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 2dff84140698940ede0f3affcceec03eaa793a53..17e177fd88109a650310103072644a2b8791fd49 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -76,8 +76,11 @@ MessageCenterNotificationManager::MessageCenterNotificationManager( |
message_center_->SetNotifierSettingsProvider(settings_provider_.get()); |
#if defined(OS_CHROMEOS) |
+#if !defined(USE_ATHENA) |
+ // TODO(oshima|hashimoto): Support notification on athena. crbug.com/408755. |
blockers_.push_back( |
new LoginStateNotificationBlockerChromeOS(message_center)); |
+#endif |
#else |
blockers_.push_back(new ScreenLockNotificationBlocker(message_center)); |
#endif |