| Index: webrtc/p2p/client/basicportallocator.h
|
| diff --git a/webrtc/p2p/client/basicportallocator.h b/webrtc/p2p/client/basicportallocator.h
|
| index 96468d32ccafab6eb574909c9a34cfffa9897bc6..f2d92ef64ea6512fe0a8100965e60b410c0ca24d 100644
|
| --- a/webrtc/p2p/client/basicportallocator.h
|
| +++ b/webrtc/p2p/client/basicportallocator.h
|
| @@ -220,7 +220,8 @@ struct PortConfiguration : public rtc::MessageData {
|
| const std::string& username,
|
| const std::string& password);
|
|
|
| - // TODO(jiayl): remove when |stun_address| is removed.
|
| + // Returns addresses of both the explicitly configured STUN servers,
|
| + // and TURN servers that should be used as STUN servers.
|
| ServerAddresses StunServers();
|
|
|
| // Adds another relay server, with the given ports and modifier, to the list.
|
|
|