| 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..785e48544ca8501b5e09f6bdc458abbee5250113 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -1560,6 +1560,9 @@ WebContents* WebContentsImpl::OpenURL(const OpenURLParams& params) {
|
| if (!delegate_)
|
| return NULL;
|
|
|
| + FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| + AboutToOpenURL(params.url));
|
| +
|
| WebContents* new_contents = delegate_->OpenURLFromTab(this, params);
|
| // Notify observers.
|
| FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
|
|