| Index: dbus/object_proxy.h
|
| diff --git a/dbus/object_proxy.h b/dbus/object_proxy.h
|
| index 48c9c03208ab93865ce3d30907e8e256eabdb815..2d4ea68542c00a287146c09628770db7ac71c1ca 100644
|
| --- a/dbus/object_proxy.h
|
| +++ b/dbus/object_proxy.h
|
| @@ -46,7 +46,8 @@ class CHROME_DBUS_EXPORT ObjectProxy
|
|
|
| // Options to be OR-ed together when calling Bus::GetObjectProxyWithOptions().
|
| // Set the IGNORE_SERVICE_UNKNOWN_ERRORS option to silence logging of
|
| - // org.freedesktop.DBus.Error.ServiceUnknown errors.
|
| + // org.freedesktop.DBus.Error.ServiceUnknown errors and
|
| + // org.freedesktop.DBus.Error.ObjectUnknown errors.
|
| enum Options {
|
| DEFAULT_OPTIONS = 0,
|
| IGNORE_SERVICE_UNKNOWN_ERRORS = 1 << 0
|
|
|