From bdb8a1eaff47deef2f795a9180a230b62c20c6f8 Mon Sep 17 00:00:00 2001 From: "benwells@chromium.org" Date: Thu, 3 Oct 2013 08:14:00 +0000 Subject: Moved apps metro code from apps to chrome/browser/apps. This code is chrome specific and does not belong in the generic apps component. BUG=159366 TEST=Run apps and app launcher on Windows 8, in these cases: * when chrome is not running, * when chrome is already running in metro mode, * when chrome is already running and is not in metro mode. Review URL: https://codereview.chromium.org/25034003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226705 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/prefs.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/prefs.cc') diff --git a/apps/prefs.cc b/apps/prefs.cc index 0e66801..7c98bc8 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( -- cgit v1.1