Index: mojo/common/message_pump_mojo.h |
diff --git a/mojo/common/message_pump_mojo.h b/mojo/common/message_pump_mojo.h |
index 7b2c1703162dbef35cf4b13a8a71412e20b6418d..751311850ebb442e33e0963a728031baebe5baaf 100644 |
--- a/mojo/common/message_pump_mojo.h |
+++ b/mojo/common/message_pump_mojo.h |
@@ -31,7 +31,6 @@ |
// Registers a MessagePumpMojoHandler for the specified handle. Only one |
// handler can be registered for a specified handle. |
- // NOTE: a value of 0 for |deadline| indicates an indefinite timeout. |
void AddHandler(MessagePumpMojoHandler* handler, |
const Handle& handle, |
MojoHandleSignals wait_signals, |