Index: chrome/browser/diagnostics/diagnostics_model.cc |
diff --git a/chrome/browser/diagnostics/diagnostics_model.cc b/chrome/browser/diagnostics/diagnostics_model.cc |
index 4ad99e97cea38b732df754b14f758edbe43738f2..550c4298b05dbea7522128171d3e6a070601c94b 100644 |
--- a/chrome/browser/diagnostics/diagnostics_model.cc |
+++ b/chrome/browser/diagnostics/diagnostics_model.cc |
@@ -151,7 +151,6 @@ class DiagnosticsModelWin : public DiagnosticsModelImpl { |
public: |
DiagnosticsModelWin() { |
tests_.push_back(MakeOperatingSystemTest()); |
- tests_.push_back(MakeConflictingDllsTest()); |
tests_.push_back(MakeInstallTypeTest()); |
tests_.push_back(MakeVersionTest()); |
tests_.push_back(MakeUserDirTest()); |