| Index: chrome/browser/accessibility/accessibility_extension_api_constants.h
|
| diff --git a/chrome/browser/accessibility/accessibility_extension_api_constants.h b/chrome/browser/accessibility/accessibility_extension_api_constants.h
|
| index 99b128ae857d037442a7a53d47b0ad1aafd51939..853b14a77f384cb5d23818f3de4b105c82c975ff 100644
|
| --- a/chrome/browser/accessibility/accessibility_extension_api_constants.h
|
| +++ b/chrome/browser/accessibility/accessibility_extension_api_constants.h
|
| @@ -26,6 +26,7 @@ extern const char kCheckedKey[];
|
| extern const char kHasSubmenuKey[];
|
| extern const char kMessageKey[];
|
| extern const char kStringValueKey[];
|
| +extern const char kBoundsKey[];
|
|
|
| // Types of controls that can receive accessibility events.
|
| extern const char kTypeAlert[];
|
| @@ -46,6 +47,12 @@ extern const char kTypeTreeItem[];
|
| extern const char kTypeVolume[];
|
| extern const char kTypeWindow[];
|
|
|
| +// ScreenRect fields.
|
| +extern const char kLeft[];
|
| +extern const char kTop[];
|
| +extern const char kWidth[];
|
| +extern const char kHeight[];
|
| +
|
| // Errors.
|
| extern const char kErrorNotSupported[];
|
|
|
|
|