| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 9f0c5c39c0ac9e19583f97762c789009e80dc99c..67755e6150292f89a3f15525809183701c9eb4f5 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);
|
|
|