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..0628d6a0fef4a4056896fe262653f3a9e441f49d 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. |
aboxhall
2014/04/28 19:50:38
Nit: align comment with function call below (inden
David Tseng
2014/04/29 01:35:03
Done.
|
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 |