summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_sync_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/ipc_sync_channel.h')
-rw-r--r--chrome/common/ipc_sync_channel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/ipc_sync_channel.h b/chrome/common/ipc_sync_channel.h
index fa3566e..280b097 100644
--- a/chrome/common/ipc_sync_channel.h
+++ b/chrome/common/ipc_sync_channel.h
@@ -102,13 +102,8 @@ class SyncChannel : public ChannelProxy {
// Otherwise the function returns false.
bool UnblockListener(const Message* msg);
-
// Cleanly remove the top deserializer (and throw it away).
- // You need to acquire the deserializers_lock before calling this.
void PopDeserializer(bool close_reply_event);
-
- // Returns the lock that should be acquired before calling PopDeserializer.
- Lock* deserializers_lock() { return &deserializers_lock_; }
private:
void OnMessageReceived(const Message& msg);