From c62801560d891b183926655d26fede52811cbcf8 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 18 Jun 2003 19:50:59 +0000 Subject: More cleanups, fix memleaks. More cleanups, fix memleaks. --- embed/mozilla/ProgressListener.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'embed/mozilla/ProgressListener.h') diff --git a/embed/mozilla/ProgressListener.h b/embed/mozilla/ProgressListener.h index 19b3836c4..31d7d7659 100644 --- a/embed/mozilla/ProgressListener.h +++ b/embed/mozilla/ProgressListener.h @@ -29,13 +29,11 @@ #include "nsIExternalHelperAppService.h" #include "nsCExternalHandlerService.h" #include "nsIWebBrowserPersist.h" -#include "nsCOMPtr.h" #include "nsWeakReference.h" #include "nsIURI.h" #include "nsILocalFile.h" #include "nsIDOMWindow.h" #include "nsIRequest.h" -#include "nsIMIMEInfo.h" #include "nsIDownload.h" #include "nsIObserver.h" #include "nsIProgressDialog.h" @@ -71,7 +69,7 @@ class GProgressListener : public nsIProgressDialog, nsIFile *aFile, DownloadAction aAction, EphyEmbedPersist *ephyPersist, - PRBool noDialog, + PRBool Dialog, PRInt64 aTimeDownloadStarted = 0); nsresult Pause (void); nsresult Resume (void); @@ -108,8 +106,8 @@ class GProgressListener : public nsIProgressDialog, PRInt32 mRateChangeLimit; PRBool mIsPaused; - gboolean mNoDialog; PRBool mAbort; + gboolean mDialog; DownloadAction mAction; -- cgit v1.2.3