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

Unified Diff: net/dns/address_sorter_posix_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/address_sorter_posix_unittest.cc
diff --git a/net/dns/address_sorter_posix_unittest.cc b/net/dns/address_sorter_posix_unittest.cc
index 1212978d87b50fde122450d0eaefeee34d3093e5..0b3382cd1ff2134dacd06abf781b322bfd42128f 100644
--- a/net/dns/address_sorter_posix_unittest.cc
+++ b/net/dns/address_sorter_posix_unittest.cc
@@ -108,6 +108,7 @@ class TestSocketFactory : public ClientSocketFactory {
}
scoped_ptr<StreamSocket> CreateTransportClientSocket(
const AddressList&,
+ 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