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

Unified Diff: ui/accessibility/ax_enums.idl

Issue 335923003: Finalize documentation for the automation extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding ...public/extensions/automation.html Created 6 years, 6 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 | « chrome/common/extensions/docs/templates/public/extensions/automation.html ('k') | no next file » | 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 50d9e533aa8191521202a1a89dce4fd835e0676d..ef3b5e6c895c3988725d06d708c632f84115fd95 100644
--- a/ui/accessibility/ax_enums.idl
+++ b/ui/accessibility/ax_enums.idl
@@ -5,6 +5,9 @@
// These should be kept in sync with third_party/WebKit/public/web/WebAXEnums.h
// until the Chromium and Blink trees are merged.
[camel_case_enum_to_string=true] namespace ui {
+
+ // For new entries to the following three enums, also add to
+ // chrome/common/extensions/apis/automation.idl.
enum AXEvent {
activedescendantchanged,
alert,
« no previous file with comments | « chrome/common/extensions/docs/templates/public/extensions/automation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698