summaryrefslogtreecommitdiffstats
path: root/ipc/mojo
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2015-10-11 20:04:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-12 03:05:30 +0000
commitb95a81ff086c61f2452261ac1c8dfddc188898eb (patch)
tree64d2414f77c1035d2d91534d704a8b4cc721d196 /ipc/mojo
parent355886195c74db484629c0d1a7113ab9751b39af (diff)
downloadchromium_src-b95a81ff086c61f2452261ac1c8dfddc188898eb.zip
chromium_src-b95a81ff086c61f2452261ac1c8dfddc188898eb.tar.gz
chromium_src-b95a81ff086c61f2452261ac1c8dfddc188898eb.tar.bz2
Revert "Add more tracking detail to Mojo async waits."
This reverts commit de281b568ad8d0249d6edd3040122e56c3b62dfe. Original CL: https://codereview.chromium.org/1376593005/ Messy debug info no longer necessary. BUG=534719 TBR=sky@chromium.org,jam@chromium.org Review URL: https://codereview.chromium.org/1398323002 Cr-Commit-Position: refs/heads/master@{#353483}
Diffstat (limited to 'ipc/mojo')
-rw-r--r--ipc/mojo/ipc_channel_mojo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
index 7b91f72..22f1ca5 100644
--- a/ipc/mojo/ipc_channel_mojo.cc
+++ b/ipc/mojo/ipc_channel_mojo.cc
@@ -95,7 +95,7 @@ class ClientChannelMojo : public ChannelMojo, public ClientChannel {
private:
void BindPipe(mojo::ScopedMessagePipeHandle handle) {
- binding_.Bind(handle.Pass(), 1);
+ binding_.Bind(handle.Pass());
}
void OnConnectionError() {
listener()->OnChannelError();