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

Issue 11361197: Rename SocketReaderBase to SocketReader and move it to remoting/base (Closed)

Created:
8 years, 1 month ago by Sergey Ulanov
Modified:
8 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Rename SocketReaderBase to SocketReader and move it to remoting/base SocketReaderBase is not used anywhere. Renamed it to SocketReader and fixed it so that it can be encapsulated instead of inheriting from it. Also moved it to remoting/base directory. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167078

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -103 lines) Patch
A remoting/base/socket_reader.h View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
A remoting/base/socket_reader.cc View 1 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download
D remoting/protocol/socket_reader_base.h View 1 chunk +0 lines, -39 lines 0 comments Download
D remoting/protocol/socket_reader_base.cc View 1 chunk +0 lines, -62 lines 0 comments Download
M remoting/remoting.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Sergey Ulanov
8 years, 1 month ago (2012-11-09 22:35:51 UTC) #1
Wez
http://codereview.chromium.org/11361197/diff/1/remoting/base/socket_reader.cc File remoting/base/socket_reader.cc (right): http://codereview.chromium.org/11361197/diff/1/remoting/base/socket_reader.cc#newcode31 remoting/base/socket_reader.cc:31: DCHECK(socket); nit: I'd prefer blank lines after DCHECK and ...
8 years, 1 month ago (2012-11-09 22:55:02 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/11361197/diff/1/remoting/base/socket_reader.cc File remoting/base/socket_reader.cc (right): http://codereview.chromium.org/11361197/diff/1/remoting/base/socket_reader.cc#newcode31 remoting/base/socket_reader.cc:31: DCHECK(socket); On 2012/11/09 22:55:03, Wez wrote: > nit: I'd ...
8 years, 1 month ago (2012-11-10 00:22:11 UTC) #3
Wez
http://codereview.chromium.org/11361197/diff/1006/remoting/base/socket_reader.h File remoting/base/socket_reader.h (right): http://codereview.chromium.org/11361197/diff/1006/remoting/base/socket_reader.h#newcode22 remoting/base/socket_reader.h:22: // code should never be creating more than one ...
8 years, 1 month ago (2012-11-10 00:57:05 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/11361197/diff/1006/remoting/base/socket_reader.h File remoting/base/socket_reader.h (right): http://codereview.chromium.org/11361197/diff/1006/remoting/base/socket_reader.h#newcode22 remoting/base/socket_reader.h:22: // code should never be creating more than one ...
8 years, 1 month ago (2012-11-10 01:13:04 UTC) #5
Wez
LGTM once the comment on behaviour when the class is deleted is addressed, as per ...
8 years, 1 month ago (2012-11-10 01:16:05 UTC) #6
Sergey Ulanov
http://codereview.chromium.org/11361197/diff/13001/remoting/base/socket_reader.h File remoting/base/socket_reader.h (right): http://codereview.chromium.org/11361197/diff/13001/remoting/base/socket_reader.h#newcode22 remoting/base/socket_reader.h:22: // code should never be creating more than one ...
8 years, 1 month ago (2012-11-10 01:18:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/11361197/10007
8 years, 1 month ago (2012-11-10 01:19:22 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-10 03:27:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/11361197/10007
8 years, 1 month ago (2012-11-10 07:40:44 UTC) #10
commit-bot: I haz the power
8 years, 1 month ago (2012-11-10 09:34:45 UTC) #11
Change committed as 167078

Powered by Google App Engine
This is Rietveld 408576698