tree: 350c9586ae47b8408e89c032e71315f570ea1e05 [path history] [tgz]
  1. README.md
  2. storage.proto
  3. structured_data.proto
metrics/structured/proto/README.md

What is this?

This directory contains the protobufs required to transmit structured metrics from chrome to chromeos.

structured_data.proto

This is copied from third_party/metrics_proto/structured_data.proto, which is in turn exported from google3. Any changes should first be made to google3, then exported to chrome, then manually copied to platform2. Changes must be backwards compatible.

storage.proto

This is copied from components/metrics/structured/storage.proto. Any changes should first be made to chrome, then coped to platform2. Changes must be backwards compatible.