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

Unified Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2183703005: Renderers should obtain browser InterfaceProvider by connecting to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months 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: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index f8c783752a4a00aed76384cafa2ad68d0fd39cf8..ef050bddef9d267935aec5114fe5b01488ba1d4f 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -7,8 +7,11 @@
"all_interfaces": [ "*" ]
},
"required": {
+ "exe:content_browser": {
Ken Rockot(use gerrit already) 2016/07/29 17:09:46 nit: Maybe we should file a bug + add a TODO to na
+ "classes": [ "all_interfaces" ]
+ },
"mojo:ui": {
- "interfaces": [
+ "interfaces": [
"ui::mojom::Gpu",
"ui::mojom::GpuService"
]

Powered by Google App Engine
This is Rietveld 408576698