The switch statement being modified lives in clients.cc now.
Chromium change:
https://chromium.googlesource.com/chromium/src/+/20fa4aa8c7eac0a799bee8f1b6cb33c43e59a657
commit 20fa4aa8c7eac0a799bee8f1b6cb33c43e59a657
Author: Xing Liu <xingliu@chromium.org>
Date: Sat Nov 20 01:40:32 2021 +0000
Background download: Use one string conversion function for clients.
Make logger_impl.cc to reuse the string conversion function in
stats.cc. Also move the conversion to clients.cc.
Bug: NONE