Chromium Code Reviews| Index: content/child/service_worker/web_service_worker_provider_impl.h |
| diff --git a/content/child/service_worker/web_service_worker_provider_impl.h b/content/child/service_worker/web_service_worker_provider_impl.h |
| index 912d2f48a2d75faa66385507c47385c14574e7d2..e8443079f888739e50491503c6dd4126726a1018 100644 |
| --- a/content/child/service_worker/web_service_worker_provider_impl.h |
| +++ b/content/child/service_worker/web_service_worker_provider_impl.h |
| @@ -41,6 +41,8 @@ class WebServiceWorkerProviderImpl |
| ServiceWorkerProviderContext* context() { return context_.get(); } |
| + virtual int id() { return provider_id_; } |
|
mlamouri (slow - plz ping)
2014/06/20 13:57:23
You should not inline this if you want to make cla
Michael van Ouwerkerk
2014/06/20 15:02:44
Done.
|
| + |
| private: |
| void RemoveScriptClient(); |
| ServiceWorkerDispatcher* GetDispatcher(); |