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

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

Issue 1413353003: Update handling of std::function objects (in this case mainly TODOs). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@105311433
Patch Set: Created 5 years, 2 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/tools/quic/end_to_end_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_test_server.cc
diff --git a/net/tools/quic/test_tools/quic_test_server.cc b/net/tools/quic/test_tools/quic_test_server.cc
index aaa169498d7b9a963c38feabc6c81bdc0746aff1..8364ba82ddd980295e40b37d6ecc929846e73807 100644
--- a/net/tools/quic/test_tools/quic_test_server.cc
+++ b/net/tools/quic/test_tools/quic_test_server.cc
@@ -34,6 +34,7 @@ class CustomStreamSession : public QuicServerSession {
const QuicCryptoServerConfig* crypto_config,
QuicTestServer::StreamCreationFunction creator)
: QuicServerSession(config, connection, visitor, crypto_config),
+ // TODO(rtenneti): use std::move when chromium supports it.
stream_creator_(creator) {}
QuicSpdyServerStream* CreateIncomingDynamicStream(QuicStreamId id) override {
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698