| Index: webrtc/api/jsepsessiondescription.h
 | 
| diff --git a/webrtc/api/jsepsessiondescription.h b/webrtc/api/jsepsessiondescription.h
 | 
| index 0248a07c72662c160447a73043e747179b6342cd..8f2ab5ff57aaa0d95d2214bcfc1b509aecfeae63 100644
 | 
| --- a/webrtc/api/jsepsessiondescription.h
 | 
| +++ b/webrtc/api/jsepsessiondescription.h
 | 
| @@ -66,13 +66,8 @@ class JsepSessionDescription : public SessionDescriptionInterface {
 | 
|        size_t mediasection_index) const;
 | 
|    virtual bool ToString(std::string* out) const;
 | 
|  
 | 
| -  // Default video encoder settings. The resolution is the max resolution.
 | 
| -  // TODO(perkj): Implement proper negotiation of video resolution.
 | 
|    static const int kDefaultVideoCodecId;
 | 
| -  static const int kDefaultVideoCodecFramerate;
 | 
|    static const char kDefaultVideoCodecName[];
 | 
| -  static const int kMaxVideoCodecWidth;
 | 
| -  static const int kMaxVideoCodecHeight;
 | 
|  
 | 
|   private:
 | 
|    std::unique_ptr<cricket::SessionDescription> description_;
 | 
| 
 |