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 09225c75aa177ff5a0e8df66db294b17b9e46ed2..be4e6b51980c336a940566cb08132d46f48f93b3 100644 |
--- a/content/public/test/mock_render_process_host.h |
+++ b/content/public/test/mock_render_process_host.h |
@@ -36,8 +36,6 @@ class MockRenderProcessHost : public RenderProcessHost { |
virtual void EnableSendQueue() OVERRIDE; |
virtual bool Init() OVERRIDE; |
virtual int GetNextRoutingID() OVERRIDE; |
- virtual void SimulateSwapOutACK( |
- const ViewMsg_SwapOut_Params& params) OVERRIDE; |
virtual bool WaitForBackingStoreMsg(int render_widget_id, |
const base::TimeDelta& max_delay, |
IPC::Message* msg) OVERRIDE; |