diff options
Diffstat (limited to 'chrome/browser/diagnostics/diagnostics_model.cc')
| -rw-r--r-- | chrome/browser/diagnostics/diagnostics_model.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_model.cc b/chrome/browser/diagnostics/diagnostics_model.cc index e7b9f25..b71f337d 100644 --- a/chrome/browser/diagnostics/diagnostics_model.cc +++ b/chrome/browser/diagnostics/diagnostics_model.cc @@ -137,6 +137,7 @@ class DiagnosticsModelPosix : public DiagnosticsModelImpl { public: DiagnosticsModelPosix() { tests_.push_back(MakeInstallTypeTest()); + tests_.push_back(MakeVersionTest()); tests_.push_back(MakeUserDirTest()); tests_.push_back(MakeLocalStateFileTest()); tests_.push_back(MakeDictonaryDirTest()); |
