Disable PlatformAppBrowserTest.ShellWindowRestorePosition on all platforms.
BUG=155459,160343
Review URL: https://codereview.chromium.org/11280101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168861 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/platform_app_browsertest.cc b/chrome/browser/extensions/platform_app_browsertest.cc
index da04fa9..1b9d46d 100644
--- a/chrome/browser/extensions/platform_app_browsertest.cc
+++ b/chrome/browser/extensions/platform_app_browsertest.cc
@@ -607,12 +607,9 @@
// Test that windows created with an id will remember and restore their
// geometry when opening new windows.
-// Disabled due to flakiness on linux, see http://crbug.com/155459.
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+// Originally disabled due to flakiness (see http://crbug.com/155459)
+// but now because a regression breaks the test (http://crbug.com/160343).
#define MAYBE_ShellWindowRestorePosition DISABLED_ShellWindowRestorePosition
-#else
-#define MAYBE_ShellWindowRestorePosition FLAKY_ShellWindowRestorePosition
-#endif
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
MAYBE_ShellWindowRestorePosition) {
ExtensionTestMessageListener page2_listener("WaitForPage2", true);