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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 197333009: Handling LevelDB errors encountered after open. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted two unecessary changes Created 6 years, 8 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 | « content/test/data/indexeddb/corrupted_open_db_recovery.html ('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 3dd8b49bb49a30428fcaa42d04b559c72f4e1593..d3fae54f0c4be51f79e5e84defdd37eee5a2f217 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34134,6 +34134,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">
« no previous file with comments | « content/test/data/indexeddb/corrupted_open_db_recovery.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698