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

Unified Diff: ui/app_list/app_list_switches.h

Issue 263883002: Renamed app list position flag to --enable-centered-app-list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed flag to --enable-centered-app-list. Created 6 years, 8 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
Index: ui/app_list/app_list_switches.h
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
index 17b6716c149978303603787af3eb12c1e84d3118..ce1f233f7b38d8a438d61788fa4bde4cdaa8cb51 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -14,8 +14,8 @@ namespace switches {
APP_LIST_EXPORT extern const char kDisableSyncAppList[];
APP_LIST_EXPORT extern const char kDisableVoiceSearch[];
APP_LIST_EXPORT extern const char kEnableAppInfo[];
+APP_LIST_EXPORT extern const char kEnableCenteredAppList[];
APP_LIST_EXPORT extern const char kEnableExperimentalAppList[];
-APP_LIST_EXPORT extern const char kEnableExperimentalAppListPosition[];
APP_LIST_EXPORT extern const char kEnableHotwordAlwaysOn[];
APP_LIST_EXPORT extern const char kEnableSyncAppList[];
@@ -29,7 +29,7 @@ bool APP_LIST_EXPORT IsAppInfoEnabled();
bool APP_LIST_EXPORT IsExperimentalAppListEnabled();
-bool APP_LIST_EXPORT IsExperimentalAppListPositionEnabled();
+bool APP_LIST_EXPORT IsAppListCentered();
} // namespace switches
} // namespace app_list

Powered by Google App Engine
This is Rietveld 408576698