Files
brave-core/components/restricted_web_contents_delegate
Anthony Tseng 722f1c7f97 Add RestrictedWebContentsDelegate shared base class (#35235)
Extract the common restrictive WebContentsDelegate overrides
(ShouldSuppressDialogs, CanDownload, IsWebContentsCreationOverridden,
CanEnterFullscreenModeForTab, CanDragEnter, RequestKeyboardLock) into a
shared RestrictedWebContentsDelegate base class.

Both FileTextExtractorBase and BackgroundWebContentsImpl now inherit
from it instead of duplicating these overrides.
2026-04-14 02:23:20 +01:00
..