fix: re-enable OOP printing on Linux (#46529)

This commit is contained in:
Shelley Vohr 2025-04-09 15:42:16 +02:00 committed by GitHub
parent 45a0494287
commit c1c74b0a6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 8 deletions

View file

@ -61,14 +61,6 @@ void InitializeFeatureList() {
std::string(",") + features::kMacWebContentsOcclusion.name;
#endif
#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING)
disable_features +=
// EnableOopPrintDrivers is still a bit half-baked on Linux and
// causes crashes when trying to show dialogs.
// TODO(codebytere): figure out how to re-enable this with our patches.
std::string(",") + printing::features::kEnableOopPrintDrivers.name;
#endif
#if BUILDFLAG(ENABLE_PDF_VIEWER)
// Enable window.showSaveFilePicker api for saving pdf files.
// Refs https://issues.chromium.org/issues/373852607