blob: 781e64ef1d5054da662d9d9d0d6f4f95d1c43be6 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2017 The Chromium Authors
vabr0215a8e2017-03-28 12:47:342// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Xiaohan Wang55ae2c012022-01-20 21:49:117#include "build/build_config.h"
Yuta Hijikata235fc62b2020-12-08 03:48:328#include "build/chromeos_buildflags.h"
Colin Blundell120bc902023-01-12 15:33:279#include "flag_descriptions.h"
David Dorwin7d75ca92022-03-10 21:59:5610#include "pdf/buildflags.h"
Yuta Hijikata235fc62b2020-12-08 03:48:3211
Brett Wilson7b44537e2017-08-18 01:38:2812// Keep in identical order as the header file, see the comment at the top
13// for formatting rules.
14
vabr0215a8e2017-03-28 12:47:3415namespace flag_descriptions {
16
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
18const char kAccelerated2dCanvasDescription[] =
19 "Enables the use of the GPU to perform 2d canvas rendering instead of "
20 "using software rendering.";
horodb71a5a2017-06-09 16:08:2421
Justin Novosad8faf6952021-08-20 22:36:4922const char kCanvasOopRasterizationName[] =
23 "Out-of-process 2D canvas rasterization.";
24const char kCanvasOopRasterizationDescription[] =
25 "The rasterization of 2d canvas contents is performed in the GPU process. "
26 "Requires that out-of-process rasterization be enabled.";
27
Brett Wilsonf27ff602017-07-07 22:28:4728const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
29const char kAcceleratedVideoDecodeDescription[] =
30 "Hardware-accelerated video decode where available.";
31
Hirokazu Honda732d3e622019-06-12 01:13:4432const char kAcceleratedVideoEncodeName[] = "Hardware-accelerated video encode";
33const char kAcceleratedVideoEncodeDescription[] =
34 "Hardware-accelerated video encode where available.";
35
David Dorwin7d75ca92022-03-10 21:59:5636#if BUILDFLAG(ENABLE_PDF)
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3037const char kAccessiblePDFFormName[] = "Accessible PDF Forms";
38const char kAccessiblePDFFormDescription[] =
39 "Enables accessibility support for PDF forms.";
Hui Yingst058c23702022-11-06 18:59:2240
41const char kPdfUseSkiaRendererName[] = "Use Skia Renderer";
42const char kPdfUseSkiaRendererDescription[] = "Use Skia as the PDF renderer.";
David Dorwin7d75ca92022-03-10 21:59:5643#endif
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3044
Liza Bipina0d7fcf2022-12-28 14:38:5045extern const char kAddEduAccountFromAccountSettingsForSupervisedUsersName[] =
46 "Add Edu Account From Account Settings For Supervised Users";
47extern const char
48 kAddEduAccountFromAccountSettingsForSupervisedUsersDescription[] =
49 "Enables supervised users to add additional Edu accounts and "
50 "simplifies settings UI";
Mihai Sardarescua69193742019-12-06 17:31:3351
Nikki Fang32bf6282023-01-04 05:28:4152const char kAppDeduplicationServiceFondueName[] =
53 "Identify duplicate app groups.";
54const char kAppDeduplicationServiceFondueDescription[] =
55 "Enables pulling app duplicate data from a Google server to allow clients "
56 "to determine app duplicates.";
57
Etienne Pierre-dorayb6e0b672022-07-06 17:17:3658const char kAlignWakeUpsName[] = "Align delayed wake ups at 125 Hz";
59const char kAlignWakeUpsDescription[] =
60 "Run most delayed tasks with a non-zero delay (including DOM Timers) on a "
61 "periodic 125Hz tick, instead of as soon as their delay has passed.";
62
Brett Wilsonf27ff602017-07-07 22:28:4763const char kAllowInsecureLocalhostName[] =
64 "Allow invalid certificates for resources loaded from localhost.";
65const char kAllowInsecureLocalhostDescription[] =
66 "Allows requests to localhost over HTTPS even when an invalid certificate "
67 "is presented.";
68
sophiewencc86b2c2023-02-07 18:29:4669const char kWindowLayoutMenu[] = "New Window Layout Menu";
70const char kWindowLayoutMenuDescription[] =
71 "Enables the new Window Layout menu for adjusting window layouts. Also "
72 "enables Floating windows and partial split-screen layouts.";
73
Judy Wangec296a12021-03-12 00:22:5274const char kWindowsFollowCursorName[] =
75 "Windows open on the display with the cursor";
76const char kWindowsFollowCursorDescription[] =
77 "When there are multiple displays, windows open on the display where "
78 "cursor is located.";
79
Chris Blumed5d85872021-02-17 18:21:0180const char kAnimatedImageResumeName[] = "Use animated image resume behavior";
81const char kAnimatedImageResumeDescription[] =
82 "Resumes animated images from the last frame drawn rather than attempt "
83 "to catch up to the frame that should be drawn based on current time.";
84
Wen-Chien Wangecbea052023-03-02 00:02:2385const char kAppCollectionFolderRefreshName[] =
86 "App Collection feature: Folder icon refresh";
87const char kAppCollectionFolderRefreshDescription[] =
88 "Enables the App Collection feature: the new folder icon style in the app "
89 "list.";
90
Dominic Mazzoni34dfc6482020-11-18 22:17:5891const char kAriaElementReflectionName[] = "Enable ARIA element reflection";
92const char kAriaElementReflectionDescription[] =
93 "Enable setting ARIA relationship attributes that reference other elements "
94 "directly without an IDREF";
95
Andrew Paseltiner11afa4e2022-07-26 14:23:4996const char kAttributionReportingDebugModeName[] =
97 "Attribution Reporting Debug Mode";
98const char kAttributionReportingDebugModeDescription[] =
99 "Enables debug mode for the Attribution Reporting API. This removes all "
100 "reporting delays and noise. Only works if the Attribution Reporting API "
101 "is already enabled.";
102
Tsuyoshi Horo41b0fe002023-01-30 03:04:57103const char kBackgroundResourceFetchName[] = "Background Resource Fetch";
104const char kBackgroundResourceFetchDescription[] =
105 "Process resource requests in a background thread inside Blink.";
106
Joe DeBlasioe349bdd2022-12-28 00:39:59107const char kBlockInsecureDownloadsName[] = "Block insecure downloads";
108const char kBlockInsecureDownloadsDescription[] =
109 "Enables insecure download blocking. This shows a 'blocked' message if the "
110 "user attempts to download a file over an insecure transport (e.g. HTTP) "
111 "either directly or via an insecure redirect.";
112
Yutaka Hirano92bdfa22022-06-01 15:51:33113const char kBrokerFileOperationsOnDiskCacheInNetworkServiceName[] =
114 "Broker file operations on disk cache in the Network Service";
115const char kBrokerFileOperationsOnDiskCacheInNetworkServiceDescription[] =
116 "Broker file operations on disk cache running in the Network Service. This "
117 "is no-op when the Network Service is running in the browser process.";
118
Hubert Chaoc30058a2022-12-01 01:08:44119const char kCertDualVerificationEnabledName[] = "Cert Dual Verification";
120const char kCertDualVerificationEnabledDescription[] =
121 "Runs both platform Cert Verifer and Chrome Cert Verifier, reporting "
122 "any differences to Chrome if Safe Browsing Extended Reporting is "
123 "enabled.";
124
Elly Fong-Jones6d1e47c72023-02-24 16:12:57125const char kClickToCallName[] = "Click-To-Call";
126const char kClickToCallDescription[] = "Enable the click-to-call feature.";
127
Ana SollanoKim2266c112022-07-14 23:38:15128const char kClipboardUnsanitizedContentName[] =
129 "Clipboard unsanitized read and write";
130const char kClipboardUnsanitizedContentDescription[] =
131 "Allows reading/writing unsanitized content from/to the clipboard. "
132 "Currently, it is only applicable to HTML format. See crbug.com/1268679.";
133
Hubert Chaod8adfa72022-10-19 18:18:52134const char kChromeRootStoreEnabledName[] = "Chrome Root Store";
135const char kChromeRootStoreEnabledDescription[] =
136 "Enable use of Chrome Root Store over platform roots. "
137 "On some platforms this may also enable Chrome Cert Verifier.";
138
Basia Zimirskab0d235a2021-02-24 19:42:53139const char kContentLanguagesInLanguagePickerName[] =
140 "Content languages in language picker";
141const char kContentLanguagesInLanguagePickerDescription[] =
142 "Enables bringing user's content languages that are translatable to the "
143 "top of the list with all languages shown in the translate menu";
144
Riley Tatum8a784fdb2022-10-19 16:48:52145const char kCustomizeChromeColorExtractionName[] =
146 "Customize Chrome Color Extraction";
147const char kCustomizeChromeColorExtractionDescription[] =
148 "Enables setting theme color based on background image color when "
149 "background image is changed in New Tab Page Customize Chrome.";
150
Nihar Majmudarc934f4f2022-08-02 23:56:15151const char kCustomizeChromeSidePanelName[] = "Customize Chrome Side Panel";
152const char KCustomizeChromeSidePanelDescription[] =
153 "Enables the ability to use Customize Chrome functionality from the "
154 "unified side panel on the New Tab Page.";
155
Alice Wang345e09442021-07-05 09:03:29156const char kForceStartupSigninPromoName[] = "Force Start-up Signin Promo";
157const char kForceStartupSigninPromoDescription[] =
158 "If enabled, the full screen signin promo will be forced to show up at "
159 "Chrome start-up.";
160
Tanmoy Mollik271c46e2022-10-18 13:24:30161const char kGaiaIdCacheInAccountManagerFacadeName[] =
162 "Gaia Id In AccountManagerFacade (AMF)";
163const char kGaiaIdCacheInAccountManagerFacadeDescription[] =
Tanmoy Mollikd2408c2e2022-10-03 12:54:55164 "If enabled, starts fetching gaia id from android accounts in "
165 "AccountManagerFacade (AMF)";
166
Tanmoy Mollik429d21a2022-11-28 15:42:06167const char kIdentityStatusConsistencyName[] = "Identity Status Consistency";
168const char kIdentityStatusConsistencyDescription[] =
169 "If enabled, always show identity status - even for signed-out users";
170
Alice Wang97469582022-05-09 08:00:26171const char kTangibleSyncName[] = "Tangible Sync";
172const char kTangibleSyncDescription[] =
173 "Enables the tangible sync when a user starts the sync consent flow";
174
shivanigithub99368382021-06-16 18:33:37175const char kDebugHistoryInterventionNoUserActivationName[] =
176 "Debug flag for history intervention on no user activation";
177const char kDebugHistoryInterventionNoUserActivationDescription[] =
178 "This flag when enabled, will be used to debug an issue where a page that "
179 "did not get user activation "
180 "is able to work around the history intervention which is not the expected "
181 "behavior";
182
Tommy Steimelc79b2e02022-07-07 19:07:51183const char kDocumentPictureInPictureApiName[] =
184 "Document Picture-in-Picture API";
185const char kDocumentPictureInPictureApiDescription[] =
186 "Enables API to open an always-on-top window with a full HTML document";
187
Erik Chen92f2f0d2023-03-13 00:09:48188const char kEnableBenchmarkingName[] = "Enable benchmarking";
189const char kEnableBenchmarkingDescription[] =
190 "Sets all features to their default state; that is, disables randomization "
191 "for feature states. This is used by developers and testers to "
192 "diagnose whether an observed problem is caused by a non-default "
193 "base::Feature configuration. This flag is automatically reset "
194 "after 3 restarts. On the third restart, the flag will appear to be off "
195 "but the effect is still active.";
196
Mohamed Amir Yosefe19919bc2022-09-30 11:49:26197const char kPasswordNotesWithBackupName[] = "Password notes in settings";
198const char kPasswordNotesWithBackupDescription[] =
Adem Derinel2ea69d92022-03-17 08:58:05199 "Enables a note section for each password in the settings page.";
200
Adem Derinel76fff52a12022-06-20 08:49:06201const char kPasswordViewPageInSettingsName[] = "Password view page in settings";
202const char kPasswordViewPageInSettingsDescription[] =
203 "Enables a new password details subpage in the settings password "
204 "management UI.";
205
Vasiliy Telezhnikov85321a82022-11-08 00:20:15206extern const char kPPAPISharedImagesSwapChainName[] =
207 "Use SharedImages for PPAPI swapchain";
208extern const char kPPAPISharedImagesSwapChainDescription[] =
209 "Switches legacy swap chain code to SharedImages";
210
Colin Blundell120bc902023-01-12 15:33:27211extern const char kSupportPepperVideoDecoderDevAPIName[] =
212 "Controls whether the Pepper PPB_VideoDecoder(Dev) API is supported";
213extern const char kSupportPepperVideoDecoderDevAPIDescription[] =
214 "When disabled, Chrome will return 0 if asked to create the "
215 "PPB_VideoDecoder(Dev) API by in-process callers";
216
Colin Blundell2ebb7322023-02-03 07:43:58217extern const char kCmdDecoderAlwaysGetSizeFromSourceTextureName[] =
218 "Controls whether the GLES2 validating decoder always gets size from the "
219 "source texture when copying textures";
220extern const char kCmdDecoderAlwaysGetSizeFromSourceTextureDescription[] =
221 "When enabled, the GLES2 validating decoder will obtain size from the "
222 "source texture rather than the GLImage when copying textures even if a "
223 "GLImage is present";
224
Andre Le29427c22022-09-23 23:01:57225const char kPrivacyIndicatorsName[] = "Enable Privacy Indicators";
226const char kPrivacyIndicatorsDescription[] =
227 "While screen sharing or camera/microphone is being accessed, show a green "
228 "icon in the status area as well as add a silent notification to the tray.";
229
Vicky Minb02c3e92020-07-07 20:56:52230const char kEnableBluetoothSerialPortProfileInSerialApiName[] =
231 "Enable Bluetooth Serial Port Profile in Serial API";
232const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] =
233 "When enabled, Bluetooth Serial Port Profile devices will be enumerated "
234 "for use with the Serial API.";
235
Vikas Soni7981a2d2021-07-30 18:51:11236const char kEnableDrDcName[] =
237 "Enables Display Compositor to use a new gpu thread.";
238const char kEnableDrDcDescription[] =
239 "When enabled, chrome uses 2 gpu threads instead of 1. "
240 " Display compositor uses new dr-dc gpu thread and all other clients "
241 "(raster, webgl, video) "
242 " continues using the gpu main thread.";
243
vikassoni93f244b2022-05-12 21:58:26244const char kEnableDrDcVulkanName[] =
245 " Use this flag along with flag enable-drdc to enable DrDc on Vulkan. "
246 " Note that this flag will be a no-op if enable-drdc is disabled. ";
247
Le Hoang Quyend6ceade62022-05-20 07:13:10248const char kForceGpuMainThreadToNormalPriorityDrDcName[] =
249 "Force GPU main thread priority to normal for DrDc.";
250const char kForceGpuMainThreadToNormalPriorityDrDcDescription[] =
251 "When enabled, force GPU main thread priority to be normal for DrDc mode. "
252 "In that case DrDc thread continues to use DISPLAY thread priority and "
253 "hence have higher thread priority than GPU main. Note that this flag will "
254 "be a no-op when DrDc is disabled.";
255
Aashna Shethec3b89f2022-09-15 13:06:50256const char kTextBasedAudioDescriptionName[] = "Enable audio descriptions.";
257const char kTextBasedAudioDescriptionDescription[] =
258 "When enabled, HTML5 video elements with a 'descriptions' WebVTT track "
259 "will speak the audio descriptions aloud as the video plays.";
260
Aga Wronska344fa8282021-10-07 14:18:05261#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
262const char kWebFilterInterstitialRefreshName[] =
263 "Web filter interstitial refresh.";
264const char kWebFilterInterstitialRefreshDescription[] =
James Lee89b449e52022-12-13 18:14:52265 "Enable web filter interstitial refresh for Family Link users.";
Aga Wronska344fa8282021-10-07 14:18:05266#endif // ENABLE_SUPERVISED_USERS
267
Elly Fong-Jones43624372023-02-16 19:36:11268const char kUpcomingFollowFeaturesName[] = "Enable upcoming follow features.";
269const char kUpcomingFollowFeaturesDescription[] =
270 "This flag enables all upcoming follow features, in the experiment "
271 "arms that are most likely to be shipped. This is a meta-flag to which "
272 "features are upcoming at any given time may change.";
273
Elly Fong-Jones0c55976a2021-10-06 18:04:30274const char kUpcomingSharingFeaturesName[] = "Enable upcoming sharing features.";
275const char kUpcomingSharingFeaturesDescription[] =
276 "This flag enables all upcoming sharing features, in the experiment "
277 "arms that are most likely to be shipped. This is a meta-flag so which "
278 "features are upcoming at any given time may change.";
279
Regan Hsu3243afa2021-06-21 18:27:27280const char kUseStorkSmdsServerAddressName[] = "Use Stork SM-DS address";
281const char kUseStorkSmdsServerAddressDescription[] =
282 "Use the Stork SM-DS address to fetch pending eSIM profiles managed by the "
283 "Stork prod server. Note that Stork profiles can be created with an EID at "
284 "go/stork-profile, and managed at go/stork-batch > View Profiles. Also "
Jason Zhang26cacea2022-04-04 18:55:04285 "note that an test EUICC card is required to use this feature, usually "
286 "that requires the kCellularUseSecond flag to be enabled. Go to "
Regan Hsu3243afa2021-06-21 18:27:27287 "go/cros-connectivity > Dev Tips for more instructions.";
288
Regan Hsu1ffea922020-09-10 17:08:47289const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL";
290const char kUseWallpaperStagingUrlDescription[] =
291 "Use the staging server as part of the Wallpaper App to verify "
292 "additions/removals of wallpapers.";
293
Kyle Horimoto874554a2019-01-31 00:52:09294const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
295const char kUseMessagesStagingUrlDescription[] =
296 "Use the staging server as part of the \"Messages\" feature under "
297 "\"Connected Devices\" settings.";
298
Jon Mann5ebbd1532020-04-17 22:12:05299const char kUseCustomMessagesDomainName[] = "Use custom Messages domain";
300const char kUseCustomMessagesDomainDescription[] =
301 "Use a custom URL as part of the \"Messages\" feature under "
302 "\"Connected Devices\" settings.";
303
Pilar Molina Lopezfd83aae2022-12-16 22:19:57304const char kUseMojoVideoDecoderForPepperName[] =
305 "Use the MojoVideoDecoder for hardware video decoding in Pepper";
306const char kUseMojoVideoDecoderForPepperDescription[] =
307 "Switches Pepper to use the MojoVideoDecoder for hardware accelerated "
308 "video decoding instead of the legacy video decoder.";
309
Vasiliy Telezhnikova4164812022-10-03 18:38:20310const char kUseDMSAAForTilesName[] = "Use DMSAA for tiles";
311const char kUseDMSAAForTilesDescription[] =
312 "Switches skia to use DMSAA instead of MSAA for tile raster";
313
Tsuyoshi Horod81149602022-07-04 01:34:09314const char kUseDnsHttpsSvcbAlpnName[] = "Use DNS https alpn";
315const char kUseDnsHttpsSvcbAlpnDescription[] =
316 "When enabled, Chrome may try QUIC on the first connection using the ALPN"
317 " information in the DNS HTTPS record.";
318
cfredric6f155762020-12-10 18:52:40319const char kEnableFirstPartySetsName[] = "Enable First-Party Sets";
320const char kEnableFirstPartySetsDescription[] =
321 "When enabled, Chrome will apply First-Party Sets to features such as the "
322 "SameParty cookie attribute.";
323
Bob Beckd9873c22023-02-21 22:56:45324extern const char kSHA1ServerSignatureName[] =
325 "Allow SHA-1 server signatures in TLS.";
326extern const char kSHA1ServerSignatureDescription[] =
327 "When enabled, Chrome will allow the use of SHA-1 in signatures from the "
328 "server during a TLS handshake";
329
David Benjamin371481f2022-06-15 15:57:40330extern const char kEncryptedClientHelloName[] = "Encrypted ClientHello";
331extern const char kEncryptedClientHelloDescription[] =
332 "When enabled, Chrome will enable Encrypted ClientHello support. This will "
333 "encrypt TLS ClientHello if the server enables the extension via the HTTPS "
334 "DNS record.";
335
W. James MacLean0d757fa2022-02-16 16:13:31336extern const char kIsolatedSandboxedIframesName[] =
337 "Isolated sandboxed iframes";
338extern const char kIsolatedSandboxedIframesDescription[] =
339 "When enabled, applies process isolation to iframes with the 'sandbox' "
340 "attribute and without the 'allow-same-origin' permission set on that "
W. James MacLean3b6d0872022-06-24 16:16:14341 "attribute. This also applies to documents with a similar CSP sandbox "
342 "header, even in the main frame. The affected sandboxed documents can be "
343 "grouped into processes based on their URL's site or origin. The default "
344 "grouping when enabled is per-site.";
W. James MacLean0d757fa2022-02-16 16:13:31345
Basia Zimirskab4f6ed82022-07-20 16:54:45346const char kAssistantNonPersonalizedVoiceSearchName[] =
347 "AssistantNonPersonalizedVoiceSearch";
348const char kAssistantNonPersonalizedVoiceSearchDescription[] =
349 "Enables the Assistant voice recognition and search without any "
350 "personalization.";
351
Anne Lim24031e9d2019-09-12 23:03:19352const char kAutofillAlwaysReturnCloudTokenizedCardName[] =
353 "Return cloud token details for server credit cards when possible";
354const char kAutofillAlwaysReturnCloudTokenizedCardDescription[] =
355 "When enabled and where available, forms filled using Google Payments "
356 "server cards are populated with cloud token details, including CPAN "
357 "(cloud tokenized version of the Primary Account Number) and dCVV (dynamic "
358 "CVV).";
359
siashah2b698e2b2021-04-21 15:09:55360const char kAutofillAutoTriggerManualFallbackForCardsName[] =
361 "Auto trigger manual fallback for credit card form-filling failure cases";
362const char kAutofillAutoTriggerManualFallbackForCardsDescription[] =
363 "When enabled, manual fallback will be auto-triggered on form interaction "
364 "in the case where autofill failed to fill a credit card form accurately.";
365
Yi An8b28bef2022-06-29 19:11:32366const char kAutofillEnableFIDOProgressDialogName[] =
367 "Show FIDO progress dialog on Android";
368const char kAutofillEnableFIDOProgressDialogDescription[] =
369 "When enabled, a progress dialog is displayed while authenticating with "
370 "FIDO on Android.";
371
Vinny Perskye6677d52023-02-22 22:22:19372const char kAutofillEnableIbanClientSideUrlFilteringName[] =
373 "Enable Autofill IBAN client side URL filtering";
374const char kAutofillEnableIbanClientSideUrlFilteringDescription[] =
375 "When enabled, client side URL filtering will be triggered for the IBAN "
376 "use-case, so that IBAN autofill is not offered on websites that are "
377 "blocked.";
378
siashahd779824402022-03-31 20:06:55379const char kAutofillEnableManualFallbackForVirtualCardsName[] =
380 "Show manual fallback for virtual cards";
381const char kAutofillEnableManualFallbackForVirtualCardsDescription[] =
382 "When enabled, manual fallback will be enabled for virtual cards on "
383 "Android.";
384
Vinny Persky5a0ac3a32023-03-02 18:35:50385const char kAutofillEnableMerchantOptOutClientSideUrlFilteringName[] =
386 "Enable Autofill merchant opt-out client side URL filtering";
387const char kAutofillEnableMerchantOptOutClientSideUrlFilteringDescription[] =
388 "When enabled, client side URL filtering will be triggered for the "
389 "merchant opt-out use-case, so that virtual card suggestions are not shown "
390 "on websites that are opted-out of virtual cards.";
391
Siyu An042eac82022-09-19 23:55:03392const char kAutofillEnableCardArtImageName[] = "Enable showing card art images";
393const char kAutofillEnableCardArtImageDescription[] =
394 "When enabled, card product images (instead of network icons) will be "
395 "shown in Payments Autofill UI.";
396
Vishwas Uppoor89303a92022-08-03 00:56:26397const char kAutofillEnableCardProductNameName[] =
398 "Enable showing card product name";
399const char kAutofillEnableCardProductNameDescription[] =
400 "When enabled, card product name (instead of issuer network) will be shown "
Siyu An042eac82022-09-19 23:55:03401 "in Payments Autofill UI.";
Vishwas Uppoor89303a92022-08-03 00:56:26402
Junhui He9896c7b2023-03-27 18:39:53403const char kAutofillEnableEmailOtpForVcnYellowPathName[] =
404 "Enable email OTP authentication in the yellow path of the VCN retrieval "
405 "flow";
406const char kAutofillEnableEmailOtpForVcnYellowPathDescription[] =
407 "When enabled, if the user encounters the yellow path (challenge path) in "
408 "the VCN retrieval flow and the server denotes that the card is eligible "
409 "for email OTP authentication, email OTP authentication will be offered as "
410 "one of the challenge options.";
411
Alexander Teklea82c4142023-02-22 01:33:42412const char kAutofillEnableNewCardArtAndNetworkImagesName[] =
413 "Enable showing new card art and network images";
414const char kAutofillEnableNewCardArtAndNetworkImagesDescription[] =
415 "When enabled, new and larger card art and network icons will be shown.";
416
Jared Saul702563e2021-09-20 22:36:52417const char kAutofillEnableOfferNotificationForPromoCodesName[] =
418 "Extend Autofill offers and rewards notification to promo code offers";
419const char kAutofillEnableOfferNotificationForPromoCodesDescription[] =
420 "When enabled, a notification will be displayed on page navigation if the "
421 "domain has an eligible merchant promo code offer or reward.";
422
siashaheb118ad52020-12-15 00:17:07423const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
424 "Enable Autofill offers in keyboard accessory";
425const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
426 "When enabled, offers will be displayed in the keyboard accessory when "
427 "available.";
428
Vinny Persky7442638c2023-03-24 01:02:54429const char kAutofillEnablePaymentsMandatoryReauthName[] =
430 "Enable mandatory re-auth for payments autofill";
431const char kAutofillEnablePaymentsMandatoryReauthDescription[] =
432 "When enabled, in use-cases where we would not have triggered any "
433 "user-visible authentication to autofill payment methods, we will trigger "
434 "a device authentication.";
435
Alexander Tekleb4643812023-01-06 23:12:30436const char kAutofillEnableRankingFormulaAddressProfilesName[] =
437 "Enable new Autofill suggestion ranking formula for profiles";
438const char kAutofillEnableRankingFormulaAddressProfilesDescription[] =
439 "When enabled, Autofill will use a new ranking formula to rank Autofill "
440 "profile suggestions.";
441
Alexander Tekle35dfbbd2023-01-31 08:32:39442const char kAutofillEnableRankingFormulaCreditCardsName[] =
443 "Enable new Autofill suggestion ranking formula for credit cards";
444const char kAutofillEnableRankingFormulaCreditCardsDescription[] =
445 "When enabled, Autofill will use a new ranking formula to rank Autofill "
446 "credit card suggestions.";
447
Siyu An3194bda2022-07-13 19:30:37448const char kAutofillEnableRemadeDownstreamMetricsName[] =
449 "Enable remade Autofill Downstream metrics logging";
450const char kAutofillEnableRemadeDownstreamMetricsDescription[] =
451 "When enabled, some extra metrics logging for Autofill Downstream will "
452 "start.";
453
siashah2b698e2b2021-04-21 15:09:55454const char kAutofillEnableStickyManualFallbackForCardsName[] =
455 "Make manual fallback sticky for credit cards";
456const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
457 "When enabled, if the user interacts with the manual fallback bottom "
458 "sheet, it'll remain sticky until the user dismisses it.";
459
Vinny Perskyf98de022022-01-05 22:14:10460const char kAutofillEnableUpdateVirtualCardEnrollmentName[] =
461 "Enable Update Virtual Card Enrollment";
462const char kAutofillEnableUpdateVirtualCardEnrollmentDescription[] =
463 "When enabled, the user will have the ability to update the virtual card "
464 "enrollment of a credit card through their chrome browser after certain "
465 "autofill flows (for example, downstream and upstream), and from the "
466 "settings page.";
467
Vinny Persky650f84402022-04-14 18:46:18468const char kAutofillEnableVirtualCardFidoEnrollmentName[] =
469 "Enable FIDO enrollment for virtual cards";
470const char kAutofillEnableVirtualCardFidoEnrollmentDescription[] =
471 "When enabled, after a successful authentication to autofill a virtual "
472 "card, the user will be prompted to opt-in to FIDO if the user is not "
473 "currently opted-in, and if the user is opted-in already and the virtual "
474 "card is FIDO eligible the user will be prompted to register the virtual "
475 "card into FIDO.";
476
siyua19593222019-12-04 22:27:06477const char kAutofillEnableVirtualCardName[] =
478 "Offer to use cloud token virtual card in Autofill";
479const char kAutofillEnableVirtualCardDescription[] =
480 "When enabled, if all requirements are met, Autofill will offer to use "
481 "virtual credit cards in form filling.";
482
Vipul Vinod Koul633bbf652023-02-21 23:34:11483const char kAutofillEnableNewSaveCardBubbleUiName[] =
484 "Update UI messaging and banner image for credit card upload save";
485const char kAutofillEnableNewSaveCardBubbleUiDescription[] =
486 "When enabled, the user will see a new banner logo and text in the bubble "
487 "offering to upload their cards to Google Pay.";
488
Siyu Ana8b9a0bc2022-01-31 19:40:41489const char kAutofillEnableVirtualCardManagementInDesktopSettingsPageName[] =
490 "Enable virtual card enrollment management in desktop payments settings "
491 "page";
492const char
493 kAutofillEnableVirtualCardManagementInDesktopSettingsPageDescription[] =
494 "When enabled, chrome://settings/payments will offer the option to "
495 "enroll in virtual card if the card is eligible and to unenroll if the "
496 "card has been enrolled.";
497
Siyu An003243c2022-04-07 22:13:11498const char kAutofillEnableVirtualCardMetadataName[] =
499 "Enable showing metadata for virtual cards";
500const char kAutofillEnableVirtualCardMetadataDescription[] =
501 "When enabled, Chrome will show metadata together with other card "
502 "information when the virtual card is presented to users.";
503
Siyu Anff02e742022-04-07 19:08:22504const char kAutofillEnforceDelaysInStrikeDatabaseName[] =
505 "Enforce delay between offering Autofill opportunities in the strike "
506 "database";
507const char kAutofillEnforceDelaysInStrikeDatabaseDescription[] =
508 "When enabled, if previous Autofill feature offer was declined, "
509 "Chrome will wait for some time before showing the offer again.";
510
Qihui Zhao30bf4ca2022-07-26 20:24:59511extern const char kAutofillFillIbanFieldsName[] =
512 "Enable Autofill of IBAN fields in forms";
513extern const char kAutofillFillIbanFieldsDescription[] =
514 "When enabled, Autofill will attempt to fill IBAN (International Bank "
515 "Account Number) fields when data is available.";
516
Jared Saul2188f762021-08-02 21:22:23517const char kAutofillFillMerchantPromoCodeFieldsName[] =
518 "Enable Autofill of promo code fields in forms";
519const char kAutofillFillMerchantPromoCodeFieldsDescription[] =
520 "When enabled, Autofill will attempt to fill merchant promo/coupon/gift "
521 "code fields when data is available.";
522
Matthias Körber44082a492021-09-15 18:29:18523const char kAutofillHighlightOnlyChangedValuesInPreviewModeName[] =
524 "Highlight only changed values in preview mode.";
525const char kAutofillHighlightOnlyChangedValuesInPreviewModeDescription[] =
526 "When Autofill is previewing filling a form, already autofilled values "
527 "and other values that are not changed by accepting the preview should "
528 "not be highlighted.";
529
Qihui Zhao72836c62022-12-16 04:31:41530const char kAutofillOfferToSaveCardWithSameLastFourName[] =
531 "Offer credit card save for cards with same last-4 but different "
532 "expiration dates";
533const char kAutofillOfferToSaveCardWithSameLastFourDescription[] =
534 "Offer credit card save when Chrome detects a card number with the same "
535 "last 4 digits as an existing server card, but a different expiration "
536 "date.";
537
Nakul Vaidya876210f2022-08-08 17:47:19538const char kAutofillParseIBANFieldsName[] = "Parse IBAN fields in forms";
539const char kAutofillParseIBANFieldsDescription[] =
Nakul Vaidyaddfdfbc2022-06-28 23:43:32540 "When enabled, Autofill will attempt to find International Bank Account "
541 "Number (IBAN) fields when parsing forms.";
542
Nakul Vaidya13ca2042022-07-27 01:59:55543const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsName[] =
544 "Parse standalone CVC fields for VCN card on file in forms";
545const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsDescription[] =
546 "When enabled, Autofill will attempt to find standalone CVC fields for VCN "
547 "card on file when parsing forms.";
548
Vidhan5885afa2022-06-23 15:18:16549const char kAutofillPreventOverridingPrefilledValuesName[] =
550 "Prevent Autofill from overriding prefilled field values";
551const char kAutofillPreventOverridingPrefilledValuesDescription[] =
552 "When enabled, Autofill won't override any field values that have not been "
553 "filled by Autofill";
554
Dmitry Vykochko91af82b02022-12-09 17:37:37555const char kAutofillMoreProminentPopupName[] = "More prominent Autofill popup";
556const char kAutofillMoreProminentPopupDescription[] =
557 "If enabled Autofill's popup becomes more prominent, i.e. its shadow "
558 "becomes more emphasized, position is also updated";
559
Qihui Zhao69ac9eee2022-12-15 21:36:39560const char kAutofillRemoveCardExpirationAndTypeTitlesName[] =
561 "Remove expiration and type titles from Chrome Payment Settings page on "
562 "desktop";
563const char kAutofillRemoveCardExpirationAndTypeTitlesDescription[] =
564 "When enabled, expiration and type titles will be removed from the Chrome "
565 "Payment Settings page on desktop platforms.";
566
Lei Zhang507fffd2020-01-29 23:47:54567const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47568 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54569const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47570 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
571 "it will offer to save it. If saved, it will be offered for filling in "
572 "fields which expect a VPA.";
573
Jan Keitel05180472023-03-01 11:01:42574const char kAutofillShowAutocompleteDeleteButtonName[] =
575 "Show a delete button for Autocomplete entries";
576const char kAutofillShowAutocompleteDeleteButtonDescription[] =
577 "When enabled, Autocomplete entries in filling popups will contain a "
578 "delete button";
579
Vidhanb03b1ea2022-05-19 12:07:58580const char kAutofillShowManualFallbackInContextMenuName[] =
581 "Show Autofill options in Context Menu";
582const char kAutofillShowManualFallbackInContextMenuDescription[] =
583 "When enabled, users would get address/credit cards/passwords autofilling "
584 "options in the context menu if the context menu is opened on a text field";
585
Vipul Vinod Koulaebbcb3a2023-01-05 19:50:50586const char kAutofillSuggestServerCardInsteadOfLocalCardName[] =
587 "Suggest Server card instead of Local card for deduped cards";
588const char kAutofillSuggestServerCardInsteadOfLocalCardDescription[] =
589 "When enabled, Autofill suggestions that consist of a local and server "
590 "version of the same card will attempt to fill the server card upon "
591 "selection instead of the local card.";
592
Vishwas Uppoor940bd242022-12-15 09:49:42593const char kAutofillTouchToFillForCreditCardsAndroidName[] =
594 "Enable Touch To Fill bottomsheet for Autofill credit card suggestions";
595const char kAutofillTouchToFillForCreditCardsAndroidDescription[] =
596 "When enabled, Autofill credit card suggestions are shown on the "
597 "Touch To Fill bottomsheet";
598
Jared Saulb0473bd2022-04-20 00:03:41599const char kAutofillUpstreamAllowAdditionalEmailDomainsName[] =
600 "Allow Autofill credit card upload save for select non-Google-based "
601 "accounts";
602const char kAutofillUpstreamAllowAdditionalEmailDomainsDescription[] =
603 "When enabled, credit card upload is offered if the user's logged-in "
604 "account's domain is from a common email provider.";
605
606const char kAutofillUpstreamAllowAllEmailDomainsName[] =
607 "Allow Autofill credit card upload save for all non-Google-based accounts";
608const char kAutofillUpstreamAllowAllEmailDomainsDescription[] =
609 "When enabled, credit card upload is offered without regard to the user's "
610 "logged-in account's domain.";
611
Jared Saul5363f3962023-03-10 23:03:51612const char kAutofillUpstreamAuthenticatePreflightCallName[] =
613 "Set authentication token in credit card upload preflight call";
614const char kAutofillUpstreamAuthenticatePreflightCallDescription[] =
615 "When enabled, sets the OAuth2 token in GetUploadDetails requests to "
616 "Google Payments, in order to provide a better experience for users with "
617 "server-side features disabled but not client-side features.";
618
Jared Saul5ea8b257f2023-02-22 18:53:27619const char kAutofillUpstreamUseAlternateSecureDataTypeName[] =
620 "Use alternate secure data type for credit card upload save";
621const char kAutofillUpstreamUseAlternateSecureDataTypeDescription[] =
622 "When enabled, the secure data type for cards sent during credit card "
623 "upload save is updated to match newer server requirements.";
624
Caitlin Fischer43edd90a2019-05-01 13:24:30625const char kAutofillUseImprovedLabelDisambiguationName[] =
626 "Autofill Uses Improved Label Disambiguation";
627const char kAutofillUseImprovedLabelDisambiguationDescription[] =
628 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
629 "using the improved disambiguation format.";
630
Vishwas Uppoor416acea2023-03-09 02:25:22631const char kAutofillVirtualCardsOnTouchToFillAndroidName[] =
632 "Enable virtual cards on Touch To Fill bottomsheet for credit cards";
633const char kAutofillVirtualCardsOnTouchToFillAndroidDescription[] =
634 "When enabled, virtual credit card suggestions are shown on the Touch To "
635 "Fill bottomsheet for credit cards.";
636
Alexander Timin6ae060b62019-09-17 11:21:37637const char kBackForwardCacheName[] = "Back-forward cache";
638const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44639 "If enabled, caches eligible pages after cross-site navigations."
640 "To enable caching pages on same-site navigations too, choose 'enabled "
641 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37642
Yuzu Saijo312b8432022-03-01 03:27:31643const char kEnableBackForwardCacheForScreenReaderName[] =
644 "Enable Back-forward cache for screen readers";
645const char kEnableBackForwardCacheForScreenReaderDescription[] =
646 "If enabled, allow pages to enter back/forward cache even if a screen "
647 "reader is in use. The page might still not be cached for other reasons.";
648
minch1b874012021-06-17 00:21:33649const char kBentoBarName[] = "Persistent desks bar";
650const char kBentoBarDescription[] =
651 "Showing a persistent desks bar at the top of the screen in clamshell mode "
652 "when there are more than one desk.";
653
Ioana Pandele69fe4672021-04-28 08:06:37654const char kBiometricReauthForPasswordFillingName[] =
655 "Biometric reauth for password filling";
656const char kBiometricReauthForPasswordFillingDescription[] =
657 "Enables biometric"
658 "re-authentication before password filling";
659
Norge Vizcay5f6bfb42022-06-10 08:33:14660const char kFastCheckoutName[] = "Fast Checkout";
661const char kFastCheckoutDescription[] =
662 "Enables Fast Checkout experiences in Chrome.";
663
Illia Klimove406ecc12022-11-22 15:53:29664const char kFailFastQuietChipName[] = "Fail fast quiet chip";
665const char kFailFastQuietChipDescription[] =
666 "Enables fast finalization of a permission request if it is displayed as a "
667 "quiet chip.";
668
danielngdd3ef942021-10-28 06:42:48669const char kBorealisBigGlName[] = "Borealis Big GL";
670const char kBorealisBigGlDescription[] = "Enable Big GL when running Borealis.";
671
danielng1078c6372021-06-28 06:31:36672const char kBorealisDiskManagementName[] = "Borealis Disk management";
673const char kBorealisDiskManagementDescription[] =
674 "Enable experimental disk management settings.";
675
Nicholas Hollingum449d8252021-11-29 00:18:29676const char kBorealisForceBetaClientName[] = "Borealis Force Beta Client";
677const char kBorealisForceBetaClientDescription[] =
678 "Force the client to run its beta version.";
679
Nicholas Hollingume8672092022-08-25 04:23:16680const char kBorealisForceDoubleScaleName[] = "Borealis Force Double Scale";
681const char kBorealisForceDoubleScaleDescription[] =
682 "Force the client to run in 2x visual zoom.";
683
Nicholas Hollingum449d8252021-11-29 00:18:29684const char kBorealisLinuxModeName[] = "Borealis Linux Mode";
685const char kBorealisLinuxModeDescription[] =
686 "Do not run ChromeOS-specific code in the client.";
687
Nicholas Hollingum97500cc12022-03-03 22:44:43688// For UX reasons we prefer "enabled", but that is used internally to refer to
689// whether borealis is installed or not, so the name of the variable is a bit
690// different to the user-facing name.
691const char kBorealisPermittedName[] = "Borealis Enabled";
692const char kBorealisPermittedDescription[] =
693 "Allows Borealis to run on your device. Borealis may still be blocked for "
694 "other reasons, including: administrator settings, device hardware "
695 "capabilities, or other security measures.";
696
danielng573ad3742022-07-06 05:26:24697const char kBorealisStorageBallooningName[] = "Borealis Storage Ballooning";
698const char kBorealisStorageBallooningDescription[] =
699 "Enables storage balloning for Borealis. This takes precedence over the "
700 "other Borealis Disk management flag.";
701
Brett Wilsonf27ff602017-07-07 22:28:47702const char kBypassAppBannerEngagementChecksName[] =
703 "Bypass user engagement checks";
704const char kBypassAppBannerEngagementChecksDescription[] =
705 "Bypasses user engagement checks for displaying app banners, such as "
706 "requiring that users have visited the site before and that the banner "
707 "hasn't been shown recently. This allows developers to test that other "
708 "eligibility requirements for showing app banners, such as having a "
709 "manifest, are met.";
710
sisidovski62b577f22022-12-15 03:10:00711const char kServiceWorkerBypassFetchHandlerForMainResourceName[] =
712 "Bypass Service Worker Fetch Handler for main resource";
713const char kServiceWorkerBypassFetchHandlerForMainResourceDescription[] =
714 "Bypass starting a service worker and its fetch handler for main resource "
715 "requests. The service worker starts after sending a main resource request "
716 "and handles subresources. If the main resource could be handled in the "
717 "fetch handler, the feature may affect the page load.";
718
Elaine Chienaeb4adc2020-12-08 04:22:05719const char kChromeLabsName[] = "Chrome Labs";
720const char kChromeLabsDescription[] =
721 "Access Chrome Labs through the toolbar menu to see featured user-facing "
722 "experimental features.";
723
Elaine Chienf90ffa72023-01-25 19:18:32724const char kChromeRefresh2023Name[] = "Chrome Refresh 2023";
725const char kChromeRefresh2023Description[] = "Refresh of Chrome Desktop UI";
726
Yue Zhang25d72962022-06-13 21:14:05727const char kCommerceHintAndroidName[] = "Commerce Hint Android";
728const char kCommerceHintAndroidDescription[] =
729 "Enables commerce hint detection on Android.";
730
Jae Hoon Kim2d4256e2022-04-15 21:59:09731const char kConsumerAutoUpdateToggleAllowedName[] =
732 "Allow Consumer Auto Update Toggle";
733const char kConsumerAutoUpdateToggleAllowedDescription[] =
734 "Allow enabling the consumer auto update toggle in settings";
735
Nandhini11a6a87b2019-08-22 22:45:24736const char kContextMenuSearchWithGoogleLensName[] =
737 "Google Lens powered image search in the context menu.";
738const char kContextMenuSearchWithGoogleLensDescription[] =
739 "Replaces default image search with an intent to Google Lens when "
740 "supported.";
741
Anudeep Palankic903c59e2023-01-26 16:46:55742const char kContextMenuGoogleLensSearchOptimizationsName[] =
743 "Google Lens powered image search string variations in the context menu.";
744const char kContextMenuGoogleLensSearchOptimizationsDescription[] =
745 "Replaces Google Lens string variations when Google Lens is supported.";
746
Shuran Huangd11e73e2021-04-14 16:10:12747const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
748 "Clear window name in top-level cross-site cross-browsing-context-group "
749 "navigation";
750const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
751 "Clear the preserved window.name property when it's a top-level cross-site "
752 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29753
Dana Fried16e9d9c2021-01-28 09:32:28754#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
755const char kChromeTipsInMainMenuName[] =
756 "Show 'Tips for Chrome' in Help portion of main menu.";
757const char kChromeTipsInMainMenuDescription[] =
758 "Enables 'Tips for Chrome' in main menu; the menu item will take users to "
759 "an official Google site with information about the latest and most "
760 "popular Chrome features.";
Dana Fried1ae80f32021-05-10 19:57:37761
762const char kChromeTipsInMainMenuNewBadgeName[] =
763 "Show 'New' promo badge on 'Tips for Chrome' in Help portion of main menu.";
764const char kChromeTipsInMainMenuNewBadgeDescription[] =
765 "Enables 'New' promo badge on 'Tips for Chrome' in main menu; experiment to"
766 " test the value of this user education feature.";
Dana Fried16e9d9c2021-01-28 09:32:28767#endif
768
rbpottere877c1f2021-06-15 00:23:55769const char kChromeWhatsNewUIName[] =
770 "Show Chrome What's New page at chrome://whats-new";
771const char kChromeWhatsNewUIDescription[] =
772 "Enables Chrome What's New page at chrome://whats-new.";
773
Sanja Perisica1e5cd82022-02-24 11:52:50774extern const char kDeviceForceScheduledRebootName[] =
775 "Enable DeviceScheduledReboot policy for all sessions.";
776extern const char kDeviceForceScheduledRebootDescription[] =
777 "Schedule recurring reboot for the device. Reboots are always executed at "
778 "a scheduled time. If the session is active, user will be notified about "
779 "the reboot, but the reboot will not be delayed.";
780
Alexis Menard61ecb91d2021-07-17 04:10:33781const char kDevicePostureName[] = "Device Posture API";
782const char kDevicePostureDescription[] =
783 "Enables Device Posture API (foldable devices)";
784
Mei Liang36e41a5e2022-02-10 01:43:50785const char kDiscountConsentV2Name[] = "Discount Consent V2";
786const char kDiscountConsentV2Description[] = "Enables Discount Consent V2";
787
Kamila5e9935682022-08-05 12:43:29788const char kDisruptiveNotificationPermissionRevocationName[] =
789 "Disruptive notification permission revocation";
790const char kDisruptiveNotificationPermissionRevocationDescription[] =
791 "Enables revoking the notification permission on sites that send "
792 "disruptive notifications unless the permission was granted through a "
793 "prompt that informed the user about this possibility.";
794
Daniele Castagna6a5cbdeb62020-02-18 22:48:14795const char kDoubleBufferCompositingName[] = "Double buffered compositing";
796const char kDoubleBufferCompositingDescription[] =
797 "Use double buffer for compositing (instead of triple-buffering). "
798 "Latency should be reduced in some cases. On the other hand, more skipped "
799 "frames are expected.";
800
Youssef Esmat9cdb6b42022-12-21 19:28:45801const char kMainThreadCompositingPriorityName[] =
802 "Main thread runs as compositing";
803const char kMainThreadCompositingPriorityDescription[] =
804 "Runs the main thread at compositing priority since it responds to input "
805 "and is on the critical path.";
806
Mei Liangd79d3822022-10-26 21:55:25807const char kMerchantWidePromotionsName[] = "Merchant wide promotions";
808const char kMerchantWidePromotionsDescription[] =
809 "Enables the discount consent for all merchants, and show merchant wide "
810 "promotions if they are available";
811
Mei Liangd5813c32022-10-29 01:09:07812const char kCodeBasedRBDName[] = "Code-based RBD";
813const char kCodeBasedRBDDescription[] = "Enables the Code-based RBD.";
814
Christopher Cameronceb8727d2017-09-07 23:53:16815const char kForceColorProfileSRGB[] = "sRGB";
816const char kForceColorProfileP3[] = "Display P3 D65";
Christopher Cameronb15ffe62022-11-15 10:25:31817const char kForceColorProfileRec2020[] = "ITU-R BT.2020";
Christopher Cameronceb8727d2017-09-07 23:53:16818const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03819const char kForceColorProfileSCRGBLinear[] =
820 "scRGB linear (HDR where available)";
821const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16822
823const char kForceColorProfileName[] = "Force color profile";
824const char kForceColorProfileDescription[] =
825 "Forces Chrome to use a specific color profile instead of the color "
826 "of the window's current monitor, as specified by the operating system.";
827
Chris Blumeb504da1f22020-04-27 00:21:44828const char kDynamicColorGamutName[] = "Dynamic color gamut";
829const char kDynamicColorGamutDescription[] =
830 "Displays in wide color when the content is wide. When the content is "
831 "not wide, displays sRGB";
832
Keishi Hattori15299742020-04-20 04:00:09833const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
834const char kCooperativeSchedulingDescription[] =
835 "Enables cooperative scheduling in Blink.";
836
Lijin Shen5feade62019-09-17 03:01:01837const char kDarkenWebsitesCheckboxInThemesSettingName[] =
838 "Darken websites checkbox in themes setting";
839const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
840 "Show a darken websites checkbox in themes settings when system default or "
841 "dark is selected. The checkbox can toggle the auto-darkening web contents "
842 "feature";
843
Brett Wilsonf27ff602017-07-07 22:28:47844const char kDebugPackedAppName[] = "Debugging for packed apps";
845const char kDebugPackedAppDescription[] =
846 "Enables debugging context menu options such as Inspect Element for packed "
847 "applications.";
848
Brett Wilsonf27ff602017-07-07 22:28:47849const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
850const char kDebugShortcutsDescription[] =
851 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
852
Sharon Yangf390ea92021-06-23 19:55:40853const char kDisableProcessReuse[] = "Disable subframe process reuse";
854const char kDisableProcessReuseDescription[] =
855 "Prevents out-of-process iframes from reusing compatible processes from "
856 "unrelated tabs. This is an experimental mode that will result in more "
857 "processes being created.";
858
Brett Wilsonf27ff602017-07-07 22:28:47859const char kDisallowDocWrittenScriptsUiName[] =
860 "Block scripts loaded via document.write";
861const char kDisallowDocWrittenScriptsUiDescription[] =
862 "Disallows fetches for third-party parser-blocking scripts inserted into "
863 "the main frame via document.write.";
864
Yann Dagoc9bca0352023-02-28 16:30:50865#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
866const char kDisallowManagedProfileSignoutName[] =
867 "Disallow managed profile signout";
868const char kDisallowManagedProfileSignoutDescription[] =
869 "Disallows signing out from managed profiles.";
870#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
871
Vladimir Levin501455e2022-11-04 20:04:54872const char kViewTransitionName[] = "viewTransition API";
873const char kViewTransitionDescription[] =
874 "Controls the availability of the viewTransition JavaScript API.";
Vladimir Levin4fd9269d2021-03-12 20:07:21875
Khushal Sagarb5af36e2022-11-09 22:33:29876const char kViewTransitionOnNavigationName[] =
877 "viewTransition API for navigations";
878const char kViewTransitionOnNavigationDescription[] =
879 "Controls the availability of the viewTransition API on document "
880 "navigations.";
881
Mark Schillaci402301cb2022-02-02 18:36:37882const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility";
883const char kEnableAutoDisableAccessibilityDescription[] =
884 "When accessibility APIs are no longer being requested, automatically "
885 "disables accessibility. This might happen if an assistive technology is "
886 "turned off or if an extension which uses accessibility APIs no longer "
887 "needs them.";
888
Jack Lynchef0bac52022-11-01 21:22:18889const char kEnableAutoDisableAccessibilityV2Name[] =
890 "Auto-disable Accessibility V2";
891const char kEnableAutoDisableAccessibilityV2Description[] =
892 "Automatically disable accessibility when Android reports no assistive "
893 "technologies are running. Might break accessibility for assistive "
894 "technologies without isAccessibilityTool set.";
895
Mohamed Amir Yoseff6763132021-02-18 15:53:14896const char kEnableAutofillAddressSavePromptName[] =
897 "Autofill Address Save Prompts";
898const char kEnableAutofillAddressSavePromptDescription[] =
899 "Enable the Autofill address save prompts.";
900
Lily Chen17c57972020-04-22 19:27:44901const char kEnableExperimentalCookieFeaturesName[] =
902 "Enable experimental cookie features";
903const char kEnableExperimentalCookieFeaturesDescription[] =
904 "Enable new features that affect setting, sending, and managing cookies. "
905 "The enabled features are subject to change at any time.";
906
Peng Huanga0f7d7e52021-09-29 13:27:13907const char kEnableRawDrawName[] = "Enable raw draw";
908const char kEnableRawDrawDescription[] =
909 "When enabled, web content will be rastered on output surface directly.";
910
Peter McNeeley8a0156d22022-02-01 20:37:54911const char kEnableDelegatedCompositingName[] = "Enable delegated compositing";
912const char kEnableDelegatedCompositingDescription[] =
913 "When enabled and applicable, the act of compositing is delegated to Ash.";
914
Jenny Blessing45326bf2019-08-29 23:50:37915const char kEnableRemovingAllThirdPartyCookiesName[] =
916 "Enable removing SameSite=None cookies";
917const char kEnableRemovingAllThirdPartyCookiesDescription[] =
918 "Enables UI on chrome://settings/siteData to remove all third-party "
919 "cookies and site data.";
920
Sonja Laurilac0492c852021-09-17 14:49:32921const char kDesktopPWAsAdditionalWindowingControlsName[] =
922 "Desktop PWA Window Minimize/maximize/restore";
923const char kDesktopPWAsAdditionalWindowingControlsDescription[] =
924 "Enable PWAs to manually recreate the minimize, maximize and restore "
925 "window functionalities with respective APIs.";
926
liqining.keiling151bedd62022-08-17 19:18:26927#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
928
929const char kDesktopPWAsAppHomePageFlagId[] =
930 "enable-desktop-pwas-app-home-page";
931const char kDesktopPWAsAppHomePageName[] = "desktop PWAs app home page";
932const char kDesktopPWAsAppHomePageDescription[] =
933 "Use new chrome://apps page which has different UX on desktop";
934
935#endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
936
Alan Cuttereaae7f42020-12-07 02:24:11937const char kDesktopPWAsElidedExtensionsMenuName[] =
938 "Desktop PWAs elided extensions menu";
939const char kDesktopPWAsElidedExtensionsMenuDescription[] =
940 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
941 "app menu for web app windows.";
942
Alan Cutter62704892021-08-31 21:27:17943const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
944const char kDesktopPWAsLaunchHandlerDescription[] =
945 "Enable web app manifests to declare app launch behavior. Prototype "
946 "implementation of: "
Alan Cutter203d5de2022-10-28 04:53:37947 "https://github.com/WICG/web-app-launch/blob/main/launch_handler.md";
Alan Cutter62704892021-08-31 21:27:17948
Lei Zhang507fffd2020-01-29 23:47:54949const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
950const char kDesktopPWAsTabStripDescription[] =
Louise Brett015114f2022-11-07 04:14:11951 "Experimental UI for tabbed application mode - exploring what PWA windows "
952 "would look like with a tab strip.";
Alan Cutter121812d2020-01-09 05:03:37953
Louise Brett51548fb2021-06-18 00:27:21954const char kDesktopPWAsTabStripSettingsName[] =
955 "Desktop PWA tab strips settings";
956const char kDesktopPWAsTabStripSettingsDescription[] =
957 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
958
Ivan Šandrk8a710392021-05-20 13:53:13959const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
960const char kDesktopPWAsSubAppsDescription[] =
961 "Enable installed PWAs to create shortcuts by installing their sub apps. "
962 "Prototype implementation of: "
963 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
964
Abhinav Kasamsettyd7bb22c2023-01-31 08:18:32965const char kDesktopPWAsScopeExtensionsName[] = "Desktop PWA Scope Extensions";
966const char kDesktopPWAsScopeExtensionsDescription[] =
967 "Enable web app manifests to declare scope extensions to extend app scope "
968 "to other origins. Prototype implementation of: "
969 "https://github.com/WICG/manifest-incubations/blob/gh-pages/"
970 "scope_extensions-explainer.md";
971
Sonja Laurila67ab70d2022-05-13 13:57:26972const char kDesktopPWAsBorderlessName[] = "Desktop PWA Borderless";
973const char kDesktopPWAsBorderlessDescription[] =
974 "Enable web app manifests to declare borderless mode as a display "
975 "override. Prototype implementation of: go/borderless-mode.";
976
Alexey Baskakovd913a1272021-07-09 02:12:19977const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
978const char kDesktopPWAsWebBundlesDescription[] =
979 "Adds support for web bundles, making web apps able to be launched "
980 "offline.";
981
Phillis Tangdc765bbd2022-08-10 22:41:26982const char kDesktopPWAsDetailedInstallDialogName[] =
983 "Desktop PWAs Detailed Install Dialog";
984const char kDesktopPWAsDetailedInstallDialogDescription[] =
985 "Enable PWAs with screenshots to show a detailed install dialog during "
986 "installation";
987
Camden King332a4e02023-01-25 22:07:16988const char kSkipServiceWorkerCheckInstallOnlyName[] =
989 "Skip service worker check for PWA installs";
990const char kSkipServiceWorkerCheckInstallOnlyDescription[] =
991 "Allows PWAs to be installed without a service worker.";
992
993const char kSkipServiceWorkerForInstallPromptName[] =
994 "Promote PWA installation without a service worker";
995const char kSkipServiceWorkerForInstallPromptDescription[] =
996 "Allows PWAs that can be installed without a service worker to be "
997 "promoted. Requires #enable-skip-service-worker-check-install-only flag to "
998 "also be enabled.";
999
Alan Cutterb85c0d22022-01-28 01:46:101000const char kEnablePreinstalledWebAppDuplicationFixerName[] =
1001 "Enable the app deduplication fix for migrated preinstalled web apps";
1002const char kEnablePreinstalledWebAppDuplicationFixerDescription[] =
1003 "The preinstalled web app migration encountered app duplication issues "
1004 "when it rolled out. This code path will attempt to re-migrate instances "
1005 "of app duplication where the old app failed to stay removed. See "
1006 "https://crbug.com/1290716.";
1007
Steven Valdez89a44ea92019-05-01 15:18:491008const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
1009const char kEnableTLS13EarlyDataDescription[] =
1010 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
1011 "during the handshake when resuming a connection to a compatible TLS 1.3 "
1012 "server.";
1013
Katie Dektar7faf40ba2023-01-11 22:19:301014const char kAccessibilityAcceleratorNotificationsTimeoutName[] =
1015 "Allows accelerator notifications for accessibility features to time out";
1016const char kAccessibilityAcceleratorNotificationsTimeoutDescription[] =
1017 "Enables notifications for accessibility features turned on by keyboard "
1018 "shortcut (docked magnifier, screen magnifier and high contrast) to time "
1019 "out instead of remaining pinned.";
1020
Katie Dektar29e670d82022-08-23 17:54:401021const char kAccessibilityServiceName[] = "Experimental Accessibility Service";
1022const char kAccessibilityServiceDescription[] =
1023 "This option enables the experimental Accessibility Service and runs some "
1024 "accessibility features in the service.";
1025
Katie Dektar4cf2df72022-08-26 22:31:191026const char kExperimentalAccessibilityColorEnhancementSettingsName[] =
1027 "Experimental Accessibility color enhancement settings";
1028const char kExperimentalAccessibilityColorEnhancementSettingsDescription[] =
1029 "This option enables the experimental Accessibility color enhancement "
1030 "settings found in the OS Accessibility settings.";
1031
Katie Dektar7143fb02023-03-20 21:01:511032const char kAccessibilityDeprecateChromeVoxTabsName[] =
1033 "This option enables the ChromeVox tabs menu deprecation";
1034const char kAccessibilityDeprecateChromeVoxTabsDescription[] =
1035 "Enabling this option will remove the ChromeVox tabs menu from the "
1036 "ChromeVox menus.";
1037
Josiah Krutzc796db12022-09-02 23:38:371038const char kAccessibilitySelectToSpeakPageMigrationName[] =
1039 "Select-to-Speak Page Migration";
1040const char kAccessibilitySelectToSpeakPageMigrationDescription[] =
1041 "This option enables Select-to-Speak page migration from extension options "
1042 "page to a Chrome OS settings page.";
1043
Josiah Krutzef021612023-02-10 05:04:541044const char kAccessibilityChromeVoxPageMigrationName[] =
1045 "ChromeVox Page Migration";
1046const char kAccessibilityChromeVoxPageMigrationDescription[] =
1047 "This option enables ChromeVox page migration from extension options page"
1048 "to a Chrome OS settings page.";
1049
Jacob Francisee72f8c2022-10-26 17:01:001050const char kAccessibilitySelectToSpeakContextMenuOptionName[] =
1051 "Select-To-Speak Context menu option";
1052const char kAccessibilitySelectToSpeakContextMenuOptionDescription[] =
1053 "This option enables a context menu option that will speak the selected "
1054 "text";
1055
Josiah Krutzf581bb02022-10-13 22:57:011056const char kAccessibilitySelectToSpeakHoverTextImprovementsName[] =
1057 "Select-to-Speak Hover Text Improvements";
1058const char kAccessibilitySelectToSpeakHoverTextImprovementsDescription[] =
1059 "This option enables improvements in the text shown when hovering over the "
1060 "Select-to-Speak feature icon in the system tray.";
1061
James Hollyer1b943edb2020-10-28 03:28:061062const char kMacCoreLocationBackendName[] = "Core Location Backend";
1063const char kMacCoreLocationBackendDescription[] =
1064 "Enables usage of the Core Location APIs as the backend for Geolocation "
1065 "API";
James Hollyer070f60a2020-05-05 06:13:151066
Mohamed Adel52ac1ae2020-09-08 16:10:271067const char kNewMacNotificationAPIName[] =
1068 "Determines which notification API to use on macOS devices";
1069const char kNewMacNotificationAPIDescription[] =
1070 "Enables the usage of Apple's new notification API which will run on macOS "
1071 "10.14+";
1072
Pete Lavallee2d4415c72019-10-07 20:43:561073const char kWinrtGeolocationImplementationName[] =
1074 "WinRT Geolocation Implementation";
1075const char kWinrtGeolocationImplementationDescription[] =
1076 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
1077 "for geolocation";
1078
Dominic Farolinoaf2f3b72021-05-03 23:44:161079const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
1080const char kEnableFencedFramesDescription[] =
1081 "Fenced frames are an experimental web platform feature that allows "
Nan Lin066a81a2022-04-20 18:46:541082 "embedding an isolated top-level page. This requires "
1083 "#privacy-sandbox-ads-apis to also be enabled. See "
Dominic Farolinoaf2f3b72021-05-03 23:44:161084 "https://github.com/shivanigithub/fenced-frame";
1085
James Hollyer24f30cb722021-06-18 21:22:241086const char kEnableGamepadButtonAxisEventsName[] =
1087 "Gamepad Button and Axis Events";
1088const char kEnableGamepadButtonAxisEventsDescription[] =
1089 "Enables the ability to subscribe to changes in buttons and/or axes "
1090 "on the gamepad object.";
1091
Mikhail Pozdnyakov73373a62017-08-24 17:31:251092const char kEnableGenericSensorExtraClassesName[] =
1093 "Generic Sensor Extra Classes";
1094const char kEnableGenericSensorExtraClassesDescription[] =
1095 "Enables an extra set of sensor classes based on Generic Sensor API, which "
1096 "expose previously unavailable platform features, i.e. AmbientLightSensor "
1097 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:471098
Vikas Soni78daa632019-01-12 01:32:521099const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
1100const char kEnableGpuServiceLoggingDescription[] =
1101 "Enable printing the actual GL driver calls.";
1102
Christian Flach3de81af12022-06-10 17:53:111103const char kEnableIsolatedWebAppsName[] = "Enable Isolated Web Apps";
1104const char kEnableIsolatedWebAppsDescription[] =
1105 "Enables experimental support for isolated web apps. "
1106 "See https://github.com/reillyeon/isolated-web-apps for more information.";
1107
Robbie McElrath8bc8f2b2022-11-14 19:59:021108const char kEnableIsolatedWebAppDevModeName[] =
1109 "Enable Isolated Web App Developer Mode";
1110const char kEnableIsolatedWebAppDevModeDescription[] =
1111 "Enables the installation of unverified Isolated Web Apps";
1112
Chase Phillipsf29be252023-02-02 22:19:391113const char kEnableIwaControlledFrameName[] = "Enable IWA Controlled Frame";
1114const char kEnableIwaControlledFrameDescription[] =
1115 "Enables experimental support for IWA Controlled Frame. "
1116 "See "
1117 "https://github.com/chasephillips/controlled-frame/blob/main/EXPLAINER.md "
1118 "for more information.";
1119
Zentaro Kavanagh9d1307e2022-02-23 21:33:051120const char kEnableRgbKeyboardName[] = "Enable RGB Keyboard Support";
1121const char kEnableRgbKeyboardDescription[] =
1122 "Enable RGB Keyboard support on supported devices.";
1123
Jimmy Gong07656e42021-04-08 02:31:081124const char kEnableShortcutCustomizationAppName[] =
1125 "Enable shortcut customization app";
1126const char kEnableShortcutCustomizationAppDescription[] =
1127 "Enable the shortcut customization SWA, allowing users to customize system "
1128 "shortcuts.";
1129
Cam Bickeld363a1792022-10-06 16:59:091130extern const char kEnableShortcutCustomizationName[] =
1131 "Enable customization in new shortcuts app";
1132extern const char kEnableShortcutCustomizationDescription[] =
1133 "Enable customization of shortcuts in the new shortcuts app.";
1134
Cam Bickelfd253282023-02-09 20:12:221135extern const char kEnableSearchInShortcutsAppName[] =
1136 "Enable search in new shortcuts app";
1137extern const char kEnableSearchInShortcutsAppDescription[] =
1138 "Enable searching for shortcuts in the new shortcuts app.";
1139
David Padlipskya68a56442022-11-02 22:06:131140const char kEnableInputDeviceSettingsSplitName[] =
1141 "Enable input device settings split";
1142const char kEnableInputDeviceSettingsSplitDescription[] =
1143 "Enable input device settings to be split per-device.";
1144
Michael Checo26110cc92022-05-04 00:55:071145const char kExperimentalRgbKeyboardPatternsName[] =
1146 "Enable experimental RGB Keyboard patterns support";
1147const char kExperimentalRgbKeyboardPatternsDescription[] =
1148 "Enable experimental RGB Keyboard patterns support on supported devices.";
1149
Varun Khanejae493d2b22022-02-18 18:17:311150const char kDownloadBubbleName[] = "Enable download bubble";
1151const char kDownloadBubbleDescription[] =
1152 "Enables the download bubble instead of the download shelf.";
1153
thefroge0ea8bd2022-06-24 15:04:531154const char kDownloadBubbleV2Name[] = "Enable download bubble V2";
1155const char kDownloadBubbleV2Description[] =
1156 "Adds features to the download bubble not available on the download shelf. "
1157 "Only works if the base download bubble flag download-bubble is also "
1158 "enabled.";
1159
Xing Liua8d6b272021-11-11 00:02:161160const char kDownloadRangeName[] = "Enable download range support";
1161const char kDownloadRangeDescription[] =
1162 "Enables arbitrary download range request support.";
1163
Awad Osman33029872022-12-02 19:04:261164const char kEnableEnhancedSafeBrowsingSettingsImprovementsName[] =
1165 "Enable enhanced safe browsing settings improvements";
1166const char kEnableEnhancedSafeBrowsingSettingsImprovementsDescription[] =
1167 "Adds an in-product-help bubble to the ESB settings options when users are "
1168 "directed to the chrome security settings page through ESB promotions and "
1169 "also collapses the ESB option.";
1170
Bernhard Bauer5533f9912017-11-06 17:56:021171const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
1172const char kEnableNetworkLoggingToFileDescription[] =
1173 "Enables network logging to a file named netlog.json in the user data "
1174 "directory. The file can be imported into chrome://net-internals.";
1175
Shakti Sahu5a046f62019-03-12 19:25:341176const char kEnableNewDownloadBackendName[] = "Enable new download backend";
1177const char kEnableNewDownloadBackendDescription[] =
1178 "Enables the new download backend that uses offline content provider";
1179
Alexander Timina812932f2022-06-29 23:39:341180const char kEnablePerfettoSystemTracingName[] =
1181 "Enable Perfetto system tracing";
1182const char kEnablePerfettoSystemTracingDescription[] =
1183 "When enabled, Chrome will attempt to connect to the system tracing "
1184 "service";
1185
Doug Arnettc52291a2020-05-07 18:52:301186const char kEnableTranslateSubFramesName[] = "Translate sub frames";
1187const char kEnableTranslateSubFramesDescription[] =
1188 "Enable the translation of sub frames (as well as the main frame)";
1189
Matt Reynolds9e96d08d2022-09-30 01:28:501190const char kEnableWebUsbOnExtensionServiceWorkerName[] =
1191 "Enable WebUSB on extension service workers";
1192const char kEnableWebUsbOnExtensionServiceWorkerDescription[] =
1193 "When enabled, WebUSB API is available on extension service workers.";
1194
Qiaofei Yebeb9a232020-07-22 23:47:041195const char kEnableWindowsGamingInputDataFetcherName[] =
1196 "Enable Windows.Gaming.Input";
1197const char kEnableWindowsGamingInputDataFetcherDescription[] =
1198 "Enable Windows.Gaming.Input by default to provide game controller "
1199 "support on Windows 10 desktop.";
1200
Titouan Rigoudyf619f5462020-09-25 16:35:491201const char kBlockInsecurePrivateNetworkRequestsName[] =
1202 "Block insecure private network requests.";
1203const char kBlockInsecurePrivateNetworkRequestsDescription[] =
Titouan Rigoudy449de9d2022-02-16 19:14:061204 "Prevents non-secure contexts from making subresource requests to "
1205 "more-private IP addresses. See also: "
1206 "https://developer.chrome.com/blog/private-network-access-update/";
1207
1208const char kPrivateNetworkAccessSendPreflightsName[] =
1209 "Send Private Network Access preflights";
1210const char kPrivateNetworkAccessSendPreflightsDescription[] =
1211 "Enables sending Private Network Access preflights ahead of requests to "
1212 "more-private IP addresses. Failed preflights display warnings in DevTools "
1213 "without failing entire request. See also: "
1214 "https://developer.chrome.com/blog/private-network-access-preflight/";
1215
1216const char kPrivateNetworkAccessRespectPreflightResultsName[] =
1217 "Respect the result of Private Network Access preflights";
1218const char kPrivateNetworkAccessRespectPreflightResultsDescription[] =
1219 "Enables sending Private Network Access preflights ahead of requests to "
1220 "more-private IP addresses. These preflight requests must succeed in order "
1221 "for the request to proceed. See also: "
1222 "https://developer.chrome.com/blog/private-network-access-preflight/";
Titouan Rigoudyf619f5462020-09-25 16:35:491223
Yifan Luo6e4029d52022-08-11 17:28:111224const char kPrivateNetworkAccessPreflightShortTimeoutName[] =
1225 "Reduce waiting time for Private Network Access preflights response";
1226const char kPrivateNetworkAccessPreflightShortTimeoutDescription[] =
1227 "Reduce the waiting time for Private Network Access preflights to 200 "
1228 "milliseconds. The default timeout period for requests is 5 minutes."
1229 "See also: "
1230 "https://developer.chrome.com/blog/private-network-access-preflight/";
1231
Zentaro Kavanagh53c48cb22021-03-25 00:19:061232const char kDeprecateAltClickName[] =
1233 "Enable Alt+Click deprecation notifications";
1234const char kDeprecateAltClickDescription[] =
1235 "Start providing notifications about Alt+Click deprecation and enable "
1236 "Search+Click as an alternative.";
1237
Zentaro Kavanaghc1898fe2021-06-25 00:31:451238const char kDeprecateAltBasedSixPackName[] =
1239 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1240const char kDeprecateAltBasedSixPackDescription[] =
1241 "Show deprecation notifications and disable functionality for Alt based "
1242 "six pack deprecations. The Search based versions continue to work.";
1243
Chris Hall4a4225f62019-01-18 03:07:161244const char kExperimentalAccessibilityLanguageDetectionName[] =
1245 "Experimental accessibility language detection";
1246const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1247 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221248 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161249
Chris Hall4f3ca5582019-11-19 02:55:491250const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1251 "Experimental accessibility language detection for dynamic content";
1252const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1253 "Enable language detection for dynamic content which is then exposed to "
1254 "assistive technologies such as screen readers.";
1255
Alexei Filippov522a5222019-03-29 03:33:181256const char kMemlogName[] = "Chrome heap profiler start mode.";
1257const char kMemlogDescription[] =
1258 "Starts heap profiling service that records sampled memory allocation "
1259 "profile having each sample attributed with a callstack. "
1260 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1261 "Recorded heap dumps can be obtained at chrome://tracing "
1262 "[category:memory-infra] and chrome://memory-internals. This setting "
1263 "controls which processes will be profiled since their start. To profile "
1264 "any given process at a later time use chrome://memory-internals page.";
1265const char kMemlogModeMinimal[] = "Browser and GPU";
1266const char kMemlogModeAll[] = "All processes";
1267const char kMemlogModeAllRenderers[] = "All renderers";
1268const char kMemlogModeRendererSampling[] = "Single renderer";
1269const char kMemlogModeBrowser[] = "Browser only";
1270const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271271
Alexei Filippov522a5222019-03-29 03:33:181272const char kMemlogSamplingRateName[] =
1273 "Heap profiling sampling interval (in bytes).";
1274const char kMemlogSamplingRateDescription[] =
1275 "Heap profiling service uses Poisson process to sample allocations. "
Erik Chend0ec40e2021-09-17 22:43:561276 "Default value for the interval between samples is 1000000 (1MB). "
Alexei Filippov522a5222019-03-29 03:33:181277 "This results in low noise for large and/or frequent allocations "
Erik Chend0ec40e2021-09-17 22:43:561278 "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221279 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181280 "can be trusted with high fidelity. "
1281 "Lower intervals produce higher samples resolution, but come at a cost of "
1282 "higher performance overhead.";
1283const char kMemlogSamplingRate10KB[] = "10KB";
1284const char kMemlogSamplingRate50KB[] = "50KB";
1285const char kMemlogSamplingRate100KB[] = "100KB";
1286const char kMemlogSamplingRate500KB[] = "500KB";
1287const char kMemlogSamplingRate1MB[] = "1MB";
1288const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511289
Alexei Filippov522a5222019-03-29 03:33:181290const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1291const char kMemlogStackModeDescription[] =
1292 "By default heap profiling service records native stacks. "
1293 "A post-processing step is required to symbolize the stacks. "
1294 "'Native with thread names' adds the thread name as the first frame of "
1295 "each native stack. It's also possible to record a pseudo stack using "
1296 "trace events as identifiers. It's also possible to do a mix of both.";
Alexei Filippov522a5222019-03-29 03:33:181297const char kMemlogStackModeNative[] = "Native";
1298const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
Erik Chen3303fd0232018-01-11 20:29:051299
Anupam Snigdhaecc5739e2022-02-14 18:35:581300const char kEditContextName[] = "EditContext API";
1301const char kEditContextDescription[] =
1302 "Allows web pages to use the experimental EditContext API to better "
1303 "control text input.";
1304
Juan Mojica6ea85d072022-03-17 20:33:191305const char kEnableLensStandaloneFlagId[] = "enable-lens-standalone";
1306const char kEnableLensStandaloneName[] = "Enable Lens features in Chrome.";
1307const char kEnableLensStandaloneDescription[] =
1308 "Enables Lens image and region search to learn about the visual content "
1309 "you see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261310
Anatoliy Potapchukf096475c2021-04-06 15:51:591311const char kEnableManagedConfigurationWebApiName[] =
1312 "Enable Managed Configuration Web API";
1313const char kEnableManagedConfigurationWebApiDescription[] =
1314 "Allows website to access a managed configuration provided by the device "
1315 "administrator for the origin.";
1316
F#m59d036e2017-09-13 07:22:171317const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1318const char kEnablePixelCanvasRecordingDescription[] =
1319 "Pixel canvas recording allows the compositor to raster contents aligned "
1320 "with the pixel and improves text rendering. This should be enabled when a "
1321 "device is using fractional scale factor.";
1322
Robert Flack55c53a412021-03-22 14:46:081323const char kReduceHorizontalFlingVelocityName[] =
1324 "Reduce horizontal fling velocity";
1325const char kReduceHorizontalFlingVelocityDescription[] =
Jeroen Dhollander9b816f052022-05-11 15:03:421326 "Reduces the velocity of horizontal flings to 20% of their original"
Robert Flack55c53a412021-03-22 14:46:081327 "velocity.";
1328
Mehdi Kazemi4db00b92022-07-08 14:25:201329extern const char kDropInputEventsBeforeFirstPaintName[] =
1330 "Drop Input Events Before First Paint";
1331extern const char kDropInputEventsBeforeFirstPaintDescription[] =
1332 "Before the user can see the first paint of a new page they cannot "
1333 "intentionally interact with elements on that page. By dropping the events "
1334 "we prevent accidental interaction with a page the user has not seen yet.";
1335
Mehdi Kazemif155bc92021-11-22 18:35:521336const char kEnableCssSelectorFragmentAnchorName[] =
1337 "Enables CSS selector fragment anchors";
1338const char kEnableCssSelectorFragmentAnchorDescription[] =
1339 "Similar to text directives, CSS selector directives can be specified "
1340 "in a url which is to be scrolled into view and highlighted.";
1341
Mei Liang267ee2482021-09-17 02:54:511342const char kRetailCouponsName[] = "Enable to fetch for retail coupons";
1343const char kRetailCouponsDescription[] =
1344 "Allow to fetch retail coupons for consented users";
1345
Marc Treibe9f79ea72023-03-14 10:25:421346const char kEnablePreferencesAccountStorageName[] =
1347 "Enable the account data storage for preferences for syncing users";
1348const char kEnablePreferencesAccountStorageDescription[] =
1349 "Enables storing preferences in a second, Gaia-account-scoped storage for "
1350 "syncing users";
1351
Joao Victor Almeida371702c2021-01-08 18:41:561352const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1353 "Enable experimental prediction for scroll events";
1354const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1355 "Predicts the scroll amount after the vsync time to more closely match "
1356 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091357
Lei Zhang1a6fd01b2021-03-24 17:03:481358const char kEnableRestrictedWebApisName[] =
Felipe Andrade579b7fd2022-10-14 15:17:281359 "Enable the restricted web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481360const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391361 "Enable the restricted web APIs for dev trial. This will be replaced with "
1362 "permission policies to control the capabilities afterwards.";
1363
Yicheng Li0a78f462020-08-14 00:08:121364const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1365 "ChromeOS platform Web Authentication support";
1366const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1367 "Enable the ChromeOS platform authenticator for the Web Authentication "
1368 "API.";
1369
Piotr Bialecki0fe14632022-03-09 00:49:241370const char kEnableZeroCopyTabCaptureName[] = "Zero-copy tab capture";
1371const char kEnableZeroCopyTabCaptureDescription[] =
1372 "Enable zero-copy content tab for getDisplayMedia() APIs.";
1373
Jordan Baylesa27db812022-07-19 22:37:051374const char kEnableRegionCaptureExperimentalSubtypesName[] =
1375 "Region capture experimental subtypes";
1376const char kEnableRegionCaptureExperimentalSubtypesDescription[] =
1377 "Enables experiment support for CropTarget.fromElement to use other "
1378 "Element subtypes than just <div> and <iframe>.";
1379
Andreas Haasb400d912019-08-28 18:54:101380const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1381const char kExperimentalWebAssemblyFeaturesDescription[] =
1382 "Enable web pages to use experimental WebAssembly features.";
1383
Francis McCabecfc1e47d2023-01-09 22:55:491384const char kExperimentalWebAssemblyJSPIName[] =
1385 "Experimental WebAssembly JavaScript Promise Integration (JSPI)";
1386const char kExperimentalWebAssemblyJSPIDescription[] =
1387 "Enable web pages to use experimental WebAssembly JavaScript Promise "
1388 "Integration (JSPI) "
1389 "API.";
Francis McCabef3548832022-05-26 15:11:271390
Clemens Hammacher0c8a15a2018-04-27 13:45:321391const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1392const char kEnableWasmBaselineDescription[] =
1393 "Enables WebAssembly baseline compilation and tier up.";
1394
Clemens Backes50e0ecd2020-01-20 10:43:241395const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1396const char kEnableWasmLazyCompilationDescription[] =
1397 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1398
Adam Kleinadbd0ef2022-12-15 00:07:151399const char kEnableWasmGarbageCollectionName[] =
1400 "WebAssembly Garbage Collection";
1401const char kEnableWasmGarbageCollectionDescription[] =
1402 "Enables the experimental Garbage Collection (GC) extensions to "
1403 "WebAssembly.";
1404
Deepti Gandluri377ba8cc2022-11-11 18:09:381405const char kEnableWasmRelaxedSimdName[] = "WebAssembly Relaxed SIMD";
1406const char kEnableWasmRelaxedSimdDescription[] =
1407 "Enables the use of WebAssembly vector operations with relaxed semantics";
1408
Matthias Liedtke731a77c2023-03-14 16:11:331409const char kEnableWasmStringrefName[] = "WebAssembly Stringref";
1410const char kEnableWasmStringrefDescription[] =
1411 "Enables the experimental stringref (reference-typed strings) extensions "
1412 "to WebAssembly.";
1413
Clemens Backes963eb37be2020-01-10 11:56:491414const char kEnableWasmTieringName[] = "WebAssembly tiering";
1415const char kEnableWasmTieringDescription[] =
1416 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241417 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491418
Christopher Thompsonf3ba20122019-06-06 22:01:011419const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1420const char kEvDetailsInPageInfoDescription[] =
1421 "Shows the EV certificate details in the Page Info bubble.";
1422
Brett Wilsonf27ff602017-07-07 22:28:471423const char kExperimentalWebPlatformFeaturesName[] =
1424 "Experimental Web Platform features";
1425const char kExperimentalWebPlatformFeaturesDescription[] =
1426 "Enables experimental Web Platform features that are in development.";
1427
1428const char kExtensionContentVerificationName[] =
1429 "Extension Content Verification";
1430const char kExtensionContentVerificationDescription[] =
1431 "This flag can be used to turn on verification that the contents of the "
1432 "files on disk for extensions from the webstore match what they're "
1433 "expected to be. This can be used to turn on this feature if it would not "
1434 "otherwise have been turned on, but cannot be used to turn it off (because "
1435 "this setting can be tampered with by malware).";
1436const char kExtensionContentVerificationBootstrap[] =
1437 "Bootstrap (get expected hashes, but do not enforce them)";
1438const char kExtensionContentVerificationEnforce[] =
1439 "Enforce (try to get hashes, and enforce them if successful)";
1440const char kExtensionContentVerificationEnforceStrict[] =
1441 "Enforce strict (hard fail if we can't get hashes)";
1442
Devlin Cronin15608c32022-06-01 01:39:521443#if BUILDFLAG(ENABLE_EXTENSIONS)
Emilia Pazd7cce422021-08-14 00:50:481444const char kExtensionsMenuAccessControlName[] =
1445 "Extensions Menu Access Control";
1446const char kExtensionsMenuAccessControlDescription[] =
1447 "Enables a redesigned extensions menu that allows the user to control "
1448 "extensions site access.";
Kevin McNee96b3a1b2023-02-02 20:24:501449const char kWebViewTagMPArchBehaviorName[] =
1450 "MPArch behavior changes for <webview> tags";
1451const char kWebViewTagMPArchBehaviorDescription[] =
1452 "Enables a set of behavior changes associated with the migration of "
1453 "<webview> tags to MPArch. See https://crbug.com/1261928. Specifically, "
1454 "SSL errors result in error pages in lieu of interstitials and "
1455 "cross-WebContents newwindow event usage invalidates some window.open "
1456 "usage within <webview>s. For enterprise, the "
1457 "ChromeAppsWebViewPermissiveBehaviorAllowed policy serves as an escape "
1458 "hatch during the roll out of this change.";
Solomon Kinard6b014f0b2023-02-24 02:20:341459
Ryan Sultanembff00a92023-03-06 11:45:101460const char kWebAuthFlowInBrowserTabName[] =
1461 "Web Authentication Flow in Browser Tab";
1462const char kWebAuthFlowInBrowserTabDescription[] =
1463 "Web authentication flows to be displayed in a Browser Tab instead of an "
1464 "App Window. The flows are used via the Chrome Extension API, using "
1465 "`chrome.identity` functions. Browser Tab can be displayed either in a New "
1466 "Tab or a Popup Window via the feature paramters.";
1467
Solomon Kinard6b014f0b2023-02-24 02:20:341468#if BUILDFLAG(IS_CHROMEOS_ASH)
1469extern const char kExtensionWebFileHandlersName[] =
1470 "Extensions Web File Handlers";
1471extern const char kExtensionWebFileHandlersDescription[] =
1472 "Enable Extension Web File Handlers, which allows extensions to operate on "
1473 "the native file system. An extension can register to read and edit files, "
1474 "specified in the manifest, by their file extension or mime type.";
1475#endif // IS_CHROMEOS_ASH
1476#endif // ENABLE_EXTENSIONS
Emilia Pazd7cce422021-08-14 00:50:481477
Brett Wilsonf27ff602017-07-07 22:28:471478const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1479const char kExtensionsOnChromeUrlsDescription[] =
1480 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1481 "request this permission.";
galinapae72e152017-05-12 13:12:281482
David Bokan432978d2019-08-15 18:18:521483const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1484const char kFractionalScrollOffsetsDescription[] =
1485 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1486 "offsets to web APIs.";
1487
Peter Kotwicz980079f2021-12-02 07:18:341488const char kFedCmName[] = "FedCM";
1489const char kFedCmDescription[] =
1490 "Enables JavaScript API to intermediate federated identity requests.";
1491
Zachary Tan3a4144f2023-02-06 21:28:451492const char kFedCmAutoReauthnName[] = "FedCmAutoReauthn";
1493const char kFedCmAutoReauthnDescription[] =
1494 "Enables auto re-authentication in the FedCM API. Requires FedCM to be "
1495 "enabled.";
Zachary Tan517e7ebc2023-01-18 20:15:351496
Sam Gotoa0b477b2023-02-07 06:37:291497const char kFedCmIdPRegistrationName[] = "FedCM with IdP Registration support";
1498const char kFedCmIdPRegistrationDescription[] =
1499 "Enables RPs to get identity credentials from registered IdPs.";
1500
Nicolás Peña Moreno473267382022-12-15 18:42:401501const char kFedCmIframeSupportName[] = "FedCM with iframe support";
1502const char kFedCmIframeSupportDescription[] =
1503 "Enables the 'identity-credentials-get' Permissions-Policy for the FedCM "
1504 "API.";
1505
Nicolás Peña Moreno8e558562022-12-20 18:57:441506const char kFedCmLoginHintName[] = "FedCmLoginHint";
1507const char kFedCmLoginHintDescription[] =
1508 "Allows the FedCM API to be used with a login hint which specifies a "
1509 "specific IDP account that needs to be displayed in the FedCM UI.";
Zachary Tan33092722022-11-15 18:59:381510
Yi Guc1648582022-10-13 19:45:241511const char kFedCmMetricsEndpointName[] = "FedCmMetricsEndpoint";
1512const char kFedCmMetricsEndpointDescription[] =
1513 "Allows the FedCM API to send performance measurement to the metrics "
1514 "endpoint on the identity provider side. Requires FedCM to be enabled.";
1515
Nicolás Peña Moreno8e558562022-12-20 18:57:441516const char kFedCmMultiIdpName[] = "FedCmMultiIdp";
1517const char kFedCmMultiIdpDescription[] =
1518 "Allows the FedCM API to request multiple identity providers "
1519 "simultaneously. Requires FedCM to be enabled as well.";
1520
Sam Goto2cff8a52022-12-21 00:50:341521const char kFedCmSelectiveDisclosureName[] = "FedCmSelectiveDisclosure";
1522const char kFedCmSelectiveDisclosureDescription[] =
1523 "Allows a relying party to selectively request a set of identity "
1524 "attributes to be disclosed.";
1525
Yi Gu344f8a52022-12-12 21:11:231526const char kFedCmUserInfoName[] = "FedCmUserInfo";
1527const char kFedCmUserInfoDescription[] =
1528 "Allows an identity provider to request user info instead of token from "
1529 "its own iframe. Requires FedCM to be enabled.";
1530
Nicolás Peña Moreno8e558562022-12-20 18:57:441531const char kFedCmWithoutThirdPartyCookiesName[] =
1532 "FedCmWithoutThirdPartyCookies";
1533const char kFedCmWithoutThirdPartyCookiesDescription[] =
1534 "Allows the FedCM API to be enabled when third party cookies are disabled.";
Nicolás Peña Moreno4f77c4b2022-09-06 22:16:541535
Zachary Taneb4b4962023-01-12 03:08:421536const char kFedCmRpContextName[] = "FedCmRpContext";
1537const char kFedCmRpContextDescription[] =
1538 "Allows relying parties to describe which context (e.g. sign-up vs "
1539 "sign-in) the FedCM is executing on.";
1540
Sam Goto4edd6392023-02-28 16:15:281541const char kWebIdentityMDocsName[] = "MDocs";
1542const char kWebIdentityMDocsDescription[] =
1543 "Allows relying parties to request the presentation of ISO mdocs.";
1544
Darwin Huang1473bc32021-06-18 01:56:231545const char kFileHandlingIconsName[] = "File Handling Icons";
1546const char kFileHandlingIconsDescription[] =
1547 "Allows websites using the file handling API to also register file type "
1548 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1549 "for more information.";
1550
Viktor Semeniukd5cfc262021-02-25 12:51:221551const char kFillingAcrossAffiliatedWebsitesName[] =
1552 "Fill passwords across affiliated websites.";
1553const char kFillingAcrossAffiliatedWebsitesDescription[] =
1554 "Enables filling password on a website when there is saved "
1555 "password on affiliated website.";
1556
Brett Wilsonecb80982017-07-12 20:34:511557const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1558const char kFillOnAccountSelectDescription[] =
1559 "Filling of passwords when an account is explicitly selected by the user "
1560 "rather than autofilling credentials on page load.";
1561
Brett Wilsonecb80982017-07-12 20:34:511562const char kForceTextDirectionName[] = "Force text direction";
1563const char kForceTextDirectionDescription[] =
1564 "Explicitly force the per-character directionality of UI text to "
1565 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1566 "direction of the character language.";
1567const char kForceDirectionLtr[] = "Left-to-right";
1568const char kForceDirectionRtl[] = "Right-to-left";
1569
1570const char kForceUiDirectionName[] = "Force UI direction";
1571const char kForceUiDirectionDescription[] =
1572 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1573 "mode, overriding the default direction of the UI language.";
1574
Victor Tanc6eab7e2022-02-02 21:00:241575const char kFullUserAgentName[] = "Full User-Agent request header";
1576const char kFullUserAgentDescription[] =
1577 "If set, use the full (non-reduced) user agent string for the User-Agent "
1578 "request header and the JS APIs.";
1579
Yuki Awanoeeaad0f2022-11-22 22:44:591580const char kGalleryAppPdfEditNotificationName[] =
1581 "Gallery App Pdf Edit Notification";
1582const char kGalleryAppPdfEditNotificationDescription[] =
1583 "Shows a notification to provide an option to open Gallery app for a "
1584 "downloaded pdf file";
1585
Muyao Xu217663c2023-01-17 18:55:581586const char kMediaRemotingWithoutFullscreenName[] =
1587 "Media Remoting without videos in fullscreen mode";
1588const char kMediaRemotingWithoutFullscreenDescription[] =
1589 "Starts Media Remoting from Global Media Controls without making the "
1590 "videos fullscreen.";
1591
Jazz Xu7b2047a2023-01-19 10:44:091592#if BUILDFLAG(IS_CHROMEOS)
1593const char kGlobalMediaControlsCrOSUpdatedUIName[] =
1594 "Global Media Controls CrOS updated UI";
1595const char kGlobalMediaControlsCrOSUpdatedUIDescription[] =
1596 "Show updated UI for Global Media Controls in CrOS.";
1597#endif
1598
Noah Rose Ledesma1bbd0712020-09-09 20:36:441599const char kGlobalMediaControlsModernUIName[] =
1600 "Global Media Controls Modern UI";
Noah Rose Ledesma1bbd0712020-09-09 20:36:441601const char kGlobalMediaControlsModernUIDescription[] =
1602 "Use a redesigned version of the Global Media Controls UI. Requires "
1603 "#global-media-controls to also be enabled.";
1604
Yuki Awano6ac1a1dc2023-01-21 00:50:241605const char kGoogleOneOfferFilesBannerName[] = "Google One offer Files banner";
1606const char kGoogleOneOfferFilesBannerDescription[] =
1607 "Shows a Files banner about Google One offer.";
1608
Jordan Baylesb3160b262021-08-18 00:33:011609const char kOpenscreenCastStreamingSessionName[] =
1610 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501611 "Streaming implementation";
Jordan Baylesb3160b262021-08-18 00:33:011612const char kOpenscreenCastStreamingSessionDescription[] =
1613 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501614 "be used for negotiating and executing mirroring and remoting sessions.";
1615
Kennan Gumbsdf768ce92021-08-25 19:09:511616const char kCastStreamingAv1Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171617 "Enable AV1 video encoding for Cast Streaming";
Kennan Gumbsdf768ce92021-08-25 19:09:511618const char kCastStreamingAv1Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171619 "Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 "
1620 "if selected for the session.";
1621
1622const char kCastStreamingHardwareH264Name[] =
1623 "Toggle hardware accelerated H.264 video encoding for Cast Streaming";
1624const char kCastStreamingHardwareH264Description[] =
1625 "The default is to allow hardware H.264 encoding when recommended for the "
1626 "platform. If enabled, hardware H.264 encoding will always be allowed when "
1627 "supported by the platform. If disabled, hardware H.264 encoding will "
1628 "never be used.";
1629
1630const char kCastStreamingHardwareVp8Name[] =
1631 "Toggle hardware accelerated VP8 video encoding for Cast Streaming";
1632const char kCastStreamingHardwareVp8Description[] =
1633 "The default is to allow hardware VP8 encoding when recommended for the "
1634 "platform. If enabled, hardware VP8 encoding will always be allowed when "
1635 "supported by the platform (regardless of recommendation). If disabled, "
1636 "hardware VP8 encoding will never be used.";
Kennan Gumbsdf768ce92021-08-25 19:09:511637
Abraham Corea Diaze4c3abe2021-08-24 17:43:501638const char kCastStreamingVp9Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171639 "Enable VP9 video encoding for Cast Streaming";
Abraham Corea Diaze4c3abe2021-08-24 17:43:501640const char kCastStreamingVp9Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171641 "Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 "
1642 "if selected for the session.";
Jordan Baylesb3160b262021-08-18 00:33:011643
Jordan Bayles5cbeb3502023-02-09 03:30:451644const char kCastEnableStreamingWithHiDPIName[] =
1645 "HiDPI tab capture support for Cast Streaming";
1646const char kCastEnableStreamingWithHiDPIDescription[] =
1647 "Enables HiDPI tab capture during Cast Streaming mirroring sessions. May "
1648 "reduce performance on some platforms and also improve quality of video "
1649 "frames.";
1650
Brett Wilsonecb80982017-07-12 20:34:511651const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051652const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511653
Salvador Guerrerocd7b24bb2022-07-20 00:32:481654const char kContextualPageActionsName[] = "Contextual page actions";
1655const char kContextualPageActionsDescription[] =
1656 "Enables contextual page action feature.";
1657
Salvador Guerrero3ac349f2022-10-12 02:44:531658const char kContextualPageActionsPriceTrackingName[] =
1659 "Contextual page actions - price tracking";
1660const char kContextualPageActionsPriceTrackingDescription[] =
Shakti Sahu28a76012022-05-30 15:29:141661 "Enables price tracking as a contextual page action.";
1662
Salvador Guerrero3ac349f2022-10-12 02:44:531663const char kContextualPageActionsReaderModeName[] =
1664 "Contextual page actions - reader mode";
1665const char kContextualPageActionsReaderModeDescription[] =
1666 "Enables reader mode as a contextual page action.";
1667
Hailey Wang0ed879a2023-01-10 21:17:361668const char kContextualPageActionsShareModelName[] =
1669 "Contextual page actions - share model";
1670const char kContextualPageActionsShareModelDescription[] =
1671 "Enables share model data collection.";
1672
Dibyajyoti Palbe5f0012022-11-29 00:39:341673const char kEnableOsIntegrationSubManagersName[] =
1674 "OS Integration sub managers";
1675const char kEnableOsIntegrationSubManagersDescription[] =
1676 "Enable OS integration sub managers to either just write new OS "
1677 "integration states to DB or execute on the OS integration states before "
1678 "writing to the DB";
1679
Curtis McMullanf2e45bf2020-08-26 09:51:391680const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1681const char kHandwritingGestureEditingDescription[] =
1682 "Enables editing with handwriting gestures within the virtual keyboard.";
1683
Curtis McMullan88e039e2021-07-27 08:06:311684const char kHandwritingLegacyRecognitionName[] =
1685 "Handwriting Legacy Recognition";
1686const char kHandwritingLegacyRecognitionDescription[] =
1687 "Enables new on-device recognition for handwriting legacy paths.";
1688
Darren Shenb42629a2022-08-17 02:52:311689const char kHandwritingLibraryDlcName[] =
1690 "Handwriting recognition with library from DLC";
1691const char kHandwritingLibraryDlcDescription[] =
1692 "Enables new on-device recognition with the handwriting library installed "
1693 "from DLC";
1694
Tommy Steimel1aadd7b2019-01-18 19:39:421695const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1696const char kHardwareMediaKeyHandlingDescription[] =
1697 "Enables using media keys to control the active media session. This "
1698 "requires MediaSessionService to be enabled too";
1699
John Delaney521fe9f2020-04-29 22:18:191700const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1701const char kHeavyAdPrivacyMitigationsDescription[] =
1702 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1703 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561704
1705const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1706const char kHeavyAdInterventionDescription[] =
1707 "Unloads ads that use too many device resources.";
1708
rudranshd650903892022-06-16 18:42:301709const char kHiddenNetworkMigrationName[] = "Hidden Network Migration";
1710
1711const char kHiddenNetworkMigrationDescription[] =
1712 "Enables a privacy improvement that removes wrongly configured hidden"
1713 "networks and mitigates the creation of these networks.";
1714
Duong Dacd6770e82023-02-01 11:57:251715const char kHideNonDisplayableAccountEmailName[] =
1716 "Hide non-displayable account email";
1717
1718const char kHideNonDisplayableAccountEmailDescription[] =
1719 "Hide the Google account email that should not be displayed on various UI "
1720 "surfaces";
1721
Jason Zhangb9ee1ed2022-07-25 18:27:341722extern const char kHotspotName[] = "Hotspot";
1723extern const char kHotspotDescription[] =
1724 "Enables the Chromebook to share its cellular internet connection to other "
Kyle Horimoto67d73222023-03-07 18:59:291725 "devices through WiFi. While this feature is under development, enabling "
1726 "this flag may cause your device's non-tethering traffic to use a "
1727 "tethering APN, which can result in carrier limits or fees.";
Jason Zhangb9ee1ed2022-07-25 18:27:341728
evliue454a132022-01-25 23:03:431729const char kTabAudioMutingName[] = "Tab audio muting UI control";
1730const char kTabAudioMutingDescription[] =
1731 "When enabled, the audio indicators in the tab strip double as tab audio "
1732 "mute controls.";
1733
whalechangd4b2ca942023-02-11 16:35:191734const char kCrasSplitAlsaUsbInternalName[] =
1735 "CRAS Split USB/Internal refactor control";
1736const char kCrasSplitAlsaUsbInternalDescription[] =
1737 "When enable, CRAS will create different iodev with USB and internal "
1738 "device.";
1739
Calder Kitagawa621534c2022-09-20 19:12:511740const char kTabSelectionEditorV2Name[] = "Tab selection editor V2";
1741const char kTabSelectionEditorV2Description[] =
1742 "Enable improved bulk tab editing capabilities.";
1743
Xi Han3dec5782022-10-26 20:23:191744const char kStartSurfaceReturnTimeName[] = "Start surface return time";
1745const char kStartSurfaceReturnTimeDescription[] =
1746 "Enable showing start surface at startup after specified time has elapsed";
1747
Ayu Ishii1e06316f2022-12-14 14:54:501748const char kStorageBucketsName[] = "Storage Buckets API";
1749const char kStorageBucketsDescription[] =
1750 "Enable experimental Storage Buckets API, allowing websites to create "
1751 "multiple buckets of storage to organize their data, allowing user agents "
1752 "to delete each bucket independently of other buckets.";
1753
Emily Stark70158ce2021-07-16 18:26:311754const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321755const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311756 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321757 "Mode.";
1758
Chris Thompson69d09012022-12-21 01:26:051759const char kHttpsFirstModeV2Name[] = "HTTPS-First Mode V2";
1760const char kHttpsFirstModeV2Description[] =
1761 "Enable rearchitected version of HTTPS-First Mode.";
1762
Chris Thompsonde18f3d62022-12-08 01:23:271763const char kHttpsUpgradesName[] = "HTTPS Upgrades";
1764const char kHttpsUpgradesDescription[] =
1765 "Enable automatically upgrading all top-level navigations to HTTPS with "
1766 "fast fallback to HTTP.";
1767
Corentin Walleze660b152020-07-15 16:07:541768const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1769const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511770 "Overrides the built-in software rendering list and enables "
1771 "GPU-acceleration on unsupported system configurations.";
1772
Victor Hugo Vianna Silva020f8dc2022-06-27 19:36:431773const char kIgnoreSyncEncryptionKeysLongMissingName[] =
1774 "Ignore Chrome Sync encryption keys long missing";
1775const char kIgnoreSyncEncryptionKeysLongMissingDescription[] =
1776 "Drops pending encrypted updates if their key has been missing for a "
1777 "(configurable) number of consecutive GetUpdates. Restarting the browser "
1778 "resets the counter. The threshold is configurable via the "
1779 "MinGuResponsesToIgnoreKey feature parameter.";
1780
Jimmy Gong6de11b02021-02-04 21:35:011781const char kImprovedKeyboardShortcutsName[] =
1782 "Enable improved keyboard shortcuts";
1783const char kImprovedKeyboardShortcutsDescription[] =
1784 "Ensure keyboard shortcuts work consistently with international keyboard "
1785 "layouts and deprecate legacy shortcuts.";
1786
Alex Ilasiab901f92021-09-13 09:27:271787const char kIncognitoDownloadsWarningName[] =
1788 "Enable Incognito downloads warning";
1789const char kIncognitoDownloadsWarningDescription[] =
1790 "When enabled, users will be warned that downloaded files are saved on the "
1791 "device and might be seen by other users even if they are in Incognito.";
1792
Rohit Agarwal6e9b6022021-08-10 19:44:371793const char kIncognitoReauthenticationForAndroidName[] =
1794 "Enable device reauthentication for Incognito.";
1795const char kIncognitoReauthenticationForAndroidDescription[] =
1796 "When enabled, a setting appears in Settings > Privacy and Security, to "
1797 "enable reauthentication for accessing your existing Incognito tabs.";
1798
Saba Khukhunashvilif7a4f822021-07-23 10:59:211799const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1800const char kIncognitoNtpRevampDescription[] =
1801 "When enabled, Incognito new tab page will have an updated UI";
1802
Ramin Halavatidf9668c2020-10-30 15:35:531803const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1804const char kIncognitoScreenshotDescription[] =
1805 "Enables Incognito screenshots on Android. It will also make Incognito "
1806 "thumbnails visible.";
1807
Lijin Shenf3215dcd2022-08-30 00:34:141808const char kInfobarScrollOptimizationName[] = "Infobar scroll optimiaztion";
1809const char kInfobarScrollOptimizationDescription[] =
1810 "Optimize Infobar scroll on Android.";
1811
Brett Wilsonecb80982017-07-12 20:34:511812const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1813const char kInProductHelpDemoModeChoiceDescription[] =
1814 "Selects the In-Product Help demo mode.";
1815
Hailey Wanga7607f02021-08-12 19:37:511816const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1817const char kInProductHelpSnoozeDescription[] =
1818 "Enables the snooze button on In-Product Help.";
1819
Hailey Wang5f048eb82021-10-27 01:29:131820const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config";
1821const char kInProductHelpUseClientConfigDescription[] =
1822 "Enable In-Product Help to use client side configuration.";
1823
Robbie McElrathb66ff502022-10-12 01:50:591824const char kInstallIsolatedWebAppFromUrl[] =
1825 "Install Isolated Web App from Proxy URL";
1826const char kInstallIsolatedWebAppFromUrlDescription[] =
1827 "Installs a new developer mode Isolated Web App whose contents are hosted "
1828 "at the provided HTTP(S) URL.";
Dmitrii Kuragin053a3c602022-06-07 16:34:421829
Brett Wilsonecb80982017-07-12 20:34:511830const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1831const char kJavascriptHarmonyDescription[] =
1832 "Enable web pages to use experimental JavaScript features.";
1833
1834const char kJavascriptHarmonyShippingName[] =
1835 "Latest stable JavaScript features";
1836const char kJavascriptHarmonyShippingDescription[] =
1837 "Some web pages use legacy or non-standard JavaScript extensions that may "
1838 "conflict with the latest JavaScript features. This flag allows disabling "
1839 "support of those features for compatibility with such pages.";
1840
Shu-yu Guob5461a52022-09-02 01:22:241841const char kJavascriptExperimentalSharedMemoryName[] =
1842 "Experimental JavaScript shared memory features";
1843const char kJavascriptExperimentalSharedMemoryDescription[] =
1844 "Enable web pages to use non-standard, experimental JavaScript shared "
1845 "memory features. Their use requires the same HTTP headers required by "
1846 "cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP).";
1847
Tommy Lia142e2c2021-09-29 20:35:161848const char kJourneysName[] = "History Journeys";
1849const char kJourneysDescription[] = "Enables the History Journeys UI.";
1850
Sophie Chang19b579d2022-09-27 22:30:351851const char kJourneysContentClusteringName[] =
1852 "History Journeys Content Clustering";
1853const char kJourneysContentClusteringDescription[] =
1854 "Enables clustering page loads using content annotations.";
1855
manukhbf52f832023-03-02 02:24:151856const char kJourneysHideVisitsName[] = "History Journeys Hide Visits";
1857const char kJourneysHideVisitsDescription[] =
1858 "Adds a UI element to hide individual cluster visits in the webUI.";
1859
Tommy C. Lie99770072022-10-26 23:24:161860const char kJourneysImagesName[] = "History Journeys Images";
1861const char kJourneysImagesDescription[] =
1862 "Enables Images for the History Journeys UI.";
1863
Tommy C. Li1d8296b52022-04-27 22:12:171864const char kJourneysLabelsName[] = "History Journeys Labels";
1865const char kJourneysLabelsDescription[] =
1866 "Enables labels for Journeys within the History Journeys UI.";
1867
Sophie Chang579c41992023-01-06 17:08:531868const char kJourneysNavigationContextClusteringName[] =
1869 "History Journeys Navigation Context Clustering";
1870const char kJourneysNavigationContextClusteringDescription[] =
1871 "Enables context clustering to be done at navigation time";
1872
Tommy Lia142e2c2021-09-29 20:35:161873const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action";
1874const char kJourneysOmniboxActionDescription[] =
1875 "Enables the History Journeys Omnibox Action.";
1876
manukh37c48752022-06-21 15:38:101877const char kJourneysOmniboxHistoryClusterProviderName[] =
1878 "History Journeys Omnibox History Cluster Provider";
1879const char kJourneysOmniboxHistoryClusterProviderDescription[] =
1880 "Enables the History Journeys Omnibox History Cluster Provider to surface "
1881 "Journeys as a suggestion row instead of an action chip.";
1882
Patrick Nolanda62bf462023-03-20 18:09:341883const char kJourneysPersistCachesToPrefsName[] =
1884 "History Journeys Persist Caches to Prefs";
1885const char kJourneysPersistCachesToPrefsDescription[] =
1886 "Enables the persistence of Journeys keyword caches via the pref service.";
1887
Sophie Chang579c41992023-01-06 17:08:531888const char kJourneysPersistedClustersName[] =
1889 "History Journeys Persisted Clusters";
1890const char kJourneysPersistedClustersDescription[] =
1891 "Enables the persistence of clusters into the history database.";
1892
Sophie Changd30f4dc4f2022-10-18 16:10:171893const char kJourneysShowAllClustersName[] =
1894 "History Journeys Show All Clusters";
1895const char kJourneysShowAllClustersDescription[] =
1896 "Enables all Journeys clusters to be shown on prominent UI surfaces";
1897
Sophie Chang4b7eff72022-12-08 16:43:291898const char kJourneysIncludeSyncedVisitsName[] =
1899 "History Journeys Include SyncedVisits";
1900const char kJourneysIncludeSyncedVisitsDescription[] =
1901 "Enabled synced visits to be included in History Journeys clusters.";
1902
Khalid Peer197c7462022-11-28 21:20:361903const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] =
1904 "Extract Related Searches from Prefetched ZPS Response";
1905const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] =
1906 "Enables page annotation logic to source related searches data from "
1907 "prefetched ZPS responses";
1908
bttk90927fd2021-11-12 19:38:271909const char kLargeFaviconFromGoogleName[] = "Large favicons from Google";
1910const char kLargeFaviconFromGoogleDescription[] =
1911 "Request large favicons from Google's favicon service";
1912
Yu Suc19bb6cc2021-02-25 06:38:291913const char kLensCameraAssistedSearchName[] =
1914 "Google Lens in Omnibox and New Tab Page";
1915const char kLensCameraAssistedSearchDescription[] =
1916 "Enable an entry point to Google Lens to allow users to search what they "
1917 "see using their mobile camera.";
1918
Juan Mojicaa2c06482022-10-14 18:27:011919const char kLensRegionSearchStaticPageName[] =
1920 "Use a static page with the Lens region search feature.";
1921const char kLensRegionSearchStaticPageDescription[] =
1922 "Enables use of a static page in a new tab when using the Lens region "
1923 "search feature.";
1924
Duncan Mercer10a2000a2022-11-07 23:00:531925const char kLensImageFormatOptimizationsName[] = "Lens Optimized Image Formats";
1926const char kLensImageFormatOptimizationsDescription[] =
1927 "Enables the use of either WebP or JPEG on all Lens quries to reduce "
1928 "network load and improve latency";
1929
Bryan Nguyend7f0cd742023-02-10 21:16:221930const char kLensImageTranslateName[] =
1931 "Translate text in images with Google Lens";
1932const char kLensImageTranslateDescription[] =
1933 "Enables a context menu item to translate text in images using Google "
1934 "Lens. The context menu item appears when the current page is being "
1935 "translated.";
1936
Ali Stanfield561043282023-03-10 03:04:301937const char kCscName[] = "CSC";
1938const char kCscDescription[] = "";
1939
Hazem Ashmawyf1cd7e42019-03-25 18:17:321940const char kLogJsConsoleMessagesName[] =
1941 "Log JS console messages in system logs";
1942const char kLogJsConsoleMessagesDescription[] =
1943 "Enable logging JS console messages in system logs, please note that they "
1944 "may contain PII.";
1945
Etienne Pierre-doray247abce2022-03-08 18:45:481946const char kUnthrottledNestedTimeoutName[] =
1947 "Increase the nesting threshold before which setTimeout(..., <4ms) start "
1948 "being clamped.";
1949const char kUnthrottledNestedTimeoutDescription[] =
1950 "setTimeout(..., 0) is commonly used to break down long Javascript tasks. "
1951 "Under this flag, setTimeouts and setIntervals with an interval < 4ms are "
1952 "not clamped as aggressively. This improves short horizon performance, but "
1953 "websites abusing the API will still eventually have their setTimeouts "
1954 "clamped.";
1955
spqchanb87755692018-04-05 00:46:091956const char kMediaRouterCastAllowAllIPsName[] =
1957 "Connect to Cast devices on all IP addresses";
1958const char kMediaRouterCastAllowAllIPsDescription[] =
1959 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311960 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091961
Andrey Zaytsevad83cbc32020-09-30 15:43:181962const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1963const char kMetricsSettingsAndroidDescription[] =
1964 "Enables the new design of metrics settings.";
1965
Brian Geffon12b581a2021-02-03 23:48:031966const char kMojoLinuxChannelSharedMemName[] =
1967 "Enable Mojo Shared Memory Channel";
1968const char kMojoLinuxChannelSharedMemDescription[] =
1969 "If enabled Mojo on Linux based platforms can use shared memory as an "
1970 "alternate channel for most messages.";
1971
Alisa Lin79251142021-06-15 20:22:121972const char kCanvas2DLayersName[] =
1973 "Enables canvas 2D methods BeginLayer and EndLayer";
1974const char kCanvas2DLayersDescription[] =
1975 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1976
Honglin Yua0a14fa2022-03-31 22:40:051977const char kEnableMachineLearningModelLoaderWebPlatformApiName[] =
1978 "Enables Machine Learning Model Loader Web Platform API";
1979const char kEnableMachineLearningModelLoaderWebPlatformApiDescription[] =
1980 "Enables the Machine Learning Model Loader Web Platform API.";
1981
Andreea Costinas1e592142021-04-20 13:24:251982const char kSystemProxyForSystemServicesName[] =
1983 "Enable system-proxy for selected system services";
1984const char kSystemProxyForSystemServicesDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:351985 "Enabling this flag will allow ChromeOS system service which require "
Andreea Costinas1e592142021-04-20 13:24:251986 "network connectivity to use the system-proxy daemon for authentication to "
1987 "remote HTTP web proxies.";
1988
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:491989const char kDestroyProfileOnBrowserCloseName[] =
1990 "Destroy Profile on browser close";
1991const char kDestroyProfileOnBrowserCloseDescription[] =
1992 "Release memory and other resources when a Profile's last browser window "
1993 "is closed, rather than when Chrome closes completely.";
1994
Nicolas Ouellet-Payeur4aff8682022-01-26 16:03:161995const char kDestroySystemProfilesName[] = "Destroy System Profile";
1996const char kDestroySystemProfilesDescription[] =
1997 "After you close the Profile Picker, release memory and other resources "
1998 "owned by the System Profile. This requires "
1999 "#destroy-profile-on-browser-close.";
2000
Side Yilmazd828f162022-10-11 00:05:242001const char kNotificationInteractionHistoryName[] =
2002 "Notification Interaction History";
2003const char kNotificationInteractionHistoryDescription[] =
2004 "Enable recording notification count and interaction.";
2005
Xing Liub9070262021-01-07 20:52:162006const char kNotificationSchedulerName[] = "Notification scheduler";
2007const char kNotificationSchedulerDescription[] =
2008 "Enable notification scheduler feature.";
2009
Xing Liu1919ec232019-07-22 20:38:042010const char kNotificationSchedulerDebugOptionName[] =
2011 "Notification scheduler debug options";
2012const char kNotificationSchedulerDebugOptionDescription[] =
2013 "Enable debugging mode to override certain behavior of notification "
2014 "scheduler system for easier manual testing.";
2015const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
2016 "Show scheduled notification right away.";
2017
Peter Beverlooc30c9ddf2021-02-24 19:56:032018const char kNotificationsSystemFlagName[] = "Enable system notifications.";
2019const char kNotificationsSystemFlagDescription[] =
2020 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:512021 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:342022
momoka0122yda18aeb2022-03-15 08:23:542023const char kOmitCorsClientCertName[] =
2024 "Omit TLS client certificates if credential mode disallows";
2025const char kOmitCorsClientCertDescription[] =
2026 "Strictly conform the Fetch spec to omit TLS client certificates if "
2027 "credential mode disallows. Without this flag enabled, Chrome will always "
2028 "try sending client certificates regardless of the credential mode.";
2029
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:372030const char kOmniboxAdaptiveSuggestionsCountName[] =
2031 "Adaptive Omnibox Suggestions count";
2032const char kOmniboxAdaptiveSuggestionsCountDescription[] =
2033 "Dynamically adjust number of presented Omnibox suggestions depending on "
2034 "available space. When enabled, this feature will increase (or decrease) "
2035 "amount of offered Omnibox suggestions to fill in the space between the "
2036 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
2037 "flag to adjust the limit of offered suggestions. The number of shown "
2038 "suggestions will be no less than the platform default limit.";
2039
Patrick Nolanddd4774952023-03-09 23:59:582040const char kOmniboxAdaptNarrowTabletWindowsName[] =
2041 "Omnibox adapts to narrow tablet windows";
2042const char kOmniboxAdaptNarrowTabletWindowsDescription[] =
2043 "When enabled the omnibox uses a phone-like appearance for windows that "
2044 "are less than 600dp wide, regardless of the overall display width.";
2045
Brandon Wylie1299ff82020-01-23 02:13:372046const char kOmniboxAssistantVoiceSearchName[] =
2047 "Omnibox Assistant Voice Search";
2048const char kOmniboxAssistantVoiceSearchDescription[] =
2049 "When enabled, use Assistant for omnibox voice query recognition instead of"
2050 " Android's built-in voice recognition service. Only works on Android.";
2051
manukh304e3f12021-10-06 16:40:332052const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
2053const char kOmniboxBookmarkPathsDescription[] =
2054 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
2055 "suggest a bookmark titled 'Jupiter' with URL "
2056 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
2057
manukh80d476682022-01-28 08:00:442058const char kOmniboxClosePopupWithEscapeName[] =
2059 "Omnibox Close Popup with Escape";
2060const char kOmniboxClosePopupWithEscapeDescription[] =
2061 "When enabled, pressing escape when the omnibox popup is open and the "
2062 "default suggestion is selected will close the omnibox without removing "
2063 "its focus or clearing user input.";
2064
Patrick Noland299fa6582023-03-03 16:41:592065const char kOmniboxConsumesImeInsetsName[] =
2066 "Omnibox Consumes IME (keyboard) insets directly";
2067const char kOmniboxConsumesImeInsetsDescription[] =
2068 "When enabled, the Android Omnibox will directly handle IME (keyboard) "
2069 "inset changes while visible.";
2070
Orin Jaworski69f9b012022-11-14 21:15:452071const char kOmniboxDefaultBrowserPedalName[] = "Omnibox Default Browser Pedal";
2072const char kOmniboxDefaultBrowserPedalDescription[] =
2073 "Enables a pedal that helps the user 'set default browser'.";
2074
Angela Yoeurng07a5adb2020-12-02 02:14:012075const char kOmniboxDisableCGIParamMatchingName[] =
2076 "Disable CGI Param Name Matching";
2077const char kOmniboxDisableCGIParamMatchingDescription[] =
2078 "Disables using matches in CGI parameter names while scoring suggestions.";
2079
manukh8fcd3932023-02-28 06:10:522080const char kOmniboxDiscardTemporaryInputOnTabSwitchName[] =
2081 "Omnibox discard temporary input on tab switch";
2082const char kOmniboxDiscardTemporaryInputOnTabSwitchDescription[] =
2083 "Discards temporary input in the omnibox when switching tabs.";
2084
manukh37b13bd32022-10-04 16:01:512085const char kOmniboxDomainSuggestionsName[] = "Omnibox Domain Suggestions";
manukh918d82552022-10-11 01:12:222086const char kOmniboxDomainSuggestionsDescription[] =
manukh37b13bd32022-10-04 16:01:512087 "If enabled, history URL suggestions from hosts visited often bypass the "
2088 "per provider limit.";
2089
Justin Donnellyf2703482019-10-24 21:42:152090const char kOmniboxExperimentalSuggestScoringName[] =
2091 "Omnibox Experimental Suggest Scoring";
2092const char kOmniboxExperimentalSuggestScoringDescription[] =
2093 "Enables an experimental scoring mode for suggestions when Google is the "
2094 "default search engine.";
2095
Orin Jaworski291b0a32022-05-17 17:29:052096const char kOmniboxFuzzyUrlSuggestionsName[] = "Omnibox Fuzzy URL Suggestions";
2097const char kOmniboxFuzzyUrlSuggestionsDescription[] =
2098 "Enables URL suggestions for inputs that may contain typos.";
2099
Khalid Peer93f49312023-03-06 22:28:132100const char kOmniboxGM3SteadyStateBackgroundColorName[] =
2101 "Omnibox Steady State Background Color";
2102const char kOmniboxGM3SteadyStateBackgroundColorDescription[] =
2103 "Updates Omnibox steady state background color to comply with GM3 "
2104 "guidelines.";
2105
Khalid Peer3b6c61fb2023-02-17 01:43:282106const char kOmniboxGM3SteadyStateHeightName[] = "Omnibox Steady State Height";
2107const char kOmniboxGM3SteadyStateHeightDescription[] =
2108 "Updates Omnibox steady state height to comply with GM3 guidelines.";
2109
Khalid Peer4520af92023-03-02 21:50:512110const char kOmniboxGM3SteadyStateTextStyleName[] =
2111 "Omnibox Steady State Text Style";
2112const char kOmniboxGM3SteadyStateTextStyleDescription[] =
2113 "Updates Omnibox steady state text style to comply with GM3 guidelines.";
2114
Khalid Peer4ef65ef52023-03-27 23:29:072115const char kOmniboxGM3SteadyStateTextColorName[] =
2116 "Omnibox Steady State Text Color";
2117const char kOmniboxGM3SteadyStateTextColorDescription[] =
2118 "Updates Omnibox steady state text color to comply with GM3 guidelines.";
2119
Ender19574f92023-03-16 01:14:262120const char kOmniboxGroupingFrameworkZPSName[] =
2121 "Omnibox Grouping Framework for ZPS";
2122const char kOmniboxGroupingFrameworkNonZPSName[] =
2123 "Omnibox Grouping Framework for Typed Suggestions";
manukh01e47192022-12-23 00:50:252124const char kOmniboxGroupingFrameworkDescription[] =
2125 "Enables an alternative grouping implementation for omnibox "
2126 "autocompletion.";
2127
manukh918d82552022-10-11 01:12:222128const char kOmniboxHistoryQuickProviderSpecificityScoreCountUniqueHostsName[] =
2129 "Omnibox HQP Specificity";
2130const char
2131 kOmniboxHistoryQuickProviderSpecificityScoreCountUniqueHostsDescription[] =
2132 "When enabled, HQP doesn't demote same-host suggestions.";
2133
Tomasz Wiszkowski539249962023-03-16 01:01:422134const char kOmniboxInspireMeName[] = "Omnibox Trending and Related Queries";
2135const char kOmniboxInspireMeDescription[] =
2136 "When enabled, appends additional suggestions based on local trends and/or "
2137 "related to the recently executed queries.";
2138
Moe Ahmadid6159b22022-12-13 03:16:392139const char kOmniboxKeepSecondaryZeroSuggestName[] =
2140 "Keeps all secondary zero-prefix suggestions.";
2141const char kOmniboxKeepSecondaryZeroSuggestDescription[] =
2142 "Keeps all zero-prefix suggestions in the second column and does not count "
2143 "them toward the overall zero-suggest limit.";
2144
Rong Tan01c989902022-10-28 04:06:252145const char kOmniboxMatchToolbarAndStatusBarColorName[] =
2146 "Omnibox Omnibox Match Toolbar And Status Bar Color";
2147const char kOmniboxMatchToolbarAndStatusBarColorDescription[] =
2148 "When enabled, the color of the toolbar and the status bar will be "
2149 "synchronized.";
2150
Gang Wu67847242022-06-30 06:18:512151const char kOmniboxModernizeVisualUpdateName[] =
2152 "Omnibox Modernize Visual Update";
2153const char kOmniboxModernizeVisualUpdateDescription[] =
2154 "When enabled, Omnibox will show a new UI which is visually "
2155 "updated. This flag is for the step 1 in the Clank Omnibox revamp plan.";
2156
Filip Gorskib116dee2020-08-20 14:12:102157const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
2158const char kOmniboxMostVisitedTilesDescription[] =
manukhd9801bfc2022-01-04 22:43:582159 "Display a list of frequently visited pages from history as a single row "
Filip Gorskib116dee2020-08-20 14:12:102160 "with a carousel instead of one URL per line.";
2161
Rong Tanef44d632022-11-18 19:02:312162const char kOmniboxMostVisitedTilesAddRecycledViewPoolName[] =
2163 "Omnibox Most Visited Tiles Add Recycled View Pool";
2164const char kOmniboxMostVisitedTilesAddRecycledViewPoolDescription[] =
2165 "Add a recycled view pool to omnibox most visited tiles carousel to "
2166 "increase tile view reuse and reduce jackiness.";
2167
manukh539d958b2023-03-01 16:50:252168const char kOmniboxRedoCurrentMatchName[] = "Omnibox redo current match";
2169const char kOmniboxRedoCurrentMatchDescription[] =
2170 "Use an alternative implementation of calculating the cached omnibox "
2171 "current match that is valid more often.";
2172
Rong Tan31bf6082022-10-13 08:19:082173const char kOmniboxRemoveExcessiveRecycledViewClearCallsName[] =
2174 "Omnibox Remove Excessive Recycled View Clear Calls";
2175const char kOmniboxRemoveExcessiveRecycledViewClearCallsDescription[] =
2176 "Remove excessive clear calls on RecycledViewPool in omnibox.";
2177
Moe Ahmadi7c889d82022-10-27 20:35:242178const char kOmniboxReportAssistedQueryStatsName[] =
2179 "Omnibox Assisted Query Stats param";
2180const char kOmniboxReportAssistedQueryStatsDescription[] =
2181 "Enables reporting the Assisted Query Stats param in search destination "
2182 "URLs originated from the Omnibox.";
2183
2184const char kOmniboxReportSearchboxStatsName[] =
2185 "Omnibox Searchbox Stats proto param";
2186const char kOmniboxReportSearchboxStatsDescription[] =
2187 "Enables reporting the serialized Searchbox Stats proto param in search "
2188 "destination URLs originated from the Omnibox.";
2189
manukh539d958b2023-03-01 16:50:252190const char kOmniboxRevertModelBeforeClosingPopupName[] =
2191 "Omnibox revert model before closing popup";
2192const char kOmniboxRevertModelBeforeClosingPopupDescription[] =
2193 "When reverting the omnibox view, revert the model before closing the "
2194 "popup to avoid some extra calculations.";
2195
Ryan Sturmb9aaea22023-03-07 21:35:012196const char kOmniboxUseExistingAutocompleteClientName[] =
2197 "Omnibox use exisitng autocomplete client";
2198const char kOmniboxUseExistingAutocompleteClientDescription[] =
2199 "When querying autocomplete client from the omnibox edit model, use the "
2200 "existing one instead of creating a new one.";
2201
Moe Ahmadi4d6f27b2021-11-19 01:40:362202const char kOmniboxZeroSuggestPrefetchingName[] =
Khalid Peere26e6962022-07-26 22:39:552203 "Omnibox Zero Prefix Suggestion Prefetching on NTP";
Moe Ahmadi4d6f27b2021-11-19 01:40:362204const char kOmniboxZeroSuggestPrefetchingDescription[] =
Khalid Peere26e6962022-07-26 22:39:552205 "Enables prefetching of the zero prefix suggestions for eligible users "
2206 "on the New Tab page.";
2207
2208const char kOmniboxZeroSuggestPrefetchingOnSRPName[] =
2209 "Omnibox Zero Prefix Suggestion Prefetching on SRP";
2210const char kOmniboxZeroSuggestPrefetchingOnSRPDescription[] =
2211 "Enables prefetching of the zero prefix suggestions for eligible users "
2212 "on the Search Results page.";
Moe Ahmadi4d6f27b2021-11-19 01:40:362213
Khalid Peer28546042022-08-12 23:18:082214const char kOmniboxZeroSuggestPrefetchingOnWebName[] =
2215 "Omnibox Zero Prefix Suggestion Prefetching on the Web";
2216const char kOmniboxZeroSuggestPrefetchingOnWebDescription[] =
2217 "Enables prefetching of the zero prefix suggestions for eligible users "
2218 "on the Web (i.e. non-NTP and non-SRP URLs).";
2219
Khalid Peer4bca7ea2022-08-26 22:51:292220const char kOmniboxZeroSuggestInMemoryCachingName[] =
2221 "Omnibox Zero Prefix Suggestion in-memory caching";
2222const char kOmniboxZeroSuggestInMemoryCachingDescription[] =
2223 "Enables in-memory caching of zero prefix suggestions.";
2224
Ce Chen7762ef32022-06-17 14:34:172225const char kOmniboxOnDeviceHeadSuggestionsName[] =
2226 "Omnibox on device head suggestions (non-incognito only)";
2227const char kOmniboxOnDeviceHeadSuggestionsDescription[] =
2228 "Google head non personalized search suggestions provided by a compact on "
2229 "device model for non-incognito. Turn off this feature if you have other "
2230 "apps running which affects local file access (e.g. anti-virus software) "
2231 "and are experiencing searchbox typing lags.";
2232const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
2233 "Omnibox on device head suggestions (incognito only)";
2234const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
2235 "Google head non personalized search suggestions provided by a compact on "
2236 "device model for incognito. Turn off this feature if you have other "
2237 "apps running which affects local file access (e.g. anti-virus software) "
2238 "and are experiencing searchbox typing lags.";
Ce Chenbdfaed22022-10-20 16:08:352239const char kOmniboxOnDeviceTailSuggestionsName[] =
2240 "Omnibox on device tail suggestions";
2241const char kOmniboxOnDeviceTailSuggestionsDescription[] =
2242 "Google tail non personalized search suggestions provided by a compact on "
2243 "device model.";
Ce Chen7762ef32022-06-17 14:34:172244
manukh6b9c59c2020-08-28 19:29:252245const char kOmniboxRichAutocompletionPromisingName[] =
2246 "Omnibox Rich Autocompletion Promising Combinations";
2247const char kOmniboxRichAutocompletionPromisingDescription[] =
manukh6a6aeb82022-06-24 21:11:012248 "Allow autocompletion for titles and non-prefixes. Suggestions whose "
2249 "titles or URLs contain the user input as a continuous chunk, but not "
2250 "necessarily a prefix, can be the default suggestion. Otherwise, only "
2251 "suggestions whose URLs are prefixed by the user input can be.";
manukhf6414512022-06-15 01:26:192252
Angela Yoeurng8f6731da2022-01-17 05:55:102253const char kOmniboxSiteSearchStarterPackName[] =
2254 "Omnibox Site Search Starter Pack";
2255const char kOmniboxSiteSearchStarterPackDescription[] =
Angela Yoeurng260f18352022-06-15 22:51:352256 "Enables @history, @bookmarks, and @tabs scopes in Omnibox Site "
Angela Yoeurng8f6731da2022-01-17 05:55:102257 "Search/Keyword Mode";
Moe Ahmadi01028f22022-08-06 17:57:352258
2259const char kOmniboxLocalHistoryZeroSuggestBeyondNTPName[] =
2260 "Allow local history zero-prefix suggestions beyond NTP";
2261const char kOmniboxLocalHistoryZeroSuggestBeyondNTPDescription[] =
2262 "Enables local history zero-prefix suggestions in every context in which "
2263 "the remote zero-prefix suggestions are enabled.";
2264
Moe Ahmadi50223462022-06-30 22:37:272265const char kOmniboxFocusTriggersSRPZeroSuggestName[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262266 "Allow Omnibox contextual web on-focus suggestions on the SRP";
Moe Ahmadi50223462022-06-30 22:37:272267const char kOmniboxFocusTriggersSRPZeroSuggestDescription[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262268 "Enables on-focus suggestions on the Search Results page. "
2269 "Requires on-focus suggestions for the contextual web to be enabled. "
2270 "Will only work if user is signed-in and syncing.";
2271
Moe Ahmadi50223462022-06-30 22:37:272272const char kOmniboxFocusTriggersContextualWebZeroSuggestName[] =
Tommy Li55784022020-04-28 20:58:182273 "Omnibox on-focus suggestions for the contextual Web";
Moe Ahmadi50223462022-06-30 22:37:272274const char kOmniboxFocusTriggersContextualWebZeroSuggestDescription[] =
Tommy Li55784022020-04-28 20:58:182275 "Enables on-focus suggestions on the Open Web, that are contextual to the "
2276 "current URL. Will only work if user is signed-in and syncing, or is "
2277 "otherwise eligible to send the current page URL to the suggest server.";
2278
Jun Zoud1e35932b2022-12-01 20:01:372279const char kOmniboxMlLogUrlScoringSignalsName[] =
2280 "Log Omnibox URL Scoring Signals";
2281const char kOmniboxMlLogUrlScoringSignalsDescription[] =
2282 "Enables Omnibox to log scoring signals of URL suggestions.";
2283
Angela Yoeurngd75d0dfe2023-01-12 23:17:092284const char kOmniboxMlRelevanceScoringName[] = "Omnibox ML Relevance Scoring";
2285const char kOmniboxMlRelevanceScoringDescription[] =
2286 "Enables ML-based relevance scoring of Omnibox URL Suggestions.";
2287
Jun Zoub695a0a2023-01-20 18:55:022288const char kOmniboxMlUrlScoringModelName[] =
2289 "Omnibox autocomplete URL scoring model.";
2290const char kOmniboxMlUrlScoringModelDescription[] =
2291 "Enables machine learning scoring model for Omnibox URL sugestions.";
2292
Moe Ahmadi3c2569e2022-10-06 23:41:392293const char kOmniboxOnClobberFocusTypeOnContentName[] =
2294 "Omnibox On Clobber Focus Type On Content";
2295const char kOmniboxOnClobberFocusTypeOnContentDescription[] =
Rong Tan390e219c2022-09-30 23:56:282296 "Send ON_CLOBBER focus type for zero-prefix requests with an empty input "
Moe Ahmadi3c2569e2022-10-06 23:41:392297 "on Web/SRP.";
Rong Tan390e219c2022-09-30 23:56:282298
manukhd84f42752022-06-25 02:11:082299const char kOmniboxShortBookmarkSuggestionsName[] =
2300 "Omnibox short bookmark suggestions";
2301const char kOmniboxShortBookmarkSuggestionsDescription[] =
2302 "Match very short input words to beginning of words in bookmark "
2303 "suggestions.";
2304
manukh453ab7e2023-02-02 21:09:572305const char kOmniboxShortcutBoostName[] = "Omnibox shortcut boosting";
2306const char kOmniboxShortcutBoostDescription[] =
2307 "Promote shortcuts to be default when available.";
2308
manukhd84f42752022-06-25 02:11:082309const char kOmniboxShortcutExpandingName[] = "Omnibox shortcut expanding";
2310const char kOmniboxShortcutExpandingDescription[] =
2311 "Expand the last word in the shortcut text to be a complete word from the "
2312 "suggestion text.";
2313
Yohanes Shimelis53d0f6b2023-01-12 19:09:102314const char kOmniboxSimplifiedUiUniformRowHeightName[] =
2315 "Omnibox Suggestion Row Height";
2316const char kOmniboxSimplifiedUiUniformRowHeightDescription[] =
2317 "Changes the row height of omnibox suggetions.";
2318
2319const char kOmniboxSimplifiedUiSquareSuggestIconName[] =
2320 "Omnibox Square Suggest Icons";
2321const char kOmniboxSimplifiedUiSquareSuggestIconDescription[] =
2322 "Adds a grey square background to suggestion icons, and makes the answer "
2323 "icon square.";
2324
manukfdd97402020-07-22 18:19:172325const char kOmniboxMaxZeroSuggestMatchesName[] =
2326 "Omnibox Max Zero Suggest Matches";
2327const char kOmniboxMaxZeroSuggestMatchesDescription[] =
2328 "Changes the maximum number of autocomplete matches displayed when zero "
2329 "suggest is active (i.e. displaying suggestions without input).";
2330
Brett Wilsonecb80982017-07-12 20:34:512331const char kOmniboxUIMaxAutocompleteMatchesName[] =
2332 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:512333const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
2334 "Changes the maximum number of autocomplete matches displayed in the "
2335 "Omnibox UI.";
2336
Mustafa Emre Acer0626cbb2021-07-14 20:35:042337const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
2338 "Omnibox Updated connection security indicators";
2339const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
2340 "Use new connection security indicators for https pages in the omnibox.";
2341
Moe Ahmadi40e0eba52022-12-22 01:44:252342const char kWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
2343const char kWebUIOmniboxPopupDescription[] =
2344 "If enabled, shows the omnibox suggestions popup in WebUI.";
2345
dpapad7c00cc7f02023-03-24 17:54:352346const char kWebUiSystemFontName[] = "WebUI System font";
2347const char kWebUiSystemFontDescription[] =
2348 "If enabled, all WebUI surfaces will use the default UI font of the "
2349 "underlying platform.";
2350
Kevin Baileycd6889922019-05-30 17:22:552351const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
2352const char kOmniboxMaxURLMatchesDescription[] =
2353 "The maximum number of URL matches to show, unless there are no "
2354 "replacements.";
2355
manuk4e2979d2020-07-08 23:29:282356const char kOmniboxDynamicMaxAutocompleteName[] =
2357 "Omnibox Dynamic Max Autocomplete";
2358const char kOmniboxDynamicMaxAutocompleteDescription[] =
2359 "Configures the maximum number of autocomplete matches displayed in the "
2360 "Omnibox UI dynamically based on the number of URL matches.";
2361
Michael Checo91977f562023-01-25 01:02:222362const char kOnlyShowNewShortcutsAppName[] =
2363 "Only show the new Shortcut Viewer app";
2364const char kOnlyShowNewShortcutsAppDescription[] =
2365 "If enabled, the existing Shortcut Viewer app will be hidden and only the "
2366 "new Shortcut Customization app will be discoverable.";
2367
rajendrant277b1ba2022-02-18 01:59:362368const char kOptimizationGuideDebugLogsName[] =
2369 "Enable optimization guide debug logs";
2370const char kOptimizationGuideDebugLogsDescription[] =
2371 "Enables the optimization guide to log and save debug messages that can be "
2372 "shown in the internals page.";
2373
rajendrantb6ef55fd2022-10-20 20:25:242374const char kOptimizationGuideInstallWideModelStoreName[] =
2375 "Enables the new optimization guide install-wide model store";
2376const char kOptimizationGuideInstallWideModelStoreDescription[] =
2377 "Enables the new model store that is per Chrome installation and can "
2378 "share models across user profiles.";
2379
Tarun Bansalca4fae3d2022-04-05 21:17:342380const char kOptimizationGuidePushNotificationName[] =
Robert Ogden52285a52021-07-01 19:26:202381 "Enable optimization guide push notifications";
Tarun Bansalca4fae3d2022-04-05 21:17:342382const char kOptimizationGuidePushNotificationDescription[] =
Robert Ogden52285a52021-07-01 19:26:202383 "Enables the optimization guide to receive push notifications.";
2384
Moe Ahmadi359d0722022-05-16 23:17:332385const char kOrganicRepeatableQueriesName[] =
2386 "Organic repeatable queries in Most Visited tiles";
2387const char kOrganicRepeatableQueriesDescription[] =
2388 "Enables showing the most repeated queries, from the device browsing "
2389 "history, organically among the most visited sites in the MV tiles.";
2390
Daniel Vogelheim88d1ca9e2022-02-04 19:53:452391const char kOriginAgentClusterDefaultName[] =
2392 "Origin-keyed Agent Clusters by default";
2393const char kOriginAgentClusterDefaultDescription[] =
2394 "Select the default behaviour for the Origin-Agent-Cluster http header. "
2395 "If enabled, an absent header will cause pages to be assigned to an "
2396 "origin-keyed agent cluster, and to a site-keyed agent cluster when "
2397 "disabled. Documents whose agent clusters are origin-keyed cannot set "
2398 "document.domain to relax the same-origin policy.";
2399
Ethan Mooney01e6f192021-06-10 13:14:072400const char kOsSettingsAppNotificationsPageName[] =
2401 "CrOS Settings App Notifications Page";
2402const char kOsSettingsAppNotificationsPageDescription[] =
2403 "If enabled, a new App Notifications subpage will appear in the "
2404 "CrOS Settings Apps section.";
2405
Wez600f06c2021-03-05 20:32:302406const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
2407const char kOverlayScrollbarsDescription[] =
2408 "Enable the experimental overlay scrollbars implementation. You must also "
2409 "enable threaded compositing to have the scrollbars animate.";
2410
Daniele Castagna74ddb9c2018-06-21 22:59:022411const char kOverlayStrategiesName[] = "Select HW overlay strategies";
2412const char kOverlayStrategiesDescription[] =
2413 "Select strategies used to promote quads to HW overlays.";
2414const char kOverlayStrategiesDefault[] = "Default";
2415const char kOverlayStrategiesNone[] = "None";
2416const char kOverlayStrategiesUnoccludedFullscreen[] =
2417 "Unoccluded fullscreen buffers (single-fullscreen)";
2418const char kOverlayStrategiesUnoccluded[] =
2419 "Unoccluded buffers (single-fullscreen,single-on-top)";
2420const char kOverlayStrategiesOccludedAndUnoccluded[] =
2421 "Occluded and unoccluded buffers "
2422 "(single-fullscreen,single-on-top,underlay)";
2423
Jinsuk Kim2e139e432021-02-26 03:46:562424const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
2425const char kOverscrollHistoryNavigationDescription[] =
2426 "History navigation in response to horizontal overscroll.";
2427
minch1ad858c2021-06-24 20:30:012428const char kOverviewButtonName[] = "Overview button at the status area";
2429const char kOverviewButtonDescription[] =
2430 "If enabled, always show the overview button at the status area.";
2431
Richard Chui9bb649182022-12-09 07:12:022432const char kOverviewDeskNavigationName[] =
2433 "CrOS Labs: Overview Desk Navigation";
2434const char kOverviewDeskNavigationDescription[] =
2435 "Stay in overview when navigating between desks using a swipe gesture or "
2436 "keyboard shortcut.";
2437
Sophie Chang9081cb32021-09-28 22:39:102438const char kPageContentAnnotationsName[] = "Page content annotations";
2439const char kPageContentAnnotationsDescription[] =
2440 "Enables page content to be annotated on-device.";
2441
Sophie Chang854625a2023-03-22 19:57:332442const char kPageContentAnnotationsPersistSalientImageMetadataName[] =
2443 "Page content annotations - Persist salient image metadata";
2444const char kPageContentAnnotationsPersistSalientImageMetadataDescription[] =
2445 "Enables salient image metadata per page load to be persisted on-device.";
2446
Sophie Chang0f519332023-03-28 21:45:302447const char kPageContentAnnotationsRemotePageMetadataName[] =
2448 "Page content annotations - Remote page metadata";
2449const char kPageContentAnnotationsRemotePageMetadataDescription[] =
2450 "Enables fetching of page load metadata to be persisted on-device.";
2451
Sophie Chang8d500672022-02-09 22:45:302452const char kPageEntitiesPageContentAnnotationsName[] =
2453 "Page entities content annotations";
2454const char kPageEntitiesPageContentAnnotationsDescription[] =
2455 "Enables annotating the page entities model for each page load on-device.";
2456
Tommy C. Li7960fc82023-03-03 00:56:452457const char kPageImageServiceOptimizationGuideSalientImagesName[] =
2458 "Page Image Service - Optimization Guide Salient Images";
2459const char kPageImageServiceOptimizationGuideSalientImagesDescription[] =
2460 "Enables the PageImageService fetching images from the Optimization Guide "
2461 "Salient Images source.";
2462
Tommy C. Li315f9ff62023-03-16 16:13:152463const char kPageImageServiceSuggestPoweredImagesName[] =
2464 "Page Image Service - Suggest Powered Images";
2465const char kPageImageServiceSuggestPoweredImagesDescription[] =
2466 "Enables the PageImageService fetching images from the Suggest source.";
2467
Filipa Senrafc3fb4522023-03-17 18:12:222468const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavs[] =
2469 "'About this site' keep side panel on same tab navs";
2470const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavsDescription[] =
2471 "Keeps the 'About this site' side panel open and updated on same tab "
2472 "navigations.";
2473
Filipa Senrab5787562023-02-20 11:03:502474const char kPageInfoAboutThisSiteNewIconName[] = "'About this site' new icon";
2475const char kPageInfoAboutThisSiteNewIconDescription[] =
2476 "Shows the 'About this site' section in the page info UI with a new google "
2477 "branded icon.";
2478
Christian Dullweber77ae6752022-12-14 18:58:382479const char kPageInfoAboutThisSiteNonEnName[] =
2480 "'About this site' section in page info in all languages";
2481const char kPageInfoAboutThisSiteNonEnDescription[] =
2482 "Enable the 'About this site' section in the page info UI in languages "
2483 "other than English.";
Olesia Marukhno0fc754b2021-09-17 15:05:062484
Filipa Senradf8254a2023-02-03 10:29:382485const char kPageInfoAboutThisSiteNonMsbbName[] =
2486 "'About this site' for non-MSBB users";
2487const char kPageInfoAboutThisSiteNonMsbbDescription[] =
2488 "Make 'About this site' section in Page Info available for non-MSBB users.";
2489
Christian Dullweber8fdeb5d2022-08-24 20:14:572490const char kPageInfoboutThisPageDescriptionPlaceholderName[] =
2491 "AboutThisPage description placeholder";
2492const char kPageInfoboutThisPageDescriptionPlaceholderDescription[] =
2493 "Shows a placeholder when no description is availble instead of not "
2494 "showing an entry at all";
2495
2496const char kPageInfoboutThisPagePersistentEntryName[] =
2497 "AboutThisPage persistent SidePanel entry";
2498const char kPageInfoboutThisPagePersistentEntryDescription[] =
2499 "Registers a SidePanel entry on pageload if 'AboutThisPage' info is "
2500 "available";
2501
Zofia Salatad830d4b2022-09-19 09:22:362502const char kPageInfoCookiesSubpageName[] = "Cookies subpage in page info";
2503const char kPageInfoCookiesSubpageDescription[] =
2504 "Enable the Cookies subpage in page info for managing cookies and site "
2505 "data.";
2506
Christian Dullweberec4715a82022-04-28 17:12:012507const char kPageInfoMoreAboutThisPageName[] =
2508 "'More about this page' link in page info";
2509const char kPageInfoMoreAboutThisPageDescription[] =
2510 "Enable the 'More about this page' link in the 'From the web' section of "
2511 "page info.";
2512
Zofia Salata1f9c6ae2022-07-21 16:23:312513const char kPageInfoHideSiteSettingsName[] = "Page info hide site settings";
2514const char kPageInfoHideSiteSettingsDescription[] =
2515 "Hides site settings row in the page info menu.";
2516
Olesia Marukhno4f39c7fb2021-12-14 16:55:482517const char kPageInfoHistoryDesktopName[] = "Page info history";
2518const char kPageInfoHistoryDesktopDescription[] =
2519 "Enable a history section in the page info.";
2520
Sophie Chang8d500672022-02-09 22:45:302521const char kPageVisibilityPageContentAnnotationsName[] =
2522 "Page visibility content annotations";
2523const char kPageVisibilityPageContentAnnotationsDescription[] =
2524 "Enables annotating the page visibility model for each page load "
2525 "on-device.";
2526
Xing Liu5400a002017-09-15 21:48:292527const char kParallelDownloadingName[] = "Parallel downloading";
2528const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:062529 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:292530
Vaclav Brozekd8a3f542017-11-16 14:21:132531const char kPasswordImportName[] = "Password import";
2532const char kPasswordImportDescription[] =
2533 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:512534
Maria Timburddb9d422022-07-20 12:41:492535const char kPasswordStrengthIndicatorName[] = "Password strength indicator";
2536const char kPasswordStrengthIndicatorDescription[] =
2537 "Enables password strength indicator when typing a password during a "
2538 "sign-up and password change flows.";
2539
Norge Vizcay81af8802022-09-06 09:57:122540const char kForceEnableFastCheckoutCapabilitiesName[] =
2541 "Force enable fast checkout capabilities";
2542const char kForceEnableFastCheckoutCapabilitiesDescription[] =
2543 "Force enables fast checkout capabilities for every domain, regardless "
2544 "of the server response.";
2545
Nektarios Paisios989068702022-03-02 09:06:562546const char kPdfOcrName[] = "Performs OCR on inaccessible PDFs";
2547const char kPdfOcrDescription[] =
2548 "Enables a feature whereby inaccessible (i.e. untagged) PDFs are made "
2549 "accessible using an optical character recognition service.";
2550
Carlos ILc5c2e2702020-12-15 21:19:502551const char kPdfXfaFormsName[] = "PDF XFA support";
2552const char kPdfXfaFormsDescription[] =
2553 "Enables support for XFA forms in PDFs. "
2554 "Has no effect if Chrome was not built with XFA support.";
2555
Max Leefb53d9c2022-09-01 00:23:342556const char kVmPerBootShaderCacheName[] = "VM per-boot shader cache";
2557const char kVmPerBootShaderCacheDescription[] =
Max Lee324065832022-09-08 07:15:242558 "If enabled, VM shader cache is refreshed per boot. If disabled, VM shader "
2559 "cache is refreshed per OS build.";
Max Leefb53d9c2022-09-01 00:23:342560
Peter Beverloodcd5d9652021-10-11 23:30:592561const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents";
2562const char kAutoWebContentsDarkModeDescription[] =
Aran Gilman5e9672bed2019-08-02 19:07:492563 "Automatically render all web contents using a dark theme.";
2564
Alison Maherc07a3fb2019-10-07 21:25:032565const char kForcedColorsName[] = "Forced Colors";
2566const char kForcedColorsDescription[] =
2567 "Enables forced colors mode for web content.";
2568
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242569const char kWindowsScrollingPersonalityName[] = "Windows Scrolling Personality";
2570const char kWindowsScrollingPersonalityDescription[] =
Matt Amertecf4bf32019-09-25 19:50:392571 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242572 "of the scroller size and the default scroll animation is replaced with "
2573 "Impulse-style scroll animations.";
Matt Amertecf4bf32019-09-25 19:50:392574
Olesia Marukhno16fdd647a2020-05-04 09:34:002575const char kPermissionChipName[] = "Permissions Chip Experiment";
2576const char kPermissionChipDescription[] =
2577 "Enables an experimental permission prompt that uses a chip in the location"
2578 " bar.";
2579
Florian Jackyca9da172022-09-26 16:29:462580const char kChipLocationBarIconOverrideName[] =
2581 "Chip Location Bar Icon Override Experiment.";
2582const char kChipLocationBarIconOverrideDescription[] =
2583 "Enables an experimental location bar icon override while a chip is shown "
2584 "in the location bar. Takes effect when #permission-chip or "
2585 "#confirmation-chip are active.";
2586
2587const char kConfirmationChipName[] = "Confirmation Chip Experiment";
2588const char kConfirmationChipNameDescription[] =
2589 "Enables an experimental confirmation chip in the location bar after a "
Florian Jackycb018cb2022-10-10 09:57:362590 "permission prompt shown has been decided by the user.";
Florian Jackyca9da172022-09-26 16:29:462591
Andy Paicu204a1bb82020-11-12 21:50:142592const char kPermissionPredictionsName[] = "Permission Predictions";
2593const char kPermissionPredictionsDescription[] =
2594 "Use the Permission Predictions Service to surface permission requests "
2595 "using a quieter UI when the likelihood of the user granting the "
2596 "permission is predicted to be low. Requires "
Balazs Engedy6f94e1c2021-11-22 14:16:352597 "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be "
2598 "enabled.";
Andy Paicu204a1bb82020-11-12 21:50:142599
Illia Klimovdf283b02021-07-07 17:33:252600const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2601const char kPermissionQuietChipDescription[] =
Illia Klimov1b2ca40c2022-06-09 20:02:412602 "Enables a permission prompt that uses the quiet chip instead of the "
2603 "right-hand side address bar icon for quiet permission prompts. Requires "
2604 "chrome://flags/#quiet-notification-prompts to be enabled.";
Illia Klimovdf283b02021-07-07 17:33:252605
Tom Van Goethem7ad67c082022-12-13 18:56:262606const char kRecordPermissionExpirationTimestampsName[] =
2607 "Record permission expiration timestamps";
2608const char kRecordPermissionExpirationTimestampsDescription[] =
2609 "When enabled, permissions grants with a durable session model will have "
2610 "an expiration date set.";
2611
Brandon Wylie130e5792023-02-23 23:59:382612const char kPowerBookmarkBackendName[] = "Power bookmark backend";
2613const char kPowerBookmarkBackendDescription[] =
2614 "Enables storing additional metadata to support power bookmark features.";
2615
Emily Shack675ca992022-11-18 22:07:242616const char kPowerBookmarksSidePanel[] = "Power bookmarks side panel";
2617const char kPowerBookmarksSidePanelDescription[] =
2618 "Enables the power bookmarks version of the bookmarks side panel content.";
2619
Brandon Wylie955a16942021-09-24 22:43:102620const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow";
2621const char kBookmarksImprovedSaveFlowDescription[] =
2622 "Enabled an improved save flow for bookmarks.";
2623
Brandon Wylief203eee2021-10-11 22:55:452624const char kBookmarksRefreshName[] = "Bookmarks refresh";
Brandon Wylie9fe37582021-08-24 01:22:532625const char kBookmarksRefreshDescription[] =
Brandon Wylief203eee2021-10-11 22:55:452626 "Enable various changes to bookmarks.";
Brandon Wylie9fe37582021-08-24 01:22:532627
Robert Lin4035ebb2021-10-08 12:23:412628const char kOmniboxTriggerForPrerender2Name[] =
2629 "Omnibox trigger for Prerender2";
2630const char kOmniboxTriggerForPrerender2Description[] =
2631 "Enables the new omnibox trigger prerenderer implementation.";
2632
Lingqi Chi357fcda12022-02-18 03:34:152633const char kSupportSearchSuggestionForPrerender2Name[] =
2634 "Prerender search suggestions";
2635const char kSupportSearchSuggestionForPrerender2Description[] =
2636 "Allows Prerender2 to prerender search suggestions provided by the default "
Johann6299c232022-11-21 03:10:442637 "search engine.";
Lingqi Chi357fcda12022-02-18 03:34:152638
Ryan Sturm0c7162f72022-09-16 15:13:412639const char kEnableOmniboxSearchPrefetchName[] = "Omnibox prefetch Search";
2640const char kEnableOmniboxSearchPrefetchDescription[] =
2641 "Allows omnibox to prefetch likely search suggestions provided by the "
2642 "Default Search Engine";
2643
2644const char kEnableOmniboxClientSearchPrefetchName[] =
2645 "Omnibox client prefetch Search";
2646const char kEnableOmniboxClientSearchPrefetchDescription[] =
2647 "Allows omnibox to prefetch search suggestions provided by the Default "
2648 "Search Engine that the client thinks are likely to be navigated. Requires "
2649 "chrome://flags/#omnibox-search-prefetch";
2650
Andrey Zaytsev7c790c12022-05-23 13:07:302651const char kPrivacyGuideAndroidName[] = "Privacy Guide on Android";
2652const char kPrivacyGuideAndroidDescription[] =
2653 "Shows a new subpage in Settings that helps the user to review various "
2654 "privacy settings.";
2655
John Delaney1d6e4b5c2022-03-25 02:19:222656const char kPrivacySandboxAdsAPIsOverrideName[] = "Privacy Sandbox Ads APIs";
2657const char kPrivacySandboxAdsAPIsOverrideDescription[] =
Nan Lin066a81a2022-04-20 18:46:542658 "Enables Privacy Sandbox APIs: Attribution Reporting, Fledge, Topics, "
Alex Turner64f3bef2022-09-09 18:56:582659 "Fenced Frames, Shared Storage, Private Aggregation, and their associated "
2660 "features.";
John Delaney1d6e4b5c2022-03-25 02:19:222661
Theodore Olsauskas-Warren474cdb52023-01-04 10:16:342662const char kPrivacySandboxSettings4Name[] = "Privacy Sandbox Settings V4";
2663const char kPrivacySandboxSettings4Description[] =
2664 "Enables updated Privacy Sandbox UI";
2665
Alex Turnerb6d89fa2022-10-12 18:33:572666const char kPrivateAggregationDeveloperModeName[] =
2667 "Private Aggregation developer mode";
2668const char kPrivateAggregationDeveloperModeDescription[] =
2669 "Enables the developer mode for the Private Aggregation API. This removes "
2670 "all reporting delays. Only works if the Private Aggregation API is "
2671 "already enabled.";
Alex Turner2d504952022-09-21 23:56:492672
Mohsen Izadi93faac12017-07-29 04:45:152673const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2674const char kPullToRefreshDescription[] =
2675 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012676const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152677
Finnur Thorarinssonfb625e12022-09-06 17:22:532678const char kPWAsDefaultOfflinePageName[] = "Default offline page for PWAs";
2679const char kPWAsDefaultOfflinePageDescription[] =
2680 "Shows customised default offline page when web app is offline.";
2681
Finnur Thorarinsson528355742022-03-07 10:57:012682const char kPwaUpdateDialogForAppIconName[] =
2683 "Enable PWA install update dialog for icon changes";
2684const char kPwaUpdateDialogForAppIconDescription[] =
2685 "Enable a confirmation dialog that shows up when a PWA changes its icon";
2686
2687const char kPwaUpdateDialogForAppTitleName[] =
2688 "Enable PWA install update dialog for name changes";
2689const char kPwaUpdateDialogForAppTitleDescription[] =
2690 "Enable a confirmation dialog that shows up when a PWA changes its name";
Finnur Thorarinsson818e6c112021-05-19 13:06:462691
Brett Wilsonecb80982017-07-12 20:34:512692const char kQuicName[] = "Experimental QUIC protocol";
2693const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2694
Jiahe Zhangc3577e332022-06-22 11:20:382695const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] =
2696 "Quick intensive throttling after loading";
2697const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] =
2698 "For pages that are loaded when backgrounded, activates intensive "
Jiahe Zhang498669852022-12-12 17:21:102699 "throttling after 1 minute instead of the default 5 minutes. Intensive "
Jiahe Zhangc3577e332022-06-22 11:20:382700 "throttling will limit wake ups, from setTimeout and setInterval tasks "
2701 "with a high nesting level and delayed scheduler.postTask tasks, to 1 per "
2702 "minute. See https://chromestatus.com/feature/5580139453743104 for more "
2703 "info.";
2704
Rohit Agarwal5e1c17fc2023-02-03 11:44:152705extern const char kQuickDeleteForAndroidName[] = "Enable quick delete";
2706extern const char kQuickDeleteForAndroidDescription[] =
2707 "When enabled, a new quick delete option appears in the three dots menu, "
2708 "allowing users to quickly delete their last 15 mins of data.";
2709
Yulun Wuc7439a652021-06-18 17:24:182710const char kSettingsAppNotificationSettingsName[] =
2711 "Split notification permission settings";
2712const char kSettingsAppNotificationSettingsDescription[] =
2713 "Remove per-app notification permissions settings from the quick settings "
2714 "menu. Notification permission settings will be split between the "
2715 "lacros-chrome browser's notification permission page "
2716 "and the ChromeOS settings app.";
2717
Alan Cutter20fd08f2020-12-01 13:39:162718const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2719const char kRecordWebAppDebugInfoDescription[] =
2720 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442721 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162722
Victor Tan0e75ea52022-08-12 16:46:282723const char kReduceAcceptLanguageName[] =
2724 "Reduce Accept-Language request header";
2725const char kReduceAcceptLanguageDescription[] =
2726 "Reduce the amount of information available in the Accept-Language request "
2727 "header. See https://github.com/Tanych/accept-language for more info.";
2728
James Hollyer6e5f5c32020-07-27 21:18:102729const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2730const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222731 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2732 "API";
James Hollyer6e5f5c32020-07-27 21:18:102733
Zoraiz Naeem82fa01072022-06-14 20:13:092734const char kRoundedDisplay[] = "Rounded display";
2735const char kRoundedDisplayDescription[] =
2736 "Enables rounded corners for the display";
2737
Dominic Farolino0e1f9a1a2020-11-25 23:25:002738const char kMBIModeName[] = "MBI Scheduling Mode";
2739const char kMBIModeDescription[] =
2740 "Enables independent agent cluster scheduling, via the "
2741 "AgentSchedulingGroup infrastructure.";
2742
Eduard Hez0141dce2022-09-22 11:46:502743const char kSafetyCheckNotificationPermissionsName[] =
2744 "Permission Module for notifications in Safety Check";
2745const char kSafetyCheckNotificationPermissionsDescription[] =
2746 "When enabled, adds the notification permission module to Safety Check on "
2747 "desktop. The module will be shown depending on the browser state.";
2748
2749const char kSafetyCheckUnusedSitePermissionsName[] =
2750 "Permission Module for unused sites in Safety Check";
2751const char kSafetyCheckUnusedSitePermissionsDescription[] =
2752 "When enabled, adds the unused sites permission module to Safety Check on "
2753 "desktop. The module will be shown depending on the browser state.";
Side Yilmazcdd69f782022-07-22 08:05:302754
Andrew Pantera67b07b42022-12-06 19:32:002755const char kSameAppWindowCycleName[] = "Cros Labs: Same App Window Cycling";
2756const char kSameAppWindowCycleDescription[] =
2757 "Use Alt+` to cycle through the windows of the active application.";
2758
Dylan Cutlerc2988fe2021-08-05 14:24:372759const char kPartitionedCookiesName[] = "Partitioned cookies";
2760const char kPartitionedCookiesDescription[] =
2761 "Controls if the Partitioned cookie attribute is enabled.";
2762
Nathan Eliason320cf312022-07-26 23:02:322763const char kThirdPartyStoragePartitioningName[] =
2764 "Experimental third-party storage partitioning.";
2765const char kThirdPartyStoragePartitioningDescription[] =
2766 "Enables partitioning of third-party storage by top-level site. "
2767 "Note: this is under active development and may result in unexpected "
2768 "behavior. Please file bugs at https://bugs.chromium.org/p/chromium/issues/"
2769 "entry?labels=StoragePartitioning-trial-bugs&components=Blink%3EStorage.";
2770
Jerry Liu3c11fe892023-03-20 21:00:502771const char kScreenSaverDurationName[] = "Screen saver duration settings";
2772const char kScreenSaverDurationDescription[] =
2773 "Allow users to customize screen saver running time.";
2774
Ilkin Safarli2692d5d12022-12-09 00:03:212775const char kScreenSaverPreviewName[] = "Screen saver preview";
2776const char kScreenSaverPreviewDescription[] =
2777 "Enables the screen saver preview feature which allows the users to "
2778 "preview current screen saver.";
2779
Elaine Chien2b731c82021-01-28 17:50:562780const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142781const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592782const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142783 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592784
David Pennington423db8f2022-10-24 22:30:042785const char kTabScrollingButtonPositionFlagId[] =
2786 "tab-scrolling-button-position";
2787const char kTabScrollingButtonPositionName[] = "Tab Scrolling Buttons";
2788const char kTabScrollingButtonPositionDescription[] =
2789 "Enables buttons on the tab strip to scroll left and right when full";
2790
Shibalik Mohapatra9a31f7d32022-10-26 23:53:592791const char kScrollableTabStripWithDraggingFlagId[] =
2792 "scrollable-tabstrip-with-dragging";
2793const char kScrollableTabStripWithDraggingName[] =
2794 "Tab Scrolling With Dragging";
2795const char kScrollableTabStripWithDraggingDescription[] =
2796 "Scrolls the tabstrip while dragging tabs towards the end of the visible "
2797 "view.";
2798
David Pennington02c635e2022-11-18 01:03:452799const char kScrollableTabStripOverflowFlagId[] = "scrollable-tabstrip-overflow";
2800const char kScrollableTabStripOverflowName[] =
2801 "Tab Scrolling Overflow Indicator";
2802const char kScrollableTabStripOverflowDescription[] =
2803 "Choices for overflow indicators shown when the tabstrip is in scrolling "
2804 "mode.";
2805
Taylor Bergquist9adeb292022-08-25 20:33:082806const char kSplitTabStripName[] = "Split TabStrip";
2807const char kSplitTabStripDescription[] =
2808 "Splits pinned and unpinned tabs into separate TabStrips under the hood. "
2809 "Pure refactoring, no user-visible behavioral changes are included.";
2810
David Bokanebe23cc52020-05-11 18:20:462811const char kScrollUnificationName[] = "Scroll Unification";
2812const char kScrollUnificationDescription[] =
2813 "Refactoring project that eliminates scroll handling code from Blink. "
2814 "Does not affect behavior or performance.";
2815
Yulun Wu04255512022-02-15 01:34:152816extern const char kSearchResultInlineIconName[] = "Search Result Inline Icons";
2817extern const char kSearchResultInlineIconDescription[] =
2818 "Show iconified text and vector icons "
2819 "in launcher search results.";
2820
Yulun Wu1cd0faa2022-03-03 06:59:212821extern const char kDynamicSearchUpdateAnimationName[] =
2822 "Dynamic Search Result Update Animation";
2823extern const char kDynamicSearchUpdateAnimationDescription[] =
2824 "Dynamically adjust the search result update animation when those update "
2825 "animations are preempted. Shortened animation durations configurable "
2826 "(unit: milliseconds).";
2827
Rouslan Solomakhine73fa7852020-08-28 10:33:462828const char kSecurePaymentConfirmationDebugName[] =
2829 "Secure Payment Confirmation Debug Mode";
2830const char kSecurePaymentConfirmationDebugDescription[] =
2831 "This flag removes the restriction that PaymentCredential in WebAuthn and "
2832 "secure payment confirmation in PaymentRequest API must use user verifying "
2833 "platform authenticators.";
2834
Victor Hugo Vianna Silvaf0a44002022-02-16 10:38:002835const char kSendTabToSelfSigninPromoName[] = "Send tab to self sign-in promo";
2836const char kSendTabToSelfSigninPromoDescription[] =
2837 "Enables a sign-in promo if the user attempts to share a tab while being "
2838 "signed out";
2839
Marlon Faceyfce1a9e2022-03-31 23:48:062840const char kSidePanelJourneysFlagId[] = "side-panel-journeys";
2841const char kSidePanelJourneysName[] = "Side panel journeys";
2842const char kSidePanelJourneysDescription[] =
2843 "Enables Journeys within the side panel.";
2844
Marlon Facey41373d72b2022-10-11 02:34:092845const char kSidePanelJourneysQuerylessFlagId[] =
2846 "side-panel-journeys-queryless";
2847const char kSidePanelJourneysQuerylessName[] = "Side panel journeys queryless";
2848const char kSidePanelJourneysQuerylessDescription[] =
2849 "Enables Journeys queryless view within the side panel.";
2850
Elly Fong-Jonesfe05ca12022-09-09 23:38:472851const char kSidePanelWebViewName[] = "Side panel webview";
2852const char kSidePanelWebViewDescription[] =
2853 "Adds a side panel option to load arbitrary web content, with a URL bar.";
2854
Kyle Milkacf3aa6e12021-07-28 00:34:022855const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
2856const char kSharingDesktopScreenshotsDescription[] =
2857 "Enables taking"
2858 " screenshots from the desktop sharing hub.";
2859
Manu Cornetd7ef7c52018-05-01 22:08:232860const char kShelfHoverPreviewsName[] =
2861 "Show previews of running apps when hovering over the shelf.";
2862const char kShelfHoverPreviewsDescription[] =
2863 "Shows previews of the open windows for a given running app when hovering "
2864 "over the shelf.";
2865
Yulun Wuee444262023-01-31 22:40:522866const char kShelfStackedHotseatName[] = "Shelf Stacked Hotseat";
2867const char kShelfStackedHotseatDescription[] =
2868 "Stack the hotseat app bar above the shelf button panels/system tray when "
2869 "there is not enough space for the app bar.";
2870
Brett Wilsonecb80982017-07-12 20:34:512871const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2872const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382873 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2874 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512875
2876const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2877const char kShowAutofillTypePredictionsDescription[] =
2878 "Annotates web forms with Autofill field type predictions as placeholder "
2879 "text.";
2880
Lei Zhang1a6fd01b2021-03-24 17:03:482881const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2882const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152883 "Display the performance metrics of current page in a heads up display on "
2884 "the page.";
2885
pwarren878671672019-12-13 19:18:162886const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2887const char kShowOverdrawFeedbackDescription[] =
2888 "Visualize overdraw by color-coding elements based on if they have other "
2889 "elements drawn underneath.";
2890
Lukasz Anforowiczd2e16e62019-03-28 19:06:592891const char kIsolateOriginsName[] = "Isolate additional origins";
2892const char kIsolateOriginsDescription[] =
2893 "Requires dedicated processes for an additional set of origins, "
2894 "specified as a comma-separated list.";
2895
Mike West6b2bd752020-12-02 06:36:592896const char kIsolationByDefaultName[] =
2897 "Change web-facing behaviors that prevent origin-level isolation";
2898const char kIsolationByDefaultDescription[] =
2899 "Change several web APIs that make it difficult to isolate origins into "
2900 "distinct processes. While these changes will ideally become new default "
2901 "behaviors for the web, this flag is likely to break your experience on "
2902 "sites you visit today.";
2903
Lukasz Anforowicz738a88d2018-11-05 19:19:342904const char kSiteIsolationOptOutName[] = "Disable site isolation";
2905const char kSiteIsolationOptOutDescription[] =
2906 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572907 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2908 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222909 "isolation is force-enabled using a command line switch or using an "
2910 "enterprise policy. "
2911 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572912 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342913const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2914const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512915
Brett Wilsonecb80982017-07-12 20:34:512916const char kSmoothScrollingName[] = "Smooth Scrolling";
2917const char kSmoothScrollingDescription[] =
2918 "Animate smoothly when scrolling page content.";
2919
CJ Huang4ed8a7f32023-01-17 03:45:382920const char kSpeakOnMuteName[] = "Enable Speak On Mute Detection";
2921const char kSpeakOnMuteDescription[] =
2922 "Enable the speak-on-mute detector in CRAS. Reboot is required to let the "
2923 "flag take effect";
2924
shivanigithub75489e352021-02-22 19:24:302925const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2926const char kSplitCacheByNetworkIsolationKeyDescription[] =
2927 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2928 "disallow cross-site tracking.";
2929
Lei Zhang507fffd2020-01-29 23:47:542930const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2931const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462932 "Experimental security mode that strengthens the site isolation policy. "
2933 "Controls whether site isolation should use origins instead of scheme and "
2934 "eTLD+1.";
2935
Brandon Maslenda12cf82019-08-23 20:54:182936const char kStorageAccessAPIName[] = "Storage Access API";
2937const char kStorageAccessAPIDescription[] =
2938 "Enables the Storage Access API, allowing websites to request storage "
2939 "access when it would otherwise be restricted.";
2940
Lexi Stavrakos094fd642020-06-17 23:26:432941const char kStoragePressureEventName[] = "Enable storage pressure Event";
2942const char kStoragePressureEventDescription[] =
2943 "If enabled, Chrome will dispatch a DOM event, informing applications "
2944 "about storage pressure (low disk space)";
2945
Brett Wilsonecb80982017-07-12 20:34:512946const char kSuggestionsWithSubStringMatchName[] =
2947 "Substring matching for Autofill suggestions";
2948const char kSuggestionsWithSubStringMatchDescription[] =
2949 "Match Autofill suggestions based on substrings (token prefixes) rather "
2950 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342951
Irem Uguza84737922022-05-19 09:37:152952const char kSupportTool[] = "Support Tool";
2953const char kSupportToolDescription[] =
2954 "Support Tool collects and exports logs to help debugging the issues. It's"
2955 " available in chrome://support-tool.";
2956
Yumin Su90c764de2022-09-28 19:56:152957const char kSupportToolScreenshot[] = "Support Tool Screenshot";
2958const char kSupportToolScreenshotDescription[] =
2959 "Enables the Support Tool to capture and include a screenshot in the "
2960 "exported packet.";
2961
Patrick Nolandfa5abf92022-02-02 20:26:132962const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures";
2963const char kSuppressToolbarCapturesDescription[] =
2964 "Suppress Toolbar Captures except when certain properties change.";
2965
Alexander Tekle629b1be2022-12-05 23:55:122966const char kSyncAutofillWalletUsageDataName[] =
2967 "Sync Autofill Wallet Usage Data";
2968const char kSyncAutofillWalletUsageDataDescription[] =
2969 "When enabled, allows syncing of the autofill wallet usage data type.";
2970
Marc Treibb9d8ed802022-07-05 15:15:492971const char kSyncEnableHistoryDataTypeName[] = "Enable History sync data type";
2972const char kSyncEnableHistoryDataTypeDescription[] =
2973 "Enables the History sync data type instead of TypedURLs";
2974
Brett Wilsonecb80982017-07-12 20:34:512975const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2976const char kSyncSandboxDescription[] =
2977 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342978
Mikel Astiz850b0fe2021-06-16 09:47:272979const char kSyncTrustedVaultPassphrasePromoName[] =
2980 "Enable promos for sync trusted vault passphrase.";
2981const char kSyncTrustedVaultPassphrasePromoDescription[] =
2982 "Enables promos for an experimental sync passphrase type, referred to as "
2983 "trusted vault.";
2984
Rushan Suleymanov727309602022-04-28 20:08:542985const char kSyncInvalidationsName[] = "Use Sync standalone invalidations";
2986const char kSyncInvalidationsDescription[] =
2987 "If enabled, Sync will use standalone invalidations instead of topic based "
2988 "invalidations (Wallet and Offer data types are enabled by a dedicated "
2989 "flag).";
2990
2991const char kSyncInvalidationsWalletAndOfferName[] =
2992 "Use Sync standalone invalidations for Wallet and Offer";
2993const char kSyncInvalidationsWalletAndOfferDescription[] =
2994 "If enabled, Sync will use standalone invalidations for Wallet and Offer "
2995 "data types. Takes effect only when Sync standalone invalidations are "
2996 "enabled.";
2997
Joe Downing8cbbc192018-05-14 17:37:072998const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
2999const char kSystemKeyboardLockDescription[] =
3000 "Enables websites to use the keyboard.lock() API to intercept system "
3001 "keyboard shortcuts and have the events routed directly to the website "
3002 "when in fullscreen mode.";
3003
Hongyu Long3bd31e52022-11-21 20:08:303004const char kSystemSoundsName[] = "Power Sounds";
3005const char kSystemSoundsDescription[] =
3006 "Enable device charging and low battery warning sounds.";
3007
Ahmed Mehfoozf719a672020-12-17 23:32:523008const char kStylusBatteryStatusName[] =
3009 "Show stylus battery stylus in the stylus tools menu";
3010const char kStylusBatteryStatusDescription[] =
3011 "Enables viewing the current stylus battery level in the stylus tools "
3012 "menu.";
3013
Matt Simmons1fd0c9f2019-04-15 19:08:223014const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
3015const char kTabEngagementReportingDescription[] =
3016 "Tracks tab engagement and lifetime metrics.";
3017
Yusuf Ozuysal67f05a02019-02-15 19:30:523018const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
3019const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463020 "Allows users to see their tabs in a grid layout in the tab switcher on "
3021 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:523022
Wamia Said576448e2022-06-07 03:43:243023const char kCommerceCouponsName[] = "Coupon Annotations";
3024const char kCommerceCouponsDescription[] =
3025 "Allows users to view annotations for available coupons in the Tab "
3026 "Switching UI and on the Tab itself when a known coupon in available";
3027
Mei Liang6b296982021-10-06 22:49:043028const char kCommerceDeveloperName[] = "Commerce developer mode";
3029const char kCommerceDeveloperDescription[] =
3030 "Allows users in the allowlist to enter the developer mode";
3031
Ayman Almadhoun5a72fa742021-04-28 05:49:153032const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
3033const char kCommerceMerchantViewerAndroidDescription[] =
3034 "Allows users to view merchant trust signals on eligible pages.";
3035
Yue Zhange5610102019-11-01 19:46:393036const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
3037const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463038 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:393039
Dana Fried7ecd0e02021-02-03 21:20:573040const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
3041const char kTabGroupsNewBadgePromoDescription[] =
3042 "Causes a 'New' badge to appear on the entry point for creating a tab "
3043 "group in the tab context menu.";
3044
Alyssa Frederickab694f22021-07-02 20:05:393045const char kTabGroupsSaveName[] = "Tab Groups Save";
3046const char kTabGroupsSaveDescription[] =
3047 "Enables users to explicitly save and recall tab groups.";
3048
Dana Friedacaa8ef52019-02-08 02:20:353049const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
3050const char kTabHoverCardImagesDescription[] =
3051 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
3052
Yuheng Huang59d1d302021-10-29 21:21:143053const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search";
3054const char kTabSearchFuzzySearchDescription[] =
3055 "Enable fuzzy search for Tab Search.";
3056
Wen-Chien Wange893a8d2022-10-05 16:53:253057const char kTextInShelfName[] = "Internal test: text in shelf";
3058const char kTextInShelfDescription[] =
3059 "Extend text in shelf timeout to learn about user education";
3060
Daniele Castagnaac71d892020-07-07 17:30:373061const char kTintCompositedContentName[] = "Tint composited content";
3062const char kTintCompositedContentDescription[] =
3063 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:293064 "study overlay support.";
3065
Peter Kastingd77428352018-10-26 15:20:253066const char kTopChromeTouchUiName[] = "Touch UI Layout";
3067const char kTopChromeTouchUiDescription[] =
3068 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:343069
Brett Wilsonecb80982017-07-12 20:34:513070const char kThreadedScrollingName[] = "Threaded scrolling";
3071const char kThreadedScrollingDescription[] =
3072 "Threaded handling of scroll-related input events. Disabling this will "
3073 "force all such scroll events to be handled on the main thread. Note that "
3074 "this can dramatically hurt scrolling performance of most websites and is "
3075 "intended for testing purposes only.";
3076
W. James MacLean17fc6852021-05-06 18:29:293077const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
3078 "Throttle non-visible cross-origin iframes";
3079const char
3080 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
3081 "When enabled, all cross-origin iframes with zero visibility (either "
W. James MacLean86b04de2022-03-25 15:00:033082 "display:none or zero viewport intersection with non-zero area) will be"
3083 " throttled, regardless of whether they are same-process or "
3084 "cross-process. When disabled, throttling for cross-process iframes is "
3085 "the same, but for same-process iframes throttling only occurs when "
3086 "the frame has zero viewport intersection, a non-zero area, and is "
3087 "not display:none.";
W. James MacLean17fc6852021-05-06 18:29:293088
Calder Kitagawae13c23912023-02-08 22:50:283089const char kThumbnailCacheRefactorName[] = "Thumbnail Cache Refactor";
3090const char kThumbnailCacheRefactorDescription[] =
3091 "When enabled the thumbnail cache for Android is updated to improve "
3092 "memory usage and performance.";
3093
W. James MacLean853cd422022-10-17 14:08:583094const char kNewBaseUrlInheritanceBehaviorName[] =
3095 "Enable new base url inheritance behaviors for srcdoc and about:blank";
3096const char kNewBaseUrlInheritanceBehaviorDescription[] =
3097 "When enabled, about:blank and srcdoc frames will use newly proposed "
3098 "behaviors around inheriting their base urls, as discussed on "
3099 "https://crbug.com/1356658. Note: this is automatically enabled when "
3100 "'isolate sandboxed iframes' is enabled.";
3101
Brett Wilsonecb80982017-07-12 20:34:513102const char kTouchDragDropName[] = "Touch initiated drag and drop";
3103const char kTouchDragDropDescription[] =
3104 "Touch drag and drop can be initiated through long press on a draggable "
3105 "element.";
3106
Brett Wilsonecb80982017-07-12 20:34:513107const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
3108const char kTouchSelectionStrategyDescription[] =
3109 "Controls how text selection granularity changes when touch text selection "
3110 "handles are dragged. Non-default behavior is experimental.";
3111const char kTouchSelectionStrategyCharacter[] = "Character";
3112const char kTouchSelectionStrategyDirection[] = "Direction";
3113
Josh Simmons7a8e7a942021-06-19 01:08:563114const char kTranslateAssistContentName[] = "Translate AssistContent";
3115const char kTranslateAssistContentDescription[] =
3116 "Enables populating translate details for the current page in "
3117 "AssistContent.";
3118
Anthony Vallee-Dubois265c5692018-06-01 15:57:143119const char kTranslateForceTriggerOnEnglishName[] =
3120 "Select which language model to use to trigger translate on English "
3121 "content";
3122const char kTranslateForceTriggerOnEnglishDescription[] =
3123 "Force the Translate Triggering on English pages experiment to be enabled "
3124 "with the selected language model active.";
3125
Josh Simmons8c98484872021-05-05 20:50:013126const char kTranslateIntentName[] = "Translate intent";
3127const char kTranslateIntentDescription[] =
3128 "Enables an intent that allows Assistant to initiate a translation of the "
3129 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:523130
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053131const char kTreatInsecureOriginAsSecureName[] =
3132 "Insecure origins treated as secure";
3133const char kTreatInsecureOriginAsSecureDescription[] =
3134 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:133135 "supplied as a comma-separated list. Origins must have their protocol "
3136 "specified e.g. \"http://example.com\". For the definition of secure "
3137 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053138
Sergey Kataevc3be71f12022-11-18 20:11:553139const char kPrivateStateTokensName[] = "Enable Private State Tokens";
3140const char kPrivateStateTokensDescription[] =
3141 "Enables the prototype Private State Token API "
David Van Cleve08c5bc012020-03-26 17:31:463142 "(https://github.com/wicg/trust-token-api).";
3143
Will Cassellafd1edf02020-08-26 23:13:083144const char kTurnOffStreamingMediaCachingOnBatteryName[] =
3145 "Turn off caching of streaming media to disk while on battery power.";
3146const char kTurnOffStreamingMediaCachingOnBatteryDescription[] =
3147 "Reduces disk activity during media playback, which can result in "
3148 "power savings.";
3149
3150const char kTurnOffStreamingMediaCachingAlwaysName[] =
Shawn Pickett0b470712019-08-15 00:43:453151 "Turn off caching of streaming media to disk.";
Will Cassellafd1edf02020-08-26 23:13:083152const char kTurnOffStreamingMediaCachingAlwaysDescription[] =
Shawn Pickett0b470712019-08-15 00:43:453153 "Reduces disk activity during media playback, which can result in "
3154 "power savings.";
3155
Vasilii Sukhanov36365432021-07-02 08:38:213156const char kUnifiedPasswordManagerAndroidName[] =
3157 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:563158const char kUnifiedPasswordManagerAndroidDescription[] =
3159 "Uses Google Mobile Services to store and retrieve passwords."
3160 "Warning: Highly experimental. May lead to loss of passwords and "
3161 "impact performance.";
3162
Ivana Žužićb8eae112022-09-15 15:32:483163const char kUnifiedPasswordManagerErrorMessagesName[] =
3164 "Error Messages when using Google Mobile Services for passwords";
3165const char kUnifiedPasswordManagerErrorMessagesDescription[] =
3166 "Enables showing error messages that offer signing in again to fix the "
3167 "auth errors.";
3168
Maria Kazinova32748352022-09-27 10:34:193169const char kUnifiedPasswordManagerAndroidReenrollmentName[] =
3170 "Automatic reenrollement of users who were evicted from using Google "
3171 "Mobile Services after experiencing errors.";
3172const char kUnifiedPasswordManagerAndroidReenrollmentDescription[] =
3173 "Requires UnifiedPasswordManagerAndroid flag enabled. Allows automatic "
3174 "reenrollment into Google Mobile Services if sync and backend "
3175 "communication work.";
3176
François Beaufortdb160c12019-05-01 06:28:143177const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
3178const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:053179 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:143180 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
3181 "for other processes.";
3182
Brett Wilsonecb80982017-07-12 20:34:513183const char kUiPartialSwapName[] = "Partial swap";
3184const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
3185
Maksim Sisovdc5d70a2022-11-23 08:03:023186const char kUIEnableSharedImageCacheForGpuName[] = "Shared GPUImageDecodeCache";
3187const char kUIEnableSharedImageCacheForGpuDescription[] =
3188 "Enables shared GPUImageDecodeCache for UI if gpu rasterization is "
3189 "enabled.";
3190
Momoka Yamamotof1accfce2022-10-13 10:00:193191const char kUseNAT64ForIPv4LiteralName[] =
3192 "Use NAT64 translation for IPv4 literals";
3193const char kUseNAT64ForIPv4LiteralDescription[] =
3194 "Enables IPv4 to IPv6 address translation for IPv4 literals when chrome is "
3195 "on an IPv6 only network";
3196
Caroline Rising19c84902023-02-27 23:46:003197const char kUserNotesSidePanelName[] = "User notes side panel";
3198const char kUserNotesSidePanelDescription[] =
3199 "Enables the user notes feature in the side panel. "
3200 "Only works if Power bookmark backend is also enabled.";
3201
Maria Kazinova58cedc02021-08-02 17:15:113202const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
3203 "Username first flow fallback crowdsourcing";
3204const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
3205 "Support of sending additional votes on username first flow i.e. login "
3206 "flows where a user has to type username first on one page and then "
3207 "password on another page. These votes are sent on single password forms "
3208 "and contain information whether a 1-password form follows a 1-text form "
3209 "and the value's type(or pattern) in the latter (e.g. email-like, "
3210 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:283211
Zentaro Kavanagh892851f2019-05-29 15:13:313212const char kUseSearchClickForRightClickName[] =
3213 "Use Search+Click for right click";
3214const char kUseSearchClickForRightClickDescription[] =
3215 "When enabled search+click will be remapped to right click, allowing "
3216 "webpages and apps to consume alt+click. When disabled the legacy "
3217 "behavior of remapping alt+click to right click will remain unchanged.";
3218
Guoxing Zhao7e129632023-01-25 03:58:553219const char kVideoConferenceName[] = "Enable video conference features";
3220const char kVideoConferenceDescription[] =
3221 "Enables all features for ChromeOS built-in video conferencing UI.";
Guoxing Zhao13538c62022-09-15 06:08:163222
Guoxing Zhao7e129632023-01-25 03:58:553223const char kVcBackgroundReplaceName[] = "Enable vc background replacement";
3224const char kVcBackgroundReplaceDescription[] =
Jim Pollockc74e3822022-10-17 03:56:503225 "Enables background replacement feature for video conferencing on "
3226 "chromebooks. THIS WILL OVERRIDE BACKGROUND BLUR.";
3227
Ard Oerlemansc550dd02023-03-13 10:02:153228const char kVcSegmentationModelName[] = "Use a different segmentation model";
3229const char kVcSegmentationModelDescription[] =
3230 "Allows a different segmentation model to be used for blur and relighting, "
3231 "which may reduce the workload on the GPU.";
3232
Michael Hablich896d52662017-10-23 15:59:573233const char kV8VmFutureName[] = "Future V8 VM features";
3234const char kV8VmFutureDescription[] =
3235 "This enables upcoming and experimental V8 VM features. "
3236 "This flag does not enable experimental JavaScript features.";
3237
Jeff Chen64a0458a2022-01-13 17:12:173238const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper.";
3239const char kGlobalVaapiLockDescription[] =
3240 "Enable or disable the global VA-API lock for platforms and paths that "
3241 "support controlling this.";
3242
Hirokazu Honda22eb73a2021-10-29 03:58:383243const char kVp9kSVCHWDecodingName[] =
3244 "Hardware decode acceleration for k-SVC VP9";
3245const char kVp9kSVCHWDecodingDescription[] =
3246 "Enable or disable k-SVC VP9 hardware decode acceleration";
3247
Brett Wilsonecb80982017-07-12 20:34:513248const char kWalletServiceUseSandboxName[] =
3249 "Use Google Payments sandbox servers";
3250const char kWalletServiceUseSandboxDescription[] =
3251 "For developers: use the sandbox service for Google Payments API calls.";
3252
Colin Kincaid292cfc42022-05-03 19:17:073253const char kWallpaperFastRefreshName[] =
3254 "Enable shortened wallpaper daily refresh interval for manual testing";
3255const char kWallpaperFastRefreshDescription[] =
3256 "Allows developers to see a new wallpaper once every ten seconds rather "
3257 "than once per day when using the daily refresh feature.";
3258
Jerry Liua21b61622022-12-20 00:52:123259const char kWallpaperGooglePhotosSharedAlbumsName[] =
3260 "Enable Google Photos shared albums for wallpaper";
3261const char kWallpaperGooglePhotosSharedAlbumsDescription[] =
3262 "Allow users to set shared Google Photos albums as the source for their "
3263 "wallpaper.";
3264
Sean Kau1d8791e32021-11-08 22:51:543265const char kWallpaperPerDeskName[] =
3266 "Enable setting different wallpapers per desk";
3267const char kWallpaperPerDeskDescription[] =
3268 "Allow users to set different wallpapers on each of their active desks";
3269
François Beaufort7aace812022-02-02 13:57:173270const char kWebBluetoothName[] = "Web Bluetooth";
3271const char kWebBluetoothDescription[] =
3272 "Enables the Web Bluetooth API on platforms without official support";
3273
Ovidio Henriquez3d729f62020-02-07 00:43:293274const char kWebBluetoothNewPermissionsBackendName[] =
3275 "Use the new permissions backend for Web Bluetooth";
3276const char kWebBluetoothNewPermissionsBackendDescription[] =
3277 "Enables the new permissions backend for Web Bluetooth. This will enable "
François Beaufort2b916752021-12-06 13:05:173278 "persistent storage of device permissions and Web Bluetooth features such "
3279 "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()";
Ovidio Henriquez3d729f62020-02-07 00:43:293280
Klaus Weidner90b78032022-06-01 22:48:333281const char kWebContentsCaptureHiDpiName[] = "HiDPI Tab Capture";
3282const char kWebContentsCaptureHiDpiDescription[] =
3283 "Enables HiDPI rendering for tab capture if the displayed content's "
3284 "resolution is low compared to the capture size. This improves "
3285 "legibility for viewers with higher-resolution screens.";
3286
Reilly Grant679f59d2021-09-29 18:39:383287const char kWebMidiName[] = "Web MIDI";
3288const char kWebMidiDescription[] =
3289 "Enables the implementation of the Web MIDI API. When disabled the "
3290 "interface will still be exposed by Blink.";
3291
Ayu Ishiidbdd5c92020-03-20 23:40:523292const char kWebOtpBackendName[] = "Web OTP";
3293const char kWebOtpBackendDescription[] =
3294 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:373295const char kWebOtpBackendSmsVerification[] = "Code Browser API";
3296const char kWebOtpBackendUserConsent[] = "User Consent API";
3297const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:523298
Kenneth Russell08c7dc32021-07-09 08:06:593299const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
3300const char kWebglDeveloperExtensionsDescription[] =
3301 "Enabling this option allows web applications to access WebGL extensions "
3302 "intended only for use during development time.";
3303
Brett Wilsonecb80982017-07-12 20:34:513304const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
3305const char kWebglDraftExtensionsDescription[] =
3306 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:593307 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:513308
Brandon Jones2ebd9a62022-06-15 19:55:593309const char kWebGpuDeveloperFeaturesName[] = "WebGPU Developer Features";
3310const char kWebGpuDeveloperFeaturesDescription[] =
3311 "Enables web applications to access WebGPU features intended only for use "
3312 "during development.";
3313
Danyao Wang47a0f312019-05-09 20:52:243314const char kWebPaymentsExperimentalFeaturesName[] =
3315 "Experimental Web Payments API features";
3316const char kWebPaymentsExperimentalFeaturesDescription[] =
3317 "Enable experimental Web Payments API features";
3318
Rouslan Solomakhin8c770f582023-01-03 22:23:513319const char kIgnoreCSPInWebPaymentAPIName[] = "Ignore CSP in Web Payment API";
3320const char kIgnoreCSPInWebPaymentAPIDescription[] =
3321 "Temporarily disable enforcing Content Security Policy connect-src "
3322 "directive for Web Payment API when fetching manifest files, app icons, "
3323 "and service worker JavaScript files.";
Rouslan Solomakhin6cc11082022-08-09 14:02:573324
Rouslan Solomakhin1b63d252023-01-04 15:36:333325const char kAddIdentityInCanMakePaymentEventName[] =
3326 "Add identity to canmakepayment event";
3327const char kAddIdentityInCanMakePaymentEventDescription[] =
3328 "Temporarily re-enable the deprecated feature of sharing the merchant and "
3329 "user identity with the payment app when the merchant checks whether the "
3330 "payment app can make payments.";
Rouslan Solomakhinfb386b12022-06-24 01:41:203331
Liquan (Max) Gu8fcb9192020-05-20 16:22:183332const char kAppStoreBillingDebugName[] =
3333 "Web Payments App Store Billing Debug Mode";
3334const char kAppStoreBillingDebugDescription[] =
3335 "App-store purchases (e.g., Google Play Store) within a TWA can be "
3336 "requested using the Payment Request API. This flag removes the "
3337 "restriction that the TWA has to be installed from the app-store.";
3338
Qingsi Wangec2dbf942018-11-03 05:33:043339const char kWebrtcHideLocalIpsWithMdnsName[] =
3340 "Anonymize local IPs exposed by WebRTC.";
3341const char kWebrtcHideLocalIpsWithMdnsDecription[] =
3342 "Conceal local IP addresses with mDNS hostnames.";
3343
Alessio Bazzica570a4f62022-10-17 11:16:303344const char kWebRtcAllowInputVolumeAdjustmentName[] =
3345 "Allow WebRTC to adjust the input volume.";
3346const char kWebRtcAllowInputVolumeAdjustmentDescription[] =
3347 "Allow the Audio Processing Module in WebRTC to adjust the input volume "
3348 "during a real-time call. Disable if microphone muting or clipping issues "
3349 "are observed when the browser is running and used for a real-time call. "
3350 "This flag is experimental and may be removed at any time.";
3351
Alessio Bazzica76a45022022-12-06 17:13:173352const char kWebRtcApmDownmixCaptureAudioMethodName[] =
3353 "WebRTC downmix capture audio method.";
3354const char kWebRtcApmDownmixCaptureAudioMethodDescription[] =
3355 "Override the method that the Audio Processing Module in WebRTC uses to "
3356 "downmix the captured audio to mono (when needed) during a real-time call. "
3357 "This flag is experimental and may be removed at any time.";
3358
Brett Wilsonecb80982017-07-12 20:34:513359const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
3360const char kWebrtcHwDecodingDescription[] =
3361 "Support in WebRTC for decoding video streams using platform hardware.";
3362
3363const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
3364const char kWebrtcHwEncodingDescription[] =
3365 "Support in WebRTC for encoding video streams using platform hardware.";
3366
Elad Alon85e0d0be2018-06-26 10:38:373367const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
3368const char kWebRtcRemoteEventLogDescription[] =
3369 "Allow collecting WebRTC event logs and uploading them to Crash. "
3370 "Please note that, even if enabled, this will still require "
3371 "a policy to be set, for it to have an effect.";
3372
Brett Wilsonecb80982017-07-12 20:34:513373const char kWebrtcSrtpAesGcmName[] =
3374 "Negotiation with GCM cipher suites for SRTP in WebRTC";
3375const char kWebrtcSrtpAesGcmDescription[] =
3376 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
3377
Sergey Silkinc33244f2020-01-31 17:21:303378const char kWebrtcUseMinMaxVEADimensionsName[] =
3379 "WebRTC Min/Max Video Encode Accelerator dimensions";
3380const char kWebrtcUseMinMaxVEADimensionsDescription[] =
3381 "When enabled, WebRTC will only use the Video Encode Accelerator for "
3382 "video resolutions inside those published as supported.";
3383
Reilly Grant3c560fa2021-09-25 01:27:253384const char kWebUsbDeviceDetectionName[] =
3385 "Automatic detection of WebUSB-compatible devices";
3386const char kWebUsbDeviceDetectionDescription[] =
3387 "When enabled, the user will be notified when a device which advertises "
3388 "support for WebUSB is connected. Disable if problems with USB devices are "
3389 "observed when the browser is running.";
3390
Alex Cooper01f110e2020-01-08 02:24:163391const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
3392const char kWebXrForceRuntimeDescription[] =
3393 "Force the browser to use a particular runtime, even if it would not "
3394 "usually be enabled or would otherwise not be selected based on the "
3395 "attached hardware.";
3396
3397const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:163398const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:163399
Will Cassellaa1a4d1112019-12-27 20:52:313400const char kWebXrIncubationsName[] = "WebXR Incubations";
3401const char kWebXrIncubationsDescription[] =
3402 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:243403
Brett Wilsonecb80982017-07-12 20:34:513404const char kZeroCopyName[] = "Zero-copy rasterizer";
3405const char kZeroCopyDescription[] =
3406 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:343407
Peng Huang70021682019-09-18 19:42:283408const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:473409const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:283410
Cheick Cisseb8f706032021-06-22 01:50:473411const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
3412const char kSharedHighlightingAmpDescription[] =
3413 "Enables Shared Highlighting for AMP Viwers.";
3414
Cheick Cisse006ab4e12022-06-03 17:30:053415const char kSharedHighlightingManagerName[] = "Refactoring Shared Highlighting";
3416const char kSharedHighlightingManagerDescription[] =
3417 "Refactors Shared Highlighting by centralizing the IPC calls in a Manager.";
3418
Jeffrey Cohenc4d73612022-05-04 22:37:223419const char kSharedHighlightingRefinedBlocklistName[] =
3420 "Shared Highlighting Blocklist Refinement";
3421const char kSharedHighlightingRefinedBlocklistDescription[] =
3422 "Narrow the Blocklist for enabling Shared Highlighting.";
3423
Wissem Gamracfd08da22022-05-20 00:33:593424const char kSharedHighlightingRefinedMaxContextWordsName[] =
3425 "Shared Highlighting Max Context Words Refinement";
3426const char kSharedHighlightingRefinedMaxContextWordsDescription[] =
3427 "Experiment with different Max Context Words for Shared Highlighting.";
3428
Mario Bianucci3be046eb2021-02-26 18:41:483429const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
3430const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
3431const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
3432const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
Mario Bianucci3be046eb2021-02-26 18:41:483433const char kDrawPredictedPointsDescription[] =
3434 "Draw predicted points when using the delegated ink trails API. Requires "
3435 "experimental web platform features to be enabled.";
3436const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
3437
Daniel Vogelheim236d9a82021-04-01 15:40:533438const char kSanitizerApiName[] = "Sanitizer API";
3439const char kSanitizerApiDescription[] =
3440 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
3441
Peng Huang723f26e2021-06-04 01:55:103442const char kUsePassthroughCommandDecoderName[] =
3443 "Use passthrough command decoder";
3444const char kUsePassthroughCommandDecoderDescription[] =
3445 "Use chrome passthrough command decoder instead of validating command "
3446 "decoder.";
3447
Saifuddin Hitawala74627fe2023-02-14 20:25:453448const char kPassthroughYuvRgbConversionName[] =
3449 "Enable video YUV <-> RGB conversion through passthrough command decoder";
3450const char kPassthroughYuvRgbConversionDescription[] =
3451 "Enable YUV to RGB and RGB to YUV conversion for media clients through "
3452 "passthrough command decoder";
3453
Saifuddin Hitawala0c647802023-03-22 21:20:493454const char kUseMultiPlaneFormatForHardwareVideoName[] =
3455 "Enable multi-plane formats for hardware video decoder";
3456const char kUseMultiPlaneFormatForHardwareVideoDescription[] =
3457 "Enable single shared image and mailbox for multi-plane formats for "
3458 "hardware video decoder";
3459
Yoshisato Yanagisawa577d82822022-08-17 01:51:103460const char kSkipServiceWorkerFetchHandlerName[] =
3461 "Skip Service Worker Fetch Handler if skippable";
3462const char kSkipServiceWorkerFetchHandlerDescription[] =
3463 "Skips starting the service worker and run the fetch handler if the fetch "
3464 "handler is recognized as skippable.";
3465
Ari Chivukula8edcb692022-03-10 19:22:313466const char kWebSQLAccessName[] = "Allows access to WebSQL APIs";
3467const char kWebSQLAccessDescription[] =
3468 "The WebSQL API is enabled by default, but can be disabled here.";
3469
Mustafa Emre Acerc6b51352022-11-18 18:43:513470const char kUseIDNA2008NonTransitionalName[] =
3471 "Enable IDNA 2008 Non-Transitional Mode";
3472const char kUseIDNA2008NonTransitionalDescription[] =
3473 "Enables IDNA 2008 in Non-Transitional Mode in URL processing, allowing "
3474 "deviation characters in domain names.";
3475
Igor Ruvinovc0a88452022-06-03 15:26:143476#if !BUILDFLAG(IS_CHROMEOS)
3477const char kDmTokenDeletionName[] = "DMToken deletion";
3478const char kDmTokenDeletionDescription[] =
3479 "Delete the corresponding DMToken when a managed browser is deleted in "
3480 "Chrome Browser Cloud Management.";
3481#endif // !BUILDFLAG(IS_CHROMEOS)
3482
Igor Ruvinov3755731f2023-02-17 17:16:243483const char kPolicyMergeMultiSourceName[] =
3484 "Merge policies from multiple sources";
3485const char kPolicyMergeMultiSourceDescription[] =
3486 "Only merge policies that are set from multiple sources. Policies set from "
3487 "a single source will not be treated as merged and will keep their "
3488 "original source.";
3489
James Leeed090a1b2023-03-16 22:51:583490const char kEnableVariationsGoogleGroupFilteringName[] =
3491 "Enables filtering experiments by Google group membership";
3492const char kEnableVariationsGoogleGroupFilteringDescription[] =
3493 "Enables filtering of experiments by Google group membership. This feature "
3494 "is experimental and is used only for dogfooding, and only for users who "
3495 "are signed in and have Chrome Sync enabled.";
3496
Brett Wilsonff596952017-07-14 01:06:553497// Android ---------------------------------------------------------------------
3498
Xiaohan Wang55ae2c012022-01-20 21:49:113499#if BUILDFLAG(IS_ANDROID)
Brett Wilsonff596952017-07-14 01:06:553500
Amanda Lin Dietze8470942023-02-06 19:47:033501const char kAccessibilityFormControlsModeName[] =
3502 "Experimental Accessibility Mode for Form Controls only";
3503const char kAccessibilityFormControlsModeDescription[] =
3504 "Enable experimental accessibility mode to support password managers and "
3505 "form fillers when full assistive technology is not running.";
3506
Mark Schillacid9ce86c2021-09-30 16:37:533507const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom";
3508const char kAccessibilityPageZoomDescription[] =
3509 "Whether the UI and underlying code for page zoom should be enabled to"
3510 " allow a user to increase/decrease the web contents zoom factor.";
3511
Shakti Sahu1c04a2872021-03-17 16:38:483512const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
3513const char kAddToHomescreenIPHDescription[] =
3514 " Shows in-product-help messages educating users about add to homescreen "
3515 "option in chrome.";
3516
Vikas Soni5463f1a2020-08-17 22:47:303517const char kAImageReaderName[] = "Android ImageReader";
3518const char kAImageReaderDescription[] =
3519 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
3520 " This feature is only available for android P+ devices. Disabling it also "
3521 " disables SurfaceControl.";
3522
Trevor Perrierc1384bb2021-06-04 23:54:033523const char kAndroidForceAppLanguagePromptName[] =
3524 "Force second run app language prompt";
3525const char kAndroidForceAppLanguagePromptDescription[] =
3526 "When enabled the app language prompt to change the UI language will"
3527 "always be shown.";
3528
Vikas Sonif14e32c2020-08-15 06:17:223529const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
3530const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:303531 " Enables SurfaceControl to manage the buffer queue for the "
3532 " DisplayCompositor on Android. This feature is only available on "
3533 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:223534
Jinsuk Kime3909a72023-03-02 19:55:083535const char kAndroidWidgetFullscreenToastName[] =
3536 "Android widget fullscreen toast";
3537const char kAndroidWidgetFullscreenToastDescription[] =
3538 "Use Android Toast widget for fullscreen notifcation UI.";
3539
Sky Malice300d5fc2023-01-12 19:37:333540const char kAndroidImprovedBookmarksName[] = "Android Visual Bookmark Manager";
3541const char kAndroidImprovedBookmarksDescription[] =
3542 "More visual changes to the bookmarks surfaces, with more thumbnails and a "
3543 "focus on search instead of folders/hierarchy";
3544
Shu Yang95506102023-01-11 19:16:323545const char kAnimatedImageDragShadowName[] =
3546 "Enable animated image drag shadow on Android.";
3547const char kAnimatedImageDragShadowDescription[] =
3548 "Animate the shadow image from its original bound to the touch point. "
3549 "Image drag on Android is available when flag touch-drag-and-context-menu "
3550 "is enabled.";
3551
Josh Simmons68325af2021-01-15 21:10:213552const char kAssistantIntentTranslateInfoName[] =
3553 "Translate info in Assistant intent";
3554const char kAssistantIntentTranslateInfoDescription[] =
3555 "Include page translation details in the Assistant voice transcription "
3556 "intent. This includes the page's URL and its original, current, and "
3557 "default target language.";
3558
Brett Wilsonff596952017-07-14 01:06:553559const char kAutofillAccessoryViewName[] =
3560 "Autofill suggestions as keyboard accessory view";
3561const char kAutofillAccessoryViewDescription[] =
3562 "Shows Autofill suggestions on top of the keyboard rather than in a "
3563 "dropdown.";
3564
Caitlin Fischer43edd90a2019-05-01 13:24:303565const char kAutofillUseMobileLabelDisambiguationName[] =
3566 "Autofill Uses Mobile Label Disambiguation";
3567const char kAutofillUseMobileLabelDisambiguationDescription[] =
3568 "When enabled, Autofill suggestions' labels are displayed using a "
3569 "mobile-friendly format.";
3570
Gang Wua7bfb5f42021-04-09 18:54:213571const char kAppMenuMobileSiteOptionName[] =
3572 "Show Mobile Site option in app menu";
3573const char kAppMenuMobileSiteOptionDescription[] =
3574 "When enabled, app menu should show 'Mobile site' when showing desktop "
3575 "site, instead of showing 'Desktop Site' with checkbox";
3576
Lijin Shen7c494d72023-01-17 23:54:553577const char kBackGestureRefactorActivityAndroidName[] =
3578 "Back Gesture Refactor (Secondary Activities)";
3579const char kBackGestureRefactorActivityAndroidDescription[] =
3580 "Enable Back Gesture Refactor for Secondary Activities to support in-app "
3581 "activity-to-activity predictive back gestures";
3582
Lijin Shence2f5722022-04-26 23:11:523583const char kBackGestureRefactorAndroidName[] = "Back Gesture Refactor";
3584const char kBackGestureRefactorAndroidDescription[] =
3585 "Enable Back Gesture Refactor.";
3586
ckitagawaf9abc39f2022-08-26 17:36:363587const char kBindingManagerConnectionLimitName[] =
3588 "Binding manager connection limit";
3589const char kBindingManagerConnectionLimitDescription[] =
3590 "When enabled, limits the number of connections the binding manager can "
3591 "hold to background renderers. This results in lower priorities for the "
3592 "least important background renderers, which may cause them to be "
3593 "reclaimed by the OS if memory is needed.";
3594
Wenyu Fuf929f732022-07-08 19:48:473595const char kCCTBrandTransparencyName[] =
3596 "Chrome Custom Tabs Brand Transparency";
3597const char kCCTBrandTransparencyDescription[] =
3598 "When enabled, CCT will show more Chrome branding information when start, "
3599 "giving user more transparency that the web page is running in Chrome.";
3600
Ramin Halavatiba7ddcc2019-11-13 06:19:283601const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
3602const char kCCTIncognitoDescription[] =
3603 "Enables incognito mode for Chrome Custom Tabs, on Android.";
3604
Rohit Agarwalc3973312020-11-18 14:40:233605const char kCCTIncognitoAvailableToThirdPartyName[] =
3606 "Allow third party to open Custom Tabs Incognito mode";
3607const char kCCTIncognitoAvailableToThirdPartyDescription[] =
3608 "Enabling it would allow third party apps to open incognito mode for "
3609 "Chrome Custom Tabs, on Android.";
3610
Shimi Zhangdabb3c22021-09-16 22:10:253611const char kCCTResizable90MaximumHeightName[] =
3612 "Bottom sheet Custom Tabs maximum height";
3613const char kCCTResizable90MaximumHeightDescription[] =
3614 "When enabled, the bottom sheet Custom Tabs will have maximum height 90% "
3615 "of the screen height, otherwise the maximum height is 100% of the screen "
3616 "height. In both cases, Custom Tabs will yield to the top status bar when "
3617 "at full stop";
Shimi Zhangdabb3c22021-09-16 22:10:253618const char kCCTResizableForThirdPartiesName[] =
3619 "Bottom sheet Custom Tabs (third party)";
3620const char kCCTResizableForThirdPartiesDescription[] =
3621 "Enable bottom sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553622const char kCCTResizableSideSheetName[] = "Side sheet Custom Tabs";
3623const char kCCTResizableSideSheetDescription[] =
3624 "Enable side sheet Custom Tabs";
Zach Katzadd35f12023-03-24 19:48:433625const char kCCTResizableSideSheetDiscoverFeedSettingsName[] =
3626 "Discover feed settings Partial Custom Tab";
3627const char kCCTResizableSideSheetDiscoverFeedSettingsDescription[] =
3628 "Enable discover feed settings Partial Custom Tabs";
Zach Katzec1cc2f2023-01-26 01:37:463629const char kCCTResizableSideSheetForThirdPartiesName[] =
3630 "Side sheet Custom Tabs (third party)";
3631const char kCCTResizableSideSheetForThirdPartiesDescription[] =
3632 "Enable side sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553633
Zach Katzdc587ef2022-10-28 18:35:263634const char kCCTRetainingStateInMemoryName[] =
3635 "Enable restoring of previous Custom Tab session";
3636const char kCCTRetainingStateInMemoryDescription[] =
3637 "Enables ability to fully restore a recently engaged with Custom Tab.";
Sinan Sahinc04b1c62022-07-01 18:14:023638const char kCCTRealTimeEngagementSignalsName[] =
3639 "Enable CCT real-time engagement signals.";
3640const char kCCTRealTimeEngagementSignalsDescription[] =
3641 "Enables sending real-time engagement signals (e.g. scroll) through "
3642 "CustomTabsCallback.";
Sinan Sahind9fa5c52023-03-02 02:57:043643const char kCCTRealTimeEngagementSignalsAlternativeImplName[] =
3644 "Enable alternative implementation for CCT real-time engagement signals.";
3645const char kCCTRealTimeEngagementSignalsAlternativeImplDescription[] =
3646 "Enables an alternative implementation for sending real-time engagement "
3647 "signals (e.g. scroll) through CustomTabsCallback.";
Sinan Sahinc04b1c62022-07-01 18:14:023648
Xing Liu1e6b43d2021-03-15 19:26:453649const char kChimeAlwaysShowNotificationDescription[] =
3650 "A debug flag to always show Chime notification after receiving a payload.";
3651const char kChimeAlwaysShowNotificationName[] =
3652 "Always show Chime notification";
3653
3654const char kChimeAndroidSdkDescription[] =
3655 "Enable Chime SDK to receive push notification.";
3656const char kChimeAndroidSdkName[] = "Use Chime SDK";
3657
Travis Skaref97f1fd2022-09-01 01:26:433658const char kChromeSharingCrowLaunchTabName[] =
3659 "Launch Thank Creator actions in standard tab";
3660const char kChromeSharingCrowLaunchTabDescription[] =
3661 "Launches Thank Creator actions in a traditional new tab; default is a "
3662 "custom tab. For internal debugging.";
3663
Travis Skareedcee15642021-09-16 15:49:383664const char kChromeSharingHubLaunchAdjacentName[] =
3665 "Launch new share hub actions in adjacent window";
3666const char kChromeSharingHubLaunchAdjacentDescription[] =
3667 "In multi-window mode, launches share hub actions in an adjacent window. "
3668 "For internal debugging.";
3669
David Maunder915c7ef2019-09-20 16:22:083670const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
3671const char kCloseTabSuggestionsDescription[] =
3672 "Suggests to the user to close Tabs that haven't been used beyond a "
3673 "configurable threshold or where duplicates of Tabs exist. "
3674 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:283675
David Maunder8cf7fd82020-08-20 19:31:543676const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
3677const char kCriticalPersistedTabDataDescription[] =
3678 "A new method of persisting Tab data across restarts has been devised "
3679 "and implemented. This actives the new approach.";
3680
Wenyu Fu54672f42022-09-22 17:51:513681const char kContextMenuPopupForAllScreenSizesName[] =
3682 "Context menu popup for all screen sizes";
3683const char kContextMenuPopupForAllScreenSizesDescription[] =
3684 "When disabled, context menu will be shown as pop-up window only for "
3685 "devices in tablet mode, while shown as a fullscreen dialog for mobile "
3686 "devices; when enabled, context menu will be shown as a pop-up window "
3687 "for all form factors regardless of the screen sizes.";
3688
Donn Denman19688bc2021-03-05 18:48:403689const char kContextualSearchForceCaptionName[] =
3690 "Contextual Search force a caption";
3691const char kContextualSearchForceCaptionDescription[] =
3692 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:413693
Donn Denman05a5b99b2022-07-27 23:38:443694const char kContextualSearchSuppressShortViewName[] =
3695 "Contextual Search suppress short view";
3696const char kContextualSearchSuppressShortViewDescription[] =
3697 "Contextual Search suppress when the base page view is too short";
3698
Fabio Tirelo918089a2018-10-22 21:24:083699const char kAutofillManualFallbackAndroidName[] =
3700 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3701const char kAutofillManualFallbackAndroidDescription[] =
3702 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3703 "keyboard accessory.";
3704
Lei Tianbd5a3bf2018-02-28 19:01:163705const char kEnableCommandLineOnNonRootedName[] =
3706 "Enable command line on non-rooted devices";
3707const char kEnableCommandLineOnNoRootedDescription[] =
3708 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3709
Victor Hugo Vianna Silvabb878dea2022-10-18 10:19:043710const char kEnablePasswordsAccountStorageName[] =
3711 "Enable the account data storage for passwords";
3712const char kEnablePasswordsAccountStorageDescription[] =
3713 "Enables storing passwords in a second, Gaia-account-scoped storage for "
3714 "signed-in but not syncing users";
3715
Lei Zhang0a318af2018-11-14 02:19:463716const char kExploreSitesName[] = "Explore websites";
3717const char kExploreSitesDescription[] =
3718 "Enables portal from new tab page to explore websites.";
3719
Michael Thiessen495a0d32022-08-24 17:58:193720const char kExternalNavigationDebugLogsName[] =
3721 "External Navigation Debug Logs";
3722const char kExternalNavigationDebugLogsDescription[] =
3723 "Enables detailed logging to logcat about why Chrome is making decisions "
3724 "about whether to allow or block navigation to other apps";
3725
Shakti Sahuedcbaef2022-01-18 19:54:213726const char kFeatureNotificationGuideName[] = "Feature notification guide";
3727const char kFeatureNotificationGuideDescription[] =
3728 "Enables notifications about chrome features.";
3729
Shakti Sahu6c4afcde2022-01-31 23:03:543730const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] =
3731 "Feature notification guide - Skip check for low engaged users";
3732const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] =
3733 "Skips check for low engaged users.";
3734
Jian Lic22a3ce2021-08-31 15:46:593735const char kFeedBackToTopName[] = "Back to top of the feeds";
3736const char kFeedBackToTopDescription[] =
3737 "Enables showing a callout to help users return to the top of the feeds "
3738 "quickly.";
3739
Nick Birnie3e6ed412023-01-10 22:36:173740const char kFeedBottomSyncBannerName[] = "Show Sync Promotion";
3741const char kFeedBottomSyncBannerDescription[] =
3742 "Enables the Sync promo banner to be"
3743 " shown at bottom of Chrome Feed.";
3744
Nick Birnie7982fbe2023-03-01 22:22:523745const char kFeedBoCSigninInterstitialName[] = "Show Signin Interstitial";
3746const char kFeedBoCSigninInterstitialDescription[] =
3747 "Enables the sign in interstitial to be"
3748 " shown in a bottom sheet when triggered.";
3749
Cathy Weie5c7d612022-10-14 18:55:073750const char kFeedHeaderStickToTopName[] = "Feed header stick to top";
3751const char kFeedHeaderStickToTopDescription[] =
3752 "Stick feed header to top on scroll.";
3753
Justin DeWitt3eca4372021-09-17 19:44:523754const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder";
3755const char kFeedLoadingPlaceholderDescription[] =
3756 "Enables a placeholder UI in "
3757 "the feed instead of the loading spinner at first load.";
3758
Jonathan Freedaa862a542021-09-03 17:42:253759const char kFeedStampName[] = "StAMP cards in the feed";
3760const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
3761
Ian Wells6cf75a82022-07-13 02:11:023762const char kFeedCloseRefreshName[] = "Feed-close refresh";
3763const char kFeedCloseRefreshDescription[] =
3764 "Enables scheduling a background refresh of the feed following feed use.";
3765
Jian Li20f07f592022-08-23 22:21:553766const char kFeedVideoInlinePlaybackName[] = "Feed video inline playback";
3767const char kFeedVideoInlinePlaybackDescription[] =
3768 "Enable playing feed video in inline playback mode.";
3769
Jonathan Freed4adf604f2022-08-31 17:06:143770const char kFeedDiscoFeedEndpointName[] =
3771 "Feed using the DiscoFeed backend endpoint";
3772const char kFeedDiscoFeedEndpointDescription[] =
3773 "Uses the DiscoFeed endpoint for serving the feed instead of GWS.";
3774
Fabio Tirelo86429cb2022-10-25 22:25:193775const char kHighlightManagedPrefDisclaimerAndroidName[] =
3776 "Highlight managed disclaimer for preferences";
3777const char kHighlightManagedPrefDisclaimerAndroidDescription[] =
3778 "Enables new Settings UI on Android that makes it more prominent that a "
3779 "preference is managed by the administrator or a custodian.";
3780
Jian Lie41ddcb2022-05-04 01:11:563781const char kInfoCardAcknowledgementTrackingName[] =
3782 "Info card acknowledgement tracking";
3783const char kInfoCardAcknowledgementTrackingDescription[] =
3784 "Enable acknowledgement tracking for info cards.";
3785
Jinsuk Kimfa1b7eb2021-06-30 00:04:323786const char kInstanceSwitcherName[] = "Enable instance switcher";
3787const char kInstanceSwitcherDescription[] =
3788 "Enable instance switcher dialog UI that helps users manage multiple "
3789 "instances of Chrome.";
3790
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463791const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423792const char kInstantStartDescription[] =
3793 "Show start surface before native library is loaded.";
3794
Ian Wells34ce1482020-04-03 17:36:163795const char kInterestFeedV2Name[] = "Interest Feed v2";
3796const char kInterestFeedV2Description[] =
3797 "Show content suggestions on the New Tab Page and Start Surface using the "
3798 "new Feed Component.";
3799
Dan Harrington4043b222021-01-15 18:33:423800const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3801const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3802
Jian Lifb04af72021-04-01 21:17:173803const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3804const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3805
Finnur Thorarinsson4e43a0852023-03-23 09:20:023806const char kMediaPickerAdoptionStudyName[] = "Android Media Picker Adoption";
3807const char kMediaPickerAdoptionStudyDescription[] =
3808 "Controls how to launch the Android Media Picker";
3809
Aishwarya Rajesh0dd71922021-07-28 20:22:383810const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3811const char kMessagesForAndroidAdsBlockedDescription[] =
3812 "When enabled, ads blocked message will use the new Messages UI.";
3813
Pavel Yatsuk358291752020-09-03 18:25:223814const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3815const char kMessagesForAndroidInfrastructureDescription[] =
3816 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153817
Vishwas Uppoor8031d642022-05-10 01:28:513818extern const char kMessagesForAndroidOfferNotificationName[] =
3819 "Offer Notification Messages UI";
3820extern const char kMessagesForAndroidOfferNotificationDescription[] =
3821 "When enabled, offer notification will use the new Messages UI";
3822
Lijin Shen2d61a0a32021-07-20 23:15:523823const char kMessagesForAndroidPermissionUpdateName[] =
3824 "Permission Update Messages UI";
3825const char kMessagesForAndroidPermissionUpdateDescription[] =
3826 "When enabled, permission update prompt will use the new Messages UI.";
3827
Lijin Shenba9a6b0e2021-02-18 01:59:063828const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3829const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153830 "When enabled, popup blocked prompt will use the new Messages UI.";
3831
Pavel Yatsukb7307fa2021-09-15 18:02:303832const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI";
3833const char kMessagesForAndroidPWAInstallDescription[] =
3834 "When enabled, PWA Installation prompt will use the new Messages UI.";
3835
Lei Zhang44abd5d22022-01-11 00:32:343836const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3837const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153838 "When enabled, save card prompt will use the new Messages UI.";
3839
Lijin Shen0e049c432022-04-05 23:12:433840const char kMessagesForAndroidStackingAnimationName[] =
3841 "Stacking Animation of Messages UI";
3842const char kMessagesForAndroidStackingAnimationDescription[] =
3843 "When enabled, Messages UI will use the new stacking animation.";
3844
Yutaka Hirano639d9742022-05-13 12:35:163845const char kNetworkServiceInProcessName[] =
3846 "Run the network service on the browser process";
3847const char kNetworkServiceInProcessDescription[] =
3848 "When enabled, the network service runs on the browser process. Otherwise, "
3849 "it runs on a dedicated process.";
3850
Salvador Guerrero4d5ff6e62022-03-24 00:03:203851const char kNotificationPermissionRationaleName[] =
3852 "Notification Permission Rationale UI";
3853const char kNotificationPermissionRationaleDescription[] =
3854 "Configure the dialog shown before requesting notification permission. "
3855 "Only works with builds targeting Android T.";
3856
Salvador Guerrero0af36992023-01-23 20:46:473857const char kNotificationPermissionRationaleBottomSheetName[] =
3858 "Notification Permission Rationale Bottom Sheet UI";
3859const char kNotificationPermissionRationaleBottomSheetDescription[] =
3860 "Enable the alternative bottom sheet UI for the notification permission "
3861 "flow. "
3862 "Only works with builds targeting Android T+.";
3863
Yafei Duan36b4b5b2018-08-07 00:40:033864const char kOfflinePagesLivePageSharingName[] =
3865 "Enables live page sharing of offline pages";
3866const char kOfflinePagesLivePageSharingDescription[] =
3867 "Enables to share current loaded page as offline page by saving as MHTML "
3868 "first.";
3869
Jordan Oroshiba244e9ff2021-02-04 22:20:393870const char kPageInfoHistoryName[] = "Page info history";
3871const char kPageInfoHistoryDescription[] =
3872 "Enable a history sub page to the page info menu, and a button to forget "
3873 "a site, removing all preferences and history.";
3874
Zaina Al-Mashni2df0e5f2023-01-20 11:09:263875const char kPageInfoAboutThisSiteImprovedBottomSheetName[] =
3876 "Page info 'About this site' improved bottomsheet";
3877const char kPageInfoAboutThisSiteImprovedBottomSheetDescription[] =
3878 "Enable an improved 'About this site' bottomsheet, which includes a "
3879 "less cluttered toolbar view and opening navigations in a new tab.";
3880
Anna Tsvirchkova0891e9da2023-03-08 12:42:093881const char kPasswordGenerationBottomSheetName[] =
3882 "Password generation bottom sheet";
3883const char kPasswordGenerationBottomSheetDescription[] =
3884 "Enabled showing the password generation bottom sheet.";
3885
Salma Elmahallawydcdfa9e2023-01-30 18:42:243886const char kPolicyLogsPageAndroidName[] = "Policy Logs Page on Android";
3887const char kPolicyLogsPageAndroidDescription[] =
3888 "Enable the new chrome://policy-logs page containing logs for debugging "
3889 "policy related issues on Android.";
3890
Shakti Sahu1f8a9422020-03-12 05:50:503891const char kQueryTilesName[] = "Show query tiles";
3892const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283893const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3894const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Min Qineb0c2152022-08-26 19:13:123895const char kQueryTilesOnStartName[] = "Query tiles on start";
3896const char kQueryTilesOnStartDescription[] =
3897 "Show query tiles on start surface";
Shakti Sahu8fe5edd2020-05-14 18:57:133898const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3899const char kQueryTilesSingleTierDescription[] =
3900 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543901const char kQueryTilesEnableQueryEditingName[] =
3902 "Query Tiles - Enable query edit mode";
3903const char kQueryTilesEnableQueryEditingDescription[] =
3904 "When a query tile is tapped, the query text will be shown in the omnibox "
3905 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453906const char kQueryTilesEnableTrendingName[] =
3907 "Query Tiles - Enable trending queries";
3908const char kQueryTilesEnableTrendingDescription[] =
3909 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263910const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3911const char kQueryTilesCountryCodeDescription[] =
3912 "When query tiles are enabled, this value determines tiles for which "
3913 "country should be displayed.";
3914const char kQueryTilesCountryCodeUS[] = "US";
3915const char kQueryTilesCountryCodeIndia[] = "IN";
3916const char kQueryTilesCountryCodeBrazil[] = "BR";
3917const char kQueryTilesCountryCodeNigeria[] = "NG";
3918const char kQueryTilesCountryCodeIndonesia[] = "ID";
Shakti Sahu8fe5edd2020-05-14 18:57:133919const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193920const char kQueryTilesInstantFetchDescription[] =
3921 "Immediately schedule background task to fetch query tiles";
Min Qinbe050b72021-06-26 01:32:393922const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
3923const char kQueryTilesRankTilesDescription[] =
3924 "Rank tiles on server based on client context";
Min Qindb789462021-08-26 04:00:113925const char kQueryTilesSegmentationName[] =
3926 "Query Tiles - use segmentation rules";
3927const char kQueryTilesSegmentationDescription[] =
3928 "enable segmentation rules to decide whether to show query tiles";
Min Qin60ae5b82021-01-07 07:07:503929const char kQueryTilesSwapTrendingName[] =
3930 "Query Tiles - Swap trending queries";
3931const char kQueryTilesSwapTrendingDescription[] =
3932 "Swap trending queries if user didn't click on them after several "
3933 "impressions";
Min Qindb99e6f2020-04-29 06:37:263934
Caroline Risingdb7df182021-01-11 19:49:143935const char kReadLaterFlagId[] = "read-later";
3936const char kReadLaterName[] = "Reading List";
3937const char kReadLaterDescription[] =
3938 "Allow users to save tabs for later. Enables a new button and menu for "
3939 "accessing tabs saved for later.";
3940
Brett Wilsonff596952017-07-14 01:06:553941const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3942const char kReaderModeHeuristicsDescription[] =
3943 "Determines what pages the Reader Mode infobar is shown on.";
3944const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3945const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3946const char kReaderModeHeuristicsAllArticles[] = "All articles";
3947const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3948const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3949
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183950const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3951const char kReaderModeInCCTDescription[] =
3952 "Open Reader Mode in Chrome Custom Tabs.";
3953
Xing Liub9070262021-01-07 20:52:163954const char kReadLaterReminderNotificationName[] =
3955 "Read later reminder notification";
3956const char kReadLaterReminderNotificationDescription[] =
3957 "Enables read later weekly reminder notification.";
3958
Ioana Pandele9fc19b2f2020-01-23 22:16:503959const char kRecoverFromNeverSaveAndroidName[] =
3960 "UI to recover from never save passwords on Android";
3961const char kRecoverFromNeverSaveAndroidDescription[] =
3962 "Enables showing UI which allows for easy reverting of the decision to "
3963 "never save passwords on a certain webiste";
3964
Victor Tan5980f4e52022-11-11 20:21:453965const char kReduceUserAgentAndroidVersionDeviceModelName[] =
3966 "Reduce the device model and Android version in the andriod User-Agent "
3967 "string";
3968const char kReduceUserAgentAndroidVersionDeviceModelDescription[] =
3969 "Enables reducing the device model and Android version in the andriod "
3970 "User-Agent string. The device model will be reported as `K` and the "
3971 "Android version will be reported as a static `10` string.";
3972
David Trainora38e60e2020-08-04 23:43:253973const char kReengagementNotificationName[] =
3974 "Enable re-engagement notifications";
3975const char kReengagementNotificationDescription[] =
3976 "Enables Chrome to use the in-product help system to decide when "
3977 "to show re-engagement notifications.";
3978
Donn Denmanc42123c2020-03-19 01:44:243979const char kRelatedSearchesName[] =
3980 "Enables an experiment for Related Searches on Android";
3981const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:493982 "Enables requesting related searches suggestions. These will be requested "
3983 "but not shown unless the UI flag is also enabled.";
3984
Shu Yangd1d8f6b82022-06-30 18:46:283985const char kRequestDesktopSiteAdditionsName[] =
3986 "Secondary settings for request desktop site on Android.";
3987const char kRequestDesktopSiteAdditionsDescription[] =
3988 "Secondary options in `Site settings` to request the desktop version of "
3989 "websites based on external display or peripheral.";
3990
Aishwarya Rajesh3d0bd212022-07-22 22:48:313991const char kRequestDesktopSiteDefaultsName[] =
3992 "Default settings for request desktop site on Android.";
3993const char kRequestDesktopSiteDefaultsDescription[] =
3994 "Request the desktop version of websites by default based on device "
3995 "conditions.";
3996
Aishwarya Rajeshed9865f82022-09-12 22:46:573997const char kRequestDesktopSiteDefaultsDowngradeName[] =
3998 "Downgrade default settings for request desktop site on Android.";
3999const char kRequestDesktopSiteDefaultsDowngradeDescription[] =
4000 "Disable the request desktop site global setting if it was enabled by "
4001 "default based on device conditions.";
4002
Shu Yang6673a042023-02-28 00:27:364003const char kRequestDesktopSiteDefaultsLoggingName[] =
4004 "Silently report crashes for debugging request desktop site on Android.";
4005const char kRequestDesktopSiteDefaultsLoggingDescription[] =
4006 "Silently report crashes with display spec when ineligible device shows "
4007 "up in cohort or device screen size exceeds threshold.";
4008
Aishwarya Rajesh63e60f72022-08-26 00:34:194009const char kRequestDesktopSiteExceptionsDowngradeName[] =
4010 "Downgrade request desktop site exceptions on Android.";
4011const char kRequestDesktopSiteExceptionsDowngradeDescription[] =
4012 "Downgrade request desktop site domain level settings to tab level "
4013 "settings.";
4014
Shu Yanga2ec2d12021-11-15 22:13:154015const char kRequestDesktopSiteExceptionsName[] =
4016 "Per-site setting to request desktop site on Android.";
4017const char kRequestDesktopSiteExceptionsDescription[] =
4018 "An option in `Site settings` to request the desktop version of websites "
Shu Yangd1d8f6b82022-06-30 18:46:284019 "based on site level settings.";
Shu Yanga2ec2d12021-11-15 22:13:154020
Aishwarya Rajesha327b162023-01-06 01:34:424021const char kRequestDesktopSitePerSiteIphName[] =
4022 "Contextual help for request desktop site site-level settings on Android.";
4023const char kRequestDesktopSitePerSiteIphDescription[] =
4024 "Provide in-product help for desktop site site-level settings.";
4025
Aishwarya Rajesh7b43f262022-11-02 20:22:044026const char kRequestDesktopSiteZoomName[] =
4027 "Default zoom for request desktop site on Android.";
4028const char kRequestDesktopSiteZoomDescription[] =
4029 "Apply default page zoom on the desktop version of websites.";
4030
Philip Rogers388e07a2023-03-27 17:54:334031const char kForceOffTextAutosizingName[] =
4032 "Force off heuristics for inflating text sizes on devices with small "
4033 "screens.";
4034const char kForceOffTextAutosizingDescription[] = "Disable text autosizing.";
4035
Illia Klimov352f34a2022-08-18 13:45:134036const char kRevokeNotificationsPermissionIfDisabledOnAppLevelName[] =
4037 "Revoke site-level notification permission on Android";
4038const char kRevokeNotificationsPermissionIfDisabledOnAppLevelDescription[] =
4039 "Allow revoking site-level notification permission if Chrome has no "
4040 "app-level notification permission on Android.";
4041
Henrique Nakashimaaa6c3142022-07-14 21:53:114042const char kSafeModeForCachedFlagsName[] = "Safe Mode for Cached Flags";
4043const char kSafeModeForCachedFlagsDescription[] =
4044 "Attempts recovery from startup crash loops caused by a bad field trial "
4045 "by rolling back to previous known safe flag values.";
4046
Fabio Tirelo343dcc82023-03-13 16:34:104047extern const char kSafeSitesFilterBehaviorPolicyAndroidName[] =
4048 "Allow SafeSitesFilterBehavior policy on Android";
4049extern const char kSafeSitesFilterBehaviorPolicyAndroidDescription[] =
4050 "Allows the SafeSitesFilterBehavior policy to be applied on Android.";
4051
Kenechi Okoyeff5bd5f2022-06-13 20:47:534052const char kScreenshotsForAndroidV2Name[] = "Screenshots for Android V2";
4053const char kScreenshotsForAndroidV2Description[] =
4054 "Adds functionality to the share screenshot panel within Chrome Browser"
4055 " on Android";
4056
spdonghaoe4b51242022-03-14 23:06:184057const char kShowScrollableMVTOnNTPAndroidName[] = "Show scrollable MVT on NTP";
4058const char kShowScrollableMVTOnNTPAndroidDescription[] =
4059 "Enable showing the scrollable most visited tiles on NTP.";
4060
Liquan (Max) Guf2834612021-08-31 14:49:164061const char kSecurePaymentConfirmationAndroidName[] =
4062 "Secure Payment Confirmation on Android";
4063const char kSecurePaymentConfirmationAndroidDescription[] =
4064 "Enables Secure Payment Confirmation on Android.";
4065
Elly Fong-Jones6fde14c2022-01-05 18:10:584066const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
4067const char kSendTabToSelfV2Description[] =
4068 "Enables new received tab "
4069 "UI shown next to the profile icon instead of using system notifications.";
4070
Brett Wilsonff596952017-07-14 01:06:554071const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
4072const char kSetMarketUrlForTestingDescription[] =
4073 "When enabled, sets the market URL for use in testing the update menu "
4074 "item.";
4075
Wenyu Fu2518c9802023-02-08 23:52:264076const char kShareSheetMigrationAndroidName[] = "Share sheet refactor Android";
4077const char kShareSheetMigrationAndroidDescription[] =
4078 "When enabled, use the Android OS share sheet.";
4079
Alex Moshchuk07e1bb42019-03-08 04:44:084080const char kSiteIsolationForPasswordSitesName[] =
4081 "Site Isolation For Password Sites";
4082const char kSiteIsolationForPasswordSitesDescription[] =
4083 "Security mode that enables site isolation for sites based on "
4084 "password-oriented heuristics, such as a user typing in a password.";
4085
Bo Liude36ab62023-02-24 20:08:294086const char kSlimCompositorName[] = "Slim browser compositor";
4087const char kSlimCompositorDescription[] = "Use new simpler browser compositor";
4088
Hung Vuc394db62020-08-21 21:26:524089const char kSmartSuggestionForLargeDownloadsName[] =
4090 "Smart suggestion for large downloads";
4091const char kSmartSuggestionForLargeDownloadsDescription[] =
4092 "Smart suggestion that offers download locations for large files.";
4093
Ioana Pandele9fc19b2f2020-01-23 22:16:504094const char kStartSurfaceAndroidName[] = "Start Surface";
4095const char kStartSurfaceAndroidDescription[] =
4096 "Enable showing the start surface when launching Chrome via the "
4097 "launcher.";
4098
Xi Han8e1b2452022-05-26 15:43:164099const char kFeedPositionAndroidName[] = "Feed Position";
4100const char kFeedPositionAndroidDescription[] =
4101 "Enable pushing down or pulling up of Feeds on NTP";
4102
Xi Hanfe309c02022-06-07 16:57:264103const char kSearchResumptionModuleAndroidName[] = "Search Resumption Module";
4104const char kSearchResumptionModuleAndroidDescription[] =
4105 "Enable showing search suggestions on NTP";
4106
Andrey Zaytsev5794f892022-07-14 16:16:554107const char kSiteDataImprovementsName[] = "Site data improvements";
4108const char kSiteDataImprovementsDescription[] =
4109 "Improved 'All sites' and 'Site settings' pages on Android.";
4110
spdonghao86345d52022-09-20 20:13:154111const char kStartSurfaceDisabledFeedImprovementName[] =
4112 "Start Surface Disabled Feed Improvement";
4113const char kStartSurfaceDisabledFeedImprovementDescription[] =
4114 "Enable improving Start surface when Feed is disabled";
4115
Xinyi Ji411f38f2023-02-10 23:32:504116const char kStartSurfaceOnTabletName[] = "Start Surface On Tablet";
4117const char kStartSurfaceOnTabletDescription[] =
4118 "Enable Start Surface On Tablet.";
4119
spdonghao921dbdf42022-07-12 19:02:344120const char kStartSurfaceRefactorName[] = "Start Surface Refactor";
4121const char kStartSurfaceRefactorDescription[] =
4122 "Enable splitting Tab switcher from Start surface";
4123
Xinyi Jie3289432023-03-08 20:42:224124const char kStartSurfaceWithAccessibilityName[] =
4125 "Start Surface With Accessibility";
4126const char kStartSurfaceWithAccessibilityDescription[] =
4127 "Enable Start Surface with Accessibility.";
4128
Lei Zhang0a318af2018-11-14 02:19:464129const char kStrictSiteIsolationName[] = "Strict site isolation";
4130const char kStrictSiteIsolationDescription[] =
4131 "Security mode that enables site isolation for all sites (SitePerProcess). "
4132 "In this mode, each renderer process will contain pages from at most one "
4133 "site, using out-of-process iframes when needed. "
4134 "Check chrome://process-internals to see the current isolation mode. "
4135 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
4136 "default. Here, 'Disabled' is a legacy value that actually means "
4137 "'Default,' in which case site isolation may be already enabled based on "
4138 "platform, enterprise policy, or field trial. See also "
4139 "#site-isolation-trial-opt-out for how to disable site isolation for "
4140 "testing.";
4141
Alex Mitrac4bcea22023-02-09 11:10:154142const char kStylusRichGesturesName[] = "Stylus rich gestures";
4143const char kStylusRichGesturesDescription[] =
4144 "Enable rich gestures for stylus which can be used to modify text in "
4145 "editable web content.";
4146
Sirisha Kavuluru003e0962021-12-08 21:40:304147const char kTabGroupsForTabletsName[] = "Tab groups on tablets";
4148const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets.";
4149
Sirisha Kavuluru263350ba2022-09-08 21:40:214150const char kDiscoverFeedMultiColumnAndroidName[] =
4151 "Multi-column Discover feed Android.";
4152const char kDiscoverFeedMultiColumnAndroidDescription[] =
Sirisha Kavulurue968d502022-10-27 19:37:404153 "Enables single or multi-column Discover feed based on screen width on "
Sirisha Kavuluru263350ba2022-09-08 21:40:214154 "Android.";
4155
Zhe Li5d302c82022-10-12 16:56:544156const char kTabStripRedesignAndroidName[] = "Tab Strip Redesign Android.";
4157const char kTabStripRedesignAndroidDescription[] =
4158 "Enabled Tab Strip Redesign on Android - A visual redesign of Clank Tab "
4159 "Strip that is consistent with GM3.";
4160
Sirisha Kavulurue968d502022-10-27 19:37:404161const char kFoldableJankFixAndroidName[] = "Fix for jank seen on foldables.";
4162const char kFoldableJankFixAndroidDescription[] =
4163 "Enables fix for jank seen during fold to unfold transition on foldables "
4164 "with Android 12+";
4165
Neil Coronado97e135512023-01-11 20:21:094166const char kBaselineGM3SurfaceColorsName[] = "Baseline GM3 Surface Colors";
4167const char kBaselineGM3SurfaceColorsDescription[] =
4168 "Updates baseline surface colors to match the GM3 formula.";
4169
Mustaq Ahmeda130fec2022-02-09 19:03:264170const char kTouchDragAndContextMenuName[] =
4171 "Simultaneous touch drag and context menu";
4172const char kTouchDragAndContextMenuDescription[] =
4173 "Enables touch dragging and a context menu to start simultaneously, with"
4174 "the assumption that the menu is non-modal.";
4175
Scott Littlec0f9a472022-03-23 19:23:224176const char kTranslateMessageUIName[] = "Translate Message UI";
4177const char kTranslateMessageUIDescription[] =
4178 "Controls whether the Translate Message UI will be shown instead of the "
4179 "Translate InfoBar.";
4180
Brett Wilsonff596952017-07-14 01:06:554181const char kUpdateMenuBadgeName[] = "Force show update menu badge";
4182const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:444183 "When enabled, a badge will be shown on the app menu button if the update "
4184 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:554185
4186const char kUpdateMenuItemCustomSummaryDescription[] =
4187 "When this flag and the force show update menu item flag are enabled, a "
4188 "custom summary string will be displayed below the update menu item.";
4189const char kUpdateMenuItemCustomSummaryName[] =
4190 "Update menu item custom summary";
4191
Tommy Nyquist3c02e592018-10-18 23:36:444192const char kUpdateMenuTypeName[] =
4193 "Forces the update menu type to a specific type";
4194const char kUpdateMenuTypeDescription[] =
4195 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquistb0f8692e2021-10-15 19:13:054196 "the app menu badge and menu item for updates.";
Tommy Nyquist3c02e592018-10-18 23:36:444197const char kUpdateMenuTypeNone[] = "None";
4198const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
4199const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:554200
Tommy Nyquist5b7ac1a02022-08-16 16:56:004201const char kOmahaMinSdkVersionAndroidName[] =
4202 "Forces the minumum Android SDK version to a particular value.";
4203const char kOmahaMinSdkVersionAndroidDescription[] =
4204 "When set, the minimum Android minimum SDK version is set to a particular "
4205 "value which impact the app menu badge, menu items, and settings about "
4206 "screen regarding whether Chrome can be updated.";
4207const char kOmahaMinSdkVersionAndroidMinSdk1Description[] = "Minimum SDK = 1";
4208const char kOmahaMinSdkVersionAndroidMinSdk1000Description[] =
4209 "Minimum SDK = 1000";
4210
Lei Zhang44abd5d22022-01-11 00:32:344211const char kUseRealColorSpaceForAndroidVideoName[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:424212 "Use color space from MediaCodec";
Lei Zhang44abd5d22022-01-11 00:32:344213const char kUseRealColorSpaceForAndroidVideoDescription[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:424214 "When enabled video will use real color space instead of srgb.";
4215
Shakti Sahu2741f8d2020-08-14 03:38:364216const char kVideoTutorialsName[] = "Enable video tutorials";
4217const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:104218const char kVideoTutorialsInstantFetchName[] =
4219 "Video tutorials fetch on startup";
4220const char kVideoTutorialsInstantFetchDescription[] =
4221 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:364222
bttk8031f3fb2021-02-25 20:21:244223const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
4224const char kAdaptiveButtonInTopToolbarDescription[] =
4225 "Enables showing an adaptive action button in the top toolbar";
Salvador Guerrerob5d9c762023-03-22 21:24:034226
Salvador Guerreroa071de302023-03-18 00:34:274227const char kAdaptiveButtonInTopToolbarTranslateName[] =
4228 "Adaptive button in top toolbar - Translate button";
4229const char kAdaptiveButtonInTopToolbarTranslateDescription[] =
4230 "Enables a translate button in the top toolbar. Must be selected in "
4231 "Settings > Toolbar Shortcut.";
Salvador Guerrerob5d9c762023-03-22 21:24:034232const char kAdaptiveButtonInTopToolbarAddToBookmarksName[] =
4233 "Adaptive button in top toolbar - Add to bookmarks button";
4234const char kAdaptiveButtonInTopToolbarAddToBookmarksDescription[] =
4235 "Enables an add to bookmarks button in the top toolbar. Must be selected "
4236 "in "
4237 "Settings > Toolbar Shortcut.";
4238
bttk74acf1b2021-05-19 20:20:594239const char kAdaptiveButtonInTopToolbarCustomizationName[] =
4240 "Adaptive button in top toolbar customization";
4241const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
4242 "Enables UI for customizing the adaptive action button in the top toolbar";
Josh Simmons68941d122020-11-11 02:49:044243
Jinsuk Kim9adece12023-02-17 15:48:494244const char kUseToastManagerName[] = "Use Toast manager";
4245const char kUseToastManagerDescription[] =
4246 "Use Toast manager for queueing and managing Android Toast UI.";
4247
Carlos Knippschild0cf5a072020-12-01 00:15:534248const char kWebFeedName[] = "Web Feed";
4249const char kWebFeedDescription[] =
4250 "Allows users to keep up with and consume web content.";
4251
Pete Williamson55cbb162022-04-09 02:41:524252const char kWebFeedAwarenessName[] = "Web Feed Awareness";
4253const char kWebFeedAwarenessDescription[] =
4254 "Helps the user discover the web feed.";
4255
Pete Williamson06a50ba2022-03-10 02:08:534256const char kWebFeedOnboardingName[] = "Web Feed Onboarding";
4257const char kWebFeedOnboardingDescription[] =
Pete Williamson55cbb162022-04-09 02:41:524258 "Helps the user understand how to use the web feed.";
Pete Williamson06a50ba2022-03-10 02:08:534259
Cathy Lie949b3c2021-09-10 20:15:454260const char kWebFeedSortName[] = "Web Feed Sort";
4261const char kWebFeedSortDescription[] =
4262 "Allows users to sort their web content in the web feed. "
4263 "Only works if Web Feed is also enabled.";
4264
Alex Cooper5fca205f2023-03-20 23:13:274265const char kWebXrSharedBuffersName[] = "WebXR Shared Buffers";
4266const char kWebXrSharedBuffersDescription[] =
4267 "Toggles whether or not WebXR attempts to use SharedBuffers for moving "
4268 "textures from the device to the renderer. When this flag is set to either "
4269 "enabled or default SharedBuffer support will be dependent on what the "
4270 "device can actually support.";
4271
Justin DeWitt83faf9d12020-12-17 23:18:034272const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
4273const char kXsurfaceMetricsReportingDescription[] =
4274 "Allows metrics reporting state to be passed to Xsurface";
4275
Anna Tsvirchkova94fecb5f2022-04-14 10:34:044276const char kPasswordEditDialogWithDetailsName[] =
4277 "Password edit dialog with details UI";
4278const char kPasswordEditDialogWithDetailsDescription[] =
4279 "Enables UI which shows the dialog after clicking on save/update password"
4280 " with the functionality to choose user account and edit the password.";
4281
liyanbo.monster41ebdd12022-06-30 04:32:324282const char kEnableAndroidGamepadVibrationName[] = "Gamepad vibration";
4283const char kEnableAndroidGamepadVibrationDescription[] =
4284 "Enables the ability to play vibration effects on supported gamepads.";
4285
Wissem Gamra2a91d862022-08-17 18:17:224286const char kCormorantName[] = "Cormorant";
4287const char kCormorantDescription[] = "Enables the experimental Cormorant UI.";
4288
Brett Wilson7b44537e2017-08-18 01:38:284289// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:554290
Xiaohan Wang55ae2c012022-01-20 21:49:114291#else // BUILDFLAG(IS_ANDROID)
brettw5f9c1642017-05-14 17:12:484292
echo linkerb7f43382022-02-10 23:20:344293const char kAppManagementAppDetailsName[] =
4294 "Enable App Details in App Management.";
4295const char kAppManagementAppDetailsDescription[] =
4296 "Show app details on an app's App Management page.";
4297
Lei Zhang1a6fd01b2021-03-24 17:03:484298const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154299 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:484300const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154301 "When enabled, allows all websites to request to initiate tab mirroring "
4302 "via Presentation API. Requires #cast-media-route-provider to also be "
4303 "enabled";
4304
mark a. foltz8d3e26ed2023-03-17 17:46:574305const char kMediaRouterOtrInstanceName[] =
4306 "Create a separate Media Router instance for off-the-record "
4307 "profiles.";
4308const char kMediaRouterOtrInstanceDescription[] =
4309 "When enabled, a separate Media Router instance will be created for "
4310 "off-the-record (\"incognito\") profiles.";
4311
Charles Meng17ba75d2022-08-23 18:45:284312extern const char kBatterySaverModeAvailableName[] =
4313 "Enable the battery saver mode feature in the settings";
4314extern const char kBatterySaverModeAvailableDescription[] =
4315 "When enabled, shows the battery section in the performance settings page";
4316
Anthony Cuie4109852022-07-27 19:01:014317const char kCopyLinkToTextName[] = "Copy Link To Text";
4318const char kCopyLinkToTextDescription[] =
4319 "Adds an item to the context menu to allow a user to copy a link to the "
4320 "page with the selected text highlighted.";
4321
4322const char kDesktopPartialTranslateName[] = "Desktop Partial Translate";
4323const char kDesktopPartialTranslateDescription[] =
4324 "Enables the Partial Translate feature on Desktop, which allows users to "
4325 "translate text selections on the page through the right click context "
4326 "menu.";
4327
evliu467c11b82020-11-17 01:29:304328const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
4329const char kEnableAccessibilityLiveCaptionDescription[] =
4330 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:594331 "media playing in Chrome. Turn the feature on in "
4332 "chrome://settings/accessibility.";
4333
Jocelyn Tran48b694aa2023-03-03 21:00:114334const char kReadAnythingName[] = "Reading Mode";
Abigail Kleincef69482023-01-24 22:14:374335const char kReadAnythingDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114336 "Enables the Reading Mode feature which generates a reader-friendly view "
4337 "of web pages. Open the side panel and select Reading Mode to try the "
Abigail Kleincef69482023-01-24 22:14:374338 "feature.";
4339
Jocelyn Tran48b694aa2023-03-03 21:00:114340const char kReadAnythingWithScreen2xName[] = "Reading Mode with Screen2x";
Abigail Kleincef69482023-01-24 22:14:374341const char kReadAnythingWithScreen2xDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114342 "Have Reading Mode use a local machine learning model for web page "
Abigail Kleincef69482023-01-24 22:14:374343 "distillation.";
4344
Jack Hsieh1e6d84a2022-07-01 16:18:574345const char kEnableWebHidOnExtensionServiceWorkerName[] =
4346 "Enable WebHID on extension service workers";
4347const char kEnableWebHidOnExtensionServiceWorkerDescription[] =
4348 "When enabled, WebHID API is available on extension service workers.";
4349
John Williamse5a683b2020-07-28 03:01:484350const char kGlobalMediaControlsCastStartStopName[] =
4351 "Global media controls control Cast start/stop";
4352const char kGlobalMediaControlsCastStartStopDescription[] =
4353 "Allows global media controls to control when a Cast session is started "
4354 "or stopped instead of relying on the Cast dialog.";
4355
Charles Meng17ba75d2022-08-23 18:45:284356extern const char kHighEfficiencyModeAvailableName[] =
4357 "Enable the high efficiency mode feature in the settings";
4358extern const char kHighEfficiencyModeAvailableDescription[] =
4359 "When enabled, shows the performance section in the performance settings "
4360 "page";
4361
Anthony Vallee-Dubois3d3039fb2023-03-17 16:11:154362extern const char kHeuristicMemorySaverName[] =
4363 "Enable the heuristics-based policy for Memory Saver Mode.";
4364extern const char kHeuristicMemorySaverDescription[] =
4365 "When enabled, Memory Saver will take multiple signals into account before "
4366 "discarding a tab rather than doing it after a fixed amount of time in the "
4367 "background.";
4368
Richard Knoll7b293562021-07-08 08:49:064369const char kMuteNotificationSnoozeActionName[] =
4370 "Snooze action for mute notifications";
4371const char kMuteNotificationSnoozeActionDescription[] =
4372 "Adds a Snooze action to mute notifications shown while sharing a screen.";
4373
Esmael El-Moslimanyf85849d2021-01-15 02:18:104374const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
4375const char kNtpCacheOneGoogleBarDescription[] =
4376 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
4377 "when available.";
4378
Paul Adedeji1ed53002022-06-13 20:15:304379const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
4380const char kNtpChromeCartModuleDescription[] =
4381 "Shows the chrome cart module on the New Tab Page.";
Tibor Goldschwendt16a63cb2020-08-04 19:08:154382
Roman Arora201df092022-10-20 16:53:514383const char kNtpComprehensiveThemeRealboxName[] =
4384 "NTP Comprehensive Theme Realbox";
4385const char kNtpComprehensiveThemeRealboxDescription[] =
4386 "Applies theme based colors to the NTP Realbox element";
4387
Roman Arora32162da2022-10-19 22:26:154388const char kNtpComprehensiveThemingName[] = "NTP Comprehensive Theming";
4389const char kNtpComprehensiveThemingDescription[] =
4390 "Applies theme based colors across various NTP elements";
4391
Yo Wakitadcd38802022-10-12 17:27:074392const char kNtpDesktopLensName[] = "NTP Desktop Lens Entrypoint";
4393const char kNtpDesktopLensDescription[] =
4394 "Shows a Lens entrypoint and upload dialog in desktop NTP when enabled.";
4395
Andre Vincent60a5c5d2020-12-24 02:53:014396const char kNtpDriveModuleName[] = "NTP Drive Module";
4397const char kNtpDriveModuleDescription[] =
4398 "Shows the Google Drive module on the New Tab Page";
4399
Paul Adedeji680466942022-01-13 22:10:504400#if !defined(OFFICIAL_BUILD)
4401const char kNtpDummyModulesName[] = "NTP Dummy Modules";
4402const char kNtpDummyModulesDescription[] =
4403 "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is "
4404 "enabled.";
4405#endif
4406
Roman Arorac7579c92023-02-27 22:17:174407const char kNtpHistoryClustersModuleName[] = "NTP Journeys Module";
4408const char kNtpHistoryClustersModuleDescription[] =
4409 "Shows the Journeys module on the New Tab Page.";
4410
Paul Adedeji1ed53002022-06-13 20:15:304411const char kNtpMiddleSlotPromoDismissalName[] =
4412 "NTP Middle Slot Promo Dismissal";
4413const char kNtpMiddleSlotPromoDismissalDescription[] =
4414 "Allows middle slot promo to be dismissed from New Tab Page until "
4415 "new promo message is populated.";
Rohit Bhatia34189362021-09-04 03:55:204416
Lydia Lam44eea142021-06-10 01:19:004417const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
4418const char kNtpModulesDragAndDropDescription[] =
4419 "Enables modules to be reordered via dragging and dropping on the "
4420 "New Tab Page.";
4421
Paul Adedejid25542d32022-03-09 03:06:374422const char kNtpModulesFirstRunExperienceName[] =
4423 "NTP Modules First Run Experience";
4424const char kNtpModulesFirstRunExperienceDescription[] =
4425 "Shows first run experience for Modular NTP Desktop v1.";
4426
Tibor Goldschwendtf9501a62023-03-23 03:11:194427const char kNtpModulesHeaderIconName[] = "NTP Modules Header Icon";
4428const char kNtpModulesHeaderIconDescription[] =
4429 "Shows icons in NTP module headers.";
4430
Paul Adedeji57933b82021-12-07 02:19:044431const char kNtpModulesRedesignedLayoutName[] = "Ntp Modules Redesigned Layout";
4432const char kNtpModulesRedesignedLayoutDescription[] =
4433 "Changes the layout of modules on New Tab Page";
4434
Paul Adedeji1ed53002022-06-13 20:15:304435const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
4436const char kNtpModulesRedesignedDescription[] =
4437 "Shows the redesigned modules on the New Tab Page.";
4438
4439const char kNtpPhotosModuleName[] = "NTP Photos Module";
4440const char kNtpPhotosModuleDescription[] =
4441 "Shows the Google Photos module on the New Tab Page";
4442
4443const char kNtpPhotosModuleOptInArtWorkName[] =
4444 "NTP Photos Module Opt In ArtWork";
4445const char kNtpPhotosModuleOptInArtWorkDescription[] =
4446 "Determines the art work in the NTP Photos Opt-In card";
4447
4448const char kNtpPhotosModuleOptInTitleName[] = "NTP Photos Module Opt In Title";
4449const char kNtpPhotosModuleOptInTitleDescription[] =
4450 "Determines the title of the NTP Photos Opt-In card";
4451
4452const char kNtpPhotosModuleSoftOptOutName[] = "NTP Photos Module Soft Opt-Out";
4453const char kNtpPhotosModuleSoftOptOutDescription[] =
4454 "Enables soft opt-out option in Photos opt-in card";
4455
Marlon Faceya00e2f92022-01-27 23:04:094456const char kNtpRealboxMatchSearchboxThemeName[] =
4457 "NTP Realbox Matches Searchbox Theme";
4458const char kNtpRealboxMatchSearchboxThemeDescription[] =
Marlon Facey4a2c2072022-09-26 23:24:534459 "Makes NTP Realbox drop shadow match that of the Searchbox when enabled.";
Marlon Faceya00e2f92022-01-27 23:04:094460
Marlon Facey904d12442021-09-02 23:02:244461const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals";
4462const char kNtpRealboxPedalsDescription[] =
4463 "Shows pedals in the NTP Realbox when enabled.";
4464
Marlon Facey4a2c2072022-09-26 23:24:534465const char kNtpRealboxRoundedCornersName[] = "NTP Realbox Rounded Corners";
4466const char kNtpRealboxRoundedCornersDescription[] =
4467 "Make NTP realbox dropdown corners match that of the Searchbox.";
4468
Marlon Facey94eac62a02021-12-15 01:16:374469const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon";
4470const char kNtpRealboxUseGoogleGIconDescription[] =
4471 "Shows Google G icon "
4472 "instead of Search Loupe in realbox when enabled";
4473
Paul Adedeji1ed53002022-06-13 20:15:304474const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
4475const char kNtpRecipeTasksModuleDescription[] =
4476 "Shows the recipe tasks module on the New Tab Page.";
4477
Tibor Goldschwendta82f86c2023-03-14 00:26:514478const char kNtpReducedLogoSpaceName[] = "NTP Reduced Logo Space";
4479const char kNtpReducedLogoSpaceDescription[] =
4480 "Reduces space the logo fills up vertically.";
4481
Paul Adedeji1ed53002022-06-13 20:15:304482const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module";
4483const char kNtpSafeBrowsingModuleDescription[] =
4484 "Shows the safe browsing module on the New Tab Page.";
4485
Tibor Goldschwendteec42922023-03-22 18:54:544486const char kNtpSingleRowShortcutsName[] = "NTP Single Row Shortcuts";
4487const char kNtpSingleRowShortcutsDescription[] =
4488 "Shows shortcuts in a single wide row on the New Tab Page.";
4489
Tibor Goldschwendtf9501a62023-03-23 03:11:194490const char kNtpWideModulesName[] = "NTP Wide Modules";
4491const char kNtpWideModulesDescription[] =
4492 "Shows wide NTP modules if NTP provides enough space.";
4493
Aran Gilman766c2ad2019-04-18 00:15:414494const char kEnableReaderModeName[] = "Enable Reader Mode";
4495const char kEnableReaderModeDescription[] =
4496 "Allows viewing of simplified web pages by selecting 'Customize and "
4497 "control Chrome'>'Distill page'";
4498
Wei Li2946b352019-08-19 21:49:544499const char kHappinessTrackingSurveysForDesktopDemoName[] =
4500 "Happiness Tracking Surveys Demo";
4501const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
4502 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
4503
Ramin Halavati7935b622022-11-16 08:11:464504const char kLayoutExtractionName[] = "Layout Extraction";
4505const char kLayoutExtractionDescription[] =
4506 "Enables Layout Extraction local machine intelligence library to use "
4507 "screen snapshots to add metadata for accessibility tools.";
4508
Travis Skarebcdb5ed32018-08-17 01:49:404509const char kOmniboxDriveSuggestionsName[] =
4510 "Omnibox Google Drive Document suggestions";
manukh918d82552022-10-11 01:12:224511const char kOmniboxDriveSuggestionsDescription[] =
Travis Skarebcdb5ed32018-08-17 01:49:404512 "Display suggestions for Google Drive documents in the omnibox when Google "
4513 "is the default search engine.";
4514
Kevin Bailey9ec05532019-01-31 23:01:334515const char kOmniboxExperimentalKeywordModeName[] =
4516 "Omnibox Experimental Keyword Mode";
4517const char kOmniboxExperimentalKeywordModeDescription[] =
4518 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:154519 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:334520
Viktor Semeniuk083adff22022-11-16 16:15:474521const char kPasswordsGroupingName[] = "Passwords grouping";
4522const char kPasswordsGroupingDescription[] =
4523 "Enables displaying passwords grouped together using information from "
4524 "the affiliation service.";
4525
Viktor Semeniuke4aa5bc2022-08-17 07:22:594526const char kPasswordManagerRedesignName[] = "Password Manager new UI";
4527const char kPasswordManagerRedesignDescription[] =
4528 "Enables new Password Manager UI on Desktop";
4529
Andrii Natiahlyi653c24092023-02-16 11:37:354530const char kPasswordsImportM2Name[] = "Passwords Import M2";
4531const char kPasswordsImportM2Description[] =
4532 "Extends passwords import flow in password settings with conflict "
4533 "resolution functionality.";
4534
Chris Thompson657d5c82020-10-08 23:04:104535const char kSCTAuditingName[] = "SCT auditing";
4536const char kSCTAuditingDescription[] =
4537 "Enables SCT auditing for users who have opted in to Safe Browsing "
4538 "Extended Reporting.";
4539
Jochen Eisingerbd1033a2023-03-27 18:31:234540#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
4541const char kSettingsEnableGetTheMostOutOfChromeName[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184542 "'Get the most out of Chrome' documentation";
Jochen Eisingerbd1033a2023-03-27 18:31:234543const char kSettingsEnableGetTheMostOutOfChromeDescription[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184544 "When enabled, the 'Get the most out of Chrome' documentation section "
4545 "will be available.";
Jochen Eisingerbd1033a2023-03-27 18:31:234546#endif
Jochen Eisinger6ef16de2023-03-23 20:44:184547
Elly Fong-Jonesaf0a33b2022-04-05 15:30:474548const char kSharingDesktopSharePreviewName[] = "Desktop share hub preview";
4549const char kSharingDesktopSharePreviewDescription[] =
4550 "Adds a preview section to the desktop sharing hub to make it clearer what "
4551 "is about to be shared.";
4552
Matthew Hatem61e894922022-07-22 16:18:374553const char kSharingDesktopShareToGoogleCollectionsName[] =
4554 "Share to Google Collections";
4555const char kSharingDesktopShareToGoogleCollectionsDescription[] =
4556 "Adds an item to the sharing hub to allow sharing to Google Collections.";
4557
Alan Cutter9aa158b2023-01-20 16:12:144558const char kWebAppManifestImmediateUpdatingName[] =
4559 "Web App Manifest Immediate Updating";
4560const char kWebAppManifestImmediateUpdatingDescription[] =
4561 "Enables web app manifest updates to apply to running web app windows as "
4562 "soon as a change has been detected instead of waiting for all app windows "
4563 "to be closed.";
4564
Paul Adedeji1ed53002022-06-13 20:15:304565const char kWebAuthenticationPermitEnterpriseAttestationName[] =
4566 "Web Authentication Enterprise Attestation";
4567const char kWebAuthenticationPermitEnterpriseAttestationDescription[] =
4568 "Permit a set of origins to request a uniquely identifying enterprise "
4569 "attestation statement from a security key when creating a Web "
4570 "Authentication credential.";
4571
Danil Somsikov0d206142022-11-28 23:37:204572const char kDevToolsTabTargetLiteralName[] = "DevTools using Tab Target";
4573const char kDevToolsTabTargetLiteralDescription[] =
4574 "Makes DevTools use an experimental CDP Tab target.";
4575
Xiaohan Wang55ae2c012022-01-20 21:49:114576#endif // BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:284577
4578// Windows ---------------------------------------------------------------------
4579
Xiaohan Wang55ae2c012022-01-20 21:49:114580#if BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284581
Bill Carr49f46082022-02-28 17:54:414582const char kCalculateNativeWinOcclusionName[] =
4583 "Calculate window occlusion on Windows";
4584const char kCalculateNativeWinOcclusionDescription[] =
4585 "Calculate window occlusion on Windows will be used in the future "
4586 "to throttle and potentially unload foreground tabs in occluded windows";
4587
Igor Ruvinovb1f7bea2022-11-08 23:20:504588const char kCloudApAuthName[] = "CloudAP authentication";
4589const char kCloudApAuthDescription[] =
4590 "Enables ambient authentication into supported identity providers using "
4591 "the CloudAP framework. Credentials are retrieved from accounts signed "
4592 "into the operating system.";
4593
Armando Miragliad2e6fc9e2020-03-06 09:23:094594const char kEnableMediaFoundationVideoCaptureName[] =
4595 "MediaFoundation Video Capture";
4596const char kEnableMediaFoundationVideoCaptureDescription[] =
4597 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
4598 "to DirectShow if disabled.";
4599
Xiaohan Wang9c9e5d35c2021-09-02 17:36:094600const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption";
4601const char kHardwareSecureDecryptionDescription[] =
4602 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4603 "for protected content playback.";
4604
Xiaohan Wang2d588832021-11-16 00:57:074605const char kHardwareSecureDecryptionExperimentName[] =
4606 "Hardware Secure Decryption Experiment";
4607const char kHardwareSecureDecryptionExperimentDescription[] =
4608 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4609 "for experimental protected content playback.";
4610
Xiaohan Wang90409292022-03-26 09:06:284611const char kHardwareSecureDecryptionFallbackName[] =
4612 "Hardware Secure Decryption Fallback";
4613const char kHardwareSecureDecryptionFallbackDescription[] =
4614 "Allows automatically disabling hardware secure Content Decryption Module "
4615 "(CDM) after failures or crashes. Subsequent playback may use software "
4616 "secure CDMs. If this feature is disabled, the fallback will never happen "
4617 "and users could be stuck with playback failures.";
4618
Bill Carrc2abb9222021-11-07 22:02:564619const char kMediaFoundationClearName[] = "MediaFoundation for Clear";
4620const char kMediaFoundationClearDescription[] =
4621 "Enable/Disable the use of MediaFoundation for non-protected content "
4622 "playback on supported systems.";
4623
henrikac66d1012021-01-19 13:59:184624const char kRawAudioCaptureName[] = "Raw audio capture";
4625const char kRawAudioCaptureDescription[] =
4626 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
4627 "audio stream is a 'raw' stream that bypasses all signal processing except "
4628 "for endpoint specific, always-on processing in the Audio Processing Object"
4629 " (APO), driver, and hardware.";
4630
henrikac79c7a42022-09-06 16:29:524631const char kFakeAudioCaptureTimestamps[] = "Fake audio capture timestamps";
4632const char kFakeAudioCaptureTimestampsDescription[] =
4633 "Emulates audio capture timestamps instead of using timestamps from the "
4634 "actual audio device. Can be used as a temporary workaround in situations "
4635 "where the selected audio device generates invalid timestamp sequences.";
4636
Lei Zhangc05af2a2020-05-15 20:54:054637const char kRunVideoCaptureServiceInBrowserProcessName[] =
4638 "Run video capture service in browser";
4639const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
4640 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:284641
Jonah Ryan-Davis90ae3322021-09-21 17:34:484642const char kUseAngleDescriptionWindows[] =
Olli Etuaho122321192018-09-07 10:15:294643 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
4644 "computers by default. Using the OpenGL driver as the graphics backend may "
4645 "result in higher performance in some graphics-heavy applications, "
4646 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
4647 "video playback.";
4648
Olli Etuaho122321192018-09-07 10:15:294649const char kUseAngleD3D11[] = "D3D11";
4650const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:024651const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:294652
Alex Forrenceb42504892022-07-20 21:50:074653const char kUseWaitableSwapChainName[] = "Use waitable swap chains";
4654const char kUseWaitableSwapChainDescription[] =
4655 "Use waitable swap chains to reduce presentation latency (effective only "
4656 "Windows 8.1 or later). If enabled, specify the maximum number of frames "
4657 "that can be queued, ranging from 1-3. 1 has the lowest delay but is most "
4658 "likely to drop frames, while 3 has the highest delay but is least likely "
4659 "to drop frames.";
4660
Brett Wilson7b44537e2017-08-18 01:38:284661const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
4662const char kUseWinrtMidiApiDescription[] =
4663 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
4664 "later).";
4665
Daniel Hosseinian159cb3d2020-03-13 03:02:024666#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhang1419cab2021-09-09 17:04:444667const char kPrintWithPostScriptType42FontsName[] =
4668 "Print with PostScript Type 42 fonts";
4669const char kPrintWithPostScriptType42FontsDescription[] =
4670 "When using PostScript level 3 printing, render text with Type 42 fonts if "
4671 "possible.";
4672
Lei Zhanga6a8a492020-05-14 03:55:034673const char kPrintWithReducedRasterizationName[] =
4674 "Print with reduced rasterization";
4675const char kPrintWithReducedRasterizationDescription[] =
4676 "When using GDI printing, avoid rasterization if possible.";
4677
Cuc Doan074d8ed2022-03-14 22:03:344678const char kReadPrinterCapabilitiesWithXpsName[] =
4679 "Read printer capabilities with XPS";
4680extern const char kReadPrinterCapabilitiesWithXpsDescription[] =
4681 "When enabled, utilize XPS interface to read printer capabilities.";
4682
Alan Screen574ffd662019-11-21 22:38:534683const char kUseXpsForPrintingName[] = "Use XPS for printing";
4684const char kUseXpsForPrintingDescription[] =
4685 "When enabled, use XPS printing API instead of the GDI print API.";
4686
Alan Screen49388112019-12-13 23:34:214687const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
4688const char kUseXpsForPrintingFromPdfDescription[] =
4689 "When enabled, use XPS printing API instead of the GDI print API when "
4690 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:024691#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:214692
Tom5efa14f12021-06-30 00:37:324693const char kWin10TabSearchCaptionButtonName[] =
4694 "Windows 10 Tab Search Caption Button";
4695const char kWin10TabSearchCaptionButtonDescription[] =
4696 "Move the Tab Search entrypoint besides the window caption buttons on "
4697 "Windows 10 platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:114698#endif // BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284699
4700// Mac -------------------------------------------------------------------------
4701
Xiaohan Wang55ae2c012022-01-20 21:49:114702#if BUILDFLAG(IS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:284703
Karol Sygiet901acb42022-08-08 16:00:044704const char kBiometricAuthenticationInSettingsName[] =
4705 "Biometric authentication in settings";
4706const char kBiometricAuthenticationInSettingsDescription[] =
4707 "Enables biometric authentication in settings to view/edit/copy a password";
4708
Daniel Hosseinian159cb3d2020-03-13 03:02:024709#if BUILDFLAG(ENABLE_PRINTING)
4710const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
4711const char kCupsIppPrintingBackendDescription[] =
4712 "Use the CUPS IPP printing backend instead of the original CUPS backend "
4713 "that calls the PPD API.";
4714#endif // BUILDFLAG(ENABLE_PRINTING)
4715
Avi Drissman0095f552021-11-05 19:58:534716const char kEnableUniversalLinksName[] = "Universal Links";
4717const char kEnableUniversalLinksDescription[] =
4718 "Include Universal Links in the intent picker.";
4719
Sidney San Martín678fd4112019-03-30 00:13:054720const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
4721const char kImmersiveFullscreenDescription[] =
4722 "Automatically hide and show the toolbar in fullscreen.";
4723
Greg Kerrf46f31872019-08-08 20:22:444724const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
4725const char kMacSyscallSandboxDescription[] =
4726 "Controls whether the macOS sandbox filters syscalls.";
4727
Florent Castellibd7db032023-02-22 11:22:034728const char kRetryGetVideoCaptureDeviceInfosName[] =
4729 "Retry capture device enumeration on crash";
4730const char kRetryGetVideoCaptureDeviceInfosDescription[] =
4731 "Enables retries when enumerating the available video capture devices "
4732 "after a crash. The capture service is restarted without loading external "
4733 "DAL plugins which could have caused the crash.";
4734
Leonard Grey2e90921c2021-12-02 22:46:134735const char kScreenTimeName[] = "Screen Time";
4736const char kScreenTimeDescription[] =
4737 "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 "
4738 "and later.";
4739
Jonah Ryan-Davis90ae3322021-09-21 17:34:484740const char kUseAngleDescriptionMac[] =
4741 "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be "
4742 "deprecated on Mac, and may contain driver bugs that are not planned to be "
4743 "fixed. The Metal backend is still experimental, and may contain bugs that "
4744 "are still being worked on. The Metal backend should be more performant, "
4745 "but may still be behind the OpenGL backend until fully released.";
4746
4747const char kUseAngleMetal[] = "Metal";
4748
Tom Burgin5c3fde02022-06-23 18:24:074749const char kSystemColorChooserName[] = "System Color Chooser";
4750const char kSystemColorChooserDescription[] =
4751 "Enables a button that launches the macOS native color chooser.";
4752
Brett Wilson7b44537e2017-08-18 01:38:284753#endif
4754
Jonah Ryan-Davis90ae3322021-09-21 17:34:484755// Windows and Mac -------------------------------------------------------------
4756
Xiaohan Wang55ae2c012022-01-20 21:49:114757#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484758
4759const char kUseAngleName[] = "Choose ANGLE graphics backend";
4760const char kUseAngleDefault[] = "Default";
4761const char kUseAngleGL[] = "OpenGL";
Karol Sygiet901acb42022-08-08 16:00:044762
Karol Sygietc5e3da652022-08-02 15:47:504763const char kBiometricAuthenticationForFillingName[] =
4764 "Biometric authentication reauth before filling";
4765const char kBiometricAuthenticationForFillingDescription[] =
4766 "Enables biometric authentication before filling form data";
Xiaohan Wang55ae2c012022-01-20 21:49:114767#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484768
Richard Chuia9ed7be12022-04-13 21:30:354769// ChromeOS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:344770
Yuta Hijikata235fc62b2020-12-08 03:48:324771#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:344772
Brett Wilson7b44537e2017-08-18 01:38:284773const char kAcceleratedMjpegDecodeName[] =
4774 "Hardware-accelerated mjpeg decode for captured frame";
4775const char kAcceleratedMjpegDecodeDescription[] =
4776 "Enable hardware-accelerated mjpeg decode for captured frame where "
4777 "available.";
vabr0215a8e2017-03-28 12:47:344778
Thanh Nguyen6b4c5852022-05-26 22:03:254779const char kAdaptiveChargingForTestingName[] =
4780 "Show adaptive charging notifications for testing";
4781const char kAdaptiveChargingForTestingDescription[] =
4782 "Show adaptive charging notifications and nudges for testing. This is "
4783 "meant to be used by developers to test the feature UI only. The "
4784 "notifications will be shown after the device is plugged in to the "
4785 "charger. Please DO NOT enable this if you're not a developer who wants to "
4786 "test the UI of the adaptive charging feature.";
4787
Thanh Nguyen730ac8a32022-05-19 08:50:464788const char kAdaptiveChargingName[] = "Enable adaptive charging feature";
4789const char kAdaptiveChargingDescription[] =
4790 "Show settings to enable/disable adaptive charging feature.";
4791
Andreea Costinas99e24192023-02-15 14:39:464792const char kAllowEapDefaultCasWithoutSubjectVerificationName[] =
4793 "Allow EAP network configs with default server CAs without subject "
4794 "verification";
4795const char kAllowEapDefaultCasWithoutSubjectVerificationDescription[] =
4796 "Allows creating EAP network configs which use the default server CA certs "
4797 "without specifying subject or domain match options which validate the "
4798 "identity of the server.";
4799
Vyshu9ea9e182021-02-04 17:53:064800const char kAllowRepeatedUpdatesName[] =
4801 "Continue checking for updates before reboot and after initial update.";
4802const char kAllowRepeatedUpdatesDescription[] =
4803 "Continues checking to see if there is a more recent update, even if user"
4804 "has not rebooted to apply the previous update.";
4805
Kyle Horimoto734f0752020-03-20 20:46:544806const char kAllowScrollSettingsName[] =
4807 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
4808const char kAllowScrollSettingsDescription[] =
4809 "Shows settings to enable/disable scroll acceleration and to adjust the "
4810 "sensitivity for scrolling.";
4811
Jeffrey Kardatzkea686ded22022-03-28 18:28:464812const char kAlwaysEnableHdcpName[] = "Always enable HDCP for external displays";
4813const char kAlwaysEnableHdcpDescription[] =
4814 "Enables the specified type for HDCP whenever an external display is "
4815 "connected. By default, HDCP is only enabled when required.";
4816const char kAlwaysEnableHdcpDefault[] = "Default";
4817const char kAlwaysEnableHdcpType0[] = "Type 0";
4818const char kAlwaysEnableHdcpType1[] = "Type 1";
4819
Jerry Liu14ec85e2023-01-31 06:00:524820const char kPersonalizationJellyName[] = "Jelly design for Personalization App";
4821const char kPersonalizationJellyDescription[] =
Jeffrey Youngd01036a2023-02-03 02:50:384822 "Feature to enable the Jelly design in Personalization App. Requires "
4823 "jelly-colors flag to be enabled.";
Jerry Liua600ab92022-10-28 01:12:284824
Eric Sum2971b952022-10-20 04:55:374825const char kAmbientModeThrottleAnimationName[] =
4826 "Throttle the frame rate of Lottie animations in ambient mode";
4827const char kAmbientModeThrottleAnimationDescription[] =
4828 "The throttled frame rate and when to throttle are embedded within the "
4829 "Lottie animation file itself. It is chosen by the motion designer and "
4830 "varies depending on how much motion there is in the animation. This is "
4831 "done in the hopes of improving power consumption while maintaining the "
4832 "same user-visible smoothness. This flag applies to all ambient Lottie "
4833 "animations that have throttling specified in the file.";
4834
Antoni Dikovb3487502022-09-21 15:24:214835const char kApnRevampName[] = "APN Revamp";
4836const char kApnRevampDescription[] =
4837 "Enables the ChromeOS APN Revamp, which updates cellular network APN "
4838 "system UI and related infrastructure.";
4839
Daniel Andersson9a81b33502023-03-20 19:15:374840const char kAppLaunchAutomationName[] = "Enable app launch automation";
4841const char kAppLaunchAutomationDescription[] =
4842 "Allows groups of apps to be launched.";
4843
Ryo Hashimoto8f4b30ced2019-04-08 12:14:194844const char kArcCustomTabsExperimentName[] =
4845 "Enable Custom Tabs experiment for ARC";
4846const char kArcCustomTabsExperimentDescription[] =
4847 "Allow Android apps to use Custom Tabs."
4848 "This feature only works on the Canary and Dev channels.";
4849
Alexander Bolodurin4e0a465c2021-03-31 23:14:034850const char kArcDocumentsProviderUnknownSizeName[] =
4851 "Enable ARC DocumentsProvider unknown file size handling";
4852const char kArcDocumentsProviderUnknownSizeDescription[] =
4853 "Allow opening DocumentsProvider files where size is not reported.";
4854
Satoshi Niwa8b1d5282018-10-24 04:53:034855const char kArcFilePickerExperimentName[] =
4856 "Enable file picker experiment for ARC";
4857const char kArcFilePickerExperimentDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354858 "Enables using ChromeOS file picker in ARC.";
Satoshi Niwa8b1d5282018-10-24 04:53:034859
Shengsong Tan61924b62022-09-13 03:05:114860extern const char kArcFixupWindowName[] =
4861 "Enable ARC Ghost Window for ARC App fixup";
4862extern const char kArcFixupWindowDescription[] =
4863 "Popup ARC Ghost Window app launching before fixup finishes.";
4864
Shengsong Tan3cdcea242022-10-27 06:32:594865extern const char kArcGhostWindowNewStyleName[] =
4866 "Enable new UI for ARC Ghost Window";
4867extern const char kArcGhostWindowNewStyleDescription[] =
4868 "Allow use new UI for ARC Ghost Window if corresponding launch source "
4869 "request it.";
4870
Rachel Wongec3b8c42022-07-08 03:11:224871const char kArcGameModeName[] = "Enable Game Mode for ARC";
Matthew DeVoreb8bdedd2022-06-28 15:17:464872const char kArcGameModeDescription[] =
4873 "ARC Fullscreen Games will request accomodation from ChromeOS for "
4874 "sustained performance.";
4875
Charles William Dicka0a0f972023-01-27 02:12:324876const char kArcIdleManagerName[] = "Enable ARC Idle Manager";
4877const char kArcIdleManagerDescription[] =
4878 "ARC will turn on Android's doze mode when idle.";
4879
Shengsong Tan6cb88592022-11-09 01:57:354880extern const char kArcInstantResponseWindowOpenName[] =
4881 "Enable Instance Response for ARC app window open";
4882extern const char kArcInstantResponseWindowOpenDescription[] =
4883 "In some devices the placeholder window will popup immediately after the "
4884 "user attempts to launch apps.";
4885
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374886const char kArcKeyboardShortcutHelperIntegrationName[] =
4887 "Enable keyboard shortcut helper integration for ARC";
4888const char kArcKeyboardShortcutHelperIntegrationDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354889 "Shows keyboard shortcuts from Android apps in ChromeOS Shortcut Viewer";
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374890
Lev Rumyantsev6eddc802019-08-27 19:41:214891const char kArcNativeBridgeToggleName[] =
4892 "Toggle between native bridge implementations for ARC";
4893const char kArcNativeBridgeToggleDescription[] =
4894 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:514895
Tim Sergeantb2f5dc02022-09-14 08:07:174896const char kArcNearbyShareFuseBoxName[] = "ARC Nearby Sharing through FuseBox";
4897const char kArcNearbyShareFuseBoxDescription[] =
4898 "When enabled, files shared through ARC Nearby Sharing will be shared "
4899 "through the ChromeOS FuseBox Service.";
4900
Yusuke Sato4717d1782021-03-12 23:27:174901const char kArcRtVcpuDualCoreName[] =
4902 "Enable ARC real time vcpu on a device with 2 logical cores online.";
4903const char kArcRtVcpuDualCoreDesc[] =
4904 "Enable ARC real time vcpu on a device with 2 logical cores online to "
4905 "reduce media playback glitch.";
4906
4907const char kArcRtVcpuQuadCoreName[] =
4908 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
4909const char kArcRtVcpuQuadCoreDesc[] =
4910 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
4911 "reduce media playback glitch.";
4912
Yao Li8f4568b12023-02-15 19:59:454913const char kArcSwitchToKeyMintOnTName[] = "Switch to KeyMint on ARC-T.";
4914const char kArcSwitchToKeyMintOnTDesc[] =
4915 "Switch from Keymaster to KeyMint on ARC-T.";
4916
lgchengcda295dce2023-02-22 02:38:314917const char kArcSyncInstallPriorityName[] =
4918 "Enable supporting install priority for synced ARC apps.";
4919const char kArcSyncInstallPriorityDescription[] =
4920 "Enable supporting install priority for synced ARC apps. Pass install "
4921 "priority to Play instead of using default install priority specified "
4922 "in Play";
4923
Toshiki Kikuchi00337ca2022-10-28 02:44:394924const char kArcUpdateO4CListViaA2C2Name[] = "Update the O4C list via A2C2";
4925const char kArcUpdateO4CListViaA2C2Desc[] =
4926 "When enabled, the O4C list is allowed to be updated via A2C2.";
4927
Shengsong Tan19da8d102023-02-02 13:29:534928const char kArcVmmSwapName[] = "Vmm swap support for ARCVM";
4929const char kArcVmmSwapDesc[] =
4930 "When enabled, the ARCVM will be launched with vmm swap feature.";
4931
Shengsong Tan4cc02572023-02-06 05:25:244932const char kArcVmmSwapKBShortcutName[] =
4933 "Keyboard shortcut trigger for ARCVM"
4934 " vmm swap feature";
4935const char kArcVmmSwapKBShortcutDesc[] =
4936 "Alt + Ctrl + Shift + O/P to enable / disable ARCVM vmm swap. Only for "
4937 "experimental usage.";
4938
Pattara Teerapong425077a2023-01-12 15:21:404939const char kArcEnableAAudioMMAPName[] = "Enable ARCVM AAudio MMAP";
4940const char kArcEnableAAudioMMAPDescription[] =
4941 "Enable AAudio MMAP support for ARCVM which provides low latency audio "
4942 "for supported apps.";
4943
Mustafa Camurcu32cfc592021-02-10 19:00:404944const char kArcEnableUsapName[] =
4945 "Enable ARC Unspecialized Application Processes";
4946const char kArcEnableUsapDesc[] =
4947 "Enable ARC Unspecialized Application Processes when applicable for "
4948 "high-memory devices.";
4949
Satoshi Niwa4e1c9962022-03-01 00:23:574950const char kArcEnableVirtioBlkForDataName[] =
4951 "Enable virtio-blk for ARCVM /data";
4952const char kArcEnableVirtioBlkForDataDesc[] =
4953 "If enabled, ARCVM uses virtio-blk for /data in Android storage.";
4954
Andrew Moylan2db11cd2019-05-22 14:25:154955const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
4956const char kAshEnableUnifiedDesktopDescription[] =
4957 "Enable unified desktop mode which allows a window to span multiple "
4958 "displays.";
4959
Hung-Hsien Chen30af66752023-02-24 02:55:264960const char kAudioAPNoiseCancellationName[] = "Audio noise cancellation on AP";
4961const char kAudioAPNoiseCancellationDescription[] =
4962 "Enable noise cancellation on AP";
4963
Li-Yu Yu7610f0082023-01-04 08:36:294964const char kAudioFlexibleLoopbackName[] =
4965 "ChromeOS flexible loopback API support";
4966const char kAudioFlexibleLoopbackDescription[] =
4967 "Enable flexible loopback API support in ChromeOS.";
4968
Chih-Yang Hsia540cf372022-08-04 08:10:224969const char kAudioHFPMicSRName[] =
4970 "Audio super-resolution Bluetooth HFP microphone";
4971const char kAudioHFPMicSRDescription[] =
4972 "Enable super-resolution Bluetooth HFP microphone recording.";
4973
Pin-chih Linf52f4602023-03-06 04:01:314974const char kAudioHFPOffloadName[] =
4975 "Audio Bluetooth HFP offloaded to DSP if supported";
4976const char kAudioHFPOffloadDescription[] =
4977 "While enabled, HFP Audio data is transmitted via the offloaded path "
4978 "in DSP if supported by device.";
4979
Owen Zhangbbb45a5c2022-05-24 01:38:044980const char kAudioSettingsPageName[] = "Audio Settings Page";
4981const char kAudioSettingsPageDescription[] =
4982 "Enables the dedicated Audio Settings Page in system settings, which "
4983 "allows for greater audio configuration.";
4984
En-Shuo Hsu23db6bc2021-08-26 15:07:234985const char kAudioUrlName[] = "Enable chrome://audio";
4986const char kAudioUrlDescription[] =
4987 "Enable chrome://audio that is designed for debugging ChromeOS audio "
4988 "issues";
4989
Ren-Pei Zeng61605a52021-12-06 13:07:484990const char kAutoFramingOverrideName[] = "Auto-framing control override";
4991const char kAutoFramingOverrideDescription[] =
4992 "Overrides the default to forcibly enable or disable the auto-framing "
4993 "feature";
4994
Yulun Wufad53772022-06-22 22:56:354995const char kAutocompleteExtendedSuggestionsName[] =
4996 "Extended suggestions for CrOS autocomplete";
4997const char kAutocompleteExtendedSuggestionsDescription[] =
4998 "Enables extended autocomplete suggestions experiment on ChromeOS.";
4999
Curtis McMullanf1351802022-12-02 05:23:025000const char kAutocorrectByDefaultName[] = "CrOS autocorrect by default";
5001const char kAutocorrectByDefaultDescription[] =
5002 "Enables autocorrect by default experiment on ChromeOS";
5003
Bao-Duy Tran395c169c72022-02-14 06:57:345004const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning";
5005const char kAutocorrectParamsTuningDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355006 "Enables params tuning experiment for autocorrect on ChromeOS.";
Bao-Duy Tran395c169c72022-02-14 06:57:345007
Zac Partridgeefc2ec02022-11-21 06:28:455008const char kAutocorrectToggleName[] = "CrOS autocorrect toggle";
5009const char kAutocorrectToggleDescription[] =
5010 "Enables using a toggle for enabling autocorrect on ChromeOS.";
5011
Yue Li1c3496412022-08-10 23:37:145012const char kAvatarsCloudMigrationName[] =
5013 "Loading CrOS avatar images from the cloud";
5014const char kAvatarsCloudMigrationDescription[] =
5015 "Enables loading avatar images from the cloud on ChromeOS.";
5016
Michael Sun1b15a302020-04-07 02:57:295017const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
5018const char kBluetoothFixA2dpPacketSizeDescription[] =
5019 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
5020 "audio quality and may fix audio stutter.";
5021
Joseph Hwangc0c68e62022-08-12 16:52:165022const char kBluetoothQualityReportName[] = "Bluetooth Quality Report";
5023const char kBluetoothQualityReportDescription[] =
5024 "Enables the Bluetooth Quality Report feature on Bluetooth controllers "
5025 "which will send the Bluetooth link quality statistics such as the "
5026 "signal strength, the lost packet count, etc. to the host.";
5027
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345028const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
5029const char kBluetoothWbsDogfoodDescription[] =
5030 "Enables Bluetooth wideband speech mic as default audio option. "
5031 "Note that flipping this flag makes no difference on most of the "
Richard Chuia9ed7be12022-04-13 21:30:355032 "ChromeOS models, because Bluetooth WBS is either unsupported "
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345033 "or fully launched. Only on the few models that Bluetooth WBS is "
5034 "still stablizing this flag will take effect.";
5035
Manish Mandlikdd93b612022-08-12 01:08:195036const char kBluetoothCoredumpName[] = "Enable Bluetooth Device Coredump";
5037const char kBluetoothCoredumpDescription[] =
5038 "Enable Bluetooth coredump collection if supported. Please note that "
5039 "coredumps are only collected when hardware exceptions occur and are "
5040 "used for debugging such exceptions.";
5041
Manish Mandlik05533f12023-03-16 00:31:075042const char kBluetoothFlossCoredumpName[] =
5043 "Enable Bluetooth Device Coredump for Floss";
5044const char kBluetoothFlossCoredumpDescription[] =
5045 "Enable Bluetooth coredump collection if supported. Please note that "
5046 "coredumps are only collected when hardware exceptions occur and are "
5047 "used for debugging such exceptions.";
5048
mingxuanshia43a7ce2022-08-25 07:46:365049const char kRobustAudioDeviceSelectLogicName[] =
5050 "Robust Audio Device Select Logic";
5051const char kRobustAudioDeviceSelectLogicDescription[] =
5052 "A more robust logic for automatic audio device selection which is more "
5053 "capable of remembering the user's preferences of audio devices.";
5054
Sonny Sasaka94725212021-12-17 01:37:305055const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ";
5056const char kBluetoothUseFlossDescription[] =
5057 "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) "
5058 "instead of Bluez. This is meant to be used by developers and is not "
5059 "guaranteed to be stable";
5060
Zhengping Jiang706c2272022-07-13 05:50:345061const char kBluetoothUseLLPrivacyName[] = "Enable LL Privacy in BlueZ";
5062const char kBluetoothUseLLPrivacyDescription[] =
5063 "Enable address resolution offloading to Bluetooth Controller if "
5064 "supported. Modifying this flag will cause Bluetooth Controller to reset.";
5065
Sam Cackett2891ad82022-12-08 19:45:555066const char kCalendarJellyName[] = "Enable Calendar Jelly features";
5067const char kCalendarJellyDescription[] =
5068 "Enables Jelly changes for the sys tray Calendar views.";
5069
Michele Fanb0c93e42023-01-03 16:08:005070const char kCaptureModeDemoToolsName[] =
5071 "Enable demo tools feature in screen capture";
5072const char kCaptureModeDemoToolsDescription[] =
5073 "Enables the ability to show clicks and keys during video recordings to "
5074 "enhance demo experience.";
5075
Ahmed Fakhrye1072c12023-02-27 20:58:495076const char kCaptureModeGifRecordingName[] =
5077 "Enable GIF recording in screen capture";
5078const char kCaptureModeGifRecordingDescription[] =
5079 "Enables the ability to record the screen into animated GIFs";
5080
Ben Beckerf60ef852023-03-22 23:08:245081extern const char kDeskButtonName[] = "Desk button in shelf";
5082extern const char kDeskButtonDescription[] =
5083 "Show a desk button that provides quick access to the desk menu in the "
5084 "shelf in clamshell mode when there is more than one desk.";
5085
Daniel Anderssona34c86e2022-10-13 00:16:295086extern const char kDesks16Name[] = "Enable up to 16 virtual desks";
5087extern const char kDesks16Description[] =
5088 "When enabled, up to 16 virtual desks are allowed.";
5089
Daniel Andersson3e213ab2022-04-18 22:43:545090const char kDesksSaveAndRecallName[] = "Desks Save and Recall";
5091const char kDesksSaveAndRecallDescription[] =
5092 "Save a desk and its applications so that they can be recalled at a later "
5093 "time.";
5094
Richard Chui1b6141772022-03-04 01:28:585095const char kDesksTemplatesName[] = "Desk Templates";
Richard Chuif823bf62021-10-29 21:06:015096const char kDesksTemplatesDescription[] =
5097 "Streamline workflows by saving a group of applications and windows as a "
Richard Chui1b6141772022-03-04 01:28:585098 "launchable template in a new desk";
Richard Chuif823bf62021-10-29 21:06:015099
Andreea Costinas81bed8a2022-11-23 16:03:385100extern const char kDnsOverHttpsWithIdentifiersReuseOldPolicyName[] =
5101 "Experiment: Allows using identifiers in the DoH template URI";
5102extern const char kDnsOverHttpsWithIdentifiersReuseOldPolicyDescription[] =
5103 "Enables early testing of the DoH template URI with identifiers by "
5104 "evaluating user identifiers in the existing policy DnsOverHttpsTemplates "
5105 "and hashing them using a hardcoded salt.";
5106
Wei Lee4fe87182020-12-22 09:32:445107const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
5108const char kPreferConstantFrameRateDescription[] =
5109 "Enables this flag to prefer using constant frame rate for camera when "
5110 "streaming";
5111
Wei Lee585fa1b2022-05-15 20:26:255112const char kMoreVideoCaptureBuffersName[] = "More Video Capture Buffers";
5113const char kMoreVideoCaptureBuffersDescription[] =
5114 "This flag enables using a larger amount Chrome-allocated buffers for "
5115 "video capture. This larger amount is needed for deeper pipelines, e.g. "
5116 "sophisticated camera effects.";
5117
mojahsu3144bf32021-05-26 10:14:465118const char kForceControlFaceAeName[] = "Force control face AE";
5119const char kForceControlFaceAeDescription[] =
5120 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:115121
Jason Zhang9ec877752021-10-29 18:10:505122const char kCellularBypassESimInstallationConnectivityCheckName[] =
5123 "Bypass eSIM installation connectivity check";
5124const char kCellularBypassESimInstallationConnectivityCheckDescription[] =
5125 "Bypass the non-cellular internet connectivity check during eSIM "
5126 "installation.";
5127
Jason Zhang26cacea2022-04-04 18:55:045128const char kCellularUseSecondEuiccName[] = "Use second Euicc";
5129const char kCellularUseSecondEuiccDescription[] =
5130 "When enabled Cellular Setup and Settings UI will use the second available "
5131 "Euicc that's exposed by Hermes.";
Azeem Arshad43b191b2021-01-15 23:59:565132
Colin Kincaid0dcc3b022022-05-26 15:51:575133const char kClipboardHistoryReorderName[] =
5134 "Keep the most recently pasted item at the top of clipboard history";
5135const char kClipboardHistoryReorderDescription[] =
5136 "Enables an experimental behavior change where each time a clipboard "
5137 "history item is pasted, that item shifts to the top of the list.";
5138
Colin Kincaidfdf46612023-03-23 01:23:235139const char kClipboardHistoryLongpressName[] =
5140 "Hold Ctrl+V to paste an item from clipboard history";
5141const char kClipboardHistoryLongpressDescription[] =
5142 "Enables an experimental behavior change where long-pressing Ctrl+V shows "
5143 "the clipboard history menu. If an item is selected to paste, it replaces "
5144 "the content initially pasted by Ctrl+V.";
5145
Roman Arora595d5712021-09-24 18:06:055146const char kComponentUpdaterTestRequestName[] =
5147 "Enable the component updater check 'test-request' parameter";
5148const char kComponentUpdaterTestRequestDescription[] =
5149 "Enables the 'test-request' parameter for component updater check requests."
5150 " Overrides any other component updater check request parameters that may "
5151 "have been specified.";
5152
Yulun Wu1e355132020-02-11 20:12:225153const char kContextualNudgesName[] =
5154 "Contextual nudges for user gesture education";
5155const char kContextualNudgesDescription[] =
5156 "Enables contextual nudges, periodically showing the user a label "
5157 "explaining how to interact with a particular UI element using gestures.";
5158
Jing Wang859fb1a2020-11-27 00:26:485159const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
5160const char kCrosOnDeviceGrammarCheckDescription[] =
5161 "Enable new on-device grammar check component.";
5162
Richard Chuia9ed7be12022-04-13 21:30:355163const char kSystemExtensionsName[] = "ChromeOS System Extensions";
Christopher Lamd8708c32021-10-29 04:31:475164const char kSystemExtensionsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355165 "Enable the ChromeOS System Extension platform.";
Christopher Lamd8708c32021-10-29 04:31:475166
Giovanni Ortuño Urquidifeb77d22022-04-08 05:40:235167const char kEnableServiceWorkersForChromeUntrustedName[] =
5168 "Enable chrome-untrusted:// Service Workers";
5169const char kEnableServiceWorkersForChromeUntrustedDescription[] =
5170 "When enabled, allows chrome-untrusted:// WebUIs to use service workers.";
5171
Tyler Garrett86f698b32023-01-25 22:01:415172const char kEnterpriseReportingUIName[] =
5173 "Enable chrome://enterprise-reporting";
5174const char kEnterpriseReportingUIDescription[] =
5175 "When enabled, allows for chrome://enterprise-reporting to be visited";
5176
Fergus Dall9d0e95a2021-07-30 08:10:115177const char kCrostiniContainerInstallName[] =
5178 "Debian version for new Crostini containers";
5179const char kCrostiniContainerInstallDescription[] =
5180 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:155181
Ben Wells7238dd02019-05-02 08:20:325182const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
5183const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
5184
David Munro9fce777c2020-10-07 03:55:545185const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
5186const char kCrostiniResetLxdDbDescription[] =
5187 "Recreates the LXD database every time we launch it";
5188
Nicholas Verne6eb340a82021-10-19 05:55:385189const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers";
5190const char kCrostiniMultiContainerDescription[] =
5191 "Experimental UI for creating and managing multiple Crostini containers";
5192
Timothy Loh05b4d59f2021-11-08 05:05:525193const char kCrostiniImeSupportName[] = "Crostini IME support";
5194const char kCrostiniImeSupportDescription[] =
5195 "Experimental support for IMEs (excluding VK) on Crostini.";
5196
5197const char kCrostiniVirtualKeyboardSupportName[] =
5198 "Crostini Virtual Keyboard Support";
5199const char kCrostiniVirtualKeyboardSupportDescription[] =
5200 "Experimental support for the Virtual Keyboard on Crostini.";
5201
David Munro762bf322022-02-03 02:21:465202const char kBruschettaName[] = "Enable the third party VMs feature";
5203const char kBruschettaDescription[] =
5204 "Enables UI support for third party/generic VMs";
5205
Fergus Dalldb66df32022-08-19 02:54:445206const char kBruschettaAlphaMigrateName[] = "Migration for Bruschetta Alpha";
5207const char kBruschettaAlphaMigrateDescription[] =
5208 "Enable this flag to migrate a Bruschetta installed during the alpha. "
5209 "Requires the bruschetta flag to be enabled.";
5210
Kam Kwankajornkietbc6eb782023-03-16 04:40:085211const char kCameraAppTimeLapseName[] = "Camera App Time-lapse Recording";
5212const char kCameraAppTimeLapseDescription[] =
5213 "Enable this flag to record time-lapse video in Camera app.";
5214
Pilar Molina Lopezd5b787512020-11-19 00:21:485215const char kDisableBufferBWCompressionName[] =
5216 "Disable buffer bandwidth compression";
5217const char kDisableBufferBWCompressionDescription[] =
5218 "Disable bandwidth compression when allocating buffers";
5219
Ricky Liang8df43372020-07-09 09:41:095220const char kDisableCameraFrameRotationAtSourceName[] =
5221 "Disable camera frame rotation at source";
5222const char kDisableCameraFrameRotationAtSourceDescription[] =
5223 "Disable camera frame rotation to the upright display orientation in the "
5224 "video capture device";
5225
Thanh Nguyena4c933442019-05-11 03:43:555226const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
5227const char kDisableCancelAllTouchesDescription[] =
5228 "If enabled, a canceled touch will not force all other touches to be "
5229 "canceled.";
5230
Daniele Castagna893d822e2019-03-08 21:37:115231const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
5232const char kDisableExplicitDmaFencesDescription[] =
5233 "Always rely on implicit syncrhonization between GPU and display "
5234 "controller instead of using dma-fences explcitily when available.";
5235
Bailey Berro01f09742020-07-21 05:40:595236const char kDisplayAlignmentAssistanceName[] =
5237 "Enable Display Alignment Assistance";
5238const char kDisplayAlignmentAssistanceDescription[] =
5239 "Show indicators on shared edges of the displays when user is "
5240 "attempting to move their mouse over to another display. Show preview "
5241 "indicators when the user is moving a display in display layouts.";
5242
Harry Cutts932c80a2021-10-07 15:00:385243const char kEnableLibinputToHandleTouchpadName[] =
5244 "Enable libinput to handle touchpad.";
5245const char kEnableLibinputToHandleTouchpadDescription[] =
5246 "Use libinput instead of the gestures library to handle touchpad."
5247 "Libgesures works very well on modern devices but fails on legacy"
5248 "devices. Use libinput if an input device doesn't work or is not working"
5249 "well.";
5250
William Mahon9d1605f2022-04-22 23:54:595251const char kEnableFakeKeyboardHeuristicName[] =
5252 "Enable Fake Keyboard Heuristic";
5253const char kEnableFakeKeyboardHeuristicDescription[] =
5254 "Enable heuristic to prevent non-keyboard devices from pretending "
5255 "to be keyboards. Primarily assists in preventing the virtual keyboard "
5256 "from being disabled unintentionally.";
5257
Jon Mann8e448142021-07-29 19:31:305258const char kFastPairName[] = "Enable Fast Pair";
5259const char kFastPairDescription[] =
5260 "Enables Google Fast Pair service which uses BLE to discover supported "
Josh Graydus84ef1a372022-05-10 21:40:515261 "nearby Bluetooth devices and surfaces a notification for quick pairing.";
Jon Mann8e448142021-07-29 19:31:305262
Alex Kingsborough31acba6e2023-01-17 21:47:455263const char kFastPairHandshakeRefactorName[] =
5264 "Enable Fast Pair Handshake Refactor";
5265const char kFastPairHandshakeRefactorDescription[] =
5266 "Enables refactored handshake logic for Google Fast Pair service.";
5267
Shane Fitzpatrickea882292022-01-24 20:30:155268const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode";
5269const char kFastPairLowPowerDescription[] =
5270 "Enables Fast Pair Low Power mode, which doesn't scan for devices "
5271 "continously. This results in lower power usage, but also higher latency "
5272 "for device discovery.";
5273
Jon Mann022bd3522022-01-19 22:11:515274const char kFastPairSoftwareScanningName[] =
5275 "Enable Fast Pair Software Scanning";
5276const char kFastPairSoftwareScanningDescription[] =
5277 "Allow using Fast Pair on devices which don't support hardware offloading "
5278 "of BLE scans. For development use.";
5279
Juliet Levesqueaa230e02022-04-19 18:11:145280const char kFastPairSavedDevicesName[] = "Enable Fast Pair Saved Devices";
5281const char kFastPairSavedDevicesDescription[] =
5282 "Enables the Fast Pair \"Saved Devices\" page to display a list of the "
5283 "user's devices and provide the option to opt in or out of saving devices "
5284 "to their account.";
5285
Ashutosh Singhalab30b18e2022-06-24 15:09:275286const char kFrameSinkDesktopCapturerInCrdName[] =
5287 "Enable FrameSinkDesktopCapturer in CRD";
5288const char kFrameSinkDesktopCapturerInCrdDescription[] =
5289 "Enables the use of FrameSinkDesktopCapturer in the video streaming for "
5290 "CRD, "
5291 "replacing the use of AuraDesktopCapturer";
5292
Miguel Casas8821b0982020-07-02 12:28:495293const char kUseHDRTransferFunctionName[] =
5294 "Monitor/Display HDR transfer function";
5295const char kUseHDRTransferFunctionDescription[] =
5296 "Allows using the HDR transfer functions of any connected monitor that "
5297 "supports it";
Ahmed Fakhry4f567e692018-10-16 15:51:085298const char kDoubleTapToZoomInTabletModeName[] =
5299 "Double-tap to zoom in tablet mode";
5300const char kDoubleTapToZoomInTabletModeDescription[] =
5301 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
5302 "page.";
5303
Yulun Wub88a9202021-07-13 19:44:565304const char kQuickSettingsPWANotificationsName[] =
5305 "Enable setting of PWA notification permissions in quick settings ";
5306const char kQuickSettingsPWANotificationsDescription[] =
5307 "Replace website notification permissions with PWA notification "
5308 "permissions in the quick settings menu. Website notification permissions "
5309 "settings will be migrated to the lacros - chrome browser.";
5310
Travis Lane636a4ac2022-05-24 16:28:555311const char kDriveFsChromeNetworkingName[] =
5312 "Enable the DriveFS / Chrome Network Service bridge";
5313const char kDriveFsChromeNetworkingDescription[] =
5314 "Enable the bridge bewteen DriveFS and the Chrome Network Service for "
5315 "communication with the Drive backend.";
5316
Cassie Wang0a701fa2022-11-09 01:19:045317const char kEnableArcHostVpnName[] =
5318 "Enable ArcHostVpn for builtin VPN clients";
5319const char kEnableArcHostVpnDescription[] =
5320 "When a builtin VPN client is started, also start the ArcHostVpn service "
5321 "to reflect the builtin VPN config and VPN network inside ARC.";
5322
Alex Newcomere5a362c2019-05-02 19:31:355323const char kEnableBackgroundBlurName[] = "Enable background blur.";
5324const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:285325 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:355326
Garrick Evanse6f9f252023-01-19 05:43:085327const char kDisableDnsProxyName[] = "Disable DNS proxy service for ChromeOS";
5328const char kDisableDnsProxyDescription[] =
5329 "Turns off DNS proxying and SecureDNS for ChromeOS (only). Does not impact "
5330 "Chrome browser.";
5331
Jason Jeremy Iman516f0722023-03-03 02:15:455332const char kPasspointARCSupportName[] = "Enable Passpoint ARC support";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045333const char kPasspointARCSupportDescription[] =
Jason Jeremy Iman516f0722023-03-03 02:15:455334 "Feature to allow Android apps (running on ARC) to provision WiFi networks "
5335 "through Passpoint.";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045336
Gil Dekel43a14582022-12-02 05:50:285337const char kEnableEdidBasedDisplayIdsName[] = "Enable EDID-based display IDs";
5338const char kEnableEdidBasedDisplayIdsDescription[] =
5339 "When enabled, a display's ID will be produced by hashing certain values "
5340 "in the display's EDID blob. EDID-based display IDs allow ChromeOS to "
5341 "consistently identify previously connected displays, regardless of the "
5342 "physical port they were connected to, and load user display layouts more "
5343 "accurately.";
5344
Harry Cutts6deecd82022-04-08 01:30:235345const char kEnableExternalKeyboardsInDiagnosticsAppName[] =
5346 "Enable external keyboards in the Diagnostics App";
5347const char kEnableExternalKeyboardsInDiagnosticsAppDescription[] =
5348 "Shows external keyboards in the Diagnostics App's input section. Requires "
5349 "#enable-input-in-diagnostics-app to be enabled.";
5350
xiangdong kong7348a6562023-02-15 18:10:055351const char kEnableGetDebugdLogsInParallelName[] =
5352 "Enable getting debug daemon logs in parallel for feedback";
5353const char kEnableGetDebugdLogsInParallelDescription[] =
5354 "When enabled, the feedback app will use a new debug daemon method to get "
5355 "logs. The method collects different pieces of logs in parallel.";
5356
James Hawkinsa9fefa8d2020-10-08 00:24:035357const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
5358const char kEnableHostnameSettingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355359 "Enables the ability to set the ChromeOS hostname, the name of the device "
James Hawkinsa9fefa8d2020-10-08 00:24:035360 "that is exposed to the local network";
5361
Harry Cuttscfe6d934f2019-06-05 21:45:555362const char kEnableGesturePropertiesDBusServiceName[] =
5363 "Enable gesture properties D-Bus service";
5364const char kEnableGesturePropertiesDBusServiceDescription[] =
5365 "Enable a D-Bus service for accessing gesture properties, which are used "
5366 "to configure input devices.";
5367
Xiaohui Chenf4283f32018-11-26 20:02:505368const char kEnableGoogleAssistantDspName[] =
5369 "Enable Google Assistant with hardware-based hotword";
5370const char kEnableGoogleAssistantDspDescription[] =
5371 "Enable an experimental feature that uses hardware-based hotword detection "
5372 "for Assistant. Only a limited number of devices have this type of "
5373 "hardware support.";
5374
Xiaohui Chenc3baca42018-11-30 19:29:375375const char kEnableGoogleAssistantStereoInputName[] =
5376 "Enable Google Assistant with stereo audio input";
5377const char kEnableGoogleAssistantStereoInputDescription[] =
5378 "Enable an experimental feature that uses stereo audio input for hotword "
5379 "and voice to text detection in Google Assistant.";
5380
Xiaohui Chen3f3a5bf12019-09-28 00:29:455381const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
5382const char kEnableGoogleAssistantAecDescription[] =
5383 "Enable an experimental feature that removes local feedback from audio "
5384 "input to help hotword and ASR when background audio is playing.";
5385
Harry Cutts8b445de2021-06-10 02:25:555386const char kEnableInputEventLoggingName[] = "Enable input event logging";
5387const char kEnableInputEventLoggingDescription[] =
5388 "Enable detailed logging of input events from touchscreens, touchpads, and "
5389 "mice. These events include the locations of all touches as well as "
5390 "relative pointer movements, and so may disclose sensitive data. They "
5391 "will be included in feedback reports and system logs, so DO NOT ENTER "
5392 "SENSITIVE INFORMATION with this flag enabled.";
5393
Harry Cuttsf74356712021-05-14 02:13:385394const char kEnableInputInDiagnosticsAppName[] =
5395 "Enable input device cards in the Diagnostics App";
5396const char kEnableInputInDiagnosticsAppDescription[] =
5397 "Enable input device cards in the Diagnostics App";
5398
Roger Tinkoff6c1bed22022-01-07 14:52:015399const char kEnableKeyboardBacklightToggleName[] =
5400 "Enable Keyboard Backlight Toggle.";
5401const char kEnableKeyboardBacklightToggleDescription[] =
5402 "Enable toggling of the keyboard backlight. By "
5403 "default, this flag is enabled.";
5404
Ashley Prasad6fb42c2e2022-03-21 16:07:075405const char kEnableLogControllerForDiagnosticsAppName[] =
5406 "Enable DiagnosticsLogController for Diagnostics App";
5407const char kEnableLogControllerForDiagnosticsAppDescription[] =
5408 "Uses DiagnosticsLogController to manage the lifetime of Diagnostics App "
5409 "logs. Enables creation of combined diagnostics log after Diagnostics "
5410 "App is closed.";
5411
alanlxl43ddc2082022-02-01 00:24:165412const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold";
5413const char kEnableNeuralPalmAdaptiveHoldDescription[] =
5414 "Enable adaptive hold in palm rejection. Not compatible with all devices.";
5415
Rob Schonbergerc258473f2019-11-08 05:09:355416const char kEnableNeuralStylusPalmRejectionName[] =
5417 "Enable Neural Palm Detection";
5418const char kEnableNeuralStylusPalmRejectionDescription[] =
5419 "Experimental: Enable Neural Palm detection. Not compatible with all "
5420 "devices.";
5421
Xiangdong Kongec5a0772021-05-03 21:53:015422const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
5423const char kEnableOsFeedbackDescription[] =
5424 "Enable the feedback tool with new UX design that helps users mitigate "
5425 "the issues while writing feedback and makes the UI easier to use.";
5426
Mitsuru Oshimadaf54572020-04-07 14:47:595427const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
5428const char kEnableNewShortcutMappingDescription[] =
5429 "Enables experimental new shortcut mapping";
5430
Rob Schonbergere0a8e3c2020-04-21 03:04:395431const char kEnablePalmSuppressionName[] =
5432 "Enable Palm Suppression with Stylus.";
5433const char kEnablePalmSuppressionDescription[] =
5434 "If enabled, suppresses touch when a stylus is on a touchscreen.";
5435
Catherine Zhang9df0c472023-03-09 07:33:215436const char kEnableEdgeDetectionName[] = "Enable Edge Detection.";
5437const char kEnableEdgeDetectionDescription[] =
5438 "If enabled, suppresses edge touch based on sensors' info.";
5439
Daniel Andersson3a71e982022-11-17 02:34:075440const char kEnablePerDeskZOrderName[] =
5441 "Enable per-desk Z-order for all-desk windows.";
5442const char kEnablePerDeskZOrderDescription[] =
5443 "The Z-order of all-desk windows is maintained on a per-desk basis. This "
5444 "means that all-desk windows will not keep popping to the front when "
5445 "switching desks.";
5446
Drew Davenportef725712022-07-13 21:05:085447const char kEnableSeamlessRefreshRateSwitchingName[] =
5448 "Seamless Refresh Rate Switching";
5449const char kEnableSeamlessRefreshRateSwitchingDescription[] =
5450 "This option enables seamlessly changing the refresh rate based on power "
5451 "state on devices with supported hardware and drivers.";
5452
Harry Cuttsbc6941802022-04-07 22:57:475453const char kEnableTouchpadsInDiagnosticsAppName[] =
5454 "Enable touchpad cards in the Diagnostics App";
5455const char kEnableTouchpadsInDiagnosticsAppDescription[] =
5456 "Shows touchpad cards in the Diagnostics App's input section. Requires "
5457 "#enable-input-in-diagnostics-app to be enabled.";
5458
5459const char kEnableTouchscreensInDiagnosticsAppName[] =
5460 "Enable touchscreen cards in the Diagnostics App";
5461const char kEnableTouchscreensInDiagnosticsAppDescription[] =
5462 "Shows touchscreen cards in the Diagnostics App's input section. Requires "
5463 "#enable-input-in-diagnostics-app to be enabled.";
5464
Brian Geffon297843f2022-06-27 16:33:435465const char kEnableZramWriteback[] = "Enable Zram Writeback";
5466const char kEnableZramWritebackDescription[] =
5467 "If enabled zram swap will be able to write back to disk increasing "
5468 "overall swap capacity";
5469
Andrew Wolfersa051f742022-03-03 21:08:225470const char kEnableVariableRefreshRateName[] = "Enable Variable Refresh Rate";
5471const char kEnableVariableRefreshRateDescription[] =
5472 "Enable the variable refresh rate (Adaptive Sync) setting for capable "
5473 "displays.";
5474
Nathan Mugglief8711802022-11-03 18:16:275475const char kEnableViewPpdName[] = "Enable View PPD link.";
5476const char kEnableViewPpdDescription[] =
5477 "Enable View PPD link in the edit printer dialog allowing the "
5478 "user to request to view the PPD for a specific printer.";
5479
Kyle Horimoto2d3b6b42022-05-13 02:12:165480const char kEapGtcWifiAuthenticationName[] = "EAP-GTC WiFi Authentication";
5481const char kEapGtcWifiAuthenticationDescription[] =
5482 "Allows configuration of WiFi networks using EAP-GTC authentication";
5483
whalechangf06b6ea72022-08-26 01:13:115484const char kAudioPeripheralVolumeGranularityName[] =
5485 "Audio Peripheral Volume Granularity";
5486const char kAudioPeripheralVolumeGranularityDescription[] =
5487 "Change audio peripheral volume granularity as close as peripheral "
5488 "reported. "
5489 "If the reported volume granularity are too small or too big. use 25 steps "
5490 "instead.";
5491
Abbas Nayebi6263f192022-05-13 21:10:415492const char kEcheSWAName[] = "Enable Eche feature";
5493const char kEcheSWADescription[] = "This is the main flag for enabling Eche.";
paulzhchen26343e92021-02-09 05:43:055494
Jon Manndf97fa52022-11-28 23:01:165495const char kEcheLauncherName[] = "Enable the Eche launcher";
5496const char kEcheLauncherDescription[] =
5497 "Enables the launcher for all apps for Eche.";
5498
Pu Shi93793432022-12-20 20:34:575499const char kEcheLauncherListViewName[] = "Enable Eche launcher list view";
5500const char kEcheLauncherListViewDescription[] =
5501 "Convert Eche launcher from grid view to list view";
5502
Joe Antonettib56b8202023-01-18 20:42:085503const char kEcheLauncherIconsInMoreAppsButtonName[] =
5504 "Enable app icons in the Eche launcher more apps button";
5505const char kEcheLauncherIconsInMoreAppsButtonDescription[] =
5506 "Show app icons in the Eche launcher more apps button";
5507
Crisrael Lucero264086d2023-03-07 02:30:065508const char kEcheNetworkConnectionStateName[] =
5509 "Enable loading and error states for Eche.";
5510const char kEcheNetworkConnectionStateDescription[] =
5511 "Shows loading and error states in Phone Hub's recent apps section based "
5512 "on the connection state with the Phone.";
5513
paulzhchenfac28192021-10-08 08:14:185514const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode";
Abbas Nayebi6263f192022-05-13 21:10:415515const char kEcheSWADebugModeDescription[] =
paulzhchen7c5907f52022-09-03 17:46:485516 "Save console logs of Eche in the system log";
5517
5518const char kEcheSWAMeasureLatencyName[] = "Measure Eche E2E Latency";
5519const char kEcheSWAMeasureLatencyDescription[] =
5520 "Measure Eche E2E Latency and print all E2E latency logs of Eche in "
5521 "Console";
paulzhchenfac28192021-10-08 08:14:185522
mavishsuc3dcafaac2022-09-28 06:27:425523const char kEcheSWASendStartSignalingName[] =
5524 "Enable Eche Send Start Signaling";
5525const char kEcheSWASendStartSignalingDescription[] =
5526 "Allows sending start signaling action to establish Eche's WebRTC "
5527 "connection";
5528
mavishsu1ebe64a2022-09-29 12:52:245529const char kEcheSWADisableStunServerName[] = "Disable Eche STUN server";
5530const char kEcheSWADisableStunServerDescription[] =
5531 "Allows disabling the stun servers when establishing a WebRTC connection "
5532 "to Eche";
5533
Denalex Orakwue44a47a42022-12-07 08:56:085534const char kEcheSWACheckAndroidNetworkInfoName[] = "Check Android network info";
5535const char kEcheSWACheckAndroidNetworkInfoDescription[] =
5536 "Allows CrOS to analyze Android network information to provide more "
5537 "context on connection errors";
5538
Denalex Orakwuef2ea70a2023-02-22 20:48:265539const char kEcheSWAProcessAndroidAccessibilityTreeName[] =
5540 "Process Android Application Accessibility Tree";
5541const char kEcheSWAProcessAndroidAccessibilityTreeDescription[] =
5542 "Allows CrOS to process the Android accessibility tree information of the "
5543 "currently streaming app.";
5544
andrewxu6396d652023-02-20 17:58:545545const char kEnableNotificationImageDragName[] =
5546 "Enable notification image drag";
5547const char kEnableNotificationImageDragDescription[] =
5548 "Enable users to drag the image shown on the notification and drop it to "
5549 "directly paste or share";
5550
Pranav Batra96b8eba2021-07-02 21:17:215551const char kEnableOAuthIppName[] =
5552 "Enable OAuth when printing via the IPP protocol";
5553const char kEnableOAuthIppDescription[] =
5554 "Enable OAuth when printing via the IPP protocol";
5555
Jenny Zhang0c298e42022-01-12 03:09:265556const char kEnforceAshExtensionKeeplistName[] =
5557 "Enforce Ash extension keeplist";
5558const char kEnforceAshExtensionKeeplistDescription[] =
5559 "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on"
5560 " the keeplist are enabled in Ash.";
5561
Matthew Mourgos6f663a42023-03-14 20:58:085562const char kEolResetDismissedPrefsName[] =
5563 "Reset end of life notification prefs";
5564const char kEolResetDismissedPrefsDescription[] =
5565 "Reset the end of life notification prefs to their default value, at the "
5566 "start of the user session. This is meant to make manual testing easier.";
5567
Matthew Mourgos0f79f502023-03-17 21:22:405568const char kEolIncentiveName[] = "Enable end of life incentives";
5569const char kEolIncentiveDescription[] =
5570 "Allows end of life incentives to be shown within the system ui.";
5571
Hidehiko Abe826511f2023-03-24 06:58:435572const char kExoConsumedByImeByFlagName[] =
5573 "Use the consumed bit from IME in exo";
5574const char kExoConsumedByImeByFlagDescription[] =
5575 "To see whether a key event is consumed or not, this let exo to use a bit"
5576 " from IME directly, instead of using heuristics based on key code etc.";
5577
Prabir Pradhan67677e82020-09-11 18:26:525578const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
5579const char kExoGamepadVibrationDescription[] =
5580 "Allow Exo clients like Android to request vibration events for gamepads "
5581 "that support it.";
5582
Nicholas Hollingum4cbff262020-09-08 04:02:155583const char kExoOrdinalMotionName[] =
5584 "Raw (unaccelerated) motion for Linux applications";
5585const char kExoOrdinalMotionDescription[] =
5586 "Send unaccelerated values as raw motion events to linux applications.";
5587
Jeeva Murugan0c7d43a82022-11-07 01:10:275588const char kExperimentalAccessibilityDictationContextCheckingName[] =
5589 "Experimental accessibility dictation using context checking.";
5590const char kExperimentalAccessibilityDictationContextCheckingDescription[] =
5591 "Enables experimental dictation context checking.";
5592
Josiah Kcb91cd12022-03-22 19:27:065593const char kExperimentalAccessibilityGoogleTtsLanguagePacksName[] =
5594 "Experimental accessibility Google TTS Langauge Packs.";
5595const char kExperimentalAccessibilityGoogleTtsLanguagePacksDescription[] =
5596 "Enables downloading Google TTS voices using Langauge Packs.";
5597
Rose Garcia26e2ae32019-06-25 00:57:545598const char kExperimentalAccessibilitySwitchAccessTextName[] =
5599 "Enable enhanced Switch Access text input.";
5600const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
5601 "Enable experimental or in-progress Switch Access features for improved "
5602 "text input";
5603
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:115604const char kExposeOutOfProcessVideoDecodingToLacrosName[] =
5605 "Expose out-of-process video decoding (OOP-VD) to LaCrOS.";
5606const char kExposeOutOfProcessVideoDecodingToLacrosDescription[] =
5607 "Accept media.stable.mojom.StableVideoDecoderFactory connection requests "
5608 "from LaCrOS and host said factories in utility processes.";
5609
Steffen Secklerc95470d2022-08-12 07:26:005610const char kFileTransferEnterpriseConnectorName[] =
5611 "Enable Files Transfer Enterprise Connector.";
5612const char kFileTransferEnterpriseConnectorDescription[] =
5613 "Enable the File Transfer Enterprise Connector.";
5614
Luciano Pachecoa2f314ee2022-06-02 14:22:145615const char kFilesAppExperimentalName[] =
5616 "Experimental UI features for Files app";
5617const char kFilesAppExperimentalDescription[] =
5618 "Enable experimental UI features for Files app. Experimental features are "
5619 "expected to be non functional to end users.";
5620
Noel Gordon5c5a49e62023-01-16 06:14:005621const char kFilesConflictDialogName[] = "Files app conflict dialog";
5622const char kFilesConflictDialogDescription[] =
5623 "When enabled, the conflict dialog will be shown during file transfers "
5624 "if a file entry in the transfer exists at the destination.";
5625
Ben Reich2caaccf2023-02-06 23:17:505626const char kFilesDriveShortcutsName[] = "Files app Google Drive shortcut icons";
5627const char kFilesDriveShortcutsDescription[] =
5628 "When enabled, shows an icon for files in Google Drive that are shortcuts";
5629
Alex Danilo22b6b9c2021-11-18 06:44:445630const char kFilesExtractArchiveName[] = "Extract archive in Files app";
5631const char kFilesExtractArchiveDescription[] =
5632 "Enable the simplified archive extraction feature in Files app";
5633
Marcello Salomaodd0e6de2022-09-14 00:28:475634const char kFilesInlineSyncStatusName[] =
5635 "Enable inline sync status in Files app.";
5636const char kFilesInlineSyncStatusDescription[] =
5637 "Enable displaying the sync status of each file next to its name in Files "
5638 "app.";
5639
Bo Majewski24757cb2022-09-20 06:42:185640const char kFilesSearchV2Name[] = "V2 generation of file search.";
5641const char kFilesSearchV2Description[] = "Enable V2 generation of file search.";
5642
Omid Tourzanbf2a0dcf2020-09-10 08:53:555643const char kFilesSinglePartitionFormatName[] =
5644 "Enable Partitioning of Removable Disks.";
5645const char kFilesSinglePartitionFormatDescription[] =
5646 "Enable partitioning of removable disks into single partition.";
5647
Joel Hockeya4865f1f2020-10-09 00:41:275648const char kFilesTrashName[] = "Enable Files Trash.";
5649const char kFilesTrashDescription[] =
5650 "Enable trash for My files volume in Files App.";
5651
Joel Hockey487b679b2023-03-15 04:10:295652const char kFilesTrashDriveName[] = "Enable Files Trash for Drive.";
5653const char kFilesTrashDriveDescription[] =
5654 "Enable trash for Drive volume in Files App.";
5655
Ricky Liang3bd2754b52020-10-07 02:50:325656const char kForceSpectreVariant2MitigationName[] =
5657 "Force Spectre variant 2 mitigagtion";
5658const char kForceSpectreVariant2MitigationDescription[] =
5659 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
5660 "override #spectre-variant2-mitigation and any system-level setting that "
5661 "disables Spectre variant 2 mitigation.";
5662
jhtinc1f43aa2022-11-10 03:27:045663const char kFirstPartyVietnameseInputName[] =
5664 "First party Vietnamese Input Method";
5665const char kFirstPartyVietnameseInputDescription[] =
5666 "Use first party input method for Vietnamese VNI and Telex";
5667
Daniel Anderssona36c4bc2021-06-04 22:09:435668const char kFocusFollowsCursorName[] = "Focus follows cursor";
5669const char kFocusFollowsCursorDescription[] =
5670 "Enable window focusing by moving the cursor.";
5671
Cassy Chun-Crogan26d8e142023-01-25 02:00:535672const char kForceReSyncDriveName[] = "Force resync drive";
5673const char kForceReSyncDriveDescription[] =
5674 "Enable Drive to forcibly resync office files.";
5675
yjliu8f78e8b2020-07-22 20:51:215676const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
5677const char kFrameThrottleFpsDescription[] =
5678 "Set the throttle fps for compositor frame submission.";
5679const char kFrameThrottleFpsDefault[] = "Default";
5680const char kFrameThrottleFps5[] = "5 fps";
5681const char kFrameThrottleFps10[] = "10 fps";
5682const char kFrameThrottleFps15[] = "15 fps";
5683const char kFrameThrottleFps20[] = "20 fps";
5684const char kFrameThrottleFps25[] = "25 fps";
5685const char kFrameThrottleFps30[] = "30 fps";
5686
Nancy Wangea75f7f2021-12-29 05:11:365687const char kFullRestoreForLacrosName[] = "Full restore lacros support";
5688const char kFullRestoreForLacrosDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355689 "ChromeOS full restore lacros support";
Nancy Wangea75f7f2021-12-29 05:11:365690
Nigel Tao03c69032022-04-23 03:10:475691const char kFuseBoxDebugName[] = "Debugging UI for ChromeOS FuseBox service";
5692const char kFuseBoxDebugDescription[] =
5693 "Show additional debugging UI for ChromeOS FuseBox service.";
5694
Zufeng Wang9d3362eb822021-03-11 00:23:295695const char kHelpAppLauncherSearchName[] = "Help App launcher search";
5696const char kHelpAppLauncherSearchDescription[] =
5697 "Enables showing search results from the help app in the launcher.";
5698
jhtin2c8808102022-02-21 08:53:355699const char kDiacriticsOnPhysicalKeyboardLongpressName[] =
5700 "Enable diacritics and variant character selection on PK longpress.";
5701const char kDiacriticsOnPhysicalKeyboardLongpressDescription[] =
5702 "Enable diacritics and other varient character selection on physical "
5703 "keyboard longpress.";
5704
David Black6fca0bc2022-10-08 00:35:175705const char kHoldingSpacePredictabilityName[] =
5706 "Enable holding space predictability";
5707const char kHoldingSpacePredictabilityDescription[] =
5708 "Increases predictability of holding space by being ever present in the "
5709 "shelf and always reserving space for downloads and screen captures.";
5710
5711const char kHoldingSpaceRefreshName[] = "Enable holding space refresh";
5712const char kHoldingSpaceRefreshDescription[] =
5713 "Enables a refresh of holding space which better conveys the relationship "
5714 "with the Files app.";
5715
5716const char kHoldingSpaceSuggestionsName[] = "Enable holding space suggestions";
5717const char kHoldingSpaceSuggestionsDescription[] =
5718 "Enables pinned file suggestions in holding space to help the user "
5719 "understand and discover the ability to pin.";
5720
Curtis McMullana1900062021-06-28 01:13:255721const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
5722const char kImeAssistEmojiEnhancedDescription[] =
5723 "Enable enhanced assistive emoji suggestion features for native IME";
5724
Curtis McMullan35800d22020-11-26 06:45:195725const char kImeAssistMultiWordName[] =
5726 "Enable assistive multi word suggestions";
5727const char kImeAssistMultiWordDescription[] =
5728 "Enable assistive multi word suggestions for native IME";
5729
Curtis McMullan6f6526d2021-07-09 04:22:455730const char kImeAssistMultiWordExpandedName[] =
5731 "Enable expanded assistive multi word suggestions";
5732const char kImeAssistMultiWordExpandedDescription[] =
5733 "Enable expanded assistive multi word suggestions for native IME";
5734
Chuong Ho0db3d5d22023-02-27 02:18:335735const char kImeFstDecoderParamsUpdateName[] =
5736 "Enable FST Decoder parameters update";
5737const char kImeFstDecoderParamsUpdateDescription[] =
5738 "Enable updated parameters for the FST decoder.";
5739
Grey Wang8896c882022-09-02 00:21:555740const char kImeTrayHideVoiceButtonName[] =
5741 "Hides redudant voice button in IME tray";
5742const char kImeTrayHideVoiceButtonDescription[] =
5743 "Hides voice button in IME tray when mic icon is shown in the shelf";
5744
John Palmerb4e42c02022-02-11 07:25:165745const char kVirtualKeyboardNewHeaderName[] =
5746 "Enable new header for virtual keyboard";
5747const char kVirtualKeyboardNewHeaderDescription[] =
5748 "Enable new header for virtual keyboard to improve navigation.";
5749
John Palmer77ce9282021-07-15 09:23:095750const char kImeSystemEmojiPickerClipboardName[] =
5751 "System emoji picker clipboard";
5752const char kImeSystemEmojiPickerClipboardDescription[] =
5753 "Emoji picker will insert emoji into clipboard if they can't be inserted "
5754 "into a text field";
Chuong Hoa3217d52021-12-08 06:36:145755
5756const char kImeSystemEmojiPickerExtensionName[] =
5757 "System emoji picker extension";
5758const char kImeSystemEmojiPickerExtensionDescription[] =
5759 "Emoji picker extension allows users to select emoticons and symbols to "
5760 "input.";
5761
Kaiqi Liang5ddd91b2022-12-01 23:14:535762const char kImeSystemEmojiPickerGIFSupportName[] =
5763 "System emoji picker gif support";
5764const char kImeSystemEmojiPickerGIFSupportDescription[] =
5765 "Emoji picker gif support allows users to select gifs to input.";
5766
Chuong Ho7a5781832022-02-09 06:47:265767const char kImeSystemEmojiPickerSearchExtensionName[] =
5768 "System emoji picker search extension";
5769const char kImeSystemEmojiPickerSearchExtensionDescription[] =
5770 "Emoji picker search extension enhances current emoji search by "
5771 "introducing multi-word prefix search.";
5772
John Palmer90a32212021-08-03 08:49:135773const char kImeStylusHandwritingName[] = "Stylus Handwriting";
5774const char kImeStylusHandwritingDescription[] =
5775 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:095776
Curtis McMullan6011fe7f2023-02-23 01:22:205777const char kImeUsEnglishModelUpdateName[] =
5778 "Enable US English IME model update";
5779const char kImeUsEnglishModelUpdateDescription[] =
5780 "Enable updated US English IME language models for native IME";
5781
Sean Kaud5d0fc72023-01-30 19:08:265782const char kJellyColorsName[] = "Jelly Colors";
5783const char kJellyColorsDescription[] = "Enable Jelly coloring";
5784
Erik Chend7082ec2021-06-25 01:04:125785const char kLacrosAvailabilityIgnoreName[] =
5786 "Ignore lacros-availability policy";
5787const char kLacrosAvailabilityIgnoreDescription[] =
5788 "Makes the lacros-availability policy have no effect. Instead Lacros "
5789 "availability will be controlled by experiment and/or user flags.";
5790
Hidehiko Abea7217c92022-02-01 05:54:575791const char kLacrosOnlyName[] = "Lacros is the only browser";
5792const char kLacrosOnlyDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355793 "Use Lacros-chrome as the only web browser on ChromeOS. "
Hidehiko Abea7217c92022-02-01 05:54:575794 "This flag is ignored if Lacros support or primary is disabled.";
5795
Hidehiko Abe9f190d12021-03-18 12:55:205796const char kLacrosPrimaryName[] = "Lacros as the primary browser";
5797const char kLacrosPrimaryDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355798 "Use Lacros-chrome as the primary web browser on ChromeOS. "
Hidehiko Abe9f190d12021-03-18 12:55:205799 "This flag is ignored if Lacros support is disabled.";
5800
Erik Chen601a5d62020-12-07 20:05:125801const char kLacrosStabilityName[] = "Lacros stability";
Roman Arorac36aeeb92021-10-04 20:35:585802const char kLacrosStabilityDescription[] = "Lacros update channel.";
Erik Chen601a5d62020-12-07 20:05:125803
Jae Hoon Kim94e1cfd2021-05-19 20:52:525804const char kLacrosSelectionName[] = "Lacros selection";
5805const char kLacrosSelectionDescription[] =
5806 "Choosing between rootfs or stateful Lacros.";
5807
5808const char kLacrosSelectionRootfsDescription[] = "Rootfs";
5809const char kLacrosSelectionStatefulDescription[] = "Stateful";
5810
Artem Sumaneev1f3555a2023-01-30 12:48:275811const char kLacrosSelectionPolicyIgnoreName[] =
5812 "Ignore lacros-selection policy";
5813const char kLacrosSelectionPolicyIgnoreDescription[] =
5814 "Makes the lacros-selection policy have no effect. Instead Lacros "
5815 "selection will be controlled by experiment and/or user flags.";
5816
James Cook2fe5ca7b2020-10-09 02:54:175817const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:185818const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:385819 "Support for the experimental lacros-chrome browser. Please note that the "
5820 "first restart can take some time to setup lacros-chrome. Please DO NOT "
5821 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:185822
Erik Chen5d686e2a02022-11-01 23:11:315823const char kLacrosWaylandLoggingName[] = "Lacros wayland logging";
5824const char kLacrosWaylandLoggingDescription[] =
5825 "Enables wayland logging for Lacros. This generates a significant amount "
5826 "of logs on disk. Logs are cleared after two restarts.";
5827
Yuta Hijikataad794422022-04-15 17:33:125828const char kLacrosMoveProfileMigrationName[] = "Enforce profile move migration";
5829const char kLacrosMoveProfileMigrationDescription[] =
5830 "Enforce Lacros profile move migration which moves files from Ash profile "
5831 "directory to Lacros profile directory instead of copying. Please note "
5832 "that disabling Lacros and falling back to Ash after move migration is not "
5833 "supported.";
5834
Yuta Hijikata6a575d42022-01-11 04:09:075835const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration";
5836const char kLacrosProfileMigrationForceOffDescription[] =
5837 "Disables lacros profile migration. Lacros profile migration is being "
5838 "rolled out to internal users first. Once lacros profile migration becomes "
5839 "available to the user, the completion of profile migration becomes a "
5840 "requirement to use lacros i.e. if profile migration gets rolled out to "
5841 "the user and the migration fails, then lacros becomes unavailable until "
5842 "the migration is completed. By enabling this flag, even if profile "
5843 "migration is rolled out to the user, the migration will not run and the "
5844 "user can continue to use lacros without profile migration.";
5845
Rachel Wongbde90d72022-07-11 06:18:275846const char kLauncherItemSuggestName[] = "Launcher ItemSuggest";
5847const char kLauncherItemSuggestDescription[] =
5848 "Allows configuration of experiment parameters for ItemSuggest in the "
5849 "launcher.";
5850
Ahmed Fakhry039882f2020-06-16 21:56:215851const char kLimitShelfItemsToActiveDeskName[] =
5852 "Limit Shelf items to active desk";
5853const char kLimitShelfItemsToActiveDeskDescription[] =
5854 "Limits items on the shelf to the ones associated with windows on the "
5855 "active desk";
5856
Ahmed Fakhry15d707e2019-02-22 23:54:215857const char kListAllDisplayModesName[] = "List all display modes";
5858const char kListAllDisplayModesDescription[] =
5859 "Enables listing all external displays' modes in the display settings.";
5860
Gil Dekel11cbdfb2020-12-23 21:43:275861const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
5862const char kEnableHardwareMirrorModeDescription[] =
5863 "Enables hardware support when multiple displays are set to mirror mode.";
5864
Jungshik Shin1c8c4882022-09-14 05:35:265865const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS";
5866const char kHindiInscriptLayoutDescription[] =
5867 "Enables Hindi Inscript Layout on ChromeOS.";
5868
Megumi Hattori5a0d4182018-03-06 11:09:505869const char kLockScreenNotificationName[] = "Lock screen notification";
5870const char kLockScreenNotificationDescription[] =
5871 "Enable notifications on the lock screen.";
5872
Steven Bennetts66bc3542020-06-25 23:05:285873const char kMeteredShowToggleName[] = "Show Metered Toggle";
5874const char kMeteredShowToggleDescription[] =
5875 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
5876 "The toggle allows users to set whether a network should be considered "
5877 "metered for purposes of bandwith usage (e.g. for automatic updates).";
5878
Toni Barzic5cf7da92021-05-19 21:07:405879const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
5880const char kMicrophoneMuteNotificationsDescription[] =
5881 "Enables notifications that are shown when an app tries to use microphone "
5882 "while audio input is muted.";
5883
5884const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
5885const char kMicrophoneMuteSwitchDeviceDescription[] =
5886 "Support for detecting the state of hardware microphone mute toggle. Only "
5887 "effective on devices that have a microphone mute toggle. Enabling the "
5888 "flag does not affect the toggle functionality, it only affects how the "
5889 "System UI handles the mute toggle state.";
5890
Jason Thai7036e64e2023-01-23 23:14:395891const char kMultiZoneRgbKeyboardName[] =
5892 "Enable multi-zone RGB keyboard customization";
5893const char kMultiZoneRgbKeyboardDescription[] =
5894 "Enable multi-zone RGB keyboard customization on supported devices.";
5895
Bao-Duy Tranaa329d62020-11-27 05:40:585896const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
5897const char kMultilingualTypingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355898 "Enables support for multilingual assistive typing on ChromeOS.";
Bao-Duy Tranaa329d62020-11-27 05:40:585899
Michael Hansenc318dec2022-04-01 22:19:015900const char kNearbySharingSelfShareAutoAcceptName[] =
5901 "Nearby Sharing Self Share Auto-Accept";
5902const char kNearbySharingSelfShareAutoAcceptDescription[] =
5903 "Enables auto-accept functionality when sharing between a user's own "
5904 "devices.";
5905
5906const char kNearbySharingSelfShareUIName[] = "Nearby Sharing Self Share UI";
5907const char kNearbySharingSelfShareUIDescription[] =
5908 "Enables UI features for Self Share to allow seamless sharing between a "
5909 "user's own devices.";
Michael Hansenf59f974b2022-01-14 17:40:025910
Gordon Seto2c79d0442022-02-22 22:33:065911const char kOobeHidDetectionRevampName[] = "OOBE HID Detection Revamp";
5912const char kOobeHidDetectionRevampDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355913 "Enables the ChromeOS HID Detection Revamp, which updates OOBE HID "
Gordon Seto2c79d0442022-02-22 22:33:065914 "detection screen UI and related infrastructure.";
5915
Wes Okuhara72373672022-10-14 16:38:195916const char kOsSettingsAppBadgingToggleName[] =
5917 "ChromeOS Settings App Badging Toggle";
5918const char kOsSettingsAppBadgingToggleDescription[] =
5919 "Enables app badging toggle to be displayed in app notification page in"
5920 "ChromeOS Settings.";
5921
Wes Okuhara71ae17c2022-10-10 19:46:565922const char kOsSettingsSearchFeedbackName[] =
5923 "ChromeOS Settings Search Feedback";
5924const char kOsSettingsSearchFeedbackDescription[] =
5925 "Enables search result feedback in ChromeOS Settings when no search "
5926 "results are returned.";
5927
Jimmy Gong35094482021-10-06 23:14:285928const char kPcieBillboardNotificationName[] = "Pcie billboard notification";
5929const char kPcieBillboardNotificationDescription[] =
5930 "Enable Pcie peripheral billboard notification.";
5931
Daniel Andersson9bfdde42021-07-15 20:59:145932const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
5933const char kPerformantSplitViewResizingDescription[] =
5934 "If enabled, windows may be moved instead of scaled when resizing split "
5935 "view in tablet mode.";
5936
Sam Chiu1dee4a12021-10-12 18:21:275937const char kPhoneHubCallNotificationName[] =
5938 "Incoming call notification in Phone Hub";
5939const char kPhoneHubCallNotificationDescription[] =
5940 "Enables the incoming/ongoing call feature in Phone Hub.";
5941
Jason Sun1d947912021-06-21 16:54:235942const char kPhoneHubCameraRollName[] = "Camera Roll in Phone Hub";
5943const char kPhoneHubCameraRollDescription[] =
5944 "Enables the Camera Roll feature in Phone Hub, which allows users to "
5945 "access recent photos and videos taken on a connected Android device.";
5946
Pu Shi1306f642022-07-29 00:58:345947const char kPhoneHubFeatureSetupErrorHandlingName[] =
5948 "Error handling during Phone Hub feature setup";
5949const char kPhoneHubFeatureSetupErrorHandlingDescription[] =
5950 "Enable the error handling during Phone Hub feature setup. It allows"
5951 "users to see result on Chromebook when the setup failed on connected"
5952 "remote phone device.";
5953
Jennifer Serranof65bc542023-01-11 01:00:565954const char kPhoneHubNudgeName[] = "Phone Hub nudge";
5955const char kPhoneHubNudgeDescription[] =
5956 "Enables a nudge to direct eligible users to open Phone Hub.";
5957
Andreea Costinas478d1ca22023-02-23 11:49:505958const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenName[] =
5959 "Policy-provided trust anchors at lock screen";
5960const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenDescription[] =
5961 "Enables using the policy-provided trust anchors at lock screen";
5962
Peter Boström6324b792022-09-28 23:15:565963const char kPreferDcheckName[] = "Prefer DCHECK-enabled build";
5964const char kPreferDcheckDescription[] =
5965 "Use a DCHECK-enabled build when available.";
5966
Piotr Pawliczek49732c92022-12-12 18:10:585967const char kPrintingPpdChannelName[] = "Printing PPD channel";
5968const char kPrintingPpdChannelDescription[] =
5969 "The channel from which PPD index "
5970 "is loaded when matching PPD files during printer setup.";
5971
James Cookb661f3802021-09-30 21:43:205972const char kProductivityLauncherName[] =
5973 "Productivity experiment: App Launcher";
5974const char kProductivityLauncherDescription[] =
5975 "To evaluate an enhanced Launcher experience that aims to improve app "
5976 "workflows by optimizing access to apps, app content, and app actions.";
5977
Yulun Wu2f5597992022-08-12 23:57:205978const char kProductivityLauncherImageSearchName[] =
5979 "Productivity Launcher experiment: Launcher Image Search";
5980const char kProductivityLauncherImageSearchDescription[] =
5981 "To evaluate the viability of image search as part of Productivity "
5982 "Launcher Search.";
5983
Ana Salazar30ae8e42022-09-15 00:13:445984const char kQuickActionShowBubbleLauncherName[] =
5985 "Swipe to show bubble launcher";
5986const char kQuickActionShowBubbleLauncherDescription[] =
5987 "Enables a fling gesture or mouse scroll from the shelf to show the bubble "
5988 "launcher.";
5989
Ana Salazarbb287bcc42023-01-11 00:34:205990const char kAppListDragAndDropRefactorName[] =
5991 "Drag and drop refactor in launcher";
5992const char kAppListDragAndDropRefactorDescription[] =
5993 "Enables app list drag and drop refactor to use views drag and drop APIs. "
5994 "No user visible changes are expected.";
5995
Li Lin122b7852022-03-10 02:46:395996const char kProjectorName[] = "Enable Projector";
5997const char kProjectorDescription[] =
5998 "Enables Projects SWA and associated recording tools";
5999
Toby Huang6a77193f22022-08-12 18:07:306000const char kProjectorLocalPlaybackName[] = "Enable Projector local playback";
6001const char kProjectorLocalPlaybackDescription[] =
6002 "Supports streaming screencast videos from DriveFS instead of Drive before "
6003 "they have finished transcoding";
6004
6005const char kProjectorAppDebugName[] = "Enable Projector app debug";
6006const char kProjectorAppDebugDescription[] =
6007 "Adds more informative error messages to the Projector app for debugging";
Li Lin122b7852022-03-10 02:46:396008
Yilkal2bc65312023-02-23 21:27:126009const char kProjectorServerSideSpeechRecognitionName[] =
6010 "Enable server side speech recognition for Projector";
6011const char kProjectorServerSideSpeechRecognitionDescription[] =
6012 "Adds server side speech recognition capability to Projector.";
6013
Jiaming Chenge04b3b52022-08-09 02:46:596014const char kQsRevampName[] = "Quick Settings Revamp";
6015const char kQsRevampDescription[] =
6016 "Enable QS UI revamp with separated message center.";
6017
Rachel Carpenter57c8523c2020-09-23 01:11:226018const char kReleaseNotesNotificationAllChannelsName[] =
6019 "Release Notes Notification All Channels";
6020const char kReleaseNotesNotificationAllChannelsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356021 "Enables the release notes notification for all ChromeOS channels";
Rachel Carpenter57c8523c2020-09-23 01:11:226022
Roger Tinkoff31579eab2022-07-26 00:18:226023const char kReleaseTrackUiName[] = "Release track system tray UI";
6024const char kReleaseTrackUiDescription[] =
6025 "Enables the release track UI in the system tray";
6026
Lei Zhang44abd5d22022-01-11 00:32:346027const char kArcWindowPredictorName[] = "Enable ARC window predictor";
6028const char kArcWindowPredictorDescription[] =
Shengsong Tan81338972021-12-22 05:27:506029 "Enables the window state and bounds predictor for ARC task windows";
6030
Cici Ruan846b6712022-08-12 21:08:186031const char kArcInputOverlayNameBeta[] = "Enable ARC Input Overlay Beta";
6032const char kArcInputOverlayDescriptionBeta[] =
Cici Ruan2374f1b02022-12-07 01:19:586033 "Enable full editor feature for Gaming Input Overlay including features in "
6034 "Alpha V2, so users can add and remove actions.";
Joseph Panga61e7db2022-11-29 21:23:386035
Cici Ruan2374f1b02022-12-07 01:19:586036const char kArcInputOverlayNameAlphaV2[] = "Enable ARC Input Overlay Alpha V2";
6037const char kArcInputOverlayDescriptionAlphaV2[] =
Joseph Panga61e7db2022-11-29 21:23:386038 "Enable menu and action reposition feature for Gaming Input Overlay based "
6039 "on Alpha.";
Cici Ruan846b6712022-08-12 21:08:186040
Elliot Tuck5551fdd2022-07-25 21:10:146041const char kShelfAutoHideSeparationName[] =
6042 "Enable separate shelf auto-hide preferences.";
6043const char kShelfAutoHideSeparationDescription[] =
6044 "Allows for the shelf's auto-hide preference to be specified separately "
6045 "for clamshell and tablet mode.";
6046
Anton Swifton1917b872022-05-26 06:27:436047const char kShimlessRMAOsUpdateName[] = "Enable OS updates in shimless RMA";
6048const char kShimlessRMAOsUpdateDescription[] =
6049 "Turns on OS updating in Shimless RMA";
6050
wenyu zhang98000162022-06-16 17:02:536051const char kShimlessRMADisableDarkModeName[] =
6052 "Disable dark mode in Shimless RMA";
6053const char kShimlessRMADisableDarkModeDescription[] =
6054 "Disable dark mode and only allow light mode in Shimless RMA";
6055
Gavin Williams1a14b9212023-03-22 19:42:296056const char kShimlessRMADiagnosticPageName[] =
6057 "Enable diagnostic page in Shimless RMA";
6058const char kShimlessRMADiagnosticPageDescription[] =
6059 "Enable the diagnostic page in Shimless RMA for showing detailed device "
6060 "information";
6061
Andrew Moylan97585272019-02-19 19:01:226062const char kSchedulerConfigurationName[] = "Scheduler Configuration";
6063const char kSchedulerConfigurationDescription[] =
6064 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:016065const char kSchedulerConfigurationConservative[] =
6066 "Disables Hyper-Threading on relevant CPUs.";
6067const char kSchedulerConfigurationPerformance[] =
6068 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:226069
Erin Parkbbb5decc2022-07-21 21:37:136070const char kMediaDynamicCgroupName[] = "Media Dynamic Cgroup";
6071const char kMediaDynamicCgroupDescription[] =
6072 "Dynamic Cgroup allows tasks from media workload to be consolidated on "
6073 "limited cpuset";
6074
Kyle Horimoto63a6bd42019-09-16 23:47:526075const char kShowBluetoothDebugLogToggleName[] =
6076 "Show Bluetooth debug log toggle";
6077const char kShowBluetoothDebugLogToggleDescription[] =
6078 "Enables a toggle which can enable debug (i.e., verbose) logs for "
6079 "Bluetooth";
6080
Yu Liu9d01d342021-03-12 20:05:166081const char kBluetoothSessionizedMetricsName[] =
6082 "Enable Bluetooth sessionized metrics";
6083const char kBluetoothSessionizedMetricsDescription[] =
6084 "Enables collecting and processing Bluetooth sessionized metrics.";
6085
James Cook0ba192bf2017-12-01 20:53:116086const char kShowTapsName[] = "Show taps";
6087const char kShowTapsDescription[] =
6088 "Draws a circle at each touch point, which makes touch points more obvious "
6089 "when projecting or mirroring the display. Similar to the Android OS "
6090 "developer option.";
6091
6092const char kShowTouchHudName[] = "Show HUD for touch points";
6093const char kShowTouchHudDescription[] =
6094 "Shows a trail of colored dots for the last few touch points. Pressing "
6095 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
6096 "debug hardware issues that generate spurious touch events.";
6097
Ricky Liang3bd2754b52020-10-07 02:50:326098const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
6099const char kSpectreVariant2MitigationDescription[] =
6100 "Controls whether Spectre variant 2 mitigation is enabled when "
6101 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
6102 "#force-spectre-variant2-mitigation.";
6103
Keith Lee8b2131fe2021-10-11 05:11:066104const char kSystemJapanesePhysicalTypingName[] =
6105 "Use system IME for Japanese typing";
6106const char kSystemJapanesePhysicalTypingDescription[] =
6107 "Use the system input engine instead of the Chrome extension for physical "
Keith Lee6dfc28e2022-10-25 07:20:466108 "typing in Japanese. This also replaces the Japanese extension settings "
6109 "page with one built into the UI and migrates the data to a new location.";
Keith Lee8b2131fe2021-10-11 05:11:066110
Michael Martisd3a46a872023-02-08 05:27:506111const char kSystemLiveCaptionName[] = "System Live Caption";
6112const char kSystemLiveCaptionDescription[] =
6113 "Enables the live caption feature for non-Chrome (e.g. Android, linux) "
6114 "audio.";
6115
Steven Bennetts2038c6c2022-12-02 20:06:096116const char kCaptivePortalErrorPageName[] =
6117 "Enables Captive Portal error page suggestions.";
6118const char kCaptivePortalErrorPageDescription[] =
6119 "Enables Captive Portal error page suggestions when a page fails to load "
6120 "and ChromeOS has detected a captive portal.";
6121
Jason Lin30ea2619c2022-07-27 06:40:296122const char kTerminalAlternativeEmulatorName[] = "Terminal alternative emulator";
6123const char kTerminalAlternativeEmulatorDescription[] =
6124 "Enable the alternative emulator for the Terminal app. You will also get "
6125 "an option in Terminal settings to change the default emulator.";
Jason Lin193ef782022-06-21 02:12:036126
Joel Hockey6bc7d9b2022-04-28 00:36:056127const char kTerminalDevName[] = "Terminal dev";
6128const char kTerminalDevDescription[] =
6129 "Enables Terminal System App to load from Downloads for developer testing. "
6130 "Only works in dev and canary channels.";
6131
Joel Hockey3109dbe92022-05-30 08:42:266132const char kTerminalMultiProfileName[] = "Terminal multi-profiles for settings";
6133const char kTerminalMultiProfileDescription[] =
6134 "Enables Terminal System App to set multiple profiles in the settings page "
6135 "and configure which profile to use for each Linux or SSH connection.";
6136
Joel Hockey599b6e42022-10-17 01:35:266137const char kTerminalSftpName[] = "Terminal SFTP / mount";
6138const char kTerminalSftpDescription[] =
6139 "Enables Terminal System App to do SFTP and mount remote hosts.";
6140
Emil Mikulic61a351f2021-12-15 23:45:586141const char kTerminalTmuxIntegrationName[] = "Terminal tmux integration";
6142const char kTerminalTmuxIntegrationDescription[] =
6143 "Enables integration with tmux control mode (tmux -CC) in the Terminal "
6144 "System App.";
6145
Brett Wilson7b44537e2017-08-18 01:38:286146const char kTetherName[] = "Instant Tethering";
6147const char kTetherDescription[] =
6148 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
6149 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:376150
Jason Thaie13aa822023-02-24 04:09:236151const char kTimeOfDayScreenSaverName[] = "Time of Day Screen Saver";
6152const char kTimeOfDayScreenSaverDescription[] =
6153 "Enables Time of Day Screen Saver feature on supported devices. Requires "
6154 "Time Of Day Wallpaper feature to be enabled.";
6155
Jason Thai5af7e8d2023-02-24 00:13:056156const char kTimeOfDayWallpaperName[] = "Time of Day Wallpaper";
6157const char kTimeOfDayWallpaperDescription[] =
6158 "Enables Time of Day Wallpaper feature on supported devices.";
6159
Brett Wilson7b44537e2017-08-18 01:38:286160const char kTouchscreenCalibrationName[] =
6161 "Enable/disable touchscreen calibration option in material design settings";
6162const char kTouchscreenCalibrationDescription[] =
6163 "If enabled, the user can calibrate the touch screen displays in "
6164 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:096165
Steven Bennetts9b695dc2022-04-12 17:10:276166const char kTrafficCountersEnabledName[] = "Traffic counters enabled";
6167const char kTrafficCountersEnabledDescription[] =
6168 "If enabled, data usage will be visible in the Cellular Settings UI and "
6169 "traffic counters will be automatically reset if that setting is enabled.";
Kartik Hegde5af70932021-08-12 23:04:206170
Jérémie Boulic8c1c3fc2022-06-20 05:35:556171const char kUploadOfficeToCloudName[] = "Enable Office files upload workflow.";
6172const char kUploadOfficeToCloudDescription[] =
6173 "Some file handlers for Microsoft Office files are only available on the "
6174 "the cloud. Enables the cloud upload workflow for Office file handling.";
6175
Miguel Casas-Sanchezdcd69152019-09-04 21:22:366176const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
6177const char kUseFakeDeviceForMediaStreamDescription[] =
6178 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
6179 "timestamp) instead of the system audio/video devices, for debugging "
6180 "purposes.";
6181
Erik Chen366873d62022-03-08 23:11:386182const char kUXStudy1Name[] = "UX Study 1";
6183const char kUXStudy1Description[] = "Opt into a group for UX Study";
6184
Qiang Xu045aff222018-05-21 23:21:016185const char kUiDevToolsName[] = "Enable native UI inspection";
6186const char kUiDevToolsDescription[] =
6187 "Enables inspection of native UI elements. For local inspection use "
6188 "chrome://inspect#other";
6189
Andrew Moylan97585272019-02-19 19:01:226190const char kUiSlowAnimationsName[] = "Slow UI animations";
6191const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:466192
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:236193const char kVaapiJpegImageDecodeAccelerationName[] =
6194 "VA-API JPEG decode acceleration for images";
6195const char kVaapiJpegImageDecodeAccelerationDescription[] =
6196 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
6197 " captures) using the VA-API.";
6198
Gil Dekel8f4b5642019-07-27 05:27:406199const char kVaapiWebPImageDecodeAccelerationName[] =
6200 "VA-API WebP decode acceleration for images";
6201const char kVaapiWebPImageDecodeAccelerationDescription[] =
6202 "Enable or disable decode acceleration of WebP images using the VA-API.";
6203
Jing Wang1293e3a2021-02-17 00:56:446204const char kVirtualKeyboardName[] = "Virtual Keyboard";
6205const char kVirtualKeyboardDescription[] =
6206 "Always show virtual keyboard regardless of having a physical keyboard "
6207 "present";
6208
My Nguyen0bc9add2020-12-03 21:21:256209const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
6210const char kVirtualKeyboardDisabledDescription[] =
6211 "Always disable virtual keyboard regardless of device mode. Workaround for "
6212 "virtual keyboard showing with some external keyboards.";
6213
Michelle1569cf32022-03-24 06:34:486214const char kVirtualKeyboardMultitouchName[] = "Virtual Keyboard Multitouch";
6215const char kVirtualKeyboardMultitouchDescription[] =
6216 "Enables multitouch on the virtual keyboard.";
6217
John Palmer489eda922022-05-13 05:40:416218const char kVirtualKeyboardRoundCornersName[] =
6219 "Virtual Keyboard Round Corners";
6220const char kVirtualKeyboardRoundCornersDescription[] =
6221 "Enables round corners on the virtual keyboard.";
6222
Yen-lin Laif458f8012021-03-29 10:18:206223const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
6224const char kWakeOnWifiAllowedDescription[] =
6225 "Allows wake on WiFi features in shill to be enabled.";
6226
Maggie Cai6dd6b552021-04-27 08:40:326227const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
6228const char kWebAppsCrosapiDescription[] =
6229 "Support web apps publishing from Lacros browser.";
6230
James Cook49358cc2022-08-30 20:30:266231const char kWelcomeScreenName[] =
6232 "Productivity Experiment: Reorient with welcome screen";
6233const char kWelcomeScreenDescription[] =
6234 "When a user is about to start a new task, provide them with relevant "
6235 "information and tools to help them orient and get started.";
6236
Jacek Siuda7ed81c92021-11-24 10:39:446237const char kWifiConnectMacAddressRandomizationName[] =
6238 "MAC address randomization";
6239const char kWifiConnectMacAddressRandomizationDescription[] =
6240 "Randomize MAC address when connecting to unmanaged (non-enterprise) "
6241 "WiFi networks.";
6242
tbye50bce9a2022-03-31 03:32:546243const char kLauncherGameSearchName[] = "Enable launcher game search";
6244const char kLauncherGameSearchDescription[] =
6245 "Enables cloud game search results in the launcher.";
6246
Rebecca Hsu1d633912022-12-14 06:09:336247const char kLauncherKeywordExtractionScoring[] =
6248 "Query keyword extraction and scoring in launcher";
6249const char kLauncherKeywordExtractionScoringDescription[] =
6250 "Enables extraction of keywords from query then calculate score from "
6251 "extracted keyword in the launcher.";
6252
Dmitry Grebenyuk462003b2023-03-26 23:42:266253const char kLauncherLocalImageSearchName[] =
6254 "Enable launcher local image search";
6255const char kLauncherLocalImageSearchDescription[] =
6256 "Enables on-device local image search in the launcher.";
6257
Lauren Commeignes9f0db8f2022-12-21 00:03:476258const char kLauncherFuzzyMatchForOmniboxName[] =
6259 "Omnibox Results Fuzzy match experiment";
6260const char kLauncherFuzzyMatchForOmniboxDescription[] =
6261 "To evaluate the viability of a Fuzzy match on Omnibox results to "
6262 "downweight search sugestions";
6263
Lauren Commeignes33aea8b2023-01-03 02:38:286264const char kLauncherSystemInfoAnswerCardsName[] =
6265 "System Info Answer Cards in launcher";
6266const char kLauncherSystemInfoAnswerCardsDescription[] =
6267 "Enables System info answer cards in the launcher to provide system "
6268 "performance metrics";
6269
Chad Duffincdab9362022-07-29 18:31:386270const char kMacAddressRandomizationName[] = "MAC address randomization";
6271const char kMacAddressRandomizationDescription[] =
6272 "Feature to allow MAC address randomization to be enabled for WiFi "
6273 "networks.";
6274
Chad Duffinc8c37082023-03-07 17:04:056275const char kSmdsDbusMigrationName[] = "SM-DS DBus Migration";
6276const char kSmdsDbusMigrationDescription[] =
6277 "Feature to enable the usage of DBus APIs that improve the stability"
6278 "around performing SM-DS scans.";
6279
Simon Ziegltrum55f69bc2022-12-22 16:05:516280const char kOobeJellyName[] = "Jelly design for OOBE";
6281const char kOobeJellyDescription[] =
6282 "Feature to enable the Jelly design in out of box experience.";
Simon Ziegltrumc23cb6c52022-09-22 19:43:446283
Simon Ziegltrumf02c98af2023-03-16 23:03:286284const char kOobeSimonName[] = "Simon features for OOBE";
6285const char kOobeSimonDescription[] =
6286 "Feature to enable the Simon features in out of box experience.";
6287
Tao Wu4b5d8162022-11-10 19:58:076288const char kLibAssistantV2MigrationName[] = "LibAssistant V2 migration";
6289const char kLibAssistantV2MigrationDescription[] =
6290 "Enables loading LibAssistant V2 for Assistant on ChromeOS.";
6291
Markus Handellabf6c7812020-12-15 18:14:356292// Prefer keeping this section sorted to adding new definitions down here.
6293
6294#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6295
Simon Hangl05d1f6a2023-01-13 15:33:596296#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6297const char kGetDisplayMediaSetName[] = "GetDisplayMediaSet API";
6298const char kGetDisplayMediaSetDescription[] =
6299 "When enabled, the getDisplayMediaSet API for capturing multiple surfaces "
6300 "at once is available.";
6301
6302const char kGetDisplayMediaSetAutoSelectAllScreensName[] =
6303 "autoSelectAllScreens attribute for GetDisplayMediaSet";
6304const char kGetDisplayMediaSetAutoSelectAllScreensDescription[] =
6305 "When enabled, the autoSelectAllScreens attribute is available for usage "
6306 "with the GetDisplayMediaSet API.";
6307
6308#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6309
Sebastian Fiß8f6d9a82023-03-07 09:04:256310#if BUILDFLAG(IS_CHROMEOS)
6311const char kRunOnOsLoginName[] = "Run on OS login";
6312const char kRunOnOsLoginDescription[] =
6313 "When enabled, allows PWAs to be automatically run on OS login.";
6314#endif // BUILDFLAG(IS_CHROMEOS)
6315
Jan Krcald11ad892022-01-17 12:37:026316#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Cooper9ec625a2022-02-11 23:17:226317const char kDesktopCaptureLacrosV2Name[] = "Enable Lacros Desktop Capture V2";
6318const char kDesktopCaptureLacrosV2Description[] =
6319 "Enables the improved desktop/window capturer for doing screen/window "
6320 "sharing on Lacros";
6321
Jason Line4862b02023-03-21 04:38:136322const char kExperimentalWebAppStoragePartitionIsolationName[] =
6323 "Enable experimental web app stroage partition isolation";
6324const char kExperimentalWebAppStoragePartitionIsolationDescription[] =
6325 "This is highly experimental. Enabling this flag could break things. And a "
6326 "power wash might be needed to fully recover the state.";
6327
Alex Cooperdad8fb692022-10-03 22:42:416328const char kLacrosAuraCaptureName[] = "Enable Lacros Aura Capture";
6329const char kLacrosAuraCaptureDescription[] =
6330 "Enables LaCrOS to perform an in-process capture of it's own windows "
6331 "rather than needing to delegate the capture to Ash";
6332
Andrea Orrue14d8fd82022-02-24 16:47:516333const char kLacrosMergeIcuDataFileName[] =
6334 "Enable merging of icudtl.dat in Lacros";
6335const char kLacrosMergeIcuDataFileDescription[] =
6336 "Enables sharing common areas of icudtl.dat between Ash and Lacros.";
6337
Mitsuru Oshima857191b2022-03-15 22:03:406338const char kLacrosScreenCoordinatesEnabledName[] =
6339 "Enable screen coordinates system in lacros-chrome";
6340const char kLacrosScreenCoordinatesEnabledDescription[] =
6341 "Enabling this will allow lacros to control the window position in screen "
6342 "coordinates. This is required for features such as the Javascript APIs "
6343 "moveBy, moveTo or session restore.";
Jan Krcald11ad892022-01-17 12:37:026344#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
6345
Eric Willigers02f80aa2022-04-29 01:29:326346#if BUILDFLAG(IS_CHROMEOS)
Hsin-Yu Chaoe46eb5992022-03-18 13:34:276347const char kCrOSDspBasedAecAllowedName[] =
6348 "Allow CRAS to use a DSP-based AEC if available";
6349const char kCrOSDspBasedAecAllowedDescription[] =
6350 "Allows the system variant of the AEC in CRAS to be run on DSP ";
6351
6352const char kCrOSDspBasedNsAllowedName[] =
6353 "Allow CRAS to use a DSP-based NS if available";
6354const char kCrOSDspBasedNsAllowedDescription[] =
6355 "Allows the system variant of the NS in CRAS to be run on DSP ";
6356
6357const char kCrOSDspBasedAgcAllowedName[] =
6358 "Allow CRAS to use a DSP-based AGC if available";
6359const char kCrOSDspBasedAgcAllowedDescription[] =
6360 "Allows the system variant of the AGC in CRAS to be run on DSP ";
6361
6362const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
6363const char kCrOSEnforceSystemAecDescription[] =
6364 "Enforces using the system variant in CrAS of the AEC";
6365
6366const char kCrOSEnforceSystemAecAgcName[] =
6367 "Enforce using the system AEC and AGC in CrAS";
6368const char kCrOSEnforceSystemAecAgcDescription[] =
6369 "Enforces using the system variants in CrAS of the AEC and AGC.";
6370
6371const char kCrOSEnforceSystemAecNsName[] =
6372 "Enforce using the system AEC and NS in CrAS";
6373const char kCrOSEnforceSystemAecNsDescription[] =
6374 "Enforces using the system variants in CrAS of the AEC and NS.";
6375
6376const char kCrOSEnforceSystemAecNsAgcName[] =
6377 "Enforce using the system AEC, NS and AGC in CrAS";
6378const char kCrOSEnforceSystemAecNsAgcDescription[] =
6379 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
6380
Jan Lanik1812e6882022-05-24 18:43:356381const char kCrosPrivacyHubName[] = "Enable ChromeOS Privacy Hub";
6382const char kCrosPrivacyHubDescription[] = "Enables ChromeOS Privacy Hub.";
6383
Jan Lanik3f592332022-10-06 21:08:006384const char kCrosPrivacyHubV0Name[] =
6385 "Enable ChromeOS Privacy Hub without the location switch.";
6386const char kCrosPrivacyHubV0Description[] =
6387 "Enables ChromeOS Privacy Hub without the location switch.";
Jan Lanik4aa0d0f12022-08-08 20:50:476388
Pavol Marko798ffdb42022-06-23 13:22:426389const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
6390 "Disable closing idle sockets on memory pressure";
6391const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
6392 "If enabled, idle sockets will not be closed when chrome detects memory "
6393 "pressure. This applies to web pages only and not to internal requests.";
6394
Jenny Zhang0f8cb4fc2022-05-27 00:03:506395const char kDisableOfficeEditingComponentAppName[] =
6396 "Disable Office Editing for Docs, Sheets & Slides";
6397const char kDisableOfficeEditingComponentAppDescription[] =
6398 "Disables Office Editing for Docs, Sheets & Slides component app so "
6399 "handlers won't be registered, making it possible to install another "
6400 "version for testing.";
6401
Tim Sergeante9c45c42022-03-17 21:53:526402const char kIntentChipSkipsPickerName[] =
6403 "Link capturing intent chip skips the intent picker bubble";
6404const char kIntentChipSkipsPickerDescription[] =
6405 "When enabled, clicking the intent chip in the Omnibox will skip the "
6406 "intent picker bubble and launch directly into the app. If multiple apps "
6407 "are installed for a URL, the intent picker will still be shown for "
6408 "disambigation.";
6409
Tim Sergeantb1ba003d2022-03-21 07:09:106410const char kIntentChipAppIconName[] =
6411 "Show app icons in the link capturing intent chip";
6412const char kIntentChipAppIconDescription[] =
6413 "When enabled, the intent chip in the Omnibox will show the app icon for "
6414 "the app which can handle the current URL.";
6415
Yi Xieac082b42022-08-03 09:58:376416const char kKioskEnableAppServiceName[] = "Enable App Service in Kiosk.";
6417const char kKioskEnableAppServiceDescription[] =
6418 "Uses App Service to install web apps and launch both Chrome apps and web "
6419 "apps in Kiosk sessions.";
6420
Femi Adegunloyec22dc3e2022-09-08 15:25:586421const char kLacrosColorManagementName[] = "Enable Chrome Color Management.";
6422const char kLacrosColorManagementDescription[] =
Femi Adegunloyea465b4f2023-03-02 21:59:036423 "When enabled, this should allow for HDR content to be displayed on "
6424 "compatible devices.";
Femi Adegunloyec22dc3e2022-09-08 15:25:586425
Tim Sergeanta596e2f2022-07-06 05:27:306426const char kLinkCapturingAutoDisplayIntentPickerName[] =
6427 "Enable auto-display of intent picker bubble";
6428const char kLinkCapturingAutoDisplayIntentPickerDescription[] =
6429 "When enabled, the intent picker bubble will automatically display when "
6430 "clicking a link which can be opened in installed apps. Only applies when "
6431 "'Enable updated link capturing UI' is enabled.";
6432
Tim Sergeante9c45c42022-03-17 21:53:526433const char kLinkCapturingInfoBarName[] = "Enable link capturing info bar";
6434const char kLinkCapturingInfoBarDescription[] =
6435 "Enables an info bar which appears when launching a web app through the "
6436 "Omnibox intent chip, prompting to update the link capturing setting for "
6437 "that app.";
6438
Lei Zhang44abd5d22022-01-11 00:32:346439const char kLinkCapturingUiUpdateName[] = "Enable updated link capturing UI";
6440const char kLinkCapturingUiUpdateDescription[] =
Tim Sergeante47c0ad52021-12-19 23:43:576441 "Enables updated UI for link capturing flows from the browser to apps, "
6442 "including the intent picker and an in-app link capturing prompt.";
Jon Mannf67d2fb2022-02-28 06:26:226443
6444const char kMessagesPreinstallName[] = "Preinstall Messages PWA";
6445const char kMessagesPreinstallDescription[] =
6446 "Enables preinstallation of the Messages for Web PWA for unmanaged users.";
Maksim Moskvitin70a77cb2022-04-06 12:26:406447
Alan Cutter2fc3ff932022-09-28 09:44:576448const char kMicrosoftOfficeWebAppExperimentName[] =
6449 "Microsoft Office web app experiment";
6450const char kMicrosoftOfficeWebAppExperimentDescription[] =
6451 "A ChromeOS experiment on the Microsoft Office web app that overrides the "
6452 "scope and theme color. Not intended for public release; this is testing "
6453 "capabilites that will be available to websites at a later date.";
6454
Youssef Esmatc732bf82022-05-27 00:47:196455const char kOneGroupPerRendererName[] =
6456 "Use one cgroup for each foreground renderer";
6457const char kOneGroupPerRendererDescription[] =
6458 "Places each Chrome foreground renderer into its own cgroup";
6459
Glen Robertson371a2df2023-02-15 04:18:196460const char kPreinstalledWebAppWindowExperimentName[] =
6461 "Preinstalled web app window experiment.";
6462const char kPreinstalledWebAppWindowExperimentDescription[] =
6463 "A ChromeOS experiment for new users that makes all preinstalled web apps "
6464 "open in windows with link capturing enabled, or tabs, instead of the "
6465 "default behavior.";
6466
Yue Li806e5d82022-09-14 00:16:026467const char kDisableQuickAnswersV2TranslationName[] =
6468 "Disable Quick Answers Translation";
6469const char kDisableQuickAnswersV2TranslationDescription[] =
6470 "Disable translation services of the Quick Answers.";
6471
Maksim Moskvitin70a77cb2022-04-06 12:26:406472const char kSyncChromeOSExplicitPassphraseSharingName[] =
6473 "Sync passphrase sharing";
6474const char kSyncChromeOSExplicitPassphraseSharingDescription[] =
6475 "Allows sharing custom sync passphrase between OS and Browser on ChromeOS";
Michelle724c6bfb22022-12-15 04:55:386476
Jason Rhee7fba0eb2023-01-17 02:21:086477const char kChromeOSSyncedSessionSharingName[] =
6478 "Synced session sharing on ChromeOS";
6479const char kChromeOSSyncedSessionSharingDescription[] =
6480 "Allows sharing synced sessions between OS and Browser on ChromeOS";
6481
Michelle724c6bfb22022-12-15 04:55:386482const char kTouchTextEditingRedesignName[] = "Touch Text Editing Redesign";
6483const char kTouchTextEditingRedesignDescription[] =
6484 "Enables new touch text editing features.";
Xiaohan Wang55ae2c012022-01-20 21:49:116485#endif // BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:086486
Pilar Molina Lopezae61dfc2022-01-21 21:04:456487#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216488const char kVaapiVP9kSVCEncoderName[] =
6489 "VA-API encode acceleration for k-SVC VP9";
6490const char kVaapiVP9kSVCEncoderDescription[] =
6491 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
Pilar Molina Lopezae61dfc2022-01-21 21:04:456492#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216493
Xiaohan Wang55ae2c012022-01-20 21:49:116494#if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526495const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
6496const char kChromeOSDirectVideoDecoderDescription[] =
6497 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
6498 "implementation. Note that this might be entirely disallowed by the "
6499 "--platform-disallows-chromeos-direct-video-decoder command line switch "
6500 "which is added for platforms where said direct VideoDecoder does not work "
6501 "or is not well tested (see the disable_cros_video_decoder USE flag in "
Richard Chuia9ed7be12022-04-13 21:30:356502 "ChromeOS)";
Hirokazu Honda5a3450c2022-06-17 14:16:256503const char kChromeOSHWVBREncodingName[] =
6504 "ChromeOS Hardware Variable Bitrate Encoding";
6505const char kChromeOSHWVBREncodingDescription[] =
6506 "Enables the hardware-accelerated variable bitrate (VBR) encoding on "
6507 "ChromeOS. If the hardware encoder supports VBR for a specified codec, a "
6508 "video is recorded in VBR encoding in MediaRecoder API automatically and "
6509 "WebCodecs API if configured so.";
Fritz Koeniga0770f5c2022-04-06 18:17:556510#if defined(ARCH_CPU_ARM_FAMILY)
Justin Green0b5c48992022-10-10 22:16:046511const char kPreferGLImageProcessorName[] = "Prefer GL image processor";
6512const char kPreferGLImageProcessorDescription[] =
6513 "Prefers the GL image processor for format conversion of video frames over"
6514 " both the libYUV and hardware implementations";
Fritz Koeniga0770f5c2022-04-06 18:17:556515#endif // defined(ARCH_CPU_ARM_FAMILY)
Xiaohan Wang55ae2c012022-01-20 21:49:116516#endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526517
Xiaohan Wang55ae2c012022-01-20 21:49:116518#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:386519const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
6520const char kZeroCopyVideoCaptureDescription[] =
6521 "Camera produces a gpu friendly buffer on capture and, if there is, "
6522 "hardware accelerated video encoder consumes the buffer";
Xiaohan Wang55ae2c012022-01-20 21:49:116523#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
yhanadac5bff5b2017-05-18 06:37:096524
Collin Baker75a29462019-03-13 19:57:316525// All views-based platforms --------------------------------------------------
6526
6527#if defined(TOOLKIT_VIEWS)
6528
Mohamed Amir Yosef4d5d526b2022-11-10 11:05:256529const char kRevampedPasswordManagementBubbleName[] =
6530 "Revamped Password Managment Bubble (Desktop)";
6531const char kRevampedPasswordManagementBubbleDescription[] =
6532 "Enable the new password managment bubble triggered by clicking the key "
6533 "icon in the omnibox.";
6534
Pengchao Cai74b3379d2022-09-09 18:55:186535const char kSearchWebInSidePanelName[] = "Search web in side panel";
6536const char kSearchWebInSidePanelDescription[] =
6537 "Displays right-click search results of a highlighted text in side panel";
6538
Collin Baker75a29462019-03-13 19:57:316539#endif // defined(TOOLKIT_VIEWS)
6540
Brett Wilson7b44537e2017-08-18 01:38:286541// Random platform combinations -----------------------------------------------
6542
Xiaohan Wang55ae2c012022-01-20 21:49:116543#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
Xiaohan Wang55ae2c012022-01-20 21:49:116544 BUILDFLAG(IS_FUCHSIA)
Leonard Greye2b8fe92022-03-04 20:36:016545const char kQuickCommandsName[] = "Quick Commands";
6546const char kQuickCommandsDescription[] =
6547 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
6548
Xiaohan Wang55ae2c012022-01-20 21:49:116549#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
6550 // BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:456551
Jonathan Freed4d92f282022-08-12 19:01:056552#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
6553 BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
6554const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
6555const char kFollowingFeedSidepanelDescription[] =
6556 "Enables the following feed in the sidepanel.";
6557#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
6558 // BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
6559
James Lee89b449e52022-12-13 18:14:526560#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_ANDROID)
6561const char kLocalWebApprovalsName[] = "Local web approvals";
6562const char kLocalWebApprovalsDescription[] =
6563 "Enable local web approvals for Family Link users. Web filter interstitial "
6564 "refresh needs to also be enabled.";
6565#endif
6566
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:116567#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
6568const char kUseOutOfProcessVideoDecodingName[] =
6569 "Use out-of-process video decoding (OOP-VD)";
6570const char kUseOutOfProcessVideoDecodingDescription[] =
6571 "Start utility processes to do hardware video decoding. Note: on LaCrOS, "
6572 "this task is delegated to ash-chrome by requesting a "
6573 "media.stable.mojom.StableVideoDecoderFactory through the crosapi (so "
6574 "chrome://flags#expose-out-of-process-video-decoding-to-lacros must be "
6575 "enabled in ash-chrome).";
6576#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
6577
Xiaohan Wang55ae2c012022-01-20 21:49:116578#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:276579const char kWebShareName[] = "Web Share";
6580const char kWebShareDescription[] =
6581 "Enables the Web Share (navigator.share) APIs on experimentally supported "
6582 "platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:116583#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:276584
Xiaohan Wang55ae2c012022-01-20 21:49:116585#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:066586const char kOzonePlatformHintChoiceDefault[] = "Default";
6587const char kOzonePlatformHintChoiceAuto[] = "Auto";
6588const char kOzonePlatformHintChoiceX11[] = "X11";
6589const char kOzonePlatformHintChoiceWayland[] = "Wayland";
6590
6591const char kOzonePlatformHintName[] = "Preferred Ozone platform";
6592const char kOzonePlatformHintDescription[] =
6593 "Selects the preferred platform backend used on Linux. The default one is "
6594 "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. ";
Xiaohan Wang55ae2c012022-01-20 21:49:116595#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:066596
Alvin Ji3443b9b2022-06-17 19:57:476597#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6598const char kWebBluetoothConfirmPairingSupportName[] =
6599 "Web Bluetooth confirm pairing support";
6600const char kWebBluetoothConfirmPairingSupportDescription[] =
6601 "Enable confirm-only and confirm-pin pairing mode support for Web "
6602 "Bluetooth";
6603#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6604
Adem Derinel64bdf052022-02-02 08:14:236605#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
6606const char kSkipUndecryptablePasswordsName[] =
6607 "Skip undecryptable passwords to use the available decryptable "
6608 "passwords.";
6609const char kSkipUndecryptablePasswordsDescription[] =
6610 "Makes the decryptable passwords available in the password manager when "
6611 "there are undecryptable ones.";
Adem Derinel72376572022-12-06 10:42:546612const char kForcePasswordInitialSyncWhenDecryptionFailsName[] =
6613 "Force initial sync to clean local undecryptable passwords during startup";
6614const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] =
6615 "During startup checks if there are undecryptable passwords in the local "
6616 "storage and requests initial sync.";
Adem Derinel64bdf052022-02-02 08:14:236617#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
6618
David Benjamin371481f2022-06-15 15:57:406619#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6620const char kAsyncDnsName[] = "Async DNS resolver";
6621const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
6622#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6623
Brett Wilson7b44537e2017-08-18 01:38:286624// Feature flags --------------------------------------------------------------
6625
Sam Zackrissonb49345a2022-03-25 11:15:046626#if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
6627extern const char kChromeWideEchoCancellationName[] =
6628 "Chrome-wide echo cancellation";
6629extern const char kChromeWideEchoCancellationDescription[] =
6630 "Run WebRTC capture audio processing in the audio process instead of the "
6631 "renderer processes, thereby cancelling echoes from more audio sources.";
6632#endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
6633
Wez02cedeba2022-07-26 12:48:386634#if BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:466635const char kDcheckIsFatalName[] = "DCHECKs are fatal";
6636const char kDcheckIsFatalDescription[] =
6637 "By default Chrome will evaluate in this build, but only log failures, "
6638 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
Wez02cedeba2022-07-26 12:48:386639#endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:466640
Alex Cooperbdd9a762023-01-24 23:29:546641#if BUILDFLAG(ENABLE_CARDBOARD)
6642extern const char kEnableCardboardName[] = "Enable Cardboard VR WebXR Runtime";
6643extern const char kEnableCardboardDescription[] =
6644 "Enables the use of the Cardboard SDK runtime for WebXR instead of the"
6645 "Google VR Services (or GVR) runtime to start a WebXR-based immersive-vr"
6646 "session.";
6647#endif // ENABLE_CARDBOARD
6648
Derek Schuff71d9a922019-04-24 21:36:006649#if BUILDFLAG(ENABLE_NACL)
6650const char kNaclName[] = "Native Client";
6651const char kNaclDescription[] =
6652 "Support Native Client for all web applications, even those that were not "
6653 "installed from the Chrome Web Store.";
Fabian Sommer0d6568b2022-01-05 16:58:346654const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client";
6655const char kVerboseLoggingInNaclDescription[] =
6656 "Control the level of verbose logging in Native Client modules for "
6657 "debugging purposes.";
6658const char kVerboseLoggingInNaclChoiceDefault[] = "Default";
6659const char kVerboseLoggingInNaclChoiceLow[] = "Low";
6660const char kVerboseLoggingInNaclChoiceMedium[] = "Medium";
6661const char kVerboseLoggingInNaclChoiceHigh[] = "High";
6662const char kVerboseLoggingInNaclChoiceHighest[] = "Highest";
6663const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled";
Derek Schuff71d9a922019-04-24 21:36:006664#endif // ENABLE_NACL
6665
Alan Screened2fdda2021-09-15 17:24:466666#if BUILDFLAG(ENABLE_OOP_PRINTING)
6667const char kEnableOopPrintDriversName[] =
6668 "Enables Out-of-Process Printer Drivers";
6669const char kEnableOopPrintDriversDescription[] =
6670 "Enables printing interactions with the operating system to be performed "
6671 "out-of-process.";
6672#endif // BUILDFLAG(ENABLE_OOP_PRINTING)
6673
Xiaohan Wang55ae2c012022-01-20 21:49:116674#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:566675const char kPaintPreviewDemoName[] = "Paint Preview Demo";
6676const char kPaintPreviewDemoDescription[] =
6677 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:356678 "previews.";
Xiaohan Wang55ae2c012022-01-20 21:49:116679#endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID)
ckitagawa8dad53d2020-01-07 16:03:356680
Lei Zhangc05af2a2020-05-15 20:54:056681#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
Yuheng Huang4d0b941fc2021-10-12 05:30:366682const char kWebUITabStripFlagId[] = "webui-tab-strip";
Lei Zhangc05af2a2020-05-15 20:54:056683const char kWebUITabStripName[] = "WebUI tab strip";
6684const char kWebUITabStripDescription[] =
6685 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:006686
6687const char kWebUITabStripContextMenuAfterTapName[] =
6688 "WebUI tab strip context menu after tap";
6689const char kWebUITabStripContextMenuAfterTapDescription[] =
6690 "Enables the context menu to appear after a tap gesture rather than "
6691 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:056692#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
6693
Yuta Hijikata235fc62b2020-12-08 03:48:326694#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:486695const char kWebUITabStripTabDragIntegrationName[] =
6696 "ChromeOS drag-drop extensions for WebUI tab strip";
6697const char kWebUITabStripTabDragIntegrationDescription[] =
6698 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
6699 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:326700#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:486701
Xiaohan Wang55ae2c012022-01-20 21:49:116702#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:286703
6704const char kAutofillCreditCardUploadName[] =
6705 "Enable offering upload of Autofilled credit cards";
6706const char kAutofillCreditCardUploadDescription[] =
6707 "Enables a new option to upload credit cards to Google Payments for sync "
6708 "to all Chrome devices.";
6709
Xiaohan Wang55ae2c012022-01-20 21:49:116710#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:286711
Xiaohan Wang55ae2c012022-01-20 21:49:116712#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:336713const char kElasticOverscrollName[] = "Elastic Overscroll";
6714const char kElasticOverscrollDescription[] =
6715 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
Xiaohan Wang55ae2c012022-01-20 21:49:116716#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:336717
Xiaohan Wang55ae2c012022-01-20 21:49:116718#if BUILDFLAG(IS_WIN) || \
6719 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
6720 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
Wei Li51e9c162021-02-01 19:53:356721const char kUIDebugToolsName[] = "Debugging tools for UI";
6722const char kUIDebugToolsDescription[] =
6723 "Enables additional keyboard shortcuts to help debugging.";
Andrea Gomez6536254b2022-08-03 09:07:596724
6725const char kDesktopDetailedLanguageSettingsName[] =
6726 "Detailed Language Settings (Desktop)";
6727const char kDesktopDetailedLanguageSettingsDescription[] =
6728 "Enable the new detailed language settings page";
Gabriel Oliveirac1792c82022-08-17 17:31:416729
Tibor Goldschwendtf9501a62023-03-23 03:11:196730const char kSyncPollImmediatelyOnEveryStartupName[] =
6731 "Sync Poll Immediately On Every Startup";
6732const char kSyncPollImmediatelyOnEveryStartupDescription[] =
6733 "Sends a poll GetUpdates request on every browser startup.";
6734
Gabriel Oliveirac1792c82022-08-17 17:31:416735const char kSyncPromoAfterSigninInterceptName[] =
6736 "Sync Promo After Sign-in Intercept";
6737const char kSyncPromoAfterSigninInterceptDescription[] =
6738 "Enable updates in the first run experience for a new profile in the "
6739 "Sign-in Intercept, such as a Sync Promo step and an updated Profile "
6740 "Customization UI, which is also used for local profile creation.";
6741
6742const char kSigninInterceptBubbleV2Name[] = "Sign-in Intercept Bubble V2";
6743const char kSigninInterceptBubbleV2Description[] =
6744 "Enable visual updates to the sign-in intercept bubble, such as updated "
6745 "illustration, strings and an enterprise disclaimer.";
Wei Li51e9c162021-02-01 19:53:356746#endif
6747
Tomas Popela253a5832019-01-14 17:22:106748#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:546749const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
6750const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:106751 "When enabled the WebRTC will use the PipeWire multimedia server for "
6752 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:106753#endif // #if defined(WEBRTC_USE_PIPEWIRE)
6754
ananubisff476b02021-07-27 07:09:586755#if BUILDFLAG(IS_CHROMEOS_ASH)
Ben Franz441a84c2022-04-05 08:44:556756const char kChromeKioskEnableLacrosName[] =
6757 "Enables Lacros in the chrome app Kiosk";
6758const char kChromeKioskEnableLacrosDescription[] =
6759 "Uses Lacros-chrome as the web browser in the chrome app Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:356760 "ChromeOS. When disabled, the Ash-chrome will be used";
Ben Franz441a84c2022-04-05 08:44:556761
ananubisff476b02021-07-27 07:09:586762const char kWebKioskEnableLacrosName[] =
6763 "Enables Lacros in the web (PWA) Kiosk";
6764const char kWebKioskEnableLacrosDescription[] =
6765 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:356766 "ChromeOS. When disabled, the Ash-chrome will be used";
Jenny Zhang6bdaa162022-07-14 01:22:306767
6768const char kDisableLacrosTtsSupportName[] = "Disable lacros tts support";
6769const char kDisableLacrosTtsSupportDescription[] =
6770 "Disable lacros support for text to speech.";
6771
Vivian Paofc22288b2022-12-07 03:00:116772const char kPromiseIconsName[] = "Promise Icons";
6773const char kPromiseIconsDescription[] =
6774 "Enables promise icons in the Launcher and Shelf (if the app is pinned) "
6775 "for app installations.";
6776
ananubisff476b02021-07-27 07:09:586777#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6778
Brett Wilson7b44537e2017-08-18 01:38:286779// ============================================================================
6780// Don't just add flags to the end, put them in the right section in
6781// alphabetical order just like the header file.
6782// ============================================================================
6783
vabr0215a8e2017-03-28 12:47:346784} // namespace flag_descriptions