| Index: content/browser/loader/resource_dispatcher_host_browsertest.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_browsertest.cc b/content/browser/loader/resource_dispatcher_host_browsertest.cc
|
| index 04ba9db77428fbd82a77b1359854e9d88e70669b..c4bcf5f82e43c51d0ec82fe9e288062d6c652519 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_browsertest.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_browsertest.cc
|
| @@ -305,8 +305,7 @@ IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest,
|
| // app isn't stripped of debug symbols, this takes about five minutes to
|
| // complete and isn't conducive to quick turnarounds. As we don't currently
|
| // strip the app on the build bots, this is bad times.
|
| -// Also disabled on Android (http://crbug.com/506188).
|
| -#if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| +#if defined(OS_MACOSX)
|
| #define MAYBE_CrossSiteAfterCrash DISABLED_CrossSiteAfterCrash
|
| #else
|
| #define MAYBE_CrossSiteAfterCrash CrossSiteAfterCrash
|
|
|