| Index: content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| index 8a2a4301fac157a556fb8631077de9bcf0c6bf9e..a43664d27a1b199633034f3975bc3715117c96b2 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
|
| @@ -805,11 +805,12 @@ IN_PROC_BROWSER_TEST_F(WebContentsViewAuraTest, ContentWindowClose) {
|
| }
|
|
|
|
|
| -#if defined(OS_WIN) || (defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| +#if defined(OS_WIN) || defined(OS_LINUX)
|
| // This appears to be flaky in the same was as the other overscroll
|
| // tests. Enabling for non-Windows platforms.
|
| // See http://crbug.com/369871.
|
| -// For linux, see http://crbug.com/381294
|
| +// For linux, see http://crbug.com/381294.
|
| +// For ChromeOS, see http://crbug.com/668128.
|
| #define MAYBE_RepeatedQuickOverscrollGestures DISABLED_RepeatedQuickOverscrollGestures
|
| #else
|
| #define MAYBE_RepeatedQuickOverscrollGestures RepeatedQuickOverscrollGestures
|
|
|