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

Unified Diff: webrtc/modules/congestion_controller/probe_controller.h

Issue 2997883002: Video/Screenshare loopback tool.
Patch Set: Rebase Created 3 years, 4 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: webrtc/modules/congestion_controller/probe_controller.h
diff --git a/webrtc/modules/congestion_controller/probe_controller.h b/webrtc/modules/congestion_controller/probe_controller.h
index f47bdb0ca273f202dc826c5b3779a6ab6a539df5..9cccdec8a486c4fbaa2e0d0812149988674955ac 100644
--- a/webrtc/modules/congestion_controller/probe_controller.h
+++ b/webrtc/modules/congestion_controller/probe_controller.h
@@ -85,6 +85,8 @@ class ProbeController {
int64_t mid_call_probing_bitrate_bps_ GUARDED_BY(&critsect_);
int64_t mid_call_probing_succcess_threshold_ GUARDED_BY(&critsect_);
+ bool in_alr = false;
+
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(ProbeController);
};

Powered by Google App Engine
This is Rietveld 408576698