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

Issue 12761003: Revert 187233 (Closed)

Created:
7 years, 9 months ago by Dai Mikurube (NOT FULLTIME)
Modified:
7 years, 9 months ago
Reviewers:
jeremya
CC:
chromium-reviews, darin-cc_chromium.org, jam, sail+watch_chromium.org
Visibility:
Public.

Description

Revert 187233 > Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. > > IPC::ChannelFactory listens on a UNIX domain socket and notifies its delegate > when a client connects. The delegate is expected to craft an IPC::Channel from > the handle it is given. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186912 > > Review URL: https://chromiumcodereview.appspot.com/12386010 TBR=jeremya@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187240

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -636 lines) Patch
M ipc/ipc.gyp View 2 chunks +0 lines, -6 lines 0 comments Download
M ipc/ipc.gypi View 3 chunks +1 line, -13 lines 0 comments Download
M ipc/ipc_channel.h View 1 chunk +2 lines, -2 lines 0 comments Download
D ipc/ipc_channel_factory.h View 1 chunk +0 lines, -57 lines 0 comments Download
D ipc/ipc_channel_factory.cc View 1 chunk +0 lines, -88 lines 0 comments Download
M ipc/ipc_channel_posix.h View 2 chunks +7 lines, -1 line 0 comments Download
M ipc/ipc_channel_posix.cc View 7 chunks +170 lines, -19 lines 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M ipc/ipc_channel_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D ipc/unix_domain_socket_util.h View 1 chunk +0 lines, -64 lines 0 comments Download
D ipc/unix_domain_socket_util.cc View 1 chunk +0 lines, -202 lines 0 comments Download
D ipc/unix_domain_socket_util_unittest.cc View 1 chunk +0 lines, -178 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Dai Mikurube (NOT FULLTIME)
7 years, 9 months ago (2013-03-11 06:16:33 UTC) #1
Dai Mikurube (NOT FULLTIME)
7 years, 9 months ago (2013-03-11 06:17:02 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r187240.

Powered by Google App Engine
This is Rietveld 408576698