| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 2cafd96208da6217234d626714358ec8576af43e..8b2ef3dc9017958fd26db3d69eab8ec587e96227 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -32,6 +32,10 @@ declare_args() {
|
| # ChromeOS builds have this enabled by default.
|
| enable_hotwording = is_chrome_branded && is_chromeos
|
|
|
| + # Enable the printing system dialog for platforms that support printing
|
| + # and have a system dialog.
|
| + enable_basic_print_dialog = enable_basic_printing && !is_chromeos
|
| +
|
| # Set to true to bundle all the mash related mojo services into chrome.
|
| # Specify --mash to chrome to have chrome start the mash environment.
|
| enable_package_mash_services = is_chromeos
|
|
|