Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: dbus/object_proxy.cc

Issue 11280073: Allow multiple object proxies to handle NameOwnerChanged (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dbus/signal_sender_verification_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/object_proxy.cc
===================================================================
--- dbus/object_proxy.cc (revision 168554)
+++ dbus/object_proxy.cc (working copy)
@@ -661,11 +661,11 @@
name_owner_changed_callback_,
released_signal));
}
- return DBUS_HANDLER_RESULT_HANDLED;
}
}
- // Untrusted or uninteresting signal
+ // Always return unhandled to let other object proxies handle the same
+ // signal.
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
« no previous file with comments | « no previous file | dbus/signal_sender_verification_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698