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

Unified Diff: net/socket/ssl_client_socket_impl.h

Issue 2704623002: Add non-application-data SSL messages to NetLog. (Closed)
Patch Set: tweak comment Created 3 years, 8 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
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 019c1c57d08c4315564bd53f780734399504f1be..5eda4829628db8c28604eb8d95f98bfb52c20a0d 100644
--- a/net/socket/ssl_client_socket_impl.h
+++ b/net/socket/ssl_client_socket_impl.h
@@ -215,6 +215,12 @@ class SSLClientSocketImpl : public SSLClientSocket,
void OnPrivateKeyComplete(Error error, const std::vector<uint8_t>& signature);
+ // Called whenever BoringSSL processes a protocol message.
+ void MessageCallback(int is_write,
+ int content_type,
+ const void* buf,
+ size_t len);
+
int TokenBindingAdd(const uint8_t** out,
size_t* out_len,
int* out_alert_value);
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698