|
Rename VideoCaptureImplManager to VideoCaptureService
Fix TODO(hclam):This class should be renamed to videoCaptureService in file
video_caputre_impl_manager.h.
Because of a refactoring, The interface of VideoCapture is removed and
VideoCaptureImpl is not the implementation of VideoCapture and
VideoCaptureImplManager also became an inaccurate and bulky name.
VideoCaptureImplManager provides a service to access video capture devices in
the renderer process. VideoCaptureImpl should be hidden away from clients of
the APIs. So VideoCaptureService is a better name.
BUG=None
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -571 lines) |
Patch |
|
M |
content/content_renderer.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/media/media_stream_video_capturer_source.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/media/media_stream_video_capturer_source.cc
|
View
|
|
5 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/video_capture_impl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/video_capture_impl.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
D |
content/renderer/media/video_capture_impl_manager.h
|
View
|
|
1 chunk |
+0 lines, -133 lines |
0 comments
|
Download
|
|
D |
content/renderer/media/video_capture_impl_manager.cc
|
View
|
|
1 chunk |
+0 lines, -190 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/video_capture_impl_manager_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -175 lines |
0 comments
|
Download
|
|
A + |
content/renderer/media/video_capture_service.h
|
View
|
|
3 chunks |
+6 lines, -8 lines |
5 comments
|
Download
|
|
A + |
content/renderer/media/video_capture_service.cc
|
View
|
|
10 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
A + |
content/renderer/media/video_capture_service_unittest.cc
|
View
|
1
|
7 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
|
M |
content/renderer/pepper/pepper_platform_camera_device.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/pepper/pepper_platform_camera_device.cc
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/renderer/pepper/pepper_platform_video_capture.cc
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 20 (6 generated)
|