Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2460)

Unified Diff: chrome/common/features.gni

Issue 2376193006: Disable Ctrl+Shift+P on Chrome OS (Closed)
Patch Set: declare what you use Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/BUILD.gn ('k') | printing/printing_context_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | printing/printing_context_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698