codebytere

#48373: fix: pdf download functionality

Closed
Created: Sep 24, 2025, 8:44:29 AM
0 comments
Target: main

Description of Change

Refs https://chromium-review.googlesource.com/c/chromium/src/+/6682424

Closes #48347.

Fixes the above by updating our pdf private functionality for the new method and type.

Checklist

Release Notes

Notes: Fixed an issue where the PDF viewer toolbar download button did nothing.

Backports

38-x-y
Pending
Waiting for trop to backport
39-x-y
Pending
Waiting for trop to backport

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron