0
Files
src/pdf
Lei Zhang 2333f1e32b Remove soon-to-expire PDF.AttachmentType metric
The metric has gathered sufficient data and is no longer needed.

OBSOLETE_HISTOGRAM=[PDF.AttachmentType]=Gathered sufficient data

Bug: 333390700
Change-Id: I66ad8d670bbd35765db0e2ec963648bdc0d1e9f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5436593
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1284067}
2024-04-08 20:11:52 +00: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/1220865): Remove existing //content dependencies.