dbus: Suppress "Rejecting a message from a wrong sender" error from ObjectManager

The error message was a false alarm that was polluting the log file.

ObjectManager::HandleMessage() is called for *every instance of ObjectManager*
whenever a message is delivered. It's the right thing for an ObjectManager instance
to ignore a signal that the instance is not interested in.

Note that the service owner name change is handled via
ObjectManager::NameOwnerChanged(), that's set up in the ObjectManager's constructor
hence ObjectManager can handle name owner changes.

BUG=507206
TEST=enable/disable Bluetooth and confirm that the error message is no longer emitted in the log file.

Review URL: https://codereview.chromium.org/1297903002

Cr-Commit-Position: refs/heads/master@{#343656}


CrOS-Libchrome-Original-Commit: 9b780e6bfc08404de90339c76ece4457cb1734bc
1 file changed
tree: 9cedeba87a37fdde6a9b7f2d25bf0ad6683a440a
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/