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

Unified Diff: net/tools/quic/test_tools/quic_test_client.cc

Issue 1470713003: Landing Recent QUIC changes until and including Mon Nov 16 14:15:48 2015 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding NET_EXPORT_PRIVATE to DelegateInterface. Created 5 years, 1 month 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/tools/quic/test_tools/quic_test_client.cc
diff --git a/net/tools/quic/test_tools/quic_test_client.cc b/net/tools/quic/test_tools/quic_test_client.cc
index b6f1768d14c2830be8fc13ee0289c2f5fa75f93d..2243f89505a684569a9cec5cbbbcc35d7f414dbc 100644
--- a/net/tools/quic/test_tools/quic_test_client.cc
+++ b/net/tools/quic/test_tools/quic_test_client.cc
@@ -587,7 +587,6 @@ void QuicTestClient::set_bind_to_address(IPAddressNumber address) {
}
const IPEndPoint& QuicTestClient::address() const {
- LOG(DFATAL) << "Not implemented";
return client_->server_address();
}

Powered by Google App Engine
This is Rietveld 408576698