| Index: chrome/browser/ui/browser_ui_prefs.cc
|
| diff --git a/chrome/browser/ui/browser_ui_prefs.cc b/chrome/browser/ui/browser_ui_prefs.cc
|
| index db72a05ed1ce7d5833cda1501aecb91b09365609..90322e8b8944a64c307cd0864c3ac91622dc598d 100644
|
| --- a/chrome/browser/ui/browser_ui_prefs.cc
|
| +++ b/chrome/browser/ui/browser_ui_prefs.cc
|
| @@ -212,10 +212,6 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| prefs::kResetExtensions,
|
| true,
|
| user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
| - registry->RegisterIntegerPref(
|
| - prefs::kResetExtensionsHandling,
|
| - 0,
|
| - user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
|
| }
|
|
|
| void RegisterAppPrefs(const std::string& app_name, Profile* profile) {
|
|
|