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

Issue 320433002: IPC::Channel: Reduce POSIX specific API surface (Closed)

Created:
6 years, 6 months ago by Hajime Morrita
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

IPC::Channel: Reduce POSIX specific API surface This change is a simple cleanup: It removes some Channel API that is only used only in POSIX specific tests. These funtions still live in ChannelPosix. POSIX speicific tests now touch ChannelPosix instead of its superclass Channel. TEST=none R=darin@chromium.org, jam@chromium.org BUG=377980 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275632

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : Landig #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -97 lines) Patch
M ipc/ipc_channel.h View 1 chunk +0 lines, -20 lines 0 comments Download
M ipc/ipc_channel_posix.h View 1 2 3 2 chunks +18 lines, -8 lines 0 comments Download
M ipc/ipc_channel_posix.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 1 15 chunks +35 lines, -34 lines 0 comments Download
M ipc/ipc_channel_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M ipc/ipc_test_sink.h View 1 chunk +0 lines, -4 lines 0 comments Download
M ipc/ipc_test_sink.cc View 1 chunk +0 lines, -19 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Hajime Morrita
6 years, 6 months ago (2014-06-05 18:18:35 UTC) #1
jam
https://codereview.chromium.org/320433002/diff/1/ipc/ipc_channel_posix.h File ipc/ipc_channel_posix.h (right): https://codereview.chromium.org/320433002/diff/1/ipc/ipc_channel_posix.h#newcode57 ipc/ipc_channel_posix.h:57: static scoped_ptr<ChannelPosix> Create( I dont think a factory method ...
6 years, 6 months ago (2014-06-05 20:45:32 UTC) #2
gmorrita
PTAL? https://codereview.chromium.org/320433002/diff/1/ipc/ipc_channel_posix.h File ipc/ipc_channel_posix.h (right): https://codereview.chromium.org/320433002/diff/1/ipc/ipc_channel_posix.h#newcode57 ipc/ipc_channel_posix.h:57: static scoped_ptr<ChannelPosix> Create( On 2014/06/05 20:45:32, jam wrote: ...
6 years, 6 months ago (2014-06-05 22:05:25 UTC) #3
jam
lgtm with nits https://codereview.chromium.org/320433002/diff/20001/ipc/ipc_channel_posix.cc File ipc/ipc_channel_posix.cc (right): https://codereview.chromium.org/320433002/diff/20001/ipc/ipc_channel_posix.cc#newcode1059 ipc/ipc_channel_posix.cc:1059: return ChannelPosix::Create(channel_handle, mode, listener).PassAs<Channel>(); nit: i ...
6 years, 6 months ago (2014-06-06 14:47:13 UTC) #4
Hajime Morrita
The CQ bit was checked by morrita@chromium.org
6 years, 6 months ago (2014-06-06 20:23:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/morrita@chromium.org/320433002/40001
6 years, 6 months ago (2014-06-06 20:24:31 UTC) #6
Hajime Morrita
The CQ bit was checked by morrita@chromium.org
6 years, 6 months ago (2014-06-06 22:24:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/morrita@chromium.org/320433002/60001
6 years, 6 months ago (2014-06-06 22:25:02 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-07 02:24:57 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 06:16:05 UTC) #10
Message was sent while issue was closed.
Change committed as 275632

Powered by Google App Engine
This is Rietveld 408576698