Index: ash/test/test_system_tray_item.cc |
diff --git a/ash/test/test_system_tray_item.cc b/ash/test/test_system_tray_item.cc |
index 8370575e8da867c64215f9674bca924b9b357d21..634eebdc96d7d2b2d63a5f2325e403e4991e8186 100644 |
--- a/ash/test/test_system_tray_item.cc |
+++ b/ash/test/test_system_tray_item.cc |
@@ -63,16 +63,6 @@ views::View* TestSystemTrayItem::CreateDetailedView(LoginStatus status) { |
return detailed_view_; |
} |
-views::View* TestSystemTrayItem::CreateNotificationView(LoginStatus status) { |
- if (!has_views_) { |
- notification_view_ = nullptr; |
- return notification_view_; |
- } |
- notification_view_ = new views::View; |
- notification_view_->SetVisible(views_are_visible_); |
- return notification_view_; |
-} |
- |
void TestSystemTrayItem::DestroyTrayView() { |
tray_view_ = nullptr; |
} |