summaryrefslogtreecommitdiff
path: root/chromium/ui/message_center/cocoa/tray_view_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/message_center/cocoa/tray_view_controller.h')
-rw-r--r--chromium/ui/message_center/cocoa/tray_view_controller.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/ui/message_center/cocoa/tray_view_controller.h b/chromium/ui/message_center/cocoa/tray_view_controller.h
index cb9379b877c..d5f9f1f8876 100644
--- a/chromium/ui/message_center/cocoa/tray_view_controller.h
+++ b/chromium/ui/message_center/cocoa/tray_view_controller.h
@@ -134,7 +134,11 @@ MESSAGE_CENTER_EXPORT
- (void)updateSettings;
// Hides the settings dialog if it's open.
-- (void)hideSettings:(id)sender;
+- (void)showMessages:(id)sender;
+
+// Cleans up settings data structures. Called when messages are shown and when
+// closing the center directly from the settings.
+- (void)cleanupSettings;
// Scroll to the topmost notification in the tray.
- (void)scrollToTop;