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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 45ea1cecffa4a12919aed104a2b5e9614f1fd147..73ac855b6734cb8c7f647853cee7aa97af81e994 100644
--- a/net/test/spawned_test_server/base_test_server.h
+++ b/net/test/spawned_test_server/base_test_server.h
@@ -201,6 +201,10 @@ class BaseTestServer {
// Whether to staple the OCSP response.
bool staple_ocsp_response;
+ // Whether to make the OCSP server unavailable. This does not affect the
+ // stapled OCSP response.
+ bool ocsp_server_unavailable;
+
// Whether to enable NPN support.
bool enable_npn;
« no previous file with comments | « net/test/embedded_test_server/http_request_unittest.cc ('k') | net/test/spawned_test_server/base_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698