| Index: dbus/bus.h
|
| diff --git a/dbus/bus.h b/dbus/bus.h
|
| index 12621d30936e4428186f0a6b9b3b6165f305bbfe..647b1b72607012585481d7b875e59ed4d016c3da 100644
|
| --- a/dbus/bus.h
|
| +++ b/dbus/bus.h
|
| @@ -421,6 +421,10 @@ class CHROME_DBUS_EXPORT Bus : public base::RefCountedThreadSafe<Bus> {
|
| // Requests the ownership of the given service name.
|
| // Returns true on success, or the the service name is already obtained.
|
| //
|
| + // Note that it's important to expose methods before requesting a service
|
| + // name with this method. See also ExportedObject::ExportMethodAndBlock()
|
| + // for details.
|
| + //
|
| // BLOCKING CALL.
|
| virtual bool RequestOwnershipAndBlock(const std::string& service_name,
|
| ServiceOwnershipOptions options);
|
|
|