| Index: net/test/test_server.h
|
| diff --git a/net/test/test_server.h b/net/test/test_server.h
|
| index 8d6d8a2ca8857ac7fabad8b642c9e982bacd34d9..18c142011b635738ae4c11955b08ff5517083dec 100644
|
| --- a/net/test/test_server.h
|
| +++ b/net/test/test_server.h
|
| @@ -103,6 +103,11 @@ class TestServer {
|
| // HTTPS server, or BULK_CIPHER_ANY to indicate that all implemented
|
| // ciphers are acceptable.
|
| int bulk_ciphers;
|
| +
|
| + // If true, pass the --https-record-resume argument to testserver.py which
|
| + // causes it to log session cache actions and echo the log on
|
| + // /ssl-session-cache.
|
| + bool record_resume;
|
| };
|
|
|
| TestServer(Type type, const FilePath& document_root);
|
|
|