commit | cea7f0faecafc3174244bc1fa00c54830534f4ca | [log] [tgz] |
---|---|---|
author | Maksim Moskvitin <mmoskvitin@google.com> | Thu Apr 25 16:27:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 25 16:27:30 2024 |
tree | 6257e1e7503aaa77521e62383364ec0ba001a73a | |
parent | cf90860ef2d8aae2358a696ffb2779f790710972 [diff] |
[DataSharing] Move SDKDelegate to public folder Needed for delegate implementations. data_sharing_sdk.proto is a public dependence for the delegate, so this file moved as well. Also fixes typos: 1. In delegate: ReadGroupsResponse -> ReadGroupsResult, wasn't caught before because there are no files including it yet. 2. In proto, fixed java package name. Bug: 301390275 Change-Id: Idadc7641fcbd64298c5e8d85fc79dff29d6da0e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5489242 Reviewed-by: Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/main@{#1292498}
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.