| 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 6d5453aa662cdf1de7d2aa4fec73f9603ce147bf..35c01970080795f14a76bb66f8c3110ad8be6bcd 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2319,7 +2319,7 @@ void WebContentsImpl::RenderViewCreated(RenderViewHost* render_view_host) {
|
| return;
|
|
|
| content::NotificationService::current()->Notify(
|
| - content::NOTIFICATION_RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
| + content::NOTIFICATION_WEB_CONTENTS_RENDER_VIEW_HOST_CREATED,
|
| content::Source<WebContents>(this),
|
| content::Details<RenderViewHost>(render_view_host));
|
| NavigationEntry* entry = controller_.GetActiveEntry();
|
|
|