Files
brave-core/rewrite
cdesouza-chromium 6d4290917d [plaster] Migration and fixes for request type customisations (#35903)
This PR migrates all macros in `components/permissions/request_type.cc`
to plaster. The use of macros here particularly hid the fact that we
failed to override the correct functions, in particular the way we were
treating brave keys for `RequestTypeToContentSettingsType` and
`IsRequestablePermissionType` was incorrect as both these functions are
callers of `ContentSettingsTypeToRequestTypeIfExists`, and this fucntion
has been slipping through all this time.

Resolves https://github.com/brave/brave-browser/issues/54949
2026-04-28 03:29:56 +01:00
..