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

Unified Diff: net/tools/quic/end_to_end_test.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 | « no previous file | net/tools/quic/test_tools/quic_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 9fac887afd8286045bfd46996be57ca4922fead6..8a3f0ca7ec7104f8a6c813ed3a0eb9cffb4df256 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -498,6 +498,7 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> {
// Must be called before Initialize to have effect.
void SetSpdyStreamCreator(QuicTestServer::StreamCreationFunction function) {
+ // TODO(rtenneti) use std::move when supported.
stream_creator_ = function;
}
« no previous file with comments | « no previous file | net/tools/quic/test_tools/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698