| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 2ae944573e5f8f9f67ca82e3d1f51a4772fd86d7..6ba9f9de407232ca41be1b6dd4b16800e4bc4189 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -33,6 +33,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
|
|
|