summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 01:35:28 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 01:35:28 +0000
commit4f6f38e7ede0c4b7f89073730cb6c4db3114dc0f (patch)
tree735f331fa15b7affbf2f91f7d94910bcede05657 /ipc
parentfce20d94cefe90be60e8aaef0a5e13684ccc6f53 (diff)
downloadchromium_src-4f6f38e7ede0c4b7f89073730cb6c4db3114dc0f.zip
chromium_src-4f6f38e7ede0c4b7f89073730cb6c4db3114dc0f.tar.gz
chromium_src-4f6f38e7ede0c4b7f89073730cb6c4db3114dc0f.tar.bz2
Revert 69341 - Fix up problem with uninitialized member variable.
BUG=none TEST=build Review URL: http://codereview.chromium.org/5836002 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_channel_posix.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
index 86e6307..a82e591 100644
--- a/ipc/ipc_channel_posix.cc
+++ b/ipc/ipc_channel_posix.cc
@@ -298,7 +298,6 @@ Channel::ChannelImpl::ChannelImpl(const IPC::ChannelHandle& channel_handle,
#endif // IPC_USES_READWRITE
pipe_name_(channel_handle.name),
listener_(listener),
- must_unlink_(false),
factory_(this) {
// Check to see if we want to implement using domain sockets.
bool uses_domain_socket = false;