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

Issue 312773002: Support for audio output devices for getMediaDevices. (Closed)

Created:
6 years, 6 months ago by Henrik Grunell
Modified:
6 years, 6 months ago
CC:
chromium-reviews, fischman+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org, miu+watch_chromium.org
Visibility:
Public.

Description

Support for audio output devices for getMediaDevices. * This CL depends on https://codereview.chromium.org/287383002/ * There's no caching or monitoring in this CL. * Browser test will be done in follow-up CL. (That's pending blink interface landing.) BUG=338511 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274823

Patch Set 1 #

Total comments: 9

Patch Set 2 : Code review fixes. One test update done. #

Patch Set 3 : Added test case for group ID in unit test. #

Total comments: 6

Patch Set 4 : Code review. #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -70 lines) Patch
M chrome/browser/media/media_stream_capture_indicator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.h View 2 chunks +7 lines, -1 line 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.cc View 1 2 3 4 14 chunks +81 lines, -11 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_ui_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/common/media_stream_request.h View 3 chunks +7 lines, -2 lines 0 comments Download
M content/public/common/media_stream_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/media_stream_dispatcher.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/media/media_stream_dispatcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/media_stream_impl.cc View 9 chunks +66 lines, -18 lines 0 comments Download
M content/renderer/media/media_stream_impl_unittest.cc View 1 2 2 chunks +31 lines, -5 lines 0 comments Download
M content/renderer/media/mock_media_stream_dispatcher.h View 1 2 3 3 chunks +15 lines, -6 lines 0 comments Download
M content/renderer/media/mock_media_stream_dispatcher.cc View 1 2 3 6 chunks +38 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Henrik Grunell
Tests are on the way.
6 years, 6 months ago (2014-06-03 13:20:29 UTC) #1
tommi (sloooow) - chröme
looks pretty good. just some double checking https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc File content/browser/renderer_host/media/media_stream_manager.cc (right): https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc#newcode709 content/browser/renderer_host/media/media_stream_manager.cc:709: return; no ...
6 years, 6 months ago (2014-06-03 13:38:37 UTC) #2
Henrik Grunell
https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc File content/browser/renderer_host/media/media_stream_manager.cc (right): https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc#newcode709 content/browser/renderer_host/media/media_stream_manager.cc:709: return; On 2014/06/03 13:38:37, tommi wrote: > no chance ...
6 years, 6 months ago (2014-06-03 14:33:15 UTC) #3
Henrik Grunell
Added test case for group ID in unit test.
6 years, 6 months ago (2014-06-03 14:44:23 UTC) #4
tommi (sloooow) - chröme
https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc File content/browser/renderer_host/media/media_stream_manager.cc (right): https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc#newcode709 content/browser/renderer_host/media/media_stream_manager.cc:709: return; On 2014/06/03 14:33:16, Henrik Grunell wrote: > On ...
6 years, 6 months ago (2014-06-03 16:42:41 UTC) #5
tommi (sloooow) - chröme
On 2014/06/03 16:42:41, tommi wrote: > https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc > File content/browser/renderer_host/media/media_stream_manager.cc (right): > > https://codereview.chromium.org/312773002/diff/1/content/browser/renderer_host/media/media_stream_manager.cc#newcode709 > ...
6 years, 6 months ago (2014-06-03 16:43:00 UTC) #6
Henrik Grunell
Adding jam@ for content/public/common/media_stream_request.* https://codereview.chromium.org/312773002/diff/40001/content/renderer/media/mock_media_stream_dispatcher.cc File content/renderer/media/mock_media_stream_dispatcher.cc (right): https://codereview.chromium.org/312773002/diff/40001/content/renderer/media/mock_media_stream_dispatcher.cc#newcode11 content/renderer/media/mock_media_stream_dispatcher.cc:11: const char kAudioOutputDeviceIdPrefix[] = "audio_output_device_id"; ...
6 years, 6 months ago (2014-06-03 16:58:10 UTC) #7
jam
lgtm
6 years, 6 months ago (2014-06-03 20:38:10 UTC) #8
Henrik Grunell
The CQ bit was checked by grunell@chromium.org
6 years, 6 months ago (2014-06-04 06:56:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grunell@chromium.org/312773002/80001
6 years, 6 months ago (2014-06-04 06:56:38 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-06-04 14:38:33 UTC) #11
Message was sent while issue was closed.
Change committed as 274823

Powered by Google App Engine
This is Rietveld 408576698