| Index: chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| diff --git a/chrome/renderer/extensions/automation_internal_custom_bindings.h b/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| index 8adb5fae148308b9273d92ae19672f8bde3163a4..34eeb29cdcef984f1b163b0a6246c5869a0aa0ef 100644
|
| --- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| @@ -140,6 +140,10 @@ class AutomationInternalCustomBindings : public ObjectBackedNativeHandler,
|
| // Returns: JS object with a string key for each state flag that's set.
|
| void GetState(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| + // Return a string for the checked state enum of true/false/mixed
|
| + static const char* GetCheckedStateName(
|
| + const ui::AXCheckedState checked_state);
|
| +
|
| //
|
| // Helper functions.
|
| //
|
|
|