Index: net/socket/ssl_client_socket.h |
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
index ec1c06f878ffc86a417b5cf0f94ad318d2f7a1bf..4bf6a0846a26025e8af7c94963b8e5f2dd59910c 100644 |
--- a/net/socket/ssl_client_socket.h |
+++ b/net/socket/ssl_client_socket.h |
@@ -139,6 +139,11 @@ class NET_EXPORT SSLClientSocket : public SSLSocket { |
// establishing the connection (or NULL if no channel ID was used). |
virtual crypto::ECPrivateKey* GetChannelIDKey() const = 0; |
+ // Returns true if the CECPQ1 (experimental post-quantum) experiment is |
+ // enabled. This should be removed after the experiment is ended, around |
+ // 2017-18. |
+ static bool IsPostQuantumExperimentEnabled(); |
+ |
protected: |
void set_signed_cert_timestamps_received( |
bool signed_cert_timestamps_received) { |