| Index: net/socket/ssl_client_socket_impl.h
 | 
| diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
 | 
| index 5fa33673747417f735365adabc5d4d54601a5853..97fa2929d50d880c857b46bcc5da5043686b64e6 100644
 | 
| --- a/net/socket/ssl_client_socket_impl.h
 | 
| +++ b/net/socket/ssl_client_socket_impl.h
 | 
| @@ -370,6 +370,9 @@ class SSLClientSocketImpl : public SSLClientSocket {
 | 
|    // pinning failure. It is a (somewhat) human-readable string.
 | 
|    std::string pinning_failure_log_;
 | 
|  
 | 
| +  // True if PKP is bypassed due to a local trust anchor.
 | 
| +  bool pkp_bypassed_;
 | 
| +
 | 
|    BoundNetLog net_log_;
 | 
|    base::WeakPtrFactory<SSLClientSocketImpl> weak_factory_;
 | 
|  };
 | 
| 
 |