| 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 3abe292a24a529eb1df984b0cf0ab070f10e3083..1fc3eab203cc5a604ae747dc599092fe4f621cd7 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -244,9 +244,6 @@ base::TimeDelta MockRenderProcessHost::GetChildProcessIdleTime() const {
|
| return base::TimeDelta::FromMilliseconds(0);
|
| }
|
|
|
| -void MockRenderProcessHost::SurfaceUpdated(int32 surface_id) {
|
| -}
|
| -
|
| void MockRenderProcessHost::ResumeRequestsForView(int route_id) {
|
| }
|
|
|
|
|