Confirmed users
657
edits
(Document the subject param for the browser:private-browsing notification) |
|||
Line 139: | Line 139: | ||
// e.g., show a dialog box... | // e.g., show a dialog box... | ||
aSubject.QueryInterface(Components.interfaces.nsISupportsPRUint32); | |||
if (/* user wants to close the current session */) | if (/* user wants to close the current session */) | ||
aSubject.data = 1; | aSubject.data = 1; |