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

Issue 2642363003: Make CongestionController::remote_bitrate_estimator_ a non-pointer. (Closed)

Created:
3 years, 11 months ago by nisse-webrtc
Modified:
3 years, 11 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make CongestionController::remote_bitrate_estimator_ a non-pointer. It was only assigned at construction, and this improves consistency with remote_estimator_proxy_. The declaration of the private WrappingBitrateEstimator had to be moved to the header file, and it was also converted from system_wrappers' CriticalSectionWrapper to rtc::CriticalSection. BUG=webrtc:6847 Review-Url: https://codereview.webrtc.org/2642363003 Cr-Commit-Position: refs/heads/master@{#16236} Committed: https://chromium.googlesource.com/external/webrtc/+/365aebdade5ac602e901e4a3c7674e8407ab5d26

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed nits. #

Total comments: 2

Patch Set 3 : Delete obsolete comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -109 lines) Patch
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 8 chunks +87 lines, -107 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 1 3 chunks +41 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
nisse-webrtc
3 years, 11 months ago (2017-01-20 15:24:58 UTC) #2
stefan-webrtc
lgtm % nits https://codereview.webrtc.org/2642363003/diff/1/webrtc/modules/congestion_controller/include/congestion_controller.h File webrtc/modules/congestion_controller/include/congestion_controller.h (right): https://codereview.webrtc.org/2642363003/diff/1/webrtc/modules/congestion_controller/include/congestion_controller.h#newcode19 webrtc/modules/congestion_controller/include/congestion_controller.h:19: #include "webrtc/base/deprecation.h" Looks like this can ...
3 years, 11 months ago (2017-01-23 10:38:12 UTC) #3
nisse-webrtc
I have one question on construction order, see below. https://codereview.webrtc.org/2642363003/diff/1/webrtc/modules/congestion_controller/include/congestion_controller.h File webrtc/modules/congestion_controller/include/congestion_controller.h (right): https://codereview.webrtc.org/2642363003/diff/1/webrtc/modules/congestion_controller/include/congestion_controller.h#newcode19 webrtc/modules/congestion_controller/include/congestion_controller.h:19: ...
3 years, 11 months ago (2017-01-23 10:47:03 UTC) #4
nisse-webrtc
https://codereview.webrtc.org/2642363003/diff/20001/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2642363003/diff/20001/webrtc/modules/congestion_controller/congestion_controller.cc#newcode165 webrtc/modules/congestion_controller/congestion_controller.cc:165: // Constructed last as this object calls the provided ...
3 years, 11 months ago (2017-01-23 13:05:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2642363003/40001
3 years, 11 months ago (2017-01-24 10:18:57 UTC) #12
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 10:53:42 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/365aebdade5ac602e901e4a3c...

Powered by Google App Engine
This is Rietveld 408576698