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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2768703002: Wire up an api to darken screen for accessibility (Closed)
Patch Set: Cvox changes. Created 3 years, 9 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
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 82278e527790094b4a5d47aecf83ca813f70b4b1..417083ca43211143a44d8b311fa7f23dd76f5d0b 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -290,7 +290,14 @@
// reset the selection, if applicable.
set_value,
- show_context_menu
+ show_context_menu,
+
+ // Toggle screen darkness on or off.
+ toggle_darken_screen
+ };
+
+ [cpp_enum_prefix_override="ax_action_attr"] enum AXActionBoolAttribute {
+ darken_screen
};
enum AXActionFlags {
« chrome/common/extensions/api/automation_internal.idl ('K') | « ui/accessibility/ax_action_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698