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

Side by Side 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 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 (UI, Chrome and ash in separate services)";
924
925 const char kEnableMusDescription[] =
926 "Mus (UI in separate service, Chrome and ash in same service)";
921 927
922 const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click"; 928 const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
923 929
924 const char kAllowTouchpadThreeFingerClickDescription[] = 930 const char kAllowTouchpadThreeFingerClickDescription[] =
925 "Enables touchpad three-finger-click as middle button."; 931 "Enables touchpad three-finger-click as middle button.";
926 932
927 const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode"; 933 const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
928 934
929 const char kAshEnableUnifiedDesktopDescription[] = 935 const char kAshEnableUnifiedDesktopDescription[] =
930 "Enable unified desktop mode which allows a window to span multiple " 936 "Enable unified desktop mode which allows a window to span multiple "
(...skipping 2225 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 3162
3157 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 3163 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
3158 3164
3159 #if defined(OS_MACOSX) 3165 #if defined(OS_MACOSX)
3160 extern const char kMacRTLName[] = "Enable RTL"; 3166 extern const char kMacRTLName[] = "Enable RTL";
3161 extern const char kMacRTLDescription[] = 3167 extern const char kMacRTLDescription[] =
3162 "Mirrors the UI for RTL language users"; 3168 "Mirrors the UI for RTL language users";
3163 #endif 3169 #endif
3164 3170
3165 } // namespace flag_descriptions 3171 } // 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