| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f3ef99f5deaa32db85b4ca9bd78edd9fa65c211f..de608fccb7b4d03ca21351366dff13f5a797bc5c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -405,6 +405,9 @@ const char kEnablePotentiallyAnnoyingSecurityFeatures[] =
|
| // Enables the Power overlay in Settings.
|
| const char kEnablePowerOverlay[] = "enable-power-overlay";
|
|
|
| +// Enables the Print Browser feature in print preview.
|
| +const char kEnablePrintBrowser[] = "enable-print-browser";
|
| +
|
| // Enables showing unregistered printers in print preview
|
| const char kEnablePrintPreviewRegisterPromos[] =
|
| "enable-print-preview-register-promos";
|
|
|