Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Issue 7265004: move VideoCaptureImplManager from singleton to a member of RenderThread. (Closed)

Created:
9 years, 6 months ago by wjia(left Chromium)
Modified:
9 years, 5 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, acolwell+watch_chromium.org, annacc+watch_chromium.org, joi+watch-content_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM)
Visibility:
Public.

Description

move VideoCaptureImplManager from singleton to a member of RenderThread. fix some comments. BUG=none TEST=try bots Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90605

Patch Set 1 #

Total comments: 14

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -133 lines) Patch
M content/browser/renderer_host/media/video_capture_host.h View 1 chunk +4 lines, -5 lines 0 comments Download
M content/common/media/video_capture_messages.h View 1 chunk +4 lines, -4 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/media/video_capture_impl_manager.h View 1 2 chunks +17 lines, -16 lines 0 comments Download
M content/renderer/media/video_capture_impl_manager.cc View 1 2 chunks +29 lines, -37 lines 0 comments Download
D content/renderer/media/video_capture_message_filter_creator.h View 1 chunk +0 lines, -35 lines 0 comments Download
D content/renderer/media/video_capture_message_filter_creator.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M content/renderer/render_thread.h View 3 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_thread.cc View 1 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
wjia(left Chromium)
All usage of singleton in video capture are removed. Will have patch using VideoCaptureImplManager when ...
9 years, 6 months ago (2011-06-24 21:45:32 UTC) #1
scherkus (not reviewing)
http://codereview.chromium.org/7265004/diff/1/content/renderer/media/video_capture_impl_manager.cc File content/renderer/media/video_capture_impl_manager.cc (right): http://codereview.chromium.org/7265004/diff/1/content/renderer/media/video_capture_impl_manager.cc#newcode11 content/renderer/media/video_capture_impl_manager.cc:11: : thread_("VC manager") { jam@ can chime in here ...
9 years, 6 months ago (2011-06-24 22:01:37 UTC) #2
wjia(left Chromium)
http://codereview.chromium.org/7265004/diff/1/content/renderer/media/video_capture_impl_manager.cc File content/renderer/media/video_capture_impl_manager.cc (right): http://codereview.chromium.org/7265004/diff/1/content/renderer/media/video_capture_impl_manager.cc#newcode11 content/renderer/media/video_capture_impl_manager.cc:11: : thread_("VC manager") { On 2011/06/24 22:01:37, scherkus wrote: ...
9 years, 6 months ago (2011-06-24 23:19:42 UTC) #3
jam
lgtm, thanks
9 years, 5 months ago (2011-06-27 16:30:38 UTC) #4
commit-bot: I haz the power
9 years, 5 months ago (2011-06-27 17:42:12 UTC) #5
Change committed as 90605

Powered by Google App Engine
This is Rietveld 408576698