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

Unified Diff: chrome/browser/diagnostics/recon_diagnostics.h

Issue 2037883004: [Win] Add reporting of total number of modules loaded in browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 4 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/diagnostics_model.cc ('k') | chrome/browser/diagnostics/recon_diagnostics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/diagnostics/recon_diagnostics.h
diff --git a/chrome/browser/diagnostics/recon_diagnostics.h b/chrome/browser/diagnostics/recon_diagnostics.h
index 114abd97e8fa66578264721fdd372a0b47613190..de940a7b8c64294f597a13154302a41f532c31fd 100644
--- a/chrome/browser/diagnostics/recon_diagnostics.h
+++ b/chrome/browser/diagnostics/recon_diagnostics.h
@@ -15,14 +15,6 @@ enum OutcomeCodes {
// OperatingSystemTest
DIAG_RECON_PRE_WINDOW_XP_SP2,
- // ConflictingDllsTest
- DIAG_RECON_DICTIONARY_LOOKUP_FAILED,
- DIAG_RECON_NO_STATUS_FIELD,
- DIAG_RECON_NO_NAME_FIELD,
- DIAG_RECON_NO_LOCATION_FIELD,
- DIAG_RECON_CONFLICTING_MODULES,
- DIAG_RECON_NOT_IMPLEMENTED,
-
// InstallTypeTest
DIAG_RECON_INSTALL_PATH_PROVIDER,
@@ -52,7 +44,6 @@ enum OutcomeCodes {
};
DiagnosticsTest* MakeBookMarksTest();
-DiagnosticsTest* MakeConflictingDllsTest();
DiagnosticsTest* MakeDictonaryDirTest();
DiagnosticsTest* MakeDiskSpaceTest();
DiagnosticsTest* MakeInstallTypeTest();
« no previous file with comments | « chrome/browser/diagnostics/diagnostics_model.cc ('k') | chrome/browser/diagnostics/recon_diagnostics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698