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

Unified Diff: chrome/browser/about_flags.cc

Issue 2580023002: [Android History] Add a chrome://flags for the Android native history UI (Closed)
Patch Set: [Android History] Add a chrome://flags for the Android native history UI Created 4 years 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 21f2f41f6074ee80d01981c1e05c70196d272f50..4702d663e49c11f0fa3f01475d9b56a89f4971e8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2102,6 +2102,11 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_CROS_COMP_UPDATES_DESCRIPTION, kOsCrOS,
FEATURE_VALUE_TYPE(features::kCrosCompUpdates)},
#endif
+#if defined(OS_ANDROID)
+ {"native-android-history-manager", IDS_NATIVE_ANDROID_HISTORY_MANAGER,
+ IDS_NATIVE_ANDROID_HISTORY_MANAGER_DESCRIPTION, kOsAndroid,
+ FEATURE_VALUE_TYPE(chrome::android::kNativeAndroidHistoryManager)},
+#endif
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in

Powered by Google App Engine
This is Rietveld 408576698