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.