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

Unified Diff: chrome/browser/chrome_content_plugin_manifest_overlay.json

Issue 2464693004: Fix mojom::ResourceUsageReporter exposure via content child capabilities (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_plugin_manifest_overlay.json
diff --git a/chrome/browser/chrome_content_plugin_manifest_overlay.json b/chrome/browser/chrome_content_plugin_manifest_overlay.json
new file mode 100644
index 0000000000000000000000000000000000000000..d3c30a76faa61055bf2a4ad5f7dd2dc37059ae11
--- /dev/null
+++ b/chrome/browser/chrome_content_plugin_manifest_overlay.json
@@ -0,0 +1,12 @@
+{
+ "name": "service:content_plugin",
+ "interface_provider_specs": {
+ "service_manager:connector": {
+ "provides": {
+ "browser": [
+ "mojom::ResourceUsageReporter"
+ ]
+ }
+ }
+ }
+}
« no previous file with comments | « chrome/browser/chrome_content_gpu_manifest_overlay.json ('k') | chrome/browser/chrome_content_renderer_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698