| Index: chrome/browser/background/background_contents_service.h
|
| ===================================================================
|
| --- chrome/browser/background/background_contents_service.h (revision 153532)
|
| +++ chrome/browser/background/background_contents_service.h (working copy)
|
| @@ -62,7 +62,7 @@
|
| std::vector<BackgroundContents*> GetBackgroundContents() const;
|
|
|
| // BackgroundContents::Delegate implementation.
|
| - virtual void AddWebContents(content::WebContents* new_contents,
|
| + virtual bool AddWebContents(content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture) OVERRIDE;
|
|
|