diff options
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index d41b537..7aafd0a 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -371,9 +371,9 @@ class Browser : public TabStripModelDelegate, // Overridden from TabStripModelDelegate: virtual GURL GetBlankTabURL() const; - virtual void CreateNewStripWithContents(TabContents* detached_contents, - const gfx::Rect& window_bounds, - const DockInfo& dock_info); + virtual Browser* CreateNewStripWithContents(TabContents* detached_contents, + const gfx::Rect& window_bounds, + const DockInfo& dock_info); virtual int GetDragActions() const; // Construct a TabContents for a given URL, profile and transition type. // If instance is not null, its process will be used to render the tab. |