Index: trunk/src/chrome/browser/notifications/message_center_notification_manager.cc |
=================================================================== |
--- trunk/src/chrome/browser/notifications/message_center_notification_manager.cc (revision 269901) |
+++ trunk/src/chrome/browser/notifications/message_center_notification_manager.cc (working copy) |
@@ -78,7 +78,7 @@ |
blockers_.push_back(new FullscreenNotificationBlocker(message_center)); |
#if defined(OS_WIN) || defined(OS_MACOSX) \ |
- || (defined(OS_LINUX) && !defined(OS_CHROMEOS)) |
+ || (defined(USE_AURA) && !defined(USE_ASH)) |
// 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()); |