diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:09:48 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-04-04 05:09:48 +0800 |
commit | 39e984581c9ff4531e527456facf30f74574a64f (patch) | |
tree | 230720b87280b53b96058205a39f9d12b448e408 /embed/mozilla/ephyIAddCertExceptionParams.idl | |
parent | 18325ac0850ff053477580b448fc6d1b7f21afa8 (diff) | |
download | gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.tar gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.tar.gz gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.tar.bz2 gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.tar.lz gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.tar.xz gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.tar.zst gsoc2013-epiphany-39e984581c9ff4531e527456facf30f74574a64f.zip |
Remove this too
svn path=/trunk/; revision=8184
Diffstat (limited to 'embed/mozilla/ephyIAddCertExceptionParams.idl')
-rw-r--r-- | embed/mozilla/ephyIAddCertExceptionParams.idl | 8 |
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; -}; |