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

Unified Diff: chrome/common/pref_names.cc

Issue 2487673003: [Media Router] Make per-hostname cast mode selections persist (Closed)
Patch Set: 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 dac8e3bacc64f21ec57574bc01d94fabbffc91f7..48509878330d7868437a01450411d7feaa82b7da 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2253,6 +2253,10 @@ const char kMediaRouterEnableCloudServices[] =
// user.
const char kMediaRouterFirstRunFlowAcknowledged[] =
"media_router.firstrunflow.acknowledged";
+// A dictionary mapping website hostnames to user's preference for the cast mode
+// to use on that website.
+const char kMediaRouterCastModeSelections[] =
+ "media_router.cast_mode_selections";
#endif
// The base64-encoded representation of the public key to use to validate origin

Powered by Google App Engine
This is Rietveld 408576698