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

git-svn-id: svn://10.0.0.236/trunk@64704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
racham%netscape.com
2000-03-31 06:34:27 +00:00
parent 8a6fd6ef23
commit ff2cf9bcbd

View File

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