diff options
author | jabdelmalek@google.com <jabdelmalek@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 20:40:16 +0000 |
---|---|---|
committer | jabdelmalek@google.com <jabdelmalek@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-12 20:40:16 +0000 |
commit | a3936602d482942c4fd64245f809320a8d251995 (patch) | |
tree | cbedec47bfc1a0edba85bb06264cae003a96615f /chrome/common/ipc_sync_channel.h | |
parent | d37225fe08bb63a70cc52bcfbbd845af5726c419 (diff) | |
download | chromium_src-a3936602d482942c4fd64245f809320a8d251995.zip chromium_src-a3936602d482942c4fd64245f809320a8d251995.tar.gz chromium_src-a3936602d482942c4fd64245f809320a8d251995.tar.bz2 |
Revert my change
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_sync_channel.h')
-rw-r--r-- | chrome/common/ipc_sync_channel.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/ipc_sync_channel.h b/chrome/common/ipc_sync_channel.h index fa3566e..bd473d4 100644 --- a/chrome/common/ipc_sync_channel.h +++ b/chrome/common/ipc_sync_channel.h @@ -128,9 +128,7 @@ class SyncChannel : public ChannelProxy { PendingSyncMessageQueue deserializers_; Lock deserializers_lock_; - // This can't be a scoped_refptr because it needs to be released on the - // listener thread. - ReceivedSyncMsgQueue* received_sync_msgs_; + scoped_refptr<ReceivedSyncMsgQueue> received_sync_msgs_; bool channel_closed_; bool reply_deserialize_result_; |