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

Unified Diff: net/dns/dns_session_unittest.cc

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed net tests compilation issues, Added tests Created 4 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/dns/dns_session_unittest.cc
diff --git a/net/dns/dns_session_unittest.cc b/net/dns/dns_session_unittest.cc
index b2a09f187f93935af70ac6b1cfe6f1666b04a4a0..87c7645ed37ac1515f948a7335aeaa711af9e747 100644
--- a/net/dns/dns_session_unittest.cc
+++ b/net/dns/dns_session_unittest.cc
@@ -35,6 +35,7 @@ class TestClientSocketFactory : public ClientSocketFactory {
scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList& addresses,
+ SocketPerformanceWatcherFactory*,
bengr 2016/02/08 18:51:14 Forward declare?
tbansal1 2016/02/08 21:33:26 Done.
NetLog*,
const NetLog::Source&) override {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698