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

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..b25c828158ddc9059d09d6c73f67c443ce4c2a17 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -166,6 +166,7 @@ extern const char kKioskModePrinting[];
extern const char kLoadExtension[];
extern const char kLoadMediaRouterComponentExtension[];
extern const char kMakeDefaultBrowser[];
+extern const char kMash[];
sky 2017/02/08 23:30:36 Should we wrap this in BUILDFLAG(ENABLE_PACKAGE_MA
mfomitchev 2017/02/09 01:10:33 Okay. I've updated about_flags.cc and user_session
sky 2017/02/09 17:20:48 I'm concerned with non-chromeos code. For chromeos
extern const char kMediaCacheSize[];
extern const char kMetricsRecordingOnly[];
extern const char kMonitoringDestinationID[];

Powered by Google App Engine
This is Rietveld 408576698