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 fc3d8c144dd492c8b68297d4266daa71b2cb3633..5289f6fb0c0dbf50c3b001b89a09864cd9ddbdda 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -120,6 +120,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// RenderProcessHost implementation (public portion). |
bool Init() override; |
+ void EnsureHasChannel() override; |
int GetNextRoutingID() override; |
void AddRoute(int32_t routing_id, IPC::Listener* listener) override; |
void RemoveRoute(int32_t routing_id) override; |
@@ -320,6 +321,8 @@ class CONTENT_EXPORT RenderProcessHostImpl |
// to the next child process launched for this host, if any. |
void InitializeChannelProxy(); |
+ void ResetChannelProxy(); |
jam
2016/10/25 00:22:55
nit: document
Ken Rockot(use gerrit already)
2016/10/25 01:43:22
Done
|
+ |
// Creates and adds the IO thread message filters. |
void CreateMessageFilters(); |