| 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,
|
|
|