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

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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 54438cdd50dd3383b86b8665f08f9d24703a02c9..96580badee0564fa38a6727d78ad1d6c38e78df9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -224,6 +224,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kPrintSettingsReset)
},
{
Lei Zhang 2012/08/21 20:18:33 Ditto, inside #if defined(OS_WIN)
Vitaly Buka (NO REVIEWS) 2012/08/21 20:39:55 Done.
+ "print-raster",
+ IDS_FLAGS_PRINT_RASTER_NAME,
+ IDS_FLAGS_PRINT_RASTER_DESCRIPTION,
+ kOsWin,
+ SINGLE_VALUE_TYPE(switches::kPrintRaster)
+ },
+ {
"crxless-web-apps",
IDS_FLAGS_CRXLESS_WEB_APPS_NAME,
IDS_FLAGS_CRXLESS_WEB_APPS_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698