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 318c6e0e8bb3adf0a0b6d892b4c9e2a2e841154f..6542b21e1fe2cc65a630e57a2197497352344669 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -442,6 +442,9 @@ |
| // applicable |
| AutomationNode? activeDescendant; |
| + // The target of an in page link. |
| + AutomationNode? inPageLinkTarget; |
| + |
| // |
| // Link attributes. |
| // |