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 c22ed679742335719190f32a5d9f17b1421f2c1c..7eecd5c1b7b7a1dfdd5d5934c31ea5335e89a113 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 |