aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-17 06:36:10 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-17 06:36:10 +0800
commit24619e355a9632293107bda10768b4b5bbc07e49 (patch)
treee559bd10a323d8019e40a52e6e198c75a5d6d32e /embed/mozilla/ContentHandler.h
parentfc8b2f38ec97eaeb1090c5c4fa10318fa573a76d (diff)
downloadgsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.tar
gsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.tar.gz
gsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.tar.bz2
gsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.tar.lz
gsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.tar.xz
gsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.tar.zst
gsoc2013-epiphany-24619e355a9632293107bda10768b4b5bbc07e49.zip
More cruft exorcised.
2004-11-16 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: More cruft exorcised.
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r--embed/mozilla/ContentHandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h
index 8249cf948..9f11bb67a 100644
--- a/embed/mozilla/ContentHandler.h
+++ b/embed/mozilla/ContentHandler.h
@@ -68,21 +68,17 @@ class GContentHandler : public nsIHelperAppLauncherDialog
private:
NS_METHOD Init ();
- NS_METHOD LaunchHelperApp ();
NS_METHOD MIMEInitiateAction ();
NS_METHOD MIMEConfirmAction ();
nsCOMPtr<nsIHelperAppLauncher> mLauncher;
- nsCOMPtr<nsIURI> mUri;
- nsCOMPtr<nsIFile> mTempFile;
nsCOMPtr<nsISupports> mContext;
GnomeVFSMimeApplication *mHelperApp;
EphyMimePermission mPermission;
nsEmbedCString mUrl;
- nsEmbedCString mScheme;
#ifdef MOZ_NSIMIMEINFO_NSACSTRING_
nsEmbedCString mMimeType;
#else