aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ephyIAddCertExceptionParams.idl
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ephyIAddCertExceptionParams.idl')
-rw-r--r--embed/mozilla/ephyIAddCertExceptionParams.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/embed/mozilla/ephyIAddCertExceptionParams.idl b/embed/mozilla/ephyIAddCertExceptionParams.idl
deleted file mode 100644
index 60ee11423..000000000
--- a/embed/mozilla/ephyIAddCertExceptionParams.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "nsISupports.idl"
-
-[scriptable,uuid(2bac2eb2-cd10-4e3f-802e-dade8096d6c5)]
-interface ephyIAddCertExceptionParams : nsISupports {
- readonly attribute boolean prefetchCert;
- readonly attribute AString location;
- attribute boolean exceptionAdded;
-};