| Index: ash/system/web_notification/web_notification_tray_unittest.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| index f45218a49f84cbd6a5f8911d17466641d174b5b6..59f4a32352388e4dc6f3e67f4c752e7606627ca4 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -420,8 +420,7 @@
|
| WmLookup::Get()
|
| ->GetWindowForWidget(widget.get())
|
| ->GetWindowState()
|
| - ->set_shelf_mode_in_fullscreen(
|
| - ash::wm::WindowState::SHELF_AUTO_HIDE_VISIBLE);
|
| + ->set_hide_shelf_when_fullscreen(false);
|
| widget->SetFullscreen(true);
|
| RunAllPendingInMessageLoop();
|
|
|
|
|