commit | 3cb8d76b7ae399600055082698c5a65dde6576fe | [log] [tgz] |
---|---|---|
author | Matthias Körber <koerber@google.com> | Thu Nov 26 15:13:14 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 26 15:13:14 2020 |
tree | 824b2c5cc9e8f043b60a15f924b5f5323061d641 | |
parent | 2024e6801fd2323f3b65b44672dbf75d2f2b5f75 [diff] |
[Autofill] Remove self-destruct on timeout for RegionDataLoaderImpl The self-destruction timer is not necessary because the RegionDataLoader is guaranteed to be destructed once the query to libaddressinput terminates. (cherry picked from commit a0baadbb6d48171540c24be7c74608b57f4cdc3b) Change-Id: Iac364183aa9d456b91ddc4d5f6f29b4c0ffe816d Bug: 1148749 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544945 Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by: Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Original-Commit-Position: refs/heads/master@{#829628} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562142 Reviewed-by: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/branch-heads/4324@{#380} Cr-Branched-From: c73b5a651d37a6c4d0b8e3262cc4015a5579c6c8-refs/heads/master@{#827102}
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.
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.