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

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

Issue 689673002: Mark as unused the "Closing" UMA entry in ImportantFile.TempFileFailures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « base/files/important_file_writer.cc ('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 5c3961ed2f4f49cbb5cd8e94b6a208163dbce3dc..f947c65a7c4fd4cef2ad6545fd6f932cb9b78460 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53681,7 +53681,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<enum name="TempFileFailure" type="int">
<int value="0" label="Creating"/>
<int value="1" label="Opening"/>
- <int value="2" label="Closing"/>
+ <int value="2" label="Closing (unused)"/>
<int value="3" label="Writing"/>
<int value="4" label="Renaming"/>
<int value="5" label="Flushing"/>
« no previous file with comments | « base/files/important_file_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698