| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 5e28c3f52aca23b5c2eaf86e58803b7302c1285f..f05f0cd88e6960e5148c3068d790c764843090d2 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -76,7 +76,7 @@ const base::Feature kNonValidatingReloadOnNormalReload{
|
| // See https://crbug.com/591245
|
| const base::Feature kNonValidatingReloadOnRefreshContent{
|
| "NonValidatingReloadOnRefreshContentV2",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // An experiment to optimize resource loading IPC for small resources.
|
| // http://crbug.com/580928
|
|
|