Chromium Code Reviews| Index: chrome/common/extensions/api/automation.idl |
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl |
| index 48102a419550daf6e3fe6cd3a354818f1bddaaed..bf02ca326a8e61b63ca5d3b8eb3fadfa9bd3c456 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -240,6 +240,11 @@ |
| nodeChanged, |
| /** |
| + * This node's text (name) changed. |
| + */ |
| + textChanged, |
| + |
| + /** |
| * This node was removed. |
| */ |
| nodeRemoved |