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

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, 1 month 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 eef80fdb36b3dbb88f837eee59b26b642b681049..4ee4796697497929379f5d301210a8e20483f44e 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -36,7 +36,9 @@
},
"requires": {
"ash": [ "ash" ],
- "image_decoder": [ "decode" ]
+ "image_decoder": [ "decode" ],
+ "nacl_broker": [ "browser" ],
+ "nacl_loader": [ "browser" ]
}
},
"navigation:frame": {

Powered by Google App Engine
This is Rietveld 408576698