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 976bbcd7f3c80bb2b6823aac6b2198bc583a85dd..8c7f666cbb101d57e7810a1faf74058fff445ffa 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -328,6 +328,7 @@ |
| enum TreeChangeObserverFilter { |
| noTreeChanges, |
| liveRegionTreeChanges, |
| + textMarkerChanges, |
| allTreeChanges |
| }; |