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

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

Issue 1589623002: Keep track of accessibility focus across windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 4 years, 11 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 cad79593c022094441d2a89590630f1478df1ac0..7f84e8ab2a4325991851d814759152641c88721d 100644
--- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
+++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
@@ -85,6 +85,8 @@ class AutomationInternalCustomBindings : public ObjectBackedNativeHandler,
void RemoveTreeChangeObserver(
const v8::FunctionCallbackInfo<v8::Value>& args);
+ void GetFocus(const v8::FunctionCallbackInfo<v8::Value>& args);
+
void RouteTreeIDFunction(const std::string& name,
void (*callback)(v8::Isolate* isolate,
v8::ReturnValue<v8::Value> result,

Powered by Google App Engine
This is Rietveld 408576698