| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 9ae5a80c33644a1f62cec493468a024b8f0d4207..df69b266dca3167729255d4843dadad37a8b5ec6 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -9,6 +9,7 @@
|
| #define CHROME_COMMON_CHROME_SWITCHES_H_
|
|
|
| #include "build/build_config.h"
|
| +#include "chrome/common/features.h"
|
| #include "ppapi/features/features.h"
|
| #include "printing/features/features.h"
|
|
|
| @@ -329,6 +330,10 @@ extern const char kWindows10CustomTitlebar[];
|
| extern const char kWindows8Search[];
|
| #endif // defined(OS_WIN)
|
|
|
| +#if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES)
|
| +extern const char kMash[];
|
| +#endif
|
| +
|
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| extern const char kDebugPrint[];
|
| #endif
|
|
|