jkleinsc

#52399: chore: cleanup printing patch

Merged
Created: Jul 20, 2026, 10:50:11 AM
Merged: Jul 22, 2026, 7:12:04 PM
2 comments
Target: main
  • followup to #52367. This updates printing.patch to remove no longer needed changes to chrome/browser/printing/print_view_manager.cc and chrome/browser/printing/print_view_manager.h. Additionally the description for the patch has been updated to further document what the patch does.

Description of Change

Checklist

Release Notes

Notes: none

Backports

44-x-y
In-flight
PR Number
#52425
Waiting to be merged

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