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

Unified Diff: chrome/browser/about_flags.cc

Issue 2342773002: Removed experimental app list flags. Experimental is now the only way. (Closed)
Patch Set: Rebase on CL 2341113003. Created 4 years, 3 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 1c749c697ffc2999081869494cc8faececd7019c..914120d8fd401b4d1deaa99be786b551683e7e30 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1384,16 +1384,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_PREFETCH_SEARCH_RESULTS_DESCRIPTION, kOsAndroid,
SINGLE_VALUE_TYPE(switches::kPrefetchSearchResults)},
#endif
-#if defined(ENABLE_APP_LIST)
James Cook 2016/09/16 15:48:17 Question (out of curiosity, not requesting anythin
Matt Giuca 2016/09/19 00:19:56 Well, we could since the app list is pretty firmly
- {"enable-experimental-app-list", IDS_FLAGS_EXPERIMENTAL_APP_LIST_NAME,
- IDS_FLAGS_EXPERIMENTAL_APP_LIST_DESCRIPTION, kOsWin | kOsLinux | kOsCrOS,
- ENABLE_DISABLE_VALUE_TYPE(
- app_list::switches::kEnableExperimentalAppList,
- app_list::switches::kDisableExperimentalAppList)},
- {"enable-centered-app-list", IDS_FLAGS_CENTERED_APP_LIST_NAME,
- IDS_FLAGS_CENTERED_APP_LIST_DESCRIPTION, kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(app_list::switches::kEnableCenteredAppList)},
-#endif
{"disable-threaded-scrolling", IDS_FLAGS_THREADED_SCROLLING_NAME,
IDS_FLAGS_THREADED_SCROLLING_DESCRIPTION, kOsAll,
SINGLE_DISABLE_VALUE_TYPE(switches::kDisableThreadedScrolling)},

Powered by Google App Engine
This is Rietveld 408576698