Skip to content

Commit f02a516

Browse files
committed
add resource and catalog components to the set of checked components
1 parent e86ccc2 commit f02a516

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/brave_shields/core/browser/ad_block_component_service_manager.cc

+5-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,11 @@ void AdBlockComponentServiceManager::UpdateFilterLists(
292292
return;
293293
}
294294

295-
std::vector<std::string> component_ids;
295+
std::vector<std::string> component_ids = {
296+
kAdBlockResourceComponentId,
297+
kAdBlockFilterListCatalogComponentId,
298+
};
299+
296300
for (const auto& [key, provider] : component_filters_providers_) {
297301
component_ids.push_back(provider->component_id());
298302
}

0 commit comments

Comments
 (0)