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

Unified Diff: net/socket/socket_test_util.h

Issue 1027693004: Delete the ClientSocketPoolHistograms class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small xml fix Created 5 years, 9 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/socket/deterministic_socket_data_unittest.cc ('k') | net/socket/socket_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_test_util.h
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index ef15a845ee95cc36a7e5cdfe99c783767767a72b..b6395fc895b6354195e43ccb05ebc1d67b889e9a 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -1158,7 +1158,6 @@ class MockTransportClientSocketPool : public TransportClientSocketPool {
MockTransportClientSocketPool(int max_sockets,
int max_sockets_per_group,
- ClientSocketPoolHistograms* histograms,
ClientSocketFactory* socket_factory);
~MockTransportClientSocketPool() override;
@@ -1249,7 +1248,6 @@ class MockSOCKSClientSocketPool : public SOCKSClientSocketPool {
public:
MockSOCKSClientSocketPool(int max_sockets,
int max_sockets_per_group,
- ClientSocketPoolHistograms* histograms,
TransportClientSocketPool* transport_pool);
~MockSOCKSClientSocketPool() override;
« no previous file with comments | « net/socket/deterministic_socket_data_unittest.cc ('k') | net/socket/socket_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698