| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 63cfa287b942175e82c79f8849a7881bf97810a2..197e58a5e1a272930cee76d16145cef6dd2908dd 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -402,8 +402,6 @@ void RenderWidgetHostImpl::Init() {
|
|
|
| renderer_initialized_ = true;
|
|
|
| - GetProcess()->ResumeRequestsForView(routing_id_);
|
| -
|
| // If the RWHV has not yet been set, the surface ID namespace will get
|
| // passed down by the call to SetView().
|
| if (view_) {
|
|
|