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

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

Issue 2248283003: Grant content_browser access to all media interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | media/mojo/services/media_manifest.json » ('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 8e9fd5f6dc4b5d4858e75b1981f8ed4dd35e8b29..4951de15ea374b2f76330ea5243cb49d59ab77d0 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -29,7 +29,8 @@
"leveldb::mojom::LevelDBService",
"user_service::UserService"
]
- }
+ },
+ "mojo:media": { "classes": [ "all_interfaces" ] }
}
}
}
« no previous file with comments | « no previous file | media/mojo/services/media_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698