Commit 5bdbf58b authored by Andreea Costinas's avatar Andreea Costinas Committed by Commit Bot

Roll src/third_party/cros_system_api/ acf8878dc..763dc305c (3 commits)

https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/acf8878dcf83..763dc305cc96

$ git log acf8878dc..763dc305c --date=short --no-merges --format='%ad %ae %s'
2020-10-19 acostinas system_api: Update system-proxy D-Bus API
2020-10-19 kevinptt runtime_probe: align mmc_stroage fields with Python probe
2020-10-02 stevenjb shill: Add PortalDetectionFailedStatusCode

Created with:
  roll-dep src/third_party/cros_system_api

Change-Id: I5c4cf1674cae7886f6071ea9a68c4274d16e9982
Bug: 1132247
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498582Reviewed-by: default avatarMaksim Ivanov <emaxx@chromium.org>
Reviewed-by: default avatarOmar Morsi <omorsi@google.com>
Commit-Queue: Andreea-Elena Costinas <acostinas@google.com>
Cr-Commit-Position: refs/heads/master@{#821705}
parent 7dee01a6
......@@ -907,7 +907,7 @@ deps = {
# For Linux and Chromium OS.
'src/third_party/cros_system_api': {
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'acf8878dcf8370b9d4e18b14e3d1b56a6e91b575',
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '763dc305cc96327f4db2e3a9cd52a5520f31caaf',
'condition': 'checkout_linux',
},
......
......@@ -53,12 +53,12 @@ void FakeRuntimeProbeClient::ProbeCategories(
storage_fields->set_sectors(123456789);
storage_fields->set_type("MMC");
// Manufacturer ID
storage_fields->set_manfid(123);
storage_fields->set_name("aB1cD>");
storage_fields->set_mmc_manfid(123);
storage_fields->set_mmc_name("aB1cD>");
// Product revision
storage_fields->set_prv(1);
storage_fields->set_serial(12345678);
storage_fields->set_oemid(123);
storage_fields->set_mmc_prv(1);
storage_fields->set_mmc_serial(12345678);
storage_fields->set_mmc_oemid(123);
}
}
......
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