| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index 81c43cbaa506fa46f9255a11031564a7b9b7243c..d2fcfe1136a46368dbce6bcba8f51f76da082cc6 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -43,7 +43,6 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| void SimulateCrash();
|
|
|
| // RenderProcessHost implementation (public portion).
|
| - void EnableSendQueue() override;
|
| bool Init() override;
|
| int GetNextRoutingID() override;
|
| void AddRoute(int32_t routing_id, IPC::Listener* listener) override;
|
|
|