Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1689)

Unified Diff: content/network/DEPS

Issue 2870203002: Implement chrome://view-http-cache with network service. (Closed)
Patch Set: fix memory leak Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/cache_url_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/DEPS
diff --git a/content/network/DEPS b/content/network/DEPS
index c5ce9ee8ab20cd97f550578e03a0fac6cdfa63bb..1960e88931d3d15c7cba529141731cc996fe5da1 100644
--- a/content/network/DEPS
+++ b/content/network/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"-content",
"+content/common/content_export.h",
"+content/common/resource_request.h",
+ "+content/common/network_service.mojom.h",
"+content/common/url_loader.mojom.h",
"+content/common/url_loader_factory.mojom.h",
"+content/network",
@@ -10,6 +11,7 @@ include_rules = [
"+content/public/common/content_switches.h",
"+content/public/common/referrer.h",
"+content/public/common/resource_response.h",
+ "+content/public/common/url_constants.h",
"+services/service_manager/public",
]
« no previous file with comments | « content/network/BUILD.gn ('k') | content/network/cache_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698