Index: trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc (revision 269901) |
+++ trunk/src/chrome/browser/ui/startup/startup_browser_creator.cc (working copy) |
@@ -299,7 +299,7 @@ |
chrome::HostDesktopType host_desktop_type = |
chrome::HOST_DESKTOP_TYPE_NATIVE; |
-#if defined(USE_ASH) && !defined(OS_CHROMEOS) |
+#if defined(OS_WIN) && defined(USE_ASH) |
// 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 |