Allow multiple object proxies to handle NameOwnerChanged

Multiple object proxies may be registered for any single D-Bus service, one per interface. Returning "handled" means only the first interface object proxy gets to handle the signal, others never see it.

Change to always return "not yet handled", while this means D-Bus never knows we actually handled the NameOwnerChanged signal, that's quite ok and is actually what all other bindings do for all signals.

BUG=chromium-os:36486
TEST=dbus_unittests

Review URL: https://chromiumcodereview.appspot.com/11280073

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169164 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 66505bf8df02bb5e13843cd941f98de12621c62e
2 files changed
tree: be06f8dafc785f53328cd8e9b4599ae100071ddd
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/