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

Unified Diff: printing/features/features.gni

Issue 2556023002: Added flags for PrintBrowser mode (Closed)
Patch Set: Fix git weirdness Created 4 years 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
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
+}

Powered by Google App Engine
This is Rietveld 408576698