From b44a68148fb3f7a919010a4e5765b7b746453cbf Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Wed, 31 Mar 2010 23:31:47 +0000 Subject: Revert 43234 - Add a Pepper audio basic functionality unit test, take 2. Also changed TestSink to be derived from IPC::Channel and made MockRenderThread service AddFilter/RemoveFilter, so that it can be used by MessageFilters. Also removed some logging because it triggers Valgrind errors. Review URL: http://codereview.chromium.org/1466001 TBR=neb@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43284 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'ipc') diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h index d1dbd03..a7a9a34 100644 --- a/ipc/ipc_channel.h +++ b/ipc/ipc_channel.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-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. @@ -96,13 +96,6 @@ class Channel : public Message::Sender { int GetClientFileDescriptor() const; #endif // defined(OS_POSIX) - protected: - // Used in Chrome by the TestSink to provide a dummy channel implementation - // for testing. TestSink overrides the "interesting" functions in Channel so - // no actual implementation is needed. This will cause un-overridden calls to - // segfault. Do not use outside of test code! - Channel() : channel_impl_(0) { } - private: // PIMPL to which all channel calls are delegated. class ChannelImpl; -- cgit v1.1