| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ca329820e2795eeed6359c1f58f5210b6321e359..d515d593007dad625941e296e755d5b02db40752 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1105,6 +1105,11 @@ const char kWindows10CustomTitlebar[] = "windows10-custom-titlebar";
|
| const char kWindows8Search[] = "windows8-search";
|
| #endif // defined(OS_WIN)
|
|
|
| +#if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES)
|
| +// Used to enable Mus+ash.
|
| +const char kMash[] = "mash";
|
| +#endif
|
| +
|
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| // Enables support to debug printing subsystem.
|
| const char kDebugPrint[] = "debug-print";
|
|
|