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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2326983002: Restore user state on ReloadwithoutSubResourceCacheRevalidation (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 689ccc5bef43bec652b4cd9e460a0cec020024a4..a852321c71ac490c9c5caa182a3ccc1f1f5be35f 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -310,6 +310,11 @@ void WebRuntimeFeatures::enableReducedReferrerGranularity(bool enable)
RuntimeEnabledFeatures::setReducedReferrerGranularityEnabled(enable);
}
+void WebRuntimeFeatures::enableReloadwithoutSubResourceCacheRevalidation(bool enable)
+{
+ RuntimeEnabledFeatures::setReloadwithoutSubResourceCacheRevalidationEnabled(enable);
+}
+
void WebRuntimeFeatures::enablePushMessaging(bool enable)
{
RuntimeEnabledFeatures::setPushMessagingEnabled(enable);
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698