| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index ca9b97d911381760d828e67e2e198909ba4faac9..597aee9b78888a79dff9968fe7959291d12d083e 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -350,6 +350,10 @@ extern const char kEnableInputImeAPI[];
|
| extern const char kEnableNewAppMenuIcon[];
|
| #endif
|
|
|
| +#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID)
|
| +extern const char kUseSystemDefaultPrinter[];
|
| +#endif
|
| +
|
| #if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
|
| extern const char kMemlog[];
|
| extern const char kMemlogPipe[];
|
|
|