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

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

Issue 2102353002: Update browser manifest to require ProcessControl from gpu service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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
« no previous file with comments | « no previous file | services/shell/public/cpp/lib/interface_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 0d3893282177f4aee051deea9bc664464ba56682..59b6fb047411608977efe97fa118f37e2149513c 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -9,6 +9,9 @@
"exe:content_renderer": {
"interfaces": [ "content::mojom::RenderWidgetWindowTreeClientFactory" ]
},
+ "exe:content_gpu": {
+ "interfaces": [ "content::mojom::ProcessControl" ]
+ },
"mojo:shell": {
"classes": [
"shell:client_process",
« no previous file with comments | « no previous file | services/shell/public/cpp/lib/interface_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698