Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8551)

Unified Diff: chrome/renderer/extensions/automation_internal_custom_bindings.h

Issue 2694903010: AX checked state changes (Closed)
Patch Set: Test checkbox attribute in automation API, fix whitespace, remove change to third party code Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
//

Powered by Google App Engine
This is Rietveld 408576698