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

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

Issue 2099783002: Fixing bug where Connection drops packets when presumed writable. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Merge with master. Created 4 years, 6 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 | webrtc/p2p/base/dtlstransportchannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/candidatepairinterface.h
diff --git a/webrtc/p2p/base/candidatepairinterface.h b/webrtc/p2p/base/candidatepairinterface.h
index 91b47f470afc77de695b660da4d655544d3b2c63..1d11c22a525593ae29625f4cadcf1957165ea10f 100644
--- a/webrtc/p2p/base/candidatepairinterface.h
+++ b/webrtc/p2p/base/candidatepairinterface.h
@@ -21,8 +21,6 @@ class CandidatePairInterface {
virtual const Candidate& local_candidate() const = 0;
virtual const Candidate& remote_candidate() const = 0;
-
- virtual bool ReadyToSendMedia() const = 0;
};
} // namespace cricket
« no previous file with comments | « no previous file | webrtc/p2p/base/dtlstransportchannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698