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 e1213254298612bac48fb9d87a7b2bfd3fd7434d..ac9dcc08340ca888cd5c8d040016990ba1a5a918 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -400,8 +400,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_) { |