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

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

Issue 2572063002: FasterLocationReload: Add a field trial flag to enable the feature (Closed)
Patch Set: merge master again 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
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | 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 b46ee3212a83a979b15e71081f5a409172e7bd99..9e01f6f97c01a13b3dad443b176be17f7dcbe0bb 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -61,6 +61,11 @@ const base::Feature kDocumentWriteEvaluator{"DocumentWriteEvaluator",
const base::Feature kExpensiveBackgroundTimerThrottling{
"ExpensiveBackgroundTimerThrottling", base::FEATURE_DISABLED_BY_DEFAULT};
+// Enables faster location.reload() to use a reload mode that revalidates only
+// main resource forcibly. https://crbug.com/670237.
+const base::Feature kFasterLocationReload{"FasterLocationReload",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
// Enables the Feature Policy framework for granting and removing access to
// other features through HTTP headers.
const base::Feature kFeaturePolicy{"FeaturePolicy",
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698