Index: net/socket/ssl_socket.h |
diff --git a/net/socket/ssl_socket.h b/net/socket/ssl_socket.h |
index 5f60e800b5bb392665f1a1b8af2452362c748e97..bd813c35fea35df3fa938f950a88ae9256985d85 100644 |
--- a/net/socket/ssl_socket.h |
+++ b/net/socket/ssl_socket.h |
@@ -26,9 +26,6 @@ public: |
const base::StringPiece& context, |
unsigned char* out, |
unsigned int outlen) = 0; |
- |
- // Stores the the tls-unique channel binding (see RFC 5929) in |*out|. |
- virtual int GetTLSUniqueChannelBinding(std::string* out) = 0; |
}; |
} // namespace net |