Commit 3db11e37 authored by Kartik Hegde's avatar Kartik Hegde Committed by Commit Bot

network_diagnostics: Fix HttpsLatency README

Match the mojom definition.

TEST=none

Bug: chromium:956783
Change-Id: Ie662c3af2776556cdf96aa05928b9e7cf7dc2e58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462298Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Kartik Hegde <khegde@chromium.org>
Cr-Commit-Position: refs/heads/master@{#815709}
parent 53d12475
...@@ -156,9 +156,9 @@ Tests whether the HTTPS latency is below an acceptable threshold. ...@@ -156,9 +156,9 @@ Tests whether the HTTPS latency is below an acceptable threshold.
Problems: Problems:
* `kFailedDnsResolutions`: One or more DNS resolutions resulted in a failure. * `kFailedDnsResolutions`: One or more DNS resolutions resulted in a failure.
* `kFailedHttpRequests`: One or more HTTPS requests resulted in a failure. * `kFailedHttpsRequests`: One or more HTTPS requests resulted in a failure.
* `kSlightlyAboveThreshold`: Average HTTPS request latency is slightly above the expected threshold. * `kHighLatency`: HTTPS request latency is high.
* `kSignificantlyAboveThreshold`: Average HTTPS request latency is significantly above the expected threshold. * `kVeryHighLatency`: HTTPS request latency is very high.
[Network Health and Configuration]: https://docs.google.com/document/d/10DSy-jZXaRo9I9aq1UqERy76t7HkgGvInWk57pHEkzg [Network Health and Configuration]: https://docs.google.com/document/d/10DSy-jZXaRo9I9aq1UqERy76t7HkgGvInWk57pHEkzg
[network_diagnostics.mojom]: https://source.chromium.org/chromium/chromium/src/+/master:chromeos/services/network_health/public/mojom/network_diagnostics.mojom?originalUrl=https:%2F%2Fcs.chromium.org%2F [network_diagnostics.mojom]: https://source.chromium.org/chromium/chromium/src/+/master:chromeos/services/network_health/public/mojom/network_diagnostics.mojom?originalUrl=https:%2F%2Fcs.chromium.org%2F
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment