Index: third_party/mojo/src/mojo/public/c/environment/async_waiter.h |
diff --git a/third_party/mojo/src/mojo/public/c/environment/async_waiter.h b/third_party/mojo/src/mojo/public/c/environment/async_waiter.h |
index b5a1f7523fe6b329981050bdc76f2e6d35eb517a..bbb794be784bd60e5357bc9fd77620cb698d163e 100644 |
--- a/third_party/mojo/src/mojo/public/c/environment/async_waiter.h |
+++ b/third_party/mojo/src/mojo/public/c/environment/async_waiter.h |
@@ -43,7 +43,11 @@ struct MojoAsyncWaiter { |
// |
// Note that once the callback has been called, the returned |MojoAsyncWaitID| |
// becomes invalid. |
- MojoAsyncWaitID (*AsyncWait)(MojoHandle handle, |
+ // |
+ // TODO(sky): id is for tracking http://crbug.com/534719, will remove once |
+ // fixed. |id| is used to identify the caller. |
+ MojoAsyncWaitID (*AsyncWait)(int id, |
+ MojoHandle handle, |
MojoHandleSignals signals, |
MojoDeadline deadline, |
MojoAsyncWaitCallback callback, |