mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug#34746,34853,40077: New method for checking permission to run java.
This commit is contained in:
parent
089d9021bd
commit
2ff9996c7c
@ -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);
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user