Index: webrtc/p2p/base/portinterface.h |
diff --git a/webrtc/p2p/base/portinterface.h b/webrtc/p2p/base/portinterface.h |
index e73861965e538e0ab8e09907d56b63241547c4b7..987c3fc1ee7a0f3161b2692f9473543f0c39fe41 100644 |
--- a/webrtc/p2p/base/portinterface.h |
+++ b/webrtc/p2p/base/portinterface.h |
@@ -76,6 +76,8 @@ class PortInterface { |
virtual int GetOption(rtc::Socket::Option opt, int* value) = 0; |
virtual int GetError() = 0; |
+ virtual ProtocolType GetProtocol() const = 0; |
+ |
virtual const std::vector<Candidate>& Candidates() const = 0; |
// Sends the given packet to the given address, provided that the address is |