| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 895e085544e066836da263e74f2578446abe3194..7bf756b9cbebfb8b5a12274946ea79e988b9f25b 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -108,6 +108,11 @@ const base::Feature kLazyParseCSS{"LazyParseCSS",
|
| const base::Feature kLoadingWithMojo{"LoadingWithMojo",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Experimental feature to trigger hard-reload on Location.reload().
|
| +// crbug.com/716339
|
| +const base::Feature kLocationHardReload{"LocationHardReload",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // FeatureList definition for trials to enable the download button on
|
| // MediaDocument.
|
| const base::Feature kMediaDocumentDownloadButton{
|
|
|