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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/module_load_analyzer.cc

Issue 1843663002: Add another feature flag which allows SuspiciousModule reports to be sent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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

Powered by Google App Engine
This is Rietveld 408576698