diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-13 05:38:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-13 05:38:55 +0800 |
commit | fdffd322181be333e39c2a039e37295587cf3284 (patch) | |
tree | 5f90f0b38e4ff1e91e87b4d38e43080b5bb022c2 /embed/mozilla/MozDownload.h | |
parent | 40174913b001abad51dd5a4d4c0ce142b0ace2f9 (diff) | |
download | gsoc2013-epiphany-fdffd322181be333e39c2a039e37295587cf3284.tar.gz gsoc2013-epiphany-fdffd322181be333e39c2a039e37295587cf3284.tar.zst gsoc2013-epiphany-fdffd322181be333e39c2a039e37295587cf3284.zip |
Try again to fix the directory provider for 1.9. Branding still fails though
svn path=/trunk/; revision=8101
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r-- | embed/mozilla/MozDownload.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index 411230bdb..fe3219033 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -83,6 +83,8 @@ class nsIWebBrowserPersist; #define MOZ_DOWNLOAD_CLASSNAME "Ephy's Download Progress Dialog" +#define EPHY_ACTION_BROWSE_TO_FILE (1024) + nsresult InitiateMozillaDownload (nsIDOMDocument *domDocument, nsIURI *sourceUri, nsILocalFile* inDestFile, const char *contentType, nsIURI* inOriginalURI, MozillaEmbedPersist *embedPersist, |