Chromium Code Reviews| Index: chrome/browser/chromeos/hats/hats_notification_controller.cc |
| diff --git a/chrome/browser/chromeos/hats/hats_notification_controller.cc b/chrome/browser/chromeos/hats/hats_notification_controller.cc |
| index e08f98df4848003abca3e221965ac8e238a6ad65..84e7f6ab63dc111ff6ff2f5b86ece87d9193346d 100644 |
| --- a/chrome/browser/chromeos/hats/hats_notification_controller.cc |
| +++ b/chrome/browser/chromeos/hats/hats_notification_controller.cc |
| @@ -180,6 +180,11 @@ std::string HatsNotificationController::id() const { |
| } |
| // message_center::NotificationDelegate override: |
| +void HatsNotificationController::Click() { |
| + ButtonClick(0 /* This argument is no-op in the function. */); |
|
stevenjb
2016/08/30 15:39:16
nit: ButtonClick(0 /* unused */);
malaykeshav
2016/08/30 18:10:30
done
|
| +} |
| + |
| +// message_center::NotificationDelegate override: |
| void HatsNotificationController::ButtonClick(int button_index) { |
|
stevenjb
2016/08/30 15:39:16
nit: int /* button_index */
malaykeshav
2016/08/30 18:10:30
done
|
| UpdateLastInteractionTime(); |