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

Unified Diff: chrome/common/extensions/api/automation_internal.idl

Issue 1457683009: Complete live region support in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed last feedback Created 5 years 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/common/extensions/api/automation_internal.idl
diff --git a/chrome/common/extensions/api/automation_internal.idl b/chrome/common/extensions/api/automation_internal.idl
index 47dacc9b46f6469cdc6cf668be4514da5a05a695..12eca7873ee7c2a9ae953eb22836360d4040a1e4 100644
--- a/chrome/common/extensions/api/automation_internal.idl
+++ b/chrome/common/extensions/api/automation_internal.idl
@@ -97,6 +97,13 @@ namespace automationInternal {
static void onAccessibilityTreeDestroyed(long treeID);
- static void onTreeChange(long treeID, long nodeID, DOMString changeType);
+ static void onTreeChange(long observerID,
+ long treeID,
+ long nodeID,
+ DOMString changeType);
+
+ static void onChildTreeID(long treeID, long nodeID);
+
+ static void onNodesRemoved(long treeID, long[] nodeIDs);
};
};
« no previous file with comments | « chrome/common/extensions/api/automation.idl ('k') | chrome/renderer/extensions/automation_internal_custom_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698