| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 6120527af1be0de4132d87878b61c234608717bf..839b0e49db0257625bf532725ceb9ed42fcba178 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -137,7 +137,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| bool FastShutdownForPageCount(size_t count) override;
|
| bool FastShutdownStarted() const 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;
|
|
|