-
Sonny Sasaka authored
In dbus::ExportedObject, an assumption was made that no signal could be received for an exported object, so DCHECK was put there. Now that there is a use case of D-Bus forwarding by Bluetooth dispatcher, it is fine that an exported object receives D-Bus signal messages as it is a property change signal that is handled by dbus::ObjectManager. So we can just ignore message types other than method in dbus::ExportedObject rather than DCHECK it. BUG=835457 Change-Id: Icae03881052b3d7365a9017e5f2b987a058cd356 Reviewed-on: https://chromium-review.googlesource.com/1027081Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Satoru Takabayashi <satorux@google.com> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#553639}
a3f28622