| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 59a586133625eb3514602bea266cb65d083f0268..73bc4215bc96e4faca88d9129c201f2592577208 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1099,6 +1099,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";
|
|
|