| 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..27f34392120e0fb5e02775d4efbcb984d3e6e6f9 100644
 | 
| --- a/chrome/common/extensions/api/automation.idl
 | 
| +++ b/chrome/common/extensions/api/automation.idl
 | 
| @@ -216,7 +216,6 @@
 | 
|      multiline,
 | 
|      multiselectable,
 | 
|      offscreen,
 | 
| -    pressed,
 | 
|      protected,
 | 
|      readOnly,
 | 
|      required,
 | 
| @@ -657,6 +656,10 @@
 | 
|      // 'false' | 'true' | 'mixed'
 | 
|      DOMString? checked;
 | 
|  
 | 
| +    // Tri-state describing toggle button:
 | 
| +    // 'false' | 'true' | 'mixed'
 | 
| +    DOMString? pressed;
 | 
| +
 | 
|      // The RGBA foreground color of this subtree, as an integer.
 | 
|      long? color;
 | 
|  
 | 
| 
 |