| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index de61491c4e26f6fd782a64cfb34ce5114fa94775..b080303ba92e5594b2ffa9f9bd15c676441a8256 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -128,6 +128,9 @@ extern const char kEnableExperimentalHotwordHardware[];
|
| extern const char kEnableExtensionActivityLogging[];
|
| extern const char kEnableExtensionActivityLogTesting[];
|
| extern const char kEnableFastUnload[];
|
| +#if defined(OS_WIN)
|
| +extern const char kEnableGDITextPrinting[];
|
| +#endif
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| extern const char kEnableGoogleBrandedContextMenu[];
|
| #endif // defined(GOOGLE_CHROME_BUILD)
|
|
|