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 6dd67db3038a186d192e2e8baee4bf509c9aded8..7f50e48a58e14b3b4ec8be7844f2309e97f8135b 100644 |
--- a/net/test/spawned_test_server/base_test_server.h |
+++ b/net/test/spawned_test_server/base_test_server.h |
@@ -203,6 +203,9 @@ class BaseTestServer { |
// Whether to enable NPN support. |
bool enable_npn; |
+ |
+ // Tells the server to use a session cache of None. |
+ bool none_session_cache; |
Ryan Sleevi
2014/08/06 01:31:30
This isn't really descriptive in the context of ju
mshelley
2014/08/06 03:09:31
Done.
|
}; |
// Pass as the 'host' parameter during construction to server on 127.0.0.1 |