| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index cb839ddfa1dfc80f5a6c9bd40435aa8cf83df69b..4aa7959f668b73f5a38673f591bd720b606d22f6 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -312,6 +312,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Android.StrictMode.DocumentTabStateLoad" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from document mode
|
| + loading its prioritized tab's state.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.DownloadsDir" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from fetching and
|
| + possibly creating the downloads directory.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.NotificationUIBuildTime" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from custom
|
| + notification builder through date formatting.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Android.StrictMode.OverrideUrlLoadingTime" units="ms">
|
| <owner>yfriedman@chromium.org</owner>
|
| <owner>wnwen@chromium.org</owner>
|
| @@ -330,6 +357,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Android.StrictMode.ThumbnailCacheDir" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from fetching for
|
| + the thumbnail cache directory.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.WebappDir" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from fetching for
|
| + creating the webapp directory.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.WebappSaveState" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from reading and
|
| + saving webapp state.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="AndroidTabCloseUndo.Toast"
|
| enum="AndroidTabCloseUndoToastEvent">
|
| <owner>dtrainor@chromium.org</owner>
|
|
|