Index: chrome/browser/ui/ash/ash_util.cc |
diff --git a/chrome/browser/ui/ash/ash_util.cc b/chrome/browser/ui/ash/ash_util.cc |
index 5608e8208fd142e3b18f25c29276a8474423063c..3b72621e6afeb8b1d4cb34445cb304912b0ae17b 100644 |
--- a/chrome/browser/ui/ash/ash_util.cc |
+++ b/chrome/browser/ui/ash/ash_util.cc |
@@ -27,8 +27,8 @@ bool ShouldOpenAshOnStartup() { |
bool IsNativeViewInAsh(gfx::NativeView native_view) { |
#if defined(OS_CHROMEOS) |
- // Optimization. There is only ash or only athena on ChromeOS. |
- return ash::Shell::HasInstance(); |
+ // Optimization. There is only ash on ChromeOS. |
+ return true; |
#endif |
if (!ash::Shell::HasInstance()) |