| Index: chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| diff --git a/chrome/renderer/resources/extensions/automation_custom_bindings.js b/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| index 8a8bf1b8fde03041210219c45e9dfd59b652d482..fae3ee1c0763fddfb373a41c5b5ca7411844d4c0 100644
|
| --- a/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| +++ b/chrome/renderer/resources/extensions/automation_custom_bindings.js
|
| @@ -28,7 +28,7 @@ var createAutomationTreeID = function(pid, rid) {
|
| automation.registerCustomHook(function(bindingsAPI) {
|
| var apiFunctions = bindingsAPI.apiFunctions;
|
|
|
| - // TODO(aboxhall/dtseng): Re-work once 'desktop' object is fully specced
|
| + // TODO(aboxhall, dtseng): Make this return the speced AutomationRootNode obj.
|
| apiFunctions.setHandleRequest('getTree', function(callback) {
|
| // enableCurrentTab() ensures the renderer for the current tab has
|
| // accessibility enabled, and fetches its process and routing ids to use as
|
|
|