diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 99fe1afc9c9db..45f64f9a92af9 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2761,4 +2761,9 @@ enum PageId { // CATEGORY: SETTINGS // OS: S REDUCE_BRIGHT_COLORS_SETTINGS = 1853; + + // OPEN: Settings > Location > Time Zone Detection + // CATEGORY: SETTINGS + // OS: S + LOCATION_TIME_ZONE_DETECTION = 1854; }