| 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 3ae8a0c237703eee59171e2af6a3f992c513ddfd..6664c77b55a0dc3b6598c5828a451ca6d408004d 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
|
| [
|
| - RuntimeEnabled=ServiceWorkerNavigationPreload,
|
| + OriginTrialEnabled=ServiceWorkerNavigationPreload,
|
| SecureContext,
|
| Exposed=(Window,Worker),
|
| ] interface NavigationPreloadManager {
|
|
|