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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2870893003: chromeos: Adds --mus flag (Closed)
Patch Set: cleanup Created 3 years, 7 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 635a4c38fd2b0aee8933d8c8015ad997a4057e94..7af311b700b0a5537953bc1c75050a2f8a5125c6 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -915,9 +915,14 @@ const char kReducedReferrerGranularityDescription[] =
#if defined(OS_CHROMEOS)
-const char kUseMashName[] = "Mojo UI Service (mus).";
+const char kUseMusDescription[] = "Enable the Mojo UI service.";
-const char kUseMashDescription[] = "Enable mus, mash etc.";
+const char kUseMusName[] = "Mus";
+
+const char kEnableMashDescription[] =
+ "Mash (Chrome and ash in separate services)";
James Cook 2017/05/15 16:49:18 How about: Mash (UI, Chrome and ash in separate s
sky 2017/05/15 17:53:39 Done.
+
+const char kEnableMusDescription[] = "Mus (Chrome and ash in the same service)";
const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698