<!--
Copyright 2022 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 is used to generate a comprehensive list of Chrome OS Settings
histograms along with a detailed description for each histogram.

For best practices on writing histogram descriptions, see
https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md

Prefer owners from the OWNERS file in this directory. If you need a metrics
reviewer, please send CLs to chromium-metrics-reviews@google.com rather than to
specific individuals. These CLs will be automatically reassigned to a reviewer
within about 5 minutes. This approach helps the metrics team to load-balance
incoming reviews. Googlers can read more about this at go/gwsq-gerrit.
-->

<histogram-configuration>

<histograms>

<histogram name="ChromeOS.Settings.Accessibility.ColorCorrection.Enabled"
    units="%" expires_after="2024-06-14">
  <owner>katie@chromium.org</owner>
  <owner>chrome-a11y-core@google.com</owner>
  <summary>
    Logged when color correction settings are enabled or disabled by the user
    from os://settings. Note that color correction settings can also be enabled
    or disabled in quick settings.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Accessibility.ColorCorrection.FilterAmount"
    units="%" expires_after="2024-06-14">
  <owner>katie@chromium.org</owner>
  <owner>chrome-a11y-core@google.com</owner>
  <summary>
    The color correction filter intensity chosen by the user. Logged on change
    from settings. The default value in settings is 100%.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Accessibility.ColorCorrection.FilterType"
    enum="ColorCorrectionFilterTypes" expires_after="2024-06-14">
  <owner>katie@chromium.org</owner>
  <owner>chrome-a11y-core@google.com</owner>
  <summary>
    The color correction filter type chosen by the user. Logged on change from
    settings. The default value in settings is deuteranopia.
  </summary>
</histogram>

<histogram
    name="ChromeOS.Settings.Accessibility.FullscreenMagnifierFocusFollowing"
    enum="BooleanToggled" expires_after="2023-10-16">
  <owner>josiahk@chromium.org</owner>
  <owner>chromium-accessibility@chromium.org</owner>
  <summary>
    Records when a user changes the kFullscreenMagnifierFocusFollowing setting
    on the Accessibility page.
  </summary>
</histogram>

<histogram
    name="ChromeOS.Settings.Accessibility.FullscreenMagnifierMouseFollowingMode"
    enum="MagnifierMouseFollowingMode" expires_after="2023-10-16">
  <owner>josiahk@chromium.org</owner>
  <owner>chromium-accessibility@chromium.org</owner>
  <summary>
    Recorded when a user changes the value of the
    kFullscreenMagnifierMouseFollowingMode setting on the Accessibility page.
    Records the value of the setting.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Apps.DoNotDisturbOnOff"
    enum="BooleanToggled" expires_after="2024-03-03">
  <owner>hsuregan@chromium.org</owner>
  <owner>jimmyxgong@chromium.org</owner>
  <summary>
    Records when a user changes the kDoNotDisturbOnOff setting in the
    Notifications subpage of the Apps section.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Bluetooth.BluetoothOnOff"
    enum="BooleanToggled" expires_after="2024-04-17">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records when users change the kBluetoothOnOff setting on the Bluetooth page.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.BlurredWindowDuration" units="ms"
    expires_after="2024-02-04">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The amount of time between when the settings window becomes blurred and when
    the user focuses it again.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Device.ChargingSoundsButtonEnabled"
    enum="BooleanEnabled" expires_after="2024-07-31">
  <owner>hongyulong@chromium.org</owner>
  <owner>bicioglu@google.com</owner>
  <owner>chromeos-wms@google.com</owner>
  <summary>
    Records when a user toggles the Charging sounds setting in the Audio subpage
    of the Device section.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Device.KeyboardAutoRepeatEnabled"
    enum="BooleanEnabled" expires_after="2024-03-03">
  <owner>ckincaid@chromium.org</owner>
  <owner>dmblack@google.com</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records value of keyboard auto-repeat Enabled setting at session startup.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Device.KeyboardAutoRepeat{Setting}"
    units="ms" expires_after="2024-02-20">
  <owner>ckincaid@chromium.org</owner>
  <owner>dmblack@google.com</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records value of keyboard auto-repeat {Setting} setting at session startup.
  </summary>
  <token key="Setting">
    <variant name="Delay"/>
    <variant name="Interval"/>
  </token>
</histogram>

