blob: f078ee8a6af09cb992920e17d8b17d66d53190df [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";
manukh0c4506302023-03-30 19:22:47725const char kChromeRefresh2023Description[] =
726 "Refresh of Chrome Desktop UI, excluding most of omnibox UI that is "
727 "controlled by a separate flag.";
Elaine Chienf90ffa72023-01-25 19:18:32728
Yue Zhang25d72962022-06-13 21:14:05729const char kCommerceHintAndroidName[] = "Commerce Hint Android";
730const char kCommerceHintAndroidDescription[] =
731 "Enables commerce hint detection on Android.";
732
Jae Hoon Kim2d4256e2022-04-15 21:59:09733const char kConsumerAutoUpdateToggleAllowedName[] =
734 "Allow Consumer Auto Update Toggle";
735const char kConsumerAutoUpdateToggleAllowedDescription[] =
736 "Allow enabling the consumer auto update toggle in settings";
737
Nandhini11a6a87b2019-08-22 22:45:24738const char kContextMenuSearchWithGoogleLensName[] =
739 "Google Lens powered image search in the context menu.";
740const char kContextMenuSearchWithGoogleLensDescription[] =
741 "Replaces default image search with an intent to Google Lens when "
742 "supported.";
743
Anudeep Palankic903c59e2023-01-26 16:46:55744const char kContextMenuGoogleLensSearchOptimizationsName[] =
745 "Google Lens powered image search string variations in the context menu.";
746const char kContextMenuGoogleLensSearchOptimizationsDescription[] =
747 "Replaces Google Lens string variations when Google Lens is supported.";
748
Shuran Huangd11e73e2021-04-14 16:10:12749const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
750 "Clear window name in top-level cross-site cross-browsing-context-group "
751 "navigation";
752const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
753 "Clear the preserved window.name property when it's a top-level cross-site "
754 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29755
Dana Fried16e9d9c2021-01-28 09:32:28756#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
757const char kChromeTipsInMainMenuName[] =
758 "Show 'Tips for Chrome' in Help portion of main menu.";
759const char kChromeTipsInMainMenuDescription[] =
760 "Enables 'Tips for Chrome' in main menu; the menu item will take users to "
761 "an official Google site with information about the latest and most "
762 "popular Chrome features.";
Dana Fried1ae80f32021-05-10 19:57:37763
764const char kChromeTipsInMainMenuNewBadgeName[] =
765 "Show 'New' promo badge on 'Tips for Chrome' in Help portion of main menu.";
766const char kChromeTipsInMainMenuNewBadgeDescription[] =
767 "Enables 'New' promo badge on 'Tips for Chrome' in main menu; experiment to"
768 " test the value of this user education feature.";
Dana Fried16e9d9c2021-01-28 09:32:28769#endif
770
rbpottere877c1f2021-06-15 00:23:55771const char kChromeWhatsNewUIName[] =
772 "Show Chrome What's New page at chrome://whats-new";
773const char kChromeWhatsNewUIDescription[] =
774 "Enables Chrome What's New page at chrome://whats-new.";
775
Sanja Perisica1e5cd82022-02-24 11:52:50776extern const char kDeviceForceScheduledRebootName[] =
777 "Enable DeviceScheduledReboot policy for all sessions.";
778extern const char kDeviceForceScheduledRebootDescription[] =
779 "Schedule recurring reboot for the device. Reboots are always executed at "
780 "a scheduled time. If the session is active, user will be notified about "
781 "the reboot, but the reboot will not be delayed.";
782
Alexis Menard61ecb91d2021-07-17 04:10:33783const char kDevicePostureName[] = "Device Posture API";
784const char kDevicePostureDescription[] =
785 "Enables Device Posture API (foldable devices)";
786
Mei Liang36e41a5e2022-02-10 01:43:50787const char kDiscountConsentV2Name[] = "Discount Consent V2";
788const char kDiscountConsentV2Description[] = "Enables Discount Consent V2";
789
Kamila5e9935682022-08-05 12:43:29790const char kDisruptiveNotificationPermissionRevocationName[] =
791 "Disruptive notification permission revocation";
792const char kDisruptiveNotificationPermissionRevocationDescription[] =
793 "Enables revoking the notification permission on sites that send "
794 "disruptive notifications unless the permission was granted through a "
795 "prompt that informed the user about this possibility.";
796
Daniele Castagna6a5cbdeb62020-02-18 22:48:14797const char kDoubleBufferCompositingName[] = "Double buffered compositing";
798const char kDoubleBufferCompositingDescription[] =
799 "Use double buffer for compositing (instead of triple-buffering). "
800 "Latency should be reduced in some cases. On the other hand, more skipped "
801 "frames are expected.";
802
Youssef Esmat9cdb6b42022-12-21 19:28:45803const char kMainThreadCompositingPriorityName[] =
804 "Main thread runs as compositing";
805const char kMainThreadCompositingPriorityDescription[] =
806 "Runs the main thread at compositing priority since it responds to input "
807 "and is on the critical path.";
808
Mei Liangd79d3822022-10-26 21:55:25809const char kMerchantWidePromotionsName[] = "Merchant wide promotions";
810const char kMerchantWidePromotionsDescription[] =
811 "Enables the discount consent for all merchants, and show merchant wide "
812 "promotions if they are available";
813
Mei Liangd5813c32022-10-29 01:09:07814const char kCodeBasedRBDName[] = "Code-based RBD";
815const char kCodeBasedRBDDescription[] = "Enables the Code-based RBD.";
816
Christopher Cameronceb8727d2017-09-07 23:53:16817const char kForceColorProfileSRGB[] = "sRGB";
818const char kForceColorProfileP3[] = "Display P3 D65";
Christopher Cameronb15ffe62022-11-15 10:25:31819const char kForceColorProfileRec2020[] = "ITU-R BT.2020";
Christopher Cameronceb8727d2017-09-07 23:53:16820const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03821const char kForceColorProfileSCRGBLinear[] =
822 "scRGB linear (HDR where available)";
823const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16824
825const char kForceColorProfileName[] = "Force color profile";
826const char kForceColorProfileDescription[] =
827 "Forces Chrome to use a specific color profile instead of the color "
828 "of the window's current monitor, as specified by the operating system.";
829
Chris Blumeb504da1f22020-04-27 00:21:44830const char kDynamicColorGamutName[] = "Dynamic color gamut";
831const char kDynamicColorGamutDescription[] =
832 "Displays in wide color when the content is wide. When the content is "
833 "not wide, displays sRGB";
834
Keishi Hattori15299742020-04-20 04:00:09835const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
836const char kCooperativeSchedulingDescription[] =
837 "Enables cooperative scheduling in Blink.";
838
Lijin Shen5feade62019-09-17 03:01:01839const char kDarkenWebsitesCheckboxInThemesSettingName[] =
840 "Darken websites checkbox in themes setting";
841const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
842 "Show a darken websites checkbox in themes settings when system default or "
843 "dark is selected. The checkbox can toggle the auto-darkening web contents "
844 "feature";
845
Brett Wilsonf27ff602017-07-07 22:28:47846const char kDebugPackedAppName[] = "Debugging for packed apps";
847const char kDebugPackedAppDescription[] =
848 "Enables debugging context menu options such as Inspect Element for packed "
849 "applications.";
850
Brett Wilsonf27ff602017-07-07 22:28:47851const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
852const char kDebugShortcutsDescription[] =
853 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
854
Sharon Yangf390ea92021-06-23 19:55:40855const char kDisableProcessReuse[] = "Disable subframe process reuse";
856const char kDisableProcessReuseDescription[] =
857 "Prevents out-of-process iframes from reusing compatible processes from "
858 "unrelated tabs. This is an experimental mode that will result in more "
859 "processes being created.";
860
Brett Wilsonf27ff602017-07-07 22:28:47861const char kDisallowDocWrittenScriptsUiName[] =
862 "Block scripts loaded via document.write";
863const char kDisallowDocWrittenScriptsUiDescription[] =
864 "Disallows fetches for third-party parser-blocking scripts inserted into "
865 "the main frame via document.write.";
866
Yann Dagoc9bca0352023-02-28 16:30:50867#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
868const char kDisallowManagedProfileSignoutName[] =
869 "Disallow managed profile signout";
870const char kDisallowManagedProfileSignoutDescription[] =
871 "Disallows signing out from managed profiles.";
872#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
873
Vladimir Levin501455e2022-11-04 20:04:54874const char kViewTransitionName[] = "viewTransition API";
875const char kViewTransitionDescription[] =
876 "Controls the availability of the viewTransition JavaScript API.";
Vladimir Levin4fd9269d2021-03-12 20:07:21877
Khushal Sagarb5af36e2022-11-09 22:33:29878const char kViewTransitionOnNavigationName[] =
879 "viewTransition API for navigations";
880const char kViewTransitionOnNavigationDescription[] =
881 "Controls the availability of the viewTransition API on document "
882 "navigations.";
883
Mark Schillaci402301cb2022-02-02 18:36:37884const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility";
885const char kEnableAutoDisableAccessibilityDescription[] =
886 "When accessibility APIs are no longer being requested, automatically "
887 "disables accessibility. This might happen if an assistive technology is "
888 "turned off or if an extension which uses accessibility APIs no longer "
889 "needs them.";
890
Jack Lynchef0bac52022-11-01 21:22:18891const char kEnableAutoDisableAccessibilityV2Name[] =
892 "Auto-disable Accessibility V2";
893const char kEnableAutoDisableAccessibilityV2Description[] =
894 "Automatically disable accessibility when Android reports no assistive "
895 "technologies are running. Might break accessibility for assistive "
896 "technologies without isAccessibilityTool set.";
897
Mohamed Amir Yoseff6763132021-02-18 15:53:14898const char kEnableAutofillAddressSavePromptName[] =
899 "Autofill Address Save Prompts";
900const char kEnableAutofillAddressSavePromptDescription[] =
901 "Enable the Autofill address save prompts.";
902
Lily Chen17c57972020-04-22 19:27:44903const char kEnableExperimentalCookieFeaturesName[] =
904 "Enable experimental cookie features";
905const char kEnableExperimentalCookieFeaturesDescription[] =
906 "Enable new features that affect setting, sending, and managing cookies. "
907 "The enabled features are subject to change at any time.";
908
Peng Huanga0f7d7e52021-09-29 13:27:13909const char kEnableRawDrawName[] = "Enable raw draw";
910const char kEnableRawDrawDescription[] =
911 "When enabled, web content will be rastered on output surface directly.";
912
Peter McNeeley8a0156d22022-02-01 20:37:54913const char kEnableDelegatedCompositingName[] = "Enable delegated compositing";
914const char kEnableDelegatedCompositingDescription[] =
915 "When enabled and applicable, the act of compositing is delegated to Ash.";
916
Jenny Blessing45326bf2019-08-29 23:50:37917const char kEnableRemovingAllThirdPartyCookiesName[] =
918 "Enable removing SameSite=None cookies";
919const char kEnableRemovingAllThirdPartyCookiesDescription[] =
920 "Enables UI on chrome://settings/siteData to remove all third-party "
921 "cookies and site data.";
922
Sonja Laurilac0492c852021-09-17 14:49:32923const char kDesktopPWAsAdditionalWindowingControlsName[] =
924 "Desktop PWA Window Minimize/maximize/restore";
925const char kDesktopPWAsAdditionalWindowingControlsDescription[] =
926 "Enable PWAs to manually recreate the minimize, maximize and restore "
927 "window functionalities with respective APIs.";
928
liqining.keiling151bedd62022-08-17 19:18:26929#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
930
931const char kDesktopPWAsAppHomePageFlagId[] =
932 "enable-desktop-pwas-app-home-page";
933const char kDesktopPWAsAppHomePageName[] = "desktop PWAs app home page";
934const char kDesktopPWAsAppHomePageDescription[] =
935 "Use new chrome://apps page which has different UX on desktop";
936
937#endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
938
Alan Cuttereaae7f42020-12-07 02:24:11939const char kDesktopPWAsElidedExtensionsMenuName[] =
940 "Desktop PWAs elided extensions menu";
941const char kDesktopPWAsElidedExtensionsMenuDescription[] =
942 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
943 "app menu for web app windows.";
944
Alan Cutter62704892021-08-31 21:27:17945const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
946const char kDesktopPWAsLaunchHandlerDescription[] =
947 "Enable web app manifests to declare app launch behavior. Prototype "
948 "implementation of: "
Alan Cutter203d5de2022-10-28 04:53:37949 "https://github.com/WICG/web-app-launch/blob/main/launch_handler.md";
Alan Cutter62704892021-08-31 21:27:17950
Lei Zhang507fffd2020-01-29 23:47:54951const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
952const char kDesktopPWAsTabStripDescription[] =
Louise Brett015114f2022-11-07 04:14:11953 "Experimental UI for tabbed application mode - exploring what PWA windows "
954 "would look like with a tab strip.";
Alan Cutter121812d2020-01-09 05:03:37955
Louise Brett51548fb2021-06-18 00:27:21956const char kDesktopPWAsTabStripSettingsName[] =
957 "Desktop PWA tab strips settings";
958const char kDesktopPWAsTabStripSettingsDescription[] =
959 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
960
Ivan Šandrk8a710392021-05-20 13:53:13961const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
962const char kDesktopPWAsSubAppsDescription[] =
963 "Enable installed PWAs to create shortcuts by installing their sub apps. "
964 "Prototype implementation of: "
965 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
966
Abhinav Kasamsettyd7bb22c2023-01-31 08:18:32967const char kDesktopPWAsScopeExtensionsName[] = "Desktop PWA Scope Extensions";
968const char kDesktopPWAsScopeExtensionsDescription[] =
969 "Enable web app manifests to declare scope extensions to extend app scope "
970 "to other origins. Prototype implementation of: "
971 "https://github.com/WICG/manifest-incubations/blob/gh-pages/"
972 "scope_extensions-explainer.md";
973
Sonja Laurila67ab70d2022-05-13 13:57:26974const char kDesktopPWAsBorderlessName[] = "Desktop PWA Borderless";
975const char kDesktopPWAsBorderlessDescription[] =
976 "Enable web app manifests to declare borderless mode as a display "
977 "override. Prototype implementation of: go/borderless-mode.";
978
Alexey Baskakovd913a1272021-07-09 02:12:19979const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
980const char kDesktopPWAsWebBundlesDescription[] =
981 "Adds support for web bundles, making web apps able to be launched "
982 "offline.";
983
Phillis Tangdc765bbd2022-08-10 22:41:26984const char kDesktopPWAsDetailedInstallDialogName[] =
985 "Desktop PWAs Detailed Install Dialog";
986const char kDesktopPWAsDetailedInstallDialogDescription[] =
987 "Enable PWAs with screenshots to show a detailed install dialog during "
988 "installation";
989
Camden King332a4e02023-01-25 22:07:16990const char kSkipServiceWorkerCheckInstallOnlyName[] =
991 "Skip service worker check for PWA installs";
992const char kSkipServiceWorkerCheckInstallOnlyDescription[] =
993 "Allows PWAs to be installed without a service worker.";
994
995const char kSkipServiceWorkerForInstallPromptName[] =
996 "Promote PWA installation without a service worker";
997const char kSkipServiceWorkerForInstallPromptDescription[] =
998 "Allows PWAs that can be installed without a service worker to be "
999 "promoted. Requires #enable-skip-service-worker-check-install-only flag to "
1000 "also be enabled.";
1001
Alan Cutterb85c0d22022-01-28 01:46:101002const char kEnablePreinstalledWebAppDuplicationFixerName[] =
1003 "Enable the app deduplication fix for migrated preinstalled web apps";
1004const char kEnablePreinstalledWebAppDuplicationFixerDescription[] =
1005 "The preinstalled web app migration encountered app duplication issues "
1006 "when it rolled out. This code path will attempt to re-migrate instances "
1007 "of app duplication where the old app failed to stay removed. See "
1008 "https://crbug.com/1290716.";
1009
Steven Valdez89a44ea92019-05-01 15:18:491010const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
1011const char kEnableTLS13EarlyDataDescription[] =
1012 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
1013 "during the handshake when resuming a connection to a compatible TLS 1.3 "
1014 "server.";
1015
Katie Dektar7faf40ba2023-01-11 22:19:301016const char kAccessibilityAcceleratorNotificationsTimeoutName[] =
1017 "Allows accelerator notifications for accessibility features to time out";
1018const char kAccessibilityAcceleratorNotificationsTimeoutDescription[] =
1019 "Enables notifications for accessibility features turned on by keyboard "
1020 "shortcut (docked magnifier, screen magnifier and high contrast) to time "
1021 "out instead of remaining pinned.";
1022
Katie Dektar29e670d82022-08-23 17:54:401023const char kAccessibilityServiceName[] = "Experimental Accessibility Service";
1024const char kAccessibilityServiceDescription[] =
1025 "This option enables the experimental Accessibility Service and runs some "
1026 "accessibility features in the service.";
1027
Katie Dektar4cf2df72022-08-26 22:31:191028const char kExperimentalAccessibilityColorEnhancementSettingsName[] =
1029 "Experimental Accessibility color enhancement settings";
1030const char kExperimentalAccessibilityColorEnhancementSettingsDescription[] =
1031 "This option enables the experimental Accessibility color enhancement "
1032 "settings found in the OS Accessibility settings.";
1033
Katie Dektar7143fb02023-03-20 21:01:511034const char kAccessibilityDeprecateChromeVoxTabsName[] =
1035 "This option enables the ChromeVox tabs menu deprecation";
1036const char kAccessibilityDeprecateChromeVoxTabsDescription[] =
1037 "Enabling this option will remove the ChromeVox tabs menu from the "
1038 "ChromeVox menus.";
1039
Josiah Krutzc796db12022-09-02 23:38:371040const char kAccessibilitySelectToSpeakPageMigrationName[] =
1041 "Select-to-Speak Page Migration";
1042const char kAccessibilitySelectToSpeakPageMigrationDescription[] =
1043 "This option enables Select-to-Speak page migration from extension options "
1044 "page to a Chrome OS settings page.";
1045
Josiah Krutzef021612023-02-10 05:04:541046const char kAccessibilityChromeVoxPageMigrationName[] =
1047 "ChromeVox Page Migration";
1048const char kAccessibilityChromeVoxPageMigrationDescription[] =
1049 "This option enables ChromeVox page migration from extension options page"
1050 "to a Chrome OS settings page.";
1051
Jacob Francisee72f8c2022-10-26 17:01:001052const char kAccessibilitySelectToSpeakContextMenuOptionName[] =
1053 "Select-To-Speak Context menu option";
1054const char kAccessibilitySelectToSpeakContextMenuOptionDescription[] =
1055 "This option enables a context menu option that will speak the selected "
1056 "text";
1057
Josiah Krutzf581bb02022-10-13 22:57:011058const char kAccessibilitySelectToSpeakHoverTextImprovementsName[] =
1059 "Select-to-Speak Hover Text Improvements";
1060const char kAccessibilitySelectToSpeakHoverTextImprovementsDescription[] =
1061 "This option enables improvements in the text shown when hovering over the "
1062 "Select-to-Speak feature icon in the system tray.";
1063
Mark Schillacifcf19922023-03-30 20:20:071064const char kAccessibilityUnserializeOptimizationsName[] =
1065 "Experimental optimzations for accessibility";
1066const char kAccessibilityUnserializeOptimizationsDescription[] =
1067 "This option enables the use of experimental optimzations to the "
1068 "AXTree::Unserialize method, which may improve browser-side accessibility "
1069 "performance.";
1070
James Hollyer1b943edb2020-10-28 03:28:061071const char kMacCoreLocationBackendName[] = "Core Location Backend";
1072const char kMacCoreLocationBackendDescription[] =
1073 "Enables usage of the Core Location APIs as the backend for Geolocation "
1074 "API";
James Hollyer070f60a2020-05-05 06:13:151075
Mohamed Adel52ac1ae2020-09-08 16:10:271076const char kNewMacNotificationAPIName[] =
1077 "Determines which notification API to use on macOS devices";
1078const char kNewMacNotificationAPIDescription[] =
1079 "Enables the usage of Apple's new notification API which will run on macOS "
1080 "10.14+";
1081
Pete Lavallee2d4415c72019-10-07 20:43:561082const char kWinrtGeolocationImplementationName[] =
1083 "WinRT Geolocation Implementation";
1084const char kWinrtGeolocationImplementationDescription[] =
1085 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
1086 "for geolocation";
1087
Dominic Farolinoaf2f3b72021-05-03 23:44:161088const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
1089const char kEnableFencedFramesDescription[] =
1090 "Fenced frames are an experimental web platform feature that allows "
Nan Lin066a81a2022-04-20 18:46:541091 "embedding an isolated top-level page. This requires "
1092 "#privacy-sandbox-ads-apis to also be enabled. See "
Dominic Farolinoaf2f3b72021-05-03 23:44:161093 "https://github.com/shivanigithub/fenced-frame";
1094
James Hollyer24f30cb722021-06-18 21:22:241095const char kEnableGamepadButtonAxisEventsName[] =
1096 "Gamepad Button and Axis Events";
1097const char kEnableGamepadButtonAxisEventsDescription[] =
1098 "Enables the ability to subscribe to changes in buttons and/or axes "
1099 "on the gamepad object.";
1100
Mikhail Pozdnyakov73373a62017-08-24 17:31:251101const char kEnableGenericSensorExtraClassesName[] =
1102 "Generic Sensor Extra Classes";
1103const char kEnableGenericSensorExtraClassesDescription[] =
1104 "Enables an extra set of sensor classes based on Generic Sensor API, which "
1105 "expose previously unavailable platform features, i.e. AmbientLightSensor "
1106 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:471107
Vikas Soni78daa632019-01-12 01:32:521108const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
1109const char kEnableGpuServiceLoggingDescription[] =
1110 "Enable printing the actual GL driver calls.";
1111
Christian Flach3de81af12022-06-10 17:53:111112const char kEnableIsolatedWebAppsName[] = "Enable Isolated Web Apps";
1113const char kEnableIsolatedWebAppsDescription[] =
1114 "Enables experimental support for isolated web apps. "
1115 "See https://github.com/reillyeon/isolated-web-apps for more information.";
1116
Robbie McElrath8bc8f2b2022-11-14 19:59:021117const char kEnableIsolatedWebAppDevModeName[] =
1118 "Enable Isolated Web App Developer Mode";
1119const char kEnableIsolatedWebAppDevModeDescription[] =
1120 "Enables the installation of unverified Isolated Web Apps";
1121
Chase Phillipsf29be252023-02-02 22:19:391122const char kEnableIwaControlledFrameName[] = "Enable IWA Controlled Frame";
1123const char kEnableIwaControlledFrameDescription[] =
1124 "Enables experimental support for IWA Controlled Frame. "
1125 "See "
1126 "https://github.com/chasephillips/controlled-frame/blob/main/EXPLAINER.md "
1127 "for more information.";
1128
Zentaro Kavanagh9d1307e2022-02-23 21:33:051129const char kEnableRgbKeyboardName[] = "Enable RGB Keyboard Support";
1130const char kEnableRgbKeyboardDescription[] =
1131 "Enable RGB Keyboard support on supported devices.";
1132
Jimmy Gong07656e42021-04-08 02:31:081133const char kEnableShortcutCustomizationAppName[] =
1134 "Enable shortcut customization app";
1135const char kEnableShortcutCustomizationAppDescription[] =
1136 "Enable the shortcut customization SWA, allowing users to customize system "
1137 "shortcuts.";
1138
Cam Bickeld363a1792022-10-06 16:59:091139extern const char kEnableShortcutCustomizationName[] =
1140 "Enable customization in new shortcuts app";
1141extern const char kEnableShortcutCustomizationDescription[] =
1142 "Enable customization of shortcuts in the new shortcuts app.";
1143
Cam Bickelfd253282023-02-09 20:12:221144extern const char kEnableSearchInShortcutsAppName[] =
1145 "Enable search in new shortcuts app";
1146extern const char kEnableSearchInShortcutsAppDescription[] =
1147 "Enable searching for shortcuts in the new shortcuts app.";
1148
David Padlipskya68a56442022-11-02 22:06:131149const char kEnableInputDeviceSettingsSplitName[] =
1150 "Enable input device settings split";
1151const char kEnableInputDeviceSettingsSplitDescription[] =
1152 "Enable input device settings to be split per-device.";
1153
Michael Checo26110cc92022-05-04 00:55:071154const char kExperimentalRgbKeyboardPatternsName[] =
1155 "Enable experimental RGB Keyboard patterns support";
1156const char kExperimentalRgbKeyboardPatternsDescription[] =
1157 "Enable experimental RGB Keyboard patterns support on supported devices.";
1158
Varun Khanejae493d2b22022-02-18 18:17:311159const char kDownloadBubbleName[] = "Enable download bubble";
1160const char kDownloadBubbleDescription[] =
1161 "Enables the download bubble instead of the download shelf.";
1162
thefroge0ea8bd2022-06-24 15:04:531163const char kDownloadBubbleV2Name[] = "Enable download bubble V2";
1164const char kDownloadBubbleV2Description[] =
1165 "Adds features to the download bubble not available on the download shelf. "
1166 "Only works if the base download bubble flag download-bubble is also "
1167 "enabled.";
1168
Xing Liua8d6b272021-11-11 00:02:161169const char kDownloadRangeName[] = "Enable download range support";
1170const char kDownloadRangeDescription[] =
1171 "Enables arbitrary download range request support.";
1172
Awad Osman33029872022-12-02 19:04:261173const char kEnableEnhancedSafeBrowsingSettingsImprovementsName[] =
1174 "Enable enhanced safe browsing settings improvements";
1175const char kEnableEnhancedSafeBrowsingSettingsImprovementsDescription[] =
1176 "Adds an in-product-help bubble to the ESB settings options when users are "
1177 "directed to the chrome security settings page through ESB promotions and "
1178 "also collapses the ESB option.";
1179
Bernhard Bauer5533f9912017-11-06 17:56:021180const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
1181const char kEnableNetworkLoggingToFileDescription[] =
1182 "Enables network logging to a file named netlog.json in the user data "
1183 "directory. The file can be imported into chrome://net-internals.";
1184
Shakti Sahu5a046f62019-03-12 19:25:341185const char kEnableNewDownloadBackendName[] = "Enable new download backend";
1186const char kEnableNewDownloadBackendDescription[] =
1187 "Enables the new download backend that uses offline content provider";
1188
Alexander Timina812932f2022-06-29 23:39:341189const char kEnablePerfettoSystemTracingName[] =
1190 "Enable Perfetto system tracing";
1191const char kEnablePerfettoSystemTracingDescription[] =
1192 "When enabled, Chrome will attempt to connect to the system tracing "
1193 "service";
1194
Doug Arnettc52291a2020-05-07 18:52:301195const char kEnableTranslateSubFramesName[] = "Translate sub frames";
1196const char kEnableTranslateSubFramesDescription[] =
1197 "Enable the translation of sub frames (as well as the main frame)";
1198
Matt Reynolds9e96d08d2022-09-30 01:28:501199const char kEnableWebUsbOnExtensionServiceWorkerName[] =
1200 "Enable WebUSB on extension service workers";
1201const char kEnableWebUsbOnExtensionServiceWorkerDescription[] =
1202 "When enabled, WebUSB API is available on extension service workers.";
1203
Qiaofei Yebeb9a232020-07-22 23:47:041204const char kEnableWindowsGamingInputDataFetcherName[] =
1205 "Enable Windows.Gaming.Input";
1206const char kEnableWindowsGamingInputDataFetcherDescription[] =
1207 "Enable Windows.Gaming.Input by default to provide game controller "
1208 "support on Windows 10 desktop.";
1209
Titouan Rigoudyf619f5462020-09-25 16:35:491210const char kBlockInsecurePrivateNetworkRequestsName[] =
1211 "Block insecure private network requests.";
1212const char kBlockInsecurePrivateNetworkRequestsDescription[] =
Titouan Rigoudy449de9d2022-02-16 19:14:061213 "Prevents non-secure contexts from making subresource requests to "
1214 "more-private IP addresses. See also: "
1215 "https://developer.chrome.com/blog/private-network-access-update/";
1216
1217const char kPrivateNetworkAccessSendPreflightsName[] =
1218 "Send Private Network Access preflights";
1219const char kPrivateNetworkAccessSendPreflightsDescription[] =
1220 "Enables sending Private Network Access preflights ahead of requests to "
1221 "more-private IP addresses. Failed preflights display warnings in DevTools "
1222 "without failing entire request. See also: "
1223 "https://developer.chrome.com/blog/private-network-access-preflight/";
1224
1225const char kPrivateNetworkAccessRespectPreflightResultsName[] =
1226 "Respect the result of Private Network Access preflights";
1227const char kPrivateNetworkAccessRespectPreflightResultsDescription[] =
1228 "Enables sending Private Network Access preflights ahead of requests to "
1229 "more-private IP addresses. These preflight requests must succeed in order "
1230 "for the request to proceed. See also: "
1231 "https://developer.chrome.com/blog/private-network-access-preflight/";
Titouan Rigoudyf619f5462020-09-25 16:35:491232
Yifan Luo6e4029d52022-08-11 17:28:111233const char kPrivateNetworkAccessPreflightShortTimeoutName[] =
1234 "Reduce waiting time for Private Network Access preflights response";
1235const char kPrivateNetworkAccessPreflightShortTimeoutDescription[] =
1236 "Reduce the waiting time for Private Network Access preflights to 200 "
1237 "milliseconds. The default timeout period for requests is 5 minutes."
1238 "See also: "
1239 "https://developer.chrome.com/blog/private-network-access-preflight/";
1240
Zentaro Kavanagh53c48cb22021-03-25 00:19:061241const char kDeprecateAltClickName[] =
1242 "Enable Alt+Click deprecation notifications";
1243const char kDeprecateAltClickDescription[] =
1244 "Start providing notifications about Alt+Click deprecation and enable "
1245 "Search+Click as an alternative.";
1246
Zentaro Kavanaghc1898fe2021-06-25 00:31:451247const char kDeprecateAltBasedSixPackName[] =
1248 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1249const char kDeprecateAltBasedSixPackDescription[] =
1250 "Show deprecation notifications and disable functionality for Alt based "
1251 "six pack deprecations. The Search based versions continue to work.";
1252
Chris Hall4a4225f62019-01-18 03:07:161253const char kExperimentalAccessibilityLanguageDetectionName[] =
1254 "Experimental accessibility language detection";
1255const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1256 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221257 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161258
Chris Hall4f3ca5582019-11-19 02:55:491259const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1260 "Experimental accessibility language detection for dynamic content";
1261const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1262 "Enable language detection for dynamic content which is then exposed to "
1263 "assistive technologies such as screen readers.";
1264
Alexei Filippov522a5222019-03-29 03:33:181265const char kMemlogName[] = "Chrome heap profiler start mode.";
1266const char kMemlogDescription[] =
1267 "Starts heap profiling service that records sampled memory allocation "
1268 "profile having each sample attributed with a callstack. "
1269 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1270 "Recorded heap dumps can be obtained at chrome://tracing "
1271 "[category:memory-infra] and chrome://memory-internals. This setting "
1272 "controls which processes will be profiled since their start. To profile "
1273 "any given process at a later time use chrome://memory-internals page.";
1274const char kMemlogModeMinimal[] = "Browser and GPU";
1275const char kMemlogModeAll[] = "All processes";
1276const char kMemlogModeAllRenderers[] = "All renderers";
1277const char kMemlogModeRendererSampling[] = "Single renderer";
1278const char kMemlogModeBrowser[] = "Browser only";
1279const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271280
Alexei Filippov522a5222019-03-29 03:33:181281const char kMemlogSamplingRateName[] =
1282 "Heap profiling sampling interval (in bytes).";
1283const char kMemlogSamplingRateDescription[] =
1284 "Heap profiling service uses Poisson process to sample allocations. "
Erik Chend0ec40e2021-09-17 22:43:561285 "Default value for the interval between samples is 1000000 (1MB). "
Alexei Filippov522a5222019-03-29 03:33:181286 "This results in low noise for large and/or frequent allocations "
Erik Chend0ec40e2021-09-17 22:43:561287 "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221288 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181289 "can be trusted with high fidelity. "
1290 "Lower intervals produce higher samples resolution, but come at a cost of "
1291 "higher performance overhead.";
1292const char kMemlogSamplingRate10KB[] = "10KB";
1293const char kMemlogSamplingRate50KB[] = "50KB";
1294const char kMemlogSamplingRate100KB[] = "100KB";
1295const char kMemlogSamplingRate500KB[] = "500KB";
1296const char kMemlogSamplingRate1MB[] = "1MB";
1297const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511298
Alexei Filippov522a5222019-03-29 03:33:181299const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1300const char kMemlogStackModeDescription[] =
1301 "By default heap profiling service records native stacks. "
1302 "A post-processing step is required to symbolize the stacks. "
1303 "'Native with thread names' adds the thread name as the first frame of "
1304 "each native stack. It's also possible to record a pseudo stack using "
1305 "trace events as identifiers. It's also possible to do a mix of both.";
Alexei Filippov522a5222019-03-29 03:33:181306const char kMemlogStackModeNative[] = "Native";
1307const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
Erik Chen3303fd0232018-01-11 20:29:051308
Anupam Snigdhaecc5739e2022-02-14 18:35:581309const char kEditContextName[] = "EditContext API";
1310const char kEditContextDescription[] =
1311 "Allows web pages to use the experimental EditContext API to better "
1312 "control text input.";
1313
Juan Mojica6ea85d072022-03-17 20:33:191314const char kEnableLensStandaloneFlagId[] = "enable-lens-standalone";
1315const char kEnableLensStandaloneName[] = "Enable Lens features in Chrome.";
1316const char kEnableLensStandaloneDescription[] =
1317 "Enables Lens image and region search to learn about the visual content "
1318 "you see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261319
Anatoliy Potapchukf096475c2021-04-06 15:51:591320const char kEnableManagedConfigurationWebApiName[] =
1321 "Enable Managed Configuration Web API";
1322const char kEnableManagedConfigurationWebApiDescription[] =
1323 "Allows website to access a managed configuration provided by the device "
1324 "administrator for the origin.";
1325
F#m59d036e2017-09-13 07:22:171326const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1327const char kEnablePixelCanvasRecordingDescription[] =
1328 "Pixel canvas recording allows the compositor to raster contents aligned "
1329 "with the pixel and improves text rendering. This should be enabled when a "
1330 "device is using fractional scale factor.";
1331
Robert Flack55c53a412021-03-22 14:46:081332const char kReduceHorizontalFlingVelocityName[] =
1333 "Reduce horizontal fling velocity";
1334const char kReduceHorizontalFlingVelocityDescription[] =
Jeroen Dhollander9b816f052022-05-11 15:03:421335 "Reduces the velocity of horizontal flings to 20% of their original"
Robert Flack55c53a412021-03-22 14:46:081336 "velocity.";
1337
Mehdi Kazemi4db00b92022-07-08 14:25:201338extern const char kDropInputEventsBeforeFirstPaintName[] =
1339 "Drop Input Events Before First Paint";
1340extern const char kDropInputEventsBeforeFirstPaintDescription[] =
1341 "Before the user can see the first paint of a new page they cannot "
1342 "intentionally interact with elements on that page. By dropping the events "
1343 "we prevent accidental interaction with a page the user has not seen yet.";
1344
Mehdi Kazemif155bc92021-11-22 18:35:521345const char kEnableCssSelectorFragmentAnchorName[] =
1346 "Enables CSS selector fragment anchors";
1347const char kEnableCssSelectorFragmentAnchorDescription[] =
1348 "Similar to text directives, CSS selector directives can be specified "
1349 "in a url which is to be scrolled into view and highlighted.";
1350
Mei Liang267ee2482021-09-17 02:54:511351const char kRetailCouponsName[] = "Enable to fetch for retail coupons";
1352const char kRetailCouponsDescription[] =
1353 "Allow to fetch retail coupons for consented users";
1354
Marc Treibe9f79ea72023-03-14 10:25:421355const char kEnablePreferencesAccountStorageName[] =
1356 "Enable the account data storage for preferences for syncing users";
1357const char kEnablePreferencesAccountStorageDescription[] =
1358 "Enables storing preferences in a second, Gaia-account-scoped storage for "
1359 "syncing users";
1360
Joao Victor Almeida371702c2021-01-08 18:41:561361const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1362 "Enable experimental prediction for scroll events";
1363const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1364 "Predicts the scroll amount after the vsync time to more closely match "
1365 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091366
Lei Zhang1a6fd01b2021-03-24 17:03:481367const char kEnableRestrictedWebApisName[] =
Felipe Andrade579b7fd2022-10-14 15:17:281368 "Enable the restricted web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481369const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391370 "Enable the restricted web APIs for dev trial. This will be replaced with "
1371 "permission policies to control the capabilities afterwards.";
1372
Yicheng Li0a78f462020-08-14 00:08:121373const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1374 "ChromeOS platform Web Authentication support";
1375const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1376 "Enable the ChromeOS platform authenticator for the Web Authentication "
1377 "API.";
1378
Piotr Bialecki0fe14632022-03-09 00:49:241379const char kEnableZeroCopyTabCaptureName[] = "Zero-copy tab capture";
1380const char kEnableZeroCopyTabCaptureDescription[] =
1381 "Enable zero-copy content tab for getDisplayMedia() APIs.";
1382
Jordan Baylesa27db812022-07-19 22:37:051383const char kEnableRegionCaptureExperimentalSubtypesName[] =
1384 "Region capture experimental subtypes";
1385const char kEnableRegionCaptureExperimentalSubtypesDescription[] =
1386 "Enables experiment support for CropTarget.fromElement to use other "
1387 "Element subtypes than just <div> and <iframe>.";
1388
Andreas Haasb400d912019-08-28 18:54:101389const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1390const char kExperimentalWebAssemblyFeaturesDescription[] =
1391 "Enable web pages to use experimental WebAssembly features.";
1392
Francis McCabecfc1e47d2023-01-09 22:55:491393const char kExperimentalWebAssemblyJSPIName[] =
1394 "Experimental WebAssembly JavaScript Promise Integration (JSPI)";
1395const char kExperimentalWebAssemblyJSPIDescription[] =
1396 "Enable web pages to use experimental WebAssembly JavaScript Promise "
1397 "Integration (JSPI) "
1398 "API.";
Francis McCabef3548832022-05-26 15:11:271399
Clemens Hammacher0c8a15a2018-04-27 13:45:321400const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1401const char kEnableWasmBaselineDescription[] =
1402 "Enables WebAssembly baseline compilation and tier up.";
1403
Clemens Backes50e0ecd2020-01-20 10:43:241404const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1405const char kEnableWasmLazyCompilationDescription[] =
1406 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1407
Adam Kleinadbd0ef2022-12-15 00:07:151408const char kEnableWasmGarbageCollectionName[] =
1409 "WebAssembly Garbage Collection";
1410const char kEnableWasmGarbageCollectionDescription[] =
1411 "Enables the experimental Garbage Collection (GC) extensions to "
1412 "WebAssembly.";
1413
Deepti Gandluri377ba8cc2022-11-11 18:09:381414const char kEnableWasmRelaxedSimdName[] = "WebAssembly Relaxed SIMD";
1415const char kEnableWasmRelaxedSimdDescription[] =
1416 "Enables the use of WebAssembly vector operations with relaxed semantics";
1417
Matthias Liedtke731a77c2023-03-14 16:11:331418const char kEnableWasmStringrefName[] = "WebAssembly Stringref";
1419const char kEnableWasmStringrefDescription[] =
1420 "Enables the experimental stringref (reference-typed strings) extensions "
1421 "to WebAssembly.";
1422
Clemens Backes963eb37be2020-01-10 11:56:491423const char kEnableWasmTieringName[] = "WebAssembly tiering";
1424const char kEnableWasmTieringDescription[] =
1425 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241426 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491427
Christopher Thompsonf3ba20122019-06-06 22:01:011428const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1429const char kEvDetailsInPageInfoDescription[] =
1430 "Shows the EV certificate details in the Page Info bubble.";
1431
Brett Wilsonf27ff602017-07-07 22:28:471432const char kExperimentalWebPlatformFeaturesName[] =
1433 "Experimental Web Platform features";
1434const char kExperimentalWebPlatformFeaturesDescription[] =
1435 "Enables experimental Web Platform features that are in development.";
1436
1437const char kExtensionContentVerificationName[] =
1438 "Extension Content Verification";
1439const char kExtensionContentVerificationDescription[] =
1440 "This flag can be used to turn on verification that the contents of the "
1441 "files on disk for extensions from the webstore match what they're "
1442 "expected to be. This can be used to turn on this feature if it would not "
1443 "otherwise have been turned on, but cannot be used to turn it off (because "
1444 "this setting can be tampered with by malware).";
1445const char kExtensionContentVerificationBootstrap[] =
1446 "Bootstrap (get expected hashes, but do not enforce them)";
1447const char kExtensionContentVerificationEnforce[] =
1448 "Enforce (try to get hashes, and enforce them if successful)";
1449const char kExtensionContentVerificationEnforceStrict[] =
1450 "Enforce strict (hard fail if we can't get hashes)";
1451
Devlin Cronin15608c32022-06-01 01:39:521452#if BUILDFLAG(ENABLE_EXTENSIONS)
Emilia Pazd7cce422021-08-14 00:50:481453const char kExtensionsMenuAccessControlName[] =
1454 "Extensions Menu Access Control";
1455const char kExtensionsMenuAccessControlDescription[] =
1456 "Enables a redesigned extensions menu that allows the user to control "
1457 "extensions site access.";
Kevin McNee96b3a1b2023-02-02 20:24:501458const char kWebViewTagMPArchBehaviorName[] =
1459 "MPArch behavior changes for <webview> tags";
1460const char kWebViewTagMPArchBehaviorDescription[] =
1461 "Enables a set of behavior changes associated with the migration of "
1462 "<webview> tags to MPArch. See https://crbug.com/1261928. Specifically, "
1463 "SSL errors result in error pages in lieu of interstitials and "
1464 "cross-WebContents newwindow event usage invalidates some window.open "
1465 "usage within <webview>s. For enterprise, the "
1466 "ChromeAppsWebViewPermissiveBehaviorAllowed policy serves as an escape "
1467 "hatch during the roll out of this change.";
Solomon Kinard6b014f0b2023-02-24 02:20:341468
Ryan Sultanembff00a92023-03-06 11:45:101469const char kWebAuthFlowInBrowserTabName[] =
1470 "Web Authentication Flow in Browser Tab";
1471const char kWebAuthFlowInBrowserTabDescription[] =
1472 "Web authentication flows to be displayed in a Browser Tab instead of an "
1473 "App Window. The flows are used via the Chrome Extension API, using "
1474 "`chrome.identity` functions. Browser Tab can be displayed either in a New "
1475 "Tab or a Popup Window via the feature paramters.";
1476
Solomon Kinard6b014f0b2023-02-24 02:20:341477#if BUILDFLAG(IS_CHROMEOS_ASH)
1478extern const char kExtensionWebFileHandlersName[] =
1479 "Extensions Web File Handlers";
1480extern const char kExtensionWebFileHandlersDescription[] =
1481 "Enable Extension Web File Handlers, which allows extensions to operate on "
1482 "the native file system. An extension can register to read and edit files, "
1483 "specified in the manifest, by their file extension or mime type.";
1484#endif // IS_CHROMEOS_ASH
1485#endif // ENABLE_EXTENSIONS
Emilia Pazd7cce422021-08-14 00:50:481486
Brett Wilsonf27ff602017-07-07 22:28:471487const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1488const char kExtensionsOnChromeUrlsDescription[] =
1489 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1490 "request this permission.";
galinapae72e152017-05-12 13:12:281491
David Bokan432978d2019-08-15 18:18:521492const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1493const char kFractionalScrollOffsetsDescription[] =
1494 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1495 "offsets to web APIs.";
1496
Peter Kotwicz980079f2021-12-02 07:18:341497const char kFedCmName[] = "FedCM";
1498const char kFedCmDescription[] =
1499 "Enables JavaScript API to intermediate federated identity requests.";
1500
Zachary Tan3a4144f2023-02-06 21:28:451501const char kFedCmAutoReauthnName[] = "FedCmAutoReauthn";
1502const char kFedCmAutoReauthnDescription[] =
1503 "Enables auto re-authentication in the FedCM API. Requires FedCM to be "
1504 "enabled.";
Zachary Tan517e7ebc2023-01-18 20:15:351505
Sam Gotoa0b477b2023-02-07 06:37:291506const char kFedCmIdPRegistrationName[] = "FedCM with IdP Registration support";
1507const char kFedCmIdPRegistrationDescription[] =
1508 "Enables RPs to get identity credentials from registered IdPs.";
1509
Nicolás Peña Moreno473267382022-12-15 18:42:401510const char kFedCmIframeSupportName[] = "FedCM with iframe support";
1511const char kFedCmIframeSupportDescription[] =
1512 "Enables the 'identity-credentials-get' Permissions-Policy for the FedCM "
1513 "API.";
1514
Nicolás Peña Moreno8e558562022-12-20 18:57:441515const char kFedCmLoginHintName[] = "FedCmLoginHint";
1516const char kFedCmLoginHintDescription[] =
1517 "Allows the FedCM API to be used with a login hint which specifies a "
1518 "specific IDP account that needs to be displayed in the FedCM UI.";
Zachary Tan33092722022-11-15 18:59:381519
Yi Guc1648582022-10-13 19:45:241520const char kFedCmMetricsEndpointName[] = "FedCmMetricsEndpoint";
1521const char kFedCmMetricsEndpointDescription[] =
1522 "Allows the FedCM API to send performance measurement to the metrics "
1523 "endpoint on the identity provider side. Requires FedCM to be enabled.";
1524
Nicolás Peña Moreno8e558562022-12-20 18:57:441525const char kFedCmMultiIdpName[] = "FedCmMultiIdp";
1526const char kFedCmMultiIdpDescription[] =
1527 "Allows the FedCM API to request multiple identity providers "
1528 "simultaneously. Requires FedCM to be enabled as well.";
1529
Sam Goto2cff8a52022-12-21 00:50:341530const char kFedCmSelectiveDisclosureName[] = "FedCmSelectiveDisclosure";
1531const char kFedCmSelectiveDisclosureDescription[] =
1532 "Allows a relying party to selectively request a set of identity "
1533 "attributes to be disclosed.";
1534
Yi Gu344f8a52022-12-12 21:11:231535const char kFedCmUserInfoName[] = "FedCmUserInfo";
1536const char kFedCmUserInfoDescription[] =
1537 "Allows an identity provider to request user info instead of token from "
1538 "its own iframe. Requires FedCM to be enabled.";
1539
Nicolás Peña Moreno8e558562022-12-20 18:57:441540const char kFedCmWithoutThirdPartyCookiesName[] =
1541 "FedCmWithoutThirdPartyCookies";
1542const char kFedCmWithoutThirdPartyCookiesDescription[] =
1543 "Allows the FedCM API to be enabled when third party cookies are disabled.";
Nicolás Peña Moreno4f77c4b2022-09-06 22:16:541544
Zachary Taneb4b4962023-01-12 03:08:421545const char kFedCmRpContextName[] = "FedCmRpContext";
1546const char kFedCmRpContextDescription[] =
1547 "Allows relying parties to describe which context (e.g. sign-up vs "
1548 "sign-in) the FedCM is executing on.";
1549
Sam Goto4edd6392023-02-28 16:15:281550const char kWebIdentityMDocsName[] = "MDocs";
1551const char kWebIdentityMDocsDescription[] =
1552 "Allows relying parties to request the presentation of ISO mdocs.";
1553
Darwin Huang1473bc32021-06-18 01:56:231554const char kFileHandlingIconsName[] = "File Handling Icons";
1555const char kFileHandlingIconsDescription[] =
1556 "Allows websites using the file handling API to also register file type "
1557 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1558 "for more information.";
1559
Viktor Semeniukd5cfc262021-02-25 12:51:221560const char kFillingAcrossAffiliatedWebsitesName[] =
1561 "Fill passwords across affiliated websites.";
1562const char kFillingAcrossAffiliatedWebsitesDescription[] =
1563 "Enables filling password on a website when there is saved "
1564 "password on affiliated website.";
1565
Brett Wilsonecb80982017-07-12 20:34:511566const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1567const char kFillOnAccountSelectDescription[] =
1568 "Filling of passwords when an account is explicitly selected by the user "
1569 "rather than autofilling credentials on page load.";
1570
Brett Wilsonecb80982017-07-12 20:34:511571const char kForceTextDirectionName[] = "Force text direction";
1572const char kForceTextDirectionDescription[] =
1573 "Explicitly force the per-character directionality of UI text to "
1574 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1575 "direction of the character language.";
1576const char kForceDirectionLtr[] = "Left-to-right";
1577const char kForceDirectionRtl[] = "Right-to-left";
1578
1579const char kForceUiDirectionName[] = "Force UI direction";
1580const char kForceUiDirectionDescription[] =
1581 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1582 "mode, overriding the default direction of the UI language.";
1583
Victor Tanc6eab7e2022-02-02 21:00:241584const char kFullUserAgentName[] = "Full User-Agent request header";
1585const char kFullUserAgentDescription[] =
1586 "If set, use the full (non-reduced) user agent string for the User-Agent "
1587 "request header and the JS APIs.";
1588
Yuki Awanoeeaad0f2022-11-22 22:44:591589const char kGalleryAppPdfEditNotificationName[] =
1590 "Gallery App Pdf Edit Notification";
1591const char kGalleryAppPdfEditNotificationDescription[] =
1592 "Shows a notification to provide an option to open Gallery app for a "
1593 "downloaded pdf file";
1594
Muyao Xu217663c2023-01-17 18:55:581595const char kMediaRemotingWithoutFullscreenName[] =
1596 "Media Remoting without videos in fullscreen mode";
1597const char kMediaRemotingWithoutFullscreenDescription[] =
1598 "Starts Media Remoting from Global Media Controls without making the "
1599 "videos fullscreen.";
1600
Jazz Xu7b2047a2023-01-19 10:44:091601#if BUILDFLAG(IS_CHROMEOS)
1602const char kGlobalMediaControlsCrOSUpdatedUIName[] =
1603 "Global Media Controls CrOS updated UI";
1604const char kGlobalMediaControlsCrOSUpdatedUIDescription[] =
1605 "Show updated UI for Global Media Controls in CrOS.";
1606#endif
1607
Noah Rose Ledesma1bbd0712020-09-09 20:36:441608const char kGlobalMediaControlsModernUIName[] =
1609 "Global Media Controls Modern UI";
Noah Rose Ledesma1bbd0712020-09-09 20:36:441610const char kGlobalMediaControlsModernUIDescription[] =
1611 "Use a redesigned version of the Global Media Controls UI. Requires "
1612 "#global-media-controls to also be enabled.";
1613
Yuki Awano6ac1a1dc2023-01-21 00:50:241614const char kGoogleOneOfferFilesBannerName[] = "Google One offer Files banner";
1615const char kGoogleOneOfferFilesBannerDescription[] =
1616 "Shows a Files banner about Google One offer.";
1617
Jordan Baylesb3160b262021-08-18 00:33:011618const char kOpenscreenCastStreamingSessionName[] =
1619 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501620 "Streaming implementation";
Jordan Baylesb3160b262021-08-18 00:33:011621const char kOpenscreenCastStreamingSessionDescription[] =
1622 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501623 "be used for negotiating and executing mirroring and remoting sessions.";
1624
Kennan Gumbsdf768ce92021-08-25 19:09:511625const char kCastStreamingAv1Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171626 "Enable AV1 video encoding for Cast Streaming";
Kennan Gumbsdf768ce92021-08-25 19:09:511627const char kCastStreamingAv1Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171628 "Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 "
1629 "if selected for the session.";
1630
1631const char kCastStreamingHardwareH264Name[] =
1632 "Toggle hardware accelerated H.264 video encoding for Cast Streaming";
1633const char kCastStreamingHardwareH264Description[] =
1634 "The default is to allow hardware H.264 encoding when recommended for the "
1635 "platform. If enabled, hardware H.264 encoding will always be allowed when "
1636 "supported by the platform. If disabled, hardware H.264 encoding will "
1637 "never be used.";
1638
1639const char kCastStreamingHardwareVp8Name[] =
1640 "Toggle hardware accelerated VP8 video encoding for Cast Streaming";
1641const char kCastStreamingHardwareVp8Description[] =
1642 "The default is to allow hardware VP8 encoding when recommended for the "
1643 "platform. If enabled, hardware VP8 encoding will always be allowed when "
1644 "supported by the platform (regardless of recommendation). If disabled, "
1645 "hardware VP8 encoding will never be used.";
Kennan Gumbsdf768ce92021-08-25 19:09:511646
Abraham Corea Diaze4c3abe2021-08-24 17:43:501647const char kCastStreamingVp9Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171648 "Enable VP9 video encoding for Cast Streaming";
Abraham Corea Diaze4c3abe2021-08-24 17:43:501649const char kCastStreamingVp9Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171650 "Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 "
1651 "if selected for the session.";
Jordan Baylesb3160b262021-08-18 00:33:011652
Jordan Bayles5cbeb3502023-02-09 03:30:451653const char kCastEnableStreamingWithHiDPIName[] =
1654 "HiDPI tab capture support for Cast Streaming";
1655const char kCastEnableStreamingWithHiDPIDescription[] =
1656 "Enables HiDPI tab capture during Cast Streaming mirroring sessions. May "
1657 "reduce performance on some platforms and also improve quality of video "
1658 "frames.";
1659
Brett Wilsonecb80982017-07-12 20:34:511660const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051661const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511662
Salvador Guerrerocd7b24bb2022-07-20 00:32:481663const char kContextualPageActionsName[] = "Contextual page actions";
1664const char kContextualPageActionsDescription[] =
1665 "Enables contextual page action feature.";
1666
Salvador Guerrero3ac349f2022-10-12 02:44:531667const char kContextualPageActionsPriceTrackingName[] =
1668 "Contextual page actions - price tracking";
1669const char kContextualPageActionsPriceTrackingDescription[] =
Shakti Sahu28a76012022-05-30 15:29:141670 "Enables price tracking as a contextual page action.";
1671
Salvador Guerrero3ac349f2022-10-12 02:44:531672const char kContextualPageActionsReaderModeName[] =
1673 "Contextual page actions - reader mode";
1674const char kContextualPageActionsReaderModeDescription[] =
1675 "Enables reader mode as a contextual page action.";
1676
Hailey Wang0ed879a2023-01-10 21:17:361677const char kContextualPageActionsShareModelName[] =
1678 "Contextual page actions - share model";
1679const char kContextualPageActionsShareModelDescription[] =
1680 "Enables share model data collection.";
1681
Dibyajyoti Palbe5f0012022-11-29 00:39:341682const char kEnableOsIntegrationSubManagersName[] =
1683 "OS Integration sub managers";
1684const char kEnableOsIntegrationSubManagersDescription[] =
1685 "Enable OS integration sub managers to either just write new OS "
1686 "integration states to DB or execute on the OS integration states before "
1687 "writing to the DB";
1688
Curtis McMullanf2e45bf2020-08-26 09:51:391689const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1690const char kHandwritingGestureEditingDescription[] =
1691 "Enables editing with handwriting gestures within the virtual keyboard.";
1692
Curtis McMullan88e039e2021-07-27 08:06:311693const char kHandwritingLegacyRecognitionName[] =
1694 "Handwriting Legacy Recognition";
1695const char kHandwritingLegacyRecognitionDescription[] =
1696 "Enables new on-device recognition for handwriting legacy paths.";
1697
Darren Shenb42629a2022-08-17 02:52:311698const char kHandwritingLibraryDlcName[] =
1699 "Handwriting recognition with library from DLC";
1700const char kHandwritingLibraryDlcDescription[] =
1701 "Enables new on-device recognition with the handwriting library installed "
1702 "from DLC";
1703
Tommy Steimel1aadd7b2019-01-18 19:39:421704const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1705const char kHardwareMediaKeyHandlingDescription[] =
1706 "Enables using media keys to control the active media session. This "
1707 "requires MediaSessionService to be enabled too";
1708
John Delaney521fe9f2020-04-29 22:18:191709const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1710const char kHeavyAdPrivacyMitigationsDescription[] =
1711 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1712 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561713
1714const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1715const char kHeavyAdInterventionDescription[] =
1716 "Unloads ads that use too many device resources.";
1717
rudranshd650903892022-06-16 18:42:301718const char kHiddenNetworkMigrationName[] = "Hidden Network Migration";
1719
1720const char kHiddenNetworkMigrationDescription[] =
1721 "Enables a privacy improvement that removes wrongly configured hidden"
1722 "networks and mitigates the creation of these networks.";
1723
Duong Dacd6770e82023-02-01 11:57:251724const char kHideNonDisplayableAccountEmailName[] =
1725 "Hide non-displayable account email";
1726
1727const char kHideNonDisplayableAccountEmailDescription[] =
1728 "Hide the Google account email that should not be displayed on various UI "
1729 "surfaces";
1730
Jason Zhangb9ee1ed2022-07-25 18:27:341731extern const char kHotspotName[] = "Hotspot";
1732extern const char kHotspotDescription[] =
1733 "Enables the Chromebook to share its cellular internet connection to other "
Kyle Horimoto67d73222023-03-07 18:59:291734 "devices through WiFi. While this feature is under development, enabling "
1735 "this flag may cause your device's non-tethering traffic to use a "
1736 "tethering APN, which can result in carrier limits or fees.";
Jason Zhangb9ee1ed2022-07-25 18:27:341737
evliue454a132022-01-25 23:03:431738const char kTabAudioMutingName[] = "Tab audio muting UI control";
1739const char kTabAudioMutingDescription[] =
1740 "When enabled, the audio indicators in the tab strip double as tab audio "
1741 "mute controls.";
1742
whalechangd4b2ca942023-02-11 16:35:191743const char kCrasSplitAlsaUsbInternalName[] =
1744 "CRAS Split USB/Internal refactor control";
1745const char kCrasSplitAlsaUsbInternalDescription[] =
1746 "When enable, CRAS will create different iodev with USB and internal "
1747 "device.";
1748
Calder Kitagawa621534c2022-09-20 19:12:511749const char kTabSelectionEditorV2Name[] = "Tab selection editor V2";
1750const char kTabSelectionEditorV2Description[] =
1751 "Enable improved bulk tab editing capabilities.";
1752
Xi Han3dec5782022-10-26 20:23:191753const char kStartSurfaceReturnTimeName[] = "Start surface return time";
1754const char kStartSurfaceReturnTimeDescription[] =
1755 "Enable showing start surface at startup after specified time has elapsed";
1756
Ayu Ishii1e06316f2022-12-14 14:54:501757const char kStorageBucketsName[] = "Storage Buckets API";
1758const char kStorageBucketsDescription[] =
1759 "Enable experimental Storage Buckets API, allowing websites to create "
1760 "multiple buckets of storage to organize their data, allowing user agents "
1761 "to delete each bucket independently of other buckets.";
1762
Emily Stark70158ce2021-07-16 18:26:311763const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321764const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311765 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321766 "Mode.";
1767
Chris Thompson69d09012022-12-21 01:26:051768const char kHttpsFirstModeV2Name[] = "HTTPS-First Mode V2";
1769const char kHttpsFirstModeV2Description[] =
1770 "Enable rearchitected version of HTTPS-First Mode.";
1771
Chris Thompsonde18f3d62022-12-08 01:23:271772const char kHttpsUpgradesName[] = "HTTPS Upgrades";
1773const char kHttpsUpgradesDescription[] =
1774 "Enable automatically upgrading all top-level navigations to HTTPS with "
1775 "fast fallback to HTTP.";
1776
Corentin Walleze660b152020-07-15 16:07:541777const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1778const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511779 "Overrides the built-in software rendering list and enables "
1780 "GPU-acceleration on unsupported system configurations.";
1781
Victor Hugo Vianna Silva020f8dc2022-06-27 19:36:431782const char kIgnoreSyncEncryptionKeysLongMissingName[] =
1783 "Ignore Chrome Sync encryption keys long missing";
1784const char kIgnoreSyncEncryptionKeysLongMissingDescription[] =
1785 "Drops pending encrypted updates if their key has been missing for a "
1786 "(configurable) number of consecutive GetUpdates. Restarting the browser "
1787 "resets the counter. The threshold is configurable via the "
1788 "MinGuResponsesToIgnoreKey feature parameter.";
1789
Jimmy Gong6de11b02021-02-04 21:35:011790const char kImprovedKeyboardShortcutsName[] =
1791 "Enable improved keyboard shortcuts";
1792const char kImprovedKeyboardShortcutsDescription[] =
1793 "Ensure keyboard shortcuts work consistently with international keyboard "
1794 "layouts and deprecate legacy shortcuts.";
1795
Alex Ilasiab901f92021-09-13 09:27:271796const char kIncognitoDownloadsWarningName[] =
1797 "Enable Incognito downloads warning";
1798const char kIncognitoDownloadsWarningDescription[] =
1799 "When enabled, users will be warned that downloaded files are saved on the "
1800 "device and might be seen by other users even if they are in Incognito.";
1801
Rohit Agarwal6e9b6022021-08-10 19:44:371802const char kIncognitoReauthenticationForAndroidName[] =
1803 "Enable device reauthentication for Incognito.";
1804const char kIncognitoReauthenticationForAndroidDescription[] =
1805 "When enabled, a setting appears in Settings > Privacy and Security, to "
1806 "enable reauthentication for accessing your existing Incognito tabs.";
1807
Saba Khukhunashvilif7a4f822021-07-23 10:59:211808const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1809const char kIncognitoNtpRevampDescription[] =
1810 "When enabled, Incognito new tab page will have an updated UI";
1811
Ramin Halavatidf9668c2020-10-30 15:35:531812const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1813const char kIncognitoScreenshotDescription[] =
1814 "Enables Incognito screenshots on Android. It will also make Incognito "
1815 "thumbnails visible.";
1816
Lijin Shenf3215dcd2022-08-30 00:34:141817const char kInfobarScrollOptimizationName[] = "Infobar scroll optimiaztion";
1818const char kInfobarScrollOptimizationDescription[] =
1819 "Optimize Infobar scroll on Android.";
1820
Brett Wilsonecb80982017-07-12 20:34:511821const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1822const char kInProductHelpDemoModeChoiceDescription[] =
1823 "Selects the In-Product Help demo mode.";
1824
Hailey Wanga7607f02021-08-12 19:37:511825const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1826const char kInProductHelpSnoozeDescription[] =
1827 "Enables the snooze button on In-Product Help.";
1828
Hailey Wang5f048eb82021-10-27 01:29:131829const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config";
1830const char kInProductHelpUseClientConfigDescription[] =
1831 "Enable In-Product Help to use client side configuration.";
1832
Robbie McElrathb66ff502022-10-12 01:50:591833const char kInstallIsolatedWebAppFromUrl[] =
1834 "Install Isolated Web App from Proxy URL";
1835const char kInstallIsolatedWebAppFromUrlDescription[] =
1836 "Installs a new developer mode Isolated Web App whose contents are hosted "
1837 "at the provided HTTP(S) URL.";
Dmitrii Kuragin053a3c602022-06-07 16:34:421838
Brett Wilsonecb80982017-07-12 20:34:511839const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1840const char kJavascriptHarmonyDescription[] =
1841 "Enable web pages to use experimental JavaScript features.";
1842
1843const char kJavascriptHarmonyShippingName[] =
1844 "Latest stable JavaScript features";
1845const char kJavascriptHarmonyShippingDescription[] =
1846 "Some web pages use legacy or non-standard JavaScript extensions that may "
1847 "conflict with the latest JavaScript features. This flag allows disabling "
1848 "support of those features for compatibility with such pages.";
1849
Shu-yu Guob5461a52022-09-02 01:22:241850const char kJavascriptExperimentalSharedMemoryName[] =
1851 "Experimental JavaScript shared memory features";
1852const char kJavascriptExperimentalSharedMemoryDescription[] =
1853 "Enable web pages to use non-standard, experimental JavaScript shared "
1854 "memory features. Their use requires the same HTTP headers required by "
1855 "cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP).";
1856
Tommy Lia142e2c2021-09-29 20:35:161857const char kJourneysName[] = "History Journeys";
1858const char kJourneysDescription[] = "Enables the History Journeys UI.";
1859
Sophie Chang19b579d2022-09-27 22:30:351860const char kJourneysContentClusteringName[] =
1861 "History Journeys Content Clustering";
1862const char kJourneysContentClusteringDescription[] =
1863 "Enables clustering page loads using content annotations.";
1864
manukhbf52f832023-03-02 02:24:151865const char kJourneysHideVisitsName[] = "History Journeys Hide Visits";
1866const char kJourneysHideVisitsDescription[] =
1867 "Adds a UI element to hide individual cluster visits in the webUI.";
1868
Tommy C. Lie99770072022-10-26 23:24:161869const char kJourneysImagesName[] = "History Journeys Images";
1870const char kJourneysImagesDescription[] =
1871 "Enables Images for the History Journeys UI.";
1872
Tommy C. Li1d8296b52022-04-27 22:12:171873const char kJourneysLabelsName[] = "History Journeys Labels";
1874const char kJourneysLabelsDescription[] =
1875 "Enables labels for Journeys within the History Journeys UI.";
1876
Sophie Chang579c41992023-01-06 17:08:531877const char kJourneysNavigationContextClusteringName[] =
1878 "History Journeys Navigation Context Clustering";
1879const char kJourneysNavigationContextClusteringDescription[] =
1880 "Enables context clustering to be done at navigation time";
1881
Tommy Lia142e2c2021-09-29 20:35:161882const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action";
1883const char kJourneysOmniboxActionDescription[] =
1884 "Enables the History Journeys Omnibox Action.";
1885
manukh37c48752022-06-21 15:38:101886const char kJourneysOmniboxHistoryClusterProviderName[] =
1887 "History Journeys Omnibox History Cluster Provider";
1888const char kJourneysOmniboxHistoryClusterProviderDescription[] =
1889 "Enables the History Journeys Omnibox History Cluster Provider to surface "
1890 "Journeys as a suggestion row instead of an action chip.";
1891
Patrick Nolanda62bf462023-03-20 18:09:341892const char kJourneysPersistCachesToPrefsName[] =
1893 "History Journeys Persist Caches to Prefs";
1894const char kJourneysPersistCachesToPrefsDescription[] =
1895 "Enables the persistence of Journeys keyword caches via the pref service.";
1896
Sophie Chang579c41992023-01-06 17:08:531897const char kJourneysPersistedClustersName[] =
1898 "History Journeys Persisted Clusters";
1899const char kJourneysPersistedClustersDescription[] =
1900 "Enables the persistence of clusters into the history database.";
1901
Sophie Changd30f4dc4f2022-10-18 16:10:171902const char kJourneysShowAllClustersName[] =
1903 "History Journeys Show All Clusters";
1904const char kJourneysShowAllClustersDescription[] =
1905 "Enables all Journeys clusters to be shown on prominent UI surfaces";
1906
Sophie Chang4b7eff72022-12-08 16:43:291907const char kJourneysIncludeSyncedVisitsName[] =
1908 "History Journeys Include SyncedVisits";
1909const char kJourneysIncludeSyncedVisitsDescription[] =
1910 "Enabled synced visits to be included in History Journeys clusters.";
1911
Khalid Peer197c7462022-11-28 21:20:361912const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] =
1913 "Extract Related Searches from Prefetched ZPS Response";
1914const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] =
1915 "Enables page annotation logic to source related searches data from "
1916 "prefetched ZPS responses";
1917
bttk90927fd2021-11-12 19:38:271918const char kLargeFaviconFromGoogleName[] = "Large favicons from Google";
1919const char kLargeFaviconFromGoogleDescription[] =
1920 "Request large favicons from Google's favicon service";
1921
Yu Suc19bb6cc2021-02-25 06:38:291922const char kLensCameraAssistedSearchName[] =
1923 "Google Lens in Omnibox and New Tab Page";
1924const char kLensCameraAssistedSearchDescription[] =
1925 "Enable an entry point to Google Lens to allow users to search what they "
1926 "see using their mobile camera.";
1927
Juan Mojicaa2c06482022-10-14 18:27:011928const char kLensRegionSearchStaticPageName[] =
1929 "Use a static page with the Lens region search feature.";
1930const char kLensRegionSearchStaticPageDescription[] =
1931 "Enables use of a static page in a new tab when using the Lens region "
1932 "search feature.";
1933
Duncan Mercer10a2000a2022-11-07 23:00:531934const char kLensImageFormatOptimizationsName[] = "Lens Optimized Image Formats";
1935const char kLensImageFormatOptimizationsDescription[] =
1936 "Enables the use of either WebP or JPEG on all Lens quries to reduce "
1937 "network load and improve latency";
1938
Bryan Nguyend7f0cd742023-02-10 21:16:221939const char kLensImageTranslateName[] =
1940 "Translate text in images with Google Lens";
1941const char kLensImageTranslateDescription[] =
1942 "Enables a context menu item to translate text in images using Google "
1943 "Lens. The context menu item appears when the current page is being "
1944 "translated.";
1945
Ali Stanfield561043282023-03-10 03:04:301946const char kCscName[] = "CSC";
1947const char kCscDescription[] = "";
1948
Hazem Ashmawyf1cd7e42019-03-25 18:17:321949const char kLogJsConsoleMessagesName[] =
1950 "Log JS console messages in system logs";
1951const char kLogJsConsoleMessagesDescription[] =
1952 "Enable logging JS console messages in system logs, please note that they "
1953 "may contain PII.";
1954
Etienne Pierre-doray247abce2022-03-08 18:45:481955const char kUnthrottledNestedTimeoutName[] =
1956 "Increase the nesting threshold before which setTimeout(..., <4ms) start "
1957 "being clamped.";
1958const char kUnthrottledNestedTimeoutDescription[] =
1959 "setTimeout(..., 0) is commonly used to break down long Javascript tasks. "
1960 "Under this flag, setTimeouts and setIntervals with an interval < 4ms are "
1961 "not clamped as aggressively. This improves short horizon performance, but "
1962 "websites abusing the API will still eventually have their setTimeouts "
1963 "clamped.";
1964
spqchanb87755692018-04-05 00:46:091965const char kMediaRouterCastAllowAllIPsName[] =
1966 "Connect to Cast devices on all IP addresses";
1967const char kMediaRouterCastAllowAllIPsDescription[] =
1968 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311969 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091970
Andrey Zaytsevad83cbc32020-09-30 15:43:181971const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1972const char kMetricsSettingsAndroidDescription[] =
1973 "Enables the new design of metrics settings.";
1974
Brian Geffon12b581a2021-02-03 23:48:031975const char kMojoLinuxChannelSharedMemName[] =
1976 "Enable Mojo Shared Memory Channel";
1977const char kMojoLinuxChannelSharedMemDescription[] =
1978 "If enabled Mojo on Linux based platforms can use shared memory as an "
1979 "alternate channel for most messages.";
1980
Alisa Lin79251142021-06-15 20:22:121981const char kCanvas2DLayersName[] =
1982 "Enables canvas 2D methods BeginLayer and EndLayer";
1983const char kCanvas2DLayersDescription[] =
1984 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1985
Honglin Yua0a14fa2022-03-31 22:40:051986const char kEnableMachineLearningModelLoaderWebPlatformApiName[] =
1987 "Enables Machine Learning Model Loader Web Platform API";
1988const char kEnableMachineLearningModelLoaderWebPlatformApiDescription[] =
1989 "Enables the Machine Learning Model Loader Web Platform API.";
1990
Andreea Costinas1e592142021-04-20 13:24:251991const char kSystemProxyForSystemServicesName[] =
1992 "Enable system-proxy for selected system services";
1993const char kSystemProxyForSystemServicesDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:351994 "Enabling this flag will allow ChromeOS system service which require "
Andreea Costinas1e592142021-04-20 13:24:251995 "network connectivity to use the system-proxy daemon for authentication to "
1996 "remote HTTP web proxies.";
1997
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:491998const char kDestroyProfileOnBrowserCloseName[] =
1999 "Destroy Profile on browser close";
2000const char kDestroyProfileOnBrowserCloseDescription[] =
2001 "Release memory and other resources when a Profile's last browser window "
2002 "is closed, rather than when Chrome closes completely.";
2003
Nicolas Ouellet-Payeur4aff8682022-01-26 16:03:162004const char kDestroySystemProfilesName[] = "Destroy System Profile";
2005const char kDestroySystemProfilesDescription[] =
2006 "After you close the Profile Picker, release memory and other resources "
2007 "owned by the System Profile. This requires "
2008 "#destroy-profile-on-browser-close.";
2009
Side Yilmazd828f162022-10-11 00:05:242010const char kNotificationInteractionHistoryName[] =
2011 "Notification Interaction History";
2012const char kNotificationInteractionHistoryDescription[] =
2013 "Enable recording notification count and interaction.";
2014
Xing Liub9070262021-01-07 20:52:162015const char kNotificationSchedulerName[] = "Notification scheduler";
2016const char kNotificationSchedulerDescription[] =
2017 "Enable notification scheduler feature.";
2018
Xing Liu1919ec232019-07-22 20:38:042019const char kNotificationSchedulerDebugOptionName[] =
2020 "Notification scheduler debug options";
2021const char kNotificationSchedulerDebugOptionDescription[] =
2022 "Enable debugging mode to override certain behavior of notification "
2023 "scheduler system for easier manual testing.";
2024const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
2025 "Show scheduled notification right away.";
2026
Peter Beverlooc30c9ddf2021-02-24 19:56:032027const char kNotificationsSystemFlagName[] = "Enable system notifications.";
2028const char kNotificationsSystemFlagDescription[] =
2029 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:512030 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:342031
momoka0122yda18aeb2022-03-15 08:23:542032const char kOmitCorsClientCertName[] =
2033 "Omit TLS client certificates if credential mode disallows";
2034const char kOmitCorsClientCertDescription[] =
2035 "Strictly conform the Fetch spec to omit TLS client certificates if "
2036 "credential mode disallows. Without this flag enabled, Chrome will always "
2037 "try sending client certificates regardless of the credential mode.";
2038
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:372039const char kOmniboxAdaptiveSuggestionsCountName[] =
2040 "Adaptive Omnibox Suggestions count";
2041const char kOmniboxAdaptiveSuggestionsCountDescription[] =
2042 "Dynamically adjust number of presented Omnibox suggestions depending on "
2043 "available space. When enabled, this feature will increase (or decrease) "
2044 "amount of offered Omnibox suggestions to fill in the space between the "
2045 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
2046 "flag to adjust the limit of offered suggestions. The number of shown "
2047 "suggestions will be no less than the platform default limit.";
2048
Patrick Nolanddd4774952023-03-09 23:59:582049const char kOmniboxAdaptNarrowTabletWindowsName[] =
2050 "Omnibox adapts to narrow tablet windows";
2051const char kOmniboxAdaptNarrowTabletWindowsDescription[] =
2052 "When enabled the omnibox uses a phone-like appearance for windows that "
2053 "are less than 600dp wide, regardless of the overall display width.";
2054
Brandon Wylie1299ff82020-01-23 02:13:372055const char kOmniboxAssistantVoiceSearchName[] =
2056 "Omnibox Assistant Voice Search";
2057const char kOmniboxAssistantVoiceSearchDescription[] =
2058 "When enabled, use Assistant for omnibox voice query recognition instead of"
2059 " Android's built-in voice recognition service. Only works on Android.";
2060
manukh304e3f12021-10-06 16:40:332061const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
2062const char kOmniboxBookmarkPathsDescription[] =
2063 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
2064 "suggest a bookmark titled 'Jupiter' with URL "
2065 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
2066
manukh80d476682022-01-28 08:00:442067const char kOmniboxClosePopupWithEscapeName[] =
2068 "Omnibox Close Popup with Escape";
2069const char kOmniboxClosePopupWithEscapeDescription[] =
2070 "When enabled, pressing escape when the omnibox popup is open and the "
2071 "default suggestion is selected will close the omnibox without removing "
2072 "its focus or clearing user input.";
2073
Patrick Noland299fa6582023-03-03 16:41:592074const char kOmniboxConsumesImeInsetsName[] =
2075 "Omnibox Consumes IME (keyboard) insets directly";
2076const char kOmniboxConsumesImeInsetsDescription[] =
2077 "When enabled, the Android Omnibox will directly handle IME (keyboard) "
2078 "inset changes while visible.";
2079
Justin Donnelly87f3c562023-03-30 02:55:402080const char kOmniboxCR23ExpandedStateHeightName[] =
2081 "Omnibox Expanded State Height";
2082const char kOmniboxCR23ExpandedStateHeightDescription[] =
2083 "Updates Omnibox expanded state height to comply with CR23 guidelines.";
2084
2085const char kOmniboxCR23ExpandedStateShapeName[] =
2086 "Omnibox Expanded State Shape";
2087const char kOmniboxCR23ExpandedStateShapeDescription[] =
2088 "Updates Omnibox expanded state shape to comply with CR23 guidelines.";
2089
Orin Jaworski69f9b012022-11-14 21:15:452090const char kOmniboxDefaultBrowserPedalName[] = "Omnibox Default Browser Pedal";
2091const char kOmniboxDefaultBrowserPedalDescription[] =
2092 "Enables a pedal that helps the user 'set default browser'.";
2093
Angela Yoeurng07a5adb2020-12-02 02:14:012094const char kOmniboxDisableCGIParamMatchingName[] =
2095 "Disable CGI Param Name Matching";
2096const char kOmniboxDisableCGIParamMatchingDescription[] =
2097 "Disables using matches in CGI parameter names while scoring suggestions.";
2098
manukh8fcd3932023-02-28 06:10:522099const char kOmniboxDiscardTemporaryInputOnTabSwitchName[] =
2100 "Omnibox discard temporary input on tab switch";
2101const char kOmniboxDiscardTemporaryInputOnTabSwitchDescription[] =
2102 "Discards temporary input in the omnibox when switching tabs.";
2103
manukh37b13bd32022-10-04 16:01:512104const char kOmniboxDomainSuggestionsName[] = "Omnibox Domain Suggestions";
manukh918d82552022-10-11 01:12:222105const char kOmniboxDomainSuggestionsDescription[] =
manukh37b13bd32022-10-04 16:01:512106 "If enabled, history URL suggestions from hosts visited often bypass the "
2107 "per provider limit.";
2108
Justin Donnellyf2703482019-10-24 21:42:152109const char kOmniboxExperimentalSuggestScoringName[] =
2110 "Omnibox Experimental Suggest Scoring";
2111const char kOmniboxExperimentalSuggestScoringDescription[] =
2112 "Enables an experimental scoring mode for suggestions when Google is the "
2113 "default search engine.";
2114
Orin Jaworski291b0a32022-05-17 17:29:052115const char kOmniboxFuzzyUrlSuggestionsName[] = "Omnibox Fuzzy URL Suggestions";
2116const char kOmniboxFuzzyUrlSuggestionsDescription[] =
2117 "Enables URL suggestions for inputs that may contain typos.";
2118
Khalid Peer93f49312023-03-06 22:28:132119const char kOmniboxGM3SteadyStateBackgroundColorName[] =
2120 "Omnibox Steady State Background Color";
2121const char kOmniboxGM3SteadyStateBackgroundColorDescription[] =
2122 "Updates Omnibox steady state background color to comply with GM3 "
2123 "guidelines.";
2124
Khalid Peer3b6c61fb2023-02-17 01:43:282125const char kOmniboxGM3SteadyStateHeightName[] = "Omnibox Steady State Height";
2126const char kOmniboxGM3SteadyStateHeightDescription[] =
2127 "Updates Omnibox steady state height to comply with GM3 guidelines.";
2128
Khalid Peer4520af92023-03-02 21:50:512129const char kOmniboxGM3SteadyStateTextStyleName[] =
2130 "Omnibox Steady State Text Style";
2131const char kOmniboxGM3SteadyStateTextStyleDescription[] =
2132 "Updates Omnibox steady state text style to comply with GM3 guidelines.";
2133
Khalid Peer4ef65ef52023-03-27 23:29:072134const char kOmniboxGM3SteadyStateTextColorName[] =
2135 "Omnibox Steady State Text Color";
2136const char kOmniboxGM3SteadyStateTextColorDescription[] =
2137 "Updates Omnibox steady state text color to comply with GM3 guidelines.";
2138
Ender19574f92023-03-16 01:14:262139const char kOmniboxGroupingFrameworkZPSName[] =
2140 "Omnibox Grouping Framework for ZPS";
2141const char kOmniboxGroupingFrameworkNonZPSName[] =
2142 "Omnibox Grouping Framework for Typed Suggestions";
manukh01e47192022-12-23 00:50:252143const char kOmniboxGroupingFrameworkDescription[] =
2144 "Enables an alternative grouping implementation for omnibox "
2145 "autocompletion.";
2146
manukh918d82552022-10-11 01:12:222147const char kOmniboxHistoryQuickProviderSpecificityScoreCountUniqueHostsName[] =
2148 "Omnibox HQP Specificity";
2149const char
2150 kOmniboxHistoryQuickProviderSpecificityScoreCountUniqueHostsDescription[] =
2151 "When enabled, HQP doesn't demote same-host suggestions.";
2152
Tomasz Wiszkowski539249962023-03-16 01:01:422153const char kOmniboxInspireMeName[] = "Omnibox Trending and Related Queries";
2154const char kOmniboxInspireMeDescription[] =
2155 "When enabled, appends additional suggestions based on local trends and/or "
2156 "related to the recently executed queries.";
2157
Moe Ahmadid6159b22022-12-13 03:16:392158const char kOmniboxKeepSecondaryZeroSuggestName[] =
2159 "Keeps all secondary zero-prefix suggestions.";
2160const char kOmniboxKeepSecondaryZeroSuggestDescription[] =
2161 "Keeps all zero-prefix suggestions in the second column and does not count "
2162 "them toward the overall zero-suggest limit.";
2163
Rong Tan01c989902022-10-28 04:06:252164const char kOmniboxMatchToolbarAndStatusBarColorName[] =
2165 "Omnibox Omnibox Match Toolbar And Status Bar Color";
2166const char kOmniboxMatchToolbarAndStatusBarColorDescription[] =
2167 "When enabled, the color of the toolbar and the status bar will be "
2168 "synchronized.";
2169
Gang Wu67847242022-06-30 06:18:512170const char kOmniboxModernizeVisualUpdateName[] =
2171 "Omnibox Modernize Visual Update";
2172const char kOmniboxModernizeVisualUpdateDescription[] =
2173 "When enabled, Omnibox will show a new UI which is visually "
2174 "updated. This flag is for the step 1 in the Clank Omnibox revamp plan.";
2175
Filip Gorskib116dee2020-08-20 14:12:102176const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
2177const char kOmniboxMostVisitedTilesDescription[] =
manukhd9801bfc2022-01-04 22:43:582178 "Display a list of frequently visited pages from history as a single row "
Filip Gorskib116dee2020-08-20 14:12:102179 "with a carousel instead of one URL per line.";
2180
Rong Tanef44d632022-11-18 19:02:312181const char kOmniboxMostVisitedTilesAddRecycledViewPoolName[] =
2182 "Omnibox Most Visited Tiles Add Recycled View Pool";
2183const char kOmniboxMostVisitedTilesAddRecycledViewPoolDescription[] =
2184 "Add a recycled view pool to omnibox most visited tiles carousel to "
2185 "increase tile view reuse and reduce jackiness.";
2186
manukh539d958b2023-03-01 16:50:252187const char kOmniboxRedoCurrentMatchName[] = "Omnibox redo current match";
2188const char kOmniboxRedoCurrentMatchDescription[] =
2189 "Use an alternative implementation of calculating the cached omnibox "
2190 "current match that is valid more often.";
2191
Rong Tan31bf6082022-10-13 08:19:082192const char kOmniboxRemoveExcessiveRecycledViewClearCallsName[] =
2193 "Omnibox Remove Excessive Recycled View Clear Calls";
2194const char kOmniboxRemoveExcessiveRecycledViewClearCallsDescription[] =
2195 "Remove excessive clear calls on RecycledViewPool in omnibox.";
2196
Moe Ahmadi7c889d82022-10-27 20:35:242197const char kOmniboxReportAssistedQueryStatsName[] =
2198 "Omnibox Assisted Query Stats param";
2199const char kOmniboxReportAssistedQueryStatsDescription[] =
2200 "Enables reporting the Assisted Query Stats param in search destination "
2201 "URLs originated from the Omnibox.";
2202
2203const char kOmniboxReportSearchboxStatsName[] =
2204 "Omnibox Searchbox Stats proto param";
2205const char kOmniboxReportSearchboxStatsDescription[] =
2206 "Enables reporting the serialized Searchbox Stats proto param in search "
2207 "destination URLs originated from the Omnibox.";
2208
manukh539d958b2023-03-01 16:50:252209const char kOmniboxRevertModelBeforeClosingPopupName[] =
2210 "Omnibox revert model before closing popup";
2211const char kOmniboxRevertModelBeforeClosingPopupDescription[] =
2212 "When reverting the omnibox view, revert the model before closing the "
2213 "popup to avoid some extra calculations.";
2214
Ryan Sturmb9aaea22023-03-07 21:35:012215const char kOmniboxUseExistingAutocompleteClientName[] =
2216 "Omnibox use exisitng autocomplete client";
2217const char kOmniboxUseExistingAutocompleteClientDescription[] =
2218 "When querying autocomplete client from the omnibox edit model, use the "
2219 "existing one instead of creating a new one.";
2220
Moe Ahmadi4d6f27b2021-11-19 01:40:362221const char kOmniboxZeroSuggestPrefetchingName[] =
Khalid Peere26e6962022-07-26 22:39:552222 "Omnibox Zero Prefix Suggestion Prefetching on NTP";
Moe Ahmadi4d6f27b2021-11-19 01:40:362223const char kOmniboxZeroSuggestPrefetchingDescription[] =
Khalid Peere26e6962022-07-26 22:39:552224 "Enables prefetching of the zero prefix suggestions for eligible users "
2225 "on the New Tab page.";
2226
2227const char kOmniboxZeroSuggestPrefetchingOnSRPName[] =
2228 "Omnibox Zero Prefix Suggestion Prefetching on SRP";
2229const char kOmniboxZeroSuggestPrefetchingOnSRPDescription[] =
2230 "Enables prefetching of the zero prefix suggestions for eligible users "
2231 "on the Search Results page.";
Moe Ahmadi4d6f27b2021-11-19 01:40:362232
Khalid Peer28546042022-08-12 23:18:082233const char kOmniboxZeroSuggestPrefetchingOnWebName[] =
2234 "Omnibox Zero Prefix Suggestion Prefetching on the Web";
2235const char kOmniboxZeroSuggestPrefetchingOnWebDescription[] =
2236 "Enables prefetching of the zero prefix suggestions for eligible users "
2237 "on the Web (i.e. non-NTP and non-SRP URLs).";
2238
Khalid Peer4bca7ea2022-08-26 22:51:292239const char kOmniboxZeroSuggestInMemoryCachingName[] =
2240 "Omnibox Zero Prefix Suggestion in-memory caching";
2241const char kOmniboxZeroSuggestInMemoryCachingDescription[] =
2242 "Enables in-memory caching of zero prefix suggestions.";
2243
Ce Chen7762ef32022-06-17 14:34:172244const char kOmniboxOnDeviceHeadSuggestionsName[] =
2245 "Omnibox on device head suggestions (non-incognito only)";
2246const char kOmniboxOnDeviceHeadSuggestionsDescription[] =
2247 "Google head non personalized search suggestions provided by a compact on "
2248 "device model for non-incognito. Turn off this feature if you have other "
2249 "apps running which affects local file access (e.g. anti-virus software) "
2250 "and are experiencing searchbox typing lags.";
2251const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
2252 "Omnibox on device head suggestions (incognito only)";
2253const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
2254 "Google head non personalized search suggestions provided by a compact on "
2255 "device model for incognito. Turn off this feature if you have other "
2256 "apps running which affects local file access (e.g. anti-virus software) "
2257 "and are experiencing searchbox typing lags.";
Ce Chenbdfaed22022-10-20 16:08:352258const char kOmniboxOnDeviceTailSuggestionsName[] =
2259 "Omnibox on device tail suggestions";
2260const char kOmniboxOnDeviceTailSuggestionsDescription[] =
2261 "Google tail non personalized search suggestions provided by a compact on "
2262 "device model.";
Ce Chen7762ef32022-06-17 14:34:172263
manukh6b9c59c2020-08-28 19:29:252264const char kOmniboxRichAutocompletionPromisingName[] =
2265 "Omnibox Rich Autocompletion Promising Combinations";
2266const char kOmniboxRichAutocompletionPromisingDescription[] =
manukh6a6aeb82022-06-24 21:11:012267 "Allow autocompletion for titles and non-prefixes. Suggestions whose "
2268 "titles or URLs contain the user input as a continuous chunk, but not "
2269 "necessarily a prefix, can be the default suggestion. Otherwise, only "
2270 "suggestions whose URLs are prefixed by the user input can be.";
manukhf6414512022-06-15 01:26:192271
Angela Yoeurng8f6731da2022-01-17 05:55:102272const char kOmniboxSiteSearchStarterPackName[] =
2273 "Omnibox Site Search Starter Pack";
2274const char kOmniboxSiteSearchStarterPackDescription[] =
Angela Yoeurng260f18352022-06-15 22:51:352275 "Enables @history, @bookmarks, and @tabs scopes in Omnibox Site "
Angela Yoeurng8f6731da2022-01-17 05:55:102276 "Search/Keyword Mode";
Moe Ahmadi01028f22022-08-06 17:57:352277
2278const char kOmniboxLocalHistoryZeroSuggestBeyondNTPName[] =
2279 "Allow local history zero-prefix suggestions beyond NTP";
2280const char kOmniboxLocalHistoryZeroSuggestBeyondNTPDescription[] =
2281 "Enables local history zero-prefix suggestions in every context in which "
2282 "the remote zero-prefix suggestions are enabled.";
2283
Moe Ahmadi50223462022-06-30 22:37:272284const char kOmniboxFocusTriggersSRPZeroSuggestName[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262285 "Allow Omnibox contextual web on-focus suggestions on the SRP";
Moe Ahmadi50223462022-06-30 22:37:272286const char kOmniboxFocusTriggersSRPZeroSuggestDescription[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262287 "Enables on-focus suggestions on the Search Results page. "
2288 "Requires on-focus suggestions for the contextual web to be enabled. "
2289 "Will only work if user is signed-in and syncing.";
2290
Moe Ahmadi50223462022-06-30 22:37:272291const char kOmniboxFocusTriggersContextualWebZeroSuggestName[] =
Tommy Li55784022020-04-28 20:58:182292 "Omnibox on-focus suggestions for the contextual Web";
Moe Ahmadi50223462022-06-30 22:37:272293const char kOmniboxFocusTriggersContextualWebZeroSuggestDescription[] =
Tommy Li55784022020-04-28 20:58:182294 "Enables on-focus suggestions on the Open Web, that are contextual to the "
2295 "current URL. Will only work if user is signed-in and syncing, or is "
2296 "otherwise eligible to send the current page URL to the suggest server.";
2297
Jun Zoud1e35932b2022-12-01 20:01:372298const char kOmniboxMlLogUrlScoringSignalsName[] =
2299 "Log Omnibox URL Scoring Signals";
2300const char kOmniboxMlLogUrlScoringSignalsDescription[] =
2301 "Enables Omnibox to log scoring signals of URL suggestions.";
2302
Angela Yoeurngd75d0dfe2023-01-12 23:17:092303const char kOmniboxMlRelevanceScoringName[] = "Omnibox ML Relevance Scoring";
2304const char kOmniboxMlRelevanceScoringDescription[] =
2305 "Enables ML-based relevance scoring of Omnibox URL Suggestions.";
2306
Jun Zoub695a0a2023-01-20 18:55:022307const char kOmniboxMlUrlScoringModelName[] =
2308 "Omnibox autocomplete URL scoring model.";
2309const char kOmniboxMlUrlScoringModelDescription[] =
2310 "Enables machine learning scoring model for Omnibox URL sugestions.";
2311
Moe Ahmadi3c2569e2022-10-06 23:41:392312const char kOmniboxOnClobberFocusTypeOnContentName[] =
2313 "Omnibox On Clobber Focus Type On Content";
2314const char kOmniboxOnClobberFocusTypeOnContentDescription[] =
Rong Tan390e219c2022-09-30 23:56:282315 "Send ON_CLOBBER focus type for zero-prefix requests with an empty input "
Moe Ahmadi3c2569e2022-10-06 23:41:392316 "on Web/SRP.";
Rong Tan390e219c2022-09-30 23:56:282317
manukhd84f42752022-06-25 02:11:082318const char kOmniboxShortBookmarkSuggestionsName[] =
2319 "Omnibox short bookmark suggestions";
2320const char kOmniboxShortBookmarkSuggestionsDescription[] =
2321 "Match very short input words to beginning of words in bookmark "
2322 "suggestions.";
2323
manukh453ab7e2023-02-02 21:09:572324const char kOmniboxShortcutBoostName[] = "Omnibox shortcut boosting";
2325const char kOmniboxShortcutBoostDescription[] =
2326 "Promote shortcuts to be default when available.";
2327
manukhd84f42752022-06-25 02:11:082328const char kOmniboxShortcutExpandingName[] = "Omnibox shortcut expanding";
2329const char kOmniboxShortcutExpandingDescription[] =
2330 "Expand the last word in the shortcut text to be a complete word from the "
2331 "suggestion text.";
2332
Yohanes Shimelis53d0f6b2023-01-12 19:09:102333const char kOmniboxSimplifiedUiUniformRowHeightName[] =
2334 "Omnibox Suggestion Row Height";
2335const char kOmniboxSimplifiedUiUniformRowHeightDescription[] =
2336 "Changes the row height of omnibox suggetions.";
2337
2338const char kOmniboxSimplifiedUiSquareSuggestIconName[] =
2339 "Omnibox Square Suggest Icons";
2340const char kOmniboxSimplifiedUiSquareSuggestIconDescription[] =
2341 "Adds a grey square background to suggestion icons, and makes the answer "
2342 "icon square.";
2343
manukfdd97402020-07-22 18:19:172344const char kOmniboxMaxZeroSuggestMatchesName[] =
2345 "Omnibox Max Zero Suggest Matches";
2346const char kOmniboxMaxZeroSuggestMatchesDescription[] =
2347 "Changes the maximum number of autocomplete matches displayed when zero "
2348 "suggest is active (i.e. displaying suggestions without input).";
2349
Brett Wilsonecb80982017-07-12 20:34:512350const char kOmniboxUIMaxAutocompleteMatchesName[] =
2351 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:512352const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
2353 "Changes the maximum number of autocomplete matches displayed in the "
2354 "Omnibox UI.";
2355
Mustafa Emre Acer0626cbb2021-07-14 20:35:042356const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
2357 "Omnibox Updated connection security indicators";
2358const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
2359 "Use new connection security indicators for https pages in the omnibox.";
2360
Moe Ahmadi40e0eba52022-12-22 01:44:252361const char kWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
2362const char kWebUIOmniboxPopupDescription[] =
2363 "If enabled, shows the omnibox suggestions popup in WebUI.";
2364
dpapad7c00cc7f02023-03-24 17:54:352365const char kWebUiSystemFontName[] = "WebUI System font";
2366const char kWebUiSystemFontDescription[] =
2367 "If enabled, all WebUI surfaces will use the default UI font of the "
2368 "underlying platform.";
2369
Kevin Baileycd6889922019-05-30 17:22:552370const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
2371const char kOmniboxMaxURLMatchesDescription[] =
2372 "The maximum number of URL matches to show, unless there are no "
2373 "replacements.";
2374
manuk4e2979d2020-07-08 23:29:282375const char kOmniboxDynamicMaxAutocompleteName[] =
2376 "Omnibox Dynamic Max Autocomplete";
2377const char kOmniboxDynamicMaxAutocompleteDescription[] =
2378 "Configures the maximum number of autocomplete matches displayed in the "
2379 "Omnibox UI dynamically based on the number of URL matches.";
2380
Michael Checo91977f562023-01-25 01:02:222381const char kOnlyShowNewShortcutsAppName[] =
2382 "Only show the new Shortcut Viewer app";
2383const char kOnlyShowNewShortcutsAppDescription[] =
2384 "If enabled, the existing Shortcut Viewer app will be hidden and only the "
2385 "new Shortcut Customization app will be discoverable.";
2386
rajendrant277b1ba2022-02-18 01:59:362387const char kOptimizationGuideDebugLogsName[] =
2388 "Enable optimization guide debug logs";
2389const char kOptimizationGuideDebugLogsDescription[] =
2390 "Enables the optimization guide to log and save debug messages that can be "
2391 "shown in the internals page.";
2392
rajendrantb6ef55fd2022-10-20 20:25:242393const char kOptimizationGuideInstallWideModelStoreName[] =
2394 "Enables the new optimization guide install-wide model store";
2395const char kOptimizationGuideInstallWideModelStoreDescription[] =
2396 "Enables the new model store that is per Chrome installation and can "
2397 "share models across user profiles.";
2398
Tarun Bansalca4fae3d2022-04-05 21:17:342399const char kOptimizationGuidePushNotificationName[] =
Robert Ogden52285a52021-07-01 19:26:202400 "Enable optimization guide push notifications";
Tarun Bansalca4fae3d2022-04-05 21:17:342401const char kOptimizationGuidePushNotificationDescription[] =
Robert Ogden52285a52021-07-01 19:26:202402 "Enables the optimization guide to receive push notifications.";
2403
Moe Ahmadi359d0722022-05-16 23:17:332404const char kOrganicRepeatableQueriesName[] =
2405 "Organic repeatable queries in Most Visited tiles";
2406const char kOrganicRepeatableQueriesDescription[] =
2407 "Enables showing the most repeated queries, from the device browsing "
2408 "history, organically among the most visited sites in the MV tiles.";
2409
Daniel Vogelheim88d1ca9e2022-02-04 19:53:452410const char kOriginAgentClusterDefaultName[] =
2411 "Origin-keyed Agent Clusters by default";
2412const char kOriginAgentClusterDefaultDescription[] =
2413 "Select the default behaviour for the Origin-Agent-Cluster http header. "
2414 "If enabled, an absent header will cause pages to be assigned to an "
2415 "origin-keyed agent cluster, and to a site-keyed agent cluster when "
2416 "disabled. Documents whose agent clusters are origin-keyed cannot set "
2417 "document.domain to relax the same-origin policy.";
2418
Ethan Mooney01e6f192021-06-10 13:14:072419const char kOsSettingsAppNotificationsPageName[] =
2420 "CrOS Settings App Notifications Page";
2421const char kOsSettingsAppNotificationsPageDescription[] =
2422 "If enabled, a new App Notifications subpage will appear in the "
2423 "CrOS Settings Apps section.";
2424
Wez600f06c2021-03-05 20:32:302425const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
2426const char kOverlayScrollbarsDescription[] =
2427 "Enable the experimental overlay scrollbars implementation. You must also "
2428 "enable threaded compositing to have the scrollbars animate.";
2429
Daniele Castagna74ddb9c2018-06-21 22:59:022430const char kOverlayStrategiesName[] = "Select HW overlay strategies";
2431const char kOverlayStrategiesDescription[] =
2432 "Select strategies used to promote quads to HW overlays.";
2433const char kOverlayStrategiesDefault[] = "Default";
2434const char kOverlayStrategiesNone[] = "None";
2435const char kOverlayStrategiesUnoccludedFullscreen[] =
2436 "Unoccluded fullscreen buffers (single-fullscreen)";
2437const char kOverlayStrategiesUnoccluded[] =
2438 "Unoccluded buffers (single-fullscreen,single-on-top)";
2439const char kOverlayStrategiesOccludedAndUnoccluded[] =
2440 "Occluded and unoccluded buffers "
2441 "(single-fullscreen,single-on-top,underlay)";
2442
Jinsuk Kim2e139e432021-02-26 03:46:562443const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
2444const char kOverscrollHistoryNavigationDescription[] =
2445 "History navigation in response to horizontal overscroll.";
2446
minch1ad858c2021-06-24 20:30:012447const char kOverviewButtonName[] = "Overview button at the status area";
2448const char kOverviewButtonDescription[] =
2449 "If enabled, always show the overview button at the status area.";
2450
Richard Chui9bb649182022-12-09 07:12:022451const char kOverviewDeskNavigationName[] =
2452 "CrOS Labs: Overview Desk Navigation";
2453const char kOverviewDeskNavigationDescription[] =
2454 "Stay in overview when navigating between desks using a swipe gesture or "
2455 "keyboard shortcut.";
2456
Sophie Chang9081cb32021-09-28 22:39:102457const char kPageContentAnnotationsName[] = "Page content annotations";
2458const char kPageContentAnnotationsDescription[] =
2459 "Enables page content to be annotated on-device.";
2460
Sophie Chang854625a2023-03-22 19:57:332461const char kPageContentAnnotationsPersistSalientImageMetadataName[] =
2462 "Page content annotations - Persist salient image metadata";
2463const char kPageContentAnnotationsPersistSalientImageMetadataDescription[] =
2464 "Enables salient image metadata per page load to be persisted on-device.";
2465
Sophie Chang0f519332023-03-28 21:45:302466const char kPageContentAnnotationsRemotePageMetadataName[] =
2467 "Page content annotations - Remote page metadata";
2468const char kPageContentAnnotationsRemotePageMetadataDescription[] =
2469 "Enables fetching of page load metadata to be persisted on-device.";
2470
Sophie Chang8d500672022-02-09 22:45:302471const char kPageEntitiesPageContentAnnotationsName[] =
2472 "Page entities content annotations";
2473const char kPageEntitiesPageContentAnnotationsDescription[] =
2474 "Enables annotating the page entities model for each page load on-device.";
2475
Tommy C. Li7960fc82023-03-03 00:56:452476const char kPageImageServiceOptimizationGuideSalientImagesName[] =
2477 "Page Image Service - Optimization Guide Salient Images";
2478const char kPageImageServiceOptimizationGuideSalientImagesDescription[] =
2479 "Enables the PageImageService fetching images from the Optimization Guide "
2480 "Salient Images source.";
2481
Tommy C. Li315f9ff62023-03-16 16:13:152482const char kPageImageServiceSuggestPoweredImagesName[] =
2483 "Page Image Service - Suggest Powered Images";
2484const char kPageImageServiceSuggestPoweredImagesDescription[] =
2485 "Enables the PageImageService fetching images from the Suggest source.";
2486
Filipa Senrafc3fb4522023-03-17 18:12:222487const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavs[] =
2488 "'About this site' keep side panel on same tab navs";
2489const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavsDescription[] =
2490 "Keeps the 'About this site' side panel open and updated on same tab "
2491 "navigations.";
2492
Filipa Senrab5787562023-02-20 11:03:502493const char kPageInfoAboutThisSiteNewIconName[] = "'About this site' new icon";
2494const char kPageInfoAboutThisSiteNewIconDescription[] =
2495 "Shows the 'About this site' section in the page info UI with a new google "
2496 "branded icon.";
2497
Christian Dullweber77ae6752022-12-14 18:58:382498const char kPageInfoAboutThisSiteNonEnName[] =
2499 "'About this site' section in page info in all languages";
2500const char kPageInfoAboutThisSiteNonEnDescription[] =
2501 "Enable the 'About this site' section in the page info UI in languages "
2502 "other than English.";
Olesia Marukhno0fc754b2021-09-17 15:05:062503
Filipa Senradf8254a2023-02-03 10:29:382504const char kPageInfoAboutThisSiteNonMsbbName[] =
2505 "'About this site' for non-MSBB users";
2506const char kPageInfoAboutThisSiteNonMsbbDescription[] =
2507 "Make 'About this site' section in Page Info available for non-MSBB users.";
2508
Christian Dullweber8fdeb5d2022-08-24 20:14:572509const char kPageInfoboutThisPageDescriptionPlaceholderName[] =
2510 "AboutThisPage description placeholder";
2511const char kPageInfoboutThisPageDescriptionPlaceholderDescription[] =
2512 "Shows a placeholder when no description is availble instead of not "
2513 "showing an entry at all";
2514
2515const char kPageInfoboutThisPagePersistentEntryName[] =
2516 "AboutThisPage persistent SidePanel entry";
2517const char kPageInfoboutThisPagePersistentEntryDescription[] =
2518 "Registers a SidePanel entry on pageload if 'AboutThisPage' info is "
2519 "available";
2520
Zofia Salatad830d4b2022-09-19 09:22:362521const char kPageInfoCookiesSubpageName[] = "Cookies subpage in page info";
2522const char kPageInfoCookiesSubpageDescription[] =
2523 "Enable the Cookies subpage in page info for managing cookies and site "
2524 "data.";
2525
Christian Dullweberec4715a82022-04-28 17:12:012526const char kPageInfoMoreAboutThisPageName[] =
2527 "'More about this page' link in page info";
2528const char kPageInfoMoreAboutThisPageDescription[] =
2529 "Enable the 'More about this page' link in the 'From the web' section of "
2530 "page info.";
2531
Zofia Salata1f9c6ae2022-07-21 16:23:312532const char kPageInfoHideSiteSettingsName[] = "Page info hide site settings";
2533const char kPageInfoHideSiteSettingsDescription[] =
2534 "Hides site settings row in the page info menu.";
2535
Olesia Marukhno4f39c7fb2021-12-14 16:55:482536const char kPageInfoHistoryDesktopName[] = "Page info history";
2537const char kPageInfoHistoryDesktopDescription[] =
2538 "Enable a history section in the page info.";
2539
Sophie Chang8d500672022-02-09 22:45:302540const char kPageVisibilityPageContentAnnotationsName[] =
2541 "Page visibility content annotations";
2542const char kPageVisibilityPageContentAnnotationsDescription[] =
2543 "Enables annotating the page visibility model for each page load "
2544 "on-device.";
2545
Xing Liu5400a002017-09-15 21:48:292546const char kParallelDownloadingName[] = "Parallel downloading";
2547const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:062548 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:292549
Vaclav Brozekd8a3f542017-11-16 14:21:132550const char kPasswordImportName[] = "Password import";
2551const char kPasswordImportDescription[] =
2552 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:512553
Maria Timburddb9d422022-07-20 12:41:492554const char kPasswordStrengthIndicatorName[] = "Password strength indicator";
2555const char kPasswordStrengthIndicatorDescription[] =
2556 "Enables password strength indicator when typing a password during a "
2557 "sign-up and password change flows.";
2558
Norge Vizcay81af8802022-09-06 09:57:122559const char kForceEnableFastCheckoutCapabilitiesName[] =
2560 "Force enable fast checkout capabilities";
2561const char kForceEnableFastCheckoutCapabilitiesDescription[] =
2562 "Force enables fast checkout capabilities for every domain, regardless "
2563 "of the server response.";
2564
Nektarios Paisios989068702022-03-02 09:06:562565const char kPdfOcrName[] = "Performs OCR on inaccessible PDFs";
2566const char kPdfOcrDescription[] =
2567 "Enables a feature whereby inaccessible (i.e. untagged) PDFs are made "
2568 "accessible using an optical character recognition service.";
2569
Carlos ILc5c2e2702020-12-15 21:19:502570const char kPdfXfaFormsName[] = "PDF XFA support";
2571const char kPdfXfaFormsDescription[] =
2572 "Enables support for XFA forms in PDFs. "
2573 "Has no effect if Chrome was not built with XFA support.";
2574
Max Leefb53d9c2022-09-01 00:23:342575const char kVmPerBootShaderCacheName[] = "VM per-boot shader cache";
2576const char kVmPerBootShaderCacheDescription[] =
Max Lee324065832022-09-08 07:15:242577 "If enabled, VM shader cache is refreshed per boot. If disabled, VM shader "
2578 "cache is refreshed per OS build.";
Max Leefb53d9c2022-09-01 00:23:342579
Peter Beverloodcd5d9652021-10-11 23:30:592580const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents";
2581const char kAutoWebContentsDarkModeDescription[] =
Aran Gilman5e9672bed2019-08-02 19:07:492582 "Automatically render all web contents using a dark theme.";
2583
Alison Maherc07a3fb2019-10-07 21:25:032584const char kForcedColorsName[] = "Forced Colors";
2585const char kForcedColorsDescription[] =
2586 "Enables forced colors mode for web content.";
2587
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242588const char kWindowsScrollingPersonalityName[] = "Windows Scrolling Personality";
2589const char kWindowsScrollingPersonalityDescription[] =
Matt Amertecf4bf32019-09-25 19:50:392590 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242591 "of the scroller size and the default scroll animation is replaced with "
2592 "Impulse-style scroll animations.";
Matt Amertecf4bf32019-09-25 19:50:392593
Olesia Marukhno16fdd647a2020-05-04 09:34:002594const char kPermissionChipName[] = "Permissions Chip Experiment";
2595const char kPermissionChipDescription[] =
2596 "Enables an experimental permission prompt that uses a chip in the location"
2597 " bar.";
2598
Florian Jackyca9da172022-09-26 16:29:462599const char kChipLocationBarIconOverrideName[] =
2600 "Chip Location Bar Icon Override Experiment.";
2601const char kChipLocationBarIconOverrideDescription[] =
2602 "Enables an experimental location bar icon override while a chip is shown "
2603 "in the location bar. Takes effect when #permission-chip or "
2604 "#confirmation-chip are active.";
2605
2606const char kConfirmationChipName[] = "Confirmation Chip Experiment";
2607const char kConfirmationChipNameDescription[] =
2608 "Enables an experimental confirmation chip in the location bar after a "
Florian Jackycb018cb2022-10-10 09:57:362609 "permission prompt shown has been decided by the user.";
Florian Jackyca9da172022-09-26 16:29:462610
Andy Paicu204a1bb82020-11-12 21:50:142611const char kPermissionPredictionsName[] = "Permission Predictions";
2612const char kPermissionPredictionsDescription[] =
2613 "Use the Permission Predictions Service to surface permission requests "
2614 "using a quieter UI when the likelihood of the user granting the "
2615 "permission is predicted to be low. Requires "
Balazs Engedy6f94e1c2021-11-22 14:16:352616 "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be "
2617 "enabled.";
Andy Paicu204a1bb82020-11-12 21:50:142618
Illia Klimovdf283b02021-07-07 17:33:252619const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2620const char kPermissionQuietChipDescription[] =
Illia Klimov1b2ca40c2022-06-09 20:02:412621 "Enables a permission prompt that uses the quiet chip instead of the "
2622 "right-hand side address bar icon for quiet permission prompts. Requires "
2623 "chrome://flags/#quiet-notification-prompts to be enabled.";
Illia Klimovdf283b02021-07-07 17:33:252624
Tom Van Goethem7ad67c082022-12-13 18:56:262625const char kRecordPermissionExpirationTimestampsName[] =
2626 "Record permission expiration timestamps";
2627const char kRecordPermissionExpirationTimestampsDescription[] =
2628 "When enabled, permissions grants with a durable session model will have "
2629 "an expiration date set.";
2630
Brandon Wylie130e5792023-02-23 23:59:382631const char kPowerBookmarkBackendName[] = "Power bookmark backend";
2632const char kPowerBookmarkBackendDescription[] =
2633 "Enables storing additional metadata to support power bookmark features.";
2634
Emily Shack675ca992022-11-18 22:07:242635const char kPowerBookmarksSidePanel[] = "Power bookmarks side panel";
2636const char kPowerBookmarksSidePanelDescription[] =
2637 "Enables the power bookmarks version of the bookmarks side panel content.";
2638
Brandon Wylie955a16942021-09-24 22:43:102639const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow";
2640const char kBookmarksImprovedSaveFlowDescription[] =
2641 "Enabled an improved save flow for bookmarks.";
2642
Brandon Wylief203eee2021-10-11 22:55:452643const char kBookmarksRefreshName[] = "Bookmarks refresh";
Brandon Wylie9fe37582021-08-24 01:22:532644const char kBookmarksRefreshDescription[] =
Brandon Wylief203eee2021-10-11 22:55:452645 "Enable various changes to bookmarks.";
Brandon Wylie9fe37582021-08-24 01:22:532646
Robert Lin4035ebb2021-10-08 12:23:412647const char kOmniboxTriggerForPrerender2Name[] =
2648 "Omnibox trigger for Prerender2";
2649const char kOmniboxTriggerForPrerender2Description[] =
2650 "Enables the new omnibox trigger prerenderer implementation.";
2651
Lingqi Chi357fcda12022-02-18 03:34:152652const char kSupportSearchSuggestionForPrerender2Name[] =
2653 "Prerender search suggestions";
2654const char kSupportSearchSuggestionForPrerender2Description[] =
2655 "Allows Prerender2 to prerender search suggestions provided by the default "
Johann6299c232022-11-21 03:10:442656 "search engine.";
Lingqi Chi357fcda12022-02-18 03:34:152657
Ryan Sturm0c7162f72022-09-16 15:13:412658const char kEnableOmniboxSearchPrefetchName[] = "Omnibox prefetch Search";
2659const char kEnableOmniboxSearchPrefetchDescription[] =
2660 "Allows omnibox to prefetch likely search suggestions provided by the "
2661 "Default Search Engine";
2662
2663const char kEnableOmniboxClientSearchPrefetchName[] =
2664 "Omnibox client prefetch Search";
2665const char kEnableOmniboxClientSearchPrefetchDescription[] =
2666 "Allows omnibox to prefetch search suggestions provided by the Default "
2667 "Search Engine that the client thinks are likely to be navigated. Requires "
2668 "chrome://flags/#omnibox-search-prefetch";
2669
Andrey Zaytsev7c790c12022-05-23 13:07:302670const char kPrivacyGuideAndroidName[] = "Privacy Guide on Android";
2671const char kPrivacyGuideAndroidDescription[] =
2672 "Shows a new subpage in Settings that helps the user to review various "
2673 "privacy settings.";
2674
John Delaney1d6e4b5c2022-03-25 02:19:222675const char kPrivacySandboxAdsAPIsOverrideName[] = "Privacy Sandbox Ads APIs";
2676const char kPrivacySandboxAdsAPIsOverrideDescription[] =
Nan Lin066a81a2022-04-20 18:46:542677 "Enables Privacy Sandbox APIs: Attribution Reporting, Fledge, Topics, "
Alex Turner64f3bef2022-09-09 18:56:582678 "Fenced Frames, Shared Storage, Private Aggregation, and their associated "
2679 "features.";
John Delaney1d6e4b5c2022-03-25 02:19:222680
Theodore Olsauskas-Warren474cdb52023-01-04 10:16:342681const char kPrivacySandboxSettings4Name[] = "Privacy Sandbox Settings V4";
2682const char kPrivacySandboxSettings4Description[] =
2683 "Enables updated Privacy Sandbox UI";
2684
Alex Turnerb6d89fa2022-10-12 18:33:572685const char kPrivateAggregationDeveloperModeName[] =
2686 "Private Aggregation developer mode";
2687const char kPrivateAggregationDeveloperModeDescription[] =
2688 "Enables the developer mode for the Private Aggregation API. This removes "
2689 "all reporting delays. Only works if the Private Aggregation API is "
2690 "already enabled.";
Alex Turner2d504952022-09-21 23:56:492691
Mohsen Izadi93faac12017-07-29 04:45:152692const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2693const char kPullToRefreshDescription[] =
2694 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012695const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152696
Finnur Thorarinssonfb625e12022-09-06 17:22:532697const char kPWAsDefaultOfflinePageName[] = "Default offline page for PWAs";
2698const char kPWAsDefaultOfflinePageDescription[] =
2699 "Shows customised default offline page when web app is offline.";
2700
Finnur Thorarinsson528355742022-03-07 10:57:012701const char kPwaUpdateDialogForAppIconName[] =
2702 "Enable PWA install update dialog for icon changes";
2703const char kPwaUpdateDialogForAppIconDescription[] =
2704 "Enable a confirmation dialog that shows up when a PWA changes its icon";
2705
2706const char kPwaUpdateDialogForAppTitleName[] =
2707 "Enable PWA install update dialog for name changes";
2708const char kPwaUpdateDialogForAppTitleDescription[] =
2709 "Enable a confirmation dialog that shows up when a PWA changes its name";
Finnur Thorarinsson818e6c112021-05-19 13:06:462710
Brett Wilsonecb80982017-07-12 20:34:512711const char kQuicName[] = "Experimental QUIC protocol";
2712const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2713
Jiahe Zhangc3577e332022-06-22 11:20:382714const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] =
2715 "Quick intensive throttling after loading";
2716const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] =
2717 "For pages that are loaded when backgrounded, activates intensive "
Jiahe Zhang498669852022-12-12 17:21:102718 "throttling after 1 minute instead of the default 5 minutes. Intensive "
Jiahe Zhangc3577e332022-06-22 11:20:382719 "throttling will limit wake ups, from setTimeout and setInterval tasks "
2720 "with a high nesting level and delayed scheduler.postTask tasks, to 1 per "
2721 "minute. See https://chromestatus.com/feature/5580139453743104 for more "
2722 "info.";
2723
Rohit Agarwal5e1c17fc2023-02-03 11:44:152724extern const char kQuickDeleteForAndroidName[] = "Enable quick delete";
2725extern const char kQuickDeleteForAndroidDescription[] =
2726 "When enabled, a new quick delete option appears in the three dots menu, "
2727 "allowing users to quickly delete their last 15 mins of data.";
2728
Yulun Wuc7439a652021-06-18 17:24:182729const char kSettingsAppNotificationSettingsName[] =
2730 "Split notification permission settings";
2731const char kSettingsAppNotificationSettingsDescription[] =
2732 "Remove per-app notification permissions settings from the quick settings "
2733 "menu. Notification permission settings will be split between the "
2734 "lacros-chrome browser's notification permission page "
2735 "and the ChromeOS settings app.";
2736
Alan Cutter20fd08f2020-12-01 13:39:162737const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2738const char kRecordWebAppDebugInfoDescription[] =
2739 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442740 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162741
Victor Tan0e75ea52022-08-12 16:46:282742const char kReduceAcceptLanguageName[] =
2743 "Reduce Accept-Language request header";
2744const char kReduceAcceptLanguageDescription[] =
2745 "Reduce the amount of information available in the Accept-Language request "
2746 "header. See https://github.com/Tanych/accept-language for more info.";
2747
James Hollyer6e5f5c32020-07-27 21:18:102748const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2749const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222750 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2751 "API";
James Hollyer6e5f5c32020-07-27 21:18:102752
Zoraiz Naeem82fa01072022-06-14 20:13:092753const char kRoundedDisplay[] = "Rounded display";
2754const char kRoundedDisplayDescription[] =
2755 "Enables rounded corners for the display";
2756
Dominic Farolino0e1f9a1a2020-11-25 23:25:002757const char kMBIModeName[] = "MBI Scheduling Mode";
2758const char kMBIModeDescription[] =
2759 "Enables independent agent cluster scheduling, via the "
2760 "AgentSchedulingGroup infrastructure.";
2761
Eduard Hez0141dce2022-09-22 11:46:502762const char kSafetyCheckNotificationPermissionsName[] =
2763 "Permission Module for notifications in Safety Check";
2764const char kSafetyCheckNotificationPermissionsDescription[] =
2765 "When enabled, adds the notification permission module to Safety Check on "
2766 "desktop. The module will be shown depending on the browser state.";
2767
2768const char kSafetyCheckUnusedSitePermissionsName[] =
2769 "Permission Module for unused sites in Safety Check";
2770const char kSafetyCheckUnusedSitePermissionsDescription[] =
2771 "When enabled, adds the unused sites permission module to Safety Check on "
2772 "desktop. The module will be shown depending on the browser state.";
Side Yilmazcdd69f782022-07-22 08:05:302773
Andrew Pantera67b07b42022-12-06 19:32:002774const char kSameAppWindowCycleName[] = "Cros Labs: Same App Window Cycling";
2775const char kSameAppWindowCycleDescription[] =
2776 "Use Alt+` to cycle through the windows of the active application.";
2777
Dylan Cutlerc2988fe2021-08-05 14:24:372778const char kPartitionedCookiesName[] = "Partitioned cookies";
2779const char kPartitionedCookiesDescription[] =
2780 "Controls if the Partitioned cookie attribute is enabled.";
2781
Nathan Eliason320cf312022-07-26 23:02:322782const char kThirdPartyStoragePartitioningName[] =
2783 "Experimental third-party storage partitioning.";
2784const char kThirdPartyStoragePartitioningDescription[] =
2785 "Enables partitioning of third-party storage by top-level site. "
2786 "Note: this is under active development and may result in unexpected "
2787 "behavior. Please file bugs at https://bugs.chromium.org/p/chromium/issues/"
2788 "entry?labels=StoragePartitioning-trial-bugs&components=Blink%3EStorage.";
2789
Jerry Liu3c11fe892023-03-20 21:00:502790const char kScreenSaverDurationName[] = "Screen saver duration settings";
2791const char kScreenSaverDurationDescription[] =
2792 "Allow users to customize screen saver running time.";
2793
Ilkin Safarli2692d5d12022-12-09 00:03:212794const char kScreenSaverPreviewName[] = "Screen saver preview";
2795const char kScreenSaverPreviewDescription[] =
2796 "Enables the screen saver preview feature which allows the users to "
2797 "preview current screen saver.";
2798
Elaine Chien2b731c82021-01-28 17:50:562799const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142800const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592801const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142802 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592803
David Pennington423db8f2022-10-24 22:30:042804const char kTabScrollingButtonPositionFlagId[] =
2805 "tab-scrolling-button-position";
2806const char kTabScrollingButtonPositionName[] = "Tab Scrolling Buttons";
2807const char kTabScrollingButtonPositionDescription[] =
2808 "Enables buttons on the tab strip to scroll left and right when full";
2809
Shibalik Mohapatra9a31f7d32022-10-26 23:53:592810const char kScrollableTabStripWithDraggingFlagId[] =
2811 "scrollable-tabstrip-with-dragging";
2812const char kScrollableTabStripWithDraggingName[] =
2813 "Tab Scrolling With Dragging";
2814const char kScrollableTabStripWithDraggingDescription[] =
2815 "Scrolls the tabstrip while dragging tabs towards the end of the visible "
2816 "view.";
2817
David Pennington02c635e2022-11-18 01:03:452818const char kScrollableTabStripOverflowFlagId[] = "scrollable-tabstrip-overflow";
2819const char kScrollableTabStripOverflowName[] =
2820 "Tab Scrolling Overflow Indicator";
2821const char kScrollableTabStripOverflowDescription[] =
2822 "Choices for overflow indicators shown when the tabstrip is in scrolling "
2823 "mode.";
2824
Taylor Bergquist9adeb292022-08-25 20:33:082825const char kSplitTabStripName[] = "Split TabStrip";
2826const char kSplitTabStripDescription[] =
2827 "Splits pinned and unpinned tabs into separate TabStrips under the hood. "
2828 "Pure refactoring, no user-visible behavioral changes are included.";
2829
David Bokanebe23cc52020-05-11 18:20:462830const char kScrollUnificationName[] = "Scroll Unification";
2831const char kScrollUnificationDescription[] =
2832 "Refactoring project that eliminates scroll handling code from Blink. "
2833 "Does not affect behavior or performance.";
2834
Yulun Wu04255512022-02-15 01:34:152835extern const char kSearchResultInlineIconName[] = "Search Result Inline Icons";
2836extern const char kSearchResultInlineIconDescription[] =
2837 "Show iconified text and vector icons "
2838 "in launcher search results.";
2839
Yulun Wu1cd0faa2022-03-03 06:59:212840extern const char kDynamicSearchUpdateAnimationName[] =
2841 "Dynamic Search Result Update Animation";
2842extern const char kDynamicSearchUpdateAnimationDescription[] =
2843 "Dynamically adjust the search result update animation when those update "
2844 "animations are preempted. Shortened animation durations configurable "
2845 "(unit: milliseconds).";
2846
Rouslan Solomakhine73fa7852020-08-28 10:33:462847const char kSecurePaymentConfirmationDebugName[] =
2848 "Secure Payment Confirmation Debug Mode";
2849const char kSecurePaymentConfirmationDebugDescription[] =
2850 "This flag removes the restriction that PaymentCredential in WebAuthn and "
2851 "secure payment confirmation in PaymentRequest API must use user verifying "
2852 "platform authenticators.";
2853
Victor Hugo Vianna Silvaf0a44002022-02-16 10:38:002854const char kSendTabToSelfSigninPromoName[] = "Send tab to self sign-in promo";
2855const char kSendTabToSelfSigninPromoDescription[] =
2856 "Enables a sign-in promo if the user attempts to share a tab while being "
2857 "signed out";
2858
Marlon Faceyfce1a9e2022-03-31 23:48:062859const char kSidePanelJourneysFlagId[] = "side-panel-journeys";
2860const char kSidePanelJourneysName[] = "Side panel journeys";
2861const char kSidePanelJourneysDescription[] =
2862 "Enables Journeys within the side panel.";
2863
Marlon Facey41373d72b2022-10-11 02:34:092864const char kSidePanelJourneysQuerylessFlagId[] =
2865 "side-panel-journeys-queryless";
2866const char kSidePanelJourneysQuerylessName[] = "Side panel journeys queryless";
2867const char kSidePanelJourneysQuerylessDescription[] =
2868 "Enables Journeys queryless view within the side panel.";
2869
Elly Fong-Jonesfe05ca12022-09-09 23:38:472870const char kSidePanelWebViewName[] = "Side panel webview";
2871const char kSidePanelWebViewDescription[] =
2872 "Adds a side panel option to load arbitrary web content, with a URL bar.";
2873
Kyle Milkacf3aa6e12021-07-28 00:34:022874const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
2875const char kSharingDesktopScreenshotsDescription[] =
2876 "Enables taking"
2877 " screenshots from the desktop sharing hub.";
2878
Manu Cornetd7ef7c52018-05-01 22:08:232879const char kShelfHoverPreviewsName[] =
2880 "Show previews of running apps when hovering over the shelf.";
2881const char kShelfHoverPreviewsDescription[] =
2882 "Shows previews of the open windows for a given running app when hovering "
2883 "over the shelf.";
2884
Yulun Wuee444262023-01-31 22:40:522885const char kShelfStackedHotseatName[] = "Shelf Stacked Hotseat";
2886const char kShelfStackedHotseatDescription[] =
2887 "Stack the hotseat app bar above the shelf button panels/system tray when "
2888 "there is not enough space for the app bar.";
2889
Brett Wilsonecb80982017-07-12 20:34:512890const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2891const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382892 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2893 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512894
2895const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2896const char kShowAutofillTypePredictionsDescription[] =
2897 "Annotates web forms with Autofill field type predictions as placeholder "
2898 "text.";
2899
Lei Zhang1a6fd01b2021-03-24 17:03:482900const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2901const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152902 "Display the performance metrics of current page in a heads up display on "
2903 "the page.";
2904
pwarren878671672019-12-13 19:18:162905const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2906const char kShowOverdrawFeedbackDescription[] =
2907 "Visualize overdraw by color-coding elements based on if they have other "
2908 "elements drawn underneath.";
2909
Lukasz Anforowiczd2e16e62019-03-28 19:06:592910const char kIsolateOriginsName[] = "Isolate additional origins";
2911const char kIsolateOriginsDescription[] =
2912 "Requires dedicated processes for an additional set of origins, "
2913 "specified as a comma-separated list.";
2914
Mike West6b2bd752020-12-02 06:36:592915const char kIsolationByDefaultName[] =
2916 "Change web-facing behaviors that prevent origin-level isolation";
2917const char kIsolationByDefaultDescription[] =
2918 "Change several web APIs that make it difficult to isolate origins into "
2919 "distinct processes. While these changes will ideally become new default "
2920 "behaviors for the web, this flag is likely to break your experience on "
2921 "sites you visit today.";
2922
Lukasz Anforowicz738a88d2018-11-05 19:19:342923const char kSiteIsolationOptOutName[] = "Disable site isolation";
2924const char kSiteIsolationOptOutDescription[] =
2925 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572926 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2927 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222928 "isolation is force-enabled using a command line switch or using an "
2929 "enterprise policy. "
2930 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572931 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342932const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2933const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512934
Brett Wilsonecb80982017-07-12 20:34:512935const char kSmoothScrollingName[] = "Smooth Scrolling";
2936const char kSmoothScrollingDescription[] =
2937 "Animate smoothly when scrolling page content.";
2938
CJ Huang4ed8a7f32023-01-17 03:45:382939const char kSpeakOnMuteName[] = "Enable Speak On Mute Detection";
2940const char kSpeakOnMuteDescription[] =
2941 "Enable the speak-on-mute detector in CRAS. Reboot is required to let the "
2942 "flag take effect";
2943
shivanigithub75489e352021-02-22 19:24:302944const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2945const char kSplitCacheByNetworkIsolationKeyDescription[] =
2946 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2947 "disallow cross-site tracking.";
2948
Lei Zhang507fffd2020-01-29 23:47:542949const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2950const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462951 "Experimental security mode that strengthens the site isolation policy. "
2952 "Controls whether site isolation should use origins instead of scheme and "
2953 "eTLD+1.";
2954
Brandon Maslenda12cf82019-08-23 20:54:182955const char kStorageAccessAPIName[] = "Storage Access API";
2956const char kStorageAccessAPIDescription[] =
2957 "Enables the Storage Access API, allowing websites to request storage "
2958 "access when it would otherwise be restricted.";
2959
Lexi Stavrakos094fd642020-06-17 23:26:432960const char kStoragePressureEventName[] = "Enable storage pressure Event";
2961const char kStoragePressureEventDescription[] =
2962 "If enabled, Chrome will dispatch a DOM event, informing applications "
2963 "about storage pressure (low disk space)";
2964
Brett Wilsonecb80982017-07-12 20:34:512965const char kSuggestionsWithSubStringMatchName[] =
2966 "Substring matching for Autofill suggestions";
2967const char kSuggestionsWithSubStringMatchDescription[] =
2968 "Match Autofill suggestions based on substrings (token prefixes) rather "
2969 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342970
Irem Uguza84737922022-05-19 09:37:152971const char kSupportTool[] = "Support Tool";
2972const char kSupportToolDescription[] =
2973 "Support Tool collects and exports logs to help debugging the issues. It's"
2974 " available in chrome://support-tool.";
2975
Yumin Su90c764de2022-09-28 19:56:152976const char kSupportToolScreenshot[] = "Support Tool Screenshot";
2977const char kSupportToolScreenshotDescription[] =
2978 "Enables the Support Tool to capture and include a screenshot in the "
2979 "exported packet.";
2980
Patrick Nolandfa5abf92022-02-02 20:26:132981const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures";
2982const char kSuppressToolbarCapturesDescription[] =
2983 "Suppress Toolbar Captures except when certain properties change.";
2984
Alexander Tekle629b1be2022-12-05 23:55:122985const char kSyncAutofillWalletUsageDataName[] =
2986 "Sync Autofill Wallet Usage Data";
2987const char kSyncAutofillWalletUsageDataDescription[] =
2988 "When enabled, allows syncing of the autofill wallet usage data type.";
2989
Marc Treibb9d8ed802022-07-05 15:15:492990const char kSyncEnableHistoryDataTypeName[] = "Enable History sync data type";
2991const char kSyncEnableHistoryDataTypeDescription[] =
2992 "Enables the History sync data type instead of TypedURLs";
2993
Brett Wilsonecb80982017-07-12 20:34:512994const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2995const char kSyncSandboxDescription[] =
2996 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342997
Mikel Astiz850b0fe2021-06-16 09:47:272998const char kSyncTrustedVaultPassphrasePromoName[] =
2999 "Enable promos for sync trusted vault passphrase.";
3000const char kSyncTrustedVaultPassphrasePromoDescription[] =
3001 "Enables promos for an experimental sync passphrase type, referred to as "
3002 "trusted vault.";
3003
Rushan Suleymanov727309602022-04-28 20:08:543004const char kSyncInvalidationsName[] = "Use Sync standalone invalidations";
3005const char kSyncInvalidationsDescription[] =
3006 "If enabled, Sync will use standalone invalidations instead of topic based "
3007 "invalidations (Wallet and Offer data types are enabled by a dedicated "
3008 "flag).";
3009
3010const char kSyncInvalidationsWalletAndOfferName[] =
3011 "Use Sync standalone invalidations for Wallet and Offer";
3012const char kSyncInvalidationsWalletAndOfferDescription[] =
3013 "If enabled, Sync will use standalone invalidations for Wallet and Offer "
3014 "data types. Takes effect only when Sync standalone invalidations are "
3015 "enabled.";
3016
Joe Downing8cbbc192018-05-14 17:37:073017const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
3018const char kSystemKeyboardLockDescription[] =
3019 "Enables websites to use the keyboard.lock() API to intercept system "
3020 "keyboard shortcuts and have the events routed directly to the website "
3021 "when in fullscreen mode.";
3022
Hongyu Long3bd31e52022-11-21 20:08:303023const char kSystemSoundsName[] = "Power Sounds";
3024const char kSystemSoundsDescription[] =
3025 "Enable device charging and low battery warning sounds.";
3026
Ahmed Mehfoozf719a672020-12-17 23:32:523027const char kStylusBatteryStatusName[] =
3028 "Show stylus battery stylus in the stylus tools menu";
3029const char kStylusBatteryStatusDescription[] =
3030 "Enables viewing the current stylus battery level in the stylus tools "
3031 "menu.";
3032
Matt Simmons1fd0c9f2019-04-15 19:08:223033const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
3034const char kTabEngagementReportingDescription[] =
3035 "Tracks tab engagement and lifetime metrics.";
3036
Yusuf Ozuysal67f05a02019-02-15 19:30:523037const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
3038const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463039 "Allows users to see their tabs in a grid layout in the tab switcher on "
3040 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:523041
Wamia Said576448e2022-06-07 03:43:243042const char kCommerceCouponsName[] = "Coupon Annotations";
3043const char kCommerceCouponsDescription[] =
3044 "Allows users to view annotations for available coupons in the Tab "
3045 "Switching UI and on the Tab itself when a known coupon in available";
3046
Mei Liang6b296982021-10-06 22:49:043047const char kCommerceDeveloperName[] = "Commerce developer mode";
3048const char kCommerceDeveloperDescription[] =
3049 "Allows users in the allowlist to enter the developer mode";
3050
Ayman Almadhoun5a72fa742021-04-28 05:49:153051const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
3052const char kCommerceMerchantViewerAndroidDescription[] =
3053 "Allows users to view merchant trust signals on eligible pages.";
3054
Yue Zhange5610102019-11-01 19:46:393055const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
3056const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463057 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:393058
Dana Fried7ecd0e02021-02-03 21:20:573059const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
3060const char kTabGroupsNewBadgePromoDescription[] =
3061 "Causes a 'New' badge to appear on the entry point for creating a tab "
3062 "group in the tab context menu.";
3063
Alyssa Frederickab694f22021-07-02 20:05:393064const char kTabGroupsSaveName[] = "Tab Groups Save";
3065const char kTabGroupsSaveDescription[] =
3066 "Enables users to explicitly save and recall tab groups.";
3067
Dana Friedacaa8ef52019-02-08 02:20:353068const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
3069const char kTabHoverCardImagesDescription[] =
3070 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
3071
Yuheng Huang59d1d302021-10-29 21:21:143072const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search";
3073const char kTabSearchFuzzySearchDescription[] =
3074 "Enable fuzzy search for Tab Search.";
3075
Wen-Chien Wange893a8d2022-10-05 16:53:253076const char kTextInShelfName[] = "Internal test: text in shelf";
3077const char kTextInShelfDescription[] =
3078 "Extend text in shelf timeout to learn about user education";
3079
Daniele Castagnaac71d892020-07-07 17:30:373080const char kTintCompositedContentName[] = "Tint composited content";
3081const char kTintCompositedContentDescription[] =
3082 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:293083 "study overlay support.";
3084
Peter Kastingd77428352018-10-26 15:20:253085const char kTopChromeTouchUiName[] = "Touch UI Layout";
3086const char kTopChromeTouchUiDescription[] =
3087 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:343088
Brett Wilsonecb80982017-07-12 20:34:513089const char kThreadedScrollingName[] = "Threaded scrolling";
3090const char kThreadedScrollingDescription[] =
3091 "Threaded handling of scroll-related input events. Disabling this will "
3092 "force all such scroll events to be handled on the main thread. Note that "
3093 "this can dramatically hurt scrolling performance of most websites and is "
3094 "intended for testing purposes only.";
3095
W. James MacLean17fc6852021-05-06 18:29:293096const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
3097 "Throttle non-visible cross-origin iframes";
3098const char
3099 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
3100 "When enabled, all cross-origin iframes with zero visibility (either "
W. James MacLean86b04de2022-03-25 15:00:033101 "display:none or zero viewport intersection with non-zero area) will be"
3102 " throttled, regardless of whether they are same-process or "
3103 "cross-process. When disabled, throttling for cross-process iframes is "
3104 "the same, but for same-process iframes throttling only occurs when "
3105 "the frame has zero viewport intersection, a non-zero area, and is "
3106 "not display:none.";
W. James MacLean17fc6852021-05-06 18:29:293107
Calder Kitagawae13c23912023-02-08 22:50:283108const char kThumbnailCacheRefactorName[] = "Thumbnail Cache Refactor";
3109const char kThumbnailCacheRefactorDescription[] =
3110 "When enabled the thumbnail cache for Android is updated to improve "
3111 "memory usage and performance.";
3112
W. James MacLean853cd422022-10-17 14:08:583113const char kNewBaseUrlInheritanceBehaviorName[] =
3114 "Enable new base url inheritance behaviors for srcdoc and about:blank";
3115const char kNewBaseUrlInheritanceBehaviorDescription[] =
3116 "When enabled, about:blank and srcdoc frames will use newly proposed "
3117 "behaviors around inheriting their base urls, as discussed on "
3118 "https://crbug.com/1356658. Note: this is automatically enabled when "
3119 "'isolate sandboxed iframes' is enabled.";
3120
Brett Wilsonecb80982017-07-12 20:34:513121const char kTouchDragDropName[] = "Touch initiated drag and drop";
3122const char kTouchDragDropDescription[] =
3123 "Touch drag and drop can be initiated through long press on a draggable "
3124 "element.";
3125
Brett Wilsonecb80982017-07-12 20:34:513126const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
3127const char kTouchSelectionStrategyDescription[] =
3128 "Controls how text selection granularity changes when touch text selection "
3129 "handles are dragged. Non-default behavior is experimental.";
3130const char kTouchSelectionStrategyCharacter[] = "Character";
3131const char kTouchSelectionStrategyDirection[] = "Direction";
3132
Josh Simmons7a8e7a942021-06-19 01:08:563133const char kTranslateAssistContentName[] = "Translate AssistContent";
3134const char kTranslateAssistContentDescription[] =
3135 "Enables populating translate details for the current page in "
3136 "AssistContent.";
3137
Anthony Vallee-Dubois265c5692018-06-01 15:57:143138const char kTranslateForceTriggerOnEnglishName[] =
3139 "Select which language model to use to trigger translate on English "
3140 "content";
3141const char kTranslateForceTriggerOnEnglishDescription[] =
3142 "Force the Translate Triggering on English pages experiment to be enabled "
3143 "with the selected language model active.";
3144
Josh Simmons8c98484872021-05-05 20:50:013145const char kTranslateIntentName[] = "Translate intent";
3146const char kTranslateIntentDescription[] =
3147 "Enables an intent that allows Assistant to initiate a translation of the "
3148 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:523149
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053150const char kTreatInsecureOriginAsSecureName[] =
3151 "Insecure origins treated as secure";
3152const char kTreatInsecureOriginAsSecureDescription[] =
3153 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:133154 "supplied as a comma-separated list. Origins must have their protocol "
3155 "specified e.g. \"http://example.com\". For the definition of secure "
3156 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053157
Sergey Kataevc3be71f12022-11-18 20:11:553158const char kPrivateStateTokensName[] = "Enable Private State Tokens";
3159const char kPrivateStateTokensDescription[] =
3160 "Enables the prototype Private State Token API "
David Van Cleve08c5bc012020-03-26 17:31:463161 "(https://github.com/wicg/trust-token-api).";
3162
Will Cassellafd1edf02020-08-26 23:13:083163const char kTurnOffStreamingMediaCachingOnBatteryName[] =
3164 "Turn off caching of streaming media to disk while on battery power.";
3165const char kTurnOffStreamingMediaCachingOnBatteryDescription[] =
3166 "Reduces disk activity during media playback, which can result in "
3167 "power savings.";
3168
3169const char kTurnOffStreamingMediaCachingAlwaysName[] =
Shawn Pickett0b470712019-08-15 00:43:453170 "Turn off caching of streaming media to disk.";
Will Cassellafd1edf02020-08-26 23:13:083171const char kTurnOffStreamingMediaCachingAlwaysDescription[] =
Shawn Pickett0b470712019-08-15 00:43:453172 "Reduces disk activity during media playback, which can result in "
3173 "power savings.";
3174
Vasilii Sukhanov36365432021-07-02 08:38:213175const char kUnifiedPasswordManagerAndroidName[] =
3176 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:563177const char kUnifiedPasswordManagerAndroidDescription[] =
3178 "Uses Google Mobile Services to store and retrieve passwords."
3179 "Warning: Highly experimental. May lead to loss of passwords and "
3180 "impact performance.";
3181
Ivana Žužićb8eae112022-09-15 15:32:483182const char kUnifiedPasswordManagerErrorMessagesName[] =
3183 "Error Messages when using Google Mobile Services for passwords";
3184const char kUnifiedPasswordManagerErrorMessagesDescription[] =
3185 "Enables showing error messages that offer signing in again to fix the "
3186 "auth errors.";
3187
Maria Kazinova32748352022-09-27 10:34:193188const char kUnifiedPasswordManagerAndroidReenrollmentName[] =
3189 "Automatic reenrollement of users who were evicted from using Google "
3190 "Mobile Services after experiencing errors.";
3191const char kUnifiedPasswordManagerAndroidReenrollmentDescription[] =
3192 "Requires UnifiedPasswordManagerAndroid flag enabled. Allows automatic "
3193 "reenrollment into Google Mobile Services if sync and backend "
3194 "communication work.";
3195
François Beaufortdb160c12019-05-01 06:28:143196const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
3197const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:053198 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:143199 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
3200 "for other processes.";
3201
Brett Wilsonecb80982017-07-12 20:34:513202const char kUiPartialSwapName[] = "Partial swap";
3203const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
3204
Maksim Sisovdc5d70a2022-11-23 08:03:023205const char kUIEnableSharedImageCacheForGpuName[] = "Shared GPUImageDecodeCache";
3206const char kUIEnableSharedImageCacheForGpuDescription[] =
3207 "Enables shared GPUImageDecodeCache for UI if gpu rasterization is "
3208 "enabled.";
3209
Momoka Yamamotof1accfce2022-10-13 10:00:193210const char kUseNAT64ForIPv4LiteralName[] =
3211 "Use NAT64 translation for IPv4 literals";
3212const char kUseNAT64ForIPv4LiteralDescription[] =
3213 "Enables IPv4 to IPv6 address translation for IPv4 literals when chrome is "
3214 "on an IPv6 only network";
3215
Caroline Rising19c84902023-02-27 23:46:003216const char kUserNotesSidePanelName[] = "User notes side panel";
3217const char kUserNotesSidePanelDescription[] =
3218 "Enables the user notes feature in the side panel. "
3219 "Only works if Power bookmark backend is also enabled.";
3220
Maria Kazinova58cedc02021-08-02 17:15:113221const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
3222 "Username first flow fallback crowdsourcing";
3223const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
3224 "Support of sending additional votes on username first flow i.e. login "
3225 "flows where a user has to type username first on one page and then "
3226 "password on another page. These votes are sent on single password forms "
3227 "and contain information whether a 1-password form follows a 1-text form "
3228 "and the value's type(or pattern) in the latter (e.g. email-like, "
3229 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:283230
Zentaro Kavanagh892851f2019-05-29 15:13:313231const char kUseSearchClickForRightClickName[] =
3232 "Use Search+Click for right click";
3233const char kUseSearchClickForRightClickDescription[] =
3234 "When enabled search+click will be remapped to right click, allowing "
3235 "webpages and apps to consume alt+click. When disabled the legacy "
3236 "behavior of remapping alt+click to right click will remain unchanged.";
3237
Guoxing Zhao7e129632023-01-25 03:58:553238const char kVideoConferenceName[] = "Enable video conference features";
3239const char kVideoConferenceDescription[] =
3240 "Enables all features for ChromeOS built-in video conferencing UI.";
Guoxing Zhao13538c62022-09-15 06:08:163241
Guoxing Zhao7e129632023-01-25 03:58:553242const char kVcBackgroundReplaceName[] = "Enable vc background replacement";
3243const char kVcBackgroundReplaceDescription[] =
Jim Pollockc74e3822022-10-17 03:56:503244 "Enables background replacement feature for video conferencing on "
3245 "chromebooks. THIS WILL OVERRIDE BACKGROUND BLUR.";
3246
Ard Oerlemansc550dd02023-03-13 10:02:153247const char kVcSegmentationModelName[] = "Use a different segmentation model";
3248const char kVcSegmentationModelDescription[] =
3249 "Allows a different segmentation model to be used for blur and relighting, "
3250 "which may reduce the workload on the GPU.";
3251
Michael Hablich896d52662017-10-23 15:59:573252const char kV8VmFutureName[] = "Future V8 VM features";
3253const char kV8VmFutureDescription[] =
3254 "This enables upcoming and experimental V8 VM features. "
3255 "This flag does not enable experimental JavaScript features.";
3256
Jeff Chen64a0458a2022-01-13 17:12:173257const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper.";
3258const char kGlobalVaapiLockDescription[] =
3259 "Enable or disable the global VA-API lock for platforms and paths that "
3260 "support controlling this.";
3261
Hirokazu Honda22eb73a2021-10-29 03:58:383262const char kVp9kSVCHWDecodingName[] =
3263 "Hardware decode acceleration for k-SVC VP9";
3264const char kVp9kSVCHWDecodingDescription[] =
3265 "Enable or disable k-SVC VP9 hardware decode acceleration";
3266
Brett Wilsonecb80982017-07-12 20:34:513267const char kWalletServiceUseSandboxName[] =
3268 "Use Google Payments sandbox servers";
3269const char kWalletServiceUseSandboxDescription[] =
3270 "For developers: use the sandbox service for Google Payments API calls.";
3271
Colin Kincaid292cfc42022-05-03 19:17:073272const char kWallpaperFastRefreshName[] =
3273 "Enable shortened wallpaper daily refresh interval for manual testing";
3274const char kWallpaperFastRefreshDescription[] =
3275 "Allows developers to see a new wallpaper once every ten seconds rather "
3276 "than once per day when using the daily refresh feature.";
3277
Jerry Liua21b61622022-12-20 00:52:123278const char kWallpaperGooglePhotosSharedAlbumsName[] =
3279 "Enable Google Photos shared albums for wallpaper";
3280const char kWallpaperGooglePhotosSharedAlbumsDescription[] =
3281 "Allow users to set shared Google Photos albums as the source for their "
3282 "wallpaper.";
3283
Sean Kau1d8791e32021-11-08 22:51:543284const char kWallpaperPerDeskName[] =
3285 "Enable setting different wallpapers per desk";
3286const char kWallpaperPerDeskDescription[] =
3287 "Allow users to set different wallpapers on each of their active desks";
3288
François Beaufort7aace812022-02-02 13:57:173289const char kWebBluetoothName[] = "Web Bluetooth";
3290const char kWebBluetoothDescription[] =
3291 "Enables the Web Bluetooth API on platforms without official support";
3292
Ovidio Henriquez3d729f62020-02-07 00:43:293293const char kWebBluetoothNewPermissionsBackendName[] =
3294 "Use the new permissions backend for Web Bluetooth";
3295const char kWebBluetoothNewPermissionsBackendDescription[] =
3296 "Enables the new permissions backend for Web Bluetooth. This will enable "
François Beaufort2b916752021-12-06 13:05:173297 "persistent storage of device permissions and Web Bluetooth features such "
3298 "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()";
Ovidio Henriquez3d729f62020-02-07 00:43:293299
Klaus Weidner90b78032022-06-01 22:48:333300const char kWebContentsCaptureHiDpiName[] = "HiDPI Tab Capture";
3301const char kWebContentsCaptureHiDpiDescription[] =
3302 "Enables HiDPI rendering for tab capture if the displayed content's "
3303 "resolution is low compared to the capture size. This improves "
3304 "legibility for viewers with higher-resolution screens.";
3305
Reilly Grant679f59d2021-09-29 18:39:383306const char kWebMidiName[] = "Web MIDI";
3307const char kWebMidiDescription[] =
3308 "Enables the implementation of the Web MIDI API. When disabled the "
3309 "interface will still be exposed by Blink.";
3310
Ayu Ishiidbdd5c92020-03-20 23:40:523311const char kWebOtpBackendName[] = "Web OTP";
3312const char kWebOtpBackendDescription[] =
3313 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:373314const char kWebOtpBackendSmsVerification[] = "Code Browser API";
3315const char kWebOtpBackendUserConsent[] = "User Consent API";
3316const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:523317
Kenneth Russell08c7dc32021-07-09 08:06:593318const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
3319const char kWebglDeveloperExtensionsDescription[] =
3320 "Enabling this option allows web applications to access WebGL extensions "
3321 "intended only for use during development time.";
3322
Brett Wilsonecb80982017-07-12 20:34:513323const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
3324const char kWebglDraftExtensionsDescription[] =
3325 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:593326 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:513327
Brandon Jones2ebd9a62022-06-15 19:55:593328const char kWebGpuDeveloperFeaturesName[] = "WebGPU Developer Features";
3329const char kWebGpuDeveloperFeaturesDescription[] =
3330 "Enables web applications to access WebGPU features intended only for use "
3331 "during development.";
3332
Danyao Wang47a0f312019-05-09 20:52:243333const char kWebPaymentsExperimentalFeaturesName[] =
3334 "Experimental Web Payments API features";
3335const char kWebPaymentsExperimentalFeaturesDescription[] =
3336 "Enable experimental Web Payments API features";
3337
Rouslan Solomakhin8c770f582023-01-03 22:23:513338const char kIgnoreCSPInWebPaymentAPIName[] = "Ignore CSP in Web Payment API";
3339const char kIgnoreCSPInWebPaymentAPIDescription[] =
3340 "Temporarily disable enforcing Content Security Policy connect-src "
3341 "directive for Web Payment API when fetching manifest files, app icons, "
3342 "and service worker JavaScript files.";
Rouslan Solomakhin6cc11082022-08-09 14:02:573343
Rouslan Solomakhin1b63d252023-01-04 15:36:333344const char kAddIdentityInCanMakePaymentEventName[] =
3345 "Add identity to canmakepayment event";
3346const char kAddIdentityInCanMakePaymentEventDescription[] =
3347 "Temporarily re-enable the deprecated feature of sharing the merchant and "
3348 "user identity with the payment app when the merchant checks whether the "
3349 "payment app can make payments.";
Rouslan Solomakhinfb386b12022-06-24 01:41:203350
Liquan (Max) Gu8fcb9192020-05-20 16:22:183351const char kAppStoreBillingDebugName[] =
3352 "Web Payments App Store Billing Debug Mode";
3353const char kAppStoreBillingDebugDescription[] =
3354 "App-store purchases (e.g., Google Play Store) within a TWA can be "
3355 "requested using the Payment Request API. This flag removes the "
3356 "restriction that the TWA has to be installed from the app-store.";
3357
Qingsi Wangec2dbf942018-11-03 05:33:043358const char kWebrtcHideLocalIpsWithMdnsName[] =
3359 "Anonymize local IPs exposed by WebRTC.";
3360const char kWebrtcHideLocalIpsWithMdnsDecription[] =
3361 "Conceal local IP addresses with mDNS hostnames.";
3362
Alessio Bazzica570a4f62022-10-17 11:16:303363const char kWebRtcAllowInputVolumeAdjustmentName[] =
3364 "Allow WebRTC to adjust the input volume.";
3365const char kWebRtcAllowInputVolumeAdjustmentDescription[] =
3366 "Allow the Audio Processing Module in WebRTC to adjust the input volume "
3367 "during a real-time call. Disable if microphone muting or clipping issues "
3368 "are observed when the browser is running and used for a real-time call. "
3369 "This flag is experimental and may be removed at any time.";
3370
Alessio Bazzica76a45022022-12-06 17:13:173371const char kWebRtcApmDownmixCaptureAudioMethodName[] =
3372 "WebRTC downmix capture audio method.";
3373const char kWebRtcApmDownmixCaptureAudioMethodDescription[] =
3374 "Override the method that the Audio Processing Module in WebRTC uses to "
3375 "downmix the captured audio to mono (when needed) during a real-time call. "
3376 "This flag is experimental and may be removed at any time.";
3377
Brett Wilsonecb80982017-07-12 20:34:513378const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
3379const char kWebrtcHwDecodingDescription[] =
3380 "Support in WebRTC for decoding video streams using platform hardware.";
3381
3382const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
3383const char kWebrtcHwEncodingDescription[] =
3384 "Support in WebRTC for encoding video streams using platform hardware.";
3385
Elad Alon85e0d0be2018-06-26 10:38:373386const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
3387const char kWebRtcRemoteEventLogDescription[] =
3388 "Allow collecting WebRTC event logs and uploading them to Crash. "
3389 "Please note that, even if enabled, this will still require "
3390 "a policy to be set, for it to have an effect.";
3391
Brett Wilsonecb80982017-07-12 20:34:513392const char kWebrtcSrtpAesGcmName[] =
3393 "Negotiation with GCM cipher suites for SRTP in WebRTC";
3394const char kWebrtcSrtpAesGcmDescription[] =
3395 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
3396
Sergey Silkinc33244f2020-01-31 17:21:303397const char kWebrtcUseMinMaxVEADimensionsName[] =
3398 "WebRTC Min/Max Video Encode Accelerator dimensions";
3399const char kWebrtcUseMinMaxVEADimensionsDescription[] =
3400 "When enabled, WebRTC will only use the Video Encode Accelerator for "
3401 "video resolutions inside those published as supported.";
3402
Reilly Grant3c560fa2021-09-25 01:27:253403const char kWebUsbDeviceDetectionName[] =
3404 "Automatic detection of WebUSB-compatible devices";
3405const char kWebUsbDeviceDetectionDescription[] =
3406 "When enabled, the user will be notified when a device which advertises "
3407 "support for WebUSB is connected. Disable if problems with USB devices are "
3408 "observed when the browser is running.";
3409
Alex Cooper01f110e2020-01-08 02:24:163410const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
3411const char kWebXrForceRuntimeDescription[] =
3412 "Force the browser to use a particular runtime, even if it would not "
3413 "usually be enabled or would otherwise not be selected based on the "
3414 "attached hardware.";
3415
3416const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:163417const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:163418
Will Cassellaa1a4d1112019-12-27 20:52:313419const char kWebXrIncubationsName[] = "WebXR Incubations";
3420const char kWebXrIncubationsDescription[] =
3421 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:243422
Brett Wilsonecb80982017-07-12 20:34:513423const char kZeroCopyName[] = "Zero-copy rasterizer";
3424const char kZeroCopyDescription[] =
3425 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:343426
Peng Huang70021682019-09-18 19:42:283427const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:473428const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:283429
Cheick Cisseb8f706032021-06-22 01:50:473430const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
3431const char kSharedHighlightingAmpDescription[] =
3432 "Enables Shared Highlighting for AMP Viwers.";
3433
Cheick Cisse006ab4e12022-06-03 17:30:053434const char kSharedHighlightingManagerName[] = "Refactoring Shared Highlighting";
3435const char kSharedHighlightingManagerDescription[] =
3436 "Refactors Shared Highlighting by centralizing the IPC calls in a Manager.";
3437
Jeffrey Cohenc4d73612022-05-04 22:37:223438const char kSharedHighlightingRefinedBlocklistName[] =
3439 "Shared Highlighting Blocklist Refinement";
3440const char kSharedHighlightingRefinedBlocklistDescription[] =
3441 "Narrow the Blocklist for enabling Shared Highlighting.";
3442
Wissem Gamracfd08da22022-05-20 00:33:593443const char kSharedHighlightingRefinedMaxContextWordsName[] =
3444 "Shared Highlighting Max Context Words Refinement";
3445const char kSharedHighlightingRefinedMaxContextWordsDescription[] =
3446 "Experiment with different Max Context Words for Shared Highlighting.";
3447
Mario Bianucci3be046eb2021-02-26 18:41:483448const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
3449const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
3450const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
3451const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
Mario Bianucci3be046eb2021-02-26 18:41:483452const char kDrawPredictedPointsDescription[] =
3453 "Draw predicted points when using the delegated ink trails API. Requires "
3454 "experimental web platform features to be enabled.";
3455const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
3456
Daniel Vogelheim236d9a82021-04-01 15:40:533457const char kSanitizerApiName[] = "Sanitizer API";
3458const char kSanitizerApiDescription[] =
3459 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
3460
Peng Huang723f26e2021-06-04 01:55:103461const char kUsePassthroughCommandDecoderName[] =
3462 "Use passthrough command decoder";
3463const char kUsePassthroughCommandDecoderDescription[] =
3464 "Use chrome passthrough command decoder instead of validating command "
3465 "decoder.";
3466
Saifuddin Hitawala74627fe2023-02-14 20:25:453467const char kPassthroughYuvRgbConversionName[] =
3468 "Enable video YUV <-> RGB conversion through passthrough command decoder";
3469const char kPassthroughYuvRgbConversionDescription[] =
3470 "Enable YUV to RGB and RGB to YUV conversion for media clients through "
3471 "passthrough command decoder";
3472
Saifuddin Hitawala0c647802023-03-22 21:20:493473const char kUseMultiPlaneFormatForHardwareVideoName[] =
3474 "Enable multi-plane formats for hardware video decoder";
3475const char kUseMultiPlaneFormatForHardwareVideoDescription[] =
3476 "Enable single shared image and mailbox for multi-plane formats for "
3477 "hardware video decoder";
3478
Saifuddin Hitawalae3b5ec82023-03-30 17:08:033479const char kUseMultiPlaneFormatForSoftwareVideoName[] =
3480 "Enable multi-plane formats for software video decoder";
3481const char kUseMultiPlaneFormatForSoftwareVideoDescription[] =
3482 "Enable single shared image and mailbox for multi-plane formats for "
3483 "software video decoder";
3484
Yoshisato Yanagisawa577d82822022-08-17 01:51:103485const char kSkipServiceWorkerFetchHandlerName[] =
3486 "Skip Service Worker Fetch Handler if skippable";
3487const char kSkipServiceWorkerFetchHandlerDescription[] =
3488 "Skips starting the service worker and run the fetch handler if the fetch "
3489 "handler is recognized as skippable.";
3490
Ari Chivukula8edcb692022-03-10 19:22:313491const char kWebSQLAccessName[] = "Allows access to WebSQL APIs";
3492const char kWebSQLAccessDescription[] =
3493 "The WebSQL API is enabled by default, but can be disabled here.";
3494
Mustafa Emre Acerc6b51352022-11-18 18:43:513495const char kUseIDNA2008NonTransitionalName[] =
3496 "Enable IDNA 2008 Non-Transitional Mode";
3497const char kUseIDNA2008NonTransitionalDescription[] =
3498 "Enables IDNA 2008 in Non-Transitional Mode in URL processing, allowing "
3499 "deviation characters in domain names.";
3500
Igor Ruvinovc0a88452022-06-03 15:26:143501#if !BUILDFLAG(IS_CHROMEOS)
3502const char kDmTokenDeletionName[] = "DMToken deletion";
3503const char kDmTokenDeletionDescription[] =
3504 "Delete the corresponding DMToken when a managed browser is deleted in "
3505 "Chrome Browser Cloud Management.";
3506#endif // !BUILDFLAG(IS_CHROMEOS)
3507
Igor Ruvinov3755731f2023-02-17 17:16:243508const char kPolicyMergeMultiSourceName[] =
3509 "Merge policies from multiple sources";
3510const char kPolicyMergeMultiSourceDescription[] =
3511 "Only merge policies that are set from multiple sources. Policies set from "
3512 "a single source will not be treated as merged and will keep their "
3513 "original source.";
3514
James Leeed090a1b2023-03-16 22:51:583515const char kEnableVariationsGoogleGroupFilteringName[] =
3516 "Enables filtering experiments by Google group membership";
3517const char kEnableVariationsGoogleGroupFilteringDescription[] =
3518 "Enables filtering of experiments by Google group membership. This feature "
3519 "is experimental and is used only for dogfooding, and only for users who "
3520 "are signed in and have Chrome Sync enabled.";
3521
Brett Wilsonff596952017-07-14 01:06:553522// Android ---------------------------------------------------------------------
3523
Xiaohan Wang55ae2c012022-01-20 21:49:113524#if BUILDFLAG(IS_ANDROID)
Brett Wilsonff596952017-07-14 01:06:553525
Amanda Lin Dietze8470942023-02-06 19:47:033526const char kAccessibilityFormControlsModeName[] =
3527 "Experimental Accessibility Mode for Form Controls only";
3528const char kAccessibilityFormControlsModeDescription[] =
3529 "Enable experimental accessibility mode to support password managers and "
3530 "form fillers when full assistive technology is not running.";
3531
Mark Schillacid9ce86c2021-09-30 16:37:533532const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom";
3533const char kAccessibilityPageZoomDescription[] =
3534 "Whether the UI and underlying code for page zoom should be enabled to"
3535 " allow a user to increase/decrease the web contents zoom factor.";
3536
Shakti Sahu1c04a2872021-03-17 16:38:483537const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
3538const char kAddToHomescreenIPHDescription[] =
3539 " Shows in-product-help messages educating users about add to homescreen "
3540 "option in chrome.";
3541
Vikas Soni5463f1a2020-08-17 22:47:303542const char kAImageReaderName[] = "Android ImageReader";
3543const char kAImageReaderDescription[] =
3544 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
3545 " This feature is only available for android P+ devices. Disabling it also "
3546 " disables SurfaceControl.";
3547
Trevor Perrierc1384bb2021-06-04 23:54:033548const char kAndroidForceAppLanguagePromptName[] =
3549 "Force second run app language prompt";
3550const char kAndroidForceAppLanguagePromptDescription[] =
3551 "When enabled the app language prompt to change the UI language will"
3552 "always be shown.";
3553
Vikas Sonif14e32c2020-08-15 06:17:223554const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
3555const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:303556 " Enables SurfaceControl to manage the buffer queue for the "
3557 " DisplayCompositor on Android. This feature is only available on "
3558 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:223559
Jinsuk Kime3909a72023-03-02 19:55:083560const char kAndroidWidgetFullscreenToastName[] =
3561 "Android widget fullscreen toast";
3562const char kAndroidWidgetFullscreenToastDescription[] =
3563 "Use Android Toast widget for fullscreen notifcation UI.";
3564
Sky Malice300d5fc2023-01-12 19:37:333565const char kAndroidImprovedBookmarksName[] = "Android Visual Bookmark Manager";
3566const char kAndroidImprovedBookmarksDescription[] =
3567 "More visual changes to the bookmarks surfaces, with more thumbnails and a "
3568 "focus on search instead of folders/hierarchy";
3569
Shu Yang95506102023-01-11 19:16:323570const char kAnimatedImageDragShadowName[] =
3571 "Enable animated image drag shadow on Android.";
3572const char kAnimatedImageDragShadowDescription[] =
3573 "Animate the shadow image from its original bound to the touch point. "
3574 "Image drag on Android is available when flag touch-drag-and-context-menu "
3575 "is enabled.";
3576
Josh Simmons68325af2021-01-15 21:10:213577const char kAssistantIntentTranslateInfoName[] =
3578 "Translate info in Assistant intent";
3579const char kAssistantIntentTranslateInfoDescription[] =
3580 "Include page translation details in the Assistant voice transcription "
3581 "intent. This includes the page's URL and its original, current, and "
3582 "default target language.";
3583
Brett Wilsonff596952017-07-14 01:06:553584const char kAutofillAccessoryViewName[] =
3585 "Autofill suggestions as keyboard accessory view";
3586const char kAutofillAccessoryViewDescription[] =
3587 "Shows Autofill suggestions on top of the keyboard rather than in a "
3588 "dropdown.";
3589
Caitlin Fischer43edd90a2019-05-01 13:24:303590const char kAutofillUseMobileLabelDisambiguationName[] =
3591 "Autofill Uses Mobile Label Disambiguation";
3592const char kAutofillUseMobileLabelDisambiguationDescription[] =
3593 "When enabled, Autofill suggestions' labels are displayed using a "
3594 "mobile-friendly format.";
3595
Gang Wua7bfb5f42021-04-09 18:54:213596const char kAppMenuMobileSiteOptionName[] =
3597 "Show Mobile Site option in app menu";
3598const char kAppMenuMobileSiteOptionDescription[] =
3599 "When enabled, app menu should show 'Mobile site' when showing desktop "
3600 "site, instead of showing 'Desktop Site' with checkbox";
3601
Lijin Shen7c494d72023-01-17 23:54:553602const char kBackGestureRefactorActivityAndroidName[] =
3603 "Back Gesture Refactor (Secondary Activities)";
3604const char kBackGestureRefactorActivityAndroidDescription[] =
3605 "Enable Back Gesture Refactor for Secondary Activities to support in-app "
3606 "activity-to-activity predictive back gestures";
3607
Lijin Shence2f5722022-04-26 23:11:523608const char kBackGestureRefactorAndroidName[] = "Back Gesture Refactor";
3609const char kBackGestureRefactorAndroidDescription[] =
3610 "Enable Back Gesture Refactor.";
3611
ckitagawaf9abc39f2022-08-26 17:36:363612const char kBindingManagerConnectionLimitName[] =
3613 "Binding manager connection limit";
3614const char kBindingManagerConnectionLimitDescription[] =
3615 "When enabled, limits the number of connections the binding manager can "
3616 "hold to background renderers. This results in lower priorities for the "
3617 "least important background renderers, which may cause them to be "
3618 "reclaimed by the OS if memory is needed.";
3619
Wenyu Fuf929f732022-07-08 19:48:473620const char kCCTBrandTransparencyName[] =
3621 "Chrome Custom Tabs Brand Transparency";
3622const char kCCTBrandTransparencyDescription[] =
3623 "When enabled, CCT will show more Chrome branding information when start, "
3624 "giving user more transparency that the web page is running in Chrome.";
3625
Ramin Halavatiba7ddcc2019-11-13 06:19:283626const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
3627const char kCCTIncognitoDescription[] =
3628 "Enables incognito mode for Chrome Custom Tabs, on Android.";
3629
Rohit Agarwalc3973312020-11-18 14:40:233630const char kCCTIncognitoAvailableToThirdPartyName[] =
3631 "Allow third party to open Custom Tabs Incognito mode";
3632const char kCCTIncognitoAvailableToThirdPartyDescription[] =
3633 "Enabling it would allow third party apps to open incognito mode for "
3634 "Chrome Custom Tabs, on Android.";
3635
Shimi Zhangdabb3c22021-09-16 22:10:253636const char kCCTResizable90MaximumHeightName[] =
3637 "Bottom sheet Custom Tabs maximum height";
3638const char kCCTResizable90MaximumHeightDescription[] =
3639 "When enabled, the bottom sheet Custom Tabs will have maximum height 90% "
3640 "of the screen height, otherwise the maximum height is 100% of the screen "
3641 "height. In both cases, Custom Tabs will yield to the top status bar when "
3642 "at full stop";
Shimi Zhangdabb3c22021-09-16 22:10:253643const char kCCTResizableForThirdPartiesName[] =
3644 "Bottom sheet Custom Tabs (third party)";
3645const char kCCTResizableForThirdPartiesDescription[] =
3646 "Enable bottom sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553647const char kCCTResizableSideSheetName[] = "Side sheet Custom Tabs";
3648const char kCCTResizableSideSheetDescription[] =
3649 "Enable side sheet Custom Tabs";
Zach Katzadd35f12023-03-24 19:48:433650const char kCCTResizableSideSheetDiscoverFeedSettingsName[] =
3651 "Discover feed settings Partial Custom Tab";
3652const char kCCTResizableSideSheetDiscoverFeedSettingsDescription[] =
3653 "Enable discover feed settings Partial Custom Tabs";
Zach Katzec1cc2f2023-01-26 01:37:463654const char kCCTResizableSideSheetForThirdPartiesName[] =
3655 "Side sheet Custom Tabs (third party)";
3656const char kCCTResizableSideSheetForThirdPartiesDescription[] =
3657 "Enable side sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553658
Zach Katzdc587ef2022-10-28 18:35:263659const char kCCTRetainingStateInMemoryName[] =
3660 "Enable restoring of previous Custom Tab session";
3661const char kCCTRetainingStateInMemoryDescription[] =
3662 "Enables ability to fully restore a recently engaged with Custom Tab.";
Sinan Sahinc04b1c62022-07-01 18:14:023663const char kCCTRealTimeEngagementSignalsName[] =
3664 "Enable CCT real-time engagement signals.";
3665const char kCCTRealTimeEngagementSignalsDescription[] =
3666 "Enables sending real-time engagement signals (e.g. scroll) through "
3667 "CustomTabsCallback.";
Sinan Sahind9fa5c52023-03-02 02:57:043668const char kCCTRealTimeEngagementSignalsAlternativeImplName[] =
3669 "Enable alternative implementation for CCT real-time engagement signals.";
3670const char kCCTRealTimeEngagementSignalsAlternativeImplDescription[] =
3671 "Enables an alternative implementation for sending real-time engagement "
3672 "signals (e.g. scroll) through CustomTabsCallback.";
Sinan Sahinc04b1c62022-07-01 18:14:023673
Xing Liu1e6b43d2021-03-15 19:26:453674const char kChimeAlwaysShowNotificationDescription[] =
3675 "A debug flag to always show Chime notification after receiving a payload.";
3676const char kChimeAlwaysShowNotificationName[] =
3677 "Always show Chime notification";
3678
3679const char kChimeAndroidSdkDescription[] =
3680 "Enable Chime SDK to receive push notification.";
3681const char kChimeAndroidSdkName[] = "Use Chime SDK";
3682
Travis Skaref97f1fd2022-09-01 01:26:433683const char kChromeSharingCrowLaunchTabName[] =
3684 "Launch Thank Creator actions in standard tab";
3685const char kChromeSharingCrowLaunchTabDescription[] =
3686 "Launches Thank Creator actions in a traditional new tab; default is a "
3687 "custom tab. For internal debugging.";
3688
Travis Skareedcee15642021-09-16 15:49:383689const char kChromeSharingHubLaunchAdjacentName[] =
3690 "Launch new share hub actions in adjacent window";
3691const char kChromeSharingHubLaunchAdjacentDescription[] =
3692 "In multi-window mode, launches share hub actions in an adjacent window. "
3693 "For internal debugging.";
3694
David Maunder915c7ef2019-09-20 16:22:083695const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
3696const char kCloseTabSuggestionsDescription[] =
3697 "Suggests to the user to close Tabs that haven't been used beyond a "
3698 "configurable threshold or where duplicates of Tabs exist. "
3699 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:283700
David Maunder8cf7fd82020-08-20 19:31:543701const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
3702const char kCriticalPersistedTabDataDescription[] =
3703 "A new method of persisting Tab data across restarts has been devised "
3704 "and implemented. This actives the new approach.";
3705
Wenyu Fu54672f42022-09-22 17:51:513706const char kContextMenuPopupForAllScreenSizesName[] =
3707 "Context menu popup for all screen sizes";
3708const char kContextMenuPopupForAllScreenSizesDescription[] =
3709 "When disabled, context menu will be shown as pop-up window only for "
3710 "devices in tablet mode, while shown as a fullscreen dialog for mobile "
3711 "devices; when enabled, context menu will be shown as a pop-up window "
3712 "for all form factors regardless of the screen sizes.";
3713
Donn Denman19688bc2021-03-05 18:48:403714const char kContextualSearchForceCaptionName[] =
3715 "Contextual Search force a caption";
3716const char kContextualSearchForceCaptionDescription[] =
3717 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:413718
Donn Denman05a5b99b2022-07-27 23:38:443719const char kContextualSearchSuppressShortViewName[] =
3720 "Contextual Search suppress short view";
3721const char kContextualSearchSuppressShortViewDescription[] =
3722 "Contextual Search suppress when the base page view is too short";
3723
Fabio Tirelo918089a2018-10-22 21:24:083724const char kAutofillManualFallbackAndroidName[] =
3725 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3726const char kAutofillManualFallbackAndroidDescription[] =
3727 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3728 "keyboard accessory.";
3729
Lei Tianbd5a3bf2018-02-28 19:01:163730const char kEnableCommandLineOnNonRootedName[] =
3731 "Enable command line on non-rooted devices";
3732const char kEnableCommandLineOnNoRootedDescription[] =
3733 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3734
Victor Hugo Vianna Silvabb878dea2022-10-18 10:19:043735const char kEnablePasswordsAccountStorageName[] =
3736 "Enable the account data storage for passwords";
3737const char kEnablePasswordsAccountStorageDescription[] =
3738 "Enables storing passwords in a second, Gaia-account-scoped storage for "
3739 "signed-in but not syncing users";
3740
Lei Zhang0a318af2018-11-14 02:19:463741const char kExploreSitesName[] = "Explore websites";
3742const char kExploreSitesDescription[] =
3743 "Enables portal from new tab page to explore websites.";
3744
Michael Thiessen495a0d32022-08-24 17:58:193745const char kExternalNavigationDebugLogsName[] =
3746 "External Navigation Debug Logs";
3747const char kExternalNavigationDebugLogsDescription[] =
3748 "Enables detailed logging to logcat about why Chrome is making decisions "
3749 "about whether to allow or block navigation to other apps";
3750
Shakti Sahuedcbaef2022-01-18 19:54:213751const char kFeatureNotificationGuideName[] = "Feature notification guide";
3752const char kFeatureNotificationGuideDescription[] =
3753 "Enables notifications about chrome features.";
3754
Shakti Sahu6c4afcde2022-01-31 23:03:543755const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] =
3756 "Feature notification guide - Skip check for low engaged users";
3757const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] =
3758 "Skips check for low engaged users.";
3759
Jian Lic22a3ce2021-08-31 15:46:593760const char kFeedBackToTopName[] = "Back to top of the feeds";
3761const char kFeedBackToTopDescription[] =
3762 "Enables showing a callout to help users return to the top of the feeds "
3763 "quickly.";
3764
Nick Birnie3e6ed412023-01-10 22:36:173765const char kFeedBottomSyncBannerName[] = "Show Sync Promotion";
3766const char kFeedBottomSyncBannerDescription[] =
3767 "Enables the Sync promo banner to be"
3768 " shown at bottom of Chrome Feed.";
3769
Nick Birnie7982fbe2023-03-01 22:22:523770const char kFeedBoCSigninInterstitialName[] = "Show Signin Interstitial";
3771const char kFeedBoCSigninInterstitialDescription[] =
3772 "Enables the sign in interstitial to be"
3773 " shown in a bottom sheet when triggered.";
3774
Cathy Weie5c7d612022-10-14 18:55:073775const char kFeedHeaderStickToTopName[] = "Feed header stick to top";
3776const char kFeedHeaderStickToTopDescription[] =
3777 "Stick feed header to top on scroll.";
3778
Justin DeWitt3eca4372021-09-17 19:44:523779const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder";
3780const char kFeedLoadingPlaceholderDescription[] =
3781 "Enables a placeholder UI in "
3782 "the feed instead of the loading spinner at first load.";
3783
Jonathan Freedaa862a542021-09-03 17:42:253784const char kFeedStampName[] = "StAMP cards in the feed";
3785const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
3786
Ian Wells6cf75a82022-07-13 02:11:023787const char kFeedCloseRefreshName[] = "Feed-close refresh";
3788const char kFeedCloseRefreshDescription[] =
3789 "Enables scheduling a background refresh of the feed following feed use.";
3790
Jian Li20f07f592022-08-23 22:21:553791const char kFeedVideoInlinePlaybackName[] = "Feed video inline playback";
3792const char kFeedVideoInlinePlaybackDescription[] =
3793 "Enable playing feed video in inline playback mode.";
3794
Jonathan Freed4adf604f2022-08-31 17:06:143795const char kFeedDiscoFeedEndpointName[] =
3796 "Feed using the DiscoFeed backend endpoint";
3797const char kFeedDiscoFeedEndpointDescription[] =
3798 "Uses the DiscoFeed endpoint for serving the feed instead of GWS.";
3799
Fabio Tirelo86429cb2022-10-25 22:25:193800const char kHighlightManagedPrefDisclaimerAndroidName[] =
3801 "Highlight managed disclaimer for preferences";
3802const char kHighlightManagedPrefDisclaimerAndroidDescription[] =
3803 "Enables new Settings UI on Android that makes it more prominent that a "
3804 "preference is managed by the administrator or a custodian.";
3805
Jian Lie41ddcb2022-05-04 01:11:563806const char kInfoCardAcknowledgementTrackingName[] =
3807 "Info card acknowledgement tracking";
3808const char kInfoCardAcknowledgementTrackingDescription[] =
3809 "Enable acknowledgement tracking for info cards.";
3810
Jinsuk Kimfa1b7eb2021-06-30 00:04:323811const char kInstanceSwitcherName[] = "Enable instance switcher";
3812const char kInstanceSwitcherDescription[] =
3813 "Enable instance switcher dialog UI that helps users manage multiple "
3814 "instances of Chrome.";
3815
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463816const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423817const char kInstantStartDescription[] =
3818 "Show start surface before native library is loaded.";
3819
Ian Wells34ce1482020-04-03 17:36:163820const char kInterestFeedV2Name[] = "Interest Feed v2";
3821const char kInterestFeedV2Description[] =
3822 "Show content suggestions on the New Tab Page and Start Surface using the "
3823 "new Feed Component.";
3824
Dan Harrington4043b222021-01-15 18:33:423825const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3826const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3827
Jian Lifb04af72021-04-01 21:17:173828const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3829const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3830
Finnur Thorarinsson4e43a0852023-03-23 09:20:023831const char kMediaPickerAdoptionStudyName[] = "Android Media Picker Adoption";
3832const char kMediaPickerAdoptionStudyDescription[] =
3833 "Controls how to launch the Android Media Picker";
3834
Aishwarya Rajesh0dd71922021-07-28 20:22:383835const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3836const char kMessagesForAndroidAdsBlockedDescription[] =
3837 "When enabled, ads blocked message will use the new Messages UI.";
3838
Pavel Yatsuk358291752020-09-03 18:25:223839const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3840const char kMessagesForAndroidInfrastructureDescription[] =
3841 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153842
Vishwas Uppoor8031d642022-05-10 01:28:513843extern const char kMessagesForAndroidOfferNotificationName[] =
3844 "Offer Notification Messages UI";
3845extern const char kMessagesForAndroidOfferNotificationDescription[] =
3846 "When enabled, offer notification will use the new Messages UI";
3847
Lijin Shen2d61a0a32021-07-20 23:15:523848const char kMessagesForAndroidPermissionUpdateName[] =
3849 "Permission Update Messages UI";
3850const char kMessagesForAndroidPermissionUpdateDescription[] =
3851 "When enabled, permission update prompt will use the new Messages UI.";
3852
Lijin Shenba9a6b0e2021-02-18 01:59:063853const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3854const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153855 "When enabled, popup blocked prompt will use the new Messages UI.";
3856
Pavel Yatsukb7307fa2021-09-15 18:02:303857const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI";
3858const char kMessagesForAndroidPWAInstallDescription[] =
3859 "When enabled, PWA Installation prompt will use the new Messages UI.";
3860
Lei Zhang44abd5d22022-01-11 00:32:343861const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3862const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153863 "When enabled, save card prompt will use the new Messages UI.";
3864
Lijin Shen0e049c432022-04-05 23:12:433865const char kMessagesForAndroidStackingAnimationName[] =
3866 "Stacking Animation of Messages UI";
3867const char kMessagesForAndroidStackingAnimationDescription[] =
3868 "When enabled, Messages UI will use the new stacking animation.";
3869
Yutaka Hirano639d9742022-05-13 12:35:163870const char kNetworkServiceInProcessName[] =
3871 "Run the network service on the browser process";
3872const char kNetworkServiceInProcessDescription[] =
3873 "When enabled, the network service runs on the browser process. Otherwise, "
3874 "it runs on a dedicated process.";
3875
Salvador Guerrero4d5ff6e62022-03-24 00:03:203876const char kNotificationPermissionRationaleName[] =
3877 "Notification Permission Rationale UI";
3878const char kNotificationPermissionRationaleDescription[] =
3879 "Configure the dialog shown before requesting notification permission. "
3880 "Only works with builds targeting Android T.";
3881
Salvador Guerrero0af36992023-01-23 20:46:473882const char kNotificationPermissionRationaleBottomSheetName[] =
3883 "Notification Permission Rationale Bottom Sheet UI";
3884const char kNotificationPermissionRationaleBottomSheetDescription[] =
3885 "Enable the alternative bottom sheet UI for the notification permission "
3886 "flow. "
3887 "Only works with builds targeting Android T+.";
3888
Yafei Duan36b4b5b2018-08-07 00:40:033889const char kOfflinePagesLivePageSharingName[] =
3890 "Enables live page sharing of offline pages";
3891const char kOfflinePagesLivePageSharingDescription[] =
3892 "Enables to share current loaded page as offline page by saving as MHTML "
3893 "first.";
3894
Jordan Oroshiba244e9ff2021-02-04 22:20:393895const char kPageInfoHistoryName[] = "Page info history";
3896const char kPageInfoHistoryDescription[] =
3897 "Enable a history sub page to the page info menu, and a button to forget "
3898 "a site, removing all preferences and history.";
3899
Zaina Al-Mashni2df0e5f2023-01-20 11:09:263900const char kPageInfoAboutThisSiteImprovedBottomSheetName[] =
3901 "Page info 'About this site' improved bottomsheet";
3902const char kPageInfoAboutThisSiteImprovedBottomSheetDescription[] =
3903 "Enable an improved 'About this site' bottomsheet, which includes a "
3904 "less cluttered toolbar view and opening navigations in a new tab.";
3905
Anna Tsvirchkova0891e9da2023-03-08 12:42:093906const char kPasswordGenerationBottomSheetName[] =
3907 "Password generation bottom sheet";
3908const char kPasswordGenerationBottomSheetDescription[] =
3909 "Enabled showing the password generation bottom sheet.";
3910
Salma Elmahallawydcdfa9e2023-01-30 18:42:243911const char kPolicyLogsPageAndroidName[] = "Policy Logs Page on Android";
3912const char kPolicyLogsPageAndroidDescription[] =
3913 "Enable the new chrome://policy-logs page containing logs for debugging "
3914 "policy related issues on Android.";
3915
Shakti Sahu1f8a9422020-03-12 05:50:503916const char kQueryTilesName[] = "Show query tiles";
3917const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283918const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3919const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Min Qineb0c2152022-08-26 19:13:123920const char kQueryTilesOnStartName[] = "Query tiles on start";
3921const char kQueryTilesOnStartDescription[] =
3922 "Show query tiles on start surface";
Shakti Sahu8fe5edd2020-05-14 18:57:133923const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3924const char kQueryTilesSingleTierDescription[] =
3925 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543926const char kQueryTilesEnableQueryEditingName[] =
3927 "Query Tiles - Enable query edit mode";
3928const char kQueryTilesEnableQueryEditingDescription[] =
3929 "When a query tile is tapped, the query text will be shown in the omnibox "
3930 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453931const char kQueryTilesEnableTrendingName[] =
3932 "Query Tiles - Enable trending queries";
3933const char kQueryTilesEnableTrendingDescription[] =
3934 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263935const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3936const char kQueryTilesCountryCodeDescription[] =
3937 "When query tiles are enabled, this value determines tiles for which "
3938 "country should be displayed.";
3939const char kQueryTilesCountryCodeUS[] = "US";
3940const char kQueryTilesCountryCodeIndia[] = "IN";
3941const char kQueryTilesCountryCodeBrazil[] = "BR";
3942const char kQueryTilesCountryCodeNigeria[] = "NG";
3943const char kQueryTilesCountryCodeIndonesia[] = "ID";
Shakti Sahu8fe5edd2020-05-14 18:57:133944const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193945const char kQueryTilesInstantFetchDescription[] =
3946 "Immediately schedule background task to fetch query tiles";
Min Qinbe050b72021-06-26 01:32:393947const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
3948const char kQueryTilesRankTilesDescription[] =
3949 "Rank tiles on server based on client context";
Min Qindb789462021-08-26 04:00:113950const char kQueryTilesSegmentationName[] =
3951 "Query Tiles - use segmentation rules";
3952const char kQueryTilesSegmentationDescription[] =
3953 "enable segmentation rules to decide whether to show query tiles";
Min Qin60ae5b82021-01-07 07:07:503954const char kQueryTilesSwapTrendingName[] =
3955 "Query Tiles - Swap trending queries";
3956const char kQueryTilesSwapTrendingDescription[] =
3957 "Swap trending queries if user didn't click on them after several "
3958 "impressions";
Min Qindb99e6f2020-04-29 06:37:263959
Caroline Risingdb7df182021-01-11 19:49:143960const char kReadLaterFlagId[] = "read-later";
3961const char kReadLaterName[] = "Reading List";
3962const char kReadLaterDescription[] =
3963 "Allow users to save tabs for later. Enables a new button and menu for "
3964 "accessing tabs saved for later.";
3965
Brett Wilsonff596952017-07-14 01:06:553966const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3967const char kReaderModeHeuristicsDescription[] =
3968 "Determines what pages the Reader Mode infobar is shown on.";
3969const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3970const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3971const char kReaderModeHeuristicsAllArticles[] = "All articles";
3972const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3973const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3974
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183975const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3976const char kReaderModeInCCTDescription[] =
3977 "Open Reader Mode in Chrome Custom Tabs.";
3978
Xing Liub9070262021-01-07 20:52:163979const char kReadLaterReminderNotificationName[] =
3980 "Read later reminder notification";
3981const char kReadLaterReminderNotificationDescription[] =
3982 "Enables read later weekly reminder notification.";
3983
Ioana Pandele9fc19b2f2020-01-23 22:16:503984const char kRecoverFromNeverSaveAndroidName[] =
3985 "UI to recover from never save passwords on Android";
3986const char kRecoverFromNeverSaveAndroidDescription[] =
3987 "Enables showing UI which allows for easy reverting of the decision to "
3988 "never save passwords on a certain webiste";
3989
Victor Tan5980f4e52022-11-11 20:21:453990const char kReduceUserAgentAndroidVersionDeviceModelName[] =
3991 "Reduce the device model and Android version in the andriod User-Agent "
3992 "string";
3993const char kReduceUserAgentAndroidVersionDeviceModelDescription[] =
3994 "Enables reducing the device model and Android version in the andriod "
3995 "User-Agent string. The device model will be reported as `K` and the "
3996 "Android version will be reported as a static `10` string.";
3997
David Trainora38e60e2020-08-04 23:43:253998const char kReengagementNotificationName[] =
3999 "Enable re-engagement notifications";
4000const char kReengagementNotificationDescription[] =
4001 "Enables Chrome to use the in-product help system to decide when "
4002 "to show re-engagement notifications.";
4003
Donn Denmanc42123c2020-03-19 01:44:244004const char kRelatedSearchesName[] =
4005 "Enables an experiment for Related Searches on Android";
4006const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:494007 "Enables requesting related searches suggestions. These will be requested "
4008 "but not shown unless the UI flag is also enabled.";
4009
Shu Yangd1d8f6b82022-06-30 18:46:284010const char kRequestDesktopSiteAdditionsName[] =
4011 "Secondary settings for request desktop site on Android.";
4012const char kRequestDesktopSiteAdditionsDescription[] =
4013 "Secondary options in `Site settings` to request the desktop version of "
4014 "websites based on external display or peripheral.";
4015
Aishwarya Rajesh3d0bd212022-07-22 22:48:314016const char kRequestDesktopSiteDefaultsName[] =
4017 "Default settings for request desktop site on Android.";
4018const char kRequestDesktopSiteDefaultsDescription[] =
4019 "Request the desktop version of websites by default based on device "
4020 "conditions.";
4021
Aishwarya Rajeshed9865f82022-09-12 22:46:574022const char kRequestDesktopSiteDefaultsDowngradeName[] =
4023 "Downgrade default settings for request desktop site on Android.";
4024const char kRequestDesktopSiteDefaultsDowngradeDescription[] =
4025 "Disable the request desktop site global setting if it was enabled by "
4026 "default based on device conditions.";
4027
Shu Yang6673a042023-02-28 00:27:364028const char kRequestDesktopSiteDefaultsLoggingName[] =
4029 "Silently report crashes for debugging request desktop site on Android.";
4030const char kRequestDesktopSiteDefaultsLoggingDescription[] =
4031 "Silently report crashes with display spec when ineligible device shows "
4032 "up in cohort or device screen size exceeds threshold.";
4033
Aishwarya Rajesh63e60f72022-08-26 00:34:194034const char kRequestDesktopSiteExceptionsDowngradeName[] =
4035 "Downgrade request desktop site exceptions on Android.";
4036const char kRequestDesktopSiteExceptionsDowngradeDescription[] =
4037 "Downgrade request desktop site domain level settings to tab level "
4038 "settings.";
4039
Shu Yanga2ec2d12021-11-15 22:13:154040const char kRequestDesktopSiteExceptionsName[] =
4041 "Per-site setting to request desktop site on Android.";
4042const char kRequestDesktopSiteExceptionsDescription[] =
4043 "An option in `Site settings` to request the desktop version of websites "
Shu Yangd1d8f6b82022-06-30 18:46:284044 "based on site level settings.";
Shu Yanga2ec2d12021-11-15 22:13:154045
Aishwarya Rajesha327b162023-01-06 01:34:424046const char kRequestDesktopSitePerSiteIphName[] =
4047 "Contextual help for request desktop site site-level settings on Android.";
4048const char kRequestDesktopSitePerSiteIphDescription[] =
4049 "Provide in-product help for desktop site site-level settings.";
4050
Aishwarya Rajesh7b43f262022-11-02 20:22:044051const char kRequestDesktopSiteZoomName[] =
4052 "Default zoom for request desktop site on Android.";
4053const char kRequestDesktopSiteZoomDescription[] =
4054 "Apply default page zoom on the desktop version of websites.";
4055
Philip Rogers388e07a2023-03-27 17:54:334056const char kForceOffTextAutosizingName[] =
4057 "Force off heuristics for inflating text sizes on devices with small "
4058 "screens.";
4059const char kForceOffTextAutosizingDescription[] = "Disable text autosizing.";
4060
Illia Klimov352f34a2022-08-18 13:45:134061const char kRevokeNotificationsPermissionIfDisabledOnAppLevelName[] =
4062 "Revoke site-level notification permission on Android";
4063const char kRevokeNotificationsPermissionIfDisabledOnAppLevelDescription[] =
4064 "Allow revoking site-level notification permission if Chrome has no "
4065 "app-level notification permission on Android.";
4066
Henrique Nakashimaaa6c3142022-07-14 21:53:114067const char kSafeModeForCachedFlagsName[] = "Safe Mode for Cached Flags";
4068const char kSafeModeForCachedFlagsDescription[] =
4069 "Attempts recovery from startup crash loops caused by a bad field trial "
4070 "by rolling back to previous known safe flag values.";
4071
Fabio Tirelo343dcc82023-03-13 16:34:104072extern const char kSafeSitesFilterBehaviorPolicyAndroidName[] =
4073 "Allow SafeSitesFilterBehavior policy on Android";
4074extern const char kSafeSitesFilterBehaviorPolicyAndroidDescription[] =
4075 "Allows the SafeSitesFilterBehavior policy to be applied on Android.";
4076
Kenechi Okoyeff5bd5f2022-06-13 20:47:534077const char kScreenshotsForAndroidV2Name[] = "Screenshots for Android V2";
4078const char kScreenshotsForAndroidV2Description[] =
4079 "Adds functionality to the share screenshot panel within Chrome Browser"
4080 " on Android";
4081
spdonghaoe4b51242022-03-14 23:06:184082const char kShowScrollableMVTOnNTPAndroidName[] = "Show scrollable MVT on NTP";
4083const char kShowScrollableMVTOnNTPAndroidDescription[] =
4084 "Enable showing the scrollable most visited tiles on NTP.";
4085
Liquan (Max) Guf2834612021-08-31 14:49:164086const char kSecurePaymentConfirmationAndroidName[] =
4087 "Secure Payment Confirmation on Android";
4088const char kSecurePaymentConfirmationAndroidDescription[] =
4089 "Enables Secure Payment Confirmation on Android.";
4090
Elly Fong-Jones6fde14c2022-01-05 18:10:584091const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
4092const char kSendTabToSelfV2Description[] =
4093 "Enables new received tab "
4094 "UI shown next to the profile icon instead of using system notifications.";
4095
Brett Wilsonff596952017-07-14 01:06:554096const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
4097const char kSetMarketUrlForTestingDescription[] =
4098 "When enabled, sets the market URL for use in testing the update menu "
4099 "item.";
4100
Wenyu Fu2518c9802023-02-08 23:52:264101const char kShareSheetMigrationAndroidName[] = "Share sheet refactor Android";
4102const char kShareSheetMigrationAndroidDescription[] =
4103 "When enabled, use the Android OS share sheet.";
4104
Alex Moshchuk07e1bb42019-03-08 04:44:084105const char kSiteIsolationForPasswordSitesName[] =
4106 "Site Isolation For Password Sites";
4107const char kSiteIsolationForPasswordSitesDescription[] =
4108 "Security mode that enables site isolation for sites based on "
4109 "password-oriented heuristics, such as a user typing in a password.";
4110
Bo Liude36ab62023-02-24 20:08:294111const char kSlimCompositorName[] = "Slim browser compositor";
4112const char kSlimCompositorDescription[] = "Use new simpler browser compositor";
4113
Hung Vuc394db62020-08-21 21:26:524114const char kSmartSuggestionForLargeDownloadsName[] =
4115 "Smart suggestion for large downloads";
4116const char kSmartSuggestionForLargeDownloadsDescription[] =
4117 "Smart suggestion that offers download locations for large files.";
4118
Ioana Pandele9fc19b2f2020-01-23 22:16:504119const char kStartSurfaceAndroidName[] = "Start Surface";
4120const char kStartSurfaceAndroidDescription[] =
4121 "Enable showing the start surface when launching Chrome via the "
4122 "launcher.";
4123
Xi Han8e1b2452022-05-26 15:43:164124const char kFeedPositionAndroidName[] = "Feed Position";
4125const char kFeedPositionAndroidDescription[] =
4126 "Enable pushing down or pulling up of Feeds on NTP";
4127
Xi Hanfe309c02022-06-07 16:57:264128const char kSearchResumptionModuleAndroidName[] = "Search Resumption Module";
4129const char kSearchResumptionModuleAndroidDescription[] =
4130 "Enable showing search suggestions on NTP";
4131
Andrey Zaytsev5794f892022-07-14 16:16:554132const char kSiteDataImprovementsName[] = "Site data improvements";
4133const char kSiteDataImprovementsDescription[] =
4134 "Improved 'All sites' and 'Site settings' pages on Android.";
4135
spdonghao86345d52022-09-20 20:13:154136const char kStartSurfaceDisabledFeedImprovementName[] =
4137 "Start Surface Disabled Feed Improvement";
4138const char kStartSurfaceDisabledFeedImprovementDescription[] =
4139 "Enable improving Start surface when Feed is disabled";
4140
Xinyi Ji411f38f2023-02-10 23:32:504141const char kStartSurfaceOnTabletName[] = "Start Surface On Tablet";
4142const char kStartSurfaceOnTabletDescription[] =
4143 "Enable Start Surface On Tablet.";
4144
spdonghao921dbdf42022-07-12 19:02:344145const char kStartSurfaceRefactorName[] = "Start Surface Refactor";
4146const char kStartSurfaceRefactorDescription[] =
4147 "Enable splitting Tab switcher from Start surface";
4148
Xinyi Jie3289432023-03-08 20:42:224149const char kStartSurfaceWithAccessibilityName[] =
4150 "Start Surface With Accessibility";
4151const char kStartSurfaceWithAccessibilityDescription[] =
4152 "Enable Start Surface with Accessibility.";
4153
Lei Zhang0a318af2018-11-14 02:19:464154const char kStrictSiteIsolationName[] = "Strict site isolation";
4155const char kStrictSiteIsolationDescription[] =
4156 "Security mode that enables site isolation for all sites (SitePerProcess). "
4157 "In this mode, each renderer process will contain pages from at most one "
4158 "site, using out-of-process iframes when needed. "
4159 "Check chrome://process-internals to see the current isolation mode. "
4160 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
4161 "default. Here, 'Disabled' is a legacy value that actually means "
4162 "'Default,' in which case site isolation may be already enabled based on "
4163 "platform, enterprise policy, or field trial. See also "
4164 "#site-isolation-trial-opt-out for how to disable site isolation for "
4165 "testing.";
4166
Alex Mitrac4bcea22023-02-09 11:10:154167const char kStylusRichGesturesName[] = "Stylus rich gestures";
4168const char kStylusRichGesturesDescription[] =
4169 "Enable rich gestures for stylus which can be used to modify text in "
4170 "editable web content.";
4171
Sirisha Kavuluru003e0962021-12-08 21:40:304172const char kTabGroupsForTabletsName[] = "Tab groups on tablets";
4173const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets.";
4174
Sirisha Kavuluru263350ba2022-09-08 21:40:214175const char kDiscoverFeedMultiColumnAndroidName[] =
4176 "Multi-column Discover feed Android.";
4177const char kDiscoverFeedMultiColumnAndroidDescription[] =
Sirisha Kavulurue968d502022-10-27 19:37:404178 "Enables single or multi-column Discover feed based on screen width on "
Sirisha Kavuluru263350ba2022-09-08 21:40:214179 "Android.";
4180
Zhe Li5d302c82022-10-12 16:56:544181const char kTabStripRedesignAndroidName[] = "Tab Strip Redesign Android.";
4182const char kTabStripRedesignAndroidDescription[] =
4183 "Enabled Tab Strip Redesign on Android - A visual redesign of Clank Tab "
4184 "Strip that is consistent with GM3.";
4185
Sirisha Kavulurue968d502022-10-27 19:37:404186const char kFoldableJankFixAndroidName[] = "Fix for jank seen on foldables.";
4187const char kFoldableJankFixAndroidDescription[] =
4188 "Enables fix for jank seen during fold to unfold transition on foldables "
4189 "with Android 12+";
4190
Neil Coronado97e135512023-01-11 20:21:094191const char kBaselineGM3SurfaceColorsName[] = "Baseline GM3 Surface Colors";
4192const char kBaselineGM3SurfaceColorsDescription[] =
4193 "Updates baseline surface colors to match the GM3 formula.";
4194
Mustaq Ahmeda130fec2022-02-09 19:03:264195const char kTouchDragAndContextMenuName[] =
4196 "Simultaneous touch drag and context menu";
4197const char kTouchDragAndContextMenuDescription[] =
4198 "Enables touch dragging and a context menu to start simultaneously, with"
4199 "the assumption that the menu is non-modal.";
4200
Scott Littlec0f9a472022-03-23 19:23:224201const char kTranslateMessageUIName[] = "Translate Message UI";
4202const char kTranslateMessageUIDescription[] =
4203 "Controls whether the Translate Message UI will be shown instead of the "
4204 "Translate InfoBar.";
4205
Brett Wilsonff596952017-07-14 01:06:554206const char kUpdateMenuBadgeName[] = "Force show update menu badge";
4207const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:444208 "When enabled, a badge will be shown on the app menu button if the update "
4209 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:554210
4211const char kUpdateMenuItemCustomSummaryDescription[] =
4212 "When this flag and the force show update menu item flag are enabled, a "
4213 "custom summary string will be displayed below the update menu item.";
4214const char kUpdateMenuItemCustomSummaryName[] =
4215 "Update menu item custom summary";
4216
Tommy Nyquist3c02e592018-10-18 23:36:444217const char kUpdateMenuTypeName[] =
4218 "Forces the update menu type to a specific type";
4219const char kUpdateMenuTypeDescription[] =
4220 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquistb0f8692e2021-10-15 19:13:054221 "the app menu badge and menu item for updates.";
Tommy Nyquist3c02e592018-10-18 23:36:444222const char kUpdateMenuTypeNone[] = "None";
4223const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
4224const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:554225
Tommy Nyquist5b7ac1a02022-08-16 16:56:004226const char kOmahaMinSdkVersionAndroidName[] =
4227 "Forces the minumum Android SDK version to a particular value.";
4228const char kOmahaMinSdkVersionAndroidDescription[] =
4229 "When set, the minimum Android minimum SDK version is set to a particular "
4230 "value which impact the app menu badge, menu items, and settings about "
4231 "screen regarding whether Chrome can be updated.";
4232const char kOmahaMinSdkVersionAndroidMinSdk1Description[] = "Minimum SDK = 1";
4233const char kOmahaMinSdkVersionAndroidMinSdk1000Description[] =
4234 "Minimum SDK = 1000";
4235
Lei Zhang44abd5d22022-01-11 00:32:344236const char kUseRealColorSpaceForAndroidVideoName[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:424237 "Use color space from MediaCodec";
Lei Zhang44abd5d22022-01-11 00:32:344238const char kUseRealColorSpaceForAndroidVideoDescription[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:424239 "When enabled video will use real color space instead of srgb.";
4240
Shakti Sahu2741f8d2020-08-14 03:38:364241const char kVideoTutorialsName[] = "Enable video tutorials";
4242const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:104243const char kVideoTutorialsInstantFetchName[] =
4244 "Video tutorials fetch on startup";
4245const char kVideoTutorialsInstantFetchDescription[] =
4246 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:364247
bttk8031f3fb2021-02-25 20:21:244248const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
4249const char kAdaptiveButtonInTopToolbarDescription[] =
4250 "Enables showing an adaptive action button in the top toolbar";
Salvador Guerrerob5d9c762023-03-22 21:24:034251
Salvador Guerreroa071de302023-03-18 00:34:274252const char kAdaptiveButtonInTopToolbarTranslateName[] =
4253 "Adaptive button in top toolbar - Translate button";
4254const char kAdaptiveButtonInTopToolbarTranslateDescription[] =
4255 "Enables a translate button in the top toolbar. Must be selected in "
4256 "Settings > Toolbar Shortcut.";
Salvador Guerrerob5d9c762023-03-22 21:24:034257const char kAdaptiveButtonInTopToolbarAddToBookmarksName[] =
4258 "Adaptive button in top toolbar - Add to bookmarks button";
4259const char kAdaptiveButtonInTopToolbarAddToBookmarksDescription[] =
4260 "Enables an add to bookmarks button in the top toolbar. Must be selected "
4261 "in "
4262 "Settings > Toolbar Shortcut.";
4263
bttk74acf1b2021-05-19 20:20:594264const char kAdaptiveButtonInTopToolbarCustomizationName[] =
4265 "Adaptive button in top toolbar customization";
4266const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
4267 "Enables UI for customizing the adaptive action button in the top toolbar";
Josh Simmons68941d122020-11-11 02:49:044268
Jinsuk Kim9adece12023-02-17 15:48:494269const char kUseToastManagerName[] = "Use Toast manager";
4270const char kUseToastManagerDescription[] =
4271 "Use Toast manager for queueing and managing Android Toast UI.";
4272
Carlos Knippschild0cf5a072020-12-01 00:15:534273const char kWebFeedName[] = "Web Feed";
4274const char kWebFeedDescription[] =
4275 "Allows users to keep up with and consume web content.";
4276
Pete Williamson55cbb162022-04-09 02:41:524277const char kWebFeedAwarenessName[] = "Web Feed Awareness";
4278const char kWebFeedAwarenessDescription[] =
4279 "Helps the user discover the web feed.";
4280
Pete Williamson06a50ba2022-03-10 02:08:534281const char kWebFeedOnboardingName[] = "Web Feed Onboarding";
4282const char kWebFeedOnboardingDescription[] =
Pete Williamson55cbb162022-04-09 02:41:524283 "Helps the user understand how to use the web feed.";
Pete Williamson06a50ba2022-03-10 02:08:534284
Cathy Lie949b3c2021-09-10 20:15:454285const char kWebFeedSortName[] = "Web Feed Sort";
4286const char kWebFeedSortDescription[] =
4287 "Allows users to sort their web content in the web feed. "
4288 "Only works if Web Feed is also enabled.";
4289
Alex Cooper5fca205f2023-03-20 23:13:274290const char kWebXrSharedBuffersName[] = "WebXR Shared Buffers";
4291const char kWebXrSharedBuffersDescription[] =
4292 "Toggles whether or not WebXR attempts to use SharedBuffers for moving "
4293 "textures from the device to the renderer. When this flag is set to either "
4294 "enabled or default SharedBuffer support will be dependent on what the "
4295 "device can actually support.";
4296
Justin DeWitt83faf9d12020-12-17 23:18:034297const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
4298const char kXsurfaceMetricsReportingDescription[] =
4299 "Allows metrics reporting state to be passed to Xsurface";
4300
Anna Tsvirchkova94fecb5f2022-04-14 10:34:044301const char kPasswordEditDialogWithDetailsName[] =
4302 "Password edit dialog with details UI";
4303const char kPasswordEditDialogWithDetailsDescription[] =
4304 "Enables UI which shows the dialog after clicking on save/update password"
4305 " with the functionality to choose user account and edit the password.";
4306
liyanbo.monster41ebdd12022-06-30 04:32:324307const char kEnableAndroidGamepadVibrationName[] = "Gamepad vibration";
4308const char kEnableAndroidGamepadVibrationDescription[] =
4309 "Enables the ability to play vibration effects on supported gamepads.";
4310
Wissem Gamra2a91d862022-08-17 18:17:224311const char kCormorantName[] = "Cormorant";
4312const char kCormorantDescription[] = "Enables the experimental Cormorant UI.";
4313
Brett Wilson7b44537e2017-08-18 01:38:284314// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:554315
Xiaohan Wang55ae2c012022-01-20 21:49:114316#else // BUILDFLAG(IS_ANDROID)
brettw5f9c1642017-05-14 17:12:484317
echo linkerb7f43382022-02-10 23:20:344318const char kAppManagementAppDetailsName[] =
4319 "Enable App Details in App Management.";
4320const char kAppManagementAppDetailsDescription[] =
4321 "Show app details on an app's App Management page.";
4322
Lei Zhang1a6fd01b2021-03-24 17:03:484323const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154324 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:484325const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154326 "When enabled, allows all websites to request to initiate tab mirroring "
4327 "via Presentation API. Requires #cast-media-route-provider to also be "
4328 "enabled";
4329
mark a. foltz8d3e26ed2023-03-17 17:46:574330const char kMediaRouterOtrInstanceName[] =
4331 "Create a separate Media Router instance for off-the-record "
4332 "profiles.";
4333const char kMediaRouterOtrInstanceDescription[] =
4334 "When enabled, a separate Media Router instance will be created for "
4335 "off-the-record (\"incognito\") profiles.";
4336
Charles Meng17ba75d2022-08-23 18:45:284337extern const char kBatterySaverModeAvailableName[] =
4338 "Enable the battery saver mode feature in the settings";
4339extern const char kBatterySaverModeAvailableDescription[] =
4340 "When enabled, shows the battery section in the performance settings page";
4341
Anthony Cuie4109852022-07-27 19:01:014342const char kCopyLinkToTextName[] = "Copy Link To Text";
4343const char kCopyLinkToTextDescription[] =
4344 "Adds an item to the context menu to allow a user to copy a link to the "
4345 "page with the selected text highlighted.";
4346
4347const char kDesktopPartialTranslateName[] = "Desktop Partial Translate";
4348const char kDesktopPartialTranslateDescription[] =
4349 "Enables the Partial Translate feature on Desktop, which allows users to "
4350 "translate text selections on the page through the right click context "
4351 "menu.";
4352
evliu467c11b82020-11-17 01:29:304353const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
4354const char kEnableAccessibilityLiveCaptionDescription[] =
4355 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:594356 "media playing in Chrome. Turn the feature on in "
4357 "chrome://settings/accessibility.";
4358
Jocelyn Tran48b694aa2023-03-03 21:00:114359const char kReadAnythingName[] = "Reading Mode";
Abigail Kleincef69482023-01-24 22:14:374360const char kReadAnythingDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114361 "Enables the Reading Mode feature which generates a reader-friendly view "
4362 "of web pages. Open the side panel and select Reading Mode to try the "
Abigail Kleincef69482023-01-24 22:14:374363 "feature.";
4364
Jocelyn Tran48b694aa2023-03-03 21:00:114365const char kReadAnythingWithScreen2xName[] = "Reading Mode with Screen2x";
Abigail Kleincef69482023-01-24 22:14:374366const char kReadAnythingWithScreen2xDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114367 "Have Reading Mode use a local machine learning model for web page "
Abigail Kleincef69482023-01-24 22:14:374368 "distillation.";
4369
Jack Hsieh1e6d84a2022-07-01 16:18:574370const char kEnableWebHidOnExtensionServiceWorkerName[] =
4371 "Enable WebHID on extension service workers";
4372const char kEnableWebHidOnExtensionServiceWorkerDescription[] =
4373 "When enabled, WebHID API is available on extension service workers.";
4374
John Williamse5a683b2020-07-28 03:01:484375const char kGlobalMediaControlsCastStartStopName[] =
4376 "Global media controls control Cast start/stop";
4377const char kGlobalMediaControlsCastStartStopDescription[] =
4378 "Allows global media controls to control when a Cast session is started "
4379 "or stopped instead of relying on the Cast dialog.";
4380
Charles Meng17ba75d2022-08-23 18:45:284381extern const char kHighEfficiencyModeAvailableName[] =
4382 "Enable the high efficiency mode feature in the settings";
4383extern const char kHighEfficiencyModeAvailableDescription[] =
4384 "When enabled, shows the performance section in the performance settings "
4385 "page";
4386
Anthony Vallee-Dubois3d3039fb2023-03-17 16:11:154387extern const char kHeuristicMemorySaverName[] =
4388 "Enable the heuristics-based policy for Memory Saver Mode.";
4389extern const char kHeuristicMemorySaverDescription[] =
4390 "When enabled, Memory Saver will take multiple signals into account before "
4391 "discarding a tab rather than doing it after a fixed amount of time in the "
4392 "background.";
4393
Richard Knoll7b293562021-07-08 08:49:064394const char kMuteNotificationSnoozeActionName[] =
4395 "Snooze action for mute notifications";
4396const char kMuteNotificationSnoozeActionDescription[] =
4397 "Adds a Snooze action to mute notifications shown while sharing a screen.";
4398
Esmael El-Moslimanyf85849d2021-01-15 02:18:104399const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
4400const char kNtpCacheOneGoogleBarDescription[] =
4401 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
4402 "when available.";
4403
Paul Adedeji1ed53002022-06-13 20:15:304404const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
4405const char kNtpChromeCartModuleDescription[] =
4406 "Shows the chrome cart module on the New Tab Page.";
Tibor Goldschwendt16a63cb2020-08-04 19:08:154407
Roman Arora201df092022-10-20 16:53:514408const char kNtpComprehensiveThemeRealboxName[] =
4409 "NTP Comprehensive Theme Realbox";
4410const char kNtpComprehensiveThemeRealboxDescription[] =
4411 "Applies theme based colors to the NTP Realbox element";
4412
Roman Arora32162da2022-10-19 22:26:154413const char kNtpComprehensiveThemingName[] = "NTP Comprehensive Theming";
4414const char kNtpComprehensiveThemingDescription[] =
4415 "Applies theme based colors across various NTP elements";
4416
Yo Wakitadcd38802022-10-12 17:27:074417const char kNtpDesktopLensName[] = "NTP Desktop Lens Entrypoint";
4418const char kNtpDesktopLensDescription[] =
4419 "Shows a Lens entrypoint and upload dialog in desktop NTP when enabled.";
4420
Andre Vincent60a5c5d2020-12-24 02:53:014421const char kNtpDriveModuleName[] = "NTP Drive Module";
4422const char kNtpDriveModuleDescription[] =
4423 "Shows the Google Drive module on the New Tab Page";
4424
Paul Adedeji680466942022-01-13 22:10:504425#if !defined(OFFICIAL_BUILD)
4426const char kNtpDummyModulesName[] = "NTP Dummy Modules";
4427const char kNtpDummyModulesDescription[] =
4428 "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is "
4429 "enabled.";
4430#endif
4431
Roman Arorac7579c92023-02-27 22:17:174432const char kNtpHistoryClustersModuleName[] = "NTP Journeys Module";
4433const char kNtpHistoryClustersModuleDescription[] =
4434 "Shows the Journeys module on the New Tab Page.";
4435
Paul Adedeji1ed53002022-06-13 20:15:304436const char kNtpMiddleSlotPromoDismissalName[] =
4437 "NTP Middle Slot Promo Dismissal";
4438const char kNtpMiddleSlotPromoDismissalDescription[] =
4439 "Allows middle slot promo to be dismissed from New Tab Page until "
4440 "new promo message is populated.";
Rohit Bhatia34189362021-09-04 03:55:204441
Lydia Lam44eea142021-06-10 01:19:004442const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
4443const char kNtpModulesDragAndDropDescription[] =
4444 "Enables modules to be reordered via dragging and dropping on the "
4445 "New Tab Page.";
4446
Paul Adedejid25542d32022-03-09 03:06:374447const char kNtpModulesFirstRunExperienceName[] =
4448 "NTP Modules First Run Experience";
4449const char kNtpModulesFirstRunExperienceDescription[] =
4450 "Shows first run experience for Modular NTP Desktop v1.";
4451
Tibor Goldschwendtf9501a62023-03-23 03:11:194452const char kNtpModulesHeaderIconName[] = "NTP Modules Header Icon";
4453const char kNtpModulesHeaderIconDescription[] =
4454 "Shows icons in NTP module headers.";
4455
Paul Adedeji57933b82021-12-07 02:19:044456const char kNtpModulesRedesignedLayoutName[] = "Ntp Modules Redesigned Layout";
4457const char kNtpModulesRedesignedLayoutDescription[] =
4458 "Changes the layout of modules on New Tab Page";
4459
Paul Adedeji1ed53002022-06-13 20:15:304460const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
4461const char kNtpModulesRedesignedDescription[] =
4462 "Shows the redesigned modules on the New Tab Page.";
4463
4464const char kNtpPhotosModuleName[] = "NTP Photos Module";
4465const char kNtpPhotosModuleDescription[] =
4466 "Shows the Google Photos module on the New Tab Page";
4467
4468const char kNtpPhotosModuleOptInArtWorkName[] =
4469 "NTP Photos Module Opt In ArtWork";
4470const char kNtpPhotosModuleOptInArtWorkDescription[] =
4471 "Determines the art work in the NTP Photos Opt-In card";
4472
4473const char kNtpPhotosModuleOptInTitleName[] = "NTP Photos Module Opt In Title";
4474const char kNtpPhotosModuleOptInTitleDescription[] =
4475 "Determines the title of the NTP Photos Opt-In card";
4476
4477const char kNtpPhotosModuleSoftOptOutName[] = "NTP Photos Module Soft Opt-Out";
4478const char kNtpPhotosModuleSoftOptOutDescription[] =
4479 "Enables soft opt-out option in Photos opt-in card";
4480
Marlon Faceya00e2f92022-01-27 23:04:094481const char kNtpRealboxMatchSearchboxThemeName[] =
4482 "NTP Realbox Matches Searchbox Theme";
4483const char kNtpRealboxMatchSearchboxThemeDescription[] =
Marlon Facey4a2c2072022-09-26 23:24:534484 "Makes NTP Realbox drop shadow match that of the Searchbox when enabled.";
Marlon Faceya00e2f92022-01-27 23:04:094485
Marlon Facey904d12442021-09-02 23:02:244486const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals";
4487const char kNtpRealboxPedalsDescription[] =
4488 "Shows pedals in the NTP Realbox when enabled.";
4489
Marlon Facey4a2c2072022-09-26 23:24:534490const char kNtpRealboxRoundedCornersName[] = "NTP Realbox Rounded Corners";
4491const char kNtpRealboxRoundedCornersDescription[] =
4492 "Make NTP realbox dropdown corners match that of the Searchbox.";
4493
Marlon Facey94eac62a02021-12-15 01:16:374494const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon";
4495const char kNtpRealboxUseGoogleGIconDescription[] =
4496 "Shows Google G icon "
4497 "instead of Search Loupe in realbox when enabled";
4498
Paul Adedeji1ed53002022-06-13 20:15:304499const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
4500const char kNtpRecipeTasksModuleDescription[] =
4501 "Shows the recipe tasks module on the New Tab Page.";
4502
Tibor Goldschwendta82f86c2023-03-14 00:26:514503const char kNtpReducedLogoSpaceName[] = "NTP Reduced Logo Space";
4504const char kNtpReducedLogoSpaceDescription[] =
4505 "Reduces space the logo fills up vertically.";
4506
Paul Adedeji1ed53002022-06-13 20:15:304507const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module";
4508const char kNtpSafeBrowsingModuleDescription[] =
4509 "Shows the safe browsing module on the New Tab Page.";
4510
Tibor Goldschwendteec42922023-03-22 18:54:544511const char kNtpSingleRowShortcutsName[] = "NTP Single Row Shortcuts";
4512const char kNtpSingleRowShortcutsDescription[] =
4513 "Shows shortcuts in a single wide row on the New Tab Page.";
4514
Tibor Goldschwendtf9501a62023-03-23 03:11:194515const char kNtpWideModulesName[] = "NTP Wide Modules";
4516const char kNtpWideModulesDescription[] =
4517 "Shows wide NTP modules if NTP provides enough space.";
4518
Aran Gilman766c2ad2019-04-18 00:15:414519const char kEnableReaderModeName[] = "Enable Reader Mode";
4520const char kEnableReaderModeDescription[] =
4521 "Allows viewing of simplified web pages by selecting 'Customize and "
4522 "control Chrome'>'Distill page'";
4523
Wei Li2946b352019-08-19 21:49:544524const char kHappinessTrackingSurveysForDesktopDemoName[] =
4525 "Happiness Tracking Surveys Demo";
4526const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
4527 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
4528
Ramin Halavati7935b622022-11-16 08:11:464529const char kLayoutExtractionName[] = "Layout Extraction";
4530const char kLayoutExtractionDescription[] =
4531 "Enables Layout Extraction local machine intelligence library to use "
4532 "screen snapshots to add metadata for accessibility tools.";
4533
Travis Skarebcdb5ed32018-08-17 01:49:404534const char kOmniboxDriveSuggestionsName[] =
4535 "Omnibox Google Drive Document suggestions";
manukh918d82552022-10-11 01:12:224536const char kOmniboxDriveSuggestionsDescription[] =
Travis Skarebcdb5ed32018-08-17 01:49:404537 "Display suggestions for Google Drive documents in the omnibox when Google "
4538 "is the default search engine.";
4539
Kevin Bailey9ec05532019-01-31 23:01:334540const char kOmniboxExperimentalKeywordModeName[] =
4541 "Omnibox Experimental Keyword Mode";
4542const char kOmniboxExperimentalKeywordModeDescription[] =
4543 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:154544 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:334545
Viktor Semeniuk083adff22022-11-16 16:15:474546const char kPasswordsGroupingName[] = "Passwords grouping";
4547const char kPasswordsGroupingDescription[] =
4548 "Enables displaying passwords grouped together using information from "
4549 "the affiliation service.";
4550
Viktor Semeniuke4aa5bc2022-08-17 07:22:594551const char kPasswordManagerRedesignName[] = "Password Manager new UI";
4552const char kPasswordManagerRedesignDescription[] =
4553 "Enables new Password Manager UI on Desktop";
4554
Andrii Natiahlyi653c24092023-02-16 11:37:354555const char kPasswordsImportM2Name[] = "Passwords Import M2";
4556const char kPasswordsImportM2Description[] =
4557 "Extends passwords import flow in password settings with conflict "
4558 "resolution functionality.";
4559
Chris Thompson657d5c82020-10-08 23:04:104560const char kSCTAuditingName[] = "SCT auditing";
4561const char kSCTAuditingDescription[] =
4562 "Enables SCT auditing for users who have opted in to Safe Browsing "
4563 "Extended Reporting.";
4564
Jochen Eisingerbd1033a2023-03-27 18:31:234565#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
4566const char kSettingsEnableGetTheMostOutOfChromeName[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184567 "'Get the most out of Chrome' documentation";
Jochen Eisingerbd1033a2023-03-27 18:31:234568const char kSettingsEnableGetTheMostOutOfChromeDescription[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184569 "When enabled, the 'Get the most out of Chrome' documentation section "
4570 "will be available.";
Jochen Eisingerbd1033a2023-03-27 18:31:234571#endif
Jochen Eisinger6ef16de2023-03-23 20:44:184572
Elly Fong-Jonesaf0a33b2022-04-05 15:30:474573const char kSharingDesktopSharePreviewName[] = "Desktop share hub preview";
4574const char kSharingDesktopSharePreviewDescription[] =
4575 "Adds a preview section to the desktop sharing hub to make it clearer what "
4576 "is about to be shared.";
4577
Matthew Hatem61e894922022-07-22 16:18:374578const char kSharingDesktopShareToGoogleCollectionsName[] =
4579 "Share to Google Collections";
4580const char kSharingDesktopShareToGoogleCollectionsDescription[] =
4581 "Adds an item to the sharing hub to allow sharing to Google Collections.";
4582
Alan Cutter9aa158b2023-01-20 16:12:144583const char kWebAppManifestImmediateUpdatingName[] =
4584 "Web App Manifest Immediate Updating";
4585const char kWebAppManifestImmediateUpdatingDescription[] =
4586 "Enables web app manifest updates to apply to running web app windows as "
4587 "soon as a change has been detected instead of waiting for all app windows "
4588 "to be closed.";
4589
Paul Adedeji1ed53002022-06-13 20:15:304590const char kWebAuthenticationPermitEnterpriseAttestationName[] =
4591 "Web Authentication Enterprise Attestation";
4592const char kWebAuthenticationPermitEnterpriseAttestationDescription[] =
4593 "Permit a set of origins to request a uniquely identifying enterprise "
4594 "attestation statement from a security key when creating a Web "
4595 "Authentication credential.";
4596
Danil Somsikov0d206142022-11-28 23:37:204597const char kDevToolsTabTargetLiteralName[] = "DevTools using Tab Target";
4598const char kDevToolsTabTargetLiteralDescription[] =
4599 "Makes DevTools use an experimental CDP Tab target.";
4600
Xiaohan Wang55ae2c012022-01-20 21:49:114601#endif // BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:284602
4603// Windows ---------------------------------------------------------------------
4604
Xiaohan Wang55ae2c012022-01-20 21:49:114605#if BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284606
Bill Carr49f46082022-02-28 17:54:414607const char kCalculateNativeWinOcclusionName[] =
4608 "Calculate window occlusion on Windows";
4609const char kCalculateNativeWinOcclusionDescription[] =
4610 "Calculate window occlusion on Windows will be used in the future "
4611 "to throttle and potentially unload foreground tabs in occluded windows";
4612
Igor Ruvinovb1f7bea2022-11-08 23:20:504613const char kCloudApAuthName[] = "CloudAP authentication";
4614const char kCloudApAuthDescription[] =
4615 "Enables ambient authentication into supported identity providers using "
4616 "the CloudAP framework. Credentials are retrieved from accounts signed "
4617 "into the operating system.";
4618
Armando Miragliad2e6fc9e2020-03-06 09:23:094619const char kEnableMediaFoundationVideoCaptureName[] =
4620 "MediaFoundation Video Capture";
4621const char kEnableMediaFoundationVideoCaptureDescription[] =
4622 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
4623 "to DirectShow if disabled.";
4624
Xiaohan Wang9c9e5d35c2021-09-02 17:36:094625const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption";
4626const char kHardwareSecureDecryptionDescription[] =
4627 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4628 "for protected content playback.";
4629
Xiaohan Wang2d588832021-11-16 00:57:074630const char kHardwareSecureDecryptionExperimentName[] =
4631 "Hardware Secure Decryption Experiment";
4632const char kHardwareSecureDecryptionExperimentDescription[] =
4633 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4634 "for experimental protected content playback.";
4635
Xiaohan Wang90409292022-03-26 09:06:284636const char kHardwareSecureDecryptionFallbackName[] =
4637 "Hardware Secure Decryption Fallback";
4638const char kHardwareSecureDecryptionFallbackDescription[] =
4639 "Allows automatically disabling hardware secure Content Decryption Module "
4640 "(CDM) after failures or crashes. Subsequent playback may use software "
4641 "secure CDMs. If this feature is disabled, the fallback will never happen "
4642 "and users could be stuck with playback failures.";
4643
Bill Carrc2abb9222021-11-07 22:02:564644const char kMediaFoundationClearName[] = "MediaFoundation for Clear";
4645const char kMediaFoundationClearDescription[] =
4646 "Enable/Disable the use of MediaFoundation for non-protected content "
4647 "playback on supported systems.";
4648
henrikac66d1012021-01-19 13:59:184649const char kRawAudioCaptureName[] = "Raw audio capture";
4650const char kRawAudioCaptureDescription[] =
4651 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
4652 "audio stream is a 'raw' stream that bypasses all signal processing except "
4653 "for endpoint specific, always-on processing in the Audio Processing Object"
4654 " (APO), driver, and hardware.";
4655
henrikac79c7a42022-09-06 16:29:524656const char kFakeAudioCaptureTimestamps[] = "Fake audio capture timestamps";
4657const char kFakeAudioCaptureTimestampsDescription[] =
4658 "Emulates audio capture timestamps instead of using timestamps from the "
4659 "actual audio device. Can be used as a temporary workaround in situations "
4660 "where the selected audio device generates invalid timestamp sequences.";
4661
Lei Zhangc05af2a2020-05-15 20:54:054662const char kRunVideoCaptureServiceInBrowserProcessName[] =
4663 "Run video capture service in browser";
4664const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
4665 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:284666
Jonah Ryan-Davis90ae3322021-09-21 17:34:484667const char kUseAngleDescriptionWindows[] =
Olli Etuaho122321192018-09-07 10:15:294668 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
4669 "computers by default. Using the OpenGL driver as the graphics backend may "
4670 "result in higher performance in some graphics-heavy applications, "
4671 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
4672 "video playback.";
4673
Olli Etuaho122321192018-09-07 10:15:294674const char kUseAngleD3D11[] = "D3D11";
4675const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:024676const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:294677
Alex Forrenceb42504892022-07-20 21:50:074678const char kUseWaitableSwapChainName[] = "Use waitable swap chains";
4679const char kUseWaitableSwapChainDescription[] =
4680 "Use waitable swap chains to reduce presentation latency (effective only "
4681 "Windows 8.1 or later). If enabled, specify the maximum number of frames "
4682 "that can be queued, ranging from 1-3. 1 has the lowest delay but is most "
4683 "likely to drop frames, while 3 has the highest delay but is least likely "
4684 "to drop frames.";
4685
Brett Wilson7b44537e2017-08-18 01:38:284686const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
4687const char kUseWinrtMidiApiDescription[] =
4688 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
4689 "later).";
4690
Daniel Hosseinian159cb3d2020-03-13 03:02:024691#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhang1419cab2021-09-09 17:04:444692const char kPrintWithPostScriptType42FontsName[] =
4693 "Print with PostScript Type 42 fonts";
4694const char kPrintWithPostScriptType42FontsDescription[] =
4695 "When using PostScript level 3 printing, render text with Type 42 fonts if "
4696 "possible.";
4697
Lei Zhanga6a8a492020-05-14 03:55:034698const char kPrintWithReducedRasterizationName[] =
4699 "Print with reduced rasterization";
4700const char kPrintWithReducedRasterizationDescription[] =
4701 "When using GDI printing, avoid rasterization if possible.";
4702
Cuc Doan074d8ed2022-03-14 22:03:344703const char kReadPrinterCapabilitiesWithXpsName[] =
4704 "Read printer capabilities with XPS";
4705extern const char kReadPrinterCapabilitiesWithXpsDescription[] =
4706 "When enabled, utilize XPS interface to read printer capabilities.";
4707
Alan Screen574ffd662019-11-21 22:38:534708const char kUseXpsForPrintingName[] = "Use XPS for printing";
4709const char kUseXpsForPrintingDescription[] =
4710 "When enabled, use XPS printing API instead of the GDI print API.";
4711
Alan Screen49388112019-12-13 23:34:214712const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
4713const char kUseXpsForPrintingFromPdfDescription[] =
4714 "When enabled, use XPS printing API instead of the GDI print API when "
4715 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:024716#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:214717
Tom5efa14f12021-06-30 00:37:324718const char kWin10TabSearchCaptionButtonName[] =
4719 "Windows 10 Tab Search Caption Button";
4720const char kWin10TabSearchCaptionButtonDescription[] =
4721 "Move the Tab Search entrypoint besides the window caption buttons on "
4722 "Windows 10 platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:114723#endif // BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284724
4725// Mac -------------------------------------------------------------------------
4726
Xiaohan Wang55ae2c012022-01-20 21:49:114727#if BUILDFLAG(IS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:284728
Karol Sygiet901acb42022-08-08 16:00:044729const char kBiometricAuthenticationInSettingsName[] =
4730 "Biometric authentication in settings";
4731const char kBiometricAuthenticationInSettingsDescription[] =
4732 "Enables biometric authentication in settings to view/edit/copy a password";
4733
Daniel Hosseinian159cb3d2020-03-13 03:02:024734#if BUILDFLAG(ENABLE_PRINTING)
4735const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
4736const char kCupsIppPrintingBackendDescription[] =
4737 "Use the CUPS IPP printing backend instead of the original CUPS backend "
4738 "that calls the PPD API.";
4739#endif // BUILDFLAG(ENABLE_PRINTING)
4740
Avi Drissman0095f552021-11-05 19:58:534741const char kEnableUniversalLinksName[] = "Universal Links";
4742const char kEnableUniversalLinksDescription[] =
4743 "Include Universal Links in the intent picker.";
4744
Sidney San Martín678fd4112019-03-30 00:13:054745const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
4746const char kImmersiveFullscreenDescription[] =
4747 "Automatically hide and show the toolbar in fullscreen.";
4748
Greg Kerrf46f31872019-08-08 20:22:444749const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
4750const char kMacSyscallSandboxDescription[] =
4751 "Controls whether the macOS sandbox filters syscalls.";
4752
Florent Castellibd7db032023-02-22 11:22:034753const char kRetryGetVideoCaptureDeviceInfosName[] =
4754 "Retry capture device enumeration on crash";
4755const char kRetryGetVideoCaptureDeviceInfosDescription[] =
4756 "Enables retries when enumerating the available video capture devices "
4757 "after a crash. The capture service is restarted without loading external "
4758 "DAL plugins which could have caused the crash.";
4759
Leonard Grey2e90921c2021-12-02 22:46:134760const char kScreenTimeName[] = "Screen Time";
4761const char kScreenTimeDescription[] =
4762 "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 "
4763 "and later.";
4764
Jonah Ryan-Davis90ae3322021-09-21 17:34:484765const char kUseAngleDescriptionMac[] =
4766 "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be "
4767 "deprecated on Mac, and may contain driver bugs that are not planned to be "
4768 "fixed. The Metal backend is still experimental, and may contain bugs that "
4769 "are still being worked on. The Metal backend should be more performant, "
4770 "but may still be behind the OpenGL backend until fully released.";
4771
4772const char kUseAngleMetal[] = "Metal";
4773
Tom Burgin5c3fde02022-06-23 18:24:074774const char kSystemColorChooserName[] = "System Color Chooser";
4775const char kSystemColorChooserDescription[] =
4776 "Enables a button that launches the macOS native color chooser.";
4777
Brett Wilson7b44537e2017-08-18 01:38:284778#endif
4779
Jonah Ryan-Davis90ae3322021-09-21 17:34:484780// Windows and Mac -------------------------------------------------------------
4781
Xiaohan Wang55ae2c012022-01-20 21:49:114782#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484783
4784const char kUseAngleName[] = "Choose ANGLE graphics backend";
4785const char kUseAngleDefault[] = "Default";
4786const char kUseAngleGL[] = "OpenGL";
Karol Sygiet901acb42022-08-08 16:00:044787
Karol Sygietc5e3da652022-08-02 15:47:504788const char kBiometricAuthenticationForFillingName[] =
4789 "Biometric authentication reauth before filling";
4790const char kBiometricAuthenticationForFillingDescription[] =
4791 "Enables biometric authentication before filling form data";
Xiaohan Wang55ae2c012022-01-20 21:49:114792#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484793
Richard Chuia9ed7be12022-04-13 21:30:354794// ChromeOS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:344795
Yuta Hijikata235fc62b2020-12-08 03:48:324796#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:344797
Brett Wilson7b44537e2017-08-18 01:38:284798const char kAcceleratedMjpegDecodeName[] =
4799 "Hardware-accelerated mjpeg decode for captured frame";
4800const char kAcceleratedMjpegDecodeDescription[] =
4801 "Enable hardware-accelerated mjpeg decode for captured frame where "
4802 "available.";
vabr0215a8e2017-03-28 12:47:344803
Thanh Nguyen6b4c5852022-05-26 22:03:254804const char kAdaptiveChargingForTestingName[] =
4805 "Show adaptive charging notifications for testing";
4806const char kAdaptiveChargingForTestingDescription[] =
4807 "Show adaptive charging notifications and nudges for testing. This is "
4808 "meant to be used by developers to test the feature UI only. The "
4809 "notifications will be shown after the device is plugged in to the "
4810 "charger. Please DO NOT enable this if you're not a developer who wants to "
4811 "test the UI of the adaptive charging feature.";
4812
Thanh Nguyen730ac8a32022-05-19 08:50:464813const char kAdaptiveChargingName[] = "Enable adaptive charging feature";
4814const char kAdaptiveChargingDescription[] =
4815 "Show settings to enable/disable adaptive charging feature.";
4816
Andreea Costinas99e24192023-02-15 14:39:464817const char kAllowEapDefaultCasWithoutSubjectVerificationName[] =
4818 "Allow EAP network configs with default server CAs without subject "
4819 "verification";
4820const char kAllowEapDefaultCasWithoutSubjectVerificationDescription[] =
4821 "Allows creating EAP network configs which use the default server CA certs "
4822 "without specifying subject or domain match options which validate the "
4823 "identity of the server.";
4824
Vyshu9ea9e182021-02-04 17:53:064825const char kAllowRepeatedUpdatesName[] =
4826 "Continue checking for updates before reboot and after initial update.";
4827const char kAllowRepeatedUpdatesDescription[] =
4828 "Continues checking to see if there is a more recent update, even if user"
4829 "has not rebooted to apply the previous update.";
4830
Kyle Horimoto734f0752020-03-20 20:46:544831const char kAllowScrollSettingsName[] =
4832 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
4833const char kAllowScrollSettingsDescription[] =
4834 "Shows settings to enable/disable scroll acceleration and to adjust the "
4835 "sensitivity for scrolling.";
4836
Jeffrey Kardatzkea686ded22022-03-28 18:28:464837const char kAlwaysEnableHdcpName[] = "Always enable HDCP for external displays";
4838const char kAlwaysEnableHdcpDescription[] =
4839 "Enables the specified type for HDCP whenever an external display is "
4840 "connected. By default, HDCP is only enabled when required.";
4841const char kAlwaysEnableHdcpDefault[] = "Default";
4842const char kAlwaysEnableHdcpType0[] = "Type 0";
4843const char kAlwaysEnableHdcpType1[] = "Type 1";
4844
Jerry Liu14ec85e2023-01-31 06:00:524845const char kPersonalizationJellyName[] = "Jelly design for Personalization App";
4846const char kPersonalizationJellyDescription[] =
Jeffrey Youngd01036a2023-02-03 02:50:384847 "Feature to enable the Jelly design in Personalization App. Requires "
4848 "jelly-colors flag to be enabled.";
Jerry Liua600ab92022-10-28 01:12:284849
Eric Sum2971b952022-10-20 04:55:374850const char kAmbientModeThrottleAnimationName[] =
4851 "Throttle the frame rate of Lottie animations in ambient mode";
4852const char kAmbientModeThrottleAnimationDescription[] =
4853 "The throttled frame rate and when to throttle are embedded within the "
4854 "Lottie animation file itself. It is chosen by the motion designer and "
4855 "varies depending on how much motion there is in the animation. This is "
4856 "done in the hopes of improving power consumption while maintaining the "
4857 "same user-visible smoothness. This flag applies to all ambient Lottie "
4858 "animations that have throttling specified in the file.";
4859
Antoni Dikovb3487502022-09-21 15:24:214860const char kApnRevampName[] = "APN Revamp";
4861const char kApnRevampDescription[] =
4862 "Enables the ChromeOS APN Revamp, which updates cellular network APN "
4863 "system UI and related infrastructure.";
4864
Daniel Andersson9a81b33502023-03-20 19:15:374865const char kAppLaunchAutomationName[] = "Enable app launch automation";
4866const char kAppLaunchAutomationDescription[] =
4867 "Allows groups of apps to be launched.";
4868
Ryo Hashimoto8f4b30ced2019-04-08 12:14:194869const char kArcCustomTabsExperimentName[] =
4870 "Enable Custom Tabs experiment for ARC";
4871const char kArcCustomTabsExperimentDescription[] =
4872 "Allow Android apps to use Custom Tabs."
4873 "This feature only works on the Canary and Dev channels.";
4874
Alexander Bolodurin4e0a465c2021-03-31 23:14:034875const char kArcDocumentsProviderUnknownSizeName[] =
4876 "Enable ARC DocumentsProvider unknown file size handling";
4877const char kArcDocumentsProviderUnknownSizeDescription[] =
4878 "Allow opening DocumentsProvider files where size is not reported.";
4879
Satoshi Niwa8b1d5282018-10-24 04:53:034880const char kArcFilePickerExperimentName[] =
4881 "Enable file picker experiment for ARC";
4882const char kArcFilePickerExperimentDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354883 "Enables using ChromeOS file picker in ARC.";
Satoshi Niwa8b1d5282018-10-24 04:53:034884
Shengsong Tan61924b62022-09-13 03:05:114885extern const char kArcFixupWindowName[] =
4886 "Enable ARC Ghost Window for ARC App fixup";
4887extern const char kArcFixupWindowDescription[] =
4888 "Popup ARC Ghost Window app launching before fixup finishes.";
4889
Shengsong Tan3cdcea242022-10-27 06:32:594890extern const char kArcGhostWindowNewStyleName[] =
4891 "Enable new UI for ARC Ghost Window";
4892extern const char kArcGhostWindowNewStyleDescription[] =
4893 "Allow use new UI for ARC Ghost Window if corresponding launch source "
4894 "request it.";
4895
Rachel Wongec3b8c42022-07-08 03:11:224896const char kArcGameModeName[] = "Enable Game Mode for ARC";
Matthew DeVoreb8bdedd2022-06-28 15:17:464897const char kArcGameModeDescription[] =
4898 "ARC Fullscreen Games will request accomodation from ChromeOS for "
4899 "sustained performance.";
4900
Charles William Dicka0a0f972023-01-27 02:12:324901const char kArcIdleManagerName[] = "Enable ARC Idle Manager";
4902const char kArcIdleManagerDescription[] =
4903 "ARC will turn on Android's doze mode when idle.";
4904
Shengsong Tan6cb88592022-11-09 01:57:354905extern const char kArcInstantResponseWindowOpenName[] =
4906 "Enable Instance Response for ARC app window open";
4907extern const char kArcInstantResponseWindowOpenDescription[] =
4908 "In some devices the placeholder window will popup immediately after the "
4909 "user attempts to launch apps.";
4910
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374911const char kArcKeyboardShortcutHelperIntegrationName[] =
4912 "Enable keyboard shortcut helper integration for ARC";
4913const char kArcKeyboardShortcutHelperIntegrationDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354914 "Shows keyboard shortcuts from Android apps in ChromeOS Shortcut Viewer";
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374915
Lev Rumyantsev6eddc802019-08-27 19:41:214916const char kArcNativeBridgeToggleName[] =
4917 "Toggle between native bridge implementations for ARC";
4918const char kArcNativeBridgeToggleDescription[] =
4919 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:514920
Tim Sergeantb2f5dc02022-09-14 08:07:174921const char kArcNearbyShareFuseBoxName[] = "ARC Nearby Sharing through FuseBox";
4922const char kArcNearbyShareFuseBoxDescription[] =
4923 "When enabled, files shared through ARC Nearby Sharing will be shared "
4924 "through the ChromeOS FuseBox Service.";
4925
Yusuke Sato4717d1782021-03-12 23:27:174926const char kArcRtVcpuDualCoreName[] =
4927 "Enable ARC real time vcpu on a device with 2 logical cores online.";
4928const char kArcRtVcpuDualCoreDesc[] =
4929 "Enable ARC real time vcpu on a device with 2 logical cores online to "
4930 "reduce media playback glitch.";
4931
4932const char kArcRtVcpuQuadCoreName[] =
4933 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
4934const char kArcRtVcpuQuadCoreDesc[] =
4935 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
4936 "reduce media playback glitch.";
4937
Yao Li8f4568b12023-02-15 19:59:454938const char kArcSwitchToKeyMintOnTName[] = "Switch to KeyMint on ARC-T.";
4939const char kArcSwitchToKeyMintOnTDesc[] =
4940 "Switch from Keymaster to KeyMint on ARC-T.";
4941
lgchengcda295dce2023-02-22 02:38:314942const char kArcSyncInstallPriorityName[] =
4943 "Enable supporting install priority for synced ARC apps.";
4944const char kArcSyncInstallPriorityDescription[] =
4945 "Enable supporting install priority for synced ARC apps. Pass install "
4946 "priority to Play instead of using default install priority specified "
4947 "in Play";
4948
Toshiki Kikuchi00337ca2022-10-28 02:44:394949const char kArcUpdateO4CListViaA2C2Name[] = "Update the O4C list via A2C2";
4950const char kArcUpdateO4CListViaA2C2Desc[] =
4951 "When enabled, the O4C list is allowed to be updated via A2C2.";
4952
Shengsong Tan19da8d102023-02-02 13:29:534953const char kArcVmmSwapName[] = "Vmm swap support for ARCVM";
4954const char kArcVmmSwapDesc[] =
4955 "When enabled, the ARCVM will be launched with vmm swap feature.";
4956
Shengsong Tan4cc02572023-02-06 05:25:244957const char kArcVmmSwapKBShortcutName[] =
4958 "Keyboard shortcut trigger for ARCVM"
4959 " vmm swap feature";
4960const char kArcVmmSwapKBShortcutDesc[] =
4961 "Alt + Ctrl + Shift + O/P to enable / disable ARCVM vmm swap. Only for "
4962 "experimental usage.";
4963
Pattara Teerapong425077a2023-01-12 15:21:404964const char kArcEnableAAudioMMAPName[] = "Enable ARCVM AAudio MMAP";
4965const char kArcEnableAAudioMMAPDescription[] =
4966 "Enable AAudio MMAP support for ARCVM which provides low latency audio "
4967 "for supported apps.";
4968
Mustafa Camurcu32cfc592021-02-10 19:00:404969const char kArcEnableUsapName[] =
4970 "Enable ARC Unspecialized Application Processes";
4971const char kArcEnableUsapDesc[] =
4972 "Enable ARC Unspecialized Application Processes when applicable for "
4973 "high-memory devices.";
4974
Satoshi Niwa4e1c9962022-03-01 00:23:574975const char kArcEnableVirtioBlkForDataName[] =
4976 "Enable virtio-blk for ARCVM /data";
4977const char kArcEnableVirtioBlkForDataDesc[] =
4978 "If enabled, ARCVM uses virtio-blk for /data in Android storage.";
4979
Andrew Moylan2db11cd2019-05-22 14:25:154980const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
4981const char kAshEnableUnifiedDesktopDescription[] =
4982 "Enable unified desktop mode which allows a window to span multiple "
4983 "displays.";
4984
Hung-Hsien Chen30af66752023-02-24 02:55:264985const char kAudioAPNoiseCancellationName[] = "Audio noise cancellation on AP";
4986const char kAudioAPNoiseCancellationDescription[] =
4987 "Enable noise cancellation on AP";
4988
Li-Yu Yu7610f0082023-01-04 08:36:294989const char kAudioFlexibleLoopbackName[] =
4990 "ChromeOS flexible loopback API support";
4991const char kAudioFlexibleLoopbackDescription[] =
4992 "Enable flexible loopback API support in ChromeOS.";
4993
Chih-Yang Hsia540cf372022-08-04 08:10:224994const char kAudioHFPMicSRName[] =
4995 "Audio super-resolution Bluetooth HFP microphone";
4996const char kAudioHFPMicSRDescription[] =
4997 "Enable super-resolution Bluetooth HFP microphone recording.";
4998
Pin-chih Linf52f4602023-03-06 04:01:314999const char kAudioHFPOffloadName[] =
5000 "Audio Bluetooth HFP offloaded to DSP if supported";
5001const char kAudioHFPOffloadDescription[] =
5002 "While enabled, HFP Audio data is transmitted via the offloaded path "
5003 "in DSP if supported by device.";
5004
Owen Zhangbbb45a5c2022-05-24 01:38:045005const char kAudioSettingsPageName[] = "Audio Settings Page";
5006const char kAudioSettingsPageDescription[] =
5007 "Enables the dedicated Audio Settings Page in system settings, which "
5008 "allows for greater audio configuration.";
5009
En-Shuo Hsu23db6bc2021-08-26 15:07:235010const char kAudioUrlName[] = "Enable chrome://audio";
5011const char kAudioUrlDescription[] =
5012 "Enable chrome://audio that is designed for debugging ChromeOS audio "
5013 "issues";
5014
Ren-Pei Zeng61605a52021-12-06 13:07:485015const char kAutoFramingOverrideName[] = "Auto-framing control override";
5016const char kAutoFramingOverrideDescription[] =
5017 "Overrides the default to forcibly enable or disable the auto-framing "
5018 "feature";
5019
Yulun Wufad53772022-06-22 22:56:355020const char kAutocompleteExtendedSuggestionsName[] =
5021 "Extended suggestions for CrOS autocomplete";
5022const char kAutocompleteExtendedSuggestionsDescription[] =
5023 "Enables extended autocomplete suggestions experiment on ChromeOS.";
5024
Curtis McMullanf1351802022-12-02 05:23:025025const char kAutocorrectByDefaultName[] = "CrOS autocorrect by default";
5026const char kAutocorrectByDefaultDescription[] =
5027 "Enables autocorrect by default experiment on ChromeOS";
5028
Bao-Duy Tran395c169c72022-02-14 06:57:345029const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning";
5030const char kAutocorrectParamsTuningDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355031 "Enables params tuning experiment for autocorrect on ChromeOS.";
Bao-Duy Tran395c169c72022-02-14 06:57:345032
Zac Partridgeefc2ec02022-11-21 06:28:455033const char kAutocorrectToggleName[] = "CrOS autocorrect toggle";
5034const char kAutocorrectToggleDescription[] =
5035 "Enables using a toggle for enabling autocorrect on ChromeOS.";
5036
Yue Li1c3496412022-08-10 23:37:145037const char kAvatarsCloudMigrationName[] =
5038 "Loading CrOS avatar images from the cloud";
5039const char kAvatarsCloudMigrationDescription[] =
5040 "Enables loading avatar images from the cloud on ChromeOS.";
5041
Michael Sun1b15a302020-04-07 02:57:295042const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
5043const char kBluetoothFixA2dpPacketSizeDescription[] =
5044 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
5045 "audio quality and may fix audio stutter.";
5046
Joseph Hwangc0c68e62022-08-12 16:52:165047const char kBluetoothQualityReportName[] = "Bluetooth Quality Report";
5048const char kBluetoothQualityReportDescription[] =
5049 "Enables the Bluetooth Quality Report feature on Bluetooth controllers "
5050 "which will send the Bluetooth link quality statistics such as the "
5051 "signal strength, the lost packet count, etc. to the host.";
5052
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345053const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
5054const char kBluetoothWbsDogfoodDescription[] =
5055 "Enables Bluetooth wideband speech mic as default audio option. "
5056 "Note that flipping this flag makes no difference on most of the "
Richard Chuia9ed7be12022-04-13 21:30:355057 "ChromeOS models, because Bluetooth WBS is either unsupported "
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345058 "or fully launched. Only on the few models that Bluetooth WBS is "
5059 "still stablizing this flag will take effect.";
5060
Manish Mandlikdd93b612022-08-12 01:08:195061const char kBluetoothCoredumpName[] = "Enable Bluetooth Device Coredump";
5062const char kBluetoothCoredumpDescription[] =
5063 "Enable Bluetooth coredump collection if supported. Please note that "
5064 "coredumps are only collected when hardware exceptions occur and are "
5065 "used for debugging such exceptions.";
5066
Manish Mandlik05533f12023-03-16 00:31:075067const char kBluetoothFlossCoredumpName[] =
5068 "Enable Bluetooth Device Coredump for Floss";
5069const char kBluetoothFlossCoredumpDescription[] =
5070 "Enable Bluetooth coredump collection if supported. Please note that "
5071 "coredumps are only collected when hardware exceptions occur and are "
5072 "used for debugging such exceptions.";
5073
mingxuanshia43a7ce2022-08-25 07:46:365074const char kRobustAudioDeviceSelectLogicName[] =
5075 "Robust Audio Device Select Logic";
5076const char kRobustAudioDeviceSelectLogicDescription[] =
5077 "A more robust logic for automatic audio device selection which is more "
5078 "capable of remembering the user's preferences of audio devices.";
5079
Sonny Sasaka94725212021-12-17 01:37:305080const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ";
5081const char kBluetoothUseFlossDescription[] =
5082 "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) "
5083 "instead of Bluez. This is meant to be used by developers and is not "
5084 "guaranteed to be stable";
5085
Zhengping Jiang706c2272022-07-13 05:50:345086const char kBluetoothUseLLPrivacyName[] = "Enable LL Privacy in BlueZ";
5087const char kBluetoothUseLLPrivacyDescription[] =
5088 "Enable address resolution offloading to Bluetooth Controller if "
5089 "supported. Modifying this flag will cause Bluetooth Controller to reset.";
5090
Sam Cackett2891ad82022-12-08 19:45:555091const char kCalendarJellyName[] = "Enable Calendar Jelly features";
5092const char kCalendarJellyDescription[] =
5093 "Enables Jelly changes for the sys tray Calendar views.";
5094
Michele Fanb0c93e42023-01-03 16:08:005095const char kCaptureModeDemoToolsName[] =
5096 "Enable demo tools feature in screen capture";
5097const char kCaptureModeDemoToolsDescription[] =
5098 "Enables the ability to show clicks and keys during video recordings to "
5099 "enhance demo experience.";
5100
Ahmed Fakhrye1072c12023-02-27 20:58:495101const char kCaptureModeGifRecordingName[] =
5102 "Enable GIF recording in screen capture";
5103const char kCaptureModeGifRecordingDescription[] =
5104 "Enables the ability to record the screen into animated GIFs";
5105
Ben Beckerf60ef852023-03-22 23:08:245106extern const char kDeskButtonName[] = "Desk button in shelf";
5107extern const char kDeskButtonDescription[] =
5108 "Show a desk button that provides quick access to the desk menu in the "
5109 "shelf in clamshell mode when there is more than one desk.";
5110
Daniel Anderssona34c86e2022-10-13 00:16:295111extern const char kDesks16Name[] = "Enable up to 16 virtual desks";
5112extern const char kDesks16Description[] =
5113 "When enabled, up to 16 virtual desks are allowed.";
5114
Daniel Andersson3e213ab2022-04-18 22:43:545115const char kDesksSaveAndRecallName[] = "Desks Save and Recall";
5116const char kDesksSaveAndRecallDescription[] =
5117 "Save a desk and its applications so that they can be recalled at a later "
5118 "time.";
5119
Richard Chui1b6141772022-03-04 01:28:585120const char kDesksTemplatesName[] = "Desk Templates";
Richard Chuif823bf62021-10-29 21:06:015121const char kDesksTemplatesDescription[] =
5122 "Streamline workflows by saving a group of applications and windows as a "
Richard Chui1b6141772022-03-04 01:28:585123 "launchable template in a new desk";
Richard Chuif823bf62021-10-29 21:06:015124
Andreea Costinas81bed8a2022-11-23 16:03:385125extern const char kDnsOverHttpsWithIdentifiersReuseOldPolicyName[] =
5126 "Experiment: Allows using identifiers in the DoH template URI";
5127extern const char kDnsOverHttpsWithIdentifiersReuseOldPolicyDescription[] =
5128 "Enables early testing of the DoH template URI with identifiers by "
5129 "evaluating user identifiers in the existing policy DnsOverHttpsTemplates "
5130 "and hashing them using a hardcoded salt.";
5131
Wei Lee4fe87182020-12-22 09:32:445132const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
5133const char kPreferConstantFrameRateDescription[] =
5134 "Enables this flag to prefer using constant frame rate for camera when "
5135 "streaming";
5136
Wei Lee585fa1b2022-05-15 20:26:255137const char kMoreVideoCaptureBuffersName[] = "More Video Capture Buffers";
5138const char kMoreVideoCaptureBuffersDescription[] =
5139 "This flag enables using a larger amount Chrome-allocated buffers for "
5140 "video capture. This larger amount is needed for deeper pipelines, e.g. "
5141 "sophisticated camera effects.";
5142
mojahsu3144bf32021-05-26 10:14:465143const char kForceControlFaceAeName[] = "Force control face AE";
5144const char kForceControlFaceAeDescription[] =
5145 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:115146
Jason Zhang9ec877752021-10-29 18:10:505147const char kCellularBypassESimInstallationConnectivityCheckName[] =
5148 "Bypass eSIM installation connectivity check";
5149const char kCellularBypassESimInstallationConnectivityCheckDescription[] =
5150 "Bypass the non-cellular internet connectivity check during eSIM "
5151 "installation.";
5152
Jason Zhang26cacea2022-04-04 18:55:045153const char kCellularUseSecondEuiccName[] = "Use second Euicc";
5154const char kCellularUseSecondEuiccDescription[] =
5155 "When enabled Cellular Setup and Settings UI will use the second available "
5156 "Euicc that's exposed by Hermes.";
Azeem Arshad43b191b2021-01-15 23:59:565157
Colin Kincaid0dcc3b022022-05-26 15:51:575158const char kClipboardHistoryReorderName[] =
5159 "Keep the most recently pasted item at the top of clipboard history";
5160const char kClipboardHistoryReorderDescription[] =
5161 "Enables an experimental behavior change where each time a clipboard "
5162 "history item is pasted, that item shifts to the top of the list.";
5163
Colin Kincaidfdf46612023-03-23 01:23:235164const char kClipboardHistoryLongpressName[] =
5165 "Hold Ctrl+V to paste an item from clipboard history";
5166const char kClipboardHistoryLongpressDescription[] =
5167 "Enables an experimental behavior change where long-pressing Ctrl+V shows "
5168 "the clipboard history menu. If an item is selected to paste, it replaces "
5169 "the content initially pasted by Ctrl+V.";
5170
Roman Arora595d5712021-09-24 18:06:055171const char kComponentUpdaterTestRequestName[] =
5172 "Enable the component updater check 'test-request' parameter";
5173const char kComponentUpdaterTestRequestDescription[] =
5174 "Enables the 'test-request' parameter for component updater check requests."
5175 " Overrides any other component updater check request parameters that may "
5176 "have been specified.";
5177
Yulun Wu1e355132020-02-11 20:12:225178const char kContextualNudgesName[] =
5179 "Contextual nudges for user gesture education";
5180const char kContextualNudgesDescription[] =
5181 "Enables contextual nudges, periodically showing the user a label "
5182 "explaining how to interact with a particular UI element using gestures.";
5183
Jing Wang859fb1a2020-11-27 00:26:485184const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
5185const char kCrosOnDeviceGrammarCheckDescription[] =
5186 "Enable new on-device grammar check component.";
5187
Richard Chuia9ed7be12022-04-13 21:30:355188const char kSystemExtensionsName[] = "ChromeOS System Extensions";
Christopher Lamd8708c32021-10-29 04:31:475189const char kSystemExtensionsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355190 "Enable the ChromeOS System Extension platform.";
Christopher Lamd8708c32021-10-29 04:31:475191
Giovanni Ortuño Urquidifeb77d22022-04-08 05:40:235192const char kEnableServiceWorkersForChromeUntrustedName[] =
5193 "Enable chrome-untrusted:// Service Workers";
5194const char kEnableServiceWorkersForChromeUntrustedDescription[] =
5195 "When enabled, allows chrome-untrusted:// WebUIs to use service workers.";
5196
Tyler Garrett86f698b32023-01-25 22:01:415197const char kEnterpriseReportingUIName[] =
5198 "Enable chrome://enterprise-reporting";
5199const char kEnterpriseReportingUIDescription[] =
5200 "When enabled, allows for chrome://enterprise-reporting to be visited";
5201
Fergus Dall9d0e95a2021-07-30 08:10:115202const char kCrostiniContainerInstallName[] =
5203 "Debian version for new Crostini containers";
5204const char kCrostiniContainerInstallDescription[] =
5205 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:155206
Ben Wells7238dd02019-05-02 08:20:325207const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
5208const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
5209
David Munro9fce777c2020-10-07 03:55:545210const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
5211const char kCrostiniResetLxdDbDescription[] =
5212 "Recreates the LXD database every time we launch it";
5213
Nicholas Verne6eb340a82021-10-19 05:55:385214const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers";
5215const char kCrostiniMultiContainerDescription[] =
5216 "Experimental UI for creating and managing multiple Crostini containers";
5217
Timothy Loh05b4d59f2021-11-08 05:05:525218const char kCrostiniImeSupportName[] = "Crostini IME support";
5219const char kCrostiniImeSupportDescription[] =
5220 "Experimental support for IMEs (excluding VK) on Crostini.";
5221
5222const char kCrostiniVirtualKeyboardSupportName[] =
5223 "Crostini Virtual Keyboard Support";
5224const char kCrostiniVirtualKeyboardSupportDescription[] =
5225 "Experimental support for the Virtual Keyboard on Crostini.";
5226
David Munro762bf322022-02-03 02:21:465227const char kBruschettaName[] = "Enable the third party VMs feature";
5228const char kBruschettaDescription[] =
5229 "Enables UI support for third party/generic VMs";
5230
Fergus Dalldb66df32022-08-19 02:54:445231const char kBruschettaAlphaMigrateName[] = "Migration for Bruschetta Alpha";
5232const char kBruschettaAlphaMigrateDescription[] =
5233 "Enable this flag to migrate a Bruschetta installed during the alpha. "
5234 "Requires the bruschetta flag to be enabled.";
5235
Kam Kwankajornkietbc6eb782023-03-16 04:40:085236const char kCameraAppTimeLapseName[] = "Camera App Time-lapse Recording";
5237const char kCameraAppTimeLapseDescription[] =
5238 "Enable this flag to record time-lapse video in Camera app.";
5239
Pilar Molina Lopezd5b787512020-11-19 00:21:485240const char kDisableBufferBWCompressionName[] =
5241 "Disable buffer bandwidth compression";
5242const char kDisableBufferBWCompressionDescription[] =
5243 "Disable bandwidth compression when allocating buffers";
5244
Ricky Liang8df43372020-07-09 09:41:095245const char kDisableCameraFrameRotationAtSourceName[] =
5246 "Disable camera frame rotation at source";
5247const char kDisableCameraFrameRotationAtSourceDescription[] =
5248 "Disable camera frame rotation to the upright display orientation in the "
5249 "video capture device";
5250
Thanh Nguyena4c933442019-05-11 03:43:555251const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
5252const char kDisableCancelAllTouchesDescription[] =
5253 "If enabled, a canceled touch will not force all other touches to be "
5254 "canceled.";
5255
Daniele Castagna893d822e2019-03-08 21:37:115256const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
5257const char kDisableExplicitDmaFencesDescription[] =
5258 "Always rely on implicit syncrhonization between GPU and display "
5259 "controller instead of using dma-fences explcitily when available.";
5260
Bailey Berro01f09742020-07-21 05:40:595261const char kDisplayAlignmentAssistanceName[] =
5262 "Enable Display Alignment Assistance";
5263const char kDisplayAlignmentAssistanceDescription[] =
5264 "Show indicators on shared edges of the displays when user is "
5265 "attempting to move their mouse over to another display. Show preview "
5266 "indicators when the user is moving a display in display layouts.";
5267
Harry Cutts932c80a2021-10-07 15:00:385268const char kEnableLibinputToHandleTouchpadName[] =
5269 "Enable libinput to handle touchpad.";
5270const char kEnableLibinputToHandleTouchpadDescription[] =
5271 "Use libinput instead of the gestures library to handle touchpad."
5272 "Libgesures works very well on modern devices but fails on legacy"
5273 "devices. Use libinput if an input device doesn't work or is not working"
5274 "well.";
5275
William Mahon9d1605f2022-04-22 23:54:595276const char kEnableFakeKeyboardHeuristicName[] =
5277 "Enable Fake Keyboard Heuristic";
5278const char kEnableFakeKeyboardHeuristicDescription[] =
5279 "Enable heuristic to prevent non-keyboard devices from pretending "
5280 "to be keyboards. Primarily assists in preventing the virtual keyboard "
5281 "from being disabled unintentionally.";
5282
Jon Mann8e448142021-07-29 19:31:305283const char kFastPairName[] = "Enable Fast Pair";
5284const char kFastPairDescription[] =
5285 "Enables Google Fast Pair service which uses BLE to discover supported "
Josh Graydus84ef1a372022-05-10 21:40:515286 "nearby Bluetooth devices and surfaces a notification for quick pairing.";
Jon Mann8e448142021-07-29 19:31:305287
Alex Kingsborough31acba6e2023-01-17 21:47:455288const char kFastPairHandshakeRefactorName[] =
5289 "Enable Fast Pair Handshake Refactor";
5290const char kFastPairHandshakeRefactorDescription[] =
5291 "Enables refactored handshake logic for Google Fast Pair service.";
5292
Daniel Classon1def7072023-03-30 17:16:395293const char kFastPairHIDName[] = "Enable Fast Pair HID";
5294const char kFastPairHIDDescription[] =
5295 "Enables prototype support for Fast Pair HID.";
5296
Shane Fitzpatrickea882292022-01-24 20:30:155297const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode";
5298const char kFastPairLowPowerDescription[] =
5299 "Enables Fast Pair Low Power mode, which doesn't scan for devices "
5300 "continously. This results in lower power usage, but also higher latency "
5301 "for device discovery.";
5302
Jon Mann022bd3522022-01-19 22:11:515303const char kFastPairSoftwareScanningName[] =
5304 "Enable Fast Pair Software Scanning";
5305const char kFastPairSoftwareScanningDescription[] =
5306 "Allow using Fast Pair on devices which don't support hardware offloading "
5307 "of BLE scans. For development use.";
5308
Juliet Levesqueaa230e02022-04-19 18:11:145309const char kFastPairSavedDevicesName[] = "Enable Fast Pair Saved Devices";
5310const char kFastPairSavedDevicesDescription[] =
5311 "Enables the Fast Pair \"Saved Devices\" page to display a list of the "
5312 "user's devices and provide the option to opt in or out of saving devices "
5313 "to their account.";
5314
Ashutosh Singhalab30b18e2022-06-24 15:09:275315const char kFrameSinkDesktopCapturerInCrdName[] =
5316 "Enable FrameSinkDesktopCapturer in CRD";
5317const char kFrameSinkDesktopCapturerInCrdDescription[] =
5318 "Enables the use of FrameSinkDesktopCapturer in the video streaming for "
5319 "CRD, "
5320 "replacing the use of AuraDesktopCapturer";
5321
Miguel Casas8821b0982020-07-02 12:28:495322const char kUseHDRTransferFunctionName[] =
5323 "Monitor/Display HDR transfer function";
5324const char kUseHDRTransferFunctionDescription[] =
5325 "Allows using the HDR transfer functions of any connected monitor that "
5326 "supports it";
Ahmed Fakhry4f567e692018-10-16 15:51:085327const char kDoubleTapToZoomInTabletModeName[] =
5328 "Double-tap to zoom in tablet mode";
5329const char kDoubleTapToZoomInTabletModeDescription[] =
5330 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
5331 "page.";
5332
Yulun Wub88a9202021-07-13 19:44:565333const char kQuickSettingsPWANotificationsName[] =
5334 "Enable setting of PWA notification permissions in quick settings ";
5335const char kQuickSettingsPWANotificationsDescription[] =
5336 "Replace website notification permissions with PWA notification "
5337 "permissions in the quick settings menu. Website notification permissions "
5338 "settings will be migrated to the lacros - chrome browser.";
5339
Travis Lane636a4ac2022-05-24 16:28:555340const char kDriveFsChromeNetworkingName[] =
5341 "Enable the DriveFS / Chrome Network Service bridge";
5342const char kDriveFsChromeNetworkingDescription[] =
5343 "Enable the bridge bewteen DriveFS and the Chrome Network Service for "
5344 "communication with the Drive backend.";
5345
Cassie Wang0a701fa2022-11-09 01:19:045346const char kEnableArcHostVpnName[] =
5347 "Enable ArcHostVpn for builtin VPN clients";
5348const char kEnableArcHostVpnDescription[] =
5349 "When a builtin VPN client is started, also start the ArcHostVpn service "
5350 "to reflect the builtin VPN config and VPN network inside ARC.";
5351
Alex Newcomere5a362c2019-05-02 19:31:355352const char kEnableBackgroundBlurName[] = "Enable background blur.";
5353const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:285354 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:355355
Garrick Evanse6f9f252023-01-19 05:43:085356const char kDisableDnsProxyName[] = "Disable DNS proxy service for ChromeOS";
5357const char kDisableDnsProxyDescription[] =
5358 "Turns off DNS proxying and SecureDNS for ChromeOS (only). Does not impact "
5359 "Chrome browser.";
5360
Taoyu Lib19cd582023-03-30 01:13:385361const char kEnableRFC8925Name[] =
5362 "Enable RFC8925 (prefer IPv6-only on IPv6-only-capable network)";
5363const char kEnableRFC8925Description[] =
5364 "Let ChromeOS DHCPv4 client voluntarily drop DHCPv4 lease and prefer to"
5365 "operate IPv6-only, if the network is also IPv6-only capable.";
5366
Jason Jeremy Iman516f0722023-03-03 02:15:455367const char kPasspointARCSupportName[] = "Enable Passpoint ARC support";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045368const char kPasspointARCSupportDescription[] =
Jason Jeremy Iman516f0722023-03-03 02:15:455369 "Feature to allow Android apps (running on ARC) to provision WiFi networks "
5370 "through Passpoint.";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045371
Gil Dekel43a14582022-12-02 05:50:285372const char kEnableEdidBasedDisplayIdsName[] = "Enable EDID-based display IDs";
5373const char kEnableEdidBasedDisplayIdsDescription[] =
5374 "When enabled, a display's ID will be produced by hashing certain values "
5375 "in the display's EDID blob. EDID-based display IDs allow ChromeOS to "
5376 "consistently identify previously connected displays, regardless of the "
5377 "physical port they were connected to, and load user display layouts more "
5378 "accurately.";
5379
Harry Cutts6deecd82022-04-08 01:30:235380const char kEnableExternalKeyboardsInDiagnosticsAppName[] =
5381 "Enable external keyboards in the Diagnostics App";
5382const char kEnableExternalKeyboardsInDiagnosticsAppDescription[] =
5383 "Shows external keyboards in the Diagnostics App's input section. Requires "
5384 "#enable-input-in-diagnostics-app to be enabled.";
5385
xiangdong kong7348a6562023-02-15 18:10:055386const char kEnableGetDebugdLogsInParallelName[] =
5387 "Enable getting debug daemon logs in parallel for feedback";
5388const char kEnableGetDebugdLogsInParallelDescription[] =
5389 "When enabled, the feedback app will use a new debug daemon method to get "
5390 "logs. The method collects different pieces of logs in parallel.";
5391
James Hawkinsa9fefa8d2020-10-08 00:24:035392const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
5393const char kEnableHostnameSettingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355394 "Enables the ability to set the ChromeOS hostname, the name of the device "
James Hawkinsa9fefa8d2020-10-08 00:24:035395 "that is exposed to the local network";
5396
Harry Cuttscfe6d934f2019-06-05 21:45:555397const char kEnableGesturePropertiesDBusServiceName[] =
5398 "Enable gesture properties D-Bus service";
5399const char kEnableGesturePropertiesDBusServiceDescription[] =
5400 "Enable a D-Bus service for accessing gesture properties, which are used "
5401 "to configure input devices.";
5402
Xiaohui Chenf4283f32018-11-26 20:02:505403const char kEnableGoogleAssistantDspName[] =
5404 "Enable Google Assistant with hardware-based hotword";
5405const char kEnableGoogleAssistantDspDescription[] =
5406 "Enable an experimental feature that uses hardware-based hotword detection "
5407 "for Assistant. Only a limited number of devices have this type of "
5408 "hardware support.";
5409
Xiaohui Chenc3baca42018-11-30 19:29:375410const char kEnableGoogleAssistantStereoInputName[] =
5411 "Enable Google Assistant with stereo audio input";
5412const char kEnableGoogleAssistantStereoInputDescription[] =
5413 "Enable an experimental feature that uses stereo audio input for hotword "
5414 "and voice to text detection in Google Assistant.";
5415
Xiaohui Chen3f3a5bf12019-09-28 00:29:455416const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
5417const char kEnableGoogleAssistantAecDescription[] =
5418 "Enable an experimental feature that removes local feedback from audio "
5419 "input to help hotword and ASR when background audio is playing.";
5420
Harry Cutts8b445de2021-06-10 02:25:555421const char kEnableInputEventLoggingName[] = "Enable input event logging";
5422const char kEnableInputEventLoggingDescription[] =
5423 "Enable detailed logging of input events from touchscreens, touchpads, and "
5424 "mice. These events include the locations of all touches as well as "
5425 "relative pointer movements, and so may disclose sensitive data. They "
5426 "will be included in feedback reports and system logs, so DO NOT ENTER "
5427 "SENSITIVE INFORMATION with this flag enabled.";
5428
Harry Cuttsf74356712021-05-14 02:13:385429const char kEnableInputInDiagnosticsAppName[] =
5430 "Enable input device cards in the Diagnostics App";
5431const char kEnableInputInDiagnosticsAppDescription[] =
5432 "Enable input device cards in the Diagnostics App";
5433
Roger Tinkoff6c1bed22022-01-07 14:52:015434const char kEnableKeyboardBacklightToggleName[] =
5435 "Enable Keyboard Backlight Toggle.";
5436const char kEnableKeyboardBacklightToggleDescription[] =
5437 "Enable toggling of the keyboard backlight. By "
5438 "default, this flag is enabled.";
5439
Ashley Prasad6fb42c2e2022-03-21 16:07:075440const char kEnableLogControllerForDiagnosticsAppName[] =
5441 "Enable DiagnosticsLogController for Diagnostics App";
5442const char kEnableLogControllerForDiagnosticsAppDescription[] =
5443 "Uses DiagnosticsLogController to manage the lifetime of Diagnostics App "
5444 "logs. Enables creation of combined diagnostics log after Diagnostics "
5445 "App is closed.";
5446
alanlxl43ddc2082022-02-01 00:24:165447const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold";
5448const char kEnableNeuralPalmAdaptiveHoldDescription[] =
5449 "Enable adaptive hold in palm rejection. Not compatible with all devices.";
5450
Rob Schonbergerc258473f2019-11-08 05:09:355451const char kEnableNeuralStylusPalmRejectionName[] =
5452 "Enable Neural Palm Detection";
5453const char kEnableNeuralStylusPalmRejectionDescription[] =
5454 "Experimental: Enable Neural Palm detection. Not compatible with all "
5455 "devices.";
5456
Xiangdong Kongec5a0772021-05-03 21:53:015457const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
5458const char kEnableOsFeedbackDescription[] =
5459 "Enable the feedback tool with new UX design that helps users mitigate "
5460 "the issues while writing feedback and makes the UI easier to use.";
5461
Mitsuru Oshimadaf54572020-04-07 14:47:595462const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
5463const char kEnableNewShortcutMappingDescription[] =
5464 "Enables experimental new shortcut mapping";
5465
Rob Schonbergere0a8e3c2020-04-21 03:04:395466const char kEnablePalmSuppressionName[] =
5467 "Enable Palm Suppression with Stylus.";
5468const char kEnablePalmSuppressionDescription[] =
5469 "If enabled, suppresses touch when a stylus is on a touchscreen.";
5470
Catherine Zhang9df0c472023-03-09 07:33:215471const char kEnableEdgeDetectionName[] = "Enable Edge Detection.";
5472const char kEnableEdgeDetectionDescription[] =
5473 "If enabled, suppresses edge touch based on sensors' info.";
5474
Daniel Andersson3a71e982022-11-17 02:34:075475const char kEnablePerDeskZOrderName[] =
5476 "Enable per-desk Z-order for all-desk windows.";
5477const char kEnablePerDeskZOrderDescription[] =
5478 "The Z-order of all-desk windows is maintained on a per-desk basis. This "
5479 "means that all-desk windows will not keep popping to the front when "
5480 "switching desks.";
5481
Drew Davenportef725712022-07-13 21:05:085482const char kEnableSeamlessRefreshRateSwitchingName[] =
5483 "Seamless Refresh Rate Switching";
5484const char kEnableSeamlessRefreshRateSwitchingDescription[] =
5485 "This option enables seamlessly changing the refresh rate based on power "
5486 "state on devices with supported hardware and drivers.";
5487
Harry Cuttsbc6941802022-04-07 22:57:475488const char kEnableTouchpadsInDiagnosticsAppName[] =
5489 "Enable touchpad cards in the Diagnostics App";
5490const char kEnableTouchpadsInDiagnosticsAppDescription[] =
5491 "Shows touchpad cards in the Diagnostics App's input section. Requires "
5492 "#enable-input-in-diagnostics-app to be enabled.";
5493
5494const char kEnableTouchscreensInDiagnosticsAppName[] =
5495 "Enable touchscreen cards in the Diagnostics App";
5496const char kEnableTouchscreensInDiagnosticsAppDescription[] =
5497 "Shows touchscreen cards in the Diagnostics App's input section. Requires "
5498 "#enable-input-in-diagnostics-app to be enabled.";
5499
Brian Geffon297843f2022-06-27 16:33:435500const char kEnableZramWriteback[] = "Enable Zram Writeback";
5501const char kEnableZramWritebackDescription[] =
5502 "If enabled zram swap will be able to write back to disk increasing "
5503 "overall swap capacity";
5504
Andrew Wolfersa051f742022-03-03 21:08:225505const char kEnableVariableRefreshRateName[] = "Enable Variable Refresh Rate";
5506const char kEnableVariableRefreshRateDescription[] =
5507 "Enable the variable refresh rate (Adaptive Sync) setting for capable "
5508 "displays.";
5509
Nathan Mugglief8711802022-11-03 18:16:275510const char kEnableViewPpdName[] = "Enable View PPD link.";
5511const char kEnableViewPpdDescription[] =
5512 "Enable View PPD link in the edit printer dialog allowing the "
5513 "user to request to view the PPD for a specific printer.";
5514
Kyle Horimoto2d3b6b42022-05-13 02:12:165515const char kEapGtcWifiAuthenticationName[] = "EAP-GTC WiFi Authentication";
5516const char kEapGtcWifiAuthenticationDescription[] =
5517 "Allows configuration of WiFi networks using EAP-GTC authentication";
5518
whalechangf06b6ea72022-08-26 01:13:115519const char kAudioPeripheralVolumeGranularityName[] =
5520 "Audio Peripheral Volume Granularity";
5521const char kAudioPeripheralVolumeGranularityDescription[] =
5522 "Change audio peripheral volume granularity as close as peripheral "
5523 "reported. "
5524 "If the reported volume granularity are too small or too big. use 25 steps "
5525 "instead.";
5526
Abbas Nayebi6263f192022-05-13 21:10:415527const char kEcheSWAName[] = "Enable Eche feature";
5528const char kEcheSWADescription[] = "This is the main flag for enabling Eche.";
paulzhchen26343e92021-02-09 05:43:055529
Jon Manndf97fa52022-11-28 23:01:165530const char kEcheLauncherName[] = "Enable the Eche launcher";
5531const char kEcheLauncherDescription[] =
5532 "Enables the launcher for all apps for Eche.";
5533
Pu Shi93793432022-12-20 20:34:575534const char kEcheLauncherListViewName[] = "Enable Eche launcher list view";
5535const char kEcheLauncherListViewDescription[] =
5536 "Convert Eche launcher from grid view to list view";
5537
Joe Antonettib56b8202023-01-18 20:42:085538const char kEcheLauncherIconsInMoreAppsButtonName[] =
5539 "Enable app icons in the Eche launcher more apps button";
5540const char kEcheLauncherIconsInMoreAppsButtonDescription[] =
5541 "Show app icons in the Eche launcher more apps button";
5542
Crisrael Lucero264086d2023-03-07 02:30:065543const char kEcheNetworkConnectionStateName[] =
5544 "Enable loading and error states for Eche.";
5545const char kEcheNetworkConnectionStateDescription[] =
5546 "Shows loading and error states in Phone Hub's recent apps section based "
5547 "on the connection state with the Phone.";
5548
paulzhchenfac28192021-10-08 08:14:185549const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode";
Abbas Nayebi6263f192022-05-13 21:10:415550const char kEcheSWADebugModeDescription[] =
paulzhchen7c5907f52022-09-03 17:46:485551 "Save console logs of Eche in the system log";
5552
5553const char kEcheSWAMeasureLatencyName[] = "Measure Eche E2E Latency";
5554const char kEcheSWAMeasureLatencyDescription[] =
5555 "Measure Eche E2E Latency and print all E2E latency logs of Eche in "
5556 "Console";
paulzhchenfac28192021-10-08 08:14:185557
mavishsuc3dcafaac2022-09-28 06:27:425558const char kEcheSWASendStartSignalingName[] =
5559 "Enable Eche Send Start Signaling";
5560const char kEcheSWASendStartSignalingDescription[] =
5561 "Allows sending start signaling action to establish Eche's WebRTC "
5562 "connection";
5563
mavishsu1ebe64a2022-09-29 12:52:245564const char kEcheSWADisableStunServerName[] = "Disable Eche STUN server";
5565const char kEcheSWADisableStunServerDescription[] =
5566 "Allows disabling the stun servers when establishing a WebRTC connection "
5567 "to Eche";
5568
Denalex Orakwue44a47a42022-12-07 08:56:085569const char kEcheSWACheckAndroidNetworkInfoName[] = "Check Android network info";
5570const char kEcheSWACheckAndroidNetworkInfoDescription[] =
5571 "Allows CrOS to analyze Android network information to provide more "
5572 "context on connection errors";
5573
Denalex Orakwuef2ea70a2023-02-22 20:48:265574const char kEcheSWAProcessAndroidAccessibilityTreeName[] =
5575 "Process Android Application Accessibility Tree";
5576const char kEcheSWAProcessAndroidAccessibilityTreeDescription[] =
5577 "Allows CrOS to process the Android accessibility tree information of the "
5578 "currently streaming app.";
5579
andrewxu6396d652023-02-20 17:58:545580const char kEnableNotificationImageDragName[] =
5581 "Enable notification image drag";
5582const char kEnableNotificationImageDragDescription[] =
5583 "Enable users to drag the image shown on the notification and drop it to "
5584 "directly paste or share";
5585
Pranav Batra96b8eba2021-07-02 21:17:215586const char kEnableOAuthIppName[] =
5587 "Enable OAuth when printing via the IPP protocol";
5588const char kEnableOAuthIppDescription[] =
5589 "Enable OAuth when printing via the IPP protocol";
5590
Jenny Zhang0c298e42022-01-12 03:09:265591const char kEnforceAshExtensionKeeplistName[] =
5592 "Enforce Ash extension keeplist";
5593const char kEnforceAshExtensionKeeplistDescription[] =
5594 "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on"
5595 " the keeplist are enabled in Ash.";
5596
Matthew Mourgos6f663a42023-03-14 20:58:085597const char kEolResetDismissedPrefsName[] =
5598 "Reset end of life notification prefs";
5599const char kEolResetDismissedPrefsDescription[] =
5600 "Reset the end of life notification prefs to their default value, at the "
5601 "start of the user session. This is meant to make manual testing easier.";
5602
Matthew Mourgos0f79f502023-03-17 21:22:405603const char kEolIncentiveName[] = "Enable end of life incentives";
5604const char kEolIncentiveDescription[] =
5605 "Allows end of life incentives to be shown within the system ui.";
5606
Hidehiko Abe826511f2023-03-24 06:58:435607const char kExoConsumedByImeByFlagName[] =
5608 "Use the consumed bit from IME in exo";
5609const char kExoConsumedByImeByFlagDescription[] =
5610 "To see whether a key event is consumed or not, this let exo to use a bit"
5611 " from IME directly, instead of using heuristics based on key code etc.";
5612
Prabir Pradhan67677e82020-09-11 18:26:525613const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
5614const char kExoGamepadVibrationDescription[] =
5615 "Allow Exo clients like Android to request vibration events for gamepads "
5616 "that support it.";
5617
Nicholas Hollingum4cbff262020-09-08 04:02:155618const char kExoOrdinalMotionName[] =
5619 "Raw (unaccelerated) motion for Linux applications";
5620const char kExoOrdinalMotionDescription[] =
5621 "Send unaccelerated values as raw motion events to linux applications.";
5622
Jeeva Murugan0c7d43a82022-11-07 01:10:275623const char kExperimentalAccessibilityDictationContextCheckingName[] =
5624 "Experimental accessibility dictation using context checking.";
5625const char kExperimentalAccessibilityDictationContextCheckingDescription[] =
5626 "Enables experimental dictation context checking.";
5627
Josiah Kcb91cd12022-03-22 19:27:065628const char kExperimentalAccessibilityGoogleTtsLanguagePacksName[] =
5629 "Experimental accessibility Google TTS Langauge Packs.";
5630const char kExperimentalAccessibilityGoogleTtsLanguagePacksDescription[] =
5631 "Enables downloading Google TTS voices using Langauge Packs.";
5632
Rose Garcia26e2ae32019-06-25 00:57:545633const char kExperimentalAccessibilitySwitchAccessTextName[] =
5634 "Enable enhanced Switch Access text input.";
5635const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
5636 "Enable experimental or in-progress Switch Access features for improved "
5637 "text input";
5638
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:115639const char kExposeOutOfProcessVideoDecodingToLacrosName[] =
5640 "Expose out-of-process video decoding (OOP-VD) to LaCrOS.";
5641const char kExposeOutOfProcessVideoDecodingToLacrosDescription[] =
5642 "Accept media.stable.mojom.StableVideoDecoderFactory connection requests "
5643 "from LaCrOS and host said factories in utility processes.";
5644
Steffen Secklerc95470d2022-08-12 07:26:005645const char kFileTransferEnterpriseConnectorName[] =
5646 "Enable Files Transfer Enterprise Connector.";
5647const char kFileTransferEnterpriseConnectorDescription[] =
5648 "Enable the File Transfer Enterprise Connector.";
5649
Luciano Pachecoa2f314ee2022-06-02 14:22:145650const char kFilesAppExperimentalName[] =
5651 "Experimental UI features for Files app";
5652const char kFilesAppExperimentalDescription[] =
5653 "Enable experimental UI features for Files app. Experimental features are "
5654 "expected to be non functional to end users.";
5655
Noel Gordon5c5a49e62023-01-16 06:14:005656const char kFilesConflictDialogName[] = "Files app conflict dialog";
5657const char kFilesConflictDialogDescription[] =
5658 "When enabled, the conflict dialog will be shown during file transfers "
5659 "if a file entry in the transfer exists at the destination.";
5660
Ben Reich2caaccf2023-02-06 23:17:505661const char kFilesDriveShortcutsName[] = "Files app Google Drive shortcut icons";
5662const char kFilesDriveShortcutsDescription[] =
5663 "When enabled, shows an icon for files in Google Drive that are shortcuts";
5664
Alex Danilo22b6b9c2021-11-18 06:44:445665const char kFilesExtractArchiveName[] = "Extract archive in Files app";
5666const char kFilesExtractArchiveDescription[] =
5667 "Enable the simplified archive extraction feature in Files app";
5668
Marcello Salomaodd0e6de2022-09-14 00:28:475669const char kFilesInlineSyncStatusName[] =
5670 "Enable inline sync status in Files app.";
5671const char kFilesInlineSyncStatusDescription[] =
5672 "Enable displaying the sync status of each file next to its name in Files "
5673 "app.";
5674
Bo Majewski24757cb2022-09-20 06:42:185675const char kFilesSearchV2Name[] = "V2 generation of file search.";
5676const char kFilesSearchV2Description[] = "Enable V2 generation of file search.";
5677
Omid Tourzanbf2a0dcf2020-09-10 08:53:555678const char kFilesSinglePartitionFormatName[] =
5679 "Enable Partitioning of Removable Disks.";
5680const char kFilesSinglePartitionFormatDescription[] =
5681 "Enable partitioning of removable disks into single partition.";
5682
Joel Hockeya4865f1f2020-10-09 00:41:275683const char kFilesTrashName[] = "Enable Files Trash.";
5684const char kFilesTrashDescription[] =
5685 "Enable trash for My files volume in Files App.";
5686
Joel Hockey487b679b2023-03-15 04:10:295687const char kFilesTrashDriveName[] = "Enable Files Trash for Drive.";
5688const char kFilesTrashDriveDescription[] =
5689 "Enable trash for Drive volume in Files App.";
5690
Ricky Liang3bd2754b52020-10-07 02:50:325691const char kForceSpectreVariant2MitigationName[] =
5692 "Force Spectre variant 2 mitigagtion";
5693const char kForceSpectreVariant2MitigationDescription[] =
5694 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
5695 "override #spectre-variant2-mitigation and any system-level setting that "
5696 "disables Spectre variant 2 mitigation.";
5697
jhtinc1f43aa2022-11-10 03:27:045698const char kFirstPartyVietnameseInputName[] =
5699 "First party Vietnamese Input Method";
5700const char kFirstPartyVietnameseInputDescription[] =
5701 "Use first party input method for Vietnamese VNI and Telex";
5702
Daniel Anderssona36c4bc2021-06-04 22:09:435703const char kFocusFollowsCursorName[] = "Focus follows cursor";
5704const char kFocusFollowsCursorDescription[] =
5705 "Enable window focusing by moving the cursor.";
5706
Cassy Chun-Crogan26d8e142023-01-25 02:00:535707const char kForceReSyncDriveName[] = "Force resync drive";
5708const char kForceReSyncDriveDescription[] =
5709 "Enable Drive to forcibly resync office files.";
5710
yjliu8f78e8b2020-07-22 20:51:215711const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
5712const char kFrameThrottleFpsDescription[] =
5713 "Set the throttle fps for compositor frame submission.";
5714const char kFrameThrottleFpsDefault[] = "Default";
5715const char kFrameThrottleFps5[] = "5 fps";
5716const char kFrameThrottleFps10[] = "10 fps";
5717const char kFrameThrottleFps15[] = "15 fps";
5718const char kFrameThrottleFps20[] = "20 fps";
5719const char kFrameThrottleFps25[] = "25 fps";
5720const char kFrameThrottleFps30[] = "30 fps";
5721
Nancy Wangea75f7f2021-12-29 05:11:365722const char kFullRestoreForLacrosName[] = "Full restore lacros support";
5723const char kFullRestoreForLacrosDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355724 "ChromeOS full restore lacros support";
Nancy Wangea75f7f2021-12-29 05:11:365725
Nigel Tao03c69032022-04-23 03:10:475726const char kFuseBoxDebugName[] = "Debugging UI for ChromeOS FuseBox service";
5727const char kFuseBoxDebugDescription[] =
5728 "Show additional debugging UI for ChromeOS FuseBox service.";
5729
Zufeng Wang9d3362eb822021-03-11 00:23:295730const char kHelpAppLauncherSearchName[] = "Help App launcher search";
5731const char kHelpAppLauncherSearchDescription[] =
5732 "Enables showing search results from the help app in the launcher.";
5733
jhtin2c8808102022-02-21 08:53:355734const char kDiacriticsOnPhysicalKeyboardLongpressName[] =
5735 "Enable diacritics and variant character selection on PK longpress.";
5736const char kDiacriticsOnPhysicalKeyboardLongpressDescription[] =
5737 "Enable diacritics and other varient character selection on physical "
5738 "keyboard longpress.";
5739
David Black6fca0bc2022-10-08 00:35:175740const char kHoldingSpacePredictabilityName[] =
5741 "Enable holding space predictability";
5742const char kHoldingSpacePredictabilityDescription[] =
5743 "Increases predictability of holding space by being ever present in the "
5744 "shelf and always reserving space for downloads and screen captures.";
5745
5746const char kHoldingSpaceRefreshName[] = "Enable holding space refresh";
5747const char kHoldingSpaceRefreshDescription[] =
5748 "Enables a refresh of holding space which better conveys the relationship "
5749 "with the Files app.";
5750
5751const char kHoldingSpaceSuggestionsName[] = "Enable holding space suggestions";
5752const char kHoldingSpaceSuggestionsDescription[] =
5753 "Enables pinned file suggestions in holding space to help the user "
5754 "understand and discover the ability to pin.";
5755
Curtis McMullana1900062021-06-28 01:13:255756const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
5757const char kImeAssistEmojiEnhancedDescription[] =
5758 "Enable enhanced assistive emoji suggestion features for native IME";
5759
Curtis McMullan35800d22020-11-26 06:45:195760const char kImeAssistMultiWordName[] =
5761 "Enable assistive multi word suggestions";
5762const char kImeAssistMultiWordDescription[] =
5763 "Enable assistive multi word suggestions for native IME";
5764
Curtis McMullan6f6526d2021-07-09 04:22:455765const char kImeAssistMultiWordExpandedName[] =
5766 "Enable expanded assistive multi word suggestions";
5767const char kImeAssistMultiWordExpandedDescription[] =
5768 "Enable expanded assistive multi word suggestions for native IME";
5769
Chuong Ho0db3d5d22023-02-27 02:18:335770const char kImeFstDecoderParamsUpdateName[] =
5771 "Enable FST Decoder parameters update";
5772const char kImeFstDecoderParamsUpdateDescription[] =
5773 "Enable updated parameters for the FST decoder.";
5774
Grey Wang8896c882022-09-02 00:21:555775const char kImeTrayHideVoiceButtonName[] =
5776 "Hides redudant voice button in IME tray";
5777const char kImeTrayHideVoiceButtonDescription[] =
5778 "Hides voice button in IME tray when mic icon is shown in the shelf";
5779
John Palmerb4e42c02022-02-11 07:25:165780const char kVirtualKeyboardNewHeaderName[] =
5781 "Enable new header for virtual keyboard";
5782const char kVirtualKeyboardNewHeaderDescription[] =
5783 "Enable new header for virtual keyboard to improve navigation.";
5784
John Palmer77ce9282021-07-15 09:23:095785const char kImeSystemEmojiPickerClipboardName[] =
5786 "System emoji picker clipboard";
5787const char kImeSystemEmojiPickerClipboardDescription[] =
5788 "Emoji picker will insert emoji into clipboard if they can't be inserted "
5789 "into a text field";
Chuong Hoa3217d52021-12-08 06:36:145790
5791const char kImeSystemEmojiPickerExtensionName[] =
5792 "System emoji picker extension";
5793const char kImeSystemEmojiPickerExtensionDescription[] =
5794 "Emoji picker extension allows users to select emoticons and symbols to "
5795 "input.";
5796
Kaiqi Liang5ddd91b2022-12-01 23:14:535797const char kImeSystemEmojiPickerGIFSupportName[] =
5798 "System emoji picker gif support";
5799const char kImeSystemEmojiPickerGIFSupportDescription[] =
5800 "Emoji picker gif support allows users to select gifs to input.";
5801
Chuong Ho7a5781832022-02-09 06:47:265802const char kImeSystemEmojiPickerSearchExtensionName[] =
5803 "System emoji picker search extension";
5804const char kImeSystemEmojiPickerSearchExtensionDescription[] =
5805 "Emoji picker search extension enhances current emoji search by "
5806 "introducing multi-word prefix search.";
5807
John Palmer90a32212021-08-03 08:49:135808const char kImeStylusHandwritingName[] = "Stylus Handwriting";
5809const char kImeStylusHandwritingDescription[] =
5810 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:095811
Curtis McMullan6011fe7f2023-02-23 01:22:205812const char kImeUsEnglishModelUpdateName[] =
5813 "Enable US English IME model update";
5814const char kImeUsEnglishModelUpdateDescription[] =
5815 "Enable updated US English IME language models for native IME";
5816
Sean Kaud5d0fc72023-01-30 19:08:265817const char kJellyColorsName[] = "Jelly Colors";
5818const char kJellyColorsDescription[] = "Enable Jelly coloring";
5819
Erik Chend7082ec2021-06-25 01:04:125820const char kLacrosAvailabilityIgnoreName[] =
5821 "Ignore lacros-availability policy";
5822const char kLacrosAvailabilityIgnoreDescription[] =
5823 "Makes the lacros-availability policy have no effect. Instead Lacros "
5824 "availability will be controlled by experiment and/or user flags.";
5825
Hidehiko Abea7217c92022-02-01 05:54:575826const char kLacrosOnlyName[] = "Lacros is the only browser";
5827const char kLacrosOnlyDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355828 "Use Lacros-chrome as the only web browser on ChromeOS. "
Hidehiko Abea7217c92022-02-01 05:54:575829 "This flag is ignored if Lacros support or primary is disabled.";
5830
Hidehiko Abe9f190d12021-03-18 12:55:205831const char kLacrosPrimaryName[] = "Lacros as the primary browser";
5832const char kLacrosPrimaryDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355833 "Use Lacros-chrome as the primary web browser on ChromeOS. "
Hidehiko Abe9f190d12021-03-18 12:55:205834 "This flag is ignored if Lacros support is disabled.";
5835
Erik Chen601a5d62020-12-07 20:05:125836const char kLacrosStabilityName[] = "Lacros stability";
Roman Arorac36aeeb92021-10-04 20:35:585837const char kLacrosStabilityDescription[] = "Lacros update channel.";
Erik Chen601a5d62020-12-07 20:05:125838
Jae Hoon Kim94e1cfd2021-05-19 20:52:525839const char kLacrosSelectionName[] = "Lacros selection";
5840const char kLacrosSelectionDescription[] =
5841 "Choosing between rootfs or stateful Lacros.";
5842
5843const char kLacrosSelectionRootfsDescription[] = "Rootfs";
5844const char kLacrosSelectionStatefulDescription[] = "Stateful";
5845
Artem Sumaneev1f3555a2023-01-30 12:48:275846const char kLacrosSelectionPolicyIgnoreName[] =
5847 "Ignore lacros-selection policy";
5848const char kLacrosSelectionPolicyIgnoreDescription[] =
5849 "Makes the lacros-selection policy have no effect. Instead Lacros "
5850 "selection will be controlled by experiment and/or user flags.";
5851
James Cook2fe5ca7b2020-10-09 02:54:175852const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:185853const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:385854 "Support for the experimental lacros-chrome browser. Please note that the "
5855 "first restart can take some time to setup lacros-chrome. Please DO NOT "
5856 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:185857
Erik Chen5d686e2a02022-11-01 23:11:315858const char kLacrosWaylandLoggingName[] = "Lacros wayland logging";
5859const char kLacrosWaylandLoggingDescription[] =
5860 "Enables wayland logging for Lacros. This generates a significant amount "
5861 "of logs on disk. Logs are cleared after two restarts.";
5862
Yuta Hijikataad794422022-04-15 17:33:125863const char kLacrosMoveProfileMigrationName[] = "Enforce profile move migration";
5864const char kLacrosMoveProfileMigrationDescription[] =
5865 "Enforce Lacros profile move migration which moves files from Ash profile "
5866 "directory to Lacros profile directory instead of copying. Please note "
5867 "that disabling Lacros and falling back to Ash after move migration is not "
5868 "supported.";
5869
Yuta Hijikata6a575d42022-01-11 04:09:075870const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration";
5871const char kLacrosProfileMigrationForceOffDescription[] =
5872 "Disables lacros profile migration. Lacros profile migration is being "
5873 "rolled out to internal users first. Once lacros profile migration becomes "
5874 "available to the user, the completion of profile migration becomes a "
5875 "requirement to use lacros i.e. if profile migration gets rolled out to "
5876 "the user and the migration fails, then lacros becomes unavailable until "
5877 "the migration is completed. By enabling this flag, even if profile "
5878 "migration is rolled out to the user, the migration will not run and the "
5879 "user can continue to use lacros without profile migration.";
5880
Rachel Wongbde90d72022-07-11 06:18:275881const char kLauncherItemSuggestName[] = "Launcher ItemSuggest";
5882const char kLauncherItemSuggestDescription[] =
5883 "Allows configuration of experiment parameters for ItemSuggest in the "
5884 "launcher.";
5885
Ahmed Fakhry039882f2020-06-16 21:56:215886const char kLimitShelfItemsToActiveDeskName[] =
5887 "Limit Shelf items to active desk";
5888const char kLimitShelfItemsToActiveDeskDescription[] =
5889 "Limits items on the shelf to the ones associated with windows on the "
5890 "active desk";
5891
Ahmed Fakhry15d707e2019-02-22 23:54:215892const char kListAllDisplayModesName[] = "List all display modes";
5893const char kListAllDisplayModesDescription[] =
5894 "Enables listing all external displays' modes in the display settings.";
5895
Gil Dekel11cbdfb2020-12-23 21:43:275896const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
5897const char kEnableHardwareMirrorModeDescription[] =
5898 "Enables hardware support when multiple displays are set to mirror mode.";
5899
Jungshik Shin1c8c4882022-09-14 05:35:265900const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS";
5901const char kHindiInscriptLayoutDescription[] =
5902 "Enables Hindi Inscript Layout on ChromeOS.";
5903
Megumi Hattori5a0d4182018-03-06 11:09:505904const char kLockScreenNotificationName[] = "Lock screen notification";
5905const char kLockScreenNotificationDescription[] =
5906 "Enable notifications on the lock screen.";
5907
Steven Bennetts66bc3542020-06-25 23:05:285908const char kMeteredShowToggleName[] = "Show Metered Toggle";
5909const char kMeteredShowToggleDescription[] =
5910 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
5911 "The toggle allows users to set whether a network should be considered "
5912 "metered for purposes of bandwith usage (e.g. for automatic updates).";
5913
Toni Barzic5cf7da92021-05-19 21:07:405914const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
5915const char kMicrophoneMuteNotificationsDescription[] =
5916 "Enables notifications that are shown when an app tries to use microphone "
5917 "while audio input is muted.";
5918
5919const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
5920const char kMicrophoneMuteSwitchDeviceDescription[] =
5921 "Support for detecting the state of hardware microphone mute toggle. Only "
5922 "effective on devices that have a microphone mute toggle. Enabling the "
5923 "flag does not affect the toggle functionality, it only affects how the "
5924 "System UI handles the mute toggle state.";
5925
Jason Thai7036e64e2023-01-23 23:14:395926const char kMultiZoneRgbKeyboardName[] =
5927 "Enable multi-zone RGB keyboard customization";
5928const char kMultiZoneRgbKeyboardDescription[] =
5929 "Enable multi-zone RGB keyboard customization on supported devices.";
5930
Bao-Duy Tranaa329d62020-11-27 05:40:585931const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
5932const char kMultilingualTypingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355933 "Enables support for multilingual assistive typing on ChromeOS.";
Bao-Duy Tranaa329d62020-11-27 05:40:585934
Michael Hansenc318dec2022-04-01 22:19:015935const char kNearbySharingSelfShareAutoAcceptName[] =
5936 "Nearby Sharing Self Share Auto-Accept";
5937const char kNearbySharingSelfShareAutoAcceptDescription[] =
5938 "Enables auto-accept functionality when sharing between a user's own "
5939 "devices.";
5940
5941const char kNearbySharingSelfShareUIName[] = "Nearby Sharing Self Share UI";
5942const char kNearbySharingSelfShareUIDescription[] =
5943 "Enables UI features for Self Share to allow seamless sharing between a "
5944 "user's own devices.";
Michael Hansenf59f974b2022-01-14 17:40:025945
Gordon Seto2c79d0442022-02-22 22:33:065946const char kOobeHidDetectionRevampName[] = "OOBE HID Detection Revamp";
5947const char kOobeHidDetectionRevampDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355948 "Enables the ChromeOS HID Detection Revamp, which updates OOBE HID "
Gordon Seto2c79d0442022-02-22 22:33:065949 "detection screen UI and related infrastructure.";
5950
Wes Okuhara72373672022-10-14 16:38:195951const char kOsSettingsAppBadgingToggleName[] =
5952 "ChromeOS Settings App Badging Toggle";
5953const char kOsSettingsAppBadgingToggleDescription[] =
5954 "Enables app badging toggle to be displayed in app notification page in"
5955 "ChromeOS Settings.";
5956
Wes Okuhara71ae17c2022-10-10 19:46:565957const char kOsSettingsSearchFeedbackName[] =
5958 "ChromeOS Settings Search Feedback";
5959const char kOsSettingsSearchFeedbackDescription[] =
5960 "Enables search result feedback in ChromeOS Settings when no search "
5961 "results are returned.";
5962
Jimmy Gong35094482021-10-06 23:14:285963const char kPcieBillboardNotificationName[] = "Pcie billboard notification";
5964const char kPcieBillboardNotificationDescription[] =
5965 "Enable Pcie peripheral billboard notification.";
5966
Daniel Andersson9bfdde42021-07-15 20:59:145967const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
5968const char kPerformantSplitViewResizingDescription[] =
5969 "If enabled, windows may be moved instead of scaled when resizing split "
5970 "view in tablet mode.";
5971
Sam Chiu1dee4a12021-10-12 18:21:275972const char kPhoneHubCallNotificationName[] =
5973 "Incoming call notification in Phone Hub";
5974const char kPhoneHubCallNotificationDescription[] =
5975 "Enables the incoming/ongoing call feature in Phone Hub.";
5976
Jason Sun1d947912021-06-21 16:54:235977const char kPhoneHubCameraRollName[] = "Camera Roll in Phone Hub";
5978const char kPhoneHubCameraRollDescription[] =
5979 "Enables the Camera Roll feature in Phone Hub, which allows users to "
5980 "access recent photos and videos taken on a connected Android device.";
5981
Pu Shi1306f642022-07-29 00:58:345982const char kPhoneHubFeatureSetupErrorHandlingName[] =
5983 "Error handling during Phone Hub feature setup";
5984const char kPhoneHubFeatureSetupErrorHandlingDescription[] =
5985 "Enable the error handling during Phone Hub feature setup. It allows"
5986 "users to see result on Chromebook when the setup failed on connected"
5987 "remote phone device.";
5988
Jennifer Serranof65bc542023-01-11 01:00:565989const char kPhoneHubNudgeName[] = "Phone Hub nudge";
5990const char kPhoneHubNudgeDescription[] =
5991 "Enables a nudge to direct eligible users to open Phone Hub.";
5992
Andreea Costinas478d1ca22023-02-23 11:49:505993const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenName[] =
5994 "Policy-provided trust anchors at lock screen";
5995const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenDescription[] =
5996 "Enables using the policy-provided trust anchors at lock screen";
5997
Peter Boström6324b792022-09-28 23:15:565998const char kPreferDcheckName[] = "Prefer DCHECK-enabled build";
5999const char kPreferDcheckDescription[] =
6000 "Use a DCHECK-enabled build when available.";
6001
Piotr Pawliczek49732c92022-12-12 18:10:586002const char kPrintingPpdChannelName[] = "Printing PPD channel";
6003const char kPrintingPpdChannelDescription[] =
6004 "The channel from which PPD index "
6005 "is loaded when matching PPD files during printer setup.";
6006
James Cookb661f3802021-09-30 21:43:206007const char kProductivityLauncherName[] =
6008 "Productivity experiment: App Launcher";
6009const char kProductivityLauncherDescription[] =
6010 "To evaluate an enhanced Launcher experience that aims to improve app "
6011 "workflows by optimizing access to apps, app content, and app actions.";
6012
Yulun Wu2f5597992022-08-12 23:57:206013const char kProductivityLauncherImageSearchName[] =
6014 "Productivity Launcher experiment: Launcher Image Search";
6015const char kProductivityLauncherImageSearchDescription[] =
6016 "To evaluate the viability of image search as part of Productivity "
6017 "Launcher Search.";
6018
Ana Salazar30ae8e42022-09-15 00:13:446019const char kQuickActionShowBubbleLauncherName[] =
6020 "Swipe to show bubble launcher";
6021const char kQuickActionShowBubbleLauncherDescription[] =
6022 "Enables a fling gesture or mouse scroll from the shelf to show the bubble "
6023 "launcher.";
6024
Ana Salazarbb287bcc42023-01-11 00:34:206025const char kAppListDragAndDropRefactorName[] =
6026 "Drag and drop refactor in launcher";
6027const char kAppListDragAndDropRefactorDescription[] =
6028 "Enables app list drag and drop refactor to use views drag and drop APIs. "
6029 "No user visible changes are expected.";
6030
Li Lin122b7852022-03-10 02:46:396031const char kProjectorName[] = "Enable Projector";
6032const char kProjectorDescription[] =
6033 "Enables Projects SWA and associated recording tools";
6034
Toby Huang6a77193f22022-08-12 18:07:306035const char kProjectorLocalPlaybackName[] = "Enable Projector local playback";
6036const char kProjectorLocalPlaybackDescription[] =
6037 "Supports streaming screencast videos from DriveFS instead of Drive before "
6038 "they have finished transcoding";
6039
6040const char kProjectorAppDebugName[] = "Enable Projector app debug";
6041const char kProjectorAppDebugDescription[] =
6042 "Adds more informative error messages to the Projector app for debugging";
Li Lin122b7852022-03-10 02:46:396043
Yilkal2bc65312023-02-23 21:27:126044const char kProjectorServerSideSpeechRecognitionName[] =
6045 "Enable server side speech recognition for Projector";
6046const char kProjectorServerSideSpeechRecognitionDescription[] =
6047 "Adds server side speech recognition capability to Projector.";
6048
Jiaming Chenge04b3b52022-08-09 02:46:596049const char kQsRevampName[] = "Quick Settings Revamp";
6050const char kQsRevampDescription[] =
6051 "Enable QS UI revamp with separated message center.";
6052
Rachel Carpenter57c8523c2020-09-23 01:11:226053const char kReleaseNotesNotificationAllChannelsName[] =
6054 "Release Notes Notification All Channels";
6055const char kReleaseNotesNotificationAllChannelsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356056 "Enables the release notes notification for all ChromeOS channels";
Rachel Carpenter57c8523c2020-09-23 01:11:226057
Roger Tinkoff31579eab2022-07-26 00:18:226058const char kReleaseTrackUiName[] = "Release track system tray UI";
6059const char kReleaseTrackUiDescription[] =
6060 "Enables the release track UI in the system tray";
6061
Shuming Hao42af3d72023-03-30 20:06:106062extern const char kRenderArcNotificationsByChromeName[] =
6063 "Render ARC notifications by ChromeOS";
6064extern const char kRenderArcNotificationsByChromeDescription[] =
6065 "Enables rendering ARC notifications using ChromeOS notification framework "
6066 "if supported";
6067
Lei Zhang44abd5d22022-01-11 00:32:346068const char kArcWindowPredictorName[] = "Enable ARC window predictor";
6069const char kArcWindowPredictorDescription[] =
Shengsong Tan81338972021-12-22 05:27:506070 "Enables the window state and bounds predictor for ARC task windows";
6071
Cici Ruan846b6712022-08-12 21:08:186072const char kArcInputOverlayNameBeta[] = "Enable ARC Input Overlay Beta";
6073const char kArcInputOverlayDescriptionBeta[] =
Cici Ruan2374f1b02022-12-07 01:19:586074 "Enable full editor feature for Gaming Input Overlay including features in "
6075 "Alpha V2, so users can add and remove actions.";
Joseph Panga61e7db2022-11-29 21:23:386076
Cici Ruan2374f1b02022-12-07 01:19:586077const char kArcInputOverlayNameAlphaV2[] = "Enable ARC Input Overlay Alpha V2";
6078const char kArcInputOverlayDescriptionAlphaV2[] =
Joseph Panga61e7db2022-11-29 21:23:386079 "Enable menu and action reposition feature for Gaming Input Overlay based "
6080 "on Alpha.";
Cici Ruan846b6712022-08-12 21:08:186081
Elliot Tuck5551fdd2022-07-25 21:10:146082const char kShelfAutoHideSeparationName[] =
6083 "Enable separate shelf auto-hide preferences.";
6084const char kShelfAutoHideSeparationDescription[] =
6085 "Allows for the shelf's auto-hide preference to be specified separately "
6086 "for clamshell and tablet mode.";
6087
Anton Swifton1917b872022-05-26 06:27:436088const char kShimlessRMAOsUpdateName[] = "Enable OS updates in shimless RMA";
6089const char kShimlessRMAOsUpdateDescription[] =
6090 "Turns on OS updating in Shimless RMA";
6091
wenyu zhang98000162022-06-16 17:02:536092const char kShimlessRMADisableDarkModeName[] =
6093 "Disable dark mode in Shimless RMA";
6094const char kShimlessRMADisableDarkModeDescription[] =
6095 "Disable dark mode and only allow light mode in Shimless RMA";
6096
Gavin Williams1a14b9212023-03-22 19:42:296097const char kShimlessRMADiagnosticPageName[] =
6098 "Enable diagnostic page in Shimless RMA";
6099const char kShimlessRMADiagnosticPageDescription[] =
6100 "Enable the diagnostic page in Shimless RMA for showing detailed device "
6101 "information";
6102
Andrew Moylan97585272019-02-19 19:01:226103const char kSchedulerConfigurationName[] = "Scheduler Configuration";
6104const char kSchedulerConfigurationDescription[] =
6105 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:016106const char kSchedulerConfigurationConservative[] =
6107 "Disables Hyper-Threading on relevant CPUs.";
6108const char kSchedulerConfigurationPerformance[] =
6109 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:226110
Erin Parkbbb5decc2022-07-21 21:37:136111const char kMediaDynamicCgroupName[] = "Media Dynamic Cgroup";
6112const char kMediaDynamicCgroupDescription[] =
6113 "Dynamic Cgroup allows tasks from media workload to be consolidated on "
6114 "limited cpuset";
6115
Kyle Horimoto63a6bd42019-09-16 23:47:526116const char kShowBluetoothDebugLogToggleName[] =
6117 "Show Bluetooth debug log toggle";
6118const char kShowBluetoothDebugLogToggleDescription[] =
6119 "Enables a toggle which can enable debug (i.e., verbose) logs for "
6120 "Bluetooth";
6121
Yu Liu9d01d342021-03-12 20:05:166122const char kBluetoothSessionizedMetricsName[] =
6123 "Enable Bluetooth sessionized metrics";
6124const char kBluetoothSessionizedMetricsDescription[] =
6125 "Enables collecting and processing Bluetooth sessionized metrics.";
6126
James Cook0ba192bf2017-12-01 20:53:116127const char kShowTapsName[] = "Show taps";
6128const char kShowTapsDescription[] =
6129 "Draws a circle at each touch point, which makes touch points more obvious "
6130 "when projecting or mirroring the display. Similar to the Android OS "
6131 "developer option.";
6132
6133const char kShowTouchHudName[] = "Show HUD for touch points";
6134const char kShowTouchHudDescription[] =
6135 "Shows a trail of colored dots for the last few touch points. Pressing "
6136 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
6137 "debug hardware issues that generate spurious touch events.";
6138
Ricky Liang3bd2754b52020-10-07 02:50:326139const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
6140const char kSpectreVariant2MitigationDescription[] =
6141 "Controls whether Spectre variant 2 mitigation is enabled when "
6142 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
6143 "#force-spectre-variant2-mitigation.";
6144
Keith Lee8b2131fe2021-10-11 05:11:066145const char kSystemJapanesePhysicalTypingName[] =
6146 "Use system IME for Japanese typing";
6147const char kSystemJapanesePhysicalTypingDescription[] =
6148 "Use the system input engine instead of the Chrome extension for physical "
Keith Lee6dfc28e2022-10-25 07:20:466149 "typing in Japanese. This also replaces the Japanese extension settings "
6150 "page with one built into the UI and migrates the data to a new location.";
Keith Lee8b2131fe2021-10-11 05:11:066151
Michael Martisd3a46a872023-02-08 05:27:506152const char kSystemLiveCaptionName[] = "System Live Caption";
6153const char kSystemLiveCaptionDescription[] =
6154 "Enables the live caption feature for non-Chrome (e.g. Android, linux) "
6155 "audio.";
6156
Steven Bennetts2038c6c2022-12-02 20:06:096157const char kCaptivePortalErrorPageName[] =
6158 "Enables Captive Portal error page suggestions.";
6159const char kCaptivePortalErrorPageDescription[] =
6160 "Enables Captive Portal error page suggestions when a page fails to load "
6161 "and ChromeOS has detected a captive portal.";
6162
Jason Lin30ea2619c2022-07-27 06:40:296163const char kTerminalAlternativeEmulatorName[] = "Terminal alternative emulator";
6164const char kTerminalAlternativeEmulatorDescription[] =
6165 "Enable the alternative emulator for the Terminal app. You will also get "
6166 "an option in Terminal settings to change the default emulator.";
Jason Lin193ef782022-06-21 02:12:036167
Joel Hockey6bc7d9b2022-04-28 00:36:056168const char kTerminalDevName[] = "Terminal dev";
6169const char kTerminalDevDescription[] =
6170 "Enables Terminal System App to load from Downloads for developer testing. "
6171 "Only works in dev and canary channels.";
6172
Joel Hockey3109dbe92022-05-30 08:42:266173const char kTerminalMultiProfileName[] = "Terminal multi-profiles for settings";
6174const char kTerminalMultiProfileDescription[] =
6175 "Enables Terminal System App to set multiple profiles in the settings page "
6176 "and configure which profile to use for each Linux or SSH connection.";
6177
Joel Hockey599b6e42022-10-17 01:35:266178const char kTerminalSftpName[] = "Terminal SFTP / mount";
6179const char kTerminalSftpDescription[] =
6180 "Enables Terminal System App to do SFTP and mount remote hosts.";
6181
Emil Mikulic61a351f2021-12-15 23:45:586182const char kTerminalTmuxIntegrationName[] = "Terminal tmux integration";
6183const char kTerminalTmuxIntegrationDescription[] =
6184 "Enables integration with tmux control mode (tmux -CC) in the Terminal "
6185 "System App.";
6186
Brett Wilson7b44537e2017-08-18 01:38:286187const char kTetherName[] = "Instant Tethering";
6188const char kTetherDescription[] =
6189 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
6190 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:376191
Jason Thaie13aa822023-02-24 04:09:236192const char kTimeOfDayScreenSaverName[] = "Time of Day Screen Saver";
6193const char kTimeOfDayScreenSaverDescription[] =
6194 "Enables Time of Day Screen Saver feature on supported devices. Requires "
6195 "Time Of Day Wallpaper feature to be enabled.";
6196
Jason Thai5af7e8d2023-02-24 00:13:056197const char kTimeOfDayWallpaperName[] = "Time of Day Wallpaper";
6198const char kTimeOfDayWallpaperDescription[] =
6199 "Enables Time of Day Wallpaper feature on supported devices.";
6200
Brett Wilson7b44537e2017-08-18 01:38:286201const char kTouchscreenCalibrationName[] =
6202 "Enable/disable touchscreen calibration option in material design settings";
6203const char kTouchscreenCalibrationDescription[] =
6204 "If enabled, the user can calibrate the touch screen displays in "
6205 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:096206
Steven Bennetts9b695dc2022-04-12 17:10:276207const char kTrafficCountersEnabledName[] = "Traffic counters enabled";
6208const char kTrafficCountersEnabledDescription[] =
6209 "If enabled, data usage will be visible in the Cellular Settings UI and "
6210 "traffic counters will be automatically reset if that setting is enabled.";
Kartik Hegde5af70932021-08-12 23:04:206211
Jérémie Boulic8c1c3fc2022-06-20 05:35:556212const char kUploadOfficeToCloudName[] = "Enable Office files upload workflow.";
6213const char kUploadOfficeToCloudDescription[] =
6214 "Some file handlers for Microsoft Office files are only available on the "
6215 "the cloud. Enables the cloud upload workflow for Office file handling.";
6216
Miguel Casas-Sanchezdcd69152019-09-04 21:22:366217const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
6218const char kUseFakeDeviceForMediaStreamDescription[] =
6219 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
6220 "timestamp) instead of the system audio/video devices, for debugging "
6221 "purposes.";
6222
Erik Chen366873d62022-03-08 23:11:386223const char kUXStudy1Name[] = "UX Study 1";
6224const char kUXStudy1Description[] = "Opt into a group for UX Study";
6225
Qiang Xu045aff222018-05-21 23:21:016226const char kUiDevToolsName[] = "Enable native UI inspection";
6227const char kUiDevToolsDescription[] =
6228 "Enables inspection of native UI elements. For local inspection use "
6229 "chrome://inspect#other";
6230
Andrew Moylan97585272019-02-19 19:01:226231const char kUiSlowAnimationsName[] = "Slow UI animations";
6232const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:466233
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:236234const char kVaapiJpegImageDecodeAccelerationName[] =
6235 "VA-API JPEG decode acceleration for images";
6236const char kVaapiJpegImageDecodeAccelerationDescription[] =
6237 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
6238 " captures) using the VA-API.";
6239
Gil Dekel8f4b5642019-07-27 05:27:406240const char kVaapiWebPImageDecodeAccelerationName[] =
6241 "VA-API WebP decode acceleration for images";
6242const char kVaapiWebPImageDecodeAccelerationDescription[] =
6243 "Enable or disable decode acceleration of WebP images using the VA-API.";
6244
Jing Wang1293e3a2021-02-17 00:56:446245const char kVirtualKeyboardName[] = "Virtual Keyboard";
6246const char kVirtualKeyboardDescription[] =
6247 "Always show virtual keyboard regardless of having a physical keyboard "
6248 "present";
6249
My Nguyen0bc9add2020-12-03 21:21:256250const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
6251const char kVirtualKeyboardDisabledDescription[] =
6252 "Always disable virtual keyboard regardless of device mode. Workaround for "
6253 "virtual keyboard showing with some external keyboards.";
6254
Michelle1569cf32022-03-24 06:34:486255const char kVirtualKeyboardMultitouchName[] = "Virtual Keyboard Multitouch";
6256const char kVirtualKeyboardMultitouchDescription[] =
6257 "Enables multitouch on the virtual keyboard.";
6258
John Palmer489eda922022-05-13 05:40:416259const char kVirtualKeyboardRoundCornersName[] =
6260 "Virtual Keyboard Round Corners";
6261const char kVirtualKeyboardRoundCornersDescription[] =
6262 "Enables round corners on the virtual keyboard.";
6263
Yen-lin Laif458f8012021-03-29 10:18:206264const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
6265const char kWakeOnWifiAllowedDescription[] =
6266 "Allows wake on WiFi features in shill to be enabled.";
6267
Maggie Cai6dd6b552021-04-27 08:40:326268const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
6269const char kWebAppsCrosapiDescription[] =
6270 "Support web apps publishing from Lacros browser.";
6271
James Cook49358cc2022-08-30 20:30:266272const char kWelcomeScreenName[] =
6273 "Productivity Experiment: Reorient with welcome screen";
6274const char kWelcomeScreenDescription[] =
6275 "When a user is about to start a new task, provide them with relevant "
6276 "information and tools to help them orient and get started.";
6277
Jacek Siuda7ed81c92021-11-24 10:39:446278const char kWifiConnectMacAddressRandomizationName[] =
6279 "MAC address randomization";
6280const char kWifiConnectMacAddressRandomizationDescription[] =
6281 "Randomize MAC address when connecting to unmanaged (non-enterprise) "
6282 "WiFi networks.";
6283
tbye50bce9a2022-03-31 03:32:546284const char kLauncherGameSearchName[] = "Enable launcher game search";
6285const char kLauncherGameSearchDescription[] =
6286 "Enables cloud game search results in the launcher.";
6287
Rebecca Hsu1d633912022-12-14 06:09:336288const char kLauncherKeywordExtractionScoring[] =
6289 "Query keyword extraction and scoring in launcher";
6290const char kLauncherKeywordExtractionScoringDescription[] =
6291 "Enables extraction of keywords from query then calculate score from "
6292 "extracted keyword in the launcher.";
6293
Dmitry Grebenyuk462003b2023-03-26 23:42:266294const char kLauncherLocalImageSearchName[] =
6295 "Enable launcher local image search";
6296const char kLauncherLocalImageSearchDescription[] =
6297 "Enables on-device local image search in the launcher.";
6298
Lauren Commeignes9f0db8f2022-12-21 00:03:476299const char kLauncherFuzzyMatchForOmniboxName[] =
6300 "Omnibox Results Fuzzy match experiment";
6301const char kLauncherFuzzyMatchForOmniboxDescription[] =
6302 "To evaluate the viability of a Fuzzy match on Omnibox results to "
6303 "downweight search sugestions";
6304
Lauren Commeignes33aea8b2023-01-03 02:38:286305const char kLauncherSystemInfoAnswerCardsName[] =
6306 "System Info Answer Cards in launcher";
6307const char kLauncherSystemInfoAnswerCardsDescription[] =
6308 "Enables System info answer cards in the launcher to provide system "
6309 "performance metrics";
6310
Chad Duffincdab9362022-07-29 18:31:386311const char kMacAddressRandomizationName[] = "MAC address randomization";
6312const char kMacAddressRandomizationDescription[] =
6313 "Feature to allow MAC address randomization to be enabled for WiFi "
6314 "networks.";
6315
Chad Duffinc8c37082023-03-07 17:04:056316const char kSmdsDbusMigrationName[] = "SM-DS DBus Migration";
6317const char kSmdsDbusMigrationDescription[] =
6318 "Feature to enable the usage of DBus APIs that improve the stability"
6319 "around performing SM-DS scans.";
6320
Simon Ziegltrum55f69bc2022-12-22 16:05:516321const char kOobeJellyName[] = "Jelly design for OOBE";
6322const char kOobeJellyDescription[] =
6323 "Feature to enable the Jelly design in out of box experience.";
Simon Ziegltrumc23cb6c52022-09-22 19:43:446324
Simon Ziegltrumf02c98af2023-03-16 23:03:286325const char kOobeSimonName[] = "Simon features for OOBE";
6326const char kOobeSimonDescription[] =
6327 "Feature to enable the Simon features in out of box experience.";
6328
Tao Wu4b5d8162022-11-10 19:58:076329const char kLibAssistantV2MigrationName[] = "LibAssistant V2 migration";
6330const char kLibAssistantV2MigrationDescription[] =
6331 "Enables loading LibAssistant V2 for Assistant on ChromeOS.";
6332
Markus Handellabf6c7812020-12-15 18:14:356333// Prefer keeping this section sorted to adding new definitions down here.
6334
6335#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6336
Simon Hangl05d1f6a2023-01-13 15:33:596337#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6338const char kGetDisplayMediaSetName[] = "GetDisplayMediaSet API";
6339const char kGetDisplayMediaSetDescription[] =
6340 "When enabled, the getDisplayMediaSet API for capturing multiple surfaces "
6341 "at once is available.";
6342
6343const char kGetDisplayMediaSetAutoSelectAllScreensName[] =
6344 "autoSelectAllScreens attribute for GetDisplayMediaSet";
6345const char kGetDisplayMediaSetAutoSelectAllScreensDescription[] =
6346 "When enabled, the autoSelectAllScreens attribute is available for usage "
6347 "with the GetDisplayMediaSet API.";
6348
6349#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6350
Sebastian Fiß8f6d9a82023-03-07 09:04:256351#if BUILDFLAG(IS_CHROMEOS)
6352const char kRunOnOsLoginName[] = "Run on OS login";
6353const char kRunOnOsLoginDescription[] =
6354 "When enabled, allows PWAs to be automatically run on OS login.";
6355#endif // BUILDFLAG(IS_CHROMEOS)
6356
Jan Krcald11ad892022-01-17 12:37:026357#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Cooper9ec625a2022-02-11 23:17:226358const char kDesktopCaptureLacrosV2Name[] = "Enable Lacros Desktop Capture V2";
6359const char kDesktopCaptureLacrosV2Description[] =
6360 "Enables the improved desktop/window capturer for doing screen/window "
6361 "sharing on Lacros";
6362
Jason Line4862b02023-03-21 04:38:136363const char kExperimentalWebAppStoragePartitionIsolationName[] =
6364 "Enable experimental web app stroage partition isolation";
6365const char kExperimentalWebAppStoragePartitionIsolationDescription[] =
6366 "This is highly experimental. Enabling this flag could break things. And a "
6367 "power wash might be needed to fully recover the state.";
6368
Alex Cooperdad8fb692022-10-03 22:42:416369const char kLacrosAuraCaptureName[] = "Enable Lacros Aura Capture";
6370const char kLacrosAuraCaptureDescription[] =
6371 "Enables LaCrOS to perform an in-process capture of it's own windows "
6372 "rather than needing to delegate the capture to Ash";
6373
Andrea Orrue14d8fd82022-02-24 16:47:516374const char kLacrosMergeIcuDataFileName[] =
6375 "Enable merging of icudtl.dat in Lacros";
6376const char kLacrosMergeIcuDataFileDescription[] =
6377 "Enables sharing common areas of icudtl.dat between Ash and Lacros.";
6378
Mitsuru Oshima857191b2022-03-15 22:03:406379const char kLacrosScreenCoordinatesEnabledName[] =
6380 "Enable screen coordinates system in lacros-chrome";
6381const char kLacrosScreenCoordinatesEnabledDescription[] =
6382 "Enabling this will allow lacros to control the window position in screen "
6383 "coordinates. This is required for features such as the Javascript APIs "
6384 "moveBy, moveTo or session restore.";
Jan Krcald11ad892022-01-17 12:37:026385#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
6386
Eric Willigers02f80aa2022-04-29 01:29:326387#if BUILDFLAG(IS_CHROMEOS)
Hsin-Yu Chaoe46eb5992022-03-18 13:34:276388const char kCrOSDspBasedAecAllowedName[] =
6389 "Allow CRAS to use a DSP-based AEC if available";
6390const char kCrOSDspBasedAecAllowedDescription[] =
6391 "Allows the system variant of the AEC in CRAS to be run on DSP ";
6392
6393const char kCrOSDspBasedNsAllowedName[] =
6394 "Allow CRAS to use a DSP-based NS if available";
6395const char kCrOSDspBasedNsAllowedDescription[] =
6396 "Allows the system variant of the NS in CRAS to be run on DSP ";
6397
6398const char kCrOSDspBasedAgcAllowedName[] =
6399 "Allow CRAS to use a DSP-based AGC if available";
6400const char kCrOSDspBasedAgcAllowedDescription[] =
6401 "Allows the system variant of the AGC in CRAS to be run on DSP ";
6402
6403const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
6404const char kCrOSEnforceSystemAecDescription[] =
6405 "Enforces using the system variant in CrAS of the AEC";
6406
6407const char kCrOSEnforceSystemAecAgcName[] =
6408 "Enforce using the system AEC and AGC in CrAS";
6409const char kCrOSEnforceSystemAecAgcDescription[] =
6410 "Enforces using the system variants in CrAS of the AEC and AGC.";
6411
6412const char kCrOSEnforceSystemAecNsName[] =
6413 "Enforce using the system AEC and NS in CrAS";
6414const char kCrOSEnforceSystemAecNsDescription[] =
6415 "Enforces using the system variants in CrAS of the AEC and NS.";
6416
6417const char kCrOSEnforceSystemAecNsAgcName[] =
6418 "Enforce using the system AEC, NS and AGC in CrAS";
6419const char kCrOSEnforceSystemAecNsAgcDescription[] =
6420 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
6421
Jan Lanik1812e6882022-05-24 18:43:356422const char kCrosPrivacyHubName[] = "Enable ChromeOS Privacy Hub";
6423const char kCrosPrivacyHubDescription[] = "Enables ChromeOS Privacy Hub.";
6424
Jan Lanik3f592332022-10-06 21:08:006425const char kCrosPrivacyHubV0Name[] =
6426 "Enable ChromeOS Privacy Hub without the location switch.";
6427const char kCrosPrivacyHubV0Description[] =
6428 "Enables ChromeOS Privacy Hub without the location switch.";
Jan Lanik4aa0d0f12022-08-08 20:50:476429
Pavol Marko798ffdb42022-06-23 13:22:426430const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
6431 "Disable closing idle sockets on memory pressure";
6432const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
6433 "If enabled, idle sockets will not be closed when chrome detects memory "
6434 "pressure. This applies to web pages only and not to internal requests.";
6435
Jenny Zhang0f8cb4fc2022-05-27 00:03:506436const char kDisableOfficeEditingComponentAppName[] =
6437 "Disable Office Editing for Docs, Sheets & Slides";
6438const char kDisableOfficeEditingComponentAppDescription[] =
6439 "Disables Office Editing for Docs, Sheets & Slides component app so "
6440 "handlers won't be registered, making it possible to install another "
6441 "version for testing.";
6442
Tim Sergeante9c45c42022-03-17 21:53:526443const char kIntentChipSkipsPickerName[] =
6444 "Link capturing intent chip skips the intent picker bubble";
6445const char kIntentChipSkipsPickerDescription[] =
6446 "When enabled, clicking the intent chip in the Omnibox will skip the "
6447 "intent picker bubble and launch directly into the app. If multiple apps "
6448 "are installed for a URL, the intent picker will still be shown for "
6449 "disambigation.";
6450
Tim Sergeantb1ba003d2022-03-21 07:09:106451const char kIntentChipAppIconName[] =
6452 "Show app icons in the link capturing intent chip";
6453const char kIntentChipAppIconDescription[] =
6454 "When enabled, the intent chip in the Omnibox will show the app icon for "
6455 "the app which can handle the current URL.";
6456
Yi Xieac082b42022-08-03 09:58:376457const char kKioskEnableAppServiceName[] = "Enable App Service in Kiosk.";
6458const char kKioskEnableAppServiceDescription[] =
6459 "Uses App Service to install web apps and launch both Chrome apps and web "
6460 "apps in Kiosk sessions.";
6461
Femi Adegunloyec22dc3e2022-09-08 15:25:586462const char kLacrosColorManagementName[] = "Enable Chrome Color Management.";
6463const char kLacrosColorManagementDescription[] =
Femi Adegunloyea465b4f2023-03-02 21:59:036464 "When enabled, this should allow for HDR content to be displayed on "
6465 "compatible devices.";
Femi Adegunloyec22dc3e2022-09-08 15:25:586466
Tim Sergeanta596e2f2022-07-06 05:27:306467const char kLinkCapturingAutoDisplayIntentPickerName[] =
6468 "Enable auto-display of intent picker bubble";
6469const char kLinkCapturingAutoDisplayIntentPickerDescription[] =
6470 "When enabled, the intent picker bubble will automatically display when "
6471 "clicking a link which can be opened in installed apps. Only applies when "
6472 "'Enable updated link capturing UI' is enabled.";
6473
Tim Sergeante9c45c42022-03-17 21:53:526474const char kLinkCapturingInfoBarName[] = "Enable link capturing info bar";
6475const char kLinkCapturingInfoBarDescription[] =
6476 "Enables an info bar which appears when launching a web app through the "
6477 "Omnibox intent chip, prompting to update the link capturing setting for "
6478 "that app.";
6479
Lei Zhang44abd5d22022-01-11 00:32:346480const char kLinkCapturingUiUpdateName[] = "Enable updated link capturing UI";
6481const char kLinkCapturingUiUpdateDescription[] =
Tim Sergeante47c0ad52021-12-19 23:43:576482 "Enables updated UI for link capturing flows from the browser to apps, "
6483 "including the intent picker and an in-app link capturing prompt.";
Jon Mannf67d2fb2022-02-28 06:26:226484
6485const char kMessagesPreinstallName[] = "Preinstall Messages PWA";
6486const char kMessagesPreinstallDescription[] =
6487 "Enables preinstallation of the Messages for Web PWA for unmanaged users.";
Maksim Moskvitin70a77cb2022-04-06 12:26:406488
Alan Cutter2fc3ff932022-09-28 09:44:576489const char kMicrosoftOfficeWebAppExperimentName[] =
6490 "Microsoft Office web app experiment";
6491const char kMicrosoftOfficeWebAppExperimentDescription[] =
6492 "A ChromeOS experiment on the Microsoft Office web app that overrides the "
6493 "scope and theme color. Not intended for public release; this is testing "
6494 "capabilites that will be available to websites at a later date.";
6495
Youssef Esmatc732bf82022-05-27 00:47:196496const char kOneGroupPerRendererName[] =
6497 "Use one cgroup for each foreground renderer";
6498const char kOneGroupPerRendererDescription[] =
6499 "Places each Chrome foreground renderer into its own cgroup";
6500
Glen Robertson371a2df2023-02-15 04:18:196501const char kPreinstalledWebAppWindowExperimentName[] =
6502 "Preinstalled web app window experiment.";
6503const char kPreinstalledWebAppWindowExperimentDescription[] =
6504 "A ChromeOS experiment for new users that makes all preinstalled web apps "
6505 "open in windows with link capturing enabled, or tabs, instead of the "
6506 "default behavior.";
6507
Yue Li806e5d82022-09-14 00:16:026508const char kDisableQuickAnswersV2TranslationName[] =
6509 "Disable Quick Answers Translation";
6510const char kDisableQuickAnswersV2TranslationDescription[] =
6511 "Disable translation services of the Quick Answers.";
6512
Maksim Moskvitin70a77cb2022-04-06 12:26:406513const char kSyncChromeOSExplicitPassphraseSharingName[] =
6514 "Sync passphrase sharing";
6515const char kSyncChromeOSExplicitPassphraseSharingDescription[] =
6516 "Allows sharing custom sync passphrase between OS and Browser on ChromeOS";
Michelle724c6bfb22022-12-15 04:55:386517
Jason Rhee7fba0eb2023-01-17 02:21:086518const char kChromeOSSyncedSessionSharingName[] =
6519 "Synced session sharing on ChromeOS";
6520const char kChromeOSSyncedSessionSharingDescription[] =
6521 "Allows sharing synced sessions between OS and Browser on ChromeOS";
6522
Michelle724c6bfb22022-12-15 04:55:386523const char kTouchTextEditingRedesignName[] = "Touch Text Editing Redesign";
6524const char kTouchTextEditingRedesignDescription[] =
6525 "Enables new touch text editing features.";
Xiaohan Wang55ae2c012022-01-20 21:49:116526#endif // BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:086527
Pilar Molina Lopezae61dfc2022-01-21 21:04:456528#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216529const char kVaapiVP9kSVCEncoderName[] =
6530 "VA-API encode acceleration for k-SVC VP9";
6531const char kVaapiVP9kSVCEncoderDescription[] =
6532 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
Pilar Molina Lopezae61dfc2022-01-21 21:04:456533#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216534
Xiaohan Wang55ae2c012022-01-20 21:49:116535#if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526536const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
6537const char kChromeOSDirectVideoDecoderDescription[] =
6538 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
6539 "implementation. Note that this might be entirely disallowed by the "
6540 "--platform-disallows-chromeos-direct-video-decoder command line switch "
6541 "which is added for platforms where said direct VideoDecoder does not work "
6542 "or is not well tested (see the disable_cros_video_decoder USE flag in "
Richard Chuia9ed7be12022-04-13 21:30:356543 "ChromeOS)";
Hirokazu Honda5a3450c2022-06-17 14:16:256544const char kChromeOSHWVBREncodingName[] =
6545 "ChromeOS Hardware Variable Bitrate Encoding";
6546const char kChromeOSHWVBREncodingDescription[] =
6547 "Enables the hardware-accelerated variable bitrate (VBR) encoding on "
6548 "ChromeOS. If the hardware encoder supports VBR for a specified codec, a "
6549 "video is recorded in VBR encoding in MediaRecoder API automatically and "
6550 "WebCodecs API if configured so.";
Fritz Koeniga0770f5c2022-04-06 18:17:556551#if defined(ARCH_CPU_ARM_FAMILY)
Justin Green0b5c48992022-10-10 22:16:046552const char kPreferGLImageProcessorName[] = "Prefer GL image processor";
6553const char kPreferGLImageProcessorDescription[] =
6554 "Prefers the GL image processor for format conversion of video frames over"
6555 " both the libYUV and hardware implementations";
Fritz Koeniga0770f5c2022-04-06 18:17:556556#endif // defined(ARCH_CPU_ARM_FAMILY)
Xiaohan Wang55ae2c012022-01-20 21:49:116557#endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526558
Xiaohan Wang55ae2c012022-01-20 21:49:116559#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:386560const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
6561const char kZeroCopyVideoCaptureDescription[] =
6562 "Camera produces a gpu friendly buffer on capture and, if there is, "
6563 "hardware accelerated video encoder consumes the buffer";
Xiaohan Wang55ae2c012022-01-20 21:49:116564#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
yhanadac5bff5b2017-05-18 06:37:096565
Collin Baker75a29462019-03-13 19:57:316566// All views-based platforms --------------------------------------------------
6567
6568#if defined(TOOLKIT_VIEWS)
6569
Mohamed Amir Yosef4d5d526b2022-11-10 11:05:256570const char kRevampedPasswordManagementBubbleName[] =
6571 "Revamped Password Managment Bubble (Desktop)";
6572const char kRevampedPasswordManagementBubbleDescription[] =
6573 "Enable the new password managment bubble triggered by clicking the key "
6574 "icon in the omnibox.";
6575
Pengchao Cai74b3379d2022-09-09 18:55:186576const char kSearchWebInSidePanelName[] = "Search web in side panel";
6577const char kSearchWebInSidePanelDescription[] =
6578 "Displays right-click search results of a highlighted text in side panel";
6579
Collin Baker75a29462019-03-13 19:57:316580#endif // defined(TOOLKIT_VIEWS)
6581
Brett Wilson7b44537e2017-08-18 01:38:286582// Random platform combinations -----------------------------------------------
6583
Xiaohan Wang55ae2c012022-01-20 21:49:116584#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
Xiaohan Wang55ae2c012022-01-20 21:49:116585 BUILDFLAG(IS_FUCHSIA)
Leonard Greye2b8fe92022-03-04 20:36:016586const char kQuickCommandsName[] = "Quick Commands";
6587const char kQuickCommandsDescription[] =
6588 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
6589
Xiaohan Wang55ae2c012022-01-20 21:49:116590#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
6591 // BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:456592
Jonathan Freed4d92f282022-08-12 19:01:056593#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
6594 BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
6595const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
6596const char kFollowingFeedSidepanelDescription[] =
6597 "Enables the following feed in the sidepanel.";
6598#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
6599 // BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
6600
James Lee89b449e52022-12-13 18:14:526601#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_ANDROID)
6602const char kLocalWebApprovalsName[] = "Local web approvals";
6603const char kLocalWebApprovalsDescription[] =
6604 "Enable local web approvals for Family Link users. Web filter interstitial "
6605 "refresh needs to also be enabled.";
6606#endif
6607
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:116608#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
6609const char kUseOutOfProcessVideoDecodingName[] =
6610 "Use out-of-process video decoding (OOP-VD)";
6611const char kUseOutOfProcessVideoDecodingDescription[] =
6612 "Start utility processes to do hardware video decoding. Note: on LaCrOS, "
6613 "this task is delegated to ash-chrome by requesting a "
6614 "media.stable.mojom.StableVideoDecoderFactory through the crosapi (so "
6615 "chrome://flags#expose-out-of-process-video-decoding-to-lacros must be "
6616 "enabled in ash-chrome).";
6617#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
6618
Xiaohan Wang55ae2c012022-01-20 21:49:116619#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:276620const char kWebShareName[] = "Web Share";
6621const char kWebShareDescription[] =
6622 "Enables the Web Share (navigator.share) APIs on experimentally supported "
6623 "platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:116624#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:276625
Xiaohan Wang55ae2c012022-01-20 21:49:116626#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:066627const char kOzonePlatformHintChoiceDefault[] = "Default";
6628const char kOzonePlatformHintChoiceAuto[] = "Auto";
6629const char kOzonePlatformHintChoiceX11[] = "X11";
6630const char kOzonePlatformHintChoiceWayland[] = "Wayland";
6631
6632const char kOzonePlatformHintName[] = "Preferred Ozone platform";
6633const char kOzonePlatformHintDescription[] =
6634 "Selects the preferred platform backend used on Linux. The default one is "
6635 "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. ";
Xiaohan Wang55ae2c012022-01-20 21:49:116636#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:066637
Alvin Ji3443b9b2022-06-17 19:57:476638#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6639const char kWebBluetoothConfirmPairingSupportName[] =
6640 "Web Bluetooth confirm pairing support";
6641const char kWebBluetoothConfirmPairingSupportDescription[] =
6642 "Enable confirm-only and confirm-pin pairing mode support for Web "
6643 "Bluetooth";
6644#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6645
Adem Derinel64bdf052022-02-02 08:14:236646#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
6647const char kSkipUndecryptablePasswordsName[] =
6648 "Skip undecryptable passwords to use the available decryptable "
6649 "passwords.";
6650const char kSkipUndecryptablePasswordsDescription[] =
6651 "Makes the decryptable passwords available in the password manager when "
6652 "there are undecryptable ones.";
Adem Derinel72376572022-12-06 10:42:546653const char kForcePasswordInitialSyncWhenDecryptionFailsName[] =
6654 "Force initial sync to clean local undecryptable passwords during startup";
6655const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] =
6656 "During startup checks if there are undecryptable passwords in the local "
6657 "storage and requests initial sync.";
Adem Derinel64bdf052022-02-02 08:14:236658#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
6659
David Benjamin371481f2022-06-15 15:57:406660#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6661const char kAsyncDnsName[] = "Async DNS resolver";
6662const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
6663#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6664
Brett Wilson7b44537e2017-08-18 01:38:286665// Feature flags --------------------------------------------------------------
6666
Sam Zackrissonb49345a2022-03-25 11:15:046667#if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
6668extern const char kChromeWideEchoCancellationName[] =
6669 "Chrome-wide echo cancellation";
6670extern const char kChromeWideEchoCancellationDescription[] =
6671 "Run WebRTC capture audio processing in the audio process instead of the "
6672 "renderer processes, thereby cancelling echoes from more audio sources.";
6673#endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
6674
Wez02cedeba2022-07-26 12:48:386675#if BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:466676const char kDcheckIsFatalName[] = "DCHECKs are fatal";
6677const char kDcheckIsFatalDescription[] =
6678 "By default Chrome will evaluate in this build, but only log failures, "
6679 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
Wez02cedeba2022-07-26 12:48:386680#endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:466681
Alex Cooperbdd9a762023-01-24 23:29:546682#if BUILDFLAG(ENABLE_CARDBOARD)
6683extern const char kEnableCardboardName[] = "Enable Cardboard VR WebXR Runtime";
6684extern const char kEnableCardboardDescription[] =
6685 "Enables the use of the Cardboard SDK runtime for WebXR instead of the"
6686 "Google VR Services (or GVR) runtime to start a WebXR-based immersive-vr"
6687 "session.";
6688#endif // ENABLE_CARDBOARD
6689
Derek Schuff71d9a922019-04-24 21:36:006690#if BUILDFLAG(ENABLE_NACL)
6691const char kNaclName[] = "Native Client";
6692const char kNaclDescription[] =
6693 "Support Native Client for all web applications, even those that were not "
6694 "installed from the Chrome Web Store.";
Fabian Sommer0d6568b2022-01-05 16:58:346695const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client";
6696const char kVerboseLoggingInNaclDescription[] =
6697 "Control the level of verbose logging in Native Client modules for "
6698 "debugging purposes.";
6699const char kVerboseLoggingInNaclChoiceDefault[] = "Default";
6700const char kVerboseLoggingInNaclChoiceLow[] = "Low";
6701const char kVerboseLoggingInNaclChoiceMedium[] = "Medium";
6702const char kVerboseLoggingInNaclChoiceHigh[] = "High";
6703const char kVerboseLoggingInNaclChoiceHighest[] = "Highest";
6704const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled";
Derek Schuff71d9a922019-04-24 21:36:006705#endif // ENABLE_NACL
6706
Alan Screened2fdda2021-09-15 17:24:466707#if BUILDFLAG(ENABLE_OOP_PRINTING)
6708const char kEnableOopPrintDriversName[] =
6709 "Enables Out-of-Process Printer Drivers";
6710const char kEnableOopPrintDriversDescription[] =
6711 "Enables printing interactions with the operating system to be performed "
6712 "out-of-process.";
6713#endif // BUILDFLAG(ENABLE_OOP_PRINTING)
6714
Xiaohan Wang55ae2c012022-01-20 21:49:116715#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:566716const char kPaintPreviewDemoName[] = "Paint Preview Demo";
6717const char kPaintPreviewDemoDescription[] =
6718 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:356719 "previews.";
Xiaohan Wang55ae2c012022-01-20 21:49:116720#endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID)
ckitagawa8dad53d2020-01-07 16:03:356721
Lei Zhangc05af2a2020-05-15 20:54:056722#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
Yuheng Huang4d0b941fc2021-10-12 05:30:366723const char kWebUITabStripFlagId[] = "webui-tab-strip";
Lei Zhangc05af2a2020-05-15 20:54:056724const char kWebUITabStripName[] = "WebUI tab strip";
6725const char kWebUITabStripDescription[] =
6726 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:006727
6728const char kWebUITabStripContextMenuAfterTapName[] =
6729 "WebUI tab strip context menu after tap";
6730const char kWebUITabStripContextMenuAfterTapDescription[] =
6731 "Enables the context menu to appear after a tap gesture rather than "
6732 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:056733#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
6734
Yuta Hijikata235fc62b2020-12-08 03:48:326735#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:486736const char kWebUITabStripTabDragIntegrationName[] =
6737 "ChromeOS drag-drop extensions for WebUI tab strip";
6738const char kWebUITabStripTabDragIntegrationDescription[] =
6739 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
6740 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:326741#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:486742
Xiaohan Wang55ae2c012022-01-20 21:49:116743#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:286744
6745const char kAutofillCreditCardUploadName[] =
6746 "Enable offering upload of Autofilled credit cards";
6747const char kAutofillCreditCardUploadDescription[] =
6748 "Enables a new option to upload credit cards to Google Payments for sync "
6749 "to all Chrome devices.";
6750
Xiaohan Wang55ae2c012022-01-20 21:49:116751#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:286752
Xiaohan Wang55ae2c012022-01-20 21:49:116753#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:336754const char kElasticOverscrollName[] = "Elastic Overscroll";
6755const char kElasticOverscrollDescription[] =
6756 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
Xiaohan Wang55ae2c012022-01-20 21:49:116757#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:336758
Xiaohan Wang55ae2c012022-01-20 21:49:116759#if BUILDFLAG(IS_WIN) || \
6760 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
6761 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
Wei Li51e9c162021-02-01 19:53:356762const char kUIDebugToolsName[] = "Debugging tools for UI";
6763const char kUIDebugToolsDescription[] =
6764 "Enables additional keyboard shortcuts to help debugging.";
Andrea Gomez6536254b2022-08-03 09:07:596765
6766const char kDesktopDetailedLanguageSettingsName[] =
6767 "Detailed Language Settings (Desktop)";
6768const char kDesktopDetailedLanguageSettingsDescription[] =
6769 "Enable the new detailed language settings page";
Gabriel Oliveirac1792c82022-08-17 17:31:416770
Tibor Goldschwendtf9501a62023-03-23 03:11:196771const char kSyncPollImmediatelyOnEveryStartupName[] =
6772 "Sync Poll Immediately On Every Startup";
6773const char kSyncPollImmediatelyOnEveryStartupDescription[] =
6774 "Sends a poll GetUpdates request on every browser startup.";
6775
Gabriel Oliveirac1792c82022-08-17 17:31:416776const char kSyncPromoAfterSigninInterceptName[] =
6777 "Sync Promo After Sign-in Intercept";
6778const char kSyncPromoAfterSigninInterceptDescription[] =
6779 "Enable updates in the first run experience for a new profile in the "
6780 "Sign-in Intercept, such as a Sync Promo step and an updated Profile "
6781 "Customization UI, which is also used for local profile creation.";
6782
6783const char kSigninInterceptBubbleV2Name[] = "Sign-in Intercept Bubble V2";
6784const char kSigninInterceptBubbleV2Description[] =
6785 "Enable visual updates to the sign-in intercept bubble, such as updated "
6786 "illustration, strings and an enterprise disclaimer.";
Wei Li51e9c162021-02-01 19:53:356787#endif
6788
Tomas Popela253a5832019-01-14 17:22:106789#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:546790const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
6791const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:106792 "When enabled the WebRTC will use the PipeWire multimedia server for "
6793 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:106794#endif // #if defined(WEBRTC_USE_PIPEWIRE)
6795
ananubisff476b02021-07-27 07:09:586796#if BUILDFLAG(IS_CHROMEOS_ASH)
Ben Franz441a84c2022-04-05 08:44:556797const char kChromeKioskEnableLacrosName[] =
6798 "Enables Lacros in the chrome app Kiosk";
6799const char kChromeKioskEnableLacrosDescription[] =
6800 "Uses Lacros-chrome as the web browser in the chrome app Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:356801 "ChromeOS. When disabled, the Ash-chrome will be used";
Ben Franz441a84c2022-04-05 08:44:556802
ananubisff476b02021-07-27 07:09:586803const char kWebKioskEnableLacrosName[] =
6804 "Enables Lacros in the web (PWA) Kiosk";
6805const char kWebKioskEnableLacrosDescription[] =
6806 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:356807 "ChromeOS. When disabled, the Ash-chrome will be used";
Jenny Zhang6bdaa162022-07-14 01:22:306808
6809const char kDisableLacrosTtsSupportName[] = "Disable lacros tts support";
6810const char kDisableLacrosTtsSupportDescription[] =
6811 "Disable lacros support for text to speech.";
6812
Vivian Paofc22288b2022-12-07 03:00:116813const char kPromiseIconsName[] = "Promise Icons";
6814const char kPromiseIconsDescription[] =
6815 "Enables promise icons in the Launcher and Shelf (if the app is pinned) "
6816 "for app installations.";
6817
ananubisff476b02021-07-27 07:09:586818#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6819
Brett Wilson7b44537e2017-08-18 01:38:286820// ============================================================================
6821// Don't just add flags to the end, put them in the right section in
6822// alphabetical order just like the header file.
6823// ============================================================================
6824
vabr0215a8e2017-03-28 12:47:346825} // namespace flag_descriptions