Commit bc3352c0 authored by Mathias Carlen's avatar Mathias Carlen Committed by Commit Bot

[Autofill Assistant] Proto field numbering fix.

Make the element reference proto consistent with what the backend
expects.

R=rouslan@chromium.org, szermatt@chromium.org

Bug: 806868
Change-Id: I2125add6b931d2ccce5fe2dc1986709a087237ee
Reviewed-on: https://chromium-review.googlesource.com/1240297Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Commit-Queue: Mathias Carlen <mcarlen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593642}
parent 31edfccd
......@@ -213,7 +213,7 @@ message ElementReferenceProto {
// document.
// APIs are free to reject element references that do not refer to unique
// elements (i.e. resolve to more than one element on the page).
repeated string selectors = 1;
repeated string selectors = 2;
}
// Contain all arguments to perform a click.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment