Index: chrome/browser/ui/tabs/pinned_tab_codec.cc |
diff --git a/chrome/browser/ui/tabs/pinned_tab_codec.cc b/chrome/browser/ui/tabs/pinned_tab_codec.cc |
index b9171351105488a33d34764aa40923390f7eb62f..66985b62e331e9ba9a99061989ee6fdf567246ee 100644 |
--- a/chrome/browser/ui/tabs/pinned_tab_codec.cc |
+++ b/chrome/browser/ui/tabs/pinned_tab_codec.cc |
@@ -101,7 +101,7 @@ static bool DecodeTab(const DictionaryValue& value, StartupTab* tab) { |
} |
// static |
-void PinnedTabCodec::RegisterUserPrefs( |
+void PinnedTabCodec::RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable* registry) { |
registry->RegisterListPref(prefs::kPinnedTabs, |
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF); |