| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index cccce184399047e8958cd1b978eb198418e79f5c..9b4edd728e6a1f5f5b142ed087805362db1bec88 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -173,9 +173,6 @@ enable_task_manager = !is_ios && !is_android
|
|
|
| enable_themes = !is_android && !is_ios
|
|
|
| -# TODO(scottmg) remove this when we've fixed printing.
|
| -win_pdf_metafile_for_printing = true
|
| -
|
| # Whether we are using the rlz library or not. Platforms like Android send
|
| # rlz codes for searches but do not use the library.
|
| enable_rlz_support = is_win || is_mac || is_ios || is_chromeos
|
|
|