Extra keys have been added to `FormFactor` enum, and these need to be added to switch going over the device type. Chromium change: https://chromium.googlesource.com/chromium/src/+/d71df23934c6909345815b4264c26d656b89c6fa commit d71df23934c6909345815b4264c26d656b89c6fa Author: Rushan Suleymanov <rushans@google.com> Date: Mon Aug 26 08:17:19 2024 +0000 [Sync] Add DeviceInfo form factors to proto New form factors added: Automotive, Wearable, TV. These form factors are not used currently, so the default behavior similar to Unknown field is chosen in the existing switch-case code. Low-Coverage-Reason: TRIVIAL_CHANGE This CL adds new form factors and the file contains convertions between two similar enums. Bug: b:355283552