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

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

Issue 2446543004: Fix RPHI message queueing during process death (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698