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