| commit | 95560d50a94ad30dfd76caf13a7197fd034b0f8d | [log] [tgz] |
|---|---|---|
| author | jhtin <jhtin@chromium.org> | Fri May 06 02:41:16 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 06 02:41:16 2022 |
| tree | ed84adab98719526b59f62c2d3ca8c081dfa5a8c | |
| parent | 65e8c212996f9cbacf39fca2437def8bf64e5fc5 [diff] |
Make MultiWordSuggester context_id variable an optional<int>. Currently treated as an optional int with 0 as a "nullopt" equivalent. Making it an optional so that it is clearer. Bug: b/231066089 Change-Id: I7ae5772a9064c9e647e9bea5ff8671ff298a0c4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3619974 Reviewed-by: Keith Lee <keithlee@chromium.org> Commit-Queue: jhtin <jhtin@chromium.org> Auto-Submit: jhtin <jhtin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1000224}
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.