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

Unified Diff: chrome/browser/media/media_capture_devices_dispatcher.cc

Issue 917733003: Update whitelists related to Cast for Media Router Component Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_capture_devices_dispatcher.cc
diff --git a/chrome/browser/media/media_capture_devices_dispatcher.cc b/chrome/browser/media/media_capture_devices_dispatcher.cc
index 3a554e23fd31cefb4007971a1232d3b8b8be31b9..ef6127b337e5a3a6aaec44dac7a5c4bee431a59b 100644
--- a/chrome/browser/media/media_capture_devices_dispatcher.cc
+++ b/chrome/browser/media/media_capture_devices_dispatcher.cc
@@ -133,7 +133,10 @@ bool IsOriginForCasting(const GURL& origin) {
// Google Cast Beta
origin.spec() == "chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/" ||
// Google Cast Stable
- origin.spec() == "chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/";
+ origin.spec() == "chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/" ||
+ // http://crbug.com/457908
+ origin.spec() == "chrome-extension://ekpaaapppgpmolpcldedioblbkmijaca/" ||
+ origin.spec() == "chrome-extension://fjhoaacokmgbjemoflkofnenfaiekifl/";
}
bool IsExtensionWhitelistedForScreenCapture(
« no previous file with comments | « no previous file | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698