Commit d18e9fad authored by Luca Hunkeler's avatar Luca Hunkeler Committed by Commit Bot

Reserve the field 47 in ActionProto

Bug: b/141610802
Change-Id: I1d6b16883a89d2f398657530ada42018e1963818
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827410Reviewed-by: default avatarMathias Carlen <mcarlen@chromium.org>
Reviewed-by: default avatarClemens Arbesser <arbesser@google.com>
Commit-Queue: Luca Hunkeler <hluca@google.com>
Cr-Commit-Position: refs/heads/master@{#700693}
parent 22f4c2fb
...@@ -434,6 +434,8 @@ message ActionProto { ...@@ -434,6 +434,8 @@ message ActionProto {
// script finishes with this action. It has no effect if there is any other // script finishes with this action. It has no effect if there is any other
// action sent to the client after this one. Default is false. // action sent to the client after this one. Default is false.
optional bool clean_contextual_ui = 33; optional bool clean_contextual_ui = 33;
reserved 47;
} }
// Result of |CollectUserDataProto| to be sent to the server. // Result of |CollectUserDataProto| to be sent to the server.
......
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