| Index: content/test/mock_render_process_host.cc
|
| diff --git a/content/test/mock_render_process_host.cc b/content/test/mock_render_process_host.cc
|
| index f555beca62b12807354ca980e18d48fb29cd9d1c..2a16e0023b5e5b0deb34f854d18db77d7c4b5767 100644
|
| --- a/content/test/mock_render_process_host.cc
|
| +++ b/content/test/mock_render_process_host.cc
|
| @@ -58,9 +58,10 @@ void MockRenderProcessHost::SimulateSwapOutACK(
|
| const ViewMsg_SwapOut_Params& params) {
|
| }
|
|
|
| -bool MockRenderProcessHost::WaitForUpdateMsg(int render_widget_id,
|
| - const base::TimeDelta& max_delay,
|
| - IPC::Message* msg) {
|
| +bool MockRenderProcessHost::WaitForBackingStoreMsg(
|
| + int render_widget_id,
|
| + const base::TimeDelta& max_delay,
|
| + IPC::Message* msg) {
|
| return false;
|
| }
|
|
|
|
|