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

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

Issue 2541363002: Reload Reloaded: remove experimental flag that has been enabled by default (Closed)
Patch Set: 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
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 5e44f8a799d0be637e64d316ed8d767a5bc42205..5d947a12be77f0f5619accee8f7a4ec7b5485f22 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -282,12 +282,6 @@ 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