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

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

Issue 2874563002: Download home : Added info menu icon (Closed)
Patch Set: Added toggle info to feature list Created 3 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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 0c2a753eb0c43034fd3d657080b76170d3b75990..bf47665c8d5eaa3961c8dcfd45e88e993ecd9d81 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -57,6 +57,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kContextualSearchUrlActions,
&kCustomContextMenu,
&kCustomFeedbackUi,
+ &kDownloadHomeShowStorageInfo,
&data_reduction_proxy::features::kDataReductionMainMenu,
&data_reduction_proxy::features::kDataReductionSiteBreakdown,
&kFullscreenActivity,
@@ -147,6 +148,9 @@ const base::Feature kCustomFeedbackUi{"CustomFeedbackUi",
const base::Feature kDownloadAutoResumptionThrottling{
"DownloadAutoResumptionThrottling", base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kDownloadHomeShowStorageInfo{
+ "DownloadHomeShowStorageInfo", base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kFullscreenActivity{"FullscreenActivity",
base::FEATURE_DISABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698