| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 149887ae400db9395f389aa4f75b2da5f6fd662e..55d16390578333e76e1a5bdfe32ae3f4f2e87d8c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -56932,6 +56932,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Errors truncating database for Raze().</summary>
|
| </histogram>
|
|
|
| +<histogram name="Sqlite.RecoveryAttachError" enum="SqliteErrorCode">
|
| + <owner>shess@chromium.org</owner>
|
| + <summary>
|
| + SQLite error code from failed ATTACH in sql::Recovery::Init().
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Sqlite.RecoveryEvents" enum="SqliteRecoveryEventEnum">
|
| <owner>shess@chromium.org</owner>
|
| <summary>
|
|
|