| Index: ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| index 6601dcaae6e7a7fb422331d7c0b200d4bb2b6ca6..f487c75b90f473667e11af42def5f9ce075b1607 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc
|
| @@ -276,8 +276,7 @@ TEST_F(AshPopupAlignmentDelegateTest, Unified) {
|
| if (!SupportsMultipleDisplays())
|
| return;
|
| DisplayManager* display_manager = Shell::GetInstance()->display_manager();
|
| - display_manager->SetDefaultMultiDisplayMode(DisplayManager::UNIFIED);
|
| - display_manager->SetMultiDisplayMode(DisplayManager::UNIFIED);
|
| + display_manager->SetUnifiedDesktopEnabled(true);
|
|
|
| // Reset the delegate as the primary display's shelf will be destroyed during
|
| // transition.
|
|
|