Commit 9a81ea9c authored by Colin Howes's avatar Colin Howes Committed by Commit Bot

Add disconnected connection type for Update Engine

Add a network disconnected connection type to the Update Engine
connection type histogram.

BUG=chromium:660283

Change-Id: Icc93ec2f49073566dcb49d6abcd70bc535aca176
Reviewed-on: https://chromium-review.googlesource.com/c/1235282Reviewed-by: default avatarXiaochu Liu <xiaochu@chromium.org>
Commit-Queue: Colin Howes <chowes@google.com>
Cr-Commit-Position: refs/heads/master@{#608884}
parent 17551d7b
...@@ -50643,6 +50643,7 @@ Full version information for the fingerprint enum values: ...@@ -50643,6 +50643,7 @@ Full version information for the fingerprint enum values:
<int value="5" label="Cellular"/> <int value="5" label="Cellular"/>
<int value="6" label="Tethered (Ethernet)"/> <int value="6" label="Tethered (Ethernet)"/>
<int value="7" label="Tethered (Wifi)"/> <int value="7" label="Tethered (Wifi)"/>
<int value="8" label="Disconnected"/>
</enum> </enum>
<enum name="UpdateEngineDownloadErrorCode"> <enum name="UpdateEngineDownloadErrorCode">
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