Chromium Code Reviews| Index: content/browser/renderer_host/render_process_host_impl.cc |
| =================================================================== |
| --- content/browser/renderer_host/render_process_host_impl.cc (revision 147827) |
| +++ content/browser/renderer_host/render_process_host_impl.cc (working copy) |
| @@ -1135,6 +1135,11 @@ |
| surface_id)); |
| } |
|
ananta
2012/07/23 17:04:44
Remove extra newline.
jam
2012/07/23 17:34:32
Done.
|
| + |
| +void RenderProcessHostImpl::ResumeRequestsForView(int route_id) { |
| + widget_helper_->ResumeRequestsForView(route_id); |
| +} |
| + |
| IPC::ChannelProxy* RenderProcessHostImpl::GetChannel() { |
| return channel_.get(); |
| } |