Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 70db572f395d4ff160a8fb0e1789a41a9dc71061..57f8e6fae5a93161d440a14730118ed499fe5e0c 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1376,6 +1376,7 @@ void RenderViewHostImpl::OnRunModal(int opener_id, IPC::Message* reply_msg) { |
} |
void RenderViewHostImpl::OnRenderViewReady() { |
+ GetContentClient()->browser()->RenderViewReady(this); |
jam
2013/11/25 22:42:35
this duplicates WebContentsObserver::RenderViewRea
jam
2013/11/25 22:51:53
to expand, you can put this on TabSpecificContentS
|
render_view_termination_status_ = base::TERMINATION_STATUS_STILL_RUNNING; |
SendScreenRects(); |
WasResized(); |