| 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{
|
|
|