| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2eba7f41a2b054c6e097b5d698be63ac16990f2b..e3e95223db6b3720d36285b0710e4fb203285e0f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1607,9 +1607,6 @@ const char kForceImmersive[] = "force-immersive";
|
| // Windows 8 and higher. Used when relaunching metro Chrome.
|
| const char kForceDesktop[] = "force-desktop";
|
|
|
| -// Enable conversion from vector to raster for any page.
|
| -const char kPrintRaster[] = "print-raster";
|
| -
|
| // Relaunches metro Chrome on Windows 8 and higher using a given shortcut.
|
| const char kRelaunchShortcut[] = "relaunch-shortcut";
|
|
|
|
|