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

Unified Diff: chrome/browser/about_flags.cc

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Merge Created 3 years, 11 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/app/generated_resources.grd ('k') | chrome/browser/printing/pdf_to_emf_converter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 561d9e3fdd7603b9e384540cee4396d3475ef4c8..78ebb3dbb08c7b97d57c40a200297085c3d457e7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2221,10 +2221,13 @@ const FeatureEntry kFeatureEntries[] = {
#endif // defined(OS_CHROMEOS)
#if defined(OS_WIN)
- {"gdi-text-printing", IDS_FLAGS_GDI_TEXT_PRINTING,
- IDS_FLAGS_GDI_TEXT_PRINTING_DESCRIPTION, kOsWin,
- FEATURE_VALUE_TYPE(features::kGdiTextPrinting)}
-#endif
+ {"gdi-text-printing", IDS_FLAGS_GDI_TEXT_PRINTING,
+ IDS_FLAGS_GDI_TEXT_PRINTING_DESCRIPTION, kOsWin,
+ FEATURE_VALUE_TYPE(features::kGdiTextPrinting)},
+ {"postscript-printing", IDS_FLAGS_POSTSCRIPT_PRINTING,
+ IDS_FLAGS_POSTSCRIPT_PRINTING_DESCRIPTION, kOsWin,
+ FEATURE_VALUE_TYPE(features::kPostScriptPrinting)},
+#endif // defined(OS_WIN)
#if defined(OS_CHROMEOS)
{"show-arc-files-app", IDS_FLAGS_SHOW_ARC_FILES_APP_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/printing/pdf_to_emf_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698