summaryrefslogtreecommitdiffstats
path: root/dbus/object_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/object_proxy.h')
-rw-r--r--dbus/object_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index 6c786ab4..eb09b8c0 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -75,6 +75,7 @@ class ObjectProxy : public base::RefCountedThreadSafe<ObjectProxy> {
// Calls the method of the remote object and blocks until the response
// is returned. Returns NULL on error.
+ // The caller is responsible to delete the returned object.
//
// BLOCKING CALL.
virtual Response* CallMethodAndBlock(MethodCall* method_call,