| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index e9dbf17e52f8cd91aa743d038575a3f37bc2943d..8ce9d08c43149abf7a79894bf635d939ddaab6db 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -310,7 +310,7 @@ extern const char kWebApkServerUrl[];
|
|
|
| #if defined(OS_CHROMEOS)
|
| extern const char kEnableNativeCups[];
|
| -#endif // defined(OS_CHROMEOS)
|
| +#endif // defined(OS_CHROMEOS)
|
|
|
| #if defined(USE_ASH)
|
| extern const char kOpenAsh[];
|
| @@ -348,6 +348,7 @@ extern const char kRelauncherProcessDMGDevice[];
|
| #endif // defined(OS_MACOSX)
|
|
|
| #if defined(OS_WIN)
|
| +extern const char kDisableGDITextPrinting[];
|
| extern const char kDisablePerMonitorDpi[];
|
| extern const char kEnableCloudPrintXps[];
|
| extern const char kEnablePerMonitorDpi[];
|
|
|