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

Unified Diff: chromecast/browser/cast_content_browser_manifest_overlay.json

Issue 2374253007: Report unpermitted interface requests as bad messages (Closed)
Patch Set: . Created 4 years, 2 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: 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
new file mode 100644
index 0000000000000000000000000000000000000000..a47f30b0210cceb93e695b6b679429506adcfe93
--- /dev/null
+++ b/chromecast/browser/cast_content_browser_manifest_overlay.json
@@ -0,0 +1,9 @@
+{
+ "capabilities": {
+ "provided": {
+ "renderer": [
+ "chromecast::media::mojom::MediaCaps"
+ ]
+ }
+ }
+}
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698