Roll Chromite from f2bc68af5ee6 to c15f47459962 (2 revisions)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/f2bc68af5ee6..c15f47459962

2021-04-21 [email protected] vm: use new /usr/libexec/qemu/ path if it exists
2021-04-21 [email protected] cros_tryjob: Default branch to main

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromite-chromium-autoroll
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel
Tbr: [email protected]
Change-Id: I33902e1bfde36aff13961aa1273a6da601aaa784
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2846678
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/master@{#875215}
diff --git a/DEPS b/DEPS
index 94efb5a..5c3854b1 100644
--- a/DEPS
+++ b/DEPS
@@ -946,7 +946,7 @@
   # Tools used when building Chrome for Chrome OS. This affects both the Simple
   # Chrome workflow, as well as the chromeos-chrome ebuild.
   'src/third_party/chromite': {
-      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'f2bc68af5ee6521b468b7706237e40cfd1439c7b',
+      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'c15f47459962db3736375c7f8b6f002f41287d0d',
       'condition': 'checkout_chromeos',
   },