Chromium Code Reviews| Index: content/child/service_worker/web_service_worker_registration_impl.h |
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h |
| index 30b7790fa45fa3444929d9e6c59538bf07809c81..55f952bdecabc17fc4f3ccaaa25ebc8784775fee 100644 |
| --- a/content/child/service_worker/web_service_worker_registration_impl.h |
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h |
| @@ -67,6 +67,7 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl |
| std::unique_ptr<WebSetNavigationPreloadHeaderCallbacks> callbacks) |
| override; |
| + int64_t registrationId() const override; |
|
falken
2016/11/11 07:59:17
nit: remove the blank line above (we don't add emp
adithyas
2016/11/11 15:11:56
Done.
iclelland
2016/11/14 18:43:07
Why the duplication here? Can we remove one or the
iclelland
2016/11/14 18:44:02
nm; Now I see the comment in the most recent patch
|
| int64_t registration_id() const; |
| using WebServiceWorkerRegistrationHandle = |