mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
Bug #51921 --> add non scriptable method for setting the security info on
the mock channel. sr=bienvenu
This commit is contained in:
parent
a720815504
commit
2f3d0f4159
@ -59,4 +59,6 @@ interface nsIImapMockChannel : nsIChannel
|
||||
void GetChannelListener(out nsIStreamListener aChannelListener);
|
||||
void GetChannelContext(out nsISupports aChannelContext);
|
||||
void Close();
|
||||
|
||||
[noscript] void setSecurityInfo(in nsISupports securityInfo);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user