| Index: chrome/browser/apps/app_browsertest.cc
|
| diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
|
| index 66e0168df81e02d9625a319e84154701ff16dce0..2f38d17bff6c4e51b96d0a20d0e4bf231b00954b 100644
|
| --- a/chrome/browser/apps/app_browsertest.cc
|
| +++ b/chrome/browser/apps/app_browsertest.cc
|
| @@ -641,9 +641,7 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MutationEventsDisabled) {
|
| // geometry when opening new windows.
|
| // Originally disabled due to flakiness (see http://crbug.com/155459)
|
| // but now because a regression breaks the test (http://crbug.com/160343).
|
| -//
|
| -// TODO(erg): Now a linux_aura asan regression too: http://crbug.com/304555
|
| -#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +#if defined(TOOLKIT_GTK)
|
| #define MAYBE_ShellWindowRestorePosition DISABLED_ShellWindowRestorePosition
|
| #else
|
| #define MAYBE_ShellWindowRestorePosition ShellWindowRestorePosition
|
|
|