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

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

Issue 1458723002: Finish implementing ChromeVox Next active indicator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@load_key_map
Patch Set: Made test expectations approximate Created 5 years, 1 month 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 5be7c9d250c7336dfdf28f34c761e694672e233d..94e659db49367975c4e500cf5d63cbac24eb091c 100644
--- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
+++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
@@ -91,6 +91,14 @@ class AutomationInternalCustomBindings : public ObjectBackedNativeHandler,
v8::ReturnValue<v8::Value> result,
ui::AXNode* node,
const std::string& attribute_name));
+ void RouteNodeIDPlusRangeFunction(
+ const std::string& name,
+ void (*callback)(v8::Isolate* isolate,
+ v8::ReturnValue<v8::Value> result,
+ TreeCache* cache,
+ ui::AXNode* node,
+ int start,
+ int end));
//
// Access the cached accessibility trees and properties of their nodes.
« no previous file with comments | « chrome/common/extensions/api/automation.idl ('k') | chrome/renderer/extensions/automation_internal_custom_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698