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

Issue 23437011: Remove unnecessary public typedef from AsyncSocketIoHandler (Closed)

Created:
7 years, 3 months ago by qsr
Modified:
7 years, 3 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

Remove unnecessary public typedef from AsyncSocketIoHandler TBR=darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220077

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -8 lines) Patch
M base/async_socket_io_handler.h View 2 chunks +6 lines, -8 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
qsr
7 years, 3 months ago (2013-08-28 15:29:37 UTC) #1
tommi (sloooow) - chröme
Lgtm On Aug 28, 2013 5:29 PM, <qsr@chromium.org> wrote: > Reviewers: tommi, > > Description: ...
7 years, 3 months ago (2013-08-28 15:57:34 UTC) #2
qsr
+TBR darin for owner.
7 years, 3 months ago (2013-08-28 16:46:46 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/23437011/1
7 years, 3 months ago (2013-08-28 17:02:34 UTC) #4
commit-bot: I haz the power
Change committed as 220077
7 years, 3 months ago (2013-08-28 20:13:37 UTC) #5
darin (slow to review)
7 years, 3 months ago (2013-08-29 01:37:15 UTC) #6
Message was sent while issue was closed.
LGTM

https://chromiumcodereview.appspot.com/23437011/diff/1/base/async_socket_io_h...
File base/async_socket_io_handler.h (right):

https://chromiumcodereview.appspot.com/23437011/diff/1/base/async_socket_io_h...
base/async_socket_io_handler.h:77: #if defined(OS_WIN)
Another approach would have been to create an inner class to hide the OS
specific details.  You could have used a PIMPL pattern.  This seems reasonable
given how most of the member variables are not shared between POSIX and WIN.

Powered by Google App Engine
This is Rietveld 408576698