Index: ash/accessibility_delegate.h |
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h |
index 7a1b4007e778940e59dea73283e0b0b3c3051a60..12acb02cdd8eab730e663af1acd801af77ad392f 100644 |
--- a/ash/accessibility_delegate.h |
+++ b/ash/accessibility_delegate.h |
@@ -18,7 +18,8 @@ enum AccessibilityNotificationVisibility { |
enum AccessibilityAlert { |
A11Y_ALERT_NONE, |
- A11Y_ALERT_WINDOW_NEEDED |
+ A11Y_ALERT_WINDOW_NEEDED, |
+ A11Y_ALERT_WINDOW_OVERVIEW_STARTING |
tdanderson
2014/04/28 15:34:39
I'd prefer the naming of this to be consistent wit
tdanderson
2014/04/28 16:47:00
Let's call this A11Y_ALERT_WINDOW_OVERVIEW_MODE_EN
Nina
2014/04/28 17:24:43
Done.
Nina
2014/04/28 17:24:43
Done.
|
}; |
// A delegate class to control and query accessibility features. |