This has been replaced with `String::FromUtf8` Chromium changes: https://chromium.googlesource.com/chromium/src/+/b4e81f96c4c5e4117bfab65a7771d9673a49512b commit b4e81f96c4c5e4117bfab65a7771d9673a49512b Author: Kent Tamura <tkent@chromium.org> Date: Mon Mar 30 21:49:18 2026 -0700 WTF: Remove deprecated String::FromUTF8() This CL removes the deprecated String::FromUTF8() methods and updates all call sites to use String::FromUtf8() instead. The FromUTF8 methods were deprecated as they simply forwarded to FromUtf8 and are no longer needed. Bug: 492927412 Change-Id: I0055b96becdb1a48b73e982ea959dcab67219384 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7707740 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1607616}