Chromium Code Reviews| Index: webrtc/config.h |
| diff --git a/webrtc/config.h b/webrtc/config.h |
| index 804f54d93950c37e8cb22faf4df129ffdcbb62c5..52711636acb9e66c64b9bb475579f52d8fda98f6 100644 |
| --- a/webrtc/config.h |
| +++ b/webrtc/config.h |
| @@ -60,6 +60,7 @@ struct RtpExtension { |
| static const char* kAbsSendTime; |
| static const char* kVideoRotation; |
| static const char* kAudioLevel; |
| + static const char* kTransportSequenceNumber; |
| std::string name; |
| int id; |
| }; |