| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index afe691fedc5851e89e4f72b2451775a8780996e9..3aa90520b5691ebf9767f58abe27a2d4a8c50c96 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -77,6 +77,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
|
| void RegisterServiceWorkerImpl(ExecutionContext*,
|
| const KURL& script_url,
|
| const KURL& scope,
|
| + WebServiceWorkerUpdateViaCache,
|
| std::unique_ptr<RegistrationCallbacks>);
|
|
|
| ScriptPromise registerServiceWorker(ScriptState*,
|
|
|