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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2888563005: Added support for 'spare' file that can be used at startup. (Closed)
Patch Set: rebased Created 3 years, 7 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index bb6e895d2b846e96c3fbd250cc0d2a88e1df15c9..9a77f0bf8876ff1c2325dd7008d612da442080a7 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -27799,6 +27799,7 @@ from previous Chrome versions.
<int value="2" label="Mapped-File Success"/>
<int value="3" label="Mapped-File Failure"/>
<int value="5" label="Mapped-File Already Exists"/>
+ <int value="6" label="No Spare File"/>
</enum>
<enum name="PhotoEditorFileType" type="int">

Powered by Google App Engine
This is Rietveld 408576698