| Index: chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| index 325a7472812c40ef14cc5ebecb1859ef15105e27..fc9c6ac02fde22d0b8437e2cd0e291a13ef7db2e 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| @@ -336,8 +336,9 @@ IN_PROC_BROWSER_TEST_F(ToolbarActionViewInteractiveUITest,
|
| EXPECT_EQ(nullptr, toolbar_actions_bar->popup_owner());
|
| }
|
|
|
| -#if defined(USE_OZONE)
|
| +#if defined(USE_OZONE) || defined(OS_WIN)
|
| // ozone bringup - http://crbug.com/401304
|
| +// flaky on Windows - http://crbug.com/638692
|
| #define MAYBE_ActivateOverflowedToolbarActionWithKeyboard \
|
| DISABLED_ActivateOverflowedToolbarActionWithKeyboard
|
| #else
|
|
|