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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2837813004: Sync the browser test host resolver with the network process before a test runs. (Closed)
Patch Set: review comments Created 3 years, 8 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/network_service.cc ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index f7cfe7be469d0fa8229ab7858ff1ccab6ecf8121..697613f151fc1a22eedc2783267bc5d408519e7f 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -62,7 +62,10 @@
"device": [ "device:wake_lock" ],
"file": [ "file:filesystem", "file:leveldb" ],
"media": [ "media:media" ],
- "network": [ "url_loader" ],
+ "network": [
+ "test",
+ "url_loader"
+ ],
"ui": [ "display_output_protection" ],
"service_manager": [
"service_manager:client_process",
« no previous file with comments | « content/network/network_service.cc ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698