| 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 487772e0d730ebfc66d1da348a846064ae6201b7..0fa30ed7d731e775b473657cc22b2e9bafa806d3 100644
|
| --- a/content/public/test/mock_render_process_host.cc
|
| +++ b/content/public/test/mock_render_process_host.cc
|
| @@ -256,9 +256,6 @@ base::TimeDelta MockRenderProcessHost::GetChildProcessIdleTime() const {
|
| return base::TimeDelta::FromMilliseconds(0);
|
| }
|
|
|
| -void MockRenderProcessHost::ResumeRequestsForView(int route_id) {
|
| -}
|
| -
|
| void MockRenderProcessHost::NotifyTimezoneChange(const std::string& zone_id) {
|
| }
|
|
|
|
|