Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [a fix to the cookie part]; r=dwitte sr=bzbarsky

This commit is contained in:
Ehsan Akhgari 2008-10-21 02:00:30 +03:30
Родитель 132d6d39f3
Коммит 1ba9ef5bf4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -661,7 +661,7 @@ nsCookieService::Observe(nsISupports *aSubject,
if (mPrivateHostTable.IsInitialized() || mPrivateHostTable.Init()) {
mHostTable = &mPrivateHostTable;
mCookieCount = mHostTable->Count();
NotifyChanged(nsnull, NS_LITERAL_STRING("cleared").get());
NotifyChanged(nsnull, NS_LITERAL_STRING("reload").get());
}
// close the connection to the on-disk DB
mStmtInsert = nsnull;