Index: chrome/browser/extensions/api/tab_capture/tab_capture_api.cc |
diff --git a/chrome/browser/extensions/api/tab_capture/tab_capture_api.cc b/chrome/browser/extensions/api/tab_capture/tab_capture_api.cc |
index 440c14fcc7168645c060e9b01107b36d63a8f39f..ff70e01cd1bbc907777e18065ea1cd98791c092c 100644 |
--- a/chrome/browser/extensions/api/tab_capture/tab_capture_api.cc |
+++ b/chrome/browser/extensions/api/tab_capture/tab_capture_api.cc |
@@ -65,6 +65,7 @@ const char* const kChromecastExtensionIds[] = { |
"hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary |
"dliochdbjfkdbacpmhlcpmleaejidimm", // Google Cast Beta |
"boadgeojelhgndaghljhdicfkmllpafd", // Google Cast Stable |
+ "hlgmmjhlnlapooncikdpiiokdjcdpjme", // Test cast extension |
miu
2015/07/17 23:23:14
Rather than add a string to production code that o
|
}; |
bool TabCaptureCaptureFunction::RunSync() { |