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

Issue 467133006: Implements NoReportedDelayOnMac Finch experiment (Closed)

Created:
6 years, 4 months ago by bjornv
Modified:
5 years, 11 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Implements NoReportedDelayOnMac Finch experiment This Finch experiment turns reported delays, passed to webrtc::AudioProcessing, off on Mac. This has to be done at create time to avoid ruining other settings. BUG=385073 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291056

Patch Set 1 #

Total comments: 1

Patch Set 2 : Implementation within ifdef #

Patch Set 3 : Added required include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M content/renderer/media/media_stream_audio_processor.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
bjornv
Dear reviewers. PTAL at this small CL. I've implemented the Finch experiment without any ifdefs, ...
6 years, 4 months ago (2014-08-19 07:36:52 UTC) #1
no longer working on chromium
https://codereview.chromium.org/467133006/diff/1/content/renderer/media/media_stream_audio_processor.cc File content/renderer/media/media_stream_audio_processor.cc (right): https://codereview.chromium.org/467133006/diff/1/content/renderer/media/media_stream_audio_processor.cc#newcode418 content/renderer/media/media_stream_audio_processor.cc:418: config.Set<webrtc::ReportedDelay>(new webrtc::ReportedDelay(false)); if this should never kick in on ...
6 years, 4 months ago (2014-08-19 12:42:19 UTC) #2
no longer working on chromium
On 2014/08/19 12:42:19, xians1 wrote: > https://codereview.chromium.org/467133006/diff/1/content/renderer/media/media_stream_audio_processor.cc > File content/renderer/media/media_stream_audio_processor.cc (right): > > https://codereview.chromium.org/467133006/diff/1/content/renderer/media/media_stream_audio_processor.cc#newcode418 > ...
6 years, 4 months ago (2014-08-19 12:42:34 UTC) #3
Alexei Svitkine (slow)
lgtm
6 years, 4 months ago (2014-08-19 14:58:46 UTC) #4
ajm
lgtm
6 years, 4 months ago (2014-08-19 15:37:07 UTC) #5
bjornv
The CQ bit was checked by bjornv@chromium.org
6 years, 4 months ago (2014-08-21 04:51:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bjornv@chromium.org/467133006/20001
6 years, 4 months ago (2014-08-21 04:51:46 UTC) #7
bjornv
The CQ bit was unchecked by bjornv@chromium.org
6 years, 4 months ago (2014-08-21 06:56:05 UTC) #8
bjornv
The CQ bit was checked by bjornv@chromium.org
6 years, 4 months ago (2014-08-21 07:01:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bjornv@chromium.org/467133006/40001
6 years, 4 months ago (2014-08-21 07:03:30 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (40001) as 291056
6 years, 4 months ago (2014-08-21 13:35:47 UTC) #11
andresp-chromium
5 years, 11 months ago (2015-01-22 13:58:30 UTC) #12
Message was sent while issue was closed.
On 2014/08/21 13:35:47, I haz the power (commit-bot) wrote:
> Committed patchset #3 (40001) as 291056

The ifdefs on this Cl where not really needed. Please avoid it next time.
It is amazing on how this practice is spreading in webrtc finch experiments with
no good reason.

Powered by Google App Engine
This is Rietveld 408576698