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

Unified Diff: dbus/object_proxy.cc

Issue 1997153002: libchrome: Several upstreamable fixes from libchrome Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback Created 4 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
Index: dbus/object_proxy.cc
diff --git a/dbus/object_proxy.cc b/dbus/object_proxy.cc
index 5d9d8e842f0a43b2aad95c778d4c8141f47bf0fc..ce0255154afbc19d8fdd54320d998c2a72af5eaf 100644
--- a/dbus/object_proxy.cc
+++ b/dbus/object_proxy.cc
@@ -459,9 +459,8 @@ void ObjectProxy::WaitForServiceToBeAvailableInternal() {
}
}
-DBusHandlerResult ObjectProxy::HandleMessage(
- DBusConnection* connection,
- DBusMessage* raw_message) {
+DBusHandlerResult ObjectProxy::HandleMessage(DBusConnection*,
+ DBusMessage* raw_message) {
bus_->AssertOnDBusThread();
if (dbus_message_get_type(raw_message) != DBUS_MESSAGE_TYPE_SIGNAL)
« base/metrics/histogram.cc ('K') | « dbus/object_manager.cc ('k') | dbus/property.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698