commit | bf5d30ccbb9214f2f316073d3ec2da7d6aa309d3 | [log] [tgz] |
---|---|---|
author | Tommy C. Li <tommycli@chromium.org> | Wed Oct 19 18:19:57 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 19 18:19:57 2022 |
tree | 4ea222a7e8a95bfa233c26e82f19ce19c8fd99f7 | |
parent | e17b8b74f49f67cdcaa70fbe5f093bbccaca09fe [diff] |
[omnibox] Simplify InMemoryURLIndex initialization For some reason, this initialization waits for HistoryService's backend to be fully loaded before scheduling its own initialization task. That's simply not necessary because HistoryService::ScheduleDBTask already enqueues requested tasks until after the backend is initialized. I'm trying to debug a weird wrong-sequence SQL error, and this is just a simplification to try to reduce the total number of code paths initialization can take. Bug: 1370861 Change-Id: Ibaad33c250777100a9f880311f77e8bf5fb1a25b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3965468 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1061146}
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.