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 d99a38b89392a444f52872d1e3c52b08b4a6fa7b..aed20e84298da07eb7413ef4b8bb3f7e2a82e383 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -73,11 +73,8 @@ 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 |