Confirmed users
195
edits
No edit summary |
m (oops, forgot a parameter) |
||
Line 45: | Line 45: | ||
* it was cancelled by the user. | * it was cancelled by the user. | ||
*/ | */ | ||
void onAuthCancelled(in boolean userCancel); | void onAuthCancelled(in nsISupports aContext, | ||
in boolean userCancel); | |||
}; | }; | ||