summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 51ef078..956b8ca 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -223,6 +223,15 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kPrintSettingsReset)
},
+#if defined(OS_WIN)
+ {
+ "print-raster",
+ IDS_FLAGS_PRINT_RASTER_NAME,
+ IDS_FLAGS_PRINT_RASTER_DESCRIPTION,
+ kOsWin,
+ SINGLE_VALUE_TYPE(switches::kPrintRaster)
+ },
+#endif // OS_WIN
{
"crxless-web-apps",
IDS_FLAGS_CRXLESS_WEB_APPS_NAME,