| 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 f32bc83ac765b9ad62b1b9f8a31f15ac18f4e955..f46a3a04106d6c38e79d0c7bf55dfcfafa7cc50a 100644
|
| --- a/chrome/browser/safe_browsing/environment_data_collection_win.h
|
| +++ b/chrome/browser/safe_browsing/environment_data_collection_win.h
|
| @@ -18,6 +18,11 @@ bool CollectDlls(ClientIncidentReport_EnvironmentData_Process* process);
|
| // check one of them is a registered LSP.
|
| void RecordLspFeature(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(
|
| + ClientIncidentReport_EnvironmentData_Process* process);
|
| +
|
| } // namespace safe_browsing
|
|
|
| #endif // CHROME_BROWSER_SAFE_BROWSING_ENVIRONMENT_DATA_COLLECTION_WIN_H_
|
|
|