| Index: chrome/browser/notifications/balloon_host.cc
|
| ===================================================================
|
| --- chrome/browser/notifications/balloon_host.cc (revision 153532)
|
| +++ chrome/browser/notifications/balloon_host.cc (working copy)
|
| @@ -77,7 +77,7 @@
|
| balloon_->ResizeDueToAutoResize(pref_size);
|
| }
|
|
|
| -void BalloonHost::AddNewContents(WebContents* source,
|
| +bool BalloonHost::AddNewContents(WebContents* source,
|
| WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| @@ -88,6 +88,7 @@
|
| chrome::AddWebContents(browser, NULL, new_contents, disposition,
|
| initial_pos, user_gesture);
|
| }
|
| + return true;
|
| }
|
|
|
| void BalloonHost::RenderViewCreated(content::RenderViewHost* render_view_host) {
|
|
|