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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_sender.h

Issue 2637203002: Avoid multiple calls to webrtc::field_trial::FindFullName in RTPSender (Closed)
Patch Set: Trying again... Created 3 years, 11 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/modules/rtp_rtcp/source/rtp_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
index b70b6885e16b1378abbaa40c51fa30a55a428e10..87326daa00d9ab33fd1865a60635e8dbe62ba4f3 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
@@ -327,6 +327,8 @@ class RTPSender {
RateLimiter* const retransmission_rate_limiter_;
OverheadObserver* overhead_observer_;
+ const bool send_side_bwe_with_overhead_;
+
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RTPSender);
};
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtp_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698