commit | d7df575786b4d21b77f767644de8ba9411e740d9 | [log] [tgz] |
---|---|---|
author | Rebekah Potter <rbpotter@chromium.org> | Thu Apr 14 00:38:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 14 00:38:21 2022 |
tree | 375d455a09c4afad528e2f971ddd397f837399a4 | |
parent | 0387a9a2ebfc35dd304aa2532744ffa7a4e45f37 [diff] |
Print Preview: Simplify DestinationMatch Simplify DestinationMatch - now that cloud printing is gone, all origins are always passed in the constructor and skipVirtualDestinations was always set to true. Also remove various type/origin conversion functions and replace with adding a type_ field and getter in the Destination class. Bug: 1162164 Change-Id: I25bac3f3ba4f72af77123041e779bcd84b7ed9eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3584723 Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#992331}
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.