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

Unified Diff: net/test/local_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/local_test_server.h
diff --git a/net/test/local_test_server.h b/net/test/local_test_server.h
index 99aa448647f5be83fe29949334fd000a1b05331b..26636687ccc34718344caa5f58d4d5ba231e7d2a 100644
--- a/net/test/local_test_server.h
+++ b/net/test/local_test_server.h
@@ -29,9 +29,10 @@ class LocalTestServer : 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.
- LocalTestServer(const HTTPSOptions& https_options,
+ LocalTestServer(Type type,
+ const SSLOptions& ssl_options,
const FilePath& document_root);
virtual ~LocalTestServer();

Powered by Google App Engine
This is Rietveld 408576698