Index: chrome/browser/ui/browser_commands.h |
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
index 7c045cd573d6a263121897613917e82d1b9d2913..9379fba2c73410fcc2ee2b598585d77d24c7b2e5 100644 |
--- a/chrome/browser/ui/browser_commands.h |
+++ b/chrome/browser/ui/browser_commands.h |
@@ -49,8 +49,7 @@ void NewEmptyWindow(Profile* profile); |
Browser* OpenEmptyWindow(Profile* profile); |
// Opens a new window with the tabs from |profile|'s TabRestoreService. |
-void OpenWindowWithRestoredTabs(Profile* profile, |
- HostDesktopType host_desktop_type); |
+void OpenWindowWithRestoredTabs(Profile* profile); |
// Opens the specified URL in a new browser window in an incognito session. If |
// there is already an existing active incognito session for the specified |