Index: chrome/browser/ui/ash/ash_init.cc |
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc |
index 8cfd74d117a6d758a463160f20ac9fe20cca3847..39824cdfb1323b872de6d953dda6e2817159786c 100644 |
--- a/chrome/browser/ui/ash/ash_init.cc |
+++ b/chrome/browser/ui/ash/ash_init.cc |
@@ -83,12 +83,8 @@ void OpenAsh() { |
} |
void CloseAsh() { |
- // If shutdown is initiated by |BrowserX11IOErrorHandler|, don't |
- // try to cleanup resources. |
- if (!browser_shutdown::ShuttingDownWithoutClosingBrowsers() && |
- ash::Shell::HasInstance()) { |
+ if (ash::Shell::HasInstance()) |
ash::Shell::DeleteInstance(); |
- } |
} |
} // namespace chrome |