| Index: webrtc/p2p/base/portinterface.h
|
| diff --git a/webrtc/p2p/base/portinterface.h b/webrtc/p2p/base/portinterface.h
|
| index 0f77036ac12649dcf3370d9e43a9cc0e70eb5583..d1c371d356c46715563907ab2ec252dac0ef8900 100644
|
| --- a/webrtc/p2p/base/portinterface.h
|
| +++ b/webrtc/p2p/base/portinterface.h
|
| @@ -53,6 +53,8 @@ class PortInterface {
|
|
|
| virtual bool SharedSocket() const = 0;
|
|
|
| + virtual bool SupportsProtocol(const std::string& protocol) const = 0;
|
| +
|
| // PrepareAddress will attempt to get an address for this port that other
|
| // clients can send to. It may take some time before the address is ready.
|
| // Once it is ready, we will send SignalAddressReady. If errors are
|
|
|