Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index e2467d8932054763a70176111744f2c06f45705e..e1ad04d6b8d2021143529047d0a84c61b5ae9438 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -658,6 +658,16 @@ enum NotificationType { |
// Details will be an AccessibilityVolumeInfo. |
NOTIFICATION_ACCESSIBILITY_VOLUME_CHANGED, |
+ // Notification that the screen is unlocked, for propagating to an |
+ // accessibility extension. |
+ // Details will be an AccessibilityEmptyEventInfo. |
+ NOTIFICATION_ACCESSIBILITY_SCREEN_UNLOCKED, |
+ |
+ // Notification that the system woke up from sleep, for propagating to an |
+ // accessibility extension. |
+ // Details will be an AccessibilityEmptyEventInfo. |
+ NOTIFICATION_ACCESSIBILITY_WOKE_UP, |
+ |
// Content Settings -------------------------------------------------------- |
// Sent when content settings change. The source is a HostContentSettings |