Bug #47203 --> force more code to use the helper app dialog.

sr=alecf,rpotts
This commit is contained in:
mscott%netscape.com 2000-10-04 06:53:52 +00:00
parent 22c6882ac0
commit 7cb10d986d

View File

@ -363,7 +363,7 @@ nsresult nsDocumentOpenInfo::DispatchContent(nsIChannel * aChannel, nsISupports
// BEFORE we fail and bring up the unknown content handler dialog...
// try to detect if there is a helper application we an use instead...
if (mCommand == nsIURILoader::viewUserClick && !contentStreamListener)
if (/* mCommand == nsIURILoader::viewUserClick && */ !contentStreamListener)
{
nsCOMPtr<nsIURI> uri;
PRBool abortProcess = PR_FALSE;