Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 1edd3f252c3f23f84d82af976f557a4ee7fb6358..dcea06aea2047a8fc64f84ca8006d261adeb7522 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -40459,6 +40459,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>Count of browser launches from a Windows tablet pc.</summary> |
| </histogram> |
| +<histogram name="WinJumplist.Action" enum="WinJumplistCategory"> |
| + <owner>noms@chromium.org</owner> |
| + <summary>The type of category clicked in the Windows Jumplist</summary> |
| +</histogram> |
| + |
| <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <summary> |
| @@ -56107,6 +56112,12 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="3" label="Packaged App"/> |
| </enum> |
| +<enum name="WinJumplistCategory" type="int"> |
| + <int value="0" label="Recently Closed URL"/> |
|
jwd
2014/11/12 21:55:41
Is it a url or does it open the tab?
noms (inactive)
2014/11/13 16:59:55
It's a url that opens a tab.
|
| + <int value="1" label="Most Visited URL"/> |
|
jwd
2014/11/12 21:55:42
Maybe most visited site?
noms (inactive)
2014/11/13 16:59:55
Done. Renamed them to actually match the category
|
| + <int value="2" label="Switch to Profile"/> |
| +</enum> |
| + |
| <enum name="XMLHttpRequestSendArrayBufferOrView" type="int"> |
| <int value="0" label="XMLHttpRequestSendArrayBuffer"/> |
| <int value="1" label="XMLHttpRequestSendArrayBufferView"/> |