Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray.h

Issue 114323002: Fixes the context menu for a notification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix2 Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/message_center/web_notification_tray.h
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray.h b/chrome/browser/ui/views/message_center/web_notification_tray.h
index b2df8dcd39c91c15359ac94feb22e193d444bf3c..2b12daf714e0631bc965a30ed8888ecab42ef644 100644
--- a/chrome/browser/ui/views/message_center/web_notification_tray.h
+++ b/chrome/browser/ui/views/message_center/web_notification_tray.h
@@ -55,6 +55,7 @@ class WebNotificationTray : public message_center::MessageCenterTrayDelegate,
virtual void HideMessageCenter() OVERRIDE;
virtual void OnMessageCenterTrayChanged() OVERRIDE;
virtual bool ShowNotifierSettings() OVERRIDE;
+ virtual bool IsContextMenuEnabled() const OVERRIDE;
// StatusIconObserver implementation.
virtual void OnStatusIconClicked() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698