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

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

Issue 327823002: Remove MakeSqliteAppCacheDbTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bad upload 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 840d525d7bc3161cef4b646969fb18a176161477..6a92c9d0abaaa530289f6882fc0b676a83974a80 100644
--- a/chrome/browser/diagnostics/sqlite_diagnostics.cc
+++ b/chrome/browser/diagnostics/sqlite_diagnostics.cc
@@ -24,7 +24,6 @@
#include "sql/statement.h"
#include "third_party/sqlite/sqlite3.h"
#include "webkit/browser/database/database_tracker.h"
-#include "webkit/common/appcache/appcache_interfaces.h"
namespace diagnostics {
@@ -201,15 +200,6 @@ class SqliteIntegrityTest : public DiagnosticsTest {
} // namespace
-DiagnosticsTest* MakeSqliteAppCacheDbTest() {
- base::FilePath appcache_dir(content::kAppCacheDirname);
- base::FilePath appcache_db =
- appcache_dir.Append(appcache::kAppCacheDatabaseName);
- return new SqliteIntegrityTest(SqliteIntegrityTest::NO_FLAGS_SET,
- DIAGNOSTICS_SQLITE_INTEGRITY_APP_CACHE_TEST,
- appcache_db);
-}
-
DiagnosticsTest* MakeSqliteArchivedHistoryDbTest() {
return new SqliteIntegrityTest(
SqliteIntegrityTest::NO_FLAGS_SET,
« 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