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 026bf20faa240ab38a19a1d7bb043ce7d6d59f8c..06bfc899bc14ccc07e6cb4fe38a98d0d2e3f2021 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -397,8 +397,6 @@ void RenderWidgetHostImpl::Init() { |
renderer_initialized_ = true; |
- GetProcess()->ResumeRequestsForView(routing_id_); |
- |
Randy Smith (Not in Mondays)
2015/12/29 23:11:37
Why?
Charlie Harrison
2015/12/30 20:51:49
I moved this logic to RenderFrameHost::Init(). I c
|
// If the RWHV has not yet been set, the surface ID namespace will get |
// passed down by the call to SetView(). |
if (view_) { |