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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 316063003: Remove recovery diagnostics for the archived history database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « chrome/browser/diagnostics/sqlite_diagnostics.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 8f7b359fc5b5ac29e47cf758b38e7a20d9839daa..9149bc60de1b0274a5816c9e07d1770fedfa093b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3053,10 +3053,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
enum="DiagnosticsResult">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
- Shows the success and failure rates of the SQLiteIntegrityArchivedHistory
- recovery step that runs on recovery startups. The recovery step attempts to
- guarantee the SQLiteIntegrityArchivedHistory test, which checks the
- integrity of the Archived History database, would pass on the next startup.
+ OBSOLETE. Shows the success and failure rates of the
Alexei Svitkine (slow) 2014/06/11 17:18:46 You can use the <obsolete> tag on the histogram fo
engedy 2014/06/11 17:39:29 I was not aware we had this. Perfect! Done, thanks
+ SQLiteIntegrityArchivedHistory recovery step that runs on recovery startups.
+ The recovery step attempts to guarantee the SQLiteIntegrityArchivedHistory
+ test, which checks the integrity of the Archived History database, would
+ pass on the next startup.
</summary>
</histogram>
@@ -33747,7 +33748,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="10" label="Path User Data Test"/>
<int value="11" label="Version Test"/>
<int value="12" label="SQLite Integrity App Cache Test"/>
- <int value="13" label="SQLite Integrity Archived History Test"/>
+ <int value="13" label="SQLite Integrity Archived History Test (obsolete)"/>
<int value="14" label="SQLite Integrity Cookie Test"/>
<int value="15" label="SQLite Integrity Database Tracker Test"/>
<int value="16" label="SQLite Integrity History Test"/>
« no previous file with comments | « chrome/browser/diagnostics/sqlite_diagnostics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698