Commit 998d60c2 authored by Carlos Knippschild's avatar Carlos Knippschild Committed by Commit Bot

Adding missing values to the OfflinePrefetchItemErrorCode metrics enum

based on the existing values in PrefetchItemErrorCode
(prefetch_types.h).

Change-Id: I4fbf832aac68cc80bb3c33ab4135a7e40853ed05
Reviewed-on: https://chromium-review.googlesource.com/c/1297296
Commit-Queue: Carlos Knippschild <carlosk@chromium.org>
Reviewed-by: default avatarDan H <harringtond@google.com>
Cr-Commit-Position: refs/heads/master@{#602176}
parent 44eda7de
...@@ -182,8 +182,8 @@ enum class PrefetchItemErrorCode { ...@@ -182,8 +182,8 @@ enum class PrefetchItemErrorCode {
STALE_AT_DOWNLOADING = 1000, STALE_AT_DOWNLOADING = 1000,
STALE_AT_IMPORTING = 1050, STALE_AT_IMPORTING = 1050,
STALE_AT_UNKNOWN = 1100, STALE_AT_UNKNOWN = 1100,
// The item was terminated due to not being concluded after being more than 7 // The item was terminated because it remained in the pipeline for more than
// days in the pipeline. // 7 days.
STUCK = 1150, STUCK = 1150,
// Exceeded maximum retries for get operation request. // Exceeded maximum retries for get operation request.
GET_OPERATION_MAX_ATTEMPTS_REACHED = 1200, GET_OPERATION_MAX_ATTEMPTS_REACHED = 1200,
......
...@@ -37235,6 +37235,10 @@ Called by update_net_trust_anchors.py.--> ...@@ -37235,6 +37235,10 @@ Called by update_net_trust_anchors.py.-->
<int value="1100" label="STALE_AT_UNKNOWN"> <int value="1100" label="STALE_AT_UNKNOWN">
Entry became stale at an unknown state. Entry became stale at an unknown state.
</int> </int>
<int value="1150" label="STUCK">
The item was terminated because it remained in the pipeline for more than 7
days.
</int>
<int value="1200" label="GET_OPERATION_MAX_ATTEMPTS_REACHED"> <int value="1200" label="GET_OPERATION_MAX_ATTEMPTS_REACHED">
Exceeding maximum retries for get operation request. Exceeding maximum retries for get operation request.
</int> </int>
...@@ -37251,6 +37255,10 @@ Called by update_net_trust_anchors.py.--> ...@@ -37251,6 +37255,10 @@ Called by update_net_trust_anchors.py.-->
The importing was not completed probably due to that Chrome was killed The importing was not completed probably due to that Chrome was killed
before it was done. before it was done.
</int> </int>
<int value="1700" label="SUGGESTION_INVALIDATED">
The page suggestion is no longer valid, so the item no longer needs to be
downloaded.
</int>
</enum> </enum>
<enum name="OfflinePrefetchItemState"> <enum name="OfflinePrefetchItemState">
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