patches: unbreak google web store, break default update url

This commit is contained in:
jj
2025-02-28 14:21:12 +00:00
parent f74065ccfb
commit 3d9421058f
6 changed files with 20 additions and 21 deletions

View File

@@ -111,9 +111,10 @@ DOMAIN_EXCLUDE_PREFIXES = [
# Exclusions for files covered with other patches/unnecessary
'components/search_engines/prepopulated_engines.json',
'third_party/blink/renderer/core/dom/document.cc',
# Google Web Store extension stuff
'tools/search_engine_choice/generate_search_engine_icons.py',
'chrome/common/extensions/api/_api_features.json',
'extensions/common/api/_api_features.json',
'extensions/common/extension_urls.cc',
]
# pylint: enable=line-too-long