| 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;
|
|
|
|
|