diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/common/notification_type.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h index 98d2ad0..b5b0b3d 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -1251,6 +1251,12 @@ class NotificationType { // In either case notification is sent and details contain a bool // that represents current value. REQUIRE_PIN_SETTING_CHANGE_ENDED, + + // Sent by SIM unlock dialog when it has finished the EnterPin or + // EnterPuk dialog, either because the user cancelled, or entered a + // PIN or PUK. + ENTER_PIN_ENDED, + #endif // Sent before the repost form warning is brought up. |