| 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 8a9fd5ea2127c563042b07f3f50df1ea14462ea4..b90137c67bd27bcd0acc6f4dbd8cad2e0e3a15d1 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*,
|
|
|