Index: chrome/browser/tabs/pinned_tab_codec.cc |
diff --git a/chrome/browser/tabs/pinned_tab_codec.cc b/chrome/browser/tabs/pinned_tab_codec.cc |
index 91279e076a20db516d394d2de8bd52934b42c8a0..1dfc57ef677df66546d1a478fae34c673e8eb7ef 100644 |
--- a/chrome/browser/tabs/pinned_tab_codec.cc |
+++ b/chrome/browser/tabs/pinned_tab_codec.cc |
@@ -89,7 +89,7 @@ static bool DecodeTab(const DictionaryValue& value, Tab* tab) { |
// static |
void PinnedTabCodec::RegisterUserPrefs(PrefService* prefs) { |
- prefs->RegisterListPref(prefs::kPinnedTabs); |
+ prefs->RegisterListPref(prefs::kPinnedTabs, PrefService::UNSYNCABLE_PREF); |
} |
// static |