| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index b5b56c5aaaa08e3ce7afef5bb560248d77f6681e..64f06f71637c6970d4882b31ce4ce0837b99d9b8 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -40,7 +40,6 @@ void RemoveCommandObserver(Browser*, int command, CommandObserver* observer);
|
| int GetContentRestrictions(const Browser* browser);
|
|
|
| // Opens a new window with the default blank tab.
|
| -void NewEmptyWindowDeprecated(Profile* profile);
|
| void NewEmptyWindow(Profile* profile, HostDesktopType desktop_type);
|
|
|
| // Opens a new window with the default blank tab. This bypasses metrics and
|
|
|