| 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 7ca080f5ad903922f350bc7a2756aacc4359ab5b..3fb43fe204de50c8aa57a98a4220aa4b27c41b93 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service.cc
|
| @@ -89,7 +89,6 @@ void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {
|
| registry->RegisterInt64Pref(prefs::kLastAppListAppLaunchPing, 0);
|
| registry->RegisterIntegerPref(prefs::kAppListAppLaunchCount, 0);
|
| registry->RegisterStringPref(prefs::kAppListProfile, std::string());
|
| - registry->RegisterBooleanPref(prefs::kRestartWithAppList, false);
|
| registry->RegisterBooleanPref(prefs::kAppLauncherIsEnabled, false);
|
| registry->RegisterBooleanPref(prefs::kAppLauncherHasBeenEnabled, false);
|
| registry->RegisterIntegerPref(prefs::kAppListEnableMethod,
|
|
|