| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 2517477189be8e93ee4bf7ce262a4f2b39d31f1b..55daad9915dc8c3e2a53c7fce2e6c3dc69849d9b 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -374,6 +374,10 @@ extern const char kDisablePrintPreview[];
|
| extern const char kEnablePrintPreview[];
|
| extern const char kEnableBenchmarking[];
|
|
|
| +#if defined(USE_AURA)
|
| +extern const char kTestCompositor[];
|
| +#endif
|
| +
|
| bool IsPrintPreviewEnabled();
|
|
|
| bool IsInBrowserThumbnailingEnabled();
|
|
|