Index: net/test/test_server.h |
diff --git a/net/test/test_server.h b/net/test/test_server.h |
index 8affc12b91ca32d138ea4f76327419aa77bee982..f115f6952205cea3af727dfe272ba83dba9c3851 100644 |
--- a/net/test/test_server.h |
+++ b/net/test/test_server.h |
@@ -21,11 +21,6 @@ |
#include "base/scoped_handle_win.h" |
#endif |
-#if defined(USE_NSS) |
-#include "base/ref_counted.h" |
-#include "net/base/x509_certificate.h" |
-#endif |
- |
class CommandLine; |
class GURL; |
@@ -141,9 +136,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; |
@@ -183,10 +175,6 @@ class TestServer { |
// If |type_| is TYPE_HTTPS, the TLS settings to use for the test server. |
HTTPSOptions https_options_; |
-#if defined(USE_NSS) |
- scoped_refptr<X509Certificate> cert_; |
-#endif |
- |
Type type_; |
DISALLOW_COPY_AND_ASSIGN(TestServer); |