commit | c4f514d66fa0e8ecdadf7060d2294e042057509c | [log] [tgz] |
---|---|---|
author | David Bienvenu <davidbienvenu@chromium.org> | Thu Mar 18 02:18:56 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 02:18:56 2021 |
tree | cb5f785a915e12580c6bd7988f28cd3a1725afe3 | |
parent | d776841374ef1bff8db020e9b78951e1a1f7a97d [diff] |
unit_tests: fix flakes in extension service tests Make sure RegisterClient calls for storage are finished after calling InstallCRX to avoid flaky crashes in QuotaManagerImpl::RegisterClient on test shutdown. When 1182630 is fixed, it should be possible to roll this CL back. Bug: 1048628,1169096,1169094,1169098,1169088,1169089,956719 Change-Id: I600bc51c8093019be11f221f7e1be1299a0191e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2770191 Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#864079}
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.