<histogram name="ChromeOS.Settings.Device.KeyboardFunctionKeys"
    enum="BooleanToggled" expires_after="2024-02-05">
  <owner>jimmyxgong@chromium.org</owner>
  <owner>zentaro@chromium.org</owner>
  <owner>cros-peripherals@google.com</owner>
  <summary>
    Records when a user changes the kKeyboardFunctionKeys setting on the Device
    page.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Device.LowBatterySoundButtonEnabled"
    enum="BooleanEnabled" expires_after="2024-07-31">
  <owner>hongyulong@chromium.org</owner>
  <owner>bicioglu@google.com</owner>
  <owner>chromeos-wms@google.com</owner>
  <summary>
    Records when a user toggles the Low battery sound setting in the Audio
    subpage of the Device section.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Device.TouchpadSpeedValue"
    enum="TouchpadSensitivity" expires_after="2024-02-20">
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records when users change the Touchpad Speed on the Device page. The value
    saved is equal to the sensitivity value set on the slider, which ranges from
    1 to 5.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Inputs.ShortcutReminderDismissed"
    enum="SettingsInputsShortcutReminderState" expires_after="2023-11-12">
  <owner>mlcui@google.com</owner>
  <owner>cros-borders@google.com</owner>
  <summary>
    Records when users dismiss the shortcut reminder banner in Chrome OS' Inputs
    OS settings page. The value saved indicates the keyboard shortcuts that were
    previously shown in the banner before the user dismissed the banner.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Keyboard.Modifiers.Hash" units="hash"
    expires_after="2024-03-24">
  <owner>dpad@google.com</owner>
  <owner>cros-peripherals@google.com</owner>
  <summary>
    Records the configured modifier remapping set for all modifiers as a hash.
    See //ash/system/input_device_settings/keyboard_modifier_metrics_recorder.cc
    for an explanation of the storage method and how to convert the hash to get
    modifier data.
  </summary>
</histogram>

<histogram
    name="ChromeOS.Settings.Keyboard.Modifiers.{Modifier}RemappedTo.Changed"
    enum="KeyboardModifierRemappingKeys" expires_after="2024-03-24">
  <owner>dpad@google.com</owner>
  <owner>cros-peripherals@google.com</owner>
  <summary>
    Records the configured modifier remapping for the {Modifier} key when a user
    changes the setting in the Settings SWA.
  </summary>
  <token key="Modifier">
    <variant name="Alt"/>
    <variant name="Assistant"/>
    <variant name="Backspace"/>
    <variant name="CapsLock"/>
    <variant name="Control"/>
    <variant name="Escape"/>
    <variant name="ExternalCommand"/>
    <variant name="ExternalMeta"/>
    <variant name="Search"/>
  </token>
</histogram>

<histogram
    name="ChromeOS.Settings.Keyboard.Modifiers.{Modifier}RemappedTo.Started"
    enum="KeyboardModifierRemappingKeys" expires_after="2024-03-24">
  <owner>dpad@google.com</owner>
  <owner>cros-peripherals@google.com</owner>
  <summary>
    Records the configured modifier remapping for the {Modifier} key when a user
    session is started. Only emitted once per user per session. Default values
    are not recorded.
  </summary>
  <token key="Modifier">
    <variant name="Alt"/>
    <variant name="Assistant"/>
    <variant name="Backspace"/>
    <variant name="CapsLock"/>
    <variant name="Control"/>
    <variant name="Escape"/>
    <variant name="ExternalCommand"/>
    <variant name="ExternalMeta"/>
    <variant name="Search"/>
  </token>
</histogram>

<histogram name="ChromeOS.Settings.Languages.Interaction"
    enum="SettingsLanguagesPageInteraction" expires_after="2024-02-25">
  <owner>myy@chromium.org</owner>
  <owner>essential-inputs-team@google.com</owner>
  <summary>
    Records when users interact with different element in the Chrome OS's
    Languages OS settings page.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Languages.OfferToTranslateCheckbox"
    enum="BooleanChecked" expires_after="2022-10-12">
  <owner>myy@chromium.org</owner>
  <owner>essential-inputs-team@google.com</owner>
  <summary>
    Records when users check/uncheck &quot;Offer to translate pages in this
    language&quot; checkbox in OS Settings
  </summary>
</histogram>

<histogram base="true" name="ChromeOS.Settings.Languages.Toggle"
    enum="BooleanToggled" expires_after="2024-02-25">
<!-- Name completed by histogram_suffixes name="SettingsLanguagesPageToggle" -->

  <owner>myy@chromium.org</owner>
  <owner>essential-inputs-team@google.com</owner>
  <summary>
    Records when users interact with a toggle in the Chrome OS's Languages OS
    settings page.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.LoadCompletedTime" units="ms"
    expires_after="2024-03-14">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The amount of time between the RenderFrameHost StartProvisionalLoad event
    and the RenderFrameHost DocumentOnLoadCompleted event for the Chrome OS
    settings page.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.LoadDocumentTime" units="ms"
    expires_after="2024-03-14">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The amount of time between the RenderFrameHost StartProvisionalLoad and
    DidFinishDocumentLoad events for the Chrome OS settings page.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.NotificationPage.PermissionOnOff"
    enum="BooleanToggled" expires_after="2023-08-08">
  <owner>hsuregan@chromium.org</owner>
  <owner>jimmyxgong@chromium.org</owner>
  <summary>
    Records when a user changes the notification permission of any app in the
    Notifications subpage of the Apps section.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.NumCharsOfQueries" units="characters"
    expires_after="2024-04-17">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The number of characters for queries used to fetch results from the Settings
    Search Mojo API.
  </summary>
