| Index: content/browser/tab_contents/tab_contents_observer.h
|
| diff --git a/content/browser/tab_contents/tab_contents_observer.h b/content/browser/tab_contents/tab_contents_observer.h
|
| index 9b9075816365a96e06228ef4c872ffa8f6d7abe3..2df245630193a5c83db2e2c956d189f020025890 100644
|
| --- a/content/browser/tab_contents/tab_contents_observer.h
|
| +++ b/content/browser/tab_contents/tab_contents_observer.h
|
| @@ -74,11 +74,13 @@ class CONTENT_EXPORT TabContentsObserver : public IPC::Channel::Listener,
|
| virtual void DidStopLoading();
|
| virtual void StopNavigation();
|
|
|
| + // TODO(supersat): Add opener_frame_id and/or other parameters when I finalize the API
|
| virtual void DidOpenURL(const GURL& url,
|
| const GURL& referrer,
|
| WindowOpenDisposition disposition,
|
| content::PageTransition transition);
|
|
|
| + // TODO(supersat): Add opener_frame_id and/or other parameters when I finalize the API
|
| virtual void DidOpenRequestedURL(TabContents* new_contents,
|
| const GURL& url,
|
| const GURL& referrer,
|
|
|