Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2096363003: [ImportantSites] Adding usage metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switched percent to be out of 20 Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c93a3e4fde61ad846cfec8685dcc8094dd64d4bc..39945b5f289ab65bc71fc4d06f3f5d00f4eaddcc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -369,6 +369,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.ManageSpace.ActionTaken"
+ enum="AndroidManageSpaceButton">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when the user presses a button in the 'Manage Space' screen for
+ Chrome. Note: the 'Clear App Data' option is likely incorrect, as the result
+ of that button disables UMA recording (as we factory reset the app).
+ </summary>
+</histogram>
+
<histogram name="Android.ModerateBindingCount" units="bindings">
<owner>jaekyun@chromium.org</owner>
<summary>
@@ -17559,6 +17569,46 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="History.ClearBrowsingData.ImportantDeselectedNum">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when the user presses the 'clear' button when presented with the
+ list of important sites they might want to exclude from clearing browsing
+ data. We record the number of sites the user deselected, or protected, from
+ clearing. The default has all sites selected.
+ </summary>
+</histogram>
+
+<histogram name="History.ClearBrowsingData.ImportantDeselectedPercent"
+ units="%/5">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when the user presses the 'clear' button when presented with the
+ list of important sites they might want to exclude from clearing browsing
+ data. We record the percent of sites the user deselected, or protected, from
+ clearing. The default has all sites selected, which is 0%. Note: To reduce
+ the number of empty buckets, the percent is divided by 5.
+ </summary>
+</histogram>
+
+<histogram name="History.ClearBrowsingData.ImportantDialogShown"
+ enum="BooleanShown">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when the user presses the 'clear' button in the clear browsing
+ dialog. We record 'true' if the important sites dialog is shown.
+ </summary>
+</histogram>
+
+<histogram name="History.ClearBrowsingData.NumImportant">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when we successfuly fetched important sites in the clear browsing
+ data screen. This is the number of sites that we think are important to the
+ user.
+ </summary>
+</histogram>
+
<histogram
name="History.ClearBrowsingData.PasswordsDeletion.AdditionalDatatypesCount">
<owner>msramek@chromium.org</owner>
@@ -64897,6 +64947,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="262154" label="4.10"/>
</enum>
+<enum name="AndroidManageSpaceButton" type="int">
+ <int value="0" label="Clear Unimportant Storage"/>
+ <int value="1" label="Manage Site Storage"/>
+ <int value="2" label="Clear App Data"/>
+</enum>
+
<enum name="AndroidMemoryNotificationBackground" type="int">
<int value="0" label="TrimMemoryUiHidden"/>
<int value="1" label="TrimMemoryBackground"/>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698