| Index: webrtc/p2p/base/p2ptransportchannel.h
 | 
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
 | 
| index 926de95a3bffed498bb8291ed4bd80a99cb048e3..286a547e38b70eb11e3eed97b1bae5a201f5aaf4 100644
 | 
| --- a/webrtc/p2p/base/p2ptransportchannel.h
 | 
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
 | 
| @@ -63,8 +63,6 @@ class P2PTransportChannel : public TransportChannelImpl,
 | 
|    virtual void SetIceRole(IceRole role);
 | 
|    virtual IceRole GetIceRole() const { return ice_role_; }
 | 
|    virtual void SetIceTiebreaker(uint64 tiebreaker);
 | 
| -  virtual bool GetIceProtocolType(IceProtocolType* type) const;
 | 
| -  virtual void SetIceProtocolType(IceProtocolType type);
 | 
|    virtual void SetIceCredentials(const std::string& ice_ufrag,
 | 
|                                   const std::string& ice_pwd);
 | 
|    virtual void SetRemoteIceCredentials(const std::string& ice_ufrag,
 | 
| @@ -243,7 +241,6 @@ class P2PTransportChannel : public TransportChannelImpl,
 | 
|    std::string ice_pwd_;
 | 
|    std::string remote_ice_ufrag_;
 | 
|    std::string remote_ice_pwd_;
 | 
| -  IceProtocolType protocol_type_;
 | 
|    IceMode remote_ice_mode_;
 | 
|    IceRole ice_role_;
 | 
|    uint64 tiebreaker_;
 | 
| 
 |