Index: chrome/browser/safe_browsing/incident_reporting/module_load_analyzer.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer.cc b/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer.cc |
index 98c3af7120b25175bef50a84a605bca5b196a681..da0dd55a6be85b16a0062c13248678f8f042c152 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/module_load_analyzer.cc |
@@ -14,7 +14,7 @@ |
namespace safe_browsing { |
#if defined(OS_WIN) |
-// Enables analysis and reporting of suspicious modules loaded in the process. |
+// Enables analysis of suspicious modules loaded in the process. |
extern const base::Feature kIncidentReportingModuleLoadAnalysis{ |
"IncidentReportingModuleLoadAnalysis", base::FEATURE_DISABLED_BY_DEFAULT}; |
#endif |