| Index: net/test/remote_test_server.h
|
| diff --git a/net/test/remote_test_server.h b/net/test/remote_test_server.h
|
| index b617babb7c27f2fb2a5fcbcb8b40564b6216bc0b..417eda8bad69903cdef5f012de1bc93c048f677f 100644
|
| --- a/net/test/remote_test_server.h
|
| +++ b/net/test/remote_test_server.h
|
| @@ -23,9 +23,10 @@ class RemoteTestServer : public BaseTestServer {
|
| const std::string& host,
|
| const FilePath& document_root);
|
|
|
| - // Initialize a HTTPS TestServer with a specific set of HTTPSOptions.
|
| + // Initialize a TestServer with a specific set of SSLOptions.
|
| // |document_root| must be a relative path under the root tree.
|
| - RemoteTestServer(const HTTPSOptions& https_options,
|
| + RemoteTestServer(Type type,
|
| + const SSLOptions& ssl_options,
|
| const FilePath& document_root);
|
|
|
| virtual ~RemoteTestServer();
|
|
|