| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index f187d41fe110d084856440dd281539177e7e865c..0fdda52757fc06e9bdede73cca41d2967c715777 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -117,6 +117,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{
|
|
|