From eda3589e7370bdf68383e1d1f8d0fec8968d05ed Mon Sep 17 00:00:00 2001 From: "fischman@chromium.org" Date: Tue, 7 Aug 2012 00:59:43 +0000 Subject: Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. TBR=ananta@chromium.org,apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150202 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_sync_channel_unittest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'ipc') diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc index 26703140..996ef99 100644 --- a/ipc/ipc_sync_channel_unittest.cc +++ b/ipc/ipc_sync_channel_unittest.cc @@ -84,7 +84,6 @@ class Worker : public Listener, public Sender { } void AddRef() { } void Release() { } - static bool ImplementsThreadSafeReferenceCounting() { return true; } bool Send(Message* msg) { return channel_->Send(msg); } bool SendWithTimeout(Message* msg, int timeout_ms) { return channel_->SendWithTimeout(msg, timeout_ms); -- cgit v1.1