commit | 761be2cfd245cd8378bf8efc65b39a31cc065809 | [log] [tgz] |
---|---|---|
author | Eric Caruso <ejcaruso@chromium.org> | Tue May 22 16:23:33 2018 -0700 |
committer | chrome-bot <chrome-bot@chromium.org> | Wed May 23 01:25:45 2018 -0700 |
tree | 6aab30d8cdabe2fb6953ebb0aa355a7152b1f0a3 | |
parent | 76af266b36c5be01e819e7cd01f9cf19a72ccaa9 [diff] |
update_engine: ASSERT_TRUE Time::FromString calls This function has WARN_UNUSED_RESULT in the new libchrome, but it already returns a bool success value in the current libchrome, so we should ASSERT using that now to make the transition easy. BUG=b:37434548 TEST=unit tests Change-Id: Id3af3b78c90d2dd86e81a54f2289fdeb80aaca96 Reviewed-on: https://chromium-review.googlesource.com/1069747 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Amin Hassani <ahassani@chromium.org> Reviewed-by: Ben Chan <benchan@chromium.org>