Adding interface to remove activation cookie after it is processed. Bug 32506.r=gayatrib

This commit is contained in:
racham%netscape.com 2000-03-31 06:34:27 +00:00
parent c1e471397e
commit f4d1966800

View File

@ -92,6 +92,7 @@ interface nsIProfile : nsISupports {
void forgetCurrentProfile();
void loadNewProfilePrefs();
boolean isCurrentProfileAvailable();
void removeCookie(in string cookie);
attribute boolean automigrate;