| 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 269b4716ef5394cf4896845482aea7f809d24a7c..d8bdf9246a66feaf4b9f3d45b643c5d255a49267 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3347,14 +3347,6 @@ void WebContentsImpl::NotifyViewSwapped(RenderViewHost* old_host,
|
| FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| RenderViewHostChanged(old_host, new_host));
|
|
|
| - // TODO(avi): Remove. http://crbug.com/170921
|
| - std::pair<RenderViewHost*, RenderViewHost*> details =
|
| - std::make_pair(old_host, new_host);
|
| - NotificationService::current()->Notify(
|
| - NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
|
| - Source<WebContents>(this),
|
| - Details<std::pair<RenderViewHost*, RenderViewHost*> >(&details));
|
| -
|
| // Ensure that the associated embedder gets cleared after a RenderViewHost
|
| // gets swapped, so we don't reuse the same embedder next time a
|
| // RenderViewHost is attached to this WebContents.
|
|
|