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

Issue 446553002: Add histogram WebRTC.UserMediaRequest.NoResultState to track user media requests with no result. (Closed)

Created:
6 years, 4 months ago by andresp-chromium
Modified:
6 years, 4 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, wjia+watch_chromium.org, tommi (sloooow) - chröme
Base URL:
https://chromium.googlesource.com/chromium/src.git@b399835
Project:
chromium
Visibility:
Public.

Description

Add histogram WebRTC.UserMediaRequest.NoResultState to track user media requests with no result. BUG=399835 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287862

Patch Set 1 : Diffbase https://codereview.chromium.org/427713004/ #

Total comments: 24

Patch Set 2 : Comments addressed (and diffbase is now submitted, so diffing to master now) #

Total comments: 12

Patch Set 3 : Addressed tommi comments. #

Total comments: 6

Patch Set 4 : Address nits #

Patch Set 5 : Actually fix histogram.xml nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -28 lines) Patch
M content/renderer/media/media_stream_impl.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M content/renderer/media/media_stream_impl.cc View 1 2 3 6 chunks +47 lines, -27 lines 0 comments Download
M content/renderer/media/webrtc_uma_histograms.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M content/renderer/media/webrtc_uma_histograms.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
andresp-chromium
6 years, 4 months ago (2014-08-05 13:44:54 UTC) #1
Mark P
https://codereview.chromium.org/446553002/diff/60001/content/renderer/media/webrtc_uma_histograms.cc File content/renderer/media/webrtc_uma_histograms.cc (right): https://codereview.chromium.org/446553002/diff/60001/content/renderer/media/webrtc_uma_histograms.cc#newcode14 content/renderer/media/webrtc_uma_histograms.cc:14: enum { Please explicitly state that elements in this ...
6 years, 4 months ago (2014-08-05 18:50:23 UTC) #2
vrk (LEFT CHROMIUM)
https://codereview.chromium.org/446553002/diff/60001/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://codereview.chromium.org/446553002/diff/60001/content/renderer/media/media_stream_impl.cc#newcode202 content/renderer/media/media_stream_impl.cc:202: LogUserMediaRequestWithNoResult(true, In general, boolean parameters are not good practice. ...
6 years, 4 months ago (2014-08-05 19:05:41 UTC) #3
andresp-chromium
All comments addressed. Note for reviewers for the media stream part: Please verify that all ...
6 years, 4 months ago (2014-08-06 10:13:56 UTC) #4
tommi (sloooow) - chröme
https://codereview.chromium.org/446553002/diff/80001/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://codereview.chromium.org/446553002/diff/80001/content/renderer/media/media_stream_impl.cc#newcode324 content/renderer/media/media_stream_impl.cc:324: // Only stop the device if the device is ...
6 years, 4 months ago (2014-08-06 11:42:21 UTC) #5
andresp-chromium
https://codereview.chromium.org/446553002/diff/80001/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://codereview.chromium.org/446553002/diff/80001/content/renderer/media/media_stream_impl.cc#newcode324 content/renderer/media/media_stream_impl.cc:324: // Only stop the device if the device is ...
6 years, 4 months ago (2014-08-06 11:59:14 UTC) #6
tommi (sloooow) - chröme
lgtm
6 years, 4 months ago (2014-08-06 12:03:06 UTC) #7
vrk (LEFT CHROMIUM)
lgtm Looks great! Just a few tiny nits. https://codereview.chromium.org/446553002/diff/100001/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://codereview.chromium.org/446553002/diff/100001/content/renderer/media/media_stream_impl.cc#newcode931 content/renderer/media/media_stream_impl.cc:931: } ...
6 years, 4 months ago (2014-08-06 17:28:36 UTC) #8
Mark P
one minor comment; otherwise histograms.xml lgtm https://codereview.chromium.org/446553002/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/446553002/diff/100001/tools/metrics/histograms/histograms.xml#newcode35777 tools/metrics/histograms/histograms.xml:35777: + The state ...
6 years, 4 months ago (2014-08-06 17:33:28 UTC) #9
andresp-chromium
https://codereview.chromium.org/446553002/diff/100001/content/renderer/media/media_stream_impl.cc File content/renderer/media/media_stream_impl.cc (right): https://codereview.chromium.org/446553002/diff/100001/content/renderer/media/media_stream_impl.cc#newcode931 content/renderer/media/media_stream_impl.cc:931: } On 2014/08/06 17:28:36, Victoria Kirst wrote: > nit: ...
6 years, 4 months ago (2014-08-06 18:00:22 UTC) #10
andresp-chromium
The CQ bit was checked by andresp@chromium.org
6 years, 4 months ago (2014-08-06 18:03:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andresp@chromium.org/446553002/140001
6 years, 4 months ago (2014-08-06 18:04:02 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 21:32:52 UTC) #13
Message was sent while issue was closed.
Change committed as 287862

Powered by Google App Engine
This is Rietveld 408576698