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

Unified Diff: content/public/common/content_features.cc

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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 | « content/public/common/content_features.h ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 5fe942479375b5af4dbf89a071cda4693e3a33fe..bede68dce2ca0937fe9c75ee6abdddcd6fd5efb5 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -39,6 +39,13 @@ const base::Feature kExperimentalFramework{"ExperimentalFramework",
const base::Feature kNewMediaPlaybackUi{"NewMediaPlaybackUi",
base::FEATURE_DISABLED_BY_DEFAULT};
+// FeatureList definition for trials to enable the download button on
+// MediaDocument.
+const base::Feature kMediaDocumentDownloadButton{
+ "MediaDocumentDownloadButton",
+ base::FEATURE_DISABLED_BY_DEFAULT
+};
+
// Non-validating reload on reload-to-refresh-content (e.g. pull-to-refresh).
// See https://crbug.com/558829
const base::Feature kNonValidatingReloadOnRefreshContent{
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698