commit | 9ae297ec34caf6fff6a054aabab91c5f759b9d9e | [log] [tgz] |
---|---|---|
author | Qihui Zhao <qihuizhao@google.com> | Fri Nov 10 17:09:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 10 17:09:57 2023 |
tree | 0680406a6b9af1c26c05db0d1d1067861c114aee | |
parent | a9b28f009b428e35846a509eceb099cd6a5c8bb0 [diff] |
Extend BackendId in Suggestion::Payload to support both string and int64 This CL extends BackendId in Suggestion::Payload to absl::variant to hold either std::string or uint64_t. Bug: b:296651886 Change-Id: I0636b119b556383ccac641a14e365dbee796aeaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5014878 Commit-Queue: Qihui Zhao <qihuizhao@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1222989}
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.