epiphany r7957 - trunk/embed/mozilla



Author: chpe
Date: Sun Feb 17 18:05:51 2008
New Revision: 7957
URL: http://svn.gnome.org/viewvc/epiphany?rev=7957&view=rev

Log:
Add stub for displayProtectedAuth

Modified:
   trunk/embed/mozilla/GtkNSSDialogs.cpp

Modified: trunk/embed/mozilla/GtkNSSDialogs.cpp
==============================================================================
--- trunk/embed/mozilla/GtkNSSDialogs.cpp	(original)
+++ trunk/embed/mozilla/GtkNSSDialogs.cpp	Sun Feb 17 18:05:51 2008
@@ -1643,6 +1643,16 @@
   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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]