Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: chrome/browser/extensions/cross_origin_xhr_apitest.cc

Issue 500018: Handle unexpected connection close during SSL handshake on Mac (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/socket/ssl_client_socket_mac.cc » ('j') | net/socket/ssl_client_socket_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/cross_origin_xhr_apitest.cc
diff --git a/chrome/browser/extensions/cross_origin_xhr_apitest.cc b/chrome/browser/extensions/cross_origin_xhr_apitest.cc
index efe7de1323cf59877d7941ddb3c62fae25830bd4..5a9832230af8276fddfe7cbf4a04455bd1566279 100644
--- a/chrome/browser/extensions/cross_origin_xhr_apitest.cc
+++ b/chrome/browser/extensions/cross_origin_xhr_apitest.cc
@@ -4,14 +4,7 @@
#include "chrome/browser/extensions/extension_apitest.h"
-#if defined(OS_MACOSX)
-// http://crbug.com/29711
-#define MAYBE_CrossOriginXHR DISABLED_CrossOriginXHR
-#else
-#define MAYBE_CrossOriginXHR CrossOriginXHR
-#endif
-
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_CrossOriginXHR) {
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, CrossOriginXHR) {
host_resolver()->AddRule("*.com", "127.0.0.1");
StartHTTPServer();
ASSERT_TRUE(RunExtensionTest("cross_origin_xhr")) << message_;
« no previous file with comments | « no previous file | net/socket/ssl_client_socket_mac.cc » ('j') | net/socket/ssl_client_socket_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698