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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl

Issue 2811063002: Enable ServiceWorkerNavigationPreload by default (Closed)
Patch Set: rebase Created 3 years, 8 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/modules/serviceworkers/NavigationPreloadManager.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl
index fb2521d5b91174ba8b38d0103f4fd2b35659d002..a18e39d1c4be4acbb16e4033c154c1ab9142c4c9 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl
@@ -5,7 +5,7 @@
// TODO(falken): Revise link when this lands in the spec:
// https://github.com/w3c/ServiceWorker/issues/920
[
- OriginTrialEnabled=ServiceWorkerNavigationPreload,
+ RuntimeEnabled=ServiceWorkerNavigationPreload,
Exposed=(Window,Worker),
] interface NavigationPreloadManager {
// TODO(mgiuca): Put SecureContext on the interface, not individual methods.

Powered by Google App Engine
This is Rietveld 408576698