Overload method for naming consistency

This commit is contained in:
Zhuo Lu 2018-01-16 19:07:54 -08:00
parent 75b990faff
commit 0b7a629a41
3 changed files with 6 additions and 6 deletions

View file

@ -28,8 +28,8 @@ class CocoaNotification : public Notification {
void NotificationDisplayed();
void NotificationReplied(const std::string& reply);
void NotificationButtonClicked();
void NotificationAdditionalActionClicked(NSUserNotificationAction* action);
void NotificationActivated();
void NotificationActivated(NSUserNotificationAction* action);
NSUserNotification* notification() const { return notification_; }