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

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

Issue 2778173002: Revert of "Speculatively launch Service Workers on mouse/touch events." (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/platform/network/NetworkHints.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3364ac1925fc01c2ec74c8b900dd2143856e1e50..db31685ed974185f1ac5d4685bc92c5bfc4b6001 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -242,10 +242,6 @@ void WebRuntimeFeatures::enableSlimmingPaintInvalidation(bool enable) {
RuntimeEnabledFeatures::setSlimmingPaintInvalidationEnabled(enable);
}
-void WebRuntimeFeatures::enableSpeculativeLaunchServiceWorker(bool enable) {
- RuntimeEnabledFeatures::setSpeculativeLaunchServiceWorkerEnabled(enable);
-}
-
void WebRuntimeFeatures::enableTouchEventFeatureDetection(bool enable) {
RuntimeEnabledFeatures::setTouchEventFeatureDetectionEnabled(enable);
}
« no previous file with comments | « third_party/WebKit/Source/platform/network/NetworkHints.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698