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

Unified Diff: public/platform/WebRTCDataChannelHandlerClient.h

Issue 1171553002: Initial implementation of onbufferedamountlow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use |final| in RTCDataChannelTest Created 5 years, 6 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: public/platform/WebRTCDataChannelHandlerClient.h
diff --git a/public/platform/WebRTCDataChannelHandlerClient.h b/public/platform/WebRTCDataChannelHandlerClient.h
index 3d5fbcf3e6fe2735ec9fc5c0e99a6eb55653b020..d7958edbbeae78e018bdbf0f0f27421a921a63a9 100644
--- a/public/platform/WebRTCDataChannelHandlerClient.h
+++ b/public/platform/WebRTCDataChannelHandlerClient.h
@@ -43,6 +43,7 @@ public:
virtual ~WebRTCDataChannelHandlerClient() { }
virtual void didChangeReadyState(ReadyState) = 0;
+ virtual void didDecreaseBufferedAmount(unsigned) = 0;
virtual void didReceiveStringData(const WebString&) = 0;
virtual void didReceiveRawData(const char*, size_t) = 0;
virtual void didDetectError() = 0;
« Source/modules/mediastream/RTCDataChannelTest.cpp ('K') | « Source/modules/modules.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698