| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 91f3bb2bf8b9f2180b6d094f77d2632df6020915..e177cf03c39bd1a4244095f06c69e0753573f48d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -68392,6 +68392,36 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Search.ContextualSearchTapDurationNotSeen" units="ms">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The duration of a tap that triggered a Contextual Search when the user does
|
| + not open the panel. Implemented for Android. Logged when the panel closes
|
| + after being triggered by a tap.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Search.ContextualSearchTapDurationSeen" units="ms">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The duration of a tap that triggered a Contextual Search when the user does
|
| + open the panel. Implemented for Android. Logged when the panel closes after
|
| + being triggered by a tap and subsequently opened.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Search.ContextualSearchTapLongDurationSeen"
|
| + enum="ContextualSearchResultsSeen">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + Whether results were seen for a Tap that was of long duration. Recorded when
|
| + the UX is hidden. Implemented for Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Search.ContextualSearchTapLongWordSeen"
|
| enum="ContextualSearchResultsSeen">
|
| <owner>donnd@chromium.org</owner>
|
| @@ -68402,6 +68432,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Search.ContextualSearchTapShortDurationSeen"
|
| + enum="ContextualSearchResultsSeen">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + Whether results were seen for a Tap that was of short duration. Recorded
|
| + when the UX is hidden. Implemented for Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Search.ContextualSearchTapShortWordSeen"
|
| enum="ContextualSearchResultsSeen">
|
| <owner>donnd@chromium.org</owner>
|
| @@ -73382,8 +73422,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| enum="SoftwareReporterCleanerDownloadStatus">
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| - An indication if an attempt to download the Chrome Cleanup Tool succeeded
|
| - or the reason why it failed.
|
| + An indication if an attempt to download the Chrome Cleanup Tool succeeded or
|
| + the reason why it failed.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73407,11 +73447,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="SoftwareReporter.Cleaner.RebootResponse" enum="Boolean">
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| - Indicates that the user accepted to initiate a reboot to complete a run
|
| - of the Chrome Cleanup Tool. This is logged the user starts a reboot from
|
| - the cleanup card in the Settings page. We can't track when the reboot is
|
| - not initiated, because it can happen at any moment in the future (there is
|
| - no prompt blocking the user).
|
| + Indicates that the user accepted to initiate a reboot to complete a run of
|
| + the Chrome Cleanup Tool. This is logged the user starts a reboot from the
|
| + cleanup card in the Settings page. We can't track when the reboot is not
|
| + initiated, because it can happen at any moment in the future (there is no
|
| + prompt blocking the user).
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73429,8 +73469,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| Whether the user accepted to upload logs from Chrome Cleanup Tool. This is
|
| - logged when the user accepts the Chrome prompt to start a cleanup either from
|
| - the prompt dialog or from the cleanup card in the Settings page.
|
| + logged when the user accepts the Chrome prompt to start a cleanup either
|
| + from the prompt dialog or from the cleanup card in the Settings page.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73445,8 +73485,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| enum="SoftwareReporterCleanupStarted">
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| - Indicates where the user started a cleanup from (e.g. from the prompt
|
| - dialog or the settings page).
|
| + Indicates where the user started a cleanup from (e.g. from the prompt dialog
|
| + or the settings page).
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73475,9 +73515,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| from Chrome. Success is logged when it's disconnected and no longer needed
|
| (the user already responded to the prompt in Chrome or the cleaner process
|
| terminated normally); failures are logged when the IPC is disconnected, but
|
| - communication between Chrome and the cleaner process is still required
|
| - (e.g. while Chrome is waiting for scanning results or when the cleaner is
|
| - waiting for the user's response from Chrome).
|
| + communication between Chrome and the cleaner process is still required (e.g.
|
| + while Chrome is waiting for scanning results or when the cleaner is waiting
|
| + for the user's response from Chrome).
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73545,8 +73585,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| enum="SoftwareReporterNoPromptReason">
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| - The reason why the user has not been prompted to run the Chrome Cleanup
|
| - Tool (e.g. no unwanted software found, user recently prompted).
|
| + The reason why the user has not been prompted to run the Chrome Cleanup Tool
|
| + (e.g. no unwanted software found, user recently prompted).
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73569,8 +73609,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| enum="SoftwareReporterPromptDialogResponse">
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| - The user response on the modal Chrome Cleanup Tool prompt dialog
|
| - (e.g. accepted, cancelled).
|
| + The user response on the modal Chrome Cleanup Tool prompt dialog (e.g.
|
| + accepted, cancelled).
|
| </summary>
|
| </histogram>
|
|
|
| @@ -73622,8 +73662,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="SoftwareReporter.TaggedProfileForResetting" enum="Boolean">
|
| <owner>ftirelo@chromium.org</owner>
|
| <summary>
|
| - Registers when a profile is tagged for settings reset before a run of
|
| - the Chrome Cleanup Tool.
|
| + Registers when a profile is tagged for settings reset before a run of the
|
| + Chrome Cleanup Tool.
|
| </summary>
|
| </histogram>
|
|
|
|
|