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