diff options
author | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-14 08:16:04 +0000 |
---|---|---|
committer | bashi@chromium.org <bashi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-14 08:16:04 +0000 |
commit | 32eab7f65728b33e470db4ac7c7d0d024fe520cd (patch) | |
tree | 026b4d31b267571e3779006f25ecae4ee0f42187 /tools | |
parent | f68204f7a6e61f278250fb62f3e1138d6b6167c3 (diff) | |
download | chromium_src-32eab7f65728b33e470db4ac7c7d0d024fe520cd.zip chromium_src-32eab7f65728b33e470db4ac7c7d0d024fe520cd.tar.gz chromium_src-32eab7f65728b33e470db4ac7c7d0d024fe520cd.tar.bz2 |
Add WebFont.CORSSuccess histogram
Blink-side change: https://codereview.chromium.org/230383003/
I noticed there is "BooleanSuccess" enum in histograms.xml, but the
values are opposite. I'll update the enum of the blink side before
landing this CL.
BUG=286681
Review URL: https://codereview.chromium.org/234643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263601 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 20b5f89..c68d721 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -29544,6 +29544,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="WebFont.CORSSuccess" enum="BooleanSuccess"> + <owner>bashi@chromium.org</owner> + <summary>The success or failure of web fonts CORS-enabled fetching.</summary> +</histogram> + <histogram name="WebFont.DownloadTime.0.Under10KB" units="milliseconds"> <owner>ksakamoto@chromium.org</owner> <summary> |