commit | 980d31e6b4f88384cdd6168d9f98660fc7b66910 | [log] [tgz] |
---|---|---|
author | Nicolas Ouellet-Payeur <nicolaso@chromium.org> | Fri Sep 10 18:46:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 10 18:46:01 2021 |
tree | 601ea7c6c1763b6496952282c6782ce45206cf7b | |
parent | 007a782796ecf3bcf0bb3e2a6943fedcfa759044 [diff] |
Don't send requests when RealTimeUrlLookupService is shutting down Previously, RealTimeUrlLookupService could call SendRequest() during profile shutdown. This caused issues with trying to load a Profile (via ProfileManager) that's in process of being deleted. Skip calling SendRequest() when Shutdown() has been called, to avoid trying to load the Profile unnecessarily. Bug: 1245007, 1143441 Change-Id: Ia27d3284b3a8d939992d60066088c3a9431ac364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3150261 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#920298}
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.