| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 29ed21669c0e6b6098bb7fca946daa6a0d6f401d..977f6a953ae72740e7a463eaaae69b3534c339fc 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1047,9 +1047,6 @@ 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";
|
| -
|
| // Outputs the product version information and quit. Used as an internal api to
|
| // detect the installed version of Chrome on Linux.
|
| const char kProductVersion[] = "product-version";
|
|
|