summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/leadership_daemon_manager_client.h
Commit message (Collapse)AuthorAgeFilesLines
* ChromeOS DBus: leaderd APIdtapuska2015-03-031-1/+1
| | | | | | | | | | | We adjusted the leaderd dbus API to pass back an ObjectPath instead of a string. Adjust the chromium bindings to match that. BUG=453872 Review URL: https://codereview.chromium.org/972983003 Cr-Commit-Position: refs/heads/master@{#318876}
* Add DBus Bindings for leaderddtapuska2015-02-131-0/+133
leaderd is a ChromeOS system daemon that exposes group leader capability. Expose the ability to create groups, join and listen to events on the groups. BUG=453872 Review URL: https://codereview.chromium.org/887083002 Cr-Commit-Position: refs/heads/master@{#316288}