| 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 6a1265b8faff4a7bd4ad8f056828c5fb3387cc7c..f76ea06accb1e09d0391ce113abcef7632699412 100644
|
| --- a/chrome/browser/win/enumerate_modules_model.h
|
| +++ b/chrome/browser/win/enumerate_modules_model.h
|
| @@ -221,6 +221,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 ScanImplFinish.
|
| void ReportThirdPartyMetrics();
|
|
|