0
Files
src/pdf
Helmut Januschka 4e5370c619 [remoting] Modernize Environment::GetVar to use std::optional
Updates GetVar usage to use the modern std::optional API
instead of out-parameters.

Bug: 400758498

Change-Id: I88e21dd3b21f709722a348ca55f5f070c8951f79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6426204
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Colin Blundell <blundell@chromium.org>
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1443592}
2025-04-07 10:28:45 -07:00
..

//pdf contains the PDF plugin, its Blink-based replacement, as well as PDF utility functions that leverage PDFium. It can use low-level components that live below the content layer, as well as other foundational code like //printing. It should not use //content or anything in //components that lives above the content layer. Code that lives above the content layer should live in //components/pdf, or in the embedder. All the code here should run in sandboxed child processes.

TODO(crbug.com/40186598): Remove existing //content dependencies.