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:
Родитель
132d6d39f3
Коммит
1ba9ef5bf4
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче