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

Unified Diff: net/tools/quic/quic_dispatcher.h

Issue 1710873003: relnote: Deprecate FLAGS_quic_time_wait_list_manager_use_shared_writer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@114161124
Patch Set: 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
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_dispatcher.h
diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
index 0e0a1afd057c40a7bc0f9730413eba20e7f61594..6b8f5e57c94a311f3e09045962c435952c86c54c 100644
--- a/net/tools/quic/quic_dispatcher.h
+++ b/net/tools/quic/quic_dispatcher.h
@@ -239,11 +239,6 @@ class QuicDispatcher : public QuicServerSessionVisitor,
// The writer to write to the socket with.
scoped_ptr<QuicPacketWriter> writer_;
- // A per-connection writer that is passed to the time wait list manager.
- // TODO(jdorfman): Remove this when deprecating
- // FLAGS_quic_time_wait_list_manager_use_shared_writer.
- scoped_ptr<QuicPacketWriter> time_wait_list_writer_;
-
// This vector contains QUIC versions which we currently support.
// This should be ordered such that the highest supported version is the first
// element, with subsequent elements in descending order (versions can be
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698