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

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

Issue 1011643002: ServiceWorker: Introduce SWMessageSender in order to mock IPC messaging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add header comment Created 5 years, 9 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
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 7fff002b250979f8e59fc766efaa45ac9ce3faf1..cf43174ffffbd48c10df434b97ce416f4964a4df 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.h
+++ b/content/child/service_worker/web_service_worker_provider_impl.h
@@ -18,6 +18,7 @@ class WebServiceWorkerProviderClient;
namespace content {
class ServiceWorkerDispatcher;
+class ServiceWorkerMessageSender;
class ServiceWorkerProviderContext;
class ThreadSafeSender;
@@ -53,7 +54,7 @@ class WebServiceWorkerProviderImpl
void RemoveProviderClient();
ServiceWorkerDispatcher* GetDispatcher();
- scoped_refptr<ThreadSafeSender> thread_safe_sender_;
+ scoped_refptr<ServiceWorkerMessageSender> sender_;
scoped_refptr<ServiceWorkerProviderContext> context_;
const int provider_id_;

Powered by Google App Engine
This is Rietveld 408576698