From 84836ace149b3d31a2e21b1139e1805a3b717235 Mon Sep 17 00:00:00 2001 From: "tommi@chromium.org" Date: Mon, 19 Jul 2010 15:23:25 +0000 Subject: Add one more DLL to the DocumentComplete blacklist. TEST=see bug BUG=44463 Review URL: http://codereview.chromium.org/2824056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52908 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_active_document.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome_frame') diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index de06c75..899ec80 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -1289,6 +1289,7 @@ bool ChromeActiveDocument::ShouldFireDocumentComplete() { { "askbar.dll", 4, 1 }, // biggest troublemaker: 4.1.0.5. { "gbieh.dll", 3, 8 }, // biggest troublemaker: 3.8.14.12 { "gbiehcef.dll", 3, 8 }, // biggest troublemaker: 3.8.11.23 + { "gbiehUni.dll", 3, 8 }, // Another Banco DLL. }; for (size_t i = 0; results == CHECK_NOT_DONE && -- cgit v1.1