Propagate sync TRUSTED_VAULT_PASSPHRASE to Java
The new enum was introduced in https://chromium-review.googlesource.com/c/chromium/src/+/1714585 but the Java enum has remained outdated since. This patch adds the new value also in Java by auto-generating the Java enum via GENERATED_JAVA_ENUM_PACKAGE, which prevents similar future issues. Wherever there is passphrase-type-specific logic, the new TRUSTED_VAULT_PASSPHRASE is treated similarly as the keystore case. Bug: 1019687 Change-Id: Ib7339e8f60a0f7905626d5821fc6673659173b07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932904 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#719289}
Showing
Please register or sign in to comment