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

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

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: code rebase 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 8fb3a0f6840f3529e8f221bf4b6eb0b482f7663d..1eac862663f1a142b3979b4f6218164cfb248d42 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -66,6 +66,7 @@ class P2PSocketDispatcherHost;
#endif
class PermissionServiceContext;
class PeerConnectionTrackerHost;
+class PushMessagingManager;
class RenderFrameMessageFilter;
class RenderWidgetHelper;
class RenderWidgetHost;
@@ -590,6 +591,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_manager_;
std::unique_ptr<OffscreenCanvasCompositorFrameSinkProviderImpl>
offscreen_canvas_provider_;

Powered by Google App Engine
This is Rietveld 408576698