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..9f2cc506e735726d7f2852103fe89b327142948a 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -239,6 +239,11 @@ |
| */ |
| nodeChanged, |
| + /** |
|
Devlin
2016/02/22 18:21:45
nit: indentation
David Tseng
2016/02/22 22:55:49
Done.
|
| + * This node's text (name) changed. |
| + */ |
| + textChanged, |
| + |
| /** |
| * This node was removed. |
| */ |