Index: ipc/ipc_sync_channel_unittest.cc |
=================================================================== |
--- ipc/ipc_sync_channel_unittest.cc (revision 27591) |
+++ ipc/ipc_sync_channel_unittest.cc (working copy) |
@@ -66,6 +66,7 @@ |
} |
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); |