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

Issue 5118002: Rename SessionManager to ScreenRecorder (Closed)

Created:
10 years, 1 month ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
dmac, ajwong
CC:
chromium-reviews, Sergey Ulanov, awong, garykac, Paweł Hajdan Jr., dmac, Alpha Left Google
Visibility:
Public.

Description

Rename SessionManager to ScreenRecorder BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68396

Patch Set 1 #

Total comments: 4

Patch Set 2 : fixed #

Total comments: 2

Patch Set 3 : added comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -103 lines) Patch
M remoting/host/chromoting_host.h View 1 4 chunks +8 lines, -11 lines 2 comments Download
M remoting/host/chromoting_host.cc View 2 4 chunks +16 lines, -16 lines 0 comments Download
A + remoting/host/screen_recorder.h View 3 chunks +9 lines, -9 lines 0 comments Download
A + remoting/host/screen_recorder.cc View 21 chunks +48 lines, -48 lines 0 comments Download
A + remoting/host/screen_recorder_unittest.cc View 1 2 3 chunks +11 lines, -16 lines 1 comment Download
M remoting/remoting.gyp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Alpha Left Google
10 years, 1 month ago (2010-11-17 06:30:15 UTC) #1
dmac
http://codereview.chromium.org/5118002/diff/1/remoting/host/chromoting_host.h File remoting/host/chromoting_host.h (right): http://codereview.chromium.org/5118002/diff/1/remoting/host/chromoting_host.h#newcode47 remoting/host/chromoting_host.h:47: // Also create a ScreenRecorder with appropriate Encoder and ...
10 years, 1 month ago (2010-11-17 16:37:53 UTC) #2
Alpha Left Google
Fixed all comments.
10 years, 1 month ago (2010-11-17 21:29:16 UTC) #3
dmac
http://codereview.chromium.org/5118002/diff/6001/remoting/host/screen_recorder_unittest.cc File remoting/host/screen_recorder_unittest.cc (right): http://codereview.chromium.org/5118002/diff/6001/remoting/host/screen_recorder_unittest.cc#newcode47 remoting/host/screen_recorder_unittest.cc:47: MockCapturer* capturer_; what's the ownership on these guys? It ...
10 years, 1 month ago (2010-11-17 21:58:19 UTC) #4
Alpha Left Google
http://codereview.chromium.org/5118002/diff/6001/remoting/host/screen_recorder_unittest.cc File remoting/host/screen_recorder_unittest.cc (right): http://codereview.chromium.org/5118002/diff/6001/remoting/host/screen_recorder_unittest.cc#newcode47 remoting/host/screen_recorder_unittest.cc:47: MockCapturer* capturer_; On 2010/11/17 21:58:19, dmac wrote: > what's ...
10 years, 1 month ago (2010-11-19 23:19:21 UTC) #5
dmac
10 years, 1 month ago (2010-11-19 23:24:23 UTC) #6
LGTM with comment nits.

http://codereview.chromium.org/5118002/diff/10001/remoting/host/chromoting_ho...
File remoting/host/chromoting_host.h (right):

http://codereview.chromium.org/5118002/diff/10001/remoting/host/chromoting_ho...
remoting/host/chromoting_host.h:47: //    A ScreenRecorder is created with
Encoder and Capturer.
with an Encoder and a Capturer.

http://codereview.chromium.org/5118002/diff/10001/remoting/host/chromoting_ho...
remoting/host/chromoting_host.h:48: //    ConnectionToClient is added to this
SCreenRecorder for transporting
A ConnectionToClient is added to the ScreenRecorder

http://codereview.chromium.org/5118002/diff/10001/remoting/host/screen_record...
File remoting/host/screen_recorder_unittest.cc (right):

http://codereview.chromium.org/5118002/diff/10001/remoting/host/screen_record...
remoting/host/screen_recorder_unittest.cc:36: capturer_ = new MockCapturer();
Could you add the comment about ownership here instead? because this is where it
looks like there is a bug.

Powered by Google App Engine
This is Rietveld 408576698