| 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..a22b84b47da7d94296e527bf9f50a4ca9e0f6952 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, false /* don't sync pref */);
|
| }
|
|
|
| // static
|
|
|