| Index: apps/prefs.cc
|
| diff --git a/apps/prefs.cc b/apps/prefs.cc
|
| index 2685860d703d61dd79c6762ecc94ec1433fec824..ce6588be322e9c056ed57160de086169e4d91fdf 100644
|
| --- a/apps/prefs.cc
|
| +++ b/apps/prefs.cc
|
| @@ -23,6 +23,7 @@ void RegisterPrefs(PrefRegistrySimple* registry) {
|
| #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.
|
|
|