| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index f440639a77202288844db6eea0fc9052faffc98f..c4941dd1a557781f5e6663e476379cd7d84857fd 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -199,7 +199,6 @@
|
| // Describes characteristics of an $(ref:automation.AutomationNode).
|
| enum StateType {
|
| busy,
|
| - checked,
|
| collapsed,
|
| default,
|
| disabled,
|
| @@ -634,8 +633,9 @@
|
| // The language code for this subtree.
|
| DOMString? language;
|
|
|
| - // If a checkbox or toggle button is in the mixed state.
|
| - boolean? buttonMixed;
|
| + // Tri-state describing checkbox or radio button:
|
| + // 'false' | 'true' | 'mixed'
|
| + DOMString? checked;
|
|
|
| // The RGBA foreground color of this subtree, as an integer.
|
| long? color;
|
|
|