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

Unified Diff: chrome/browser/ui/app_list/app_list_service.cc

Issue 226283003: Remove single-window-metro-mode code paths for the app launcher and apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thought I deleted this already Created 6 years, 9 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 | « chrome/browser/ui/app_list/app_list.h ('k') | chrome/browser/ui/app_list/app_list_shower.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service.cc
diff --git a/chrome/browser/ui/app_list/app_list_service.cc b/chrome/browser/ui/app_list/app_list_service.cc
index 7ca080f5ad903922f350bc7a2756aacc4359ab5b..3fb43fe204de50c8aa57a98a4220aa4b27c41b93 100644
--- a/chrome/browser/ui/app_list/app_list_service.cc
+++ b/chrome/browser/ui/app_list/app_list_service.cc
@@ -89,7 +89,6 @@ void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {
registry->RegisterInt64Pref(prefs::kLastAppListAppLaunchPing, 0);
registry->RegisterIntegerPref(prefs::kAppListAppLaunchCount, 0);
registry->RegisterStringPref(prefs::kAppListProfile, std::string());
- registry->RegisterBooleanPref(prefs::kRestartWithAppList, false);
registry->RegisterBooleanPref(prefs::kAppLauncherIsEnabled, false);
registry->RegisterBooleanPref(prefs::kAppLauncherHasBeenEnabled, false);
registry->RegisterIntegerPref(prefs::kAppListEnableMethod,
« no previous file with comments | « chrome/browser/ui/app_list/app_list.h ('k') | chrome/browser/ui/app_list/app_list_shower.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698