commit | 36832288ef1ce086903c2876e2c981dc64075e43 | [log] [tgz] |
---|---|---|
author | K. Moon <kmoon@chromium.org> | Sat May 14 01:04:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 14 01:04:21 2022 |
tree | beaf9e5c6100a18e77b3d45bdd0a132042e1670d | |
parent | fa88c6d37c1e8d876ecd0e468ca30e60cb37717b [diff] |
[pdf] Use mock blink::WebAssociatedURLLoader Switches PdfViewWebPluginTest to use a mock WebAssociatedURLLoader, instead of passing a test UrlLoader to PdfViewWebPlugin's InitializeForTesting(). The latter approach doesn't handle creating more than one URL loader, and in practice, current tests don't expect anything from the mock UrlLoader. Bug: 1323307 Change-Id: Ic5eded2b1213ff01bc6de6e8cd322396448c6534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3630825 Reviewed-by: Nigi <nigi@chromium.org> Commit-Queue: Nigi <nigi@chromium.org> Auto-Submit: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1003429}
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.