| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 86165523db18ac2bc0668167dad27c1034e933c3..732314887302778fb7d40aeb7ea2cb55aedef10b 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();
|
|
|