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

Unified Diff: chrome/browser/safe_browsing/environment_data_collection_win.h

Issue 440753002: The incident reporting service now calls VerifyModule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | chrome/browser/safe_browsing/environment_data_collection_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/environment_data_collection_win.h
diff --git a/chrome/browser/safe_browsing/environment_data_collection_win.h b/chrome/browser/safe_browsing/environment_data_collection_win.h
index f46a3a04106d6c38e79d0c7bf55dfcfafa7cc50a..53d5ca3adfe8c85da0eac467a74a506f3817dff3 100644
--- a/chrome/browser/safe_browsing/environment_data_collection_win.h
+++ b/chrome/browser/safe_browsing/environment_data_collection_win.h
@@ -18,6 +18,13 @@ bool CollectDlls(ClientIncidentReport_EnvironmentData_Process* process);
// check one of them is a registered LSP.
void RecordLspFeature(ClientIncidentReport_EnvironmentData_Process* process);
+// Checks each module in the provided list for modifications and records these,
+// along with any modified exports, in |process|.
+void CollectModuleVerificationData(
+ const wchar_t* const modules_to_verify[],
+ size_t num_modules_to_verify,
+ ClientIncidentReport_EnvironmentData_Process* process);
+
// Populates |process| with the dll names that have been added to the chrome elf
// blacklist through the Windows registry.
void CollectDllBlacklistData(
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/environment_data_collection_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698