| Index: chrome/browser/win/enumerate_modules_model.h
|
| diff --git a/chrome/browser/win/enumerate_modules_model.h b/chrome/browser/win/enumerate_modules_model.h
|
| index 5b3beac73a192659018ac600f5b962a267df06c1..8c297d3b55b148eb75fb829e7e9e22c000c1f7d7 100644
|
| --- a/chrome/browser/win/enumerate_modules_model.h
|
| +++ b/chrome/browser/win/enumerate_modules_model.h
|
| @@ -201,6 +201,9 @@ class ModuleEnumerator {
|
| // based on the |path_mapping_| vector.
|
| void CollapsePath(Module* module);
|
|
|
| + // Annotate any known third party modules with actions the user can take.
|
| + void AnnotateBadModules();
|
| +
|
| // Reports (via UMA) a handful of high-level metrics regarding third party
|
| // modules in this process. Called by ScanImpl after modules have been
|
| // enumerated and processed.
|
|
|