Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(943)

Unified Diff: content/child/service_worker/web_service_worker_provider_impl.h

Issue 340773006: Dispatch push event to worker from PushServiceImpl#OnMessage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Debugging. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/common/push_messaging_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/browser/service_worker/service_worker_version.cc ('k') | content/common/push_messaging_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698