Chromium change: https://chromium.googlesource.com/chromium/src/+/c50274ffd343122ca33008eba7c8f057bd70d6fc commit c50274ffd343122ca33008eba7c8f057bd70d6fc Author: Maksim Moskvitin <mmoskvitin@google.com> Date: Wed Aug 24 13:42:41 2022 +0000 [Cleanup] Remove dead code from DeviceInfo DeviceInfo::ToValue() claimed to be used by extensions API, but has no actual references. This CL removes it and helper methods used only for its implementation. Bug: none