| Index: content/browser/web_contents/web_contents_impl.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.h (revision 153532)
|
| +++ content/browser/web_contents/web_contents_impl.h (working copy)
|
| @@ -205,7 +205,7 @@
|
| virtual bool NeedToFireBeforeUnload() OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| virtual content::WebContents* Clone() OVERRIDE;
|
| - virtual void AddNewContents(content::WebContents* new_contents,
|
| + virtual bool AddNewContents(content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture) OVERRIDE;
|
|
|