Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
index 7be189be5fdf330e2c07b883427eeb091610d6d2..6229f22a149789d34d29fd9576d8e27c94ad976c 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc |
@@ -334,6 +334,7 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile, |
params.current_directory = cur_dir_; |
// If we are being launched from the command line, default to native |
// desktop. |
+ params.desktop_type = chrome::HOST_DESKTOP_TYPE_NATIVE; |
::OpenApplicationWithReenablePrompt(params); |
return true; |
} |