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

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

Issue 2128783002: Enable NonValidatingReloadOnNormalReload on variations testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: done Created 4 years, 5 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
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 72da725670843c56b0589cd7de9f4b4ff89b5deb..06b7faabd407e320549908af58332bc599fafdc9 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -65,8 +65,7 @@ const base::Feature kNewMediaPlaybackUi{"NewMediaPlaybackUi",
// Non-validating reload for desktop.
// See https://crbug.com/591245
const base::Feature kNonValidatingReloadOnNormalReload{
- "NonValidatingReloadOnNormalReload",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ "NonValidatingReloadOnNormalReload", base::FEATURE_ENABLED_BY_DEFAULT};
// Non-validating reload on reload-to-refresh-content (e.g. pull-to-refresh).
// See https://crbug.com/591245
« no previous file with comments | « content/browser/loader/reload_cache_control_browsertest.cc ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698