summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
Diffstat (limited to 'dbus')
-rw-r--r--dbus/object_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
index b183be2..48c9c03 100644
--- a/dbus/object_proxy.h
+++ b/dbus/object_proxy.h
@@ -166,6 +166,8 @@ class CHROME_DBUS_EXPORT ObjectProxy
// BLOCKING CALL.
virtual void Detach();
+ const ObjectPath& object_path() const { return object_path_; }
+
// Returns an empty callback that does nothing. Can be used for
// CallMethod().
static ResponseCallback EmptyResponseCallback();