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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2870893003: chromeos: Adds --mus flag (Closed)
Patch Set: feedback 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..64f175ceb9fb5a30a15f40465f370a626a12d7ae 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -915,9 +915,15 @@ 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 (UI, Chrome and ash in separate services)";
+
+const char kEnableMusDescription[] =
+ "Mus (UI in separate service, Chrome and ash in 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