| Index: chrome/browser/ui/app_list/app_list_service.cc
|
| ===================================================================
|
| --- chrome/browser/ui/app_list/app_list_service.cc (revision 250531)
|
| +++ chrome/browser/ui/app_list/app_list_service.cc (working copy)
|
| @@ -91,9 +91,6 @@
|
| registry->RegisterBooleanPref(prefs::kRestartWithAppList, false);
|
| registry->RegisterBooleanPref(prefs::kAppLauncherIsEnabled, false);
|
| registry->RegisterBooleanPref(prefs::kAppLauncherHasBeenEnabled, false);
|
| - registry->RegisterIntegerPref(prefs::kAppListEnableMethod,
|
| - ENABLE_NOT_RECORDED);
|
| - registry->RegisterInt64Pref(prefs::kAppListEnableTime, 0);
|
|
|
| #if defined(OS_MACOSX)
|
| registry->RegisterIntegerPref(prefs::kAppLauncherShortcutVersion, 0);
|
|
|