| 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 e143a5cde948a00a722ad5b64dae9f113bb40d80..52ee1029ddf10ce6c902d9cec95bc5686b899466 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
|
| @@ -39,6 +39,8 @@ class WebServiceWorkerRegistrationImpl
|
| virtual blink::WebServiceWorkerRegistrationProxy* proxy();
|
| virtual blink::WebURL scope() const;
|
|
|
| + int64 registration_id() const;
|
| +
|
| private:
|
| enum QueuedTaskType {
|
| INSTALLING,
|
|
|