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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2889883002: Enable print as image by default (Closed)
Patch Set: Fix JS style guide issue Created 3 years, 7 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 | « no previous file | chrome/browser/ui/webui/print_preview/print_preview_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 86dc6f6d31bc265a3b4a2c3e4d9945309f3ce9b5..d8cc7cd24a25c8d6a6fb6d556e3b8fb98c39c11d 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -116,12 +116,13 @@ const char kForceTabletModeClamshell[] = "Clamshell";
const char kForceTabletModeAuto[] = "Auto (default)";
// Print Preview features
-
+#if !defined(OS_WIN) && !defined(OS_MACOSX)
const char kPrintPdfAsImageName[] = "Print Pdf as Image";
const char kPrintPdfAsImageDescription[] =
"If enabled, an option to print PDF files as images will be available "
"in print preview.";
+#endif
#if !defined(DISABLE_NACL)
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/print_preview_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698