Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1467)

Unified Diff: content/child/runtime_features.cc

Issue 2541363002: Reload Reloaded: remove experimental flag that has been enabled by default (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « content/browser/loader/reload_cache_control_browsertest.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698