Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index a8447f0ddaddd34ac69245a83a70906f37cfcece..190126b88d5b1b32ec239c450483a6e5552066fb 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -64,13 +64,6 @@ if (is_android) { |
# libudev usage. |
use_udev = is_linux && !is_fnl |
-# Enable basic printing support and UI. |
-enable_basic_printing = !is_chromeos |
- |
-# Enable printing with print preview. It does not imply |
-# enable_basic_printing. It's possible to build Chrome with preview only. |
-enable_print_preview = !is_android |
- |
# The seccomp-bpf sandbox is only supported on three architectures |
# currently. |
# Do not disable seccomp_bpf anywhere without talking to |