diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 10:29:09 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 10:29:09 +0000 |
commit | 790d27bffa9399ba33b26296622039ac308322e6 (patch) | |
tree | 4e1004bd3c5a4438fd39542a4f9c4fe4947ef96d /chrome/browser/enumerate_modules_model_win.cc | |
parent | 07a7dcad7c923877ee54f33ac434c9d0c024c121 (diff) | |
download | chromium_src-790d27bffa9399ba33b26296622039ac308322e6.zip chromium_src-790d27bffa9399ba33b26296622039ac308322e6.tar.gz chromium_src-790d27bffa9399ba33b26296622039ac308322e6.tar.bz2 |
Add sprotector.dll to the chrome://conflicts blacklist.
And, while I'm at it, add myself as owner for the chrome://conflicts file.
BUG=121085
TEST=None
Review URL: https://codereview.chromium.org/12040072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/enumerate_modules_model_win.cc')
-rw-r--r-- | chrome/browser/enumerate_modules_model_win.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/enumerate_modules_model_win.cc b/chrome/browser/enumerate_modules_model_win.cc index 699c003e..a250a8c 100644 --- a/chrome/browser/enumerate_modules_model_win.cc +++ b/chrome/browser/enumerate_modules_model_win.cc @@ -247,6 +247,9 @@ const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = { // sgprxy.dll, "%commonprogramfiles%\\is3\\anti-spyware\\". { "005965ea", "bc5673f2", "", "", "", INVESTIGATING }, + // sprotector.dll, "". Different location each report. + { "24555d74", "", "", "", "", kUninstallLink }, + // swi_filter_0001.dll (Sophos Web Intelligence), // "%programfiles%\\sophos\\sophos anti-virus\\web intelligence\\". // A small random sample all showed version 1.0.5.0. |