</histogram>

<histogram base="true" name="ChromeOS.Settings.NumClicksUntilChange"
    units="clicks" expires_after="2024-02-11">
<!-- Name completed by histogram_suffixes name="OsSettingsChangeType" -->

  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>The number of clicks before changing a setting.</summary>
</histogram>

<histogram base="true" name="ChromeOS.Settings.NumNavigationsUntilChange"
    units="navigations" expires_after="2024-03-17">
<!-- Name completed by histogram_suffixes name="OsSettingsChangeType" -->

  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>The number of navigations before changing a setting.</summary>
</histogram>

<histogram base="true" name="ChromeOS.Settings.NumSearchesUntilChange"
    units="searches" expires_after="2024-02-11">
<!-- Name completed by histogram_suffixes name="OsSettingsChangeType" -->

  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>The number of searches before changing a setting.</summary>
</histogram>

<histogram name="ChromeOS.Settings.NumSearchResultsFetched" units="results"
    expires_after="2024-02-25">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The number of search results fetched each time a successful search request
    is made to the Settings Search Mojo API.
  </summary>
</histogram>

<histogram
    name="ChromeOS.Settings.NumUniqueSettingsChanged.DeviceLifetime2.{Time}"
    units="Unique Setting(s) Changed" expires_after="2024-05-16">
  <owner>moteva@google.com</owner>
  <owner>wesokuhara@google.com</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records the total number of unique settings changed by a user over a
    device's lifetime, regardless of whether they have changed a unique Setting
    or not. The recording takes place periodically.
  </summary>
  <token key="Time">
    <variant name="FirstWeek"
        summary="Setting changed within the first week since the user has
                 completed OOBE."/>
    <variant name="SubsequentWeeks"
        summary="Setting changed after the first week since the user has
                 completed OOBE"/>
    <variant name="Total"
        summary="Total Settings changed within the lifetime of the device per
                 each user."/>
  </token>
</histogram>

<histogram name="ChromeOS.Settings.NumUniqueSettingsChanged.PerSession"
    units="UniqueChanges" expires_after="2024-05-15">
  <owner>moteva@google.com</owner>
  <owner>wesokuhara@google.com</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records the number of unique settings changed by a user between opening and
    closing the settings app. Records on each window close.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.OsBannerInteraction"
    enum="CrosSettingsOsBannerInteraction" expires_after="2020-12-20">
  <obsolete>
    Removed as of 07/2022 (crbug/1231142).
  </obsolete>
  <owner>jamescook@chromium.org</owner>
  <owner>cros-system-services@google.com</owner>
  <summary>
    Records whether the &quot;try your Chrome OS settings&quot; banner was shown
    when the user opened a new Chrome browser settings tab and also records
    interactions with the banner.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.PathVisited"
    enum="WebUIOSSettingsPathHashes" expires_after="2024-02-25">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Paths visited within chrome://os-settings. For evaluating popularity and
    priorities for OS Settings UI.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.People.AddAccountCount" units="accounts"
    expires_after="2024-04-17">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records when users click the Add Account button on the People page. The
    number of the account that would be added is saved, e.g. a sample of 2 means
    the user entered the add account dialog for a 2nd account.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Privacy.PeripheralDataAccessProtection"
    enum="BooleanEnabled" expires_after="2024-06-09">
  <owner>jimmyxgong@chromium.org</owner>
  <owner>cros-peripherals@google.com</owner>
  <summary>
    Records when the users clicks on the Peripheral Data Access toggle. A true
    value refers to the user enables peripheral data access protection (toggle
    is turned on).

    Data may be missing from 2022-11-30 to 2023-06-09.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Privacy.VerifiedAccessEnabled"
    enum="BooleanEnabled" expires_after="2024-04-17">
  <owner>jpachara@google.com</owner>
  <owner>pwg-cros@google.com</owner>
  <summary>
    Records the Enable Verified Access setting enabled/disabled value. This
    metric is logged with every UMA upload in ProvideCurrentSessionData()
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Privacy.VerifiedAccessOnOff"
    enum="BooleanToggled" expires_after="2024-04-17">
  <owner>jpachara@google.com</owner>
  <owner>pwg-cros@google.com</owner>
  <summary>
    Records when a user toggles the Enable Verified Access setting under the
    Security and Privacy section.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.RevenEnableHwDataUsage"
    enum="BooleanToggled" expires_after="2024-09-06">
  <owner>tinghaolin@google.com</owner>
  <owner>chromeos-flex-eng@google.com</owner>
  <summary>
    Records the result of whether users agree to send hardware data through the
    settings screen on unmanaged ChromeOS Flex devices. This metric is logged
    when &quot;ChromeOS Flex hardware support and stability&quot; setting is
    enabled or disabled.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchLatency" units="ms"
    expires_after="2024-02-04">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The time fetching search results from the Settings Search Mojo API. Recorded
    when getSearchHandler().search() completes.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchRequests"
    enum="OsSettingSearchRequestTypes" expires_after="2024-02-25">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The number of search requests made to the Settings Search Mojo API. For
    search requests that succeeded with a response, the number of search
    requests that had results which were discarded, and the number of search
    requests that were shown to the user. Recorded when
    getSearchHandler().search() completes.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchRequestsPerSession"
    units="mojo search requests" expires_after="2024-04-17">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The number of search requests made to the Settings Search Mojo API in one
    session of the settings app.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchResultPersonalizationSelected"
    enum="PersonalizationSearchConceptId" expires_after="2023-08-27">
  <owner>cowmoo@google.com</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    External personalization search results clicked by user in the OS settings
    search box.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchResultSectionSelected"
    enum="OsSettingsSection" expires_after="2024-02-25">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Section search results clicked by user in the OS settings search box.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchResultSettingSelected"
    enum="OsSetting" expires_after="2024-04-17">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Setting search results clicked by user in the OS settings search box.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchResultSubpageSelected"
    enum="OsSettingsSubpage" expires_after="2024-02-25">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Subpage search results clicked by user in the OS settings search box.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SearchResultTypeSelected"
    enum="OsSettingsSearchResultType" expires_after="2024-02-25">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Type of search results clicked by user in the OS settings search box.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.SettingChanged" enum="OsSetting"
    expires_after="2024-06-20">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    Records the the setting id when the user changes a setting. Note that some
    of the values of the OsSetting enum aren't strictly settings (such as
    kKeyboardShortcuts, which is just a hyperlink). All of the recorded values
    appear in the settings page.
  </summary>
