summaryrefslogtreecommitdiffstats
path: root/chromium/ui/message_center/message_center_tray_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/message_center/message_center_tray_delegate.h')
-rw-r--r--chromium/ui/message_center/message_center_tray_delegate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/ui/message_center/message_center_tray_delegate.h b/chromium/ui/message_center/message_center_tray_delegate.h
index bd5c8855d88..d1d31ac23f0 100644
--- a/chromium/ui/message_center/message_center_tray_delegate.h
+++ b/chromium/ui/message_center/message_center_tray_delegate.h
@@ -37,6 +37,9 @@ class MESSAGE_CENTER_EXPORT MessageCenterTrayDelegate {
// Display the notifier settings as a bubble.
virtual bool ShowNotifierSettings() = 0;
+ // Returns true if the context menu for a notification is currently enabled.
+ virtual bool IsContextMenuEnabled() const = 0;
+
// Show a platform-specific UI that informs the user how to open the message
// center.
virtual void DisplayFirstRunBalloon() {}