commit | 2791e09be30571f56475fd16373061dd8288c8c5 | [log] [tgz] |
---|---|---|
author | John Abd-El-Malek <[email protected]> | Mon Jan 08 15:35:20 2018 |
committer | Commit Bot <[email protected]> | Mon Jan 08 17:43:16 2018 |
tree | fb62f303a0608bbd18e0764dd725da03c38714c5 | |
parent | b521c6a3a2d19d093f1a1bbed77e9c2ad7082fee [diff] |
Replace content enums in ResourceRequest with ints. We need to extract these web platform specific enums from the struct as the network service doesn't know or care about them. Until that's done, remove the dependency so that we can move the struct to services/network since that blocks making URLLoader work on iOS. That way we can parallelize converting shared layered components to use content::URLLoader instead of net::URLFetcher. Bug: 753658 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I2553f442a8b7be9ee7d34c7991573838ac2d75a3 Reviewed-on: https://chromium-review.googlesource.com/845861 Commit-Queue: John Abd-El-Malek <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Cr-Commit-Position: refs/heads/master@{#527664}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .