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 f2670de16983da892c026ffd01f2a50e4165e276..3b5885d2f5468295e0e415f0ed9ab6ff868808da 100644 |
--- a/chrome/browser/ui/ash/ash_util.cc |
+++ b/chrome/browser/ui/ash/ash_util.cc |
@@ -13,8 +13,8 @@ namespace chrome { |
bool IsNativeViewInAsh(gfx::NativeView native_view) { |
#if defined(OS_CHROMEOS) |
- // Optimization. There is only ash on ChromeOS. |
- return true; |
+ // Optimization. There is only ash or only athena on ChromeOS. |
+ return ash::Shell::HasInstance(); |
#endif |
if (!ash::Shell::HasInstance()) |