Index: chrome/browser/ui/app_list/app_list_service.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service.cc b/chrome/browser/ui/app_list/app_list_service.cc |
index f68b8d9e56acc17bc84264fd84a38eecc8550ddb..98ddcb62071d1cfd7c34b080700aa445e2eed225 100644 |
--- a/chrome/browser/ui/app_list/app_list_service.cc |
+++ b/chrome/browser/ui/app_list/app_list_service.cc |
@@ -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); |