The previous override for `ContentSettingPermissionContextBase` has been changed into an override for `PermissionManager`, as this is the new correct customisation point for what we were doing with the previous class. Chromium changes: https://chromium.googlesource.com/chromium/src/+/171d2ac0366c1eaf877525ce85f678395cc9759e https://chromium.googlesource.com/chromium/src/+/171d2ac0366c1eaf877525ce85f678395cc9759e commit 171d2ac0366c1eaf877525ce85f678395cc9759e Author: Florian Jacky <fjacky@google.com> Date: Wed Jun 25 04:51:48 2025 -0700 [PermissionOptions] Fix PCB used in PermissionManager While currently all contexts are ContentSettingPermissionContextBase based contexts, this won't be the case anymore shortly. The permission manager should use PermissionContextBase. Bug: 411025625 Change-Id: If479bdd650e0dfa3a2580f27c190c3d9be24f7aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6652828 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Auto-Submit: Florian Jacky <fjacky@chromium.org> Reviewed-by: Andy Paicu <andypaicu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1478467} commit 9f8c396a492dffad7b93c7d8adfe0fbdaee0dc45 Author: Florian Jacky <fjacky@google.com> Date: Tue Jun 10 02:50:36 2025 -0700 [PermissionOptions] Rename PermissionContextBase to ContentSettingPermissionContextBase Bug: 411025625 Change-Id: I45387e54e147dfe830330378fc5b978d2095ddab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6618750 Reviewed-by: Nico Weber <thakis@chromium.org> Reviewed-by: Andy Paicu <andypaicu@chromium.org> Commit-Queue: Florian Jacky <fjacky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1471670}