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

Unified Diff: ash/common/accessibility_types.h

Issue 2488373002: Expose caps lock state as an accessible alert (Closed)
Patch Set: Rebqase Created 4 years, 1 month 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/common/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/accessibility_types.h
diff --git a/ash/common/accessibility_types.h b/ash/common/accessibility_types.h
index 2339ceca88fb7868dadb07bedd0aec278ce4d84a..26093aa84c3275f39f5880918aabf49763eb38fd 100644
--- a/ash/common/accessibility_types.h
+++ b/ash/common/accessibility_types.h
@@ -14,6 +14,8 @@ enum AccessibilityNotificationVisibility {
enum AccessibilityAlert {
A11Y_ALERT_NONE,
+ A11Y_ALERT_CAPS_ON,
+ A11Y_ALERT_CAPS_OFF,
A11Y_ALERT_WINDOW_NEEDED,
A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED
};
« no previous file with comments | « no previous file | ash/common/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698