Index: net/test/spawned_test_server/base_test_server.h |
diff --git a/net/test/spawned_test_server/base_test_server.h b/net/test/spawned_test_server/base_test_server.h |
index f146d5c48a8410b43f923713348b53bcc1fd0071..0163c0f30019392a5764410ac3ae1c2f51a5481d 100644 |
--- a/net/test/spawned_test_server/base_test_server.h |
+++ b/net/test/spawned_test_server/base_test_server.h |
@@ -257,6 +257,8 @@ class BaseTestServer { |
ws_basic_auth_ = ws_basic_auth; |
} |
+ void set_ssl_options(const SSLOptions& ssl_options); |
Ryan Sleevi
2015/04/03 00:21:12
Drive by not-LGTM on these. TBH, I'm surprised 254
jww
2015/04/08 00:57:40
Gone.
|
+ |
protected: |
virtual ~BaseTestServer(); |
Type type() const { return type_; } |