| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7218b010469188e8bffa0bcbed021acd55a22a33..61b46c7ebf7960976f7a1653543e0a2b29827f59 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1066,6 +1066,9 @@ const char kPrerenderModeSwitchValueEnabled[] = "enabled";
|
| // prefetch_only: No prerendering, but enables prefetching.
|
| const char kPrerenderModeSwitchValuePrefetchOnly[] = "prefetch_only";
|
|
|
| +// Enable conversion from vector to raster for any page.
|
| +const char kPrintRaster[] = "print-raster";
|
| +
|
| // Disable saving the printer and settings between sessions.
|
| const char kPrintSettingsReset[] = "print-settings-reset";
|
|
|
|
|