Commit 1ddd9414 authored by Miriam Polzer's avatar Miriam Polzer Committed by Commit Bot

InstallAttributes: Document rollback dependency

Document that the rollback feature relies on install attributes to be
backwards compatible.

Bug: 1124428
Change-Id: I0a9de16aa5bd749300a05751562fe7c6436c9e38
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435192Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Miriam Polzer <mpolzer@google.com>
Cr-Commit-Position: refs/heads/master@{#812616}
parent 403923e4
...@@ -8,6 +8,9 @@ option optimize_for = LITE_RUNTIME; ...@@ -8,6 +8,9 @@ option optimize_for = LITE_RUNTIME;
package cryptohome; package cryptohome;
// Note: Backwards-incompatible changes of this file might break rollback
// (go/rollback-data-restore).
message SerializedInstallAttributes { message SerializedInstallAttributes {
message Attribute { message Attribute {
required string name = 1; required string name = 1;
......
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