tree: e7375f1363f593f7abb99c50c720308afeaf55cf [path history] [tgz]
  1. encryption/
  2. proto/
  3. storage/
  4. util/
  5. OWNERS
  6. 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 ReportQueue 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 //chrome/browser/policy/messaging_layer/public/report_client.h.