0

updater: remove confusing download_time_ms comment from protocol doc.

Fixed: 1056940
Change-Id: Ie3c86fa84f04cb4cc925bed45ea6f5caf283ac7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4548368
Reviewed-by: Joshua Pawlicki <waffles@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Auto-Submit: Sorin Jianu <sorin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1146608}
This commit is contained in:
Sorin Jianu
2023-05-19 18:31:06 +00:00
committed by Chromium LUCI CQ
parent a32e2ca1a7
commit 0eeea4c8b2

@ -897,7 +897,7 @@ For `type == 3` events:
For `type == 14` events:
* `download_time_ms`: The time elapsed between the start of the download and
the end of the download, in milliseconds. -1 if unavailable or irrelevant.
the end of the download, in milliseconds. -1 if unavailable.
Default: -1.
* `downloaded_bytes`: The number of bytes successfully received from the
download server. Default: 0.