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

Unified Diff: chrome/browser/accessibility/accessibility_extension_api_constants.h

Issue 79543010: Added basic accessibility to TreeView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: chrome/browser/accessibility/accessibility_extension_api_constants.h
diff --git a/chrome/browser/accessibility/accessibility_extension_api_constants.h b/chrome/browser/accessibility/accessibility_extension_api_constants.h
index 3d91bd181080060793242155309cc250520ecfa3..5563c98925ca3986c6c42f83052cceb6d13039a8 100644
--- a/chrome/browser/accessibility/accessibility_extension_api_constants.h
+++ b/chrome/browser/accessibility/accessibility_extension_api_constants.h
@@ -15,9 +15,12 @@ extern const char kNameKey[];
extern const char kContextKey[];
extern const char kDetailsKey[];
extern const char kValueKey[];
+extern const char kChildrenCountKey[];
extern const char kPasswordKey[];
extern const char kItemCountKey[];
+extern const char kItemDepthKey[];
extern const char kItemIndexKey[];
+extern const char kItemExpandedKey[];
extern const char kSelectionStartKey[];
extern const char kSelectionEndKey[];
extern const char kCheckedKey[];
@@ -47,6 +50,8 @@ extern const char kTypeRadioButton[];
extern const char kTypeSlider[];
extern const char kTypeTab[];
extern const char kTypeTextBox[];
+extern const char kTypeTree[];
+extern const char kTypeTreeItem[];
extern const char kTypeVolume[];
extern const char kTypeWindow[];

Powered by Google App Engine
This is Rietveld 408576698