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

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

Issue 2874563002: Download home : Added info menu icon (Closed)
Patch Set: Fixed tests 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c78155c9656585935481042043e928fe86d4c66b..b95f9162462d8a051f545b0e51bd6168af8b9014 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -58,6 +58,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kContextualSearchUrlActions,
&kCustomContextMenu,
&kCustomFeedbackUi,
+ &kDownloadHomeShowStorageInfo,
&data_reduction_proxy::features::kDataReductionMainMenu,
&data_reduction_proxy::features::kDataReductionSiteBreakdown,
&kFullscreenActivity,
@@ -151,6 +152,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};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698