Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index c93a3e4fde61ad846cfec8685dcc8094dd64d4bc..af84b3e823e60c6610f830ef3afcde041664b54b 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -17559,6 +17559,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </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' when the important sites dialog is shown. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="History.ClearBrowsingData.NumImportant"> |
| + <owner>dmurph@chromium.org</owner> |
| + <summary> |
| + Recorded when we fetch important sites in the clear browsing data screen. |
| + This is the number sites that we think are important to the user. |
|
Theresa
2016/06/29 01:24:46
nit: number of sites
dmurph
2016/06/29 19:17:39
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="History.ClearBrowsingData.NumImportantDeselected"> |
| + <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. |
| + </summary> |
| +</histogram> |
| + |
| <histogram |
| name="History.ClearBrowsingData.PasswordsDeletion.AdditionalDatatypesCount"> |
| <owner>msramek@chromium.org</owner> |
| @@ -55095,6 +55122,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Storage.AndroidManage.ActionTaken" |
|
Theresa
2016/06/29 01:24:46
nit: Android.ManageSpace.ActionTaken?
dmurph
2016/06/29 19:17:39
Done.
|
| + 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="Storage.Blob.Broken" enum="BooleanBroken"> |
| <owner>dmurph@chromium.org</owner> |
| <summary> |
| @@ -64897,6 +64934,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"/> |