Index: chrome/browser/lifetime/application_lifetime.cc |
=================================================================== |
--- chrome/browser/lifetime/application_lifetime.cc (revision 248569) |
+++ chrome/browser/lifetime/application_lifetime.cc (working copy) |
@@ -395,7 +395,7 @@ |
bool ShouldStartShutdown(Browser* browser) { |
if (BrowserList::GetInstance(browser->host_desktop_type())->size() > 1) |
return false; |
-#if defined(OS_WIN) && defined(USE_AURA) |
+#if defined(OS_WIN) |
// On Windows 8 the desktop and ASH environments could be active |
// at the same time. |
// We should not start the shutdown process in the following cases:- |