| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index f9037c5878f85f3214f68d1043a126e0fc590f90..1f49760e505c7c2f4b89a6c583a1690b20b0dc73 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -195,7 +195,6 @@
|
| haspopup,
|
| horizontal,
|
| hovered,
|
| - indeterminate,
|
| invisible,
|
| linked,
|
| multiline,
|
| @@ -262,7 +261,7 @@
|
| object? state;
|
|
|
| // A map of attribute name to expected value, for example
|
| - // <code>{ name: 'Root directory', button_mixed: true }</code>.
|
| + // <code>{ name: 'Root directory', checkbox_mixed: true }</code>.
|
| // String attribute values may be specified as a regex, for example
|
| // <code>{ name: /stralia$/</code> }</code>.
|
| // Unless specifying a regex, the expected value must be an exact match
|
|
|