Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: apps/prefs.cc

Issue 25034003: Moved apps metro code from apps to chrome/browser/apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and fix unit test Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/prefs.h ('k') | chrome/browser/apps/app_launch_for_metro_restart_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « apps/prefs.h ('k') | chrome/browser/apps/app_launch_for_metro_restart_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698