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

Unified Diff: chromeos/dbus/leadership_daemon_manager_client.h

Issue 972983003: ChromeOS DBus: leaderd API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: chromeos/dbus/leadership_daemon_manager_client.h
diff --git a/chromeos/dbus/leadership_daemon_manager_client.h b/chromeos/dbus/leadership_daemon_manager_client.h
index 0be037e083c89d76ff914d6e09156d4330035e2f..2c68460e31ffe35c0f59ce4d0e6790901187b390 100644
--- a/chromeos/dbus/leadership_daemon_manager_client.h
+++ b/chromeos/dbus/leadership_daemon_manager_client.h
@@ -85,7 +85,7 @@ class CHROMEOS_EXPORT LeadershipDaemonManagerClient : public DBusClient {
// |callback| is called with |call_status| set to DBUS_METHOD_CALL_FAILURE.
virtual void JoinGroup(const std::string& group,
const base::DictionaryValue& options,
- const StringDBusMethodCallback& callback) = 0;
+ const ObjectPathDBusMethodCallback& callback) = 0;
// Calls LeaveGroup method.
// |callback| is called with its |call_status| argument set to

Powered by Google App Engine
This is Rietveld 408576698