| Index: chrome/common/sandbox_policy.cc | 
| =================================================================== | 
| --- chrome/common/sandbox_policy.cc	(revision 63075) | 
| +++ chrome/common/sandbox_policy.cc	(working copy) | 
| @@ -173,7 +173,7 @@ | 
| // To minimize the list we only add an unload policy if the dll is also | 
| // loaded in this process. All the injected dlls of interest do this. | 
| if (::GetModuleHandleW(kTroublesomeDlls[ix])) { | 
| -      LOG(INFO) << "dll to unload found: " << kTroublesomeDlls[ix]; | 
| +      VLOG(1) << "dll to unload found: " << kTroublesomeDlls[ix]; | 
| policy->AddDllToUnload(kTroublesomeDlls[ix]); | 
| } | 
| } | 
|  |