7083663: remove fingerprinting_protection_ruleset_service override

Upstream deleted external references to Fingerprinting Protection Filter (FPF)
component. Remove the fingerprinting_protection_ruleset_service() override
from BrowserProcessImpl as the method no longer exists in the base class.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7083663
This commit is contained in:
Samuel Attard
2025-11-24 16:27:01 -08:00
parent 879c0401c4
commit 8350d152f9
2 changed files with 0 additions and 7 deletions

View File

@@ -310,11 +310,6 @@ UsbSystemTrayIcon* BrowserProcessImpl::usb_system_tray_icon() {
return nullptr;
}
subresource_filter::RulesetService*
BrowserProcessImpl::fingerprinting_protection_ruleset_service() {
return nullptr;
}
os_crypt_async::OSCryptAsync* BrowserProcessImpl::os_crypt_async() {
return os_crypt_async_.get();
}

View File

@@ -133,8 +133,6 @@ class BrowserProcessImpl : public BrowserProcess {
const std::string& GetApplicationLocale() override;
printing::PrintJobManager* print_job_manager() override;
StartupData* startup_data() override;
subresource_filter::RulesetService*
fingerprinting_protection_ruleset_service() override;
ValueMapPrefStore* in_memory_pref_store() const {
return in_memory_pref_store_.get();