Chromium Code Reviews| Index: chromeos/dbus/dbus_method_call_status.h |
| diff --git a/chromeos/dbus/dbus_method_call_status.h b/chromeos/dbus/dbus_method_call_status.h |
| index a45611ebc8af220649f276e3408fb0d92f4373a2..77ad36a3e33e2ee92b0e1f6d3a1badcb520c82ee 100644 |
| --- a/chromeos/dbus/dbus_method_call_status.h |
| +++ b/chromeos/dbus/dbus_method_call_status.h |
| @@ -39,6 +39,11 @@ typedef base::Callback<void( |
| DBusMethodCallStatus call_status, |
| const dbus::ObjectPath& result)> ObjectPathDBusMethodCallback; |
| +// A callback to handle responses of methods returning a ObjectPath value that |
| +// doens't get call status. |
| +typedef base::Callback<void( |
|
hashimoto
2012/09/26 00:17:34
nit: No need to newline?
Greg Spencer (Chromium)
2012/09/26 23:36:33
Done.
|
| + const dbus::ObjectPath& result)> ObjectPathCallback; |
| + |
| } // namespace chromeos |
| #endif // CHROMEOS_DBUS_DBUS_METHOD_CALL_STATUS_H_ |