| 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 5e0a13d5ee89ce5beae2e228f8c5727facdf764d..41d377acf582a98447b1afa64150c3a81a2ba620 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3094,6 +3094,11 @@ bool WebContentsImpl::CreateRenderViewForRenderManager(
|
| int32 max_page_id =
|
| GetMaxPageIDForSiteInstance(render_view_host->GetSiteInstance());
|
|
|
| + content::NotificationService::current()->Notify(
|
| + content::NOTIFICATION_WEB_CONTENTS_WILL_CREATE_RENDER_VIEW,
|
| + content::Source<WebContents>(this),
|
| + content::Details<RenderViewHost>(render_view_host));
|
| +
|
| std::string embedder_channel_name;
|
| int embedder_container_id;
|
| GetBrowserPluginEmbedderInfo(render_view_host,
|
|
|