| 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 8c31338007a39374ecdccd44ed62cffa6a3ca7ef..270a4ea9cc87346d65bfea06e07d488938b95186 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -412,8 +412,7 @@ TEST_P(WebNotificationTrayTest, PopupAndFullscreen) {
|
| 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();
|
|
|
|
|