Index: content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.h (revision 147827) |
+++ content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -88,6 +88,7 @@ |
virtual bool FastShutdownStarted() const OVERRIDE; |
virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE; |
virtual void SurfaceUpdated(int32 surface_id) OVERRIDE; |
+ virtual void ResumeRequestsForView(int route_id) OVERRIDE; |
// IPC::Sender via RenderProcessHost. |
virtual bool Send(IPC::Message* msg) OVERRIDE; |