| 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 b774b6ae10ee8774be45cc29a96a17b3b74e617c..cdb94c49a4d202ea138694ca599b8d36e0d5476a 100644
|
| --- a/content/browser/tab_contents/tab_contents_observer.h
|
| +++ b/content/browser/tab_contents/tab_contents_observer.h
|
| @@ -75,11 +75,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 content::Referrer& 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 content::Referrer& referrer,
|
|
|