| Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| index 71b5ecfc21c2385149882c384e05bfd0cfac77aa..ccb7cbf1ea71c65ce1c02e596c3a7afb4d6b974e 100644
|
| --- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| +++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h
|
| @@ -61,6 +61,7 @@ class EasyUnlockKeyManager {
|
| // conversion fails (missing required propery). Note that
|
| // EasyUnlockDeviceKeyData contains a sub set of the remote device dictionary.
|
| static void DeviceDataToRemoteDeviceDictionary(
|
| + const std::string& user_id,
|
| const EasyUnlockDeviceKeyData& data,
|
| base::DictionaryValue* dict);
|
| static bool RemoteDeviceDictionaryToDeviceData(
|
| @@ -70,6 +71,7 @@ class EasyUnlockKeyManager {
|
| // Helpers to convert between EasyUnlockDeviceKeyDataList and remote devices
|
| // ListValue.
|
| static void DeviceDataListToRemoteDeviceList(
|
| + const std::string& user_id,
|
| const EasyUnlockDeviceKeyDataList& data_list,
|
| base::ListValue* device_list);
|
| static bool RemoteDeviceListToDeviceDataList(
|
|
|