| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 38bd2606128a23a48ea412fe63968a2dd4b594b7..d78d6c7d4cfc9c2c8cb1480c2248d5a793d14ddb 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -107,6 +107,10 @@ extern const base::Feature kParallelDownloading;
|
|
|
| extern const base::Feature kPermissionsBlacklist;
|
|
|
| +#if defined(OS_WIN)
|
| +extern const base::Feature kPostScriptPrinting;
|
| +#endif
|
| +
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| extern const base::Feature kPreferHtmlOverPlugins;
|
| #endif
|
|
|