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

Unified Diff: chrome/browser/about_flags.cc

Issue 10836330: Rasterize page before printing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/printing/print_view_manager.cc » ('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 54438cdd50dd3383b86b8665f08f9d24703a02c9..c67748220d9e000d0e920e3aba0fbe2c9b48f9e5 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,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/printing/print_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698