| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index 884e0cf665634110044d9e18ee9137fb1e34ea1b..465bad7e4f5560466fe8dc9dc85159e53dfb8623 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -292,12 +292,6 @@ void NewEmptyWindow(Profile* profile, HostDesktopType desktop_type) {
|
| }
|
| }
|
|
|
| -// TODO(gab): This method is deprecated and will be removed shortly. Please use
|
| -// the new version of the NewEmptyWindow call.
|
| -void NewEmptyWindowDeprecated(Profile* profile) {
|
| - NewEmptyWindow(profile, HOST_DESKTOP_TYPE_NATIVE);
|
| -}
|
| -
|
| Browser* OpenEmptyWindow(Profile* profile, HostDesktopType desktop_type) {
|
| // TODO(scottmg): http://crbug.com/128578
|
| // This is necessary because WebContentsViewAura doesn't have enough context
|
|
|