tree: 002e823a0a07e812e175c759674b776dc4b41f11 [path history] [tgz]
  1. client/
  2. compression/
  3. encryption/
  4. metrics/
  5. proto/
  6. resources/
  7. storage/
  8. storage_selector/
  9. util/
  10. DIR_METADATA
  11. OWNERS
  12. 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.