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

Unified Diff: net/test/remote_test_server.h

Issue 10878003: Refactoring for merging WebSocket test server to net::TestServer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 5 Created 8 years, 4 months 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
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();

Powered by Google App Engine
This is Rietveld 408576698