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

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

Issue 1351133002: Revert of Add flags to python test server for channel id, extended master secret, and token binding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | net/test/spawned_test_server/base_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5a5cc82af1b09ffcd7df693550f1ec11785f8661..8204dc1ae3c0b3e7042148084871385627a872ab 100644
--- a/net/test/spawned_test_server/base_test_server.h
+++ b/net/test/spawned_test_server/base_test_server.h
@@ -223,15 +223,6 @@
// Whether to send a fatal alert immediately after completing the handshake.
bool alert_after_handshake;
-
- // If true, disables channel ID on the server.
- bool disable_channel_id;
-
- // If true, disables extended master secret tls extension.
- bool disable_extended_master_secret;
-
- // List of token binding params that the server supports and will negotiate.
- std::vector<int> supported_token_binding_params;
};
// Pass as the 'host' parameter during construction to server on 127.0.0.1
« no previous file with comments | « no previous file | net/test/spawned_test_server/base_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698