diff options
Diffstat (limited to 'chrome/browser/chromeos/notifications/system_notification.h')
-rw-r--r-- | chrome/browser/chromeos/notifications/system_notification.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/notifications/system_notification.h b/chrome/browser/chromeos/notifications/system_notification.h index c898b0f..fdb2afb 100644 --- a/chrome/browser/chromeos/notifications/system_notification.h +++ b/chrome/browser/chromeos/notifications/system_notification.h @@ -54,6 +54,7 @@ class SystemNotification { void Display() {} void Error() {} void Close(bool by_user) {} + void Click() {} std::string id() const { return id_; } private: @@ -76,4 +77,3 @@ class SystemNotification { } // namespace chromeos #endif // CHROME_BROWSER_CHROMEOS_NOTIFICATIONS_SYSTEM_NOTIFICATION_H_ - |