diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 3 |
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 |