| commit | b6f0e325cda4222b15df1359f606e16f973e59cc | [log] [tgz] |
|---|---|---|
| author | Daniel Murphy <dmurph@google.com> | Tue Jan 03 22:03:32 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 03 22:03:32 2023 |
| tree | 6e2a6d05b4b661ccd782eb9c7d6d57370ee82a82 | |
| parent | a26fffb28dfd117e0cf579839a97a53499ecd096 [diff] |
[dPWA] Remove file handling synchronize to stop flakes This bug is the start of removing the kFileHandlingAPI flag, which has been enabled by default for almost a year. To get some wins with flakiness first, this CL just removes the unnecessary `Synchronize` call. Follow-up CLs will delete code etc. Next CL is here: https://chromium-review.googlesource.com/c/chromium/src/+/4129801 Bug: 1404190 Fixed: 1404184 Change-Id: I8a3268d345f1245fed85280343f94176e4889f94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4129916 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/main@{#1088376}
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.