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

Unified Diff: chrome/browser/about_flags.cc

Issue 7725006: Print Preview: Fix the entry in about:flags. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 98089)
+++ chrome/browser/about_flags.cc (working copy)
@@ -160,18 +160,17 @@
kOsAll,
SINGLE_VALUE_TYPE(switches::kDisableGpuVsync)
},
+ // Exposed on all platforms until there is a workaround for easy access to
+ // the native print dialog for users that need it. Once that's done, revert
+ // back to:
+ // Only expose this for Chromium builds where users may not have the PDF
+ // plugin. Do not give Google Chrome users the option to disable it here.
+ // Also expose it for Chrome OS where print preview is still experimental.
{
"print-preview", // FLAGS:RECORD_UMA
IDS_FLAGS_PRINT_PREVIEW_NAME,
IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION,
-#if !defined(GOOGLE_CHROME_BUILD) || defined(OS_CHROMEOS)
- // Only expose this for Chromium builds where users may not have the PDF
- // plugin. Do not give Google Chrome users the option to disable it here.
- // Also expose it for Chrome OS where print preview is still experimental.
kOsAll,
-#else
- 0,
-#endif
SINGLE_VALUE_TYPE(switches::kEnablePrintPreview)
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698