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

Unified Diff: chrome/browser/profiles/profile.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/browser/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index e7979cce92c2227146c1d6c64c75f79284704988..58df1761a9a05ea2421e05852c5558b66e616ec5 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -170,6 +170,7 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
prefs::kMediaRouterFirstRunFlowAcknowledged,
false,
user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
+ registry->RegisterDictionaryPref(prefs::kMediaRouterTabMirroringSelected);
apacible 2016/11/16 18:51:09 Can this be a ListPref?
apacible 2016/11/16 18:51:10 nit: maybe kMediaRouterTabMirroringSources ?
takumif 2016/11/17 01:54:51 Changed.
takumif 2016/11/17 01:54:51 Using ListPref.
#endif
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698