| Index: chrome/browser/notifications/balloon_host.h
|
| ===================================================================
|
| --- chrome/browser/notifications/balloon_host.h (revision 154307)
|
| +++ chrome/browser/notifications/balloon_host.h (working copy)
|
| @@ -63,7 +63,7 @@
|
| virtual void HandleMouseDown() OVERRIDE;
|
| virtual void ResizeDueToAutoResize(content::WebContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
| - virtual void AddNewContents(content::WebContents* source,
|
| + virtual bool AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
|
|