| Index: chrome/browser/ui/views/constrained_window_views_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/constrained_window_views_browsertest.cc b/chrome/browser/ui/views/constrained_window_views_browsertest.cc
|
| index 4520e61caa167e1285361cb6b954646a941cf8a3..b35ed72bed0d3010c01807be521d94e069c59d80 100644
|
| --- a/chrome/browser/ui/views/constrained_window_views_browsertest.cc
|
| +++ b/chrome/browser/ui/views/constrained_window_views_browsertest.cc
|
| @@ -306,8 +306,8 @@ void ForwardKeyEvent(content::RenderViewHost* host, ui::KeyboardCode key_code) {
|
| }
|
|
|
| // Tests that backspace is not processed before it's sent to the web contents.
|
| -// Flaky on win aura. crbug.com/170331
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| +// Flaky on Win Aura and Linux ChromiumOS. See http://crbug.com/170331
|
| +#if defined(USE_AURA)
|
| #define MAYBE_BackspaceSentToWebContent DISABLED_BackspaceSentToWebContent
|
| #else
|
| #define MAYBE_BackspaceSentToWebContent BackspaceSentToWebContent
|
|
|