Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 325423005: Update OS version functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d'oh Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « sandbox/mac/os_compatibility.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4a8a881c9070559e424cddffca7db974cb476c50..fd49a66945fa4867019a2c5d39c0be5e805d3e23 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33415,9 +33415,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<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 (&gt;10.9), 32-bit (?)"/>
- <int value="16" label="FutureCat (&gt;10.9), 64-bit"/>
- <int value="17" label="FutureCat (&gt;10.9), 8-bit (?)"/>
+ <int value="15" label="Yosemite (10.10), 32-bit (?)"/>
+ <int value="16" label="Yosemite (10.10), 64-bit"/>
+ <int value="17" label="Yosemite (10.10), 8-bit (?)"/>
+ <int value="18" label="FutureCat (&gt;10.10), 32-bit (?)"/>
+ <int value="19" label="FutureCat (&gt;10.10), 64-bit"/>
+ <int value="20" label="FutureCat (&gt;10.10), 8-bit (?)"/>
</enum>
<enum name="ChannelLayout" type="int">
« no previous file with comments | « sandbox/mac/os_compatibility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698