| 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 88f384940f2c979d1ccca7b6182d8a02001d26f9..6faf76b7cc436dcdba87165b12c07a9badd00450 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -71,7 +71,7 @@ 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 ResumeRequestsForFrame(int route_id) override;
|
| void FilterURL(bool empty_allowed, GURL* url) override;
|
| #if defined(ENABLE_WEBRTC)
|
| void EnableAudioDebugRecordings(const base::FilePath& file) override;
|
|
|