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

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

Issue 197333009: Handling LevelDB errors encountered after open. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed buffer overflow (woops) in original test Created 6 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 90a30e2b366f61d07405ed2cf92242df2bfe947d..bc165452a2cb8e3a6a96c4a5cccb3ddcee0715c6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34110,6 +34110,9 @@ other types of suffix sets.
An open attempt failed with an I/O error that doesn't necessitate a recovery
attempt.
</int>
+ <int value="14" label="OpenAttemptPriorCorruption">
+ The corrupted open database was deleted.
+ </int>
</enum>
<enum name="ImporterType" type="int">

Powered by Google App Engine
This is Rietveld 408576698