| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| index adea0c308b72e773df88a469ea6d7e56be83029b..aa0780bc2f79593c6a3d9de2daf1aba30f69e68f 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| @@ -14,6 +14,7 @@
|
| [OriginTrialEnabled=ServiceWorkerNavigationPreload] readonly attribute NavigationPreloadManager navigationPreload;
|
|
|
| readonly attribute USVString scope;
|
| + readonly attribute boolean useCache;
|
|
|
| [CallWith=ScriptState] Promise<void> update();
|
| [CallWith=ScriptState] Promise<boolean> unregister();
|
|
|