diff options
Diffstat (limited to 'chrome/browser/cocoa/notifications/balloon_controller.h')
-rw-r--r-- | chrome/browser/cocoa/notifications/balloon_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/notifications/balloon_controller.h b/chrome/browser/cocoa/notifications/balloon_controller.h index bacf3af..8257bc1 100644 --- a/chrome/browser/cocoa/notifications/balloon_controller.h +++ b/chrome/browser/cocoa/notifications/balloon_controller.h @@ -60,6 +60,9 @@ // button handler. - (void)closeBalloon:(bool)byUser; +// Update the contents of the balloon to match the notification. +- (void)updateContents; + // Repositions the view to match the position and size of the balloon. // Called by the bridge when the size changes. - (void)repositionToBalloon; |