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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 2418523004: Makes Chrome's app menu have a vertical orientation. (Closed)
Patch Set: Added two more clarifying comments. Created 4 years, 2 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 | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_enums.idl
diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
index 89d384227869503a169bc23bb83e6931498b4826..b665636adccaed34cbbb88d992504aea6535b984 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -210,7 +210,7 @@
expanded,
focusable,
haspopup,
- horizontal,
+ horizontal, // Grows horizontally, e.g. most toolbars and separators.
dmazzoni 2016/10/14 19:37:20 The code generator doesn't work with comments at t
hovered,
invisible,
linked,
@@ -224,7 +224,7 @@
richly_editable,
selectable,
selected,
- vertical,
+ vertical, // Grows vertically, e.g. menu or combo box.
visited
};
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698