| 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..8418b44a581718309efe0b679f5d9b5bedf60981 100644
|
| --- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| +++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
|
| @@ -140,6 +140,9 @@ 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 int checkedState);
|
| +
|
| //
|
| // Helper functions.
|
| //
|
|
|