Index: net/test/test_server.h |
diff --git a/net/test/test_server.h b/net/test/test_server.h |
index 4154302b6cd0eceb2ff8670a734a1bda6db8a840..9686aef55aaae29351a47c91e7f0e5182f0d4cf0 100644 |
--- a/net/test/test_server.h |
+++ b/net/test/test_server.h |
@@ -23,11 +23,6 @@ |
#include "base/scoped_handle_win.h" |
#endif |
-#if defined(USE_OPENSSL) || defined(USE_NSS) |
-#include "base/ref_counted.h" |
-#include "net/base/x509_certificate.h" |
-#endif |
- |
class CommandLine; |
class DictionaryValue; |
class GURL; |
@@ -156,9 +151,6 @@ class TestServer { |
// Returns path to the root certificate. |
FilePath GetRootCertificatePath(); |
- // Returns false if our test root certificate is not trusted. |
- bool CheckCATrusted() WARN_UNUSED_RESULT; |
- |
// Load the test root cert, if it hasn't been loaded yet. |
bool LoadTestRootCert() WARN_UNUSED_RESULT; |
@@ -203,10 +195,6 @@ class TestServer { |
// If |type_| is TYPE_HTTPS, the TLS settings to use for the test server. |
HTTPSOptions https_options_; |
-#if defined(USE_OPENSSL) || defined(USE_NSS) |
- scoped_refptr<X509Certificate> cert_; |
-#endif |
- |
Type type_; |
// Has the server been started? |