| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| index 2544c377c02eaa61b49e0b70c901ecbb2f499f00..ff695b529f24666f4a816d840287add35e763d5b 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| @@ -70,6 +70,7 @@ class ServiceWorkerRegistration final
|
| NavigationPreloadManager* navigationPreload();
|
|
|
| String scope() const;
|
| + String updateViaCache() const;
|
|
|
| WebServiceWorkerRegistration* WebRegistration() {
|
| return handle_->Registration();
|
|
|