| Index: chrome/browser/notifications/fullscreen_notification_blocker.cc
|
| diff --git a/chrome/browser/notifications/fullscreen_notification_blocker.cc b/chrome/browser/notifications/fullscreen_notification_blocker.cc
|
| index afa369cf6645113a3a0c134455e590540f1e847c..2971c287b40516d2f767d19bb4fe7d0182c65b79 100644
|
| --- a/chrome/browser/notifications/fullscreen_notification_blocker.cc
|
| +++ b/chrome/browser/notifications/fullscreen_notification_blocker.cc
|
| @@ -37,8 +37,9 @@ bool DoesFullscreenModeBlockNotifications() {
|
| controller->GetWindowForFullscreenMode();
|
| if (!fullscreen_window)
|
| return false;
|
| - return ash::wm::GetWindowState(fullscreen_window)->
|
| - hide_shelf_when_fullscreen();
|
| + return ash::wm::GetWindowState(fullscreen_window)
|
| + ->shelf_mode_in_fullscreen() ==
|
| + ash::wm::WindowState::SHELF_HIDDEN;
|
| }
|
| #endif
|
|
|
|
|