aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphySingle.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/EphySingle.h')
-rw-r--r--embed/mozilla/EphySingle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/embed/mozilla/EphySingle.h b/embed/mozilla/EphySingle.h
index c5dcaca53..c2a199e1c 100644
--- a/embed/mozilla/EphySingle.h
+++ b/embed/mozilla/EphySingle.h
@@ -50,7 +50,10 @@ public:
protected:
nsresult EmitCookieNotification (const char *name, nsISupports *aSubject);
nsresult EmitPermissionNotification (const char *name, nsISupports *aSubject);
-
+ nsresult ExamineResponse (nsISupports *aSubject);
+ nsresult ExamineRequest (nsISupports *aSubject);
+ nsresult ExamineCookies (nsISupports *aSubject);
+
private:
nsCOMPtr<nsIObserverService> mObserverService;
EphyEmbedSingle *mOwner;