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

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

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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/diagnostics/sqlite_diagnostics.cc
diff --git a/chrome/browser/diagnostics/sqlite_diagnostics.cc b/chrome/browser/diagnostics/sqlite_diagnostics.cc
index 840d525d7bc3161cef4b646969fb18a176161477..fc90b32fc1d24afffaea773e89b9ddc3efbc2dd7 100644
--- a/chrome/browser/diagnostics/sqlite_diagnostics.cc
+++ b/chrome/browser/diagnostics/sqlite_diagnostics.cc
@@ -210,13 +210,6 @@ DiagnosticsTest* MakeSqliteAppCacheDbTest() {
appcache_db);
}
-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,

Powered by Google App Engine
This is Rietveld 408576698