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

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 f1004cbf6dec0f4bdc293ccc272cbbe82b1b3936..d5768924bf8022fad870855794ab6a3456e16b8d 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