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

Unified Diff: ui/arc/notification/arc_custom_notification_item.cc

Issue 2769183002: Implement ArcNotificationDelegate::Click() for ArcCustomNotificationItem. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_custom_notification_item.cc
diff --git a/ui/arc/notification/arc_custom_notification_item.cc b/ui/arc/notification/arc_custom_notification_item.cc
index d3cac1be5ba34295277ec51d626380da325f475e..f44884dd5c039ad80cf19ab073be0df5c6b3e581 100644
--- a/ui/arc/notification/arc_custom_notification_item.cc
+++ b/ui/arc/notification/arc_custom_notification_item.cc
@@ -39,6 +39,8 @@ class ArcNotificationDelegate : public message_center::NotificationDelegate {
void Close(bool by_user) override { item_->Close(by_user); }
+ void Click() override { item_->Click(); }
+
private:
// The destructor is private since this class is ref-counted.
~ArcNotificationDelegate() override {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698