| Index: chrome/common/extensions/api/automation_internal.idl
|
| diff --git a/chrome/common/extensions/api/automation_internal.idl b/chrome/common/extensions/api/automation_internal.idl
|
| index 6f568cfac6eba888dc5bb48d03b7ed63d08dbf64..47dacc9b46f6469cdc6cf668be4514da5a05a695 100644
|
| --- a/chrome/common/extensions/api/automation_internal.idl
|
| +++ b/chrome/common/extensions/api/automation_internal.idl
|
| @@ -36,10 +36,13 @@ namespace automationInternal {
|
| ActionType actionType;
|
| };
|
|
|
| - // Arguments for the set_selection action supplied to performAction.
|
| + // Arguments for the setSelection action supplied to performAction.
|
| dictionary SetSelectionParams {
|
| - long startIndex;
|
| - long endIndex;
|
| + // Reuses ActionRequiredParams automationNodeID to mean anchor node id,
|
| + // and treeID to apply to both anchor and focus node ids.
|
| + long focusNodeID;
|
| + long anchorOffset;
|
| + long focusOffset;
|
| };
|
|
|
| // Arguments for the querySelector function.
|
|
|