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

Unified Diff: chrome/browser/notifications/message_center_notifications_unittest_win.cc

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/notifications/message_center_notifications_unittest_win.cc
diff --git a/chrome/browser/notifications/message_center_notifications_unittest_win.cc b/chrome/browser/notifications/message_center_notifications_unittest_win.cc
index 6ac27bb5cfa63ad4d07bf4f8522108b59e7bbe62..9166fe55da2e5014ced05f624b4d8b8c21a19440 100644
--- a/chrome/browser/notifications/message_center_notifications_unittest_win.cc
+++ b/chrome/browser/notifications/message_center_notifications_unittest_win.cc
@@ -43,6 +43,7 @@ class FakeMessageCenterTrayDelegate : public MessageCenterTrayDelegate {
virtual void HidePopups() OVERRIDE {}
virtual bool ShowMessageCenter() OVERRIDE { return true; }
virtual bool ShowNotifierSettings() OVERRIDE { return true; }
+ virtual bool IsContextMenuEnabled() const OVERRIDE { return true; }
virtual void HideMessageCenter() OVERRIDE {}
virtual MessageCenterTray* GetMessageCenterTray() OVERRIDE {
return &tray_;

Powered by Google App Engine
This is Rietveld 408576698