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

Unified Diff: net/test/spawned_test_server/base_test_server.h

Issue 1058003004: Forget SSL error exceptions when good certs seen for regular requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 9 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/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_; }

Powered by Google App Engine
This is Rietveld 408576698