aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r--embed/mozilla/ContentHandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h
index 85cc7debd..78b218dc9 100644
--- a/embed/mozilla/ContentHandler.h
+++ b/embed/mozilla/ContentHandler.h
@@ -74,7 +74,6 @@ class GContentHandler : public nsIHelperAppLauncherDialog
NS_METHOD MIMEAskAction (void);
nsCOMPtr<nsIHelperAppLauncher> mLauncher;
- nsCOMPtr<nsISupports> mContext;
nsCOMPtr<nsIURI> mUri;
PRInt64 mTimeDownloadStarted;
@@ -88,6 +87,4 @@ class GContentHandler : public nsIHelperAppLauncherDialog
nsCString mScheme;
};
-extern nsresult NS_NewContentHandlerFactory(nsIFactory** aFactory);
-
#endif