| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index b0daaf1dd31a66fa0001418230215bc33942e244..b3702b137e7ab8060918c9fb69337230690c698d 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -135,9 +135,6 @@ config("feature_flags") {
|
| if (enable_themes) {
|
| defines += [ "ENABLE_THEMES=1" ]
|
| }
|
| - if (is_win && win_pdf_metafile_for_printing) {
|
| - defines += [ "WIN_PDF_METAFILE_FOR_PRINTING=1" ]
|
| - }
|
| if (enable_captive_portal_detection) {
|
| defines += [ "ENABLE_CAPTIVE_PORTAL_DETECTION=1" ]
|
| }
|
|
|