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 74d9db6052b935e902418783ec7efd2988d0c560..c7a12092ea8be5135bee69f116c0f64284388956 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 |