| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 94e33796184012859d94e9493f81ec60cfc0bc10..9126126f05842949680fc5de30e1207256b76278 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -258,11 +258,11 @@ class Browser : public TabHandlerDelegate,
|
| // Browser Creation Helpers /////////////////////////////////////////////////
|
|
|
| // Opens a new window with the default blank tab.
|
| - static void NewEmptyWindow(Profile* profile);
|
| + static Browser* NewEmptyWindow(Profile* profile);
|
|
|
| // Opens a new window with the default blank tab. This bypasses metrics and
|
| // various internal bookkeeping; NewEmptyWindow (above) is preferred.
|
| - static void OpenEmptyWindow(Profile* profile);
|
| + static Browser* OpenEmptyWindow(Profile* profile);
|
|
|
| // Opens a new window with the tabs from |profile|'s TabRestoreService.
|
| static void OpenWindowWithRestoredTabs(Profile* profile);
|
|
|