| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index a86b4f5dfebc216a0b93122b8c5c9e0dc39d79cb..d6dcea0e02899415f87600806604c33400fc1de4 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -76,7 +76,6 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| void AddFilter(BrowserMessageFilter* filter) override;
|
| bool FastShutdownForPageCount(size_t count) override;
|
| base::TimeDelta GetChildProcessIdleTime() const override;
|
| - void ResumeRequestsForView(int route_id) override;
|
| void FilterURL(bool empty_allowed, GURL* url) override;
|
| #if defined(ENABLE_WEBRTC)
|
| void EnableAudioDebugRecordings(const base::FilePath& file) override;
|
|
|