| Index: webrtc/call.h
|
| diff --git a/webrtc/call.h b/webrtc/call.h
|
| index 9855b600f050ebd64cd02a5639869c0b59c4e38e..f0015fa2ffd2eac596160381e1ef2ed030fc7e60 100644
|
| --- a/webrtc/call.h
|
| +++ b/webrtc/call.h
|
| @@ -54,19 +54,6 @@ class PacketReceiver {
|
| virtual ~PacketReceiver() {}
|
| };
|
|
|
| -// Callback interface for reporting when a system overuse is detected.
|
| -class LoadObserver {
|
| - public:
|
| - enum Load { kOveruse, kUnderuse };
|
| -
|
| - // Triggered when overuse is detected or when we believe the system can take
|
| - // more load.
|
| - virtual void OnLoadUpdate(Load load) = 0;
|
| -
|
| - protected:
|
| - virtual ~LoadObserver() {}
|
| -};
|
| -
|
| // A Call instance can contain several send and/or receive streams. All streams
|
| // are assumed to have the same remote endpoint and will share bitrate estimates
|
| // etc.
|
|
|