commit | 377e02e2096c616a68e25812f3bb116125775cca | [log] [tgz] |
---|---|---|
author | Moe Ahmadi <mahmadi@chromium.org> | Wed May 10 20:58:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 10 20:58:34 2023 |
tree | e9f5b17a125e62635f8a09d78f477f383975f200 | |
parent | a20806d3ae51274adccbc680cf0944845e74cc34 [diff] |
[omnibox] Makes the scoring model service available in incognito mode Fixes the crash in [2] by making the AutocompleteScoringModelService available in incognito mode. Also Adds a check to make sure AutocompleteScoringModelService is available before using it to prevent this scenario in the future. [2] http://shortn/_M6VOXC1cRH Bug: 1405555, 1418376 Change-Id: I949656c3e785a16dd05be7b5b5b64f302d70af7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4517971 Reviewed-by: Angela Yoeurng <yoangela@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1142354}
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.