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

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

Issue 1716663002: Add a treeChange type to Automation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index 96b1d37550897f53848bce9d324857359b9cb75f..50f58b72f2dfa2a3e1d9a0aa6a8204c0fd54aa79 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -239,6 +239,11 @@
*/
nodeChanged,
+ /**
+ * This node's text (name) changed.
+ */
+ textChanged,
+
/**
* This node was removed.
*/

Powered by Google App Engine
This is Rietveld 408576698