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 4f5965085313482f4f2eec4e47828e262a455e97..7eae49785e781891a79b55a1227d848701c30362 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -138,7 +138,6 @@ 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 FilterURL(bool empty_allowed, GURL* url) override; |
#if defined(ENABLE_WEBRTC) |
void EnableAudioDebugRecordings(const base::FilePath& file) override; |