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

Unified Diff: content/public/common/content_features.cc

Issue 2296603002: Enable NonValidatingReloadOnRefreshContentV2 feature by default (Closed)
Patch Set: Created 4 years, 4 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698