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

Unified Diff: chrome/common/pref_names.cc

Issue 2487673003: [Media Router] Make per-hostname cast mode selections persist (Closed)
Patch Set: Address Derek's comments Created 4 years, 1 month 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 6a7249dd3af0fbc0969acda7f36eadd82e8923cd..98d1b3e179b548de87cc951022721c64dc58678e 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2285,6 +2285,10 @@ const char kMediaRouterEnableCloudServices[] =
// user.
const char kMediaRouterFirstRunFlowAcknowledged[] =
"media_router.firstrunflow.acknowledged";
+// A dictionary mapping website hostnames to whether the user has chosen to use
+// tab mirroring on that website.
+const char kMediaRouterTabMirroringSelected[] =
+ "media_router.tab_mirroring_selected";
#endif
// The base64-encoded representation of the public key to use to validate origin

Powered by Google App Engine
This is Rietveld 408576698