| Index: content/public/test/mock_render_process_host.cc
|
| diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
|
| index 8d25ba223d402c4569ca4234ee5591793b64e100..c42bda6f3268ff5819a53b94f44f0d4c4371ac3d 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -53,10 +53,6 @@ int MockRenderProcessHost::GetNextRoutingID() {
|
| return ++prev_routing_id;
|
| }
|
|
|
| -void MockRenderProcessHost::SimulateSwapOutACK(
|
| - const ViewMsg_SwapOut_Params& params) {
|
| -}
|
| -
|
| bool MockRenderProcessHost::WaitForBackingStoreMsg(
|
| int render_widget_id,
|
| const base::TimeDelta& max_delay,
|
|
|