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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1311403011: Removed archived history file deletion on browser start (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added obsolete tag to archived history histograms Created 5 years, 3 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 | « components/test/data/history/archived_history.4.sql ('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 e21192ab20c59297ff9aee26fb99621f3dee71b3..ab3844f34275001d846feae5ed877be811971601 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6104,10 +6104,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Diagnostics.Recovery.SQLiteIntegrityArchivedHistory"
enum="DiagnosticsResult">
+ <obsolete>
+ Removed as of Jun 2014: we no longer have an archived database.
+ </obsolete>
<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
+ 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>
@@ -6323,6 +6326,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Diagnostics.Test.SQLiteIntegrityArchivedHistory"
enum="DiagnosticsResult">
+ <obsolete>
+ Removed as of Jun 2014: we no longer have an archived database.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Shows the success and failure rates of the SQLiteIntegrityArchivedHistory
@@ -55648,7 +55654,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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 | « components/test/data/history/archived_history.4.sql ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698