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

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

Issue 1576563002: [Media Router] Replace old MR extension ID with "new" extension ID. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/media/media_capture_devices_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b905e5f275310a143353d683a9ea797482c45834..34c31faac5102db52908d2e4183ad2b5bcf0cc16 100644
--- a/chrome/browser/extensions/api/tab_capture/tab_capture_api.cc
+++ b/chrome/browser/extensions/api/tab_capture/tab_capture_api.cc
@@ -155,7 +155,7 @@ const char* const kChromecastExtensionIds[] = {
};
const char* const kMediaRouterExtensionIds[] = {
- "fjhoaacokmgbjemoflkofnenfaiekifl", // Stable
+ "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Stable
"ekpaaapppgpmolpcldedioblbkmijaca", // Beta
};
« no previous file with comments | « no previous file | chrome/browser/media/media_capture_devices_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698