diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-08-11 02:02:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-08-11 02:02:00 +0800 |
commit | 0c4262113d6a47834308ad6c35d0302f3d7d8c31 (patch) | |
tree | 746ff726e7858a5cad64f3768c6020fbda54155f /embed | |
parent | f4b6554560c4fefaf936eafddb66b9d5186dfa88 (diff) | |
download | gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.gz gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.bz2 gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.lz gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.xz gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.tar.zst gsoc2013-epiphany-0c4262113d6a47834308ad6c35d0302f3d7d8c31.zip |
Sync with Moz HEAD.
Sync with Moz HEAD.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 332456b71..b020ee5d0 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -272,8 +272,11 @@ NS_IMETHODIMP GContentHandler::Show(nsIHelperAppLauncher *aLauncher, } /* nsILocalFile promptForSaveToFile (in nsISupports aWindowContext, in wstring aDefaultFile, in wstring aSuggestedFileExtension); */ -NS_IMETHODIMP GContentHandler:: - PromptForSaveToFile(nsISupports *aWindowContext, +NS_IMETHODIMP GContentHandler::PromptForSaveToFile( +#if MOZILLA_SNAPSHOT > 9 + nsIHelperAppLauncher *aLauncher, +#endif + nsISupports *aWindowContext, const PRUnichar *aDefaultFile, const PRUnichar *aSuggestedFileExtension, nsILocalFile **_retval) |