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); |