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

Unified Diff: dbus/object_proxy.cc

Issue 14660017: DBus: Reverse error suppression logic from r198328. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months 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 | « dbus/bus.cc ('k') | no next file » | 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 198820)
+++ dbus/object_proxy.cc (working copy)
@@ -613,7 +613,7 @@
void ObjectProxy::UpdateNameOwnerAndBlock() {
bus_->AssertOnDBusThread();
service_name_owner_ =
- bus_->GetServiceOwnerAndBlock(service_name_, Bus::SUPPRESS_ERRORS);
+ bus_->GetServiceOwnerAndBlock(service_name_, Bus::REPORT_ERRORS);
}
DBusHandlerResult ObjectProxy::HandleNameOwnerChanged(
« no previous file with comments | « dbus/bus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698