<!--
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
chromium-metrics-reviews@google.com.
-->

<histogram-configuration>

<!-- Enum types -->

<enums>

<enum name="ModulePosition">
  <int value="0" label="1st module"/>
  <int value="1" label="2nd module"/>
  <int value="2" label="3rd module"/>
  <int value="3" label="4th module"/>
  <int value="4" label="5th module"/>
  <int value="5" label="6th module"/>
</enum>

<!-- LINT.IfChange(ModuleType) -->

<enum name="ModuleType">
  <int value="0" label="Single tab module"/>
  <int value="1" label="Price change module"/>
  <int value="2" label="Deprecated Tab resumption module"/>
  <int value="3" label="Safety hub module"/>
  <int value="4" label="Deprecated Educational tip module"/>
  <int value="5" label="Auxiliary search module"/>
  <int value="6" label="Default Browser Promo Card"/>
  <int value="7" label="Tab Group Promo Card"/>
  <int value="8" label="Tab Group Sync Promo Card"/>
  <int value="9" label="Quick Delete Promo Card"/>
  <int value="10" label="History Sync Promo Card"/>
  <int value="11" label="Deprecated Tips Notifications Promo Card"/>
  <int value="12" label="Enhanced Safe Browsing Promo Card"/>
  <int value="13" label="Address bar placement Promo Card"/>
  <int value="14" label="Settings container Promo Card"/>
  <int value="15" label="Sign In Promo Card"/>
  <int value="16" label="Save Passwords Promo Card"/>
  <int value="17" label="Password Checkup Promo Card"/>
  <int value="18" label="Setup List Celebratory Promo Card"/>
  <int value="19" label="Ntp Theme Promo Card"/>
</enum>

<!-- LINT.ThenChange(//chrome/browser/magic_stack/android/java/src/org/chromium/chrome/browser/magic_stack/ModuleDelegate.java:HomeModuleTypes) -->

</enums>

</histogram-configuration>
