Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index f335cdf74bb2f4146a848774cf2056530c3ad0fd..c08a7ec0f201d167a94e18847ae91df5124b9b51 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -1174,6 +1174,13 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Bookmarks.LaunchDepth"> |
| + <summary> |
| + Logs the depth of the bookmark in the bookmark tree hiearchy every time a |
| + bookmark is launched. |
|
sky
2013/11/01 20:26:38
You should indicate what the depth corresponds to.
Yaron
2013/11/01 22:11:43
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Canvas.ContextType" enum="CanvasContextType"> |
| <summary> |
| Records the context type names used to create canvas rendering contexts. |