| Index: Source/modules/mediastream/RTCDataChannel.h
|
| diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h
|
| index fa32551b89504cb898e23010174cc45d71880c04..bee0d048e643f0b2ba31cbdd57fa44b5f79026df 100644
|
| --- a/Source/modules/mediastream/RTCDataChannel.h
|
| +++ b/Source/modules/mediastream/RTCDataChannel.h
|
| @@ -49,7 +49,16 @@ public:
|
| ~RTCDataChannel();
|
|
|
| String label() const;
|
| +
|
| + // DEPRECATED
|
| bool reliable() const;
|
| +
|
| + bool ordered() const;
|
| + unsigned short maxRetransmitTime() const;
|
| + unsigned short maxRetransmits() const;
|
| + String protocol() const;
|
| + bool negotiated() const;
|
| + unsigned short id() const;
|
| String readyState() const;
|
| unsigned long bufferedAmount() const;
|
|
|
|
|