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:
@@ -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
|
||||
//*****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user