aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyProtocolHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphyProtocolHandler.h')
-rw-r--r--embed/mozilla/EphyProtocolHandler.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/embed/mozilla/EphyProtocolHandler.h b/embed/mozilla/EphyProtocolHandler.h
index 2fad9ac7b..f1eb0aac1 100644
--- a/embed/mozilla/EphyProtocolHandler.h
+++ b/embed/mozilla/EphyProtocolHandler.h
@@ -52,7 +52,13 @@ class EphyProtocolHandler : public nsIProtocolHandler,
virtual ~EphyProtocolHandler();
private:
- nsresult Redirect (const nsACString&, nsIChannel**);
+ nsresult Redirect(const nsACString&, nsIChannel**);
+ nsresult ParseErrorURL(const char*, nsACString&, nsACString&, nsACString&);
+ nsresult GetErrorMessage(nsIURI *, const char *, char **, char **);
+ nsresult HandleEpiphany(nsIURI*, nsIChannel **);
+ nsresult CreateErrorPage(nsIURI*, nsIChannel **);
+ nsresult Write(nsIOutputStream*, const char *);
+ nsresult WriteHTMLEscape(nsIOutputStream *, const char *);
};
#endif /* EPHY_PROTOCOL_HANDLER_H */