diff options
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 6eb89040998a..4aa5df2a28c5 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2738,4 +2738,9 @@ enum PageId {      // CATEGORY: SETTINGS      // OS: S      SETTINGS_COLUMBUS = 1848; + +    // OPEN: Settings > Accessibility > Magnification > Settings > Magnification area > Magnification switch shortcut dialog +    // CATEGORY: SETTINGS +    // OS: S +    DIALOG_MAGNIFICATION_SWITCH_SHORTCUT = 1849;  }  |