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

Unified Diff: dbus/bus.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 | « no previous file | dbus/object_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/bus.cc
===================================================================
--- dbus/bus.cc (revision 198820)
+++ dbus/bus.cc (working copy)
@@ -886,7 +886,7 @@
std::string service_owner;
if (Connect())
- service_owner = GetServiceOwnerAndBlock(service_name, REPORT_ERRORS);
+ service_owner = GetServiceOwnerAndBlock(service_name, SUPPRESS_ERRORS);
PostTaskToOriginThread(FROM_HERE, base::Bind(callback, service_owner));
}
« no previous file with comments | « no previous file | dbus/object_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698