Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 126705) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -258,11 +258,11 @@ |
// Browser Creation Helpers ///////////////////////////////////////////////// |
// Opens a new window with the default blank tab. |
- static Browser* NewEmptyWindow(Profile* profile); |
+ static void NewEmptyWindow(Profile* profile); |
// Opens a new window with the default blank tab. This bypasses metrics and |
// various internal bookkeeping; NewEmptyWindow (above) is preferred. |
- static Browser* OpenEmptyWindow(Profile* profile); |
+ static void OpenEmptyWindow(Profile* profile); |
// Opens a new window with the tabs from |profile|'s TabRestoreService. |
static void OpenWindowWithRestoredTabs(Profile* profile); |