Chromium Code Reviews| Index: printing/features/features.gni |
| diff --git a/printing/features/features.gni b/printing/features/features.gni |
| index a41202a2e194451f33942a76e93adef67037d521..8095111c6834fe66f563e43d81b5c7415eb43626 100644 |
| --- a/printing/features/features.gni |
| +++ b/printing/features/features.gni |
| @@ -15,3 +15,8 @@ declare_args() { |
| use_cups = (is_desktop_linux || is_mac) && !is_chromecast |
| } |
| + |
| +declare_args() { |
| + # Enable Print Browser mode. Defaults to enable_print_preview. |
| + enable_print_browser = enable_print_preview |
|
skau
2016/12/16 18:05:53
It is surprising that print preview implies print
|
| +} |