commit | 7c33685742da2d9caa2df71827a5e8f1bb5b103b | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Mon Jul 19 14:20:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 19 14:20:17 2021 |
tree | 83dbce28d441e4347750b35de0122be28fc3fe2a | |
parent | f8dfeddf9644b792d0c7974f069b311a6c20a256 [diff] |
Lacros: Deprecate GetPublicKey mojo method Deprecate GetPublicKey mojo method by renaming it into DEPRECATED_GetPublicKey. A replacement method will be introduced in a following CL. The goal is to update all Keystore APIs to use KeystoreError-s and vector<uint8>-s instead of strings. Bug: 1128022 Test: Compilation Change-Id: Ibc56c87230e16c7d0bff594985004d7e56d72742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3034527 Reviewed-by: Erik Chen <erikchen@chromium.org> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#902991}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.