From 78c3e681adfdb9c33a61150f471ba1749e5e7182 Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Tue, 2 Dec 2008 03:51:25 +0000 Subject: We have a bunch of new ui_tests failures. I want to check if this change (6181) was the cause. I'm reverting. TBR:jeremy Review URL: http://codereview.chromium.org/12856 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6199 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/ipc_channel_posix.cc | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 chrome/common/ipc_channel_posix.cc (limited to 'chrome/common/ipc_channel_posix.cc') diff --git a/chrome/common/ipc_channel_posix.cc b/chrome/common/ipc_channel_posix.cc deleted file mode 100644 index 4cfcfe6..0000000 --- a/chrome/common/ipc_channel_posix.cc +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) 2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "chrome/common/ipc_channel.h" - - -namespace IPC { - -// TODO(playmobil): implement. - -//------------------------------------------------------------------------------ - -Channel::Channel(const std::wstring& channel_id, Mode mode, Listener* listener) - : factory_(this) { - NOTREACHED(); -} - -void Channel::Close() { - NOTREACHED(); -} - -bool Channel::Send(Message* message) { - NOTREACHED(); - return false; -} - -bool Channel::Connect() { - NOTREACHED(); - return false; -} -} // namespace IPC -- cgit v1.1