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

Unified Diff: chrome/renderer/resources/extensions/automation_custom_bindings.js

Issue 246433012: Extend AXTreeSourceViews to handle aura::Window and views::Widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reset serializer on enable. Created 6 years, 8 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/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

Powered by Google App Engine
This is Rietveld 408576698