Index: content/browser/security_exploit_browsertest.cc |
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc |
index 68430ad3af7deebdfc00beefeb459d6157cad184..be65a56546ac5e9274b79ce6ad3bfc3e12e99a3f 100644 |
--- a/content/browser/security_exploit_browsertest.cc |
+++ b/content/browser/security_exploit_browsertest.cc |
@@ -110,17 +110,9 @@ class SecurityExploitBrowserTest : public ContentBrowserTest { |
} |
}; |
-// Fails because the process kill on Android does not succeed. |
-// http://crbug.com/433068 |
-#if defined(OS_ANDROID) |
-#define MAYBE_SetWebUIProperty DISABLED_SetWebUIProperty |
-#else |
-#define MAYBE_SetWebUIProperty SetWebUIProperty |
-#endif |
- |
// Ensure that we kill the renderer process if we try to give it WebUI |
// properties and it doesn't have enabled WebUI bindings. |
-IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, MAYBE_SetWebUIProperty) { |
+IN_PROC_BROWSER_TEST_F(SecurityExploitBrowserTest, SetWebUIProperty) { |
GURL foo("http://foo.com/simple_page.html"); |
NavigateToURL(shell(), foo); |