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

Unified Diff: chrome/browser/extensions/api/tab_capture/tab_capture_api.cc

Issue 1224643008: Add a fake cast extension for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 5 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: 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() {
« no previous file with comments | « chrome/browser/extensions/api/tab_capture/tab_capture_api.h ('k') | chrome/test/data/extensions/tray_cast/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698