| 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..d750efaa310713e48dd1ce8c586af772d8bdfed5 100644
|
| --- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| +++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h
|
| @@ -66,6 +66,8 @@ class WebServiceWorkerRegistration {
|
| const WebString& value,
|
| WebServiceWorkerProvider*,
|
| std::unique_ptr<WebSetNavigationPreloadHeaderCallbacks>) {}
|
| +
|
| + virtual int64_t registrationId() const = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|