| Index: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| index 2f9ee552b473abfcea0ead55a9c85383f51c61bc..6aa0af605e02bd986c5008f69a83e8efc6b2a03c 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| @@ -51,6 +51,7 @@ class WebServiceWorkerRegistration {
|
| virtual void proxyStopped() {}
|
|
|
| virtual WebURL scope() const { return WebURL(); }
|
| + virtual bool useCache() const { return false; }
|
| virtual int64_t registrationId() const = 0;
|
| virtual void update(WebServiceWorkerProvider*,
|
| std::unique_ptr<WebServiceWorkerUpdateCallbacks>) {}
|
|
|