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 |