211169 r=bzbarsky sr=darin nsIHelperAppLauncherDialog::ShowProgressDialog unused, this means that nsProgressDlg.* is also unused

git-svn-id: svn://10.0.0.236/trunk@144356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2003-07-01 20:21:57 +00:00
parent 817bfeef38
commit f4ae59f0db
11 changed files with 4 additions and 813 deletions

View File

@@ -504,20 +504,6 @@ CHelperAppLauncherDlg::PromptForSaveToFile(nsISupports *aWindowContext, const PR
return NS_ERROR_FAILURE;
}
/* void showProgressDialog (in nsIHelperAppLauncher aLauncher, in nsISupports aContext); */
NS_IMETHODIMP
CHelperAppLauncherDlg::ShowProgressDialog(nsIHelperAppLauncher *aLauncher, nsISupports *aContext)
{
// TODO this method isn't called.
// ProgressDlg *dlg = new ProgressDlg;
// nsCOMPtr<nsIWebProgressListener> listener = dlg;
// dlg->Show(aLauncher, NULL);
// aLauncher->SetWebProgressListener(listener);
return NS_OK;
}
//*****************************************************************************
// CHelperAppLauncherDlgFactory
//*****************************************************************************