Bug#34746,34853,40077: New method for checking permission to run java.

This commit is contained in:
jeff.dyer%compilercompany.com 2000-08-13 14:01:23 +00:00
parent 089d9021bd
commit 2ff9996c7c

View File

@ -89,4 +89,12 @@ interface nsIJVMManager : nsISupports {
void ShowJavaConsole();
/**
* IsAllPermissionGranted
*/
void IsAllPermissionGranted(in string lastFingerprint,in string lastCommonName,
in string rootFingerprint,in string rootCommonName,
out boolean isGranted);
};