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

Unified Diff: chrome/browser/about_flags.cc

Issue 2394273002: [Android] Permanently disable "All bookmarks" and remove its experiment (Closed)
Patch Set: isherman's comment Created 4 years, 2 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 a9b4f27fd069e1122e2a7a05c4799f2a77c75ad1..f7d3a88e4003eb1dce6121a7989a86c528a5dc41 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1294,9 +1294,6 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(app_list::switches::kResetAppListInstallState)},
#endif // ENABLE_APP_LIST
#if defined(OS_ANDROID)
- {"enable-all-bookmarks-view", IDS_FLAGS_ENABLE_ALL_BOOKMARKS_VIEW_NAME,
- IDS_FLAGS_SHOW_ALL_BOOKMARKS_VIEW_DESCRIPTION, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kAllBookmarksFeature)},
{"enable-downloads-ui", IDS_FLAGS_ENABLE_DOWNLOADS_UI_NAME,
IDS_FLAGS_ENABLE_DOWNLOADS_UI_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kDownloadsUiFeature)},

Powered by Google App Engine
This is Rietveld 408576698