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

Unified Diff: ui/arc/notification/arc_notification_item.h

Issue 1603753003: Support buttons on ARC Notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: ui/arc/notification/arc_notification_item.h
diff --git a/ui/arc/notification/arc_notification_item.h b/ui/arc/notification/arc_notification_item.h
index 902471686dd482a52cb4f9249c85d0c78b61e441..ee8e773057d73d400cac1266d4e74b10b0446dc2 100644
--- a/ui/arc/notification/arc_notification_item.h
+++ b/ui/arc/notification/arc_notification_item.h
@@ -35,6 +35,7 @@ class ArcNotificationItem {
// Methods called from ArcNotificationItemDelegate:
void Close(bool by_user);
void Click();
+ void ButtonClick(int button_index);
hidehiko 2016/01/22 07:47:03 nit: probably ClickButton() sounds more verb phras
yoshiki 2016/01/25 15:45:50 Let me keep it ButtonClick, since NotificationDele
private:
void OnImageDecoded(const SkBitmap& bitmap);

Powered by Google App Engine
This is Rietveld 408576698