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

Unified Diff: chrome/browser/chromeos/hats/hats_notification_controller.h

Issue 2294473003: Clicking on the HaTS notification now opens the survey dialog (Closed)
Patch Set: Created 4 years, 4 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: 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);

Powered by Google App Engine
This is Rietveld 408576698