Index: chrome/browser/ui/views/button_dropdown_test.cc |
diff --git a/chrome/browser/ui/views/button_dropdown_test.cc b/chrome/browser/ui/views/button_dropdown_test.cc |
index 77cd2aef5e81bf7de0ad3b3c9d2297aa4bfe360a..3b2c2b7cd260300ae8e549c40df1ebfa09df5d8b 100644 |
--- a/chrome/browser/ui/views/button_dropdown_test.cc |
+++ b/chrome/browser/ui/views/button_dropdown_test.cc |
@@ -130,4 +130,9 @@ class ButtonDropDownDragTest : public ViewEventTestBase, |
bool menu_closed_; |
}; |
-VIEW_TEST(ButtonDropDownDragTest, DragActivation) |
+#if defined(OS_WIN) |
+#define MAYBE_DragActivation DISABLED_DragActivation |
+#else |
+#define MAYBE_DragActivation DragActivation |
+#endif |
+VIEW_TEST(ButtonDropDownDragTest, MAYBE_DragActivation) |