summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_win.h
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-02 19:02:38 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-02 19:02:38 +0000
commit616925a61dcb63847f31809a1061d85fac9b57e6 (patch)
tree4b077aea53dd99027aec6e9a23dd84a9d7a6fcc6 /net/socket/ssl_client_socket_win.h
parentb13e83a45074b6ce821440ef480a6cc6d075731c (diff)
downloadchromium_src-616925a61dcb63847f31809a1061d85fac9b57e6.zip
chromium_src-616925a61dcb63847f31809a1061d85fac9b57e6.tar.gz
chromium_src-616925a61dcb63847f31809a1061d85fac9b57e6.tar.bz2
Remove connection failed histograms.
BUG=none - not used and blocks refactoring for bug 30357 TEST=unit tests Review URL: http://codereview.chromium.org/661318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_client_socket_win.h')
-rw-r--r--net/socket/ssl_client_socket_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_client_socket_win.h b/net/socket/ssl_client_socket_win.h
index 1321c00..84a42de 100644
--- a/net/socket/ssl_client_socket_win.h
+++ b/net/socket/ssl_client_socket_win.h
@@ -86,7 +86,7 @@ class SSLClientSocketWin : public SSLClientSocket {
int DidCallInitializeSecurityContext();
int DidCompleteHandshake();
void DidCompleteRenegotiation();
- void LogConnectionTypeMetrics(bool success) const;
+ void LogConnectionTypeMetrics() const;
void FreeSendBuffer();
// Internal callbacks as async operations complete.