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

Unified Diff: chrome/common/pref_names.cc

Issue 2487673003: [Media Router] Make per-hostname cast mode selections persist (Closed)
Patch Set: Address Jennifer's comments, rebase 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 0c464505c638aa0e28959aa0f434f64e9915c789..2ed9155c4d2b38af81b2b6efcf7895870ce904f9 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2284,6 +2284,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