From 6ae094e511afd9b3fda7041b998299a395cd6f14 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 17 Feb 2008 18:05:51 +0000 Subject: Add stub for displayProtectedAuth svn path=/trunk/; revision=7957 --- embed/mozilla/GtkNSSDialogs.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'embed') diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index e9eec610f..b28c8b669 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -1643,6 +1643,16 @@ GtkNSSDialogs::ChooseToken (nsIInterfaceRequestor *aContext, return NS_OK; } +#ifdef HAVE_GECKO_1_9 +/* void displayProtectedAuth (in nsIInterfaceRequestor ctx, in nsIProtectedAuthThread runnable); */ +NS_IMETHODIMP +GtkNSSDialogs::DisplayProtectedAuth (nsIInterfaceRequestor *ctx, + nsIProtectedAuthThread *runnable) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} +#endif /* HAVE_GECKO_1_9 */ + /* nsIDOMCryptoDialogs */ /* Note: this interface sucks! See https://bugzilla.mozilla.org/show_bug.cgi?id=341914 */ -- cgit v1.2.3