| 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 3012ab3178bcde5ae94f56164a3cb5196873fdd1..de8b919cffa99b1d67f288192468f1344f6973fb 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())
|
|
|