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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2226733004: [Android] Add an about flag for Download Manager UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enable_by_default -> disable_by_default Created 4 years, 4 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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 3f71d128da452c97e7eb7961b9bdded3072e9e72..8de418cb9268190667663f65365f7559e7fb314b 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -35,6 +35,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&features::kSimplifiedFullscreenUI,
&features::kWebPayments,
&kAllBookmarksFeature,
+ &kDownloadsUiFeature,
&kAndroidPayIntegrationV1,
&kImportantSitesInCBD,
&ntp_snippets::kContentSuggestionsFeature,
@@ -58,6 +59,9 @@ const base::Feature* kFeaturesExposedToJava[] = {
const base::Feature kAllBookmarksFeature{"AllBookmarks",
base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kDownloadsUiFeature{"DownloadsUi",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kImportantSitesInCBD{"ImportantSitesInCBD",
base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | testing/variations/fieldtrial_testing_config_android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698