| 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",
|
|
|