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

Unified Diff: chromecast/browser/cast_content_browser_manifest_overlay.json

Issue 2491573002: Adds chromecast-internal interfaces to service:content_browser manifest. (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: chromecast/browser/cast_content_browser_manifest_overlay.json
diff --git a/chromecast/browser/cast_content_browser_manifest_overlay.json b/chromecast/browser/cast_content_browser_manifest_overlay.json
index 5c99d43505f2b004af1880a82d8e6c13430c2f4a..1b00695e1294e2ff32042217e783831b2373a069 100644
--- a/chromecast/browser/cast_content_browser_manifest_overlay.json
+++ b/chromecast/browser/cast_content_browser_manifest_overlay.json
@@ -6,6 +6,18 @@
"chromecast::media::mojom::MediaCaps"
]
}
+ },
+ // TODO(alokp): Move these to cast-service manifest when ready.
+ // crbug.com/663067
+ "navigation:frame": {
+ "provides": {
+ "renderer": [
+ "chromecast::receiver::mojom::ApplicationChannelFactory",
+ "chromecast::receiver::mojom::ApplicationMetricsRecorder",
+ "chromecast::shell::mojom::CastCrypto",
+ "chromecast::shell::mojom::Hdmi"
+ ]
+ }
}
}
}
« 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