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

Unified Diff: webrtc/p2p/base/session.h

Issue 1351673003: Replace readable with receiving where receiving means receiving anything (stun ping, response or da… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: One line comment change in the dtlstransportchannel.cc Created 5 years, 3 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: webrtc/p2p/base/session.h
diff --git a/webrtc/p2p/base/session.h b/webrtc/p2p/base/session.h
index 8d7aa21c222b3c19d42ac943d3666d3a05f72cb2..f4a4ce362b370e4e2d9a1286991f6f1bbd12defe 100644
--- a/webrtc/p2p/base/session.h
+++ b/webrtc/p2p/base/session.h
@@ -373,8 +373,6 @@ class BaseSession : public sigslot::has_slots<>,
// time. If this does not occur, we signal an error.
virtual void OnTransportWritable(Transport* transport) {
}
- virtual void OnTransportReadable(Transport* transport) {
- }
virtual void OnTransportReceiving(Transport* transport) {
}

Powered by Google App Engine
This is Rietveld 408576698