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

Unified Diff: chrome/browser/chrome_content_browser_manifest_overlay.json

Issue 2469533002: Fix crashes loading internal chrome pages powered by Mojo (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9ad5febc9c40e24cdf4a35173b85af9270607b8e..6a2eda5ce600176aebfefe0fb9aa30b27caac88e 100644
--- a/chrome/browser/chrome_content_browser_manifest_overlay.json
+++ b/chrome/browser/chrome_content_browser_manifest_overlay.json
@@ -48,7 +48,13 @@
"media_router::mojom::MediaRouter",
"mojom::OmniboxPageHandler",
"password_manager::mojom::CredentialManager",
- "translate::mojom::ContentTranslateDriver"
+ "translate::mojom::ContentTranslateDriver",
+
+ // TODO(beng): These should be moved to a separate capability.
Tom Sepez 2016/10/31 21:45:05 nit: Strictly speaking, Comments aren't allowed in
+ "mojom::OmniboxPageHandler",
Will Harris 2016/10/31 21:54:08 how do we know that we have all the interfaces lis
+ "mojom::PluginsPageHandler",
+ "mojom::SiteEngagementUIHandler",
+ "mojom::UsbInternalsPageHandler"
]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698