Commit f63de207 authored by Ryan Hansberry's avatar Ryan Hansberry Committed by Commit Bot

[CrOS Multidevice] DeviceSync mojo interface: Add documentation for special case arguments.

Bug: 824568, 752273
Change-Id: I0a8480674fae8e5f11426110606ce59ebbcafdec
Reviewed-on: https://chromium-review.googlesource.com/1102159
Commit-Queue: Ryan Hansberry <hansberry@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567756}
parent 88e88270
...@@ -168,6 +168,11 @@ interface DeviceSync { ...@@ -168,6 +168,11 @@ interface DeviceSync {
// On success, this function returns a null error_code to the callback; on // On success, this function returns a null error_code to the callback; on
// error, it returns a valid error_code string indicating the reason for // error, it returns a valid error_code string indicating the reason for
// failure. // failure.
//
// Note: In the special case of passing |software_feature| =
// SoftwareFeature::EASY_UNLOCK_HOST and |enabled| = false, |public_key| is
// ignored, because that combination of arguments disables EASY_UNLOCK_HOST on
// all of the user's devices.
SetSoftwareFeatureState(string device_public_key, SetSoftwareFeatureState(string device_public_key,
SoftwareFeature software_feature, SoftwareFeature software_feature,
bool enabled, bool enabled,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment