commit | 652ddbbcb22fd1e0ce5547c1a8478357c2762ee7 | [log] [tgz] |
---|---|---|
author | Alan Screen <[email protected]> | Wed Sep 16 07:14:53 2020 |
committer | Commit Bot <[email protected]> | Wed Sep 16 07:14:53 2020 |
tree | 4b3f4552d2156bd2093559630d5af47303e1c4e2 | |
parent | e07af891f9bae33e84a10011848f24759c7978e9 [diff] |
Add feature flag for out-of-process print drivers Interactions with print drivers via operating system APIs is being moved from out of the highly privileged browser process into a sandboxed utility service process. Changes to support rolling this update out will be guarded behind a feature flag "enable-oop-print-drivers". This feature is currently only applicable for desktop operating systems. Bug: 809738 Change-Id: I938df469b6108a7b5a8dd9d5e0225d12bbe1f6af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412449 Reviewed-by: Lei Zhang <[email protected]> Commit-Queue: Alan Screen <[email protected]> Cr-Commit-Position: refs/heads/master@{#807363}
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.