| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 607c72bb642726717244c966a061be07e6527d62..bb014274db5b783a4df9048e044f2a969c1c4b11 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -41,10 +41,12 @@ int GetContentRestrictions(const Browser* browser);
|
|
|
| // Opens a new window with the default blank tab.
|
| void NewEmptyWindow(Profile* profile);
|
| +void NewEmptyWindow(Profile* profile, HostDesktopType desktop_type);
|
|
|
| // Opens a new window with the default blank tab. This bypasses metrics and
|
| // various internal bookkeeping; NewEmptyWindow (above) is preferred.
|
| Browser* OpenEmptyWindow(Profile* profile);
|
| +Browser* OpenEmptyWindow(Profile* profile, HostDesktopType desktop_type);
|
|
|
| // Opens a new window with the tabs from |profile|'s TabRestoreService.
|
| void OpenWindowWithRestoredTabs(Profile* profile);
|
|
|