Index: ash/common/system/web_notification/web_notification_tray.cc |
diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc |
index 756f5fef16363fc0100ad0e3a5aaf5534624aa5e..685195ae2ec48f2f68c7e763e7b0fe12738de698 100644 |
--- a/ash/common/system/web_notification/web_notification_tray.cc |
+++ b/ash/common/system/web_notification/web_notification_tray.cc |
@@ -45,20 +45,16 @@ |
#include "ui/views/controls/menu/menu_runner.h" |
#include "ui/views/layout/fill_layout.h" |
-#if defined(OS_CHROMEOS) |
- |
namespace message_center { |
MessageCenterTrayDelegate* CreateMessageCenterTray() { |
- // On Windows+Ash the Tray will not be hosted in ash::Shell. |
+ // On non-CrOS, the Tray will not be hosted in ash::Shell. |
NOTREACHED(); |
return nullptr; |
} |
} // namespace message_center |
-#endif // defined(OS_CHROMEOS) |
- |
namespace ash { |
namespace { |