mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Bug 933635 - Part 2: SystemWorkerManagager IDL changes. r=khuey
This commit is contained in:
parent
994bbe133b
commit
b3d92433b1
@ -7,10 +7,13 @@
|
||||
/**
|
||||
* Information about networks that is exposed to network manager API consumers.
|
||||
*/
|
||||
[scriptable, builtinclass, uuid(02166330-2ff6-4ea5-895a-693c0c2b4c1f)]
|
||||
[scriptable, builtinclass, uuid(a9ea96a0-407d-11e3-aa6e-0800200c9a66)]
|
||||
interface nsISystemWorkerManager : nsISupports
|
||||
{
|
||||
[implicit_jscontext]
|
||||
void registerRilWorker(in unsigned long aClientId,
|
||||
in jsval aWorker);
|
||||
|
||||
[implicit_jscontext]
|
||||
void registerNfcWorker(in jsval aWorker);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user