diff options
Diffstat (limited to 'chrome/browser/notifications/balloon.h')
-rw-r--r-- | chrome/browser/notifications/balloon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/notifications/balloon.h b/chrome/browser/notifications/balloon.h index 225eca0..3f4ba0b 100644 --- a/chrome/browser/notifications/balloon.h +++ b/chrome/browser/notifications/balloon.h @@ -96,6 +96,9 @@ class Balloon { // Notify that the content of notification has changed. virtual void Update(const Notification& notification); + // Called when the balloon is clicked by the user. + virtual void OnClick(); + // Called when the balloon is closed, either by user (through the UI) // or by a script. virtual void OnClose(bool by_user); |