Commit c0ae8707 authored by Andreea Costinas's avatar Andreea Costinas Committed by Commit Bot

Roll src/third_party/cros_system_api/ 206270625..c59652b94 (12 commits)

https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/206270625a4a..c59652b94a7e

$ git log 206270625..c59652b94 --date=short --no-merges --format='%ad %ae %s'
2019-07-15 acostinas system_api: Add key_name_for_spkac
2019-07-25 akhouderchah shill: technology: Make all type names part of the D-Bus API
2019-06-26 sjzhong cryptohome: Allow user to selectively remove keysets.
2019-07-24 isandrk system_api: Add kSessionManagerStartRemoteDeviceWipe
2019-07-26 benchan system_api: shill: remove 'kPRLVersionProperty' constant
2019-07-16 xiaochu system_api: add sub OWNER file for update_engine
2019-06-28 khegde power: Add new battery metrics to PowerSupplyProperties
2019-07-23 ljusten system_api: Build Kerberos Go protos
2019-07-15 kimjae dlcservice: Modify install API to take protobuf list of DLC ids
2019-07-23 zuan cryptohome: Add UpdateCurrentUserActivityTimestamp() to UserDataAuth
2019-07-25 kimjae system_api: Install indication signal from update engine
2019-07-23 benchan system_api: add OWNERS for more sub-directories

Created with:
  roll-dep src/third_party/cros_system_api

Bug: 988367
Change-Id: Ia58014f74bd41f31dbb6c8a484444e0478f4e718
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736671
Commit-Queue: Pavol Marko <pmarko@chromium.org>
Reviewed-by: default avatarLutz Justen <ljusten@chromium.org>
Reviewed-by: default avatarPavol Marko <pmarko@chromium.org>
Reviewed-by: default avatarRyo Hashimoto <hashimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684266}
parent fcdef891
...@@ -824,7 +824,7 @@ deps = { ...@@ -824,7 +824,7 @@ deps = {
# For Linux and Chromium OS. # For Linux and Chromium OS.
'src/third_party/cros_system_api': { 'src/third_party/cros_system_api': {
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '206270625a4ac391aada9ac5f0c32a4e66e9f59c', 'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'c59652b94a7e9157193b5d631f3f061ccd282553',
'condition': 'checkout_linux', 'condition': 'checkout_linux',
}, },
......
...@@ -366,6 +366,7 @@ MountError CryptohomeErrorToMountError(CryptohomeErrorCode code) { ...@@ -366,6 +366,7 @@ MountError CryptohomeErrorToMountError(CryptohomeErrorCode code) {
case CRYPTOHOME_ERROR_FIRMWARE_MANAGEMENT_PARAMETERS_INVALID: case CRYPTOHOME_ERROR_FIRMWARE_MANAGEMENT_PARAMETERS_INVALID:
case CRYPTOHOME_ERROR_FIRMWARE_MANAGEMENT_PARAMETERS_CANNOT_STORE: case CRYPTOHOME_ERROR_FIRMWARE_MANAGEMENT_PARAMETERS_CANNOT_STORE:
case CRYPTOHOME_ERROR_FIRMWARE_MANAGEMENT_PARAMETERS_CANNOT_REMOVE: case CRYPTOHOME_ERROR_FIRMWARE_MANAGEMENT_PARAMETERS_CANNOT_REMOVE:
case CRYPTOHOME_ERROR_UPDATE_USER_ACTIVITY_TIMESTAMP_FAILED:
NOTREACHED(); NOTREACHED();
return MOUNT_ERROR_FATAL; return MOUNT_ERROR_FATAL;
} }
......
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