Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 11464034: Remove unused DidOpenURL api from WebContentObserver. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e4e4e6d7ccd0b3881dd0b5398fbb1d93ae68bea5..6b3f0e1dcf9a4bdab04ad20aa9afc85348adf4fd 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -1561,10 +1561,6 @@ WebContents* WebContentsImpl::OpenURL(const OpenURLParams& params) {
return NULL;
WebContents* new_contents = delegate_->OpenURLFromTab(this, params);
- // Notify observers.
- FOR_EACH_OBSERVER(WebContentsObserver, observers_,
- DidOpenURL(params.url, params.referrer,
- params.disposition, params.transition));
return new_contents;
}
« no previous file with comments | « no previous file | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698