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

Unified Diff: chrome/browser/about_flags.cc

Issue 1951273003: Add an about flag to toggle the visibility of "All bookmarks" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 613bf4cb48176d7143dcd74e090f1862b13fbba5..9a8291aca52f0d7e3f1640bb6a9912d0115ce3f4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1140,6 +1140,10 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(app_list::switches::kResetAppListInstallState)},
#endif
#if defined(OS_ANDROID)
+ {"enable-all-bookmarks-view", IDS_FLAGS_ENABLE_ALL_BOOKMARKS_VIEW_NAME,
gone 2016/05/05 21:50:14 Look up FeatureEntry and how that works instead of
Ian Wen 2016/05/05 23:27:08 Done.
+ IDS_FLAGS_SHOW_ALL_BOOKMARKS_VIEW_DESCRIPTION, kOsAndroid,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAllBookmarksView,
+ switches::kDisableAllBookmarksView)},
{"enable-accessibility-tab-switcher",
IDS_FLAGS_ACCESSIBILITY_TAB_SWITCHER_NAME,
IDS_FLAGS_ACCESSIBILITY_TAB_SWITCHER_DESCRIPTION, kOsAndroid,

Powered by Google App Engine
This is Rietveld 408576698