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

Unified Diff: net/socket/ssl_client_socket.h

Issue 16501002: Give more request types a TransportSecurityState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: net/socket/ssl_client_socket.h
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
index 41ee0873347a1c416db906d3c0d9e4dc5bef358c..11d28c085f4d7d47febd769a4b0287340303733e 100644
--- a/net/socket/ssl_client_socket.h
+++ b/net/socket/ssl_client_socket.h
@@ -10,6 +10,7 @@
#include "net/base/completion_callback.h"
#include "net/base/load_flags.h"
#include "net/base/net_errors.h"
+#include "net/http/transport_security_state.h"
#include "net/socket/ssl_socket.h"
#include "net/socket/stream_socket.h"
@@ -19,7 +20,6 @@ class CertVerifier;
class ServerBoundCertService;
class SSLCertRequestInfo;
class SSLInfo;
-class TransportSecurityState;
Ryan Sleevi 2013/06/05 22:56:00 This change shouldn't be necessary. It's all forwa
palmer 2013/06/05 23:50:15 Done.
// This struct groups together several fields which are used by various
// classes related to SSLClientSocket.

Powered by Google App Engine
This is Rietveld 408576698