commit | a3fdad441ec2233a594ba85c9a220e471e3e3bc3 | [log] [tgz] |
---|---|---|
author | Lei Zhang <[email protected]> | Mon Nov 15 23:55:33 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Nov 15 23:55:33 2021 |
tree | ce356968a963b0b29ec960464f24e8822647fefa | |
parent | 533fc2438c690193c7f7dc3ec14cabd163968e55 [diff] |
Consolidate PrintingContext::UpdatePrinterSettings() parameter. Put all the parameters into a struct. Then if the parameters need to be updated, it is easier to add it to the struct, than to update multiple UpdatePrinterSettings() override declarations. Along the way, update the `external_preview` parameter to be macOS-only. Bug: 1245679 Change-Id: Idefb383d95944d6953b23dcd59b8b79f1045c0c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3280166 Commit-Queue: Lei Zhang <[email protected]> Reviewed-by: Alan Screen <[email protected]> Cr-Commit-Position: refs/heads/main@{#941920}
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.