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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1922473003: Scrub the vestigal breakpad crash dump attempts metrics code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Per Alexei, mark removed histograms as deprecated. Created 4 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 34e02a3ff0a02d44f7eb9fdce70700eb3fbfc5fb..80bc146bafd01cf8fcd0ac6b91faed748a76df3d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6551,6 +6551,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="CrashReport.BreakpadCrashDumpOutcome" enum="DumpOutcome">
+ <obsolete>
+ Deprecated as of 04/2016 as CrashPad does not implement this.
+ </obsolete>
<owner>siggi@chromium.org</owner>
<summary>
Reports the result of an attempt to report a crash dump via Breakpad.
@@ -6563,6 +6566,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="CrashReport.BreakpadDumpWithoutCrashOutcome"
enum="DumpOutcome">
+ <obsolete>
+ Deprecated as of 04/2016 as CrashPad does not implement this.
+ </obsolete>
<owner>siggi@chromium.org</owner>
<summary>
Reports the result of an attempt to report a dump via Breakpad without

Powered by Google App Engine
This is Rietveld 408576698