fix: re-enable OOP printing on Linux (#46529)
This commit is contained in:
parent
45a0494287
commit
c1c74b0a6c
2 changed files with 16 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue