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

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: remove DCHECK(ChildThreadImpl::Current()) Created 3 years, 10 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/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index 0ef85c81e601b624fd8d31388ca93f92c2ef9074..2e59e6bfbeaf36c58bf77ae5a5b6f9d57f622ce8 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -67,6 +67,7 @@ class P2PSocketDispatcherHost;
#endif
class PermissionServiceContext;
class PeerConnectionTrackerHost;
+class PushMessagingManager;
class RenderFrameMessageFilter;
class RenderWidgetHelper;
class RenderWidgetHost;
@@ -598,6 +599,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
scoped_refptr<ResourceMessageFilter> resource_message_filter_;
std::unique_ptr<GpuClient, BrowserThread::DeleteOnIOThread> gpu_client_;
+ std::unique_ptr<PushMessagingManager, BrowserThread::DeleteOnIOThread>
+ push_messaging_;
Peter Beverloo 2017/02/16 16:08:32 nit: push_messaging_manager_
ke.he 2017/02/17 08:22:29 Done.
std::unique_ptr<OffscreenCanvasCompositorFrameSinkProviderImpl>
offscreen_canvas_provider_;

Powered by Google App Engine
This is Rietveld 408576698