</histogram>

<histogram base="true" name="ChromeOS.Settings.TimeUntilChange" units="ms"
    expires_after="2024-02-11">
<!-- Name completed by histogram_suffixes name="OsSettingsChangeType" -->

  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The time spent on the settings page before changing a setting.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.TimeUntilInteractive" units="ms"
    expires_after="2024-03-06">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The time until the ChromeOS Settings WebUI is loaded, rendered, and
    interactive for users (as in they can change a setting). Automatically
    logged each time the app is opened (if not closed before interactive).
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.UserActionOnSearchResultsShown"
    enum="OsSettingSearchBoxUserAction" expires_after="2023-10-22">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The user action taken when search results exist and are displayed.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Wifi.AddNetwork"
    enum="NetworkDiscoveryState" expires_after="2024-09-22">
  <owner>jonmann@chromium.org</owner>
  <owner>khorimoto@chromium.org</owner>
  <owner>tnagel@chromium.org</owner>
  <owner>cros-customization@google.com</owner>
  <owner>cros-privacy-core@google.com</owner>
  <summary>
    Recorded when the user adds a WiFi network that has not been added before.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.Wifi.Hidden" enum="BooleanToggled"
    expires_after="2024-03-17">
  <owner>jonmann@chromium.org</owner>
  <owner>khorimoto@chromium.org</owner>
  <owner>tnagel@chromium.org</owner>
  <owner>cros-customization@google.com</owner>
  <owner>cros-privacy-core@google.com</owner>
  <summary>
    Recorded when the &quot;Hidden&quot; Wi-Fi network toggle is changed by the
    user.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.WindowOpenDuration" units="ms"
    expires_after="2024-03-17">
  <owner>wesokuhara@google.com</owner>
  <owner>xiaohuic@chromium.org</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The amount of time between when a Chrome OS settings window is opened and
    when it is closed.
  </summary>
</histogram>

<histogram name="ChromeOS.Settings.WindowTotalActiveDuration" units="ms"
    expires_after="2024-05-15">
  <owner>moteva@google.com</owner>
  <owner>wesokuhara@google.com</owner>
  <owner>cros-settings@google.com</owner>
  <summary>
    The total time the Settings window is active in a session. The timer starts
    once the user opens the page and stops once closed. If the user navigates to
    another window or if the device goes into lock mode, the timer will pause
    and it will resume once they navigate back to the Settings page. If user is
    on Settings page and the device goes into sleep mode with lock disabled, the
    timer continues and does not pause, which may lead to some outliers.
  </summary>
</histogram>

</histograms>

</histogram-configuration>
