| Index: ash/drag_drop/drag_drop_interactive_uitest.cc
|
| diff --git a/ash/drag_drop/drag_drop_interactive_uitest.cc b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| index 886d186d8f7082d441875c62b21ac3efc45f5c95..4c0e0d01c95e396559a90f548d8d35dee329decf 100644
|
| --- a/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| +++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| @@ -116,9 +116,6 @@ using DragDropTest = test::AshInteractiveUITestBase;
|
| // Test if the mouse gets moved properly to another display
|
| // during drag & drop operation.
|
| TEST_F(DragDropTest, DragDropAcrossMultiDisplay) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("400x400,400x400");
|
| aura::Window::Windows root_windows =
|
| Shell::GetInstance()->GetAllRootWindows();
|
|
|