Chromium Code Reviews| Index: dbus/bus.cc |
| diff --git a/dbus/bus.cc b/dbus/bus.cc |
| index 87fe9c7d9d9ee9a10e9e04669b31e5dfd23bad09..843739ce9e218fc7f313c6536b12995a73eed6f0 100644 |
| --- a/dbus/bus.cc |
| +++ b/dbus/bus.cc |
| @@ -390,7 +390,6 @@ bool Bus::SetUpAsyncOperations() { |
| NULL); |
| CHECK(success) << "Unable to allocate memory"; |
| - // TODO(satorux): Timeout is not yet implemented. |
| success = dbus_connection_set_timeout_functions(connection_, |
| &Bus::OnAddTimeoutThunk, |
| &Bus::OnRemoveTimeoutThunk, |