| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index c01f3566f23443b09653d55ae420ee779312b8b9..56b61ba75bab85f8c6e01a2a177a147e86597aaa 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -398,6 +398,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.
|
|
|