| 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 ef32801052a012897f417ff02839e0be2680f511..24920fd1b4c3dec7e9e3f0ee37759ea53fecc29a 100644
|
| --- a/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| +++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| @@ -142,7 +142,7 @@ class DragDropTest : public test::AshTestBase {
|
| }
|
| };
|
|
|
| -#if defined(OS_WIN)
|
| +#if !defined(OS_CHROMEOS)
|
| #define MAYBE_DragDropAcrossMultiDisplay DISABLED_DragDropAcrossMultiDisplay
|
| #else
|
| #define MAYBE_DragDropAcrossMultiDisplay DragDropAcrossMultiDisplay
|
|
|