Index: chrome/common/extensions/api/automation.idl |
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl |
index 4c6e957966b3bf13197774471f196679cd891c06..0fed68f80972844e24e38bd76fb4dc3fc97d968e 100644 |
--- a/chrome/common/extensions/api/automation.idl |
+++ b/chrome/common/extensions/api/automation.idl |
@@ -399,6 +399,9 @@ |
// The placeholder for this text field, if any. |
DOMString? placeholder; |
+ // The role description for this node. |
+ DOMString? roleDescription; |
+ |
// The accessible name for this node, via the |
// <a href="http://www.w3.org/TR/wai-aria/roles#namecalculation"> |
// Accessible Name Calculation</a> process. |