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

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

Issue 2694903010: AX checked state changes (Closed)
Patch Set: Fix compiler error 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..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.
//

Powered by Google App Engine
This is Rietveld 408576698