| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 153532)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -535,7 +535,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,
|
| @@ -583,7 +583,7 @@
|
| WindowContainerType window_container_type,
|
| const string16& frame_name,
|
| const GURL& target_url) 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;
|
|
|