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

Unified Diff: ash/common/accessibility_types.h

Issue 2507733004: Send screen on and off state as a11y alert (Closed)
Patch Set: alert when SetBacklightsForcedOff 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/system/chromeos/power/tablet_power_button_controller.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 26093aa84c3275f39f5880918aabf49763eb38fd..08b9fe34495f0908be49e7238c3f49eb2953e772 100644
--- a/ash/common/accessibility_types.h
+++ b/ash/common/accessibility_types.h
@@ -16,6 +16,8 @@ enum AccessibilityAlert {
A11Y_ALERT_NONE,
A11Y_ALERT_CAPS_ON,
A11Y_ALERT_CAPS_OFF,
+ A11Y_ALERT_SCREEN_ON,
+ A11Y_ALERT_SCREEN_OFF,
A11Y_ALERT_WINDOW_NEEDED,
A11Y_ALERT_WINDOW_OVERVIEW_MODE_ENTERED
};
« no previous file with comments | « no previous file | ash/system/chromeos/power/tablet_power_button_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698