updating comment to address review comments in bug 397238.

This commit is contained in:
dwitte@stanford.edu 2007-11-13 17:36:54 -08:00
parent 62f3e2ea18
commit 8ea12699c3

View File

@ -111,7 +111,9 @@ interface nsICookieManager2 : nsICookieManager
unsigned long countCookiesFromHost(in ACString aHost);
/**
* Import an old-style cookie file
* Import an old-style cookie file. Imported cookies will be added to the
* existing database. If the database contains any cookies the same as those
* being imported (i.e. domain, name, and path match), they will be replaced.
*
* @param aCookieFile the file to import, usually cookies.txt
*/