tree: 221390e13724a9600d2dbc7e2d49291ec5dae44d [path history] [tgz]
  1. client/
  2. compression/
  3. encryption/
  4. proto/
  5. storage/
  6. storage_selector/
  7. util/
  8. OWNERS
  9. README.md
components/reporting/README.md

The Encrypted Reporting Pipeline (ERP) provides a universal method for upload of data for enterprise customers.

The code structure looks like this: Chrome:

  • //components/reporting Code shared between Chrome and Chrome OS.
  • //chrome/browser/policy/messaging_layer Code that lives only in the browser, primary interfaces for reporting data such as ReportQueueImpl and ReportQueueConfiguration. Chrome OS:
  • //platform2/missived Daemon for encryption and storage of reports.

If you'd like to begin using ERP within Chrome please check the comment in //components/reporting/client/report_queue_provider.h.