Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 793584f2063d4ee4389a655d5845a8219fae44b6..d23ed35f61ae21294b410e60ddfd5a39908392be 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -6064,6 +6064,52 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>The write size for calls to BaseFile::AppendDataTofile().</summary> |
| </histogram> |
| +<histogram name="DragDrop.Mouse.Cancel"> |
| + <owner>rbyers@chromium.org</owner> |
|
mfomitchev
2015/01/08 23:30:59
You can put me as the owner for these
caelyn
2015/01/12 22:43:10
Done.
|
| + <summary> |
| + Counts the number of times the user cancelled a drag and drop mouse |
| + operation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="DragDrop.Mouse.Drop"> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary> |
| + Counts the number of times the user completed a drag and drop mouse |
| + operation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="DragDrop.Mouse.Start"> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary> |
| + Counts the number of times the user started a drag and drop mouse operation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="DragDrop.Touch.Cancel"> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary> |
| + Counts the number of times the user cancelled a drag and drop touch |
| + operation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="DragDrop.Touch.Drop"> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary> |
| + Counts the number of times the user completed a drag and drop touch |
| + operation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="DragDrop.Touch.Start"> |
| + <owner>rbyers@chromium.org</owner> |
| + <summary> |
| + Counts the number of times the user started a drag and drop touch operation. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Drive.CacheDBOpenStatus" enum="DriveCacheDBOpenStatus"> |
| <obsolete> |
| Deprecated 8/2013. |