| Index: chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| index 8df1becd7227e6fdbbb736bbe79ecd2ce9d19855..72d9f30fd571792025cec3e75365efded759f0c4 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/ui/views/message_center/web_notification_tray.h"
|
|
|
| #include <windows.h>
|
| -
|
| #include "base/win/windows_version.h"
|
| #include "chrome/browser/app_icon_win.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| @@ -56,4 +55,10 @@ void WebNotificationTray::DisplayFirstRunBalloon() {
|
| l10n_util::GetStringUTF16(IDS_MESSAGE_CENTER_BALLOON_TITLE),
|
| l10n_util::GetStringUTF16(IDS_MESSAGE_CENTER_BALLOON_TEXT));
|
| }
|
| +
|
| +void WebNotificationTray::EnforceStatusIconVisible() {
|
| + DCHECK(status_icon_);
|
| + status_icon_->ForceVisible();
|
| +}
|
| +
|
| } // namespace message_center
|
|
|