Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2221)

Unified Diff: Source/modules/mediastream/RTCDataChannel.h

Issue 21350002: MediaStream API: Update RTCDataChannel to match the specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/core/platform/mediastream/RTCDataChannelHandler.cpp ('k') | Source/modules/mediastream/RTCDataChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698