| Index: chrome/browser/chromeos/hats/hats_notification_controller.h
|
| diff --git a/chrome/browser/chromeos/hats/hats_notification_controller.h b/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| index 8f856d24e17668ca35fbfbffc5fd36d15fb48526..e22f58ed02d7abf7466b341b2f6ff130cccede43 100644
|
| --- a/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| +++ b/chrome/browser/chromeos/hats/hats_notification_controller.h
|
| @@ -64,6 +64,7 @@ class HatsNotificationController : public NotificationDelegate,
|
| void Initialize(bool is_new_device);
|
| void ButtonClick(int button_index) override;
|
| void Close(bool by_user) override;
|
| + void Click() override;
|
| std::string id() const override;
|
|
|
| void OnImageFetched(const std::string& id, const gfx::Image& image);
|
|
|