Chromium Code Reviews| Index: net/socket/ssl_client_socket.h |
| =================================================================== |
| --- net/socket/ssl_client_socket.h (revision 112347) |
| +++ net/socket/ssl_client_socket.h (working copy) |
| @@ -123,6 +123,9 @@ |
| // supported list. |
| virtual NextProtoStatus GetNextProto(std::string* proto) = 0; |
| + // Returns true if connection negotiated the origin bound cert extension. |
| + virtual bool WasOriginBoundCertNegotiated() = 0; |
|
wtc
2011/12/06 19:22:11
This method should report the stronger condition:
Ryan Hamilton
2011/12/06 20:03:47
I thought that if the OBC extension was negotiated
|
| + |
| static NextProto NextProtoFromString(const std::string& proto_string); |
| static bool IgnoreCertError(int error, int load_flags); |