Index: docs/histogram-set-json-format.md |
diff --git a/docs/histogram-set-json-format.md b/docs/histogram-set-json-format.md |
index 88687bbc6fa2daced7b6ea36f5560162adffd31c..3366f7d1548c3f14172e23a6553d53bf2b992e6a 100644 |
--- a/docs/histogram-set-json-format.md |
+++ b/docs/histogram-set-json-format.md |
@@ -133,7 +133,6 @@ The only field that is required for all Diagnostics, `type`, must be one of |
* `RelatedHistogramMap` |
* `RelatedHistogramBreakdown` |
* `TelemetryInfo` |
- * `DeviceInfo` |
* `RevisionInfo` |
* `BuildbotInfo` |
* `Scalar` |
@@ -174,23 +173,6 @@ merge results across revisions. |
* `skia`: array of 1 or 2 strings |
* `webrtc`: array of 1 or 2 strings |
-### DeviceInfo |
- |
-This tracks information about the device that was used to produce the Histogram |
-to allow users to compare or merge results across similar devices. |
- |
- * `chromeVersion`: string |
- * `osName`: one of |
- * `mac` |
- * `android` |
- * `linux` |
- * `chrome` |
- * `win` |
- * `osVersion`: string |
- * `arch`: not yet specified, but will contain bittiness (32-bit vs 64-bit) |
- * `gpuInfo`: not yet specified, but will contain information about the GPU |
- * `ram`: number of bytes of RAM |
- |
### BuildbotInfo |
This tracks buildbot parameters when the Histogram was produced to allow users |