commit | 1a66612dbfcf0513ccd77e81a91fef46bd0eead5 | [log] [tgz] |
---|---|---|
author | Gavin Williams <gavinwill@chromium.org> | Fri Sep 25 21:52:49 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 25 21:52:49 2020 |
tree | 8328cc6d5d8c730d2b91c92aef324983afc0478a | |
parent | ccedfa2ad315f49d5cdd57482e7f6b2c470a3532 [diff] |
Add GetBrowserContextToUse override to PrintManagementFactory In guest mode print jobs did not appear in print management app. This prevented users being able to cancel in-progress jobs. Overriding GetBrowserContextToUse allows using an OTR profile so that jobs appear in the app. Added function BuildInstanceFor for creating PrintManagement service in tests. Bug: 1128690 Change-Id: I837afd57711505e7bf8ab93f9aa38ed16dc5d3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412222 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#810812}
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.