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

Unified Diff: chrome/browser/enumerate_modules_model_win.cc

Issue 10546096: Add another instance of a problematic DLL (different location) to the about:conflicts blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months 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 141397)
+++ chrome/browser/enumerate_modules_model_win.cc (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -143,7 +143,10 @@
// cwalsp.dll, "%systemroot%\\system32\\".
{ "e579a039", "23d01d5b", "", "", "", kUninstallLink },
- // datamngr.dll, "%programfiles%\\windows searchqu toolbar\\".
+ // datamngr.dll (1), "%programfiles%\\searchqu toolbar\\datamngr\\".
+ { "7add320b", "470a3da3", "", "", "", kUninstallLink },
+
+ // datamngr.dll (2), "%programfiles%\\windows searchqu toolbar\\".
{ "7add320b", "7a3c8be3", "", "", "", kUninstallLink },
// dsoqq0.dll, "%temp%\\".
« 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