
This CL adds a method to get the current visible PDF page. In a follow up CL, I'll use the new page index to grab text from the X pages after the one the user is viewing and include it in the partial upload request. Bug: 387306854 Change-Id: Ibc145a5c7cb5f359614814393d671f3fea460299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6134412 Reviewed-by: Matthew Denton <mpdenton@chromium.org> Reviewed-by: Ali Stanfield <stanfield@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Duncan Mercer <mercerd@google.com> Cr-Commit-Position: refs/heads/main@{#1405010}
//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.