Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2683)

Unified Diff: chrome/browser/ui/browser_commands.cc

Issue 12328029: Plumb HostDesktopType through BrowserListTabContentsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/browser_commands.h ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/ui/browser_commands.h ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698