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

Unified Diff: content/public/browser/render_process_host.h

Issue 2411093002: Always keep a ChannelProxy alive in RenderProcessHostImpl (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
Index: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 26378cca406e4a47db602fa52bb97dfe6990dbf6..12160f42f009630758cc59226d0f67cb131b0b04 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -181,10 +181,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
// checking if there is connection or not. Virtual for mocking out for tests.
virtual bool HasConnection() const = 0;
- // Call this to allow queueing of IPC messages that are sent before the
- // process is launched.
- virtual void EnableSendQueue() = 0;
-
// Returns the renderer channel.
virtual IPC::ChannelProxy* GetChannel() = 0;

Powered by Google App Engine
This is Rietveld 408576698