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

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

Issue 19027005: Hide notifications popups when entering fullscreen mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remaining testing issues Created 7 years, 4 months 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 130fd9f3a34115d31552c8d9bd647f1b9f578a90..fd674e6333c516530f376efca95dfa912dbfd8a1 100644
--- a/chrome/browser/notifications/message_center_notifications_unittest_win.cc
+++ b/chrome/browser/notifications/message_center_notifications_unittest_win.cc
@@ -41,6 +41,9 @@ class FakeMessageCenterTrayDelegate : public MessageCenterTrayDelegate {
virtual bool ShowMessageCenter() OVERRIDE { return true; }
virtual bool ShowNotifierSettings() OVERRIDE { return true; }
virtual void HideMessageCenter() OVERRIDE {}
+ virtual MessageCenterTray* GetMessageCenterTray() OVERRIDE {
+ return &tray_;
+ }
bool displayed_first_run_balloon() const {
return displayed_first_run_balloon_;

Powered by Google App Engine
This is Rietveld 408576698