Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1178)

Unified Diff: chrome/browser/enumerate_modules_model_win.cc

Issue 5307004: Remove the test DLLs from the blacklist.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/enumerate_modules_model_win.cc
===================================================================
--- chrome/browser/enumerate_modules_model_win.cc (revision 67442)
+++ chrome/browser/enumerate_modules_model_win.cc (working copy)
@@ -84,14 +84,6 @@
// Entries without any Description, Signer info, or Location will never be
// marked as confirmed bad (only as suspicious).
const ModuleEnumerator::BlacklistEntry ModuleEnumerator::kModuleBlacklist[] = {
- // Test DLLs, to demonstrate the feature. Will be removed soon.
- { // apphelp.dll, "%systemroot%\\system32\\"
- "f5fda581", "23d01d5b", "", "", "", NONE
- }, { // rsaenh.dll, "%systemroot%\\system32\\", "Microsoft Windows"
- "6af212cb", "23d01d5b", "7b47bf79", "", "",
- static_cast<RecommendedAction>(UPDATE | DISABLE | SEE_LINK)
- },
-
// NOTE: Please keep this list sorted by dll name, then location.
// foldersizecolumn.dll.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698