diff options
-rw-r--r-- | chrome/browser/sandbox_policy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sandbox_policy.cc b/chrome/browser/sandbox_policy.cc index fa7023a..8789c66 100644 --- a/chrome/browser/sandbox_policy.cc +++ b/chrome/browser/sandbox_policy.cc @@ -66,7 +66,8 @@ const wchar_t* const kTroublesomeDlls[] = { L"sbrige.dll", // Unknown. L"sc2hook.dll", // Supercopier 2. L"sguard.dll", // Iolo (System Guard). - L"smumhook.dll", // Spyware Doctor version 5 and above. + L"smum32.dll", // Spyware Doctor version 6. + L"smumhook.dll", // Spyware Doctor version 5. L"ssldivx.dll", // DivX. L"syncor11.dll", // SynthCore Midi interface. L"systools.dll", // Panda Antivirus. |