|
|
Add mojo-based support for media device-change notifications.
Users of device-change notifications are not yet using this.
An upcoming CL will include wiring of the Blink devicechange event and PepperMediaDeviceManager to this and removal of the corresponding code in MediaStreamDispatcher and MediaStreamDispatcherHost.
BUG= 648183
Committed: https://crrev.com/57409acb300fa06da3679b20d3474436fadb68c5
Cr-Commit-Position: refs/heads/master@{#430310}
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1019 lines, -31 lines) |
Patch |
 |
M |
content/browser/bad_message.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_devices_dispatcher_host.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+36 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_devices_dispatcher_host.cc
|
View
|
1
2
|
4 chunks |
+148 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_devices_dispatcher_host_unittest.cc
|
View
|
|
6 chunks |
+84 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_devices_manager.h
|
View
|
1
2
3
4
5
|
3 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_devices_manager.cc
|
View
|
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_devices_manager_unittest.cc
|
View
|
|
2 chunks |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/media/media_devices.mojom
|
View
|
|
2 chunks |
+30 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/app/mojo/content_renderer_manifest.json
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/media_devices_event_dispatcher.h
|
View
|
1
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/media_devices_event_dispatcher.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+130 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/media_devices_event_dispatcher_unittest.cc
|
View
|
1
|
1 chunk |
+193 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/media_devices_listener_impl.h
|
View
|
1
2
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/media/media_devices_listener_impl.cc
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/user_media_client_impl_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 49 (36 generated)
|