Index: net/socket/ssl_client_socket_nss.h |
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h |
index 8e01084a4e6408669e237d5999f57ad7a8de313c..3dd3538e5096819694dccfbd7caf376ce6bd61a1 100644 |
--- a/net/socket/ssl_client_socket_nss.h |
+++ b/net/socket/ssl_client_socket_nss.h |
@@ -273,10 +273,6 @@ class SSLClientSocketNSS : public SSLClientSocket { |
// resume on the socket with a different value. |
const std::string ssl_session_cache_shard_; |
- // True iff we believe that the user has an ESET product intercepting our |
- // HTTPS connections. |
- bool eset_mitm_detected_; |
- |
// True iff |ssl_host_info_| contained a predicted certificate chain and |
// that we found the prediction to be correct. |
bool predicted_cert_chain_correct_; |