Bug 1360480 - about:url-classifier: Cache information. r=francois
MozReview-Commit-ID: 4YXtb2KPgwL
This commit is contained in:
@@ -886,6 +886,18 @@ Classifier::ApplyFullHashes(nsTArray<TableUpdate*>* aUpdates)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
Classifier::GetCacheInfo(const nsACString& aTable,
|
||||
nsIUrlClassifierCacheInfo** aCache)
|
||||
{
|
||||
LookupCache* lookupCache = GetLookupCache(aTable);
|
||||
if (!lookupCache) {
|
||||
return;
|
||||
}
|
||||
|
||||
lookupCache->GetCacheInfo(aCache);
|
||||
}
|
||||
|
||||
void
|
||||
Classifier::DropStores()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user