<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!--
This file describes the enumerations referenced by entries in histograms.xml for
this directory. Some enums may instead be listed in the central enums.xml file
at src/tools/metrics/histograms/enums.xml when multiple files use them.
For best practices on writing enumerations descriptions, see
https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#Enum-Histograms
Please follow the instructions in the OWNERS file in this directory to find a
reviewer. If no OWNERS file exists, please consider signing up at
go/reviewing-metrics (Googlers only), as all subdirectories are expected to
have an OWNERS file. As a last resort you can send the CL to
[email protected].
-->
<histogram-configuration>
<!-- Enum types -->
<enums>
<enum name="PlusAddressBlocklistDataParsingResult">
<summary>
Possible states of parsing the response body when a fetch completes in
`PlusAddressBlocklistData`.
</summary>
<int value="0" label="Failure: The response body was empty."/>
<int value="1"
label="Failure: The response body could not be parsed as
`CompactPlusAddressBlockedFacets` proto message."/>
<int value="2" label="Success: Parsing was successful."/>
</enum>
<enum name="PlusAddressModalEvent2">
<int value="0" label="Modal shown"/>
<int value="1" label="Modal canceled"/>
<int value="2" label="Modal confirmed"/>
</enum>
<enum name="PlusAddressOrGaia">
<int value="0" label="GAIA email"/>
<int value="1" label="Plus address"/>
</enum>
<enum name="PlusAddressSuggestionEvent2">
<int value="0" label="Existing plus address suggested"/>
<int value="1" label="Create new plus address suggested"/>
<int value="2" label="Existing plus address suggestion chosen"/>
<int value="3" label="Create new plus address suggestion chosen"/>
</enum>
</enums>
</histogram-configuration>