| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 164adaa3740bec21e2f702d635a3fb75c4616a72..2553003fcdf867f101acf32a2a76e067e2076398 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -160,6 +160,13 @@ const base::Feature kOverrideYouTubeFlashEmbed{
|
| const base::Feature kPermissionsBlacklist{
|
| "PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables postscript generation instead of emf when printing to postscript
|
| +// capable printers.
|
| +#if defined(OS_WIN)
|
| +const base::Feature kPostScriptPrinting{"PostScriptPrinting",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +#endif // OS_WIN
|
| +
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| // Prefer HTML content by hiding Flash from the list of plugins.
|
| // https://crbug.com/626728
|
|
|