| Index: chrome/browser/ui/views/external_tab_container_win.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/external_tab_container_win.h (revision 154307)
|
| +++ chrome/browser/ui/views/external_tab_container_win.h (working copy)
|
| @@ -111,7 +111,7 @@
|
| const content::OpenURLParams& params) OVERRIDE;
|
| virtual void NavigationStateChanged(const content::WebContents* source,
|
| unsigned changed_flags) OVERRIDE;
|
| - virtual void AddNewContents(content::WebContents* source,
|
| + virtual bool AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| @@ -125,7 +125,7 @@
|
| const GURL& url) OVERRIDE;
|
| virtual void ContentsZoomChange(bool zoom_in) OVERRIDE;
|
| virtual gfx::NativeWindow GetFrameNativeWindow() OVERRIDE;
|
| - virtual void WebContentsCreated(content::WebContents* source_contents,
|
| + virtual bool WebContentsCreated(content::WebContents* source_contents,
|
| int64 source_frame_id,
|
| const GURL& target_url,
|
| content::WebContents* new_contents) OVERRIDE;
|
|
|