| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 682f15d8e803064b6282f87a8ad2d2a447dc3cb3..286c6276103158469f80b33bce6e0e41aee8356e 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -247,11 +247,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kEnableSlimmingPaintV2))
|
| WebRuntimeFeatures::enableSlimmingPaintV2(true);
|
|
|
| - if (base::FeatureList::IsEnabled(
|
| - features::kNonValidatingReloadOnNormalReload)) {
|
| - WebRuntimeFeatures::enableReloadwithoutSubResourceCacheRevalidation(true);
|
| - }
|
| -
|
| if (base::FeatureList::IsEnabled(features::kDocumentWriteEvaluator))
|
| WebRuntimeFeatures::enableDocumentWriteEvaluator(true);
|
|
|
|
|