b=274382, loading live bookmark bypasses cache, r+a=mconnor

git-svn-id: svn://10.0.0.236/trunk@176669 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladimir%pobox.com
2005-07-27 14:20:16 +00:00
parent a8e4654a59
commit 775809a5ae

View File

@@ -903,7 +903,7 @@ nsBookmarksService::UpdateLivemarkChildren(nsIRDFResource* aSource)
nsCOMPtr<nsIChannel> channel;
rv = NS_NewChannel(getter_AddRefs(channel), uri, nsnull, nsnull, nsnull,
nsIRequest::LOAD_BACKGROUND | nsIRequest::LOAD_BYPASS_CACHE);
nsIRequest::LOAD_BACKGROUND | nsIRequest::VALIDATE_ALWAYS);
if (NS_FAILED(rv)) UNLOCK_AND_RETURN_RV;
rv = channel->AsyncOpen(listener, nsnull);