| Index: apps/prefs.cc
|
| diff --git a/apps/prefs.cc b/apps/prefs.cc
|
| index 878ec85674ff8165fa8e8fdd3aca8dee89fd1d35..311d663bca15161dc6276eb1a840d6d8bda409c1 100644
|
| --- a/apps/prefs.cc
|
| +++ b/apps/prefs.cc
|
| @@ -20,11 +20,11 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
|
| // Anything that needs to know the absolute truth should call
|
| // GetIsAppLauncherEnabled().
|
| registry->RegisterBooleanPref(prefs::kAppLauncherIsEnabled, false);
|
| + registry->RegisterBooleanPref(prefs::kAppLauncherHasBeenEnabled, false);
|
|
|
| #if defined(OS_WIN)
|
| registry->RegisterStringPref(prefs::kAppLaunchForMetroRestart, "");
|
| registry->RegisterStringPref(prefs::kAppLaunchForMetroRestartProfile, "");
|
| - registry->RegisterBooleanPref(prefs::kAppLauncherHasBeenEnabled, false);
|
| #endif
|
|
|
| // Identifies whether we should show the app launcher promo or not.
|
|
|