| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 101031)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1213,6 +1213,9 @@
|
| // kDisablePrintPreview overrides this.
|
| const char kEnablePrintPreview[] = "enable-print-preview";
|
|
|
| +// Enables the benchmarking extensions.
|
| +const char kEnableBenchmarking[] = "enable-benchmarking";
|
| +
|
| bool IsPrintPreviewEnabled() {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(kDisablePrintPreview))
|
| return false;
|
|
|