Index: chrome/browser/ui/startup/startup_browser_creator.cc |
diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc |
index 3b655839e32c25b6e99757380f4e9cd8fb6ebdc5..122e0a4d2c6a4ff9f85870ed0c7146c9c507740a 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator.cc |
+++ b/chrome/browser/ui/startup/startup_browser_creator.cc |
@@ -299,7 +299,7 @@ bool StartupBrowserCreator::LaunchBrowser( |
chrome::HostDesktopType host_desktop_type = |
chrome::HOST_DESKTOP_TYPE_NATIVE; |
-#if defined(OS_WIN) && defined(USE_ASH) |
+#if defined(USE_ASH) && !defined(OS_CHROMEOS) |
// We want to maintain only one type of instance for now, either ASH |
// or desktop. |
// TODO(shrikant): Remove this code once we decide on running both desktop |