Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 899634f2011dd43ab1dbf32a5754ef348805936d..d7dcad9a62f01a7d35b648f57f5bd712cf988fdc 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -28643,6 +28643,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="ServiceWorker.ScriptSize"> |
|
Ilya Sherman
2014/09/03 00:30:00
Please add a units attribute.
Kunihiko Sakamoto
2014/09/03 00:35:55
Done.
|
| + <owner>ksakamoto@chromium.org</owner> |
| + <summary> |
| + The length of Service Worker scripts. Logged on each load of Service Worker |
| + script. It doesn't include the size of imported scripts. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="SessionCrashed.Bubble" enum="SessionCrashedBubbleUserAction"> |
| <owner>yiyaoliu@chromium.org</owner> |
| <summary>How did the user interact with the SessionCrashed Bubble?</summary> |