| 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 076f028f40512d9afae0a245384d6d81b408bf49..9836ee0652f591d006298d10b108762368e8eaaf 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) {
|
| }
|
|
|
|
|