Allow running AppApiTest.AppProcessRedirectBack in aura.
Cannot reproduce the bug crbug.com/105957. I tried running the test
20 times but all succeeded.
The dump seems that the renderer process suddenly stopped during
NavigateToURLBlockUntilNavigationsComplete(), but that does not seem
aura-specific either. Rather it seems some issue on the environment
of test running at that time.
BUG=105957
TEST=browser_tests passed locally & trybots succeeded
Review URL: http://codereview.chromium.org/9284014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119022 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/app_process_apitest.cc b/chrome/browser/extensions/app_process_apitest.cc
index 39ff6dd6..33437b22 100644
--- a/chrome/browser/extensions/app_process_apitest.cc
+++ b/chrome/browser/extensions/app_process_apitest.cc
@@ -338,9 +338,8 @@
// 3. page2 redirects back to a page in the app
// The final navigation should end up in the app process.
// See http://crbug.com/61757
-// This test occasionally timeout on aura. See crbug.com/105957.
// This test doesn't complete on WebKit Win (dbg). See crbug.com/108853.
-#if defined(USE_AURA) || (defined(OS_WIN) && !defined(NDEBUG))
+#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_AppProcessRedirectBack DISABLED_AppProcessRedirectBack
#else
#define MAYBE_AppProcessRedirectBack AppProcessRedirectBack