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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2915053003: Remove unused BidirectionalStream::SendData() method and implementations. (Closed)
Patch Set: Cleanup 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
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:
// {

Powered by Google App Engine
This is Rietveld 408576698