| Index: chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.cc b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.cc
|
| index aa0deb72ba4e097f3f4f13cc49d41253543fa822..02a66770c5e78925fd85f6756a9da6eba06b80e3 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.cc
|
| @@ -102,7 +102,8 @@ void CollectDllBlacklistData(
|
| ClientIncidentReport_EnvironmentData_Process* process) {
|
| PathSanitizer path_sanitizer;
|
| base::win::RegistryValueIterator iter(HKEY_CURRENT_USER,
|
| - blacklist::kRegistryFinchListPath);
|
| + blacklist::kRegistryFinchListPath,
|
| + 0); // wow64_access
|
| for (; iter.Valid(); ++iter) {
|
| base::FilePath dll_name(iter.Value());
|
| path_sanitizer.StripHomeDirectory(&dll_name);
|
|
|