| 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 f56e0f5e33abc0298c7ae9c09ef725ae92df8924..40fd223aca9f7d6aef1536712498f9057e6af0a6 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,
|
|
|