Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2321)

Unified Diff: ash/accessibility_delegate.h

Issue 257763008: Added a11y alert on entering overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed issues discovered by reviewers Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/wm/overview/window_overview.cc » ('j') | ash/wm/overview/window_overview.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accessibility_delegate.h
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h
index 7a1b4007e778940e59dea73283e0b0b3c3051a60..05fb051b862b23640ee30bdf990750e20aefa01f 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_MODE_ENTERED
};
// A delegate class to control and query accessibility features.
« no previous file with comments | « no previous file | ash/wm/overview/window_overview.cc » ('j') | ash/wm/overview/window_overview.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698