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

Unified Diff: net/socket/ssl_client_socket_impl.h

Issue 2704623002: Add non-application-data SSL messages to NetLog. (Closed)
Patch Set: . Created 3 years, 10 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_impl.h
diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
index 86505ab2f4a80c3d8620bf3684b999603bf1bcf8..5f7d9a2b9c8381490ea87e2e94a19f466fb50161 100644
--- a/net/socket/ssl_client_socket_impl.h
+++ b/net/socket/ssl_client_socket_impl.h
@@ -218,6 +218,11 @@ class SSLClientSocketImpl : public SSLClientSocket,
void OnPrivateKeyComplete(Error error, const std::vector<uint8_t>& signature);
+ void MessageCallback(int is_write,
eroman 2017/02/17 22:16:51 Documentation?
davidben 2017/04/18 20:51:17 Done.
+ int content_type,
+ const void* buf,
+ size_t len);
+
int TokenBindingAdd(const uint8_t** out,
size_t* out_len,
int* out_alert_value);

Powered by Google App Engine
This is Rietveld 408576698