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

Unified Diff: net/socket/tcp_client_socket.h

Issue 1215543003: Add UMA for the kernel's TCP RTT estimate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make method name more descriptive. Created 5 years, 5 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 | « no previous file | net/socket/tcp_client_socket.cc » ('j') | net/socket/tcp_client_socket.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/tcp_client_socket.h
diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h
index 0b8062bfd093d02d92253faa4ace3825bf09a067..a95f765822026806f852ae1abe77619a9c95cbb3 100644
--- a/net/socket/tcp_client_socket.h
+++ b/net/socket/tcp_client_socket.h
@@ -96,6 +96,8 @@ class NET_EXPORT TCPClientSocket : public StreamSocket {
int OpenSocket(AddressFamily family);
+ void EmitTCPMetricsHistogramsOnSocketClose();
mmenke 2015/07/07 19:53:49 Think this is worth a comment.
Bryan McQuade 2015/07/07 21:05:10 Done.
+
scoped_ptr<TCPSocket> socket_;
// Local IP address and port we are bound to. Set to NULL if Bind()
« no previous file with comments | « no previous file | net/socket/tcp_client_socket.cc » ('j') | net/socket/tcp_client_socket.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698