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

Unified Diff: chrome/browser/diagnostics/sqlite_diagnostics.cc

Issue 334633006: Remove recovery diagnostics for the archived history database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restored histograms. 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/diagnostics/sqlite_diagnostics.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/diagnostics/sqlite_diagnostics.cc
diff --git a/chrome/browser/diagnostics/sqlite_diagnostics.cc b/chrome/browser/diagnostics/sqlite_diagnostics.cc
index 6a92c9d0abaaa530289f6882fc0b676a83974a80..2982d2b0dc8bc3c5ae56ee6d6c16c905d84dd552 100644
--- a/chrome/browser/diagnostics/sqlite_diagnostics.cc
+++ b/chrome/browser/diagnostics/sqlite_diagnostics.cc
@@ -200,13 +200,6 @@ class SqliteIntegrityTest : public DiagnosticsTest {
} // namespace
-DiagnosticsTest* MakeSqliteArchivedHistoryDbTest() {
- return new SqliteIntegrityTest(
- SqliteIntegrityTest::NO_FLAGS_SET,
- DIAGNOSTICS_SQLITE_INTEGRITY_ARCHIVED_HISTORY_TEST,
- base::FilePath(chrome::kArchivedHistoryFilename));
-}
-
DiagnosticsTest* MakeSqliteCookiesDbTest() {
return new SqliteIntegrityTest(SqliteIntegrityTest::CRITICAL,
DIAGNOSTICS_SQLITE_INTEGRITY_COOKIE_TEST,
« no previous file with comments | « chrome/browser/diagnostics/sqlite_diagnostics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698