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

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

Issue 1975753006: Pull to refresh: Use new reload type RELOAD_MAIN_RESOURCE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android build fix Created 4 years, 7 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 c8adb37990eccc048fc40b881e3b78489bec4962..bd94ad04cae3edfdff8a2c61183f86ac7f63828e 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -49,7 +49,7 @@ const base::Feature kMediaDocumentDownloadButton{
// Non-validating reload on reload-to-refresh-content (e.g. pull-to-refresh).
// See https://crbug.com/558829
const base::Feature kNonValidatingReloadOnRefreshContent{
- "NonValidatingReloadOnRefreshContent",
+ "NonValidatingReloadOnRefreshContentV2",
Charlie Reis 2016/05/13 23:27:53 Not sure I understand this change. Is one of the
kinuko 2016/05/15 14:03:56 Guessed the slight renaming is to run a new/differ
Takashi Toyoshima 2016/05/16 03:49:02 Yes. I'm replacing actual implementation for the p
base::FEATURE_DISABLED_BY_DEFAULT};
// An experiment to optimize resource loading IPC for small resources.

Powered by Google App Engine
This is Rietveld 408576698