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

Unified Diff: content/network/manifest.json

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/cache_url_loader.cc ('k') | content/network/network_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/manifest.json
diff --git a/content/network/manifest.json b/content/network/manifest.json
index 41af5e8085871cf932004b7e010ca94c28d6882f..645e68ce690992f2938b807908f7841924609836 100644
--- a/content/network/manifest.json
+++ b/content/network/manifest.json
@@ -4,6 +4,9 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
+ "network_service": [
+ "content::mojom::NetworkService"
+ ],
"test": [
"content::mojom::NetworkServiceTest"
],
« no previous file with comments | « content/network/cache_url_loader.cc ('k') | content/network/network_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698