Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(872)

Unified Diff: chrome/common/chrome_switches.h

Issue 2681663004: Mustash: Ignore --mash flag when comparing flags in UserSessionManager. (Closed)
Patch Set: Addressing feedback Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 9d3daa3b1d1f5350ab8397c58ffdc4c594db65e2..ae9e415205e70c4f9871329ba1418bd57ea165a7 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"
@@ -331,6 +332,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

Powered by Google App Engine
This is Rietveld 408576698