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..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; |
|
Peter Beverloo
2016/11/08 16:45:11
nit: everything else in this class has empty imple
Peter Beverloo
2016/11/08 16:45:11
micro nit: maybe put this next to scope(), since t
adithyas
2016/11/08 18:26:19
I don't really have a good default value; I would
adithyas
2016/11/08 18:26:19
Done.
|
| }; |
| } // namespace blink |