tree: 370ca84abed3b11549d07f527864a97931701e76 [path history] [tgz]
  1. browser/
  2. common/
  3. renderer/
  4. DEPS
  5. DIR_METADATA
  6. OWNERS
  7. README.md
components/pdf/README.md

The PDF component contains code necessary for using the PDF plugin in content-based clients. It provides an implementation for the PPB_PDF PPAPI interface, and the necessary browser and renderer-side code for processing the relevant IPC messages. The PDF plugin code lives in //pdf.

TODO(crbug.com/702993): Update description when the PDF plugin no longer uses PPAPI and is also no longer a plugin process.