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

Unified Diff: chrome/browser/history/text_database.cc

Issue 14976003: Histogram versions and extended error codes for SQLite databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Um, yes, EENGINEERFAILURE Created 7 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/text_database.cc
diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc
index fd62904c2469332c7d9b17c94c22df53107e54cf..65f0ad32f811d698d72917ae0e62aec04b9d2c8d 100644
--- a/chrome/browser/history/text_database.cc
+++ b/chrome/browser/history/text_database.cc
@@ -132,7 +132,7 @@ bool TextDatabase::Init() {
return false;
}
- db_.set_error_histogram_name("Sqlite.Text.Error");
+ db_.set_histogram_prefix("Sqlite.Text");
// Set the database page size to something a little larger to give us
// better performance (we're typically seek rather than bandwidth limited).

Powered by Google App Engine
This is Rietveld 408576698