summaryrefslogtreecommitdiffstats
path: root/tools/metrics/histograms
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 15:10:16 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 15:10:16 +0000
commit73685e8b866220eb2164a6645f6cbaf8c1dcded4 (patch)
tree108da72e596a8ff49046e29d5096c0a2f3909321 /tools/metrics/histograms
parent3ee42ac28506fb76164e0724c0e7778336343689 (diff)
downloadchromium_src-73685e8b866220eb2164a6645f6cbaf8c1dcded4.zip
chromium_src-73685e8b866220eb2164a6645f6cbaf8c1dcded4.tar.gz
chromium_src-73685e8b866220eb2164a6645f6cbaf8c1dcded4.tar.bz2
Update histograms.xml to reflect recent IndexedDB changes.
NOTRY=true Review URL: https://codereview.chromium.org/55153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232394 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics/histograms')
-rw-r--r--tools/metrics/histograms/histograms.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3de03d9..495308e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23499,6 +23499,14 @@ other types of suffix sets.
<int value="11" label="OpenAttemptDiskFull">
An open failed on a machine with a full disk. No cleanup was attempted.
</int>
+ <int value="12" label="OpenAttemptPathTooLong">
+ Open failed because either a path component or the overall path was too
+ long.
+ </int>
+ <int value="13" label="OpenAttemptNoRecovery">
+ An open attempt failed with an I/O error that doesn't necessitate a recovery
+ attempt.
+ </int>
</enum>
<enum name="ImporterType" type="int">
@@ -29112,6 +29120,7 @@ other types of suffix sets.
<fieldtrial name="LevelDBEnvPlatformFileErrors" separator="">
<group name="CreateDir" label="ChromiumEnv::CreateDir"/>
+ <group name="GetChildren" label="ChromiumEnv::GetChildren"/>
<group name="LockFile" label="ChromiumEnv::LockFile"/>
<group name="NewRandomAccessFile" label="ChromiumEnv::NewRandomAccessFile"/>
<group name="RenameFile" label="ChromiumEnv::RenameFile"/>