Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index f5d2c59ea06c0c028ebc88b5894ed9f6cc8f71de..a78d30f7648ccb70672990b52baf4066795f5aec 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -56,9 +56,9 @@ enable_pepper_cdms = enable_plugins && (is_linux || is_mac || is_win) |
# fully, and 2 enables only the codepath to generate a Metafile (e.g. usually |
# a PDF or EMF) and disables print preview, cloud print, UI, etc. |
if (is_android) { |
- enable_printing = 2 |
+ printing_mode = 2 |
} else { |
- enable_printing = 1 |
+ printing_mode = 1 |
} |
# The seccomp-bpf sandbox is only supported on three architectures |