Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: ash/test/test_system_tray_item.cc

Issue 2583393002: Send notification to users upon receiving sms messages (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« ash/common/system/tray/tray_notification_view.cc ('K') | « ash/test/test_system_tray_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698