| 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_;
|
|
|