| Index: dbus/object_proxy.h
|
| diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
|
| index 798ba9711f3031ceb8599fcc68dc185b77cc919c..72a4a5910753963623d69b1a46a344bca33e7076 100644
|
| --- a/dbus/object_proxy.h
|
| +++ b/dbus/object_proxy.h
|
| @@ -153,6 +153,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();
|
|
|