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

Unified Diff: ash/test/test_system_tray_item.h

Issue 2583393002: Send notification to users upon receiving sms messages (Closed)
Patch Set: update return type Created 3 years, 10 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
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/test_system_tray_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_system_tray_item.h
diff --git a/ash/test/test_system_tray_item.h b/ash/test/test_system_tray_item.h
index 888e249f4da58b04761724beb814017ce876db72..5ef1f581c565a986cdf8ad35f203165dfb726f37 100644
--- a/ash/test/test_system_tray_item.h
+++ b/ash/test/test_system_tray_item.h
@@ -26,17 +26,14 @@ class TestSystemTrayItem : public SystemTrayItem {
views::View* tray_view() const { return tray_view_; }
views::View* default_view() const { return default_view_; }
views::View* detailed_view() const { return detailed_view_; }
- views::View* notification_view() const { return notification_view_; }
// SystemTrayItem:
views::View* CreateTrayView(LoginStatus status) override;
views::View* CreateDefaultView(LoginStatus status) override;
views::View* CreateDetailedView(LoginStatus status) override;
- views::View* CreateNotificationView(LoginStatus status) override;
void DestroyTrayView() override;
void DestroyDefaultView() override;
void DestroyDetailedView() override;
- void DestroyNotificationView() override;
void UpdateAfterLoginStatusChange(LoginStatus status) override;
private:
@@ -45,7 +42,6 @@ class TestSystemTrayItem : public SystemTrayItem {
views::View* tray_view_;
views::View* default_view_;
views::View* detailed_view_;
- views::View* notification_view_;
DISALLOW_COPY_AND_ASSIGN(TestSystemTrayItem);
};
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/test/test_system_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698