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

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

Issue 2710823003: NOCOMMIT prototype: GRC service plumbing and process priority
Patch Set: Buildfixes Created 3 years, 9 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_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 78a5d951d1210fde4b2add4f32dae3b0659d1df3..d8b5f4c4d0903ebbddf30069a3b734c4d92631f6 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -64,7 +64,8 @@
"barcode_detection",
"face_detection",
"text_detection"
- ]
+ ],
+ "resource_coordinator": [ "coordination_unit" ]
}
},
"navigation:frame": {
@@ -96,6 +97,7 @@
"media::mojom::Renderer",
"mojom::MediaDevicesDispatcherHost",
"payments::mojom::PaymentRequest",
+ "resource_coordinator::mojom::CoordinationUnit",
"ui::mojom::Gpu"
]
},

Powered by Google App Engine
This is Rietveld 408576698