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

Unified Diff: chrome/browser/about_flags.cc

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 IsAppListCentered to IsCenteredAppListEnabled. 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/app_list/linux/app_list_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c412b4d77527eb42ffbb8d29a661b6d2783b5733..9c0a9e2fe1ca86a8f48220a70234d1de214bc638 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1710,11 +1710,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(app_list::switches::kEnableExperimentalAppList)
},
{
- "enable-experimental-app-list-position",
- IDS_FLAGS_ENABLE_EXPERIMENTAL_APP_LIST_POSITION_NAME,
- IDS_FLAGS_ENABLE_EXPERIMENTAL_APP_LIST_POSITION_DESCRIPTION,
+ "enable-centered-app-list",
+ IDS_FLAGS_ENABLE_CENTERED_APP_LIST_NAME,
+ IDS_FLAGS_ENABLE_CENTERED_APP_LIST_DESCRIPTION,
kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(app_list::switches::kEnableExperimentalAppListPosition)
+ SINGLE_VALUE_TYPE(app_list::switches::kEnableCenteredAppList)
},
#endif
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/app_list/linux/app_list_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698