diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 10:39:23 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 10:39:23 +0000 |
commit | 87ecfad69b983731f72521ab97af166978448ecd (patch) | |
tree | a5b5dd06b8c3ebe2cf16fc0d6e348322b34e5ce6 /chrome/browser/enumerate_modules_model_win.cc | |
parent | 2a18cabc11cde8b3a7ee468f4a617c6335414ec3 (diff) | |
download | chromium_src-87ecfad69b983731f72521ab97af166978448ecd.zip chromium_src-87ecfad69b983731f72521ab97af166978448ecd.tar.gz chromium_src-87ecfad69b983731f72521ab97af166978448ecd.tar.bz2 |
Now that we have Help Center redirects in place we can point users to them.
TBR=huanr
BUG=67897
TEST=This should be tested at the same time (and using the same instructions) as for my previous blacklist change (contact me for details).
Review URL: http://codereview.chromium.org/6820064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81241 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/enumerate_modules_model_win.cc b/chrome/browser/enumerate_modules_model_win.cc index 7119494..7897476 100644 --- a/chrome/browser/enumerate_modules_model_win.cc +++ b/chrome/browser/enumerate_modules_model_win.cc @@ -112,7 +112,7 @@ const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = { // Version 3.2.1.6 seems to be implicated in most cases (and 3.2.2.2 in some). // There is a more recent version available for download. // accelerator.dll, "%programfiles%\\speedbit video accelerator\\". - { "7ba9402f", "c9132d48", "", "", "", INVESTIGATING }, + { "7ba9402f", "c9132d48", "", "", "", kInvestigatingLink }, // apiqq0.dll, "%temp%\\". { "26134911", "59145acf", "", "", "", kUninstallLink }, @@ -126,7 +126,7 @@ const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = { // Said to belong to Killer NIC from BigFoot Networks (not verified). Versions // 6.0.0.7 and 6.0.0.10 implicated. // bfllr.dll, "%systemroot%\\system32\\". - { "6bb57633", "23d01d5b", "", "", "", INVESTIGATING }, + { "6bb57633", "23d01d5b", "", "", "", kInvestigatingLink }, // clickpotatolitesahook.dll, "". Different version each report. { "0396e037.dll", "", "", "", "", kUninstallLink }, @@ -194,7 +194,7 @@ const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = { // location, since it is installed into and run from a game folder. Various // versions implicated. // npggnt.des, no fixed location. - { "f2c8790d", "", "", "", "", INVESTIGATING }, + { "f2c8790d", "", "", "", "", kInvestigatingLink }, // nvlsp.dll, // "%programfiles%\\nvidia corporation\\networkaccessmanager\\bin32\\". @@ -226,7 +226,7 @@ const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = { // 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. - { "61112d7b", "25fb120f", "", "", "", INVESTIGATING }, + { "61112d7b", "25fb120f", "", "", "", kInvestigatingLink }, // twking0.dll, "%systemroot%\\system32\\". { "0355549b", "23d01d5b", "", "", "", kUninstallLink }, |