| 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 beb834fa975bdccd9b682aced0901ec42c386e2c..a4cf09bb925039f2ec35fb07dcff600539c67a96 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& scriptURL,
|
| const KURL& scope,
|
| + bool useCache,
|
| std::unique_ptr<RegistrationCallbacks>);
|
|
|
| ScriptPromise registerServiceWorker(ScriptState*,
|
|
|