Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 84057b4a7cad9dce4311555c9e5d05344e4c8c6f..8a5c1324308dd47579a87fc164ecc700cf9c71dd 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -10829,6 +10829,10 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="OSX.CatSixtyFour" enum="CatSixtyFour"> |
+ <summary>The cat's flavor and how many bits there are in it.</summary> |
+</histogram> |
+ |
<histogram name="OutdatedUpgradeBubble.NumLaterPerReinstall"> |
<summary> |
Counts the number of times the user clicked on the later button of the |
@@ -19776,6 +19780,27 @@ other types of suffix sets. |
<int value="3" label="webgl"/> |
</enum> |
+<enum name="CatSixtyFour" type="int"> |
+ <int value="0" label="Saber-Toothed Cat (<10.6), 32-bit (?)"/> |
+ <int value="1" label="Saber-Toothed Cat (<10.6), 64-bit (?)"/> |
+ <int value="2" label="Snow Leopard (10.6), 32-bit"/> |
+ <int value="3" label="Snow Leopard (10.6), 64-bit"/> |
+ <int value="4" label="Lion (10.7), 32-bit (?)"/> |
+ <int value="5" label="Lion (10.7), 64-bit"/> |
+ <int value="6" label="Mountain Lion (10.8), 32-bit (?)"/> |
+ <int value="7" label="Mountain Lion (10.8), 64-bit"/> |
+ <int value="8" label="Mavericks (10.9), 32-bit (?)"/> |
+ <int value="9" label="Mavericks (10.9), 64-bit"/> |
+ <int value="10" label="Saber-Toothed Cat (<10.6), 8-bit (?)"/> |
+ <int value="11" label="Snow Leopard (10.6), 8-bit (?)"/> |
+ <int value="12" label="Lion (10.7), 8-bit (?)"/> |
+ <int value="13" label="Mountain Lion (10.8), 8-bit (?)"/> |
+ <int value="14" label="Mavericks (10.9), 8-bit (?)"/> |
+ <int value="15" label="FutureCat (>10.9), 32-bit (?)"/> |
+ <int value="16" label="FutureCat (>10.9), 64-bit"/> |
+ <int value="17" label="FutureCat (>10.9), 8-bit (?)"/> |
+</enum> |
+ |
<enum name="ChannelLayout" type="int"> |
<int value="0" label="CHANNEL_LAYOUT_NONE"/> |
<int value="1" label="CHANNEL_LAYOUT_UNSUPPORTED"/> |