| Index: apps/prefs.cc
|
| diff --git a/apps/prefs.cc b/apps/prefs.cc
|
| index 0e66801ca2d1fab780c7aa23267e44df1f13fa69..7c98bc8ce22584e5c3d08378f2a273494e18d650 100644
|
| --- a/apps/prefs.cc
|
| +++ b/apps/prefs.cc
|
| @@ -10,13 +10,6 @@
|
|
|
| namespace apps {
|
|
|
| -void RegisterPrefs(PrefRegistrySimple* registry) {
|
| -#if defined(OS_WIN)
|
| - registry->RegisterStringPref(prefs::kAppLaunchForMetroRestart, "");
|
| - registry->RegisterStringPref(prefs::kAppLaunchForMetroRestartProfile, "");
|
| -#endif
|
| -}
|
| -
|
| void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| #if !defined(OS_MACOSX)
|
| registry->RegisterBooleanPref(
|
|
|