| 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;
|
| virtual void update(WebServiceWorkerProvider*,
|
| WebServiceWorkerUpdateCallbacks*) {}
|
| virtual void unregister(WebServiceWorkerProvider*,
|
|
|