| Index: chrome/browser/extensions/extension_prefs.cc
|
| diff --git a/chrome/browser/extensions/extension_prefs.cc b/chrome/browser/extensions/extension_prefs.cc
|
| index 5dea347eadcc69b29411cfa84bb083cc30c03310..88556f9bf982c1788db63e5b6b1c7cc22c5f026f 100644
|
| --- a/chrome/browser/extensions/extension_prefs.cc
|
| +++ b/chrome/browser/extensions/extension_prefs.cc
|
| @@ -1681,7 +1681,7 @@ bool ExtensionPrefs::NeedsStorageGarbageCollection() {
|
| }
|
|
|
| // static
|
| -void ExtensionPrefs::RegisterUserPrefs(
|
| +void ExtensionPrefs::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| registry->RegisterDictionaryPref(
|
| kExtensionsPref, user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
|
|