| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index a530a1084c09206ddb695ebe6aaa9fabe0ba11cf..afc003e73221703f46eb89d9389fbc743436ff3e 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2979,6 +2979,10 @@ bool WebContentsImpl::CreateRenderViewForRenderManager(
|
| int32 max_page_id =
|
| GetMaxPageIDForSiteInstance(render_view_host->GetSiteInstance());
|
|
|
| + content::NotificationService::current()->Notify(
|
| + content::NOTIFICATION_WILL_CREATE_RENDER_VIEW,
|
| + content::Source<WebContents>(this),
|
| + content::Details<RenderViewHost>(render_view_host));
|
| if (!static_cast<RenderViewHostImpl*>(
|
| render_view_host)->CreateRenderView(string16(),
|
| opener_route_id,
|
|
|