Commit 08e50b34 authored by Hiroki Nakagawa's avatar Hiroki Nakagawa Committed by Commit Bot

ServiceWorker: Remove WebRuntimeFeatures::EnableServiceWorkerNavigationPreload()

NavigationPreload is enabled by default[1] and the function is no longer used.

[1] https://www.chromestatus.com/feature/5734842339688448

Bug: 661071
Change-Id: I36955d9458743dc38fda0c31f6900c728b772f94
Reviewed-on: https://chromium-review.googlesource.com/989522Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarTsuyoshi Horo <horo@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548000}
parent a92a8095
......@@ -129,7 +129,6 @@ class WebRuntimeFeatures {
BLINK_PLATFORM_EXPORT static void EnableScriptedSpeech(bool);
BLINK_PLATFORM_EXPORT static void EnableScrollAnchoring(bool);
BLINK_PLATFORM_EXPORT static void EnableScrollAnchorSerialization(bool);
BLINK_PLATFORM_EXPORT static void EnableServiceWorkerNavigationPreload(bool);
BLINK_PLATFORM_EXPORT static void EnableServiceWorkerScriptFullCodeCache(
bool);
BLINK_PLATFORM_EXPORT static void EnableSharedArrayBuffer(bool);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment