Chromium Code Reviews| 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 b8f755021d703f64c2c1d15935f23dc2ab851d60..d2f45a960bfdcf9dd1e199347e68b7a1b2e75573 100644 |
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h |
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h |
| @@ -50,6 +50,7 @@ class WebServiceWorkerRegistration { |
| virtual void proxyStopped() {} |
| virtual WebURL scope() const { return WebURL(); } |
| + virtual int64_t registrationId() const = 0; |
|
iclelland
2016/11/14 18:43:07
This makes the class abstract; there are no other
|
| virtual void update(WebServiceWorkerProvider*, |
| WebServiceWorkerUpdateCallbacks*) {} |
| virtual void unregister(WebServiceWorkerProvider*, |