diff options
author | dschuyler <dschuyler@chromium.org> | 2016-01-15 18:39:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-16 02:40:39 +0000 |
commit | c08bc2a2dc04428f5663da7661b5ec6de37784ab (patch) | |
tree | 9b9a3dddd3eb99be3bda5395792fb9f08a6dc5fe /chrome/browser/resources/options/browser_options.html | |
parent | 439bd346faed4272c1679830e3a2e0a1fba1b910 (diff) | |
download | chromium_src-c08bc2a2dc04428f5663da7661b5ec6de37784ab.zip chromium_src-c08bc2a2dc04428f5663da7661b5ec6de37784ab.tar.gz chromium_src-c08bc2a2dc04428f5663da7661b5ec6de37784ab.tar.bz2 |
[MD settings] histogram UMA for which sections are found via search
This CL adds a UMA histogram to see which settings sections are
matched from searching within chrome://settings.
BUG=526343
Review URL: https://codereview.chromium.org/1594603006
Cr-Commit-Position: refs/heads/master@{#369930}
Diffstat (limited to 'chrome/browser/resources/options/browser_options.html')
-rw-r--r-- | chrome/browser/resources/options/browser_options.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html index 51a79e6..69f0434 100644 --- a/chrome/browser/resources/options/browser_options.html +++ b/chrome/browser/resources/options/browser_options.html @@ -7,7 +7,7 @@ <link rel="import" href="chrome://resources/cr_elements/network/cr_network_icon.html"> <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.html"> <include src="secondary_user_banner.html"> - <section> + <section id="network-section-cros"> <div id="network-section-header" class="section-header"> <h3 i18n-content="sectionTitleInternet"></h3> <span class="controlled-setting-indicator" plural></span> @@ -102,7 +102,7 @@ </if> </section> <if expr="chromeos"> - <section> + <section id="device-section"> <h3 i18n-content="sectionTitleDevice"></h3> <div> <span i18n-content="deviceGroupDescription"></span> @@ -137,7 +137,7 @@ </div> </section> </if> - <section> + <section id="search-section"> <h3 i18n-content="sectionTitleSearch"></h3> <div id="search-section-content"> <span id="default-search-engine-label" @@ -283,7 +283,7 @@ <div id="advanced-settings" hidden> <div id="advanced-settings-container"> <if expr="chromeos"> - <section> + <section id="date-time-section"> <h3 i18n-content="datetimeTitle"></h3> <div class="option-control-table"> <div guest-visibility="disabled"> @@ -727,7 +727,7 @@ </div> </div> </section> - <section> + <section id="certificates-section"> <h3 i18n-content="advancedSectionTitleCertificates"></h3> <div> <if expr="use_nss_certs or is_win or is_macosx"> @@ -772,7 +772,7 @@ <include src="startup_section.html"> </if> -<section> +<section id="a11y-section"> <h3 i18n-content="accessibilityTitle"></h3> <div> |