| commit | 36b41a7fee3a707593b5473ddaf1d10e90a327cc | [log] [tgz] |
|---|---|---|
| author | Daniel d'Andrada <dandrader@google.com> | Mon Oct 31 09:59:56 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 31 09:59:56 2022 |
| tree | e8c05a72b3e8069da26ea04f75a34e61124b1187 | |
| parent | dd9c532b2c4c4fd6101abc76881c7b72526dd7c1 [diff] |
[Code Health] Remove notification usage in ExternalProviderImplChromeOSTest Remove usage of NOTIFICATION_CRX_INSTALLER_DONE. Part of the larger effort of removing the NotificationService. Also re-enabled tests that were changed as they were all creating observers and setting other preconditions *after* CheckForExternalUpdates() was already called, and CheckForExternalUpdates() is the method that kicks-off extension installation. This opens room for race conditions where, for instance, installation could complete before the observer is created. Worth reenabling them to see if flakiness continues. Bug: 1174728, 706506, 1181737, 1177118 Change-Id: Iff447d582dc75204a0f567070c3893282724ea2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3987563 Commit-Queue: Daniel d'Andrada <dandrader@google.com> Reviewed-by: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1065418}
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.