| commit | a94c7364538d06cd37866ac09ae7b38952bb210b | [log] [tgz] |
|---|---|---|
| author | Justin Donnelly <jdonnelly@chromium.org> | Sat Dec 28 00:04:16 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 28 00:04:16 2024 |
| tree | 0930618bcbd68dc7abadb3eb8acf2afeced7af77 | |
| parent | d027fb43709be0034648b1ab199c4b300ce5b8ef [diff] |
[omnibox] Scope Drive suggestions backoff state to the profile. Adds a new FeatureParam-controlled option to scope the backoff state to the profile instead of tracking this state separately in each window/AutocompleteController/DocumentProvider. Additionally, another new param specifies a period of time after which the backoff state should reset. This will create a more consistent experience for users versus the current behavior where some windows may be in a backoff state and others requesting and showing suggestions if the user's eligibility changes from negative to positive. Bug: 40274151 Change-Id: I813e0992716622a078b0e11570cda973648bfc6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6055302 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1400604}
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.