Index: chrome/browser/notifications/message_center_notification_manager.cc |
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc |
index c06040aa5969a6e92da4b644ff2b0b3a93532e78..7855ae66cf5491937a61c3b638095ab0a4546b6b 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -78,7 +78,7 @@ MessageCenterNotificationManager::MessageCenterNotificationManager( |
blockers_.push_back(new FullscreenNotificationBlocker(message_center)); |
#if defined(OS_WIN) || defined(OS_MACOSX) \ |
- || (defined(USE_AURA) && !defined(USE_ASH)) |
+ || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) |
// On Windows, Linux and Mac, the notification manager owns the tray icon and |
// views.Other platforms have global ownership and Create will return NULL. |
tray_.reset(message_center::CreateMessageCenterTray()); |