Files
brave-core/resources
Max Karolinskiy d86789a8be [cr141] Avoid ids collision with upstream resources.
[22992:26276:0829/171528.933:FATAL:ui\base\resource\data_pack.cc:465] DCHECK failed: !handle->HasResource(resource_id). Duplicate resource 29590 with scale 1

We are colliding with chrome/test/data/webui/resources.grd resources,
which is the last .grd before the ChromeOS/Ash section which ids we take
over. That section got pushed down so we need to adjust our resource
ids.
2025-09-22 15:00:02 -04:00
..