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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: Created 4 years 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
Index: chrome/browser/chrome_content_browser_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_browser_manifest_overlay.json b/chrome/browser/chrome_content_browser_manifest_overlay.json
index 479ebae4099cfcc7e134b91b424818962dd71cb1..fd323e9141d87491128df31ce7dfebd43fa71843 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -42,9 +42,11 @@
]
},
"requires": {
+ "accessibility_autoclick": [ "ash:autoclick" ],
"ash": [ "ash" ],
"image_decoder": [ "decode" ],
- "accessibility_autoclick": [ "ash:autoclick" ],
+ "nacl_broker": [ "browser" ],
+ "nacl_loader": [ "browser" ],
"ui": [ "ime_registrar" ]
}
},

Powered by Google App Engine
This is Rietveld 408576698