| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 2b9424b4b74e7b06ab23ba34c4350b6d23234515..5047e78ca14a669cf2e8bd74b77a021be81fa386 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -133,7 +133,7 @@ const base::Feature kPreferHtmlOverPlugins{"PreferHtmlOverPlugins",
|
| #endif
|
|
|
| // Enables the Print Scaling feature in print preview.
|
| -#if defined(ENABLE_PRINT_PREVIEW)
|
| +#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
| const base::Feature kPrintScaling{"PrintScaling",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif
|
|
|