Chromium Code Reviews| Index: apps/prefs.cc |
| diff --git a/apps/prefs.cc b/apps/prefs.cc |
| index b883fbb456c23e89191057cfba300fc9a1834a88..d9893f7523b510fcd8df07355469493981f92123 100644 |
| --- a/apps/prefs.cc |
| +++ b/apps/prefs.cc |
| @@ -20,6 +20,10 @@ void RegisterPrefs(PrefRegistrySimple* registry) { |
| // GetIsAppLauncherEnabled(). |
| registry->RegisterBooleanPref(prefs::kAppLauncherIsEnabled, |
| MaybeIsAppLauncherEnabled()); |
| + |
| +#if defined(OS_WIN) |
| + registry->RegisterStringPref(prefs::kRestartFromMetroWithAppLaunch, ""); |
| +#endif |
| } |
| } // namespace apps |