| commit | 026570ad6a9b36c2073b52dfb3e47c2863c25f39 | [log] [tgz] |
|---|---|---|
| author | Seung Jae Lim <andysjlim@chromium.org> | Fri Jun 20 15:45:36 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 15:45:36 2025 |
| tree | bae36eea085346e9d306725bd7350f2b9d886b69 | |
| parent | 22860bcb9081ec6a9a07476a70d7351da0c44126 [diff] |
Remove unused local boolean value when inquiring on device model At the time, the two triggers to inquire on device model are keyboard lock and the force request, which are both checked by the delegate. Now that the local bool value is only used to check for allowlist, and llama trigger should not happen on a high confidence allowlist match, we can infer that we do not need to strictly test for keyboard lock only, thus making the local bool variable unnecessary. Change-Id: Ibe2a0c9f3af8ab2dd319c34150b4c7230ee463f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6652378 Auto-Submit: Seung Jae Lim <andysjlim@chromium.org> Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Commit-Queue: Seung Jae Lim <andysjlim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1476538}
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.