Index: net/url_request/url_request_unittest.cc |
=================================================================== |
--- net/url_request/url_request_unittest.cc (revision 133707) |
+++ net/url_request/url_request_unittest.cc (working copy) |
@@ -1411,10 +1411,6 @@ |
} |
} |
-// Disabled on Android - http://crbug.com/119642 - The Android test server |
-// does not support generating OCSP responses on the fly. |
-#if !defined(OS_ANDROID) |
- |
class TestSSLConfigService : public SSLConfigService { |
public: |
TestSSLConfigService(bool ev_enabled, bool online_rev_checking) |
@@ -1730,8 +1726,6 @@ |
EXPECT_FALSE(cert_status & CERT_STATUS_REV_CHECKING_ENABLED); |
} |
-#endif // !defined(OS_ANDROID) |
- |
// This tests that a load of www.google.com with a certificate error sets |
// the |certificate_errors_are_fatal| flag correctly. This flag will cause |
// the interstitial to be fatal. |