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

Unified Diff: webrtc/call.h

Issue 2304363002: Let ViEEncoder express resolution requests as Sinkwants (Closed)
Patch Set: Fix broken test RunOnTqNormalUsage. Created 4 years, 2 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
« no previous file with comments | « no previous file | webrtc/call/bitrate_estimator_tests.cc » ('j') | webrtc/call/bitrate_estimator_tests.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | webrtc/call/bitrate_estimator_tests.cc » ('j') | webrtc/call/bitrate_estimator_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698