Change MockServiceWorkerResponseWriter always async This is a preparation for using mojo version of ServiceWorkerResourceWriter. The mojo version is always async so it doesn't make much sense to support sync callbacks in tests. Bug: 1055677 Change-Id: I7ebcca7b6546fbbe288c4315d7f4e5fa9ce6f900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2269378 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#783422}
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.