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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 const char kReducedReferrerGranularityName[] = 908 const char kReducedReferrerGranularityName[] =
909 "Reduce default 'referer' header granularity."; 909 "Reduce default 'referer' header granularity.";
910 910
911 const char kReducedReferrerGranularityDescription[] = 911 const char kReducedReferrerGranularityDescription[] =
912 "If a page hasn't set an explicit referrer policy, setting this flag " 912 "If a page hasn't set an explicit referrer policy, setting this flag "
913 "will reduce the amount of information in the 'referer' header for " 913 "will reduce the amount of information in the 'referer' header for "
914 "cross-origin requests."; 914 "cross-origin requests.";
915 915
916 #if defined(OS_CHROMEOS) 916 #if defined(OS_CHROMEOS)
917 917
918 const char kUseMashName[] = "Mojo UI Service (mus)."; 918 const char kUseMusDescription[] = "Enable the Mojo UI service.";
919 919
920 const char kUseMashDescription[] = "Enable mus, mash etc."; 920 const char kUseMusName[] = "Mus";
921
922 const char kEnableMashDescription[] =
923 "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.
924
925 const char kEnableMusDescription[] = "Mus (Chrome and ash in the same service)";
921 926
922 const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click"; 927 const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
923 928
924 const char kAllowTouchpadThreeFingerClickDescription[] = 929 const char kAllowTouchpadThreeFingerClickDescription[] =
925 "Enables touchpad three-finger-click as middle button."; 930 "Enables touchpad three-finger-click as middle button.";
926 931
927 const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; 932 const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
928 933
929 const char kAshEnableUnifiedDesktopDescription[] = 934 const char kAshEnableUnifiedDesktopDescription[] =
930 "Enable unified desktop mode which allows a window to span multiple " 935 "Enable unified desktop mode which allows a window to span multiple "
(...skipping 2225 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 3161
3157 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 3162 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
3158 3163
3159 #if defined(OS_MACOSX) 3164 #if defined(OS_MACOSX)
3160 extern const char kMacRTLName[] = "Enable RTL"; 3165 extern const char kMacRTLName[] = "Enable RTL";
3161 extern const char kMacRTLDescription[] = 3166 extern const char kMacRTLDescription[] =
3162 "Mirrors the UI for RTL language users"; 3167 "Mirrors the UI for RTL language users";
3163 #endif 3168 #endif
3164 3169
3165 } // namespace flag_descriptions 3170 } // namespace flag_descriptions
OLDNEW
« 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