| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 15cf2c6087453351942a88e64894e9a4f204f07a..2f1c6c7fb1d05366a6fd71f70991cfd9c14a96ee 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -49,7 +49,7 @@ const base::Feature kMediaDocumentDownloadButton{
|
| // Non-validating reload on reload-to-refresh-content (e.g. pull-to-refresh).
|
| // See https://crbug.com/558829
|
| const base::Feature kNonValidatingReloadOnRefreshContent{
|
| - "NonValidatingReloadOnRefreshContent",
|
| + "NonValidatingReloadOnRefreshContentV2",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // An experiment to optimize resource loading IPC for small resources.
|
|
|