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 420b3ff1ea476795f8c470b29a1ee7a2035129d3..a9c599dbe233dc13c2c810072708739abaeb2155 100644 |
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp |
@@ -210,6 +210,11 @@ void WebRuntimeFeatures::enableSlimmingPaintV2(bool enable) |
RuntimeEnabledFeatures::setSlimmingPaintV2Enabled(enable); |
} |
+void WebRuntimeFeatures::enableSpeculativeLaunchServiceWorker(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setSpeculativeLaunchServiceWorkerEnabled(enable); |
+} |
+ |
void WebRuntimeFeatures::enableTouch(bool enable) |
{ |
RuntimeEnabledFeatures::setTouchEnabled(enable); |