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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2915053003: Remove unused BidirectionalStream::SendData() method and implementations. (Closed)
Patch Set: Fix Created 3 years, 7 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/http/bidirectional_stream_unittest.cc ('k') | net/quic/chromium/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index 4d0dc5be7fb74fc73eef0cad6d1900882bd34e06..014bb5f140cb1f1671430b96791d247a7870889d 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1249,9 +1249,6 @@ EVENT_TYPE(BIDIRECTIONAL_STREAM_ALIVE)
// }
EVENT_TYPE(BIDIRECTIONAL_STREAM_READ_DATA)
-// Marks the SendData call of a net::BidirectionalStream.
-EVENT_TYPE(BIDIRECTIONAL_STREAM_SEND_DATA)
-
// Marks the SendvData call of a net::BidirectionalStream.
// The following parameters are attached:
// {
« no previous file with comments | « net/http/bidirectional_stream_unittest.cc ('k') | net/quic/chromium/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698