diff options
Diffstat (limited to 'chrome/browser/diagnostics/diagnostics_model.cc')
| -rw-r--r-- | chrome/browser/diagnostics/diagnostics_model.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_model.cc b/chrome/browser/diagnostics/diagnostics_model.cc index b7a1bc3..0fb53fc 100644 --- a/chrome/browser/diagnostics/diagnostics_model.cc +++ b/chrome/browser/diagnostics/diagnostics_model.cc @@ -14,7 +14,6 @@ #include "base/path_service.h" #include "chrome/browser/diagnostics/diagnostics_test.h" #include "chrome/browser/diagnostics/recon_diagnostics.h" -#include "chrome/browser/diagnostics/sqlite_diagnostics.h" #include "chrome/common/chrome_paths.h" namespace { @@ -87,11 +86,6 @@ class DiagnosticsModelWin : public DiagnosticsModelImpl { tests_.push_back(MakeDictonaryDirTest()); tests_.push_back(MakeInspectorDirTest()); tests_.push_back(MakeDiskSpaceTest()); - tests_.push_back(MakeSqliteWebDbTest()); - tests_.push_back(MakeSqliteCookiesDbTest()); - tests_.push_back(MakeSqliteHistoryDbTest()); - tests_.push_back(MakeSqliteArchivedHistoryDbTest()); - tests_.push_back(MakeSqliteThumbnailsDbTest()); } private: @@ -108,11 +102,6 @@ class DiagnosticsModelMac : public DiagnosticsModelImpl { tests_.push_back(MakeDictonaryDirTest()); tests_.push_back(MakeInspectorDirTest()); tests_.push_back(MakeDiskSpaceTest()); - tests_.push_back(MakeSqliteWebDbTest()); - tests_.push_back(MakeSqliteCookiesDbTest()); - tests_.push_back(MakeSqliteHistoryDbTest()); - tests_.push_back(MakeSqliteArchivedHistoryDbTest()); - tests_.push_back(MakeSqliteThumbnailsDbTest()); } private: @@ -129,11 +118,6 @@ class DiagnosticsModelPosix : public DiagnosticsModelImpl { tests_.push_back(MakeDictonaryDirTest()); tests_.push_back(MakeInspectorDirTest()); tests_.push_back(MakeDiskSpaceTest()); - tests_.push_back(MakeSqliteWebDbTest()); - tests_.push_back(MakeSqliteCookiesDbTest()); - tests_.push_back(MakeSqliteHistoryDbTest()); - tests_.push_back(MakeSqliteArchivedHistoryDbTest()); - tests_.push_back(MakeSqliteThumbnailsDbTest()); } private: |
