Roll src/third_party/chromite 58f92a13bcd8..5d06c3522353 (2 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/58f92a13bcd8..5d06c3522353


git log 58f92a13bcd8..5d06c3522353 --date=short --no-merges --format='%ad %ae %s'
2019-03-15 bpastene@chromium.org cros_test: Point Tast to the specified SSH key when running outside the chroot.
2019-03-15 dhanyaganesh@chromium.org GetSlaveStatuses: Split some callers off to GetBuildStatuses


Created with:
  gclient setdep -r src/third_party/chromite@5d06c3522353

The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel
TBR=chrome-os-gardeners@chromium.org

Change-Id: I6abe9a1411ea4458a6f2c4aa6fede53f7f63063e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1525459
Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#641110}
diff --git a/DEPS b/DEPS
index 769d2e5..98b6f27 100644
--- a/DEPS
+++ b/DEPS
@@ -761,7 +761,7 @@
 
   # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
   'src/third_party/chromite': {
-      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '58f92a13bcd8593b9f2c5998820c2662ef30cb14',
+      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '5d06c3522353d496fbffbac27a262954d38bf0b1',
       'condition': 'checkout_linux',
   },