blob: a26a22a3a9b3d94e7d88e81a95a7556e58fe3a9d [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
Vinny Persky13d8dde2022-10-04 19:34:13403const char kAutofillEnableCvcForVcnYellowPathName[] =
404 "Enable CVC Authentication in the yellow path of the VCN retrieval flow";
405const char kAutofillEnableCvcForVcnYellowPathDescription[] =
406 "When enabled, if the user encounters the yellow path (challenge path) in "
407 "the VCN retrieval flow and the server denotes that the card is eligible "
408 "for CVC authentication, CVC authentication will be offered as one of the "
409 "challenge options.";
410
Alexander Teklea82c4142023-02-22 01:33:42411const char kAutofillEnableNewCardArtAndNetworkImagesName[] =
412 "Enable showing new card art and network images";
413const char kAutofillEnableNewCardArtAndNetworkImagesDescription[] =
414 "When enabled, new and larger card art and network icons will be shown.";
415
Jared Saul702563e2021-09-20 22:36:52416const char kAutofillEnableOfferNotificationForPromoCodesName[] =
417 "Extend Autofill offers and rewards notification to promo code offers";
418const char kAutofillEnableOfferNotificationForPromoCodesDescription[] =
419 "When enabled, a notification will be displayed on page navigation if the "
420 "domain has an eligible merchant promo code offer or reward.";
421
siashaheb118ad52020-12-15 00:17:07422const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
423 "Enable Autofill offers in keyboard accessory";
424const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
425 "When enabled, offers will be displayed in the keyboard accessory when "
426 "available.";
427
Alexander Tekleb4643812023-01-06 23:12:30428const char kAutofillEnableRankingFormulaAddressProfilesName[] =
429 "Enable new Autofill suggestion ranking formula for profiles";
430const char kAutofillEnableRankingFormulaAddressProfilesDescription[] =
431 "When enabled, Autofill will use a new ranking formula to rank Autofill "
432 "profile suggestions.";
433
Alexander Tekle35dfbbd2023-01-31 08:32:39434const char kAutofillEnableRankingFormulaCreditCardsName[] =
435 "Enable new Autofill suggestion ranking formula for credit cards";
436const char kAutofillEnableRankingFormulaCreditCardsDescription[] =
437 "When enabled, Autofill will use a new ranking formula to rank Autofill "
438 "credit card suggestions.";
439
Siyu An3194bda2022-07-13 19:30:37440const char kAutofillEnableRemadeDownstreamMetricsName[] =
441 "Enable remade Autofill Downstream metrics logging";
442const char kAutofillEnableRemadeDownstreamMetricsDescription[] =
443 "When enabled, some extra metrics logging for Autofill Downstream will "
444 "start.";
445
siashah2b698e2b2021-04-21 15:09:55446const char kAutofillEnableStickyManualFallbackForCardsName[] =
447 "Make manual fallback sticky for credit cards";
448const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
449 "When enabled, if the user interacts with the manual fallback bottom "
450 "sheet, it'll remain sticky until the user dismisses it.";
451
Vinny Perskyf98de022022-01-05 22:14:10452const char kAutofillEnableUpdateVirtualCardEnrollmentName[] =
453 "Enable Update Virtual Card Enrollment";
454const char kAutofillEnableUpdateVirtualCardEnrollmentDescription[] =
455 "When enabled, the user will have the ability to update the virtual card "
456 "enrollment of a credit card through their chrome browser after certain "
457 "autofill flows (for example, downstream and upstream), and from the "
458 "settings page.";
459
Vinny Persky650f84402022-04-14 18:46:18460const char kAutofillEnableVirtualCardFidoEnrollmentName[] =
461 "Enable FIDO enrollment for virtual cards";
462const char kAutofillEnableVirtualCardFidoEnrollmentDescription[] =
463 "When enabled, after a successful authentication to autofill a virtual "
464 "card, the user will be prompted to opt-in to FIDO if the user is not "
465 "currently opted-in, and if the user is opted-in already and the virtual "
466 "card is FIDO eligible the user will be prompted to register the virtual "
467 "card into FIDO.";
468
siyua19593222019-12-04 22:27:06469const char kAutofillEnableVirtualCardName[] =
470 "Offer to use cloud token virtual card in Autofill";
471const char kAutofillEnableVirtualCardDescription[] =
472 "When enabled, if all requirements are met, Autofill will offer to use "
473 "virtual credit cards in form filling.";
474
Vipul Vinod Koul633bbf652023-02-21 23:34:11475const char kAutofillEnableNewSaveCardBubbleUiName[] =
476 "Update UI messaging and banner image for credit card upload save";
477const char kAutofillEnableNewSaveCardBubbleUiDescription[] =
478 "When enabled, the user will see a new banner logo and text in the bubble "
479 "offering to upload their cards to Google Pay.";
480
Siyu Ana8b9a0bc2022-01-31 19:40:41481const char kAutofillEnableVirtualCardManagementInDesktopSettingsPageName[] =
482 "Enable virtual card enrollment management in desktop payments settings "
483 "page";
484const char
485 kAutofillEnableVirtualCardManagementInDesktopSettingsPageDescription[] =
486 "When enabled, chrome://settings/payments will offer the option to "
487 "enroll in virtual card if the card is eligible and to unenroll if the "
488 "card has been enrolled.";
489
Siyu An003243c2022-04-07 22:13:11490const char kAutofillEnableVirtualCardMetadataName[] =
491 "Enable showing metadata for virtual cards";
492const char kAutofillEnableVirtualCardMetadataDescription[] =
493 "When enabled, Chrome will show metadata together with other card "
494 "information when the virtual card is presented to users.";
495
Siyu Anff02e742022-04-07 19:08:22496const char kAutofillEnforceDelaysInStrikeDatabaseName[] =
497 "Enforce delay between offering Autofill opportunities in the strike "
498 "database";
499const char kAutofillEnforceDelaysInStrikeDatabaseDescription[] =
500 "When enabled, if previous Autofill feature offer was declined, "
501 "Chrome will wait for some time before showing the offer again.";
502
Qihui Zhao30bf4ca2022-07-26 20:24:59503extern const char kAutofillFillIbanFieldsName[] =
504 "Enable Autofill of IBAN fields in forms";
505extern const char kAutofillFillIbanFieldsDescription[] =
506 "When enabled, Autofill will attempt to fill IBAN (International Bank "
507 "Account Number) fields when data is available.";
508
Jared Saul2188f762021-08-02 21:22:23509const char kAutofillFillMerchantPromoCodeFieldsName[] =
510 "Enable Autofill of promo code fields in forms";
511const char kAutofillFillMerchantPromoCodeFieldsDescription[] =
512 "When enabled, Autofill will attempt to fill merchant promo/coupon/gift "
513 "code fields when data is available.";
514
Matthias Körber44082a492021-09-15 18:29:18515const char kAutofillHighlightOnlyChangedValuesInPreviewModeName[] =
516 "Highlight only changed values in preview mode.";
517const char kAutofillHighlightOnlyChangedValuesInPreviewModeDescription[] =
518 "When Autofill is previewing filling a form, already autofilled values "
519 "and other values that are not changed by accepting the preview should "
520 "not be highlighted.";
521
Qihui Zhao72836c62022-12-16 04:31:41522const char kAutofillOfferToSaveCardWithSameLastFourName[] =
523 "Offer credit card save for cards with same last-4 but different "
524 "expiration dates";
525const char kAutofillOfferToSaveCardWithSameLastFourDescription[] =
526 "Offer credit card save when Chrome detects a card number with the same "
527 "last 4 digits as an existing server card, but a different expiration "
528 "date.";
529
Nakul Vaidya876210f2022-08-08 17:47:19530const char kAutofillParseIBANFieldsName[] = "Parse IBAN fields in forms";
531const char kAutofillParseIBANFieldsDescription[] =
Nakul Vaidyaddfdfbc2022-06-28 23:43:32532 "When enabled, Autofill will attempt to find International Bank Account "
533 "Number (IBAN) fields when parsing forms.";
534
Nakul Vaidya13ca2042022-07-27 01:59:55535const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsName[] =
536 "Parse standalone CVC fields for VCN card on file in forms";
537const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsDescription[] =
538 "When enabled, Autofill will attempt to find standalone CVC fields for VCN "
539 "card on file when parsing forms.";
540
Vidhan5885afa2022-06-23 15:18:16541const char kAutofillPreventOverridingPrefilledValuesName[] =
542 "Prevent Autofill from overriding prefilled field values";
543const char kAutofillPreventOverridingPrefilledValuesDescription[] =
544 "When enabled, Autofill won't override any field values that have not been "
545 "filled by Autofill";
546
Dmitry Vykochko91af82b02022-12-09 17:37:37547const char kAutofillMoreProminentPopupName[] = "More prominent Autofill popup";
548const char kAutofillMoreProminentPopupDescription[] =
549 "If enabled Autofill's popup becomes more prominent, i.e. its shadow "
550 "becomes more emphasized, position is also updated";
551
Qihui Zhao69ac9eee2022-12-15 21:36:39552const char kAutofillRemoveCardExpirationAndTypeTitlesName[] =
553 "Remove expiration and type titles from Chrome Payment Settings page on "
554 "desktop";
555const char kAutofillRemoveCardExpirationAndTypeTitlesDescription[] =
556 "When enabled, expiration and type titles will be removed from the Chrome "
557 "Payment Settings page on desktop platforms.";
558
Lei Zhang507fffd2020-01-29 23:47:54559const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47560 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54561const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47562 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
563 "it will offer to save it. If saved, it will be offered for filling in "
564 "fields which expect a VPA.";
565
Jan Keitel05180472023-03-01 11:01:42566const char kAutofillShowAutocompleteDeleteButtonName[] =
567 "Show a delete button for Autocomplete entries";
568const char kAutofillShowAutocompleteDeleteButtonDescription[] =
569 "When enabled, Autocomplete entries in filling popups will contain a "
570 "delete button";
571
Vidhanb03b1ea2022-05-19 12:07:58572const char kAutofillShowManualFallbackInContextMenuName[] =
573 "Show Autofill options in Context Menu";
574const char kAutofillShowManualFallbackInContextMenuDescription[] =
575 "When enabled, users would get address/credit cards/passwords autofilling "
576 "options in the context menu if the context menu is opened on a text field";
577
Vipul Vinod Koulaebbcb3a2023-01-05 19:50:50578const char kAutofillSuggestServerCardInsteadOfLocalCardName[] =
579 "Suggest Server card instead of Local card for deduped cards";
580const char kAutofillSuggestServerCardInsteadOfLocalCardDescription[] =
581 "When enabled, Autofill suggestions that consist of a local and server "
582 "version of the same card will attempt to fill the server card upon "
583 "selection instead of the local card.";
584
Vishwas Uppoor940bd242022-12-15 09:49:42585const char kAutofillTouchToFillForCreditCardsAndroidName[] =
586 "Enable Touch To Fill bottomsheet for Autofill credit card suggestions";
587const char kAutofillTouchToFillForCreditCardsAndroidDescription[] =
588 "When enabled, Autofill credit card suggestions are shown on the "
589 "Touch To Fill bottomsheet";
590
Jared Saulb0473bd2022-04-20 00:03:41591const char kAutofillUpstreamAllowAdditionalEmailDomainsName[] =
592 "Allow Autofill credit card upload save for select non-Google-based "
593 "accounts";
594const char kAutofillUpstreamAllowAdditionalEmailDomainsDescription[] =
595 "When enabled, credit card upload is offered if the user's logged-in "
596 "account's domain is from a common email provider.";
597
598const char kAutofillUpstreamAllowAllEmailDomainsName[] =
599 "Allow Autofill credit card upload save for all non-Google-based accounts";
600const char kAutofillUpstreamAllowAllEmailDomainsDescription[] =
601 "When enabled, credit card upload is offered without regard to the user's "
602 "logged-in account's domain.";
603
Jared Saul5363f3962023-03-10 23:03:51604const char kAutofillUpstreamAuthenticatePreflightCallName[] =
605 "Set authentication token in credit card upload preflight call";
606const char kAutofillUpstreamAuthenticatePreflightCallDescription[] =
607 "When enabled, sets the OAuth2 token in GetUploadDetails requests to "
608 "Google Payments, in order to provide a better experience for users with "
609 "server-side features disabled but not client-side features.";
610
Jared Saul5ea8b257f2023-02-22 18:53:27611const char kAutofillUpstreamUseAlternateSecureDataTypeName[] =
612 "Use alternate secure data type for credit card upload save";
613const char kAutofillUpstreamUseAlternateSecureDataTypeDescription[] =
614 "When enabled, the secure data type for cards sent during credit card "
615 "upload save is updated to match newer server requirements.";
616
Caitlin Fischer43edd90a2019-05-01 13:24:30617const char kAutofillUseImprovedLabelDisambiguationName[] =
618 "Autofill Uses Improved Label Disambiguation";
619const char kAutofillUseImprovedLabelDisambiguationDescription[] =
620 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
621 "using the improved disambiguation format.";
622
Vishwas Uppoor416acea2023-03-09 02:25:22623const char kAutofillVirtualCardsOnTouchToFillAndroidName[] =
624 "Enable virtual cards on Touch To Fill bottomsheet for credit cards";
625const char kAutofillVirtualCardsOnTouchToFillAndroidDescription[] =
626 "When enabled, virtual credit card suggestions are shown on the Touch To "
627 "Fill bottomsheet for credit cards.";
628
Alexander Timin6ae060b62019-09-17 11:21:37629const char kBackForwardCacheName[] = "Back-forward cache";
630const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44631 "If enabled, caches eligible pages after cross-site navigations."
632 "To enable caching pages on same-site navigations too, choose 'enabled "
633 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37634
Yuzu Saijo312b8432022-03-01 03:27:31635const char kEnableBackForwardCacheForScreenReaderName[] =
636 "Enable Back-forward cache for screen readers";
637const char kEnableBackForwardCacheForScreenReaderDescription[] =
638 "If enabled, allow pages to enter back/forward cache even if a screen "
639 "reader is in use. The page might still not be cached for other reasons.";
640
minch1b874012021-06-17 00:21:33641const char kBentoBarName[] = "Persistent desks bar";
642const char kBentoBarDescription[] =
643 "Showing a persistent desks bar at the top of the screen in clamshell mode "
644 "when there are more than one desk.";
645
Ioana Pandele69fe4672021-04-28 08:06:37646const char kBiometricReauthForPasswordFillingName[] =
647 "Biometric reauth for password filling";
648const char kBiometricReauthForPasswordFillingDescription[] =
649 "Enables biometric"
650 "re-authentication before password filling";
651
Norge Vizcay5f6bfb42022-06-10 08:33:14652const char kFastCheckoutName[] = "Fast Checkout";
653const char kFastCheckoutDescription[] =
654 "Enables Fast Checkout experiences in Chrome.";
655
Illia Klimove406ecc12022-11-22 15:53:29656const char kFailFastQuietChipName[] = "Fail fast quiet chip";
657const char kFailFastQuietChipDescription[] =
658 "Enables fast finalization of a permission request if it is displayed as a "
659 "quiet chip.";
660
danielngdd3ef942021-10-28 06:42:48661const char kBorealisBigGlName[] = "Borealis Big GL";
662const char kBorealisBigGlDescription[] = "Enable Big GL when running Borealis.";
663
danielng1078c6372021-06-28 06:31:36664const char kBorealisDiskManagementName[] = "Borealis Disk management";
665const char kBorealisDiskManagementDescription[] =
666 "Enable experimental disk management settings.";
667
Nicholas Hollingum449d8252021-11-29 00:18:29668const char kBorealisForceBetaClientName[] = "Borealis Force Beta Client";
669const char kBorealisForceBetaClientDescription[] =
670 "Force the client to run its beta version.";
671
Nicholas Hollingume8672092022-08-25 04:23:16672const char kBorealisForceDoubleScaleName[] = "Borealis Force Double Scale";
673const char kBorealisForceDoubleScaleDescription[] =
674 "Force the client to run in 2x visual zoom.";
675
Nicholas Hollingum449d8252021-11-29 00:18:29676const char kBorealisLinuxModeName[] = "Borealis Linux Mode";
677const char kBorealisLinuxModeDescription[] =
678 "Do not run ChromeOS-specific code in the client.";
679
Nicholas Hollingum97500cc12022-03-03 22:44:43680// For UX reasons we prefer "enabled", but that is used internally to refer to
681// whether borealis is installed or not, so the name of the variable is a bit
682// different to the user-facing name.
683const char kBorealisPermittedName[] = "Borealis Enabled";
684const char kBorealisPermittedDescription[] =
685 "Allows Borealis to run on your device. Borealis may still be blocked for "
686 "other reasons, including: administrator settings, device hardware "
687 "capabilities, or other security measures.";
688
danielng573ad3742022-07-06 05:26:24689const char kBorealisStorageBallooningName[] = "Borealis Storage Ballooning";
690const char kBorealisStorageBallooningDescription[] =
691 "Enables storage balloning for Borealis. This takes precedence over the "
692 "other Borealis Disk management flag.";
693
Brett Wilsonf27ff602017-07-07 22:28:47694const char kBypassAppBannerEngagementChecksName[] =
695 "Bypass user engagement checks";
696const char kBypassAppBannerEngagementChecksDescription[] =
697 "Bypasses user engagement checks for displaying app banners, such as "
698 "requiring that users have visited the site before and that the banner "
699 "hasn't been shown recently. This allows developers to test that other "
700 "eligibility requirements for showing app banners, such as having a "
701 "manifest, are met.";
702
sisidovski62b577f22022-12-15 03:10:00703const char kServiceWorkerBypassFetchHandlerForMainResourceName[] =
704 "Bypass Service Worker Fetch Handler for main resource";
705const char kServiceWorkerBypassFetchHandlerForMainResourceDescription[] =
706 "Bypass starting a service worker and its fetch handler for main resource "
707 "requests. The service worker starts after sending a main resource request "
708 "and handles subresources. If the main resource could be handled in the "
709 "fetch handler, the feature may affect the page load.";
710
Elaine Chienaeb4adc2020-12-08 04:22:05711const char kChromeLabsName[] = "Chrome Labs";
712const char kChromeLabsDescription[] =
713 "Access Chrome Labs through the toolbar menu to see featured user-facing "
714 "experimental features.";
715
Elaine Chienf90ffa72023-01-25 19:18:32716const char kChromeRefresh2023Name[] = "Chrome Refresh 2023";
717const char kChromeRefresh2023Description[] = "Refresh of Chrome Desktop UI";
718
Yue Zhang25d72962022-06-13 21:14:05719const char kCommerceHintAndroidName[] = "Commerce Hint Android";
720const char kCommerceHintAndroidDescription[] =
721 "Enables commerce hint detection on Android.";
722
Jae Hoon Kim2d4256e2022-04-15 21:59:09723const char kConsumerAutoUpdateToggleAllowedName[] =
724 "Allow Consumer Auto Update Toggle";
725const char kConsumerAutoUpdateToggleAllowedDescription[] =
726 "Allow enabling the consumer auto update toggle in settings";
727
Nandhini11a6a87b2019-08-22 22:45:24728const char kContextMenuSearchWithGoogleLensName[] =
729 "Google Lens powered image search in the context menu.";
730const char kContextMenuSearchWithGoogleLensDescription[] =
731 "Replaces default image search with an intent to Google Lens when "
732 "supported.";
733
Anudeep Palankic903c59e2023-01-26 16:46:55734const char kContextMenuGoogleLensSearchOptimizationsName[] =
735 "Google Lens powered image search string variations in the context menu.";
736const char kContextMenuGoogleLensSearchOptimizationsDescription[] =
737 "Replaces Google Lens string variations when Google Lens is supported.";
738
sauski8fa237c2020-05-18 12:04:24739const char kClientStorageAccessContextAuditingName[] =
740 "Access contexts for client-side storage";
741const char kClientStorageAccessContextAuditingDescription[] =
742 "Record the first-party contexts in which client-side storage was accessed";
743
Shuran Huangd11e73e2021-04-14 16:10:12744const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
745 "Clear window name in top-level cross-site cross-browsing-context-group "
746 "navigation";
747const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
748 "Clear the preserved window.name property when it's a top-level cross-site "
749 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29750
Dana Fried16e9d9c2021-01-28 09:32:28751#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
752const char kChromeTipsInMainMenuName[] =
753 "Show 'Tips for Chrome' in Help portion of main menu.";
754const char kChromeTipsInMainMenuDescription[] =
755 "Enables 'Tips for Chrome' in main menu; the menu item will take users to "
756 "an official Google site with information about the latest and most "
757 "popular Chrome features.";
Dana Fried1ae80f32021-05-10 19:57:37758
759const char kChromeTipsInMainMenuNewBadgeName[] =
760 "Show 'New' promo badge on 'Tips for Chrome' in Help portion of main menu.";
761const char kChromeTipsInMainMenuNewBadgeDescription[] =
762 "Enables 'New' promo badge on 'Tips for Chrome' in main menu; experiment to"
763 " test the value of this user education feature.";
Dana Fried16e9d9c2021-01-28 09:32:28764#endif
765
rbpottere877c1f2021-06-15 00:23:55766const char kChromeWhatsNewUIName[] =
767 "Show Chrome What's New page at chrome://whats-new";
768const char kChromeWhatsNewUIDescription[] =
769 "Enables Chrome What's New page at chrome://whats-new.";
770
Sanja Perisica1e5cd82022-02-24 11:52:50771extern const char kDeviceForceScheduledRebootName[] =
772 "Enable DeviceScheduledReboot policy for all sessions.";
773extern const char kDeviceForceScheduledRebootDescription[] =
774 "Schedule recurring reboot for the device. Reboots are always executed at "
775 "a scheduled time. If the session is active, user will be notified about "
776 "the reboot, but the reboot will not be delayed.";
777
Alexis Menard61ecb91d2021-07-17 04:10:33778const char kDevicePostureName[] = "Device Posture API";
779const char kDevicePostureDescription[] =
780 "Enables Device Posture API (foldable devices)";
781
Mei Liang36e41a5e2022-02-10 01:43:50782const char kDiscountConsentV2Name[] = "Discount Consent V2";
783const char kDiscountConsentV2Description[] = "Enables Discount Consent V2";
784
Kamila5e9935682022-08-05 12:43:29785const char kDisruptiveNotificationPermissionRevocationName[] =
786 "Disruptive notification permission revocation";
787const char kDisruptiveNotificationPermissionRevocationDescription[] =
788 "Enables revoking the notification permission on sites that send "
789 "disruptive notifications unless the permission was granted through a "
790 "prompt that informed the user about this possibility.";
791
Daniele Castagna6a5cbdeb62020-02-18 22:48:14792const char kDoubleBufferCompositingName[] = "Double buffered compositing";
793const char kDoubleBufferCompositingDescription[] =
794 "Use double buffer for compositing (instead of triple-buffering). "
795 "Latency should be reduced in some cases. On the other hand, more skipped "
796 "frames are expected.";
797
Youssef Esmat9cdb6b42022-12-21 19:28:45798const char kMainThreadCompositingPriorityName[] =
799 "Main thread runs as compositing";
800const char kMainThreadCompositingPriorityDescription[] =
801 "Runs the main thread at compositing priority since it responds to input "
802 "and is on the critical path.";
803
Mei Liangd79d3822022-10-26 21:55:25804const char kMerchantWidePromotionsName[] = "Merchant wide promotions";
805const char kMerchantWidePromotionsDescription[] =
806 "Enables the discount consent for all merchants, and show merchant wide "
807 "promotions if they are available";
808
Mei Liangd5813c32022-10-29 01:09:07809const char kCodeBasedRBDName[] = "Code-based RBD";
810const char kCodeBasedRBDDescription[] = "Enables the Code-based RBD.";
811
Christopher Cameronceb8727d2017-09-07 23:53:16812const char kForceColorProfileSRGB[] = "sRGB";
813const char kForceColorProfileP3[] = "Display P3 D65";
Christopher Cameronb15ffe62022-11-15 10:25:31814const char kForceColorProfileRec2020[] = "ITU-R BT.2020";
Christopher Cameronceb8727d2017-09-07 23:53:16815const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03816const char kForceColorProfileSCRGBLinear[] =
817 "scRGB linear (HDR where available)";
818const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16819
820const char kForceColorProfileName[] = "Force color profile";
821const char kForceColorProfileDescription[] =
822 "Forces Chrome to use a specific color profile instead of the color "
823 "of the window's current monitor, as specified by the operating system.";
824
Chris Blumeb504da1f22020-04-27 00:21:44825const char kDynamicColorGamutName[] = "Dynamic color gamut";
826const char kDynamicColorGamutDescription[] =
827 "Displays in wide color when the content is wide. When the content is "
828 "not wide, displays sRGB";
829
Keishi Hattori15299742020-04-20 04:00:09830const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
831const char kCooperativeSchedulingDescription[] =
832 "Enables cooperative scheduling in Blink.";
833
Lijin Shen5feade62019-09-17 03:01:01834const char kDarkenWebsitesCheckboxInThemesSettingName[] =
835 "Darken websites checkbox in themes setting";
836const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
837 "Show a darken websites checkbox in themes settings when system default or "
838 "dark is selected. The checkbox can toggle the auto-darkening web contents "
839 "feature";
840
Brett Wilsonf27ff602017-07-07 22:28:47841const char kDebugPackedAppName[] = "Debugging for packed apps";
842const char kDebugPackedAppDescription[] =
843 "Enables debugging context menu options such as Inspect Element for packed "
844 "applications.";
845
Brett Wilsonf27ff602017-07-07 22:28:47846const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
847const char kDebugShortcutsDescription[] =
848 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
849
Sharon Yangf390ea92021-06-23 19:55:40850const char kDisableProcessReuse[] = "Disable subframe process reuse";
851const char kDisableProcessReuseDescription[] =
852 "Prevents out-of-process iframes from reusing compatible processes from "
853 "unrelated tabs. This is an experimental mode that will result in more "
854 "processes being created.";
855
Brett Wilsonf27ff602017-07-07 22:28:47856const char kDisallowDocWrittenScriptsUiName[] =
857 "Block scripts loaded via document.write";
858const char kDisallowDocWrittenScriptsUiDescription[] =
859 "Disallows fetches for third-party parser-blocking scripts inserted into "
860 "the main frame via document.write.";
861
Yann Dagoc9bca0352023-02-28 16:30:50862#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
863const char kDisallowManagedProfileSignoutName[] =
864 "Disallow managed profile signout";
865const char kDisallowManagedProfileSignoutDescription[] =
866 "Disallows signing out from managed profiles.";
867#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
868
Vladimir Levin501455e2022-11-04 20:04:54869const char kViewTransitionName[] = "viewTransition API";
870const char kViewTransitionDescription[] =
871 "Controls the availability of the viewTransition JavaScript API.";
Vladimir Levin4fd9269d2021-03-12 20:07:21872
Khushal Sagarb5af36e2022-11-09 22:33:29873const char kViewTransitionOnNavigationName[] =
874 "viewTransition API for navigations";
875const char kViewTransitionOnNavigationDescription[] =
876 "Controls the availability of the viewTransition API on document "
877 "navigations.";
878
Mark Schillaci402301cb2022-02-02 18:36:37879const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility";
880const char kEnableAutoDisableAccessibilityDescription[] =
881 "When accessibility APIs are no longer being requested, automatically "
882 "disables accessibility. This might happen if an assistive technology is "
883 "turned off or if an extension which uses accessibility APIs no longer "
884 "needs them.";
885
Jack Lynchef0bac52022-11-01 21:22:18886const char kEnableAutoDisableAccessibilityV2Name[] =
887 "Auto-disable Accessibility V2";
888const char kEnableAutoDisableAccessibilityV2Description[] =
889 "Automatically disable accessibility when Android reports no assistive "
890 "technologies are running. Might break accessibility for assistive "
891 "technologies without isAccessibilityTool set.";
892
Mohamed Amir Yoseff6763132021-02-18 15:53:14893const char kEnableAutofillAddressSavePromptName[] =
894 "Autofill Address Save Prompts";
895const char kEnableAutofillAddressSavePromptDescription[] =
896 "Enable the Autofill address save prompts.";
897
Lily Chen17c57972020-04-22 19:27:44898const char kEnableExperimentalCookieFeaturesName[] =
899 "Enable experimental cookie features";
900const char kEnableExperimentalCookieFeaturesDescription[] =
901 "Enable new features that affect setting, sending, and managing cookies. "
902 "The enabled features are subject to change at any time.";
903
Peng Huanga0f7d7e52021-09-29 13:27:13904const char kEnableRawDrawName[] = "Enable raw draw";
905const char kEnableRawDrawDescription[] =
906 "When enabled, web content will be rastered on output surface directly.";
907
Peter McNeeley8a0156d22022-02-01 20:37:54908const char kEnableDelegatedCompositingName[] = "Enable delegated compositing";
909const char kEnableDelegatedCompositingDescription[] =
910 "When enabled and applicable, the act of compositing is delegated to Ash.";
911
Jenny Blessing45326bf2019-08-29 23:50:37912const char kEnableRemovingAllThirdPartyCookiesName[] =
913 "Enable removing SameSite=None cookies";
914const char kEnableRemovingAllThirdPartyCookiesDescription[] =
915 "Enables UI on chrome://settings/siteData to remove all third-party "
916 "cookies and site data.";
917
Sonja Laurilac0492c852021-09-17 14:49:32918const char kDesktopPWAsAdditionalWindowingControlsName[] =
919 "Desktop PWA Window Minimize/maximize/restore";
920const char kDesktopPWAsAdditionalWindowingControlsDescription[] =
921 "Enable PWAs to manually recreate the minimize, maximize and restore "
922 "window functionalities with respective APIs.";
923
liqining.keiling151bedd62022-08-17 19:18:26924#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
925
926const char kDesktopPWAsAppHomePageFlagId[] =
927 "enable-desktop-pwas-app-home-page";
928const char kDesktopPWAsAppHomePageName[] = "desktop PWAs app home page";
929const char kDesktopPWAsAppHomePageDescription[] =
930 "Use new chrome://apps page which has different UX on desktop";
931
932#endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
933
Alan Cuttereaae7f42020-12-07 02:24:11934const char kDesktopPWAsElidedExtensionsMenuName[] =
935 "Desktop PWAs elided extensions menu";
936const char kDesktopPWAsElidedExtensionsMenuDescription[] =
937 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
938 "app menu for web app windows.";
939
Alan Cutter62704892021-08-31 21:27:17940const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
941const char kDesktopPWAsLaunchHandlerDescription[] =
942 "Enable web app manifests to declare app launch behavior. Prototype "
943 "implementation of: "
Alan Cutter203d5de2022-10-28 04:53:37944 "https://github.com/WICG/web-app-launch/blob/main/launch_handler.md";
Alan Cutter62704892021-08-31 21:27:17945
Lei Zhang507fffd2020-01-29 23:47:54946const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
947const char kDesktopPWAsTabStripDescription[] =
Louise Brett015114f2022-11-07 04:14:11948 "Experimental UI for tabbed application mode - exploring what PWA windows "
949 "would look like with a tab strip.";
Alan Cutter121812d2020-01-09 05:03:37950
Louise Brett51548fb2021-06-18 00:27:21951const char kDesktopPWAsTabStripSettingsName[] =
952 "Desktop PWA tab strips settings";
953const char kDesktopPWAsTabStripSettingsDescription[] =
954 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
955
Ivan Šandrk8a710392021-05-20 13:53:13956const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
957const char kDesktopPWAsSubAppsDescription[] =
958 "Enable installed PWAs to create shortcuts by installing their sub apps. "
959 "Prototype implementation of: "
960 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
961
Abhinav Kasamsettyd7bb22c2023-01-31 08:18:32962const char kDesktopPWAsScopeExtensionsName[] = "Desktop PWA Scope Extensions";
963const char kDesktopPWAsScopeExtensionsDescription[] =
964 "Enable web app manifests to declare scope extensions to extend app scope "
965 "to other origins. Prototype implementation of: "
966 "https://github.com/WICG/manifest-incubations/blob/gh-pages/"
967 "scope_extensions-explainer.md";
968
Sonja Laurila67ab70d2022-05-13 13:57:26969const char kDesktopPWAsBorderlessName[] = "Desktop PWA Borderless";
970const char kDesktopPWAsBorderlessDescription[] =
971 "Enable web app manifests to declare borderless mode as a display "
972 "override. Prototype implementation of: go/borderless-mode.";
973
Alexey Baskakovd913a1272021-07-09 02:12:19974const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
975const char kDesktopPWAsWebBundlesDescription[] =
976 "Adds support for web bundles, making web apps able to be launched "
977 "offline.";
978
Phillis Tangdc765bbd2022-08-10 22:41:26979const char kDesktopPWAsDetailedInstallDialogName[] =
980 "Desktop PWAs Detailed Install Dialog";
981const char kDesktopPWAsDetailedInstallDialogDescription[] =
982 "Enable PWAs with screenshots to show a detailed install dialog during "
983 "installation";
984
Camden King332a4e02023-01-25 22:07:16985const char kSkipServiceWorkerCheckInstallOnlyName[] =
986 "Skip service worker check for PWA installs";
987const char kSkipServiceWorkerCheckInstallOnlyDescription[] =
988 "Allows PWAs to be installed without a service worker.";
989
990const char kSkipServiceWorkerForInstallPromptName[] =
991 "Promote PWA installation without a service worker";
992const char kSkipServiceWorkerForInstallPromptDescription[] =
993 "Allows PWAs that can be installed without a service worker to be "
994 "promoted. Requires #enable-skip-service-worker-check-install-only flag to "
995 "also be enabled.";
996
Alan Cutterb85c0d22022-01-28 01:46:10997const char kEnablePreinstalledWebAppDuplicationFixerName[] =
998 "Enable the app deduplication fix for migrated preinstalled web apps";
999const char kEnablePreinstalledWebAppDuplicationFixerDescription[] =
1000 "The preinstalled web app migration encountered app duplication issues "
1001 "when it rolled out. This code path will attempt to re-migrate instances "
1002 "of app duplication where the old app failed to stay removed. See "
1003 "https://crbug.com/1290716.";
1004
Steven Valdez89a44ea92019-05-01 15:18:491005const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
1006const char kEnableTLS13EarlyDataDescription[] =
1007 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
1008 "during the handshake when resuming a connection to a compatible TLS 1.3 "
1009 "server.";
1010
Katie Dektar7faf40ba2023-01-11 22:19:301011const char kAccessibilityAcceleratorNotificationsTimeoutName[] =
1012 "Allows accelerator notifications for accessibility features to time out";
1013const char kAccessibilityAcceleratorNotificationsTimeoutDescription[] =
1014 "Enables notifications for accessibility features turned on by keyboard "
1015 "shortcut (docked magnifier, screen magnifier and high contrast) to time "
1016 "out instead of remaining pinned.";
1017
Katie Dektar29e670d82022-08-23 17:54:401018const char kAccessibilityServiceName[] = "Experimental Accessibility Service";
1019const char kAccessibilityServiceDescription[] =
1020 "This option enables the experimental Accessibility Service and runs some "
1021 "accessibility features in the service.";
1022
Katie Dektar4cf2df72022-08-26 22:31:191023const char kExperimentalAccessibilityColorEnhancementSettingsName[] =
1024 "Experimental Accessibility color enhancement settings";
1025const char kExperimentalAccessibilityColorEnhancementSettingsDescription[] =
1026 "This option enables the experimental Accessibility color enhancement "
1027 "settings found in the OS Accessibility settings.";
1028
Josiah Krutzc796db12022-09-02 23:38:371029const char kAccessibilitySelectToSpeakPageMigrationName[] =
1030 "Select-to-Speak Page Migration";
1031const char kAccessibilitySelectToSpeakPageMigrationDescription[] =
1032 "This option enables Select-to-Speak page migration from extension options "
1033 "page to a Chrome OS settings page.";
1034
Josiah Krutzef021612023-02-10 05:04:541035const char kAccessibilityChromeVoxPageMigrationName[] =
1036 "ChromeVox Page Migration";
1037const char kAccessibilityChromeVoxPageMigrationDescription[] =
1038 "This option enables ChromeVox page migration from extension options page"
1039 "to a Chrome OS settings page.";
1040
Jacob Francisee72f8c2022-10-26 17:01:001041const char kAccessibilitySelectToSpeakContextMenuOptionName[] =
1042 "Select-To-Speak Context menu option";
1043const char kAccessibilitySelectToSpeakContextMenuOptionDescription[] =
1044 "This option enables a context menu option that will speak the selected "
1045 "text";
1046
Josiah Krutzf581bb02022-10-13 22:57:011047const char kAccessibilitySelectToSpeakHoverTextImprovementsName[] =
1048 "Select-to-Speak Hover Text Improvements";
1049const char kAccessibilitySelectToSpeakHoverTextImprovementsDescription[] =
1050 "This option enables improvements in the text shown when hovering over the "
1051 "Select-to-Speak feature icon in the system tray.";
1052
James Hollyer1b943edb2020-10-28 03:28:061053const char kMacCoreLocationBackendName[] = "Core Location Backend";
1054const char kMacCoreLocationBackendDescription[] =
1055 "Enables usage of the Core Location APIs as the backend for Geolocation "
1056 "API";
James Hollyer070f60a2020-05-05 06:13:151057
Mohamed Adel52ac1ae2020-09-08 16:10:271058const char kNewMacNotificationAPIName[] =
1059 "Determines which notification API to use on macOS devices";
1060const char kNewMacNotificationAPIDescription[] =
1061 "Enables the usage of Apple's new notification API which will run on macOS "
1062 "10.14+";
1063
Pete Lavallee2d4415c72019-10-07 20:43:561064const char kWinrtGeolocationImplementationName[] =
1065 "WinRT Geolocation Implementation";
1066const char kWinrtGeolocationImplementationDescription[] =
1067 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
1068 "for geolocation";
1069
Dominic Farolinoaf2f3b72021-05-03 23:44:161070const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
1071const char kEnableFencedFramesDescription[] =
1072 "Fenced frames are an experimental web platform feature that allows "
Nan Lin066a81a2022-04-20 18:46:541073 "embedding an isolated top-level page. This requires "
1074 "#privacy-sandbox-ads-apis to also be enabled. See "
Dominic Farolinoaf2f3b72021-05-03 23:44:161075 "https://github.com/shivanigithub/fenced-frame";
1076
James Hollyer24f30cb722021-06-18 21:22:241077const char kEnableGamepadButtonAxisEventsName[] =
1078 "Gamepad Button and Axis Events";
1079const char kEnableGamepadButtonAxisEventsDescription[] =
1080 "Enables the ability to subscribe to changes in buttons and/or axes "
1081 "on the gamepad object.";
1082
Mikhail Pozdnyakov73373a62017-08-24 17:31:251083const char kEnableGenericSensorExtraClassesName[] =
1084 "Generic Sensor Extra Classes";
1085const char kEnableGenericSensorExtraClassesDescription[] =
1086 "Enables an extra set of sensor classes based on Generic Sensor API, which "
1087 "expose previously unavailable platform features, i.e. AmbientLightSensor "
1088 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:471089
Vikas Soni78daa632019-01-12 01:32:521090const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
1091const char kEnableGpuServiceLoggingDescription[] =
1092 "Enable printing the actual GL driver calls.";
1093
Christian Flach3de81af12022-06-10 17:53:111094const char kEnableIsolatedWebAppsName[] = "Enable Isolated Web Apps";
1095const char kEnableIsolatedWebAppsDescription[] =
1096 "Enables experimental support for isolated web apps. "
1097 "See https://github.com/reillyeon/isolated-web-apps for more information.";
1098
Robbie McElrath8bc8f2b2022-11-14 19:59:021099const char kEnableIsolatedWebAppDevModeName[] =
1100 "Enable Isolated Web App Developer Mode";
1101const char kEnableIsolatedWebAppDevModeDescription[] =
1102 "Enables the installation of unverified Isolated Web Apps";
1103
Chase Phillipsf29be252023-02-02 22:19:391104const char kEnableIwaControlledFrameName[] = "Enable IWA Controlled Frame";
1105const char kEnableIwaControlledFrameDescription[] =
1106 "Enables experimental support for IWA Controlled Frame. "
1107 "See "
1108 "https://github.com/chasephillips/controlled-frame/blob/main/EXPLAINER.md "
1109 "for more information.";
1110
Zentaro Kavanagh9d1307e2022-02-23 21:33:051111const char kEnableRgbKeyboardName[] = "Enable RGB Keyboard Support";
1112const char kEnableRgbKeyboardDescription[] =
1113 "Enable RGB Keyboard support on supported devices.";
1114
Jimmy Gong07656e42021-04-08 02:31:081115const char kEnableShortcutCustomizationAppName[] =
1116 "Enable shortcut customization app";
1117const char kEnableShortcutCustomizationAppDescription[] =
1118 "Enable the shortcut customization SWA, allowing users to customize system "
1119 "shortcuts.";
1120
Cam Bickeld363a1792022-10-06 16:59:091121extern const char kEnableShortcutCustomizationName[] =
1122 "Enable customization in new shortcuts app";
1123extern const char kEnableShortcutCustomizationDescription[] =
1124 "Enable customization of shortcuts in the new shortcuts app.";
1125
Cam Bickelfd253282023-02-09 20:12:221126extern const char kEnableSearchInShortcutsAppName[] =
1127 "Enable search in new shortcuts app";
1128extern const char kEnableSearchInShortcutsAppDescription[] =
1129 "Enable searching for shortcuts in the new shortcuts app.";
1130
David Padlipskya68a56442022-11-02 22:06:131131const char kEnableInputDeviceSettingsSplitName[] =
1132 "Enable input device settings split";
1133const char kEnableInputDeviceSettingsSplitDescription[] =
1134 "Enable input device settings to be split per-device.";
1135
Michael Checo26110cc92022-05-04 00:55:071136const char kExperimentalRgbKeyboardPatternsName[] =
1137 "Enable experimental RGB Keyboard patterns support";
1138const char kExperimentalRgbKeyboardPatternsDescription[] =
1139 "Enable experimental RGB Keyboard patterns support on supported devices.";
1140
Varun Khanejae493d2b22022-02-18 18:17:311141const char kDownloadBubbleName[] = "Enable download bubble";
1142const char kDownloadBubbleDescription[] =
1143 "Enables the download bubble instead of the download shelf.";
1144
thefroge0ea8bd2022-06-24 15:04:531145const char kDownloadBubbleV2Name[] = "Enable download bubble V2";
1146const char kDownloadBubbleV2Description[] =
1147 "Adds features to the download bubble not available on the download shelf. "
1148 "Only works if the base download bubble flag download-bubble is also "
1149 "enabled.";
1150
Xing Liua8d6b272021-11-11 00:02:161151const char kDownloadRangeName[] = "Enable download range support";
1152const char kDownloadRangeDescription[] =
1153 "Enables arbitrary download range request support.";
1154
Awad Osman33029872022-12-02 19:04:261155const char kEnableEnhancedSafeBrowsingSettingsImprovementsName[] =
1156 "Enable enhanced safe browsing settings improvements";
1157const char kEnableEnhancedSafeBrowsingSettingsImprovementsDescription[] =
1158 "Adds an in-product-help bubble to the ESB settings options when users are "
1159 "directed to the chrome security settings page through ESB promotions and "
1160 "also collapses the ESB option.";
1161
Bernhard Bauer5533f9912017-11-06 17:56:021162const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
1163const char kEnableNetworkLoggingToFileDescription[] =
1164 "Enables network logging to a file named netlog.json in the user data "
1165 "directory. The file can be imported into chrome://net-internals.";
1166
Shakti Sahu5a046f62019-03-12 19:25:341167const char kEnableNewDownloadBackendName[] = "Enable new download backend";
1168const char kEnableNewDownloadBackendDescription[] =
1169 "Enables the new download backend that uses offline content provider";
1170
Alexander Timina812932f2022-06-29 23:39:341171const char kEnablePerfettoSystemTracingName[] =
1172 "Enable Perfetto system tracing";
1173const char kEnablePerfettoSystemTracingDescription[] =
1174 "When enabled, Chrome will attempt to connect to the system tracing "
1175 "service";
1176
Doug Arnettc52291a2020-05-07 18:52:301177const char kEnableTranslateSubFramesName[] = "Translate sub frames";
1178const char kEnableTranslateSubFramesDescription[] =
1179 "Enable the translation of sub frames (as well as the main frame)";
1180
Matt Reynolds9e96d08d2022-09-30 01:28:501181const char kEnableWebUsbOnExtensionServiceWorkerName[] =
1182 "Enable WebUSB on extension service workers";
1183const char kEnableWebUsbOnExtensionServiceWorkerDescription[] =
1184 "When enabled, WebUSB API is available on extension service workers.";
1185
Qiaofei Yebeb9a232020-07-22 23:47:041186const char kEnableWindowsGamingInputDataFetcherName[] =
1187 "Enable Windows.Gaming.Input";
1188const char kEnableWindowsGamingInputDataFetcherDescription[] =
1189 "Enable Windows.Gaming.Input by default to provide game controller "
1190 "support on Windows 10 desktop.";
1191
Titouan Rigoudyf619f5462020-09-25 16:35:491192const char kBlockInsecurePrivateNetworkRequestsName[] =
1193 "Block insecure private network requests.";
1194const char kBlockInsecurePrivateNetworkRequestsDescription[] =
Titouan Rigoudy449de9d2022-02-16 19:14:061195 "Prevents non-secure contexts from making subresource requests to "
1196 "more-private IP addresses. See also: "
1197 "https://developer.chrome.com/blog/private-network-access-update/";
1198
1199const char kPrivateNetworkAccessSendPreflightsName[] =
1200 "Send Private Network Access preflights";
1201const char kPrivateNetworkAccessSendPreflightsDescription[] =
1202 "Enables sending Private Network Access preflights ahead of requests to "
1203 "more-private IP addresses. Failed preflights display warnings in DevTools "
1204 "without failing entire request. See also: "
1205 "https://developer.chrome.com/blog/private-network-access-preflight/";
1206
1207const char kPrivateNetworkAccessRespectPreflightResultsName[] =
1208 "Respect the result of Private Network Access preflights";
1209const char kPrivateNetworkAccessRespectPreflightResultsDescription[] =
1210 "Enables sending Private Network Access preflights ahead of requests to "
1211 "more-private IP addresses. These preflight requests must succeed in order "
1212 "for the request to proceed. See also: "
1213 "https://developer.chrome.com/blog/private-network-access-preflight/";
Titouan Rigoudyf619f5462020-09-25 16:35:491214
Yifan Luo6e4029d52022-08-11 17:28:111215const char kPrivateNetworkAccessPreflightShortTimeoutName[] =
1216 "Reduce waiting time for Private Network Access preflights response";
1217const char kPrivateNetworkAccessPreflightShortTimeoutDescription[] =
1218 "Reduce the waiting time for Private Network Access preflights to 200 "
1219 "milliseconds. The default timeout period for requests is 5 minutes."
1220 "See also: "
1221 "https://developer.chrome.com/blog/private-network-access-preflight/";
1222
Zentaro Kavanagh53c48cb22021-03-25 00:19:061223const char kDeprecateAltClickName[] =
1224 "Enable Alt+Click deprecation notifications";
1225const char kDeprecateAltClickDescription[] =
1226 "Start providing notifications about Alt+Click deprecation and enable "
1227 "Search+Click as an alternative.";
1228
Zentaro Kavanaghc1898fe2021-06-25 00:31:451229const char kDeprecateAltBasedSixPackName[] =
1230 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1231const char kDeprecateAltBasedSixPackDescription[] =
1232 "Show deprecation notifications and disable functionality for Alt based "
1233 "six pack deprecations. The Search based versions continue to work.";
1234
Chris Hall4a4225f62019-01-18 03:07:161235const char kExperimentalAccessibilityLanguageDetectionName[] =
1236 "Experimental accessibility language detection";
1237const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1238 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221239 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161240
Chris Hall4f3ca5582019-11-19 02:55:491241const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1242 "Experimental accessibility language detection for dynamic content";
1243const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1244 "Enable language detection for dynamic content which is then exposed to "
1245 "assistive technologies such as screen readers.";
1246
Alexei Filippov522a5222019-03-29 03:33:181247const char kMemlogName[] = "Chrome heap profiler start mode.";
1248const char kMemlogDescription[] =
1249 "Starts heap profiling service that records sampled memory allocation "
1250 "profile having each sample attributed with a callstack. "
1251 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1252 "Recorded heap dumps can be obtained at chrome://tracing "
1253 "[category:memory-infra] and chrome://memory-internals. This setting "
1254 "controls which processes will be profiled since their start. To profile "
1255 "any given process at a later time use chrome://memory-internals page.";
1256const char kMemlogModeMinimal[] = "Browser and GPU";
1257const char kMemlogModeAll[] = "All processes";
1258const char kMemlogModeAllRenderers[] = "All renderers";
1259const char kMemlogModeRendererSampling[] = "Single renderer";
1260const char kMemlogModeBrowser[] = "Browser only";
1261const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271262
Alexei Filippov522a5222019-03-29 03:33:181263const char kMemlogSamplingRateName[] =
1264 "Heap profiling sampling interval (in bytes).";
1265const char kMemlogSamplingRateDescription[] =
1266 "Heap profiling service uses Poisson process to sample allocations. "
Erik Chend0ec40e2021-09-17 22:43:561267 "Default value for the interval between samples is 1000000 (1MB). "
Alexei Filippov522a5222019-03-29 03:33:181268 "This results in low noise for large and/or frequent allocations "
Erik Chend0ec40e2021-09-17 22:43:561269 "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221270 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181271 "can be trusted with high fidelity. "
1272 "Lower intervals produce higher samples resolution, but come at a cost of "
1273 "higher performance overhead.";
1274const char kMemlogSamplingRate10KB[] = "10KB";
1275const char kMemlogSamplingRate50KB[] = "50KB";
1276const char kMemlogSamplingRate100KB[] = "100KB";
1277const char kMemlogSamplingRate500KB[] = "500KB";
1278const char kMemlogSamplingRate1MB[] = "1MB";
1279const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511280
Alexei Filippov522a5222019-03-29 03:33:181281const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1282const char kMemlogStackModeDescription[] =
1283 "By default heap profiling service records native stacks. "
1284 "A post-processing step is required to symbolize the stacks. "
1285 "'Native with thread names' adds the thread name as the first frame of "
1286 "each native stack. It's also possible to record a pseudo stack using "
1287 "trace events as identifiers. It's also possible to do a mix of both.";
Alexei Filippov522a5222019-03-29 03:33:181288const char kMemlogStackModeNative[] = "Native";
1289const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
Erik Chen3303fd0232018-01-11 20:29:051290
Anupam Snigdhaecc5739e2022-02-14 18:35:581291const char kEditContextName[] = "EditContext API";
1292const char kEditContextDescription[] =
1293 "Allows web pages to use the experimental EditContext API to better "
1294 "control text input.";
1295
Juan Mojica6ea85d072022-03-17 20:33:191296const char kEnableLensStandaloneFlagId[] = "enable-lens-standalone";
1297const char kEnableLensStandaloneName[] = "Enable Lens features in Chrome.";
1298const char kEnableLensStandaloneDescription[] =
1299 "Enables Lens image and region search to learn about the visual content "
1300 "you see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261301
Anatoliy Potapchukf096475c2021-04-06 15:51:591302const char kEnableManagedConfigurationWebApiName[] =
1303 "Enable Managed Configuration Web API";
1304const char kEnableManagedConfigurationWebApiDescription[] =
1305 "Allows website to access a managed configuration provided by the device "
1306 "administrator for the origin.";
1307
F#m59d036e2017-09-13 07:22:171308const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1309const char kEnablePixelCanvasRecordingDescription[] =
1310 "Pixel canvas recording allows the compositor to raster contents aligned "
1311 "with the pixel and improves text rendering. This should be enabled when a "
1312 "device is using fractional scale factor.";
1313
Robert Flack55c53a412021-03-22 14:46:081314const char kReduceHorizontalFlingVelocityName[] =
1315 "Reduce horizontal fling velocity";
1316const char kReduceHorizontalFlingVelocityDescription[] =
Jeroen Dhollander9b816f052022-05-11 15:03:421317 "Reduces the velocity of horizontal flings to 20% of their original"
Robert Flack55c53a412021-03-22 14:46:081318 "velocity.";
1319
Mehdi Kazemi4db00b92022-07-08 14:25:201320extern const char kDropInputEventsBeforeFirstPaintName[] =
1321 "Drop Input Events Before First Paint";
1322extern const char kDropInputEventsBeforeFirstPaintDescription[] =
1323 "Before the user can see the first paint of a new page they cannot "
1324 "intentionally interact with elements on that page. By dropping the events "
1325 "we prevent accidental interaction with a page the user has not seen yet.";
1326
Mehdi Kazemif155bc92021-11-22 18:35:521327const char kEnableCssSelectorFragmentAnchorName[] =
1328 "Enables CSS selector fragment anchors";
1329const char kEnableCssSelectorFragmentAnchorDescription[] =
1330 "Similar to text directives, CSS selector directives can be specified "
1331 "in a url which is to be scrolled into view and highlighted.";
1332
Mei Liang267ee2482021-09-17 02:54:511333const char kRetailCouponsName[] = "Enable to fetch for retail coupons";
1334const char kRetailCouponsDescription[] =
1335 "Allow to fetch retail coupons for consented users";
1336
Marc Treibe9f79ea72023-03-14 10:25:421337const char kEnablePreferencesAccountStorageName[] =
1338 "Enable the account data storage for preferences for syncing users";
1339const char kEnablePreferencesAccountStorageDescription[] =
1340 "Enables storing preferences in a second, Gaia-account-scoped storage for "
1341 "syncing users";
1342
Ella Gebee81c92018-08-14 15:51:091343const char kEnableResamplingInputEventsName[] =
1344 "Enable resampling input events";
1345const char kEnableResamplingInputEventsDescription[] =
1346 "Predicts mouse and touch inputs position at rAF time based on previous "
1347 "input";
1348const char kEnableResamplingScrollEventsName[] =
1349 "Enable resampling scroll events";
1350const char kEnableResamplingScrollEventsDescription[] =
1351 "Predicts the scroll amount at vsync time based on previous input";
Joao Victor Almeida371702c2021-01-08 18:41:561352const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1353 "Enable experimental prediction for scroll events";
1354const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1355 "Predicts the scroll amount after the vsync time to more closely match "
1356 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091357
Lei Zhang1a6fd01b2021-03-24 17:03:481358const char kEnableRestrictedWebApisName[] =
Felipe Andrade579b7fd2022-10-14 15:17:281359 "Enable the restricted web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481360const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391361 "Enable the restricted web APIs for dev trial. This will be replaced with "
1362 "permission policies to control the capabilities afterwards.";
1363
Yicheng Li0a78f462020-08-14 00:08:121364const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1365 "ChromeOS platform Web Authentication support";
1366const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1367 "Enable the ChromeOS platform authenticator for the Web Authentication "
1368 "API.";
1369
Piotr Bialecki0fe14632022-03-09 00:49:241370const char kEnableZeroCopyTabCaptureName[] = "Zero-copy tab capture";
1371const char kEnableZeroCopyTabCaptureDescription[] =
1372 "Enable zero-copy content tab for getDisplayMedia() APIs.";
1373
Jordan Baylesa27db812022-07-19 22:37:051374const char kEnableRegionCaptureExperimentalSubtypesName[] =
1375 "Region capture experimental subtypes";
1376const char kEnableRegionCaptureExperimentalSubtypesDescription[] =
1377 "Enables experiment support for CropTarget.fromElement to use other "
1378 "Element subtypes than just <div> and <iframe>.";
1379
Andreas Haasb400d912019-08-28 18:54:101380const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1381const char kExperimentalWebAssemblyFeaturesDescription[] =
1382 "Enable web pages to use experimental WebAssembly features.";
1383
Francis McCabecfc1e47d2023-01-09 22:55:491384const char kExperimentalWebAssemblyJSPIName[] =
1385 "Experimental WebAssembly JavaScript Promise Integration (JSPI)";
1386const char kExperimentalWebAssemblyJSPIDescription[] =
1387 "Enable web pages to use experimental WebAssembly JavaScript Promise "
1388 "Integration (JSPI) "
1389 "API.";
Francis McCabef3548832022-05-26 15:11:271390
Clemens Hammacher0c8a15a2018-04-27 13:45:321391const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1392const char kEnableWasmBaselineDescription[] =
1393 "Enables WebAssembly baseline compilation and tier up.";
1394
Clemens Backes50e0ecd2020-01-20 10:43:241395const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1396const char kEnableWasmLazyCompilationDescription[] =
1397 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1398
Adam Kleinadbd0ef2022-12-15 00:07:151399const char kEnableWasmGarbageCollectionName[] =
1400 "WebAssembly Garbage Collection";
1401const char kEnableWasmGarbageCollectionDescription[] =
1402 "Enables the experimental Garbage Collection (GC) extensions to "
1403 "WebAssembly.";
1404
Deepti Gandluri377ba8cc2022-11-11 18:09:381405const char kEnableWasmRelaxedSimdName[] = "WebAssembly Relaxed SIMD";
1406const char kEnableWasmRelaxedSimdDescription[] =
1407 "Enables the use of WebAssembly vector operations with relaxed semantics";
1408
Matthias Liedtke731a77c2023-03-14 16:11:331409const char kEnableWasmStringrefName[] = "WebAssembly Stringref";
1410const char kEnableWasmStringrefDescription[] =
1411 "Enables the experimental stringref (reference-typed strings) extensions "
1412 "to WebAssembly.";
1413
Clemens Backes963eb37be2020-01-10 11:56:491414const char kEnableWasmTieringName[] = "WebAssembly tiering";
1415const char kEnableWasmTieringDescription[] =
1416 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241417 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491418
Christopher Thompsonf3ba20122019-06-06 22:01:011419const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1420const char kEvDetailsInPageInfoDescription[] =
1421 "Shows the EV certificate details in the Page Info bubble.";
1422
Brett Wilsonf27ff602017-07-07 22:28:471423const char kExperimentalWebPlatformFeaturesName[] =
1424 "Experimental Web Platform features";
1425const char kExperimentalWebPlatformFeaturesDescription[] =
1426 "Enables experimental Web Platform features that are in development.";
1427
1428const char kExtensionContentVerificationName[] =
1429 "Extension Content Verification";
1430const char kExtensionContentVerificationDescription[] =
1431 "This flag can be used to turn on verification that the contents of the "
1432 "files on disk for extensions from the webstore match what they're "
1433 "expected to be. This can be used to turn on this feature if it would not "
1434 "otherwise have been turned on, but cannot be used to turn it off (because "
1435 "this setting can be tampered with by malware).";
1436const char kExtensionContentVerificationBootstrap[] =
1437 "Bootstrap (get expected hashes, but do not enforce them)";
1438const char kExtensionContentVerificationEnforce[] =
1439 "Enforce (try to get hashes, and enforce them if successful)";
1440const char kExtensionContentVerificationEnforceStrict[] =
1441 "Enforce strict (hard fail if we can't get hashes)";
1442
Devlin Cronin15608c32022-06-01 01:39:521443#if BUILDFLAG(ENABLE_EXTENSIONS)
Emilia Pazd7cce422021-08-14 00:50:481444const char kExtensionsMenuAccessControlName[] =
1445 "Extensions Menu Access Control";
1446const char kExtensionsMenuAccessControlDescription[] =
1447 "Enables a redesigned extensions menu that allows the user to control "
1448 "extensions site access.";
Kevin McNee96b3a1b2023-02-02 20:24:501449const char kWebViewTagMPArchBehaviorName[] =
1450 "MPArch behavior changes for <webview> tags";
1451const char kWebViewTagMPArchBehaviorDescription[] =
1452 "Enables a set of behavior changes associated with the migration of "
1453 "<webview> tags to MPArch. See https://crbug.com/1261928. Specifically, "
1454 "SSL errors result in error pages in lieu of interstitials and "
1455 "cross-WebContents newwindow event usage invalidates some window.open "
1456 "usage within <webview>s. For enterprise, the "
1457 "ChromeAppsWebViewPermissiveBehaviorAllowed policy serves as an escape "
1458 "hatch during the roll out of this change.";
Solomon Kinard6b014f0b2023-02-24 02:20:341459
Ryan Sultanembff00a92023-03-06 11:45:101460const char kWebAuthFlowInBrowserTabName[] =
1461 "Web Authentication Flow in Browser Tab";
1462const char kWebAuthFlowInBrowserTabDescription[] =
1463 "Web authentication flows to be displayed in a Browser Tab instead of an "
1464 "App Window. The flows are used via the Chrome Extension API, using "
1465 "`chrome.identity` functions. Browser Tab can be displayed either in a New "
1466 "Tab or a Popup Window via the feature paramters.";
1467
Solomon Kinard6b014f0b2023-02-24 02:20:341468#if BUILDFLAG(IS_CHROMEOS_ASH)
1469extern const char kExtensionWebFileHandlersName[] =
1470 "Extensions Web File Handlers";
1471extern const char kExtensionWebFileHandlersDescription[] =
1472 "Enable Extension Web File Handlers, which allows extensions to operate on "
1473 "the native file system. An extension can register to read and edit files, "
1474 "specified in the manifest, by their file extension or mime type.";
1475#endif // IS_CHROMEOS_ASH
1476#endif // ENABLE_EXTENSIONS
Emilia Pazd7cce422021-08-14 00:50:481477
Brett Wilsonf27ff602017-07-07 22:28:471478const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1479const char kExtensionsOnChromeUrlsDescription[] =
1480 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1481 "request this permission.";
galinapae72e152017-05-12 13:12:281482
Axel Antoine12df71182019-07-25 18:11:211483const char kFilteringScrollPredictionName[] = "Filtering scroll prediction";
1484const char kFilteringScrollPredictionDescription[] =
1485 "Enable filtering of predicted scroll events";
1486
David Bokan432978d2019-08-15 18:18:521487const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1488const char kFractionalScrollOffsetsDescription[] =
1489 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1490 "offsets to web APIs.";
1491
Peter Kotwicz980079f2021-12-02 07:18:341492const char kFedCmName[] = "FedCM";
1493const char kFedCmDescription[] =
1494 "Enables JavaScript API to intermediate federated identity requests.";
1495
Zachary Tan3a4144f2023-02-06 21:28:451496const char kFedCmAutoReauthnName[] = "FedCmAutoReauthn";
1497const char kFedCmAutoReauthnDescription[] =
1498 "Enables auto re-authentication in the FedCM API. Requires FedCM to be "
1499 "enabled.";
Zachary Tan517e7ebc2023-01-18 20:15:351500
Sam Gotoa0b477b2023-02-07 06:37:291501const char kFedCmIdPRegistrationName[] = "FedCM with IdP Registration support";
1502const char kFedCmIdPRegistrationDescription[] =
1503 "Enables RPs to get identity credentials from registered IdPs.";
1504
Nicolás Peña Moreno473267382022-12-15 18:42:401505const char kFedCmIframeSupportName[] = "FedCM with iframe support";
1506const char kFedCmIframeSupportDescription[] =
1507 "Enables the 'identity-credentials-get' Permissions-Policy for the FedCM "
1508 "API.";
1509
Nicolás Peña Moreno8e558562022-12-20 18:57:441510const char kFedCmLoginHintName[] = "FedCmLoginHint";
1511const char kFedCmLoginHintDescription[] =
1512 "Allows the FedCM API to be used with a login hint which specifies a "
1513 "specific IDP account that needs to be displayed in the FedCM UI.";
Zachary Tan33092722022-11-15 18:59:381514
Yi Guc1648582022-10-13 19:45:241515const char kFedCmMetricsEndpointName[] = "FedCmMetricsEndpoint";
1516const char kFedCmMetricsEndpointDescription[] =
1517 "Allows the FedCM API to send performance measurement to the metrics "
1518 "endpoint on the identity provider side. Requires FedCM to be enabled.";
1519
Nicolás Peña Moreno8e558562022-12-20 18:57:441520const char kFedCmMultiIdpName[] = "FedCmMultiIdp";
1521const char kFedCmMultiIdpDescription[] =
1522 "Allows the FedCM API to request multiple identity providers "
1523 "simultaneously. Requires FedCM to be enabled as well.";
1524
Sam Goto2cff8a52022-12-21 00:50:341525const char kFedCmSelectiveDisclosureName[] = "FedCmSelectiveDisclosure";
1526const char kFedCmSelectiveDisclosureDescription[] =
1527 "Allows a relying party to selectively request a set of identity "
1528 "attributes to be disclosed.";
1529
Yi Gu344f8a52022-12-12 21:11:231530const char kFedCmUserInfoName[] = "FedCmUserInfo";
1531const char kFedCmUserInfoDescription[] =
1532 "Allows an identity provider to request user info instead of token from "
1533 "its own iframe. Requires FedCM to be enabled.";
1534
Nicolás Peña Moreno8e558562022-12-20 18:57:441535const char kFedCmWithoutThirdPartyCookiesName[] =
1536 "FedCmWithoutThirdPartyCookies";
1537const char kFedCmWithoutThirdPartyCookiesDescription[] =
1538 "Allows the FedCM API to be enabled when third party cookies are disabled.";
Nicolás Peña Moreno4f77c4b2022-09-06 22:16:541539
Zachary Taneb4b4962023-01-12 03:08:421540const char kFedCmRpContextName[] = "FedCmRpContext";
1541const char kFedCmRpContextDescription[] =
1542 "Allows relying parties to describe which context (e.g. sign-up vs "
1543 "sign-in) the FedCM is executing on.";
1544
Sam Goto4edd6392023-02-28 16:15:281545const char kWebIdentityMDocsName[] = "MDocs";
1546const char kWebIdentityMDocsDescription[] =
1547 "Allows relying parties to request the presentation of ISO mdocs.";
1548
Darwin Huang1473bc32021-06-18 01:56:231549const char kFileHandlingIconsName[] = "File Handling Icons";
1550const char kFileHandlingIconsDescription[] =
1551 "Allows websites using the file handling API to also register file type "
1552 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1553 "for more information.";
1554
Viktor Semeniukd5cfc262021-02-25 12:51:221555const char kFillingAcrossAffiliatedWebsitesName[] =
1556 "Fill passwords across affiliated websites.";
1557const char kFillingAcrossAffiliatedWebsitesDescription[] =
1558 "Enables filling password on a website when there is saved "
1559 "password on affiliated website.";
1560
Brett Wilsonecb80982017-07-12 20:34:511561const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1562const char kFillOnAccountSelectDescription[] =
1563 "Filling of passwords when an account is explicitly selected by the user "
1564 "rather than autofilling credentials on page load.";
1565
Brett Wilsonecb80982017-07-12 20:34:511566const char kForceTextDirectionName[] = "Force text direction";
1567const char kForceTextDirectionDescription[] =
1568 "Explicitly force the per-character directionality of UI text to "
1569 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1570 "direction of the character language.";
1571const char kForceDirectionLtr[] = "Left-to-right";
1572const char kForceDirectionRtl[] = "Right-to-left";
1573
1574const char kForceUiDirectionName[] = "Force UI direction";
1575const char kForceUiDirectionDescription[] =
1576 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1577 "mode, overriding the default direction of the UI language.";
1578
Victor Tanc6eab7e2022-02-02 21:00:241579const char kFullUserAgentName[] = "Full User-Agent request header";
1580const char kFullUserAgentDescription[] =
1581 "If set, use the full (non-reduced) user agent string for the User-Agent "
1582 "request header and the JS APIs.";
1583
Yuki Awanoeeaad0f2022-11-22 22:44:591584const char kGalleryAppPdfEditNotificationName[] =
1585 "Gallery App Pdf Edit Notification";
1586const char kGalleryAppPdfEditNotificationDescription[] =
1587 "Shows a notification to provide an option to open Gallery app for a "
1588 "downloaded pdf file";
1589
Muyao Xu217663c2023-01-17 18:55:581590const char kMediaRemotingWithoutFullscreenName[] =
1591 "Media Remoting without videos in fullscreen mode";
1592const char kMediaRemotingWithoutFullscreenDescription[] =
1593 "Starts Media Remoting from Global Media Controls without making the "
1594 "videos fullscreen.";
1595
Jazz Xu7b2047a2023-01-19 10:44:091596#if BUILDFLAG(IS_CHROMEOS)
1597const char kGlobalMediaControlsCrOSUpdatedUIName[] =
1598 "Global Media Controls CrOS updated UI";
1599const char kGlobalMediaControlsCrOSUpdatedUIDescription[] =
1600 "Show updated UI for Global Media Controls in CrOS.";
1601#endif
1602
Noah Rose Ledesma1bbd0712020-09-09 20:36:441603const char kGlobalMediaControlsModernUIName[] =
1604 "Global Media Controls Modern UI";
Noah Rose Ledesma1bbd0712020-09-09 20:36:441605const char kGlobalMediaControlsModernUIDescription[] =
1606 "Use a redesigned version of the Global Media Controls UI. Requires "
1607 "#global-media-controls to also be enabled.";
1608
Yuki Awano6ac1a1dc2023-01-21 00:50:241609const char kGoogleOneOfferFilesBannerName[] = "Google One offer Files banner";
1610const char kGoogleOneOfferFilesBannerDescription[] =
1611 "Shows a Files banner about Google One offer.";
1612
Jordan Baylesb3160b262021-08-18 00:33:011613const char kOpenscreenCastStreamingSessionName[] =
1614 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501615 "Streaming implementation";
Jordan Baylesb3160b262021-08-18 00:33:011616const char kOpenscreenCastStreamingSessionDescription[] =
1617 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501618 "be used for negotiating and executing mirroring and remoting sessions.";
1619
Kennan Gumbsdf768ce92021-08-25 19:09:511620const char kCastStreamingAv1Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171621 "Enable AV1 video encoding for Cast Streaming";
Kennan Gumbsdf768ce92021-08-25 19:09:511622const char kCastStreamingAv1Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171623 "Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 "
1624 "if selected for the session.";
1625
1626const char kCastStreamingHardwareH264Name[] =
1627 "Toggle hardware accelerated H.264 video encoding for Cast Streaming";
1628const char kCastStreamingHardwareH264Description[] =
1629 "The default is to allow hardware H.264 encoding when recommended for the "
1630 "platform. If enabled, hardware H.264 encoding will always be allowed when "
1631 "supported by the platform. If disabled, hardware H.264 encoding will "
1632 "never be used.";
1633
1634const char kCastStreamingHardwareVp8Name[] =
1635 "Toggle hardware accelerated VP8 video encoding for Cast Streaming";
1636const char kCastStreamingHardwareVp8Description[] =
1637 "The default is to allow hardware VP8 encoding when recommended for the "
1638 "platform. If enabled, hardware VP8 encoding will always be allowed when "
1639 "supported by the platform (regardless of recommendation). If disabled, "
1640 "hardware VP8 encoding will never be used.";
Kennan Gumbsdf768ce92021-08-25 19:09:511641
Abraham Corea Diaze4c3abe2021-08-24 17:43:501642const char kCastStreamingVp9Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171643 "Enable VP9 video encoding for Cast Streaming";
Abraham Corea Diaze4c3abe2021-08-24 17:43:501644const char kCastStreamingVp9Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171645 "Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 "
1646 "if selected for the session.";
Jordan Baylesb3160b262021-08-18 00:33:011647
Jordan Bayles5cbeb3502023-02-09 03:30:451648const char kCastEnableStreamingWithHiDPIName[] =
1649 "HiDPI tab capture support for Cast Streaming";
1650const char kCastEnableStreamingWithHiDPIDescription[] =
1651 "Enables HiDPI tab capture during Cast Streaming mirroring sessions. May "
1652 "reduce performance on some platforms and also improve quality of video "
1653 "frames.";
1654
Brett Wilsonecb80982017-07-12 20:34:511655const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051656const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511657
Salvador Guerrerocd7b24bb2022-07-20 00:32:481658const char kContextualPageActionsName[] = "Contextual page actions";
1659const char kContextualPageActionsDescription[] =
1660 "Enables contextual page action feature.";
1661
Salvador Guerrero3ac349f2022-10-12 02:44:531662const char kContextualPageActionsPriceTrackingName[] =
1663 "Contextual page actions - price tracking";
1664const char kContextualPageActionsPriceTrackingDescription[] =
Shakti Sahu28a76012022-05-30 15:29:141665 "Enables price tracking as a contextual page action.";
1666
Salvador Guerrero3ac349f2022-10-12 02:44:531667const char kContextualPageActionsReaderModeName[] =
1668 "Contextual page actions - reader mode";
1669const char kContextualPageActionsReaderModeDescription[] =
1670 "Enables reader mode as a contextual page action.";
1671
Hailey Wang0ed879a2023-01-10 21:17:361672const char kContextualPageActionsShareModelName[] =
1673 "Contextual page actions - share model";
1674const char kContextualPageActionsShareModelDescription[] =
1675 "Enables share model data collection.";
1676
Dibyajyoti Palbe5f0012022-11-29 00:39:341677const char kEnableOsIntegrationSubManagersName[] =
1678 "OS Integration sub managers";
1679const char kEnableOsIntegrationSubManagersDescription[] =
1680 "Enable OS integration sub managers to either just write new OS "
1681 "integration states to DB or execute on the OS integration states before "
1682 "writing to the DB";
1683
Curtis McMullanf2e45bf2020-08-26 09:51:391684const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1685const char kHandwritingGestureEditingDescription[] =
1686 "Enables editing with handwriting gestures within the virtual keyboard.";
1687
Curtis McMullan88e039e2021-07-27 08:06:311688const char kHandwritingLegacyRecognitionName[] =
1689 "Handwriting Legacy Recognition";
1690const char kHandwritingLegacyRecognitionDescription[] =
1691 "Enables new on-device recognition for handwriting legacy paths.";
1692
Curtis McMullanc35777c2021-11-02 20:14:301693const char kHandwritingLegacyRecognitionAllLangName[] =
1694 "Handwriting Legacy Recognition All Languages";
1695const char kHandwritingLegacyRecognitionAllLangDescription[] =
1696 "Enables new on-device recognition for handwriting legacy paths in all "
1697 "supported languages.";
1698
Darren Shenb42629a2022-08-17 02:52:311699const char kHandwritingLibraryDlcName[] =
1700 "Handwriting recognition with library from DLC";
1701const char kHandwritingLibraryDlcDescription[] =
1702 "Enables new on-device recognition with the handwriting library installed "
1703 "from DLC";
1704
Tommy Steimel1aadd7b2019-01-18 19:39:421705const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1706const char kHardwareMediaKeyHandlingDescription[] =
1707 "Enables using media keys to control the active media session. This "
1708 "requires MediaSessionService to be enabled too";
1709
John Delaney521fe9f2020-04-29 22:18:191710const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1711const char kHeavyAdPrivacyMitigationsDescription[] =
1712 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1713 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561714
1715const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1716const char kHeavyAdInterventionDescription[] =
1717 "Unloads ads that use too many device resources.";
1718
rudranshd650903892022-06-16 18:42:301719const char kHiddenNetworkMigrationName[] = "Hidden Network Migration";
1720
1721const char kHiddenNetworkMigrationDescription[] =
1722 "Enables a privacy improvement that removes wrongly configured hidden"
1723 "networks and mitigates the creation of these networks.";
1724
Duong Dacd6770e82023-02-01 11:57:251725const char kHideNonDisplayableAccountEmailName[] =
1726 "Hide non-displayable account email";
1727
1728const char kHideNonDisplayableAccountEmailDescription[] =
1729 "Hide the Google account email that should not be displayed on various UI "
1730 "surfaces";
1731
Jason Zhangb9ee1ed2022-07-25 18:27:341732extern const char kHotspotName[] = "Hotspot";
1733extern const char kHotspotDescription[] =
1734 "Enables the Chromebook to share its cellular internet connection to other "
Kyle Horimoto67d73222023-03-07 18:59:291735 "devices through WiFi. While this feature is under development, enabling "
1736 "this flag may cause your device's non-tethering traffic to use a "
1737 "tethering APN, which can result in carrier limits or fees.";
Jason Zhangb9ee1ed2022-07-25 18:27:341738
evliue454a132022-01-25 23:03:431739const char kTabAudioMutingName[] = "Tab audio muting UI control";
1740const char kTabAudioMutingDescription[] =
1741 "When enabled, the audio indicators in the tab strip double as tab audio "
1742 "mute controls.";
1743
whalechangd4b2ca942023-02-11 16:35:191744const char kCrasSplitAlsaUsbInternalName[] =
1745 "CRAS Split USB/Internal refactor control";
1746const char kCrasSplitAlsaUsbInternalDescription[] =
1747 "When enable, CRAS will create different iodev with USB and internal "
1748 "device.";
1749
Calder Kitagawa621534c2022-09-20 19:12:511750const char kTabSelectionEditorV2Name[] = "Tab selection editor V2";
1751const char kTabSelectionEditorV2Description[] =
1752 "Enable improved bulk tab editing capabilities.";
1753
Xi Han3dec5782022-10-26 20:23:191754const char kStartSurfaceReturnTimeName[] = "Start surface return time";
1755const char kStartSurfaceReturnTimeDescription[] =
1756 "Enable showing start surface at startup after specified time has elapsed";
1757
Ayu Ishii1e06316f2022-12-14 14:54:501758const char kStorageBucketsName[] = "Storage Buckets API";
1759const char kStorageBucketsDescription[] =
1760 "Enable experimental Storage Buckets API, allowing websites to create "
1761 "multiple buckets of storage to organize their data, allowing user agents "
1762 "to delete each bucket independently of other buckets.";
1763
Emily Stark70158ce2021-07-16 18:26:311764const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321765const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311766 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321767 "Mode.";
1768
Chris Thompson69d09012022-12-21 01:26:051769const char kHttpsFirstModeV2Name[] = "HTTPS-First Mode V2";
1770const char kHttpsFirstModeV2Description[] =
1771 "Enable rearchitected version of HTTPS-First Mode.";
1772
Chris Thompsonde18f3d62022-12-08 01:23:271773const char kHttpsUpgradesName[] = "HTTPS Upgrades";
1774const char kHttpsUpgradesDescription[] =
1775 "Enable automatically upgrading all top-level navigations to HTTPS with "
1776 "fast fallback to HTTP.";
1777
Corentin Walleze660b152020-07-15 16:07:541778const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1779const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511780 "Overrides the built-in software rendering list and enables "
1781 "GPU-acceleration on unsupported system configurations.";
1782
Victor Hugo Vianna Silva020f8dc2022-06-27 19:36:431783const char kIgnoreSyncEncryptionKeysLongMissingName[] =
1784 "Ignore Chrome Sync encryption keys long missing";
1785const char kIgnoreSyncEncryptionKeysLongMissingDescription[] =
1786 "Drops pending encrypted updates if their key has been missing for a "
1787 "(configurable) number of consecutive GetUpdates. Restarting the browser "
1788 "resets the counter. The threshold is configurable via the "
1789 "MinGuResponsesToIgnoreKey feature parameter.";
1790
Jimmy Gong6de11b02021-02-04 21:35:011791const char kImprovedKeyboardShortcutsName[] =
1792 "Enable improved keyboard shortcuts";
1793const char kImprovedKeyboardShortcutsDescription[] =
1794 "Ensure keyboard shortcuts work consistently with international keyboard "
1795 "layouts and deprecate legacy shortcuts.";
1796
Alex Ilasiab901f92021-09-13 09:27:271797const char kIncognitoDownloadsWarningName[] =
1798 "Enable Incognito downloads warning";
1799const char kIncognitoDownloadsWarningDescription[] =
1800 "When enabled, users will be warned that downloaded files are saved on the "
1801 "device and might be seen by other users even if they are in Incognito.";
1802
Rohit Agarwal6e9b6022021-08-10 19:44:371803const char kIncognitoReauthenticationForAndroidName[] =
1804 "Enable device reauthentication for Incognito.";
1805const char kIncognitoReauthenticationForAndroidDescription[] =
1806 "When enabled, a setting appears in Settings > Privacy and Security, to "
1807 "enable reauthentication for accessing your existing Incognito tabs.";
1808
Saba Khukhunashvilif7a4f822021-07-23 10:59:211809const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1810const char kIncognitoNtpRevampDescription[] =
1811 "When enabled, Incognito new tab page will have an updated UI";
1812
Ramin Halavatidf9668c2020-10-30 15:35:531813const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1814const char kIncognitoScreenshotDescription[] =
1815 "Enables Incognito screenshots on Android. It will also make Incognito "
1816 "thumbnails visible.";
1817
Lijin Shenf3215dcd2022-08-30 00:34:141818const char kInfobarScrollOptimizationName[] = "Infobar scroll optimiaztion";
1819const char kInfobarScrollOptimizationDescription[] =
1820 "Optimize Infobar scroll on Android.";
1821
Brett Wilsonecb80982017-07-12 20:34:511822const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1823const char kInProductHelpDemoModeChoiceDescription[] =
1824 "Selects the In-Product Help demo mode.";
1825
Hailey Wanga7607f02021-08-12 19:37:511826const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1827const char kInProductHelpSnoozeDescription[] =
1828 "Enables the snooze button on In-Product Help.";
1829
Hailey Wang5f048eb82021-10-27 01:29:131830const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config";
1831const char kInProductHelpUseClientConfigDescription[] =
1832 "Enable In-Product Help to use client side configuration.";
1833
Robbie McElrathb66ff502022-10-12 01:50:591834const char kInstallIsolatedWebAppFromUrl[] =
1835 "Install Isolated Web App from Proxy URL";
1836const char kInstallIsolatedWebAppFromUrlDescription[] =
1837 "Installs a new developer mode Isolated Web App whose contents are hosted "
1838 "at the provided HTTP(S) URL.";
Dmitrii Kuragin053a3c602022-06-07 16:34:421839
Brett Wilsonecb80982017-07-12 20:34:511840const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1841const char kJavascriptHarmonyDescription[] =
1842 "Enable web pages to use experimental JavaScript features.";
1843
1844const char kJavascriptHarmonyShippingName[] =
1845 "Latest stable JavaScript features";
1846const char kJavascriptHarmonyShippingDescription[] =
1847 "Some web pages use legacy or non-standard JavaScript extensions that may "
1848 "conflict with the latest JavaScript features. This flag allows disabling "
1849 "support of those features for compatibility with such pages.";
1850
Shu-yu Guob5461a52022-09-02 01:22:241851const char kJavascriptExperimentalSharedMemoryName[] =
1852 "Experimental JavaScript shared memory features";
1853const char kJavascriptExperimentalSharedMemoryDescription[] =
1854 "Enable web pages to use non-standard, experimental JavaScript shared "
1855 "memory features. Their use requires the same HTTP headers required by "
1856 "cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP).";
1857
Tommy Lia142e2c2021-09-29 20:35:161858const char kJourneysName[] = "History Journeys";
1859const char kJourneysDescription[] = "Enables the History Journeys UI.";
1860
Sophie Chang19b579d2022-09-27 22:30:351861const char kJourneysContentClusteringName[] =
1862 "History Journeys Content Clustering";
1863const char kJourneysContentClusteringDescription[] =
1864 "Enables clustering page loads using content annotations.";
1865
manukhbf52f832023-03-02 02:24:151866const char kJourneysHideVisitsName[] = "History Journeys Hide Visits";
1867const char kJourneysHideVisitsDescription[] =
1868 "Adds a UI element to hide individual cluster visits in the webUI.";
1869
Tommy C. Lie99770072022-10-26 23:24:161870const char kJourneysImagesName[] = "History Journeys Images";
1871const char kJourneysImagesDescription[] =
1872 "Enables Images for the History Journeys UI.";
1873
Tommy C. Li1d8296b52022-04-27 22:12:171874const char kJourneysLabelsName[] = "History Journeys Labels";
1875const char kJourneysLabelsDescription[] =
1876 "Enables labels for Journeys within the History Journeys UI.";
1877
Sophie Chang579c41992023-01-06 17:08:531878const char kJourneysNavigationContextClusteringName[] =
1879 "History Journeys Navigation Context Clustering";
1880const char kJourneysNavigationContextClusteringDescription[] =
1881 "Enables context clustering to be done at navigation time";
1882
Tommy Lia142e2c2021-09-29 20:35:161883const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action";
1884const char kJourneysOmniboxActionDescription[] =
1885 "Enables the History Journeys Omnibox Action.";
1886
manukh37c48752022-06-21 15:38:101887const char kJourneysOmniboxHistoryClusterProviderName[] =
1888 "History Journeys Omnibox History Cluster Provider";
1889const char kJourneysOmniboxHistoryClusterProviderDescription[] =
1890 "Enables the History Journeys Omnibox History Cluster Provider to surface "
1891 "Journeys as a suggestion row instead of an action chip.";
1892
Patrick Nolanda62bf462023-03-20 18:09:341893const char kJourneysPersistCachesToPrefsName[] =
1894 "History Journeys Persist Caches to Prefs";
1895const char kJourneysPersistCachesToPrefsDescription[] =
1896 "Enables the persistence of Journeys keyword caches via the pref service.";
1897
Sophie Chang579c41992023-01-06 17:08:531898const char kJourneysPersistedClustersName[] =
1899 "History Journeys Persisted Clusters";
1900const char kJourneysPersistedClustersDescription[] =
1901 "Enables the persistence of clusters into the history database.";
1902
Sophie Changd30f4dc4f2022-10-18 16:10:171903const char kJourneysShowAllClustersName[] =
1904 "History Journeys Show All Clusters";
1905const char kJourneysShowAllClustersDescription[] =
1906 "Enables all Journeys clusters to be shown on prominent UI surfaces";
1907
Sophie Chang4b7eff72022-12-08 16:43:291908const char kJourneysIncludeSyncedVisitsName[] =
1909 "History Journeys Include SyncedVisits";
1910const char kJourneysIncludeSyncedVisitsDescription[] =
1911 "Enabled synced visits to be included in History Journeys clusters.";
1912
Khalid Peer197c7462022-11-28 21:20:361913const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] =
1914 "Extract Related Searches from Prefetched ZPS Response";
1915const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] =
1916 "Enables page annotation logic to source related searches data from "
1917 "prefetched ZPS responses";
1918
bttk90927fd2021-11-12 19:38:271919const char kLargeFaviconFromGoogleName[] = "Large favicons from Google";
1920const char kLargeFaviconFromGoogleDescription[] =
1921 "Request large favicons from Google's favicon service";
1922
Yu Suc19bb6cc2021-02-25 06:38:291923const char kLensCameraAssistedSearchName[] =
1924 "Google Lens in Omnibox and New Tab Page";
1925const char kLensCameraAssistedSearchDescription[] =
1926 "Enable an entry point to Google Lens to allow users to search what they "
1927 "see using their mobile camera.";
1928
Juan Mojicaa2c06482022-10-14 18:27:011929const char kLensRegionSearchStaticPageName[] =
1930 "Use a static page with the Lens region search feature.";
1931const char kLensRegionSearchStaticPageDescription[] =
1932 "Enables use of a static page in a new tab when using the Lens region "
1933 "search feature.";
1934
Duncan Mercer10a2000a2022-11-07 23:00:531935const char kLensImageFormatOptimizationsName[] = "Lens Optimized Image Formats";
1936const char kLensImageFormatOptimizationsDescription[] =
1937 "Enables the use of either WebP or JPEG on all Lens quries to reduce "
1938 "network load and improve latency";
1939
Bryan Nguyend7f0cd742023-02-10 21:16:221940const char kLensImageTranslateName[] =
1941 "Translate text in images with Google Lens";
1942const char kLensImageTranslateDescription[] =
1943 "Enables a context menu item to translate text in images using Google "
1944 "Lens. The context menu item appears when the current page is being "
1945 "translated.";
1946
Ali Stanfield561043282023-03-10 03:04:301947const char kCscName[] = "CSC";
1948const char kCscDescription[] = "";
1949
Hazem Ashmawyf1cd7e42019-03-25 18:17:321950const char kLogJsConsoleMessagesName[] =
1951 "Log JS console messages in system logs";
1952const char kLogJsConsoleMessagesDescription[] =
1953 "Enable logging JS console messages in system logs, please note that they "
1954 "may contain PII.";
1955
Etienne Pierre-doray247abce2022-03-08 18:45:481956const char kUnthrottledNestedTimeoutName[] =
1957 "Increase the nesting threshold before which setTimeout(..., <4ms) start "
1958 "being clamped.";
1959const char kUnthrottledNestedTimeoutDescription[] =
1960 "setTimeout(..., 0) is commonly used to break down long Javascript tasks. "
1961 "Under this flag, setTimeouts and setIntervals with an interval < 4ms are "
1962 "not clamped as aggressively. This improves short horizon performance, but "
1963 "websites abusing the API will still eventually have their setTimeouts "
1964 "clamped.";
1965
spqchanb87755692018-04-05 00:46:091966const char kMediaRouterCastAllowAllIPsName[] =
1967 "Connect to Cast devices on all IP addresses";
1968const char kMediaRouterCastAllowAllIPsDescription[] =
1969 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311970 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091971
Andrey Zaytsevad83cbc32020-09-30 15:43:181972const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1973const char kMetricsSettingsAndroidDescription[] =
1974 "Enables the new design of metrics settings.";
1975
Brian Geffon12b581a2021-02-03 23:48:031976const char kMojoLinuxChannelSharedMemName[] =
1977 "Enable Mojo Shared Memory Channel";
1978const char kMojoLinuxChannelSharedMemDescription[] =
1979 "If enabled Mojo on Linux based platforms can use shared memory as an "
1980 "alternate channel for most messages.";
1981
Ella Ge1282f552019-06-24 20:06:031982const char kMouseSubframeNoImplicitCaptureName[] =
1983 "Disable mouse implicit capture for iframe";
1984const char kMouseSubframeNoImplicitCaptureDescription[] =
1985 "When enable, mouse down does not implicit capture for iframe.";
1986
Alisa Lin79251142021-06-15 20:22:121987const char kCanvas2DLayersName[] =
1988 "Enables canvas 2D methods BeginLayer and EndLayer";
1989const char kCanvas2DLayersDescription[] =
1990 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1991
Honglin Yua0a14fa2022-03-31 22:40:051992const char kEnableMachineLearningModelLoaderWebPlatformApiName[] =
1993 "Enables Machine Learning Model Loader Web Platform API";
1994const char kEnableMachineLearningModelLoaderWebPlatformApiDescription[] =
1995 "Enables the Machine Learning Model Loader Web Platform API.";
1996
Andreea Costinas1e592142021-04-20 13:24:251997const char kSystemProxyForSystemServicesName[] =
1998 "Enable system-proxy for selected system services";
1999const char kSystemProxyForSystemServicesDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:352000 "Enabling this flag will allow ChromeOS system service which require "
Andreea Costinas1e592142021-04-20 13:24:252001 "network connectivity to use the system-proxy daemon for authentication to "
2002 "remote HTTP web proxies.";
2003
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:492004const char kDestroyProfileOnBrowserCloseName[] =
2005 "Destroy Profile on browser close";
2006const char kDestroyProfileOnBrowserCloseDescription[] =
2007 "Release memory and other resources when a Profile's last browser window "
2008 "is closed, rather than when Chrome closes completely.";
2009
Nicolas Ouellet-Payeur4aff8682022-01-26 16:03:162010const char kDestroySystemProfilesName[] = "Destroy System Profile";
2011const char kDestroySystemProfilesDescription[] =
2012 "After you close the Profile Picker, release memory and other resources "
2013 "owned by the System Profile. This requires "
2014 "#destroy-profile-on-browser-close.";
2015
Side Yilmazd828f162022-10-11 00:05:242016const char kNotificationInteractionHistoryName[] =
2017 "Notification Interaction History";
2018const char kNotificationInteractionHistoryDescription[] =
2019 "Enable recording notification count and interaction.";
2020
Xing Liub9070262021-01-07 20:52:162021const char kNotificationSchedulerName[] = "Notification scheduler";
2022const char kNotificationSchedulerDescription[] =
2023 "Enable notification scheduler feature.";
2024
Xing Liu1919ec232019-07-22 20:38:042025const char kNotificationSchedulerDebugOptionName[] =
2026 "Notification scheduler debug options";
2027const char kNotificationSchedulerDebugOptionDescription[] =
2028 "Enable debugging mode to override certain behavior of notification "
2029 "scheduler system for easier manual testing.";
2030const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
2031 "Show scheduled notification right away.";
2032
Peter Beverlooc30c9ddf2021-02-24 19:56:032033const char kNotificationsSystemFlagName[] = "Enable system notifications.";
2034const char kNotificationsSystemFlagDescription[] =
2035 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:512036 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:342037
momoka0122yda18aeb2022-03-15 08:23:542038const char kOmitCorsClientCertName[] =
2039 "Omit TLS client certificates if credential mode disallows";
2040const char kOmitCorsClientCertDescription[] =
2041 "Strictly conform the Fetch spec to omit TLS client certificates if "
2042 "credential mode disallows. Without this flag enabled, Chrome will always "
2043 "try sending client certificates regardless of the credential mode.";
2044
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:372045const char kOmniboxAdaptiveSuggestionsCountName[] =
2046 "Adaptive Omnibox Suggestions count";
2047const char kOmniboxAdaptiveSuggestionsCountDescription[] =
2048 "Dynamically adjust number of presented Omnibox suggestions depending on "
2049 "available space. When enabled, this feature will increase (or decrease) "
2050 "amount of offered Omnibox suggestions to fill in the space between the "
2051 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
2052 "flag to adjust the limit of offered suggestions. The number of shown "
2053 "suggestions will be no less than the platform default limit.";
2054
Patrick Nolanddd4774952023-03-09 23:59:582055const char kOmniboxAdaptNarrowTabletWindowsName[] =
2056 "Omnibox adapts to narrow tablet windows";
2057const char kOmniboxAdaptNarrowTabletWindowsDescription[] =
2058 "When enabled the omnibox uses a phone-like appearance for windows that "
2059 "are less than 600dp wide, regardless of the overall display width.";
2060
Brandon Wylie1299ff82020-01-23 02:13:372061const char kOmniboxAssistantVoiceSearchName[] =
2062 "Omnibox Assistant Voice Search";
2063const char kOmniboxAssistantVoiceSearchDescription[] =
2064 "When enabled, use Assistant for omnibox voice query recognition instead of"
2065 " Android's built-in voice recognition service. Only works on Android.";
2066
manukh304e3f12021-10-06 16:40:332067const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
2068const char kOmniboxBookmarkPathsDescription[] =
2069 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
2070 "suggest a bookmark titled 'Jupiter' with URL "
2071 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
2072
manukh80d476682022-01-28 08:00:442073const char kOmniboxClosePopupWithEscapeName[] =
2074 "Omnibox Close Popup with Escape";
2075const char kOmniboxClosePopupWithEscapeDescription[] =
2076 "When enabled, pressing escape when the omnibox popup is open and the "
2077 "default suggestion is selected will close the omnibox without removing "
2078 "its focus or clearing user input.";
2079
Patrick Noland299fa6582023-03-03 16:41:592080const char kOmniboxConsumesImeInsetsName[] =
2081 "Omnibox Consumes IME (keyboard) insets directly";
2082const char kOmniboxConsumesImeInsetsDescription[] =
2083 "When enabled, the Android Omnibox will directly handle IME (keyboard) "
2084 "inset changes while visible.";
2085
Orin Jaworski69f9b012022-11-14 21:15:452086const char kOmniboxDefaultBrowserPedalName[] = "Omnibox Default Browser Pedal";
2087const char kOmniboxDefaultBrowserPedalDescription[] =
2088 "Enables a pedal that helps the user 'set default browser'.";
2089
Angela Yoeurng07a5adb2020-12-02 02:14:012090const char kOmniboxDisableCGIParamMatchingName[] =
2091 "Disable CGI Param Name Matching";
2092const char kOmniboxDisableCGIParamMatchingDescription[] =
2093 "Disables using matches in CGI parameter names while scoring suggestions.";
2094
manukh8fcd3932023-02-28 06:10:522095const char kOmniboxDiscardTemporaryInputOnTabSwitchName[] =
2096 "Omnibox discard temporary input on tab switch";
2097const char kOmniboxDiscardTemporaryInputOnTabSwitchDescription[] =
2098 "Discards temporary input in the omnibox when switching tabs.";
2099
manukh37b13bd32022-10-04 16:01:512100const char kOmniboxDomainSuggestionsName[] = "Omnibox Domain Suggestions";
manukh918d82552022-10-11 01:12:222101const char kOmniboxDomainSuggestionsDescription[] =
manukh37b13bd32022-10-04 16:01:512102 "If enabled, history URL suggestions from hosts visited often bypass the "
2103 "per provider limit.";
2104
Justin Donnellyf2703482019-10-24 21:42:152105const char kOmniboxExperimentalSuggestScoringName[] =
2106 "Omnibox Experimental Suggest Scoring";
2107const char kOmniboxExperimentalSuggestScoringDescription[] =
2108 "Enables an experimental scoring mode for suggestions when Google is the "
2109 "default search engine.";
2110
Orin Jaworski291b0a32022-05-17 17:29:052111const char kOmniboxFuzzyUrlSuggestionsName[] = "Omnibox Fuzzy URL Suggestions";
2112const char kOmniboxFuzzyUrlSuggestionsDescription[] =
2113 "Enables URL suggestions for inputs that may contain typos.";
2114
Khalid Peer93f49312023-03-06 22:28:132115const char kOmniboxGM3SteadyStateBackgroundColorName[] =
2116 "Omnibox Steady State Background Color";
2117const char kOmniboxGM3SteadyStateBackgroundColorDescription[] =
2118 "Updates Omnibox steady state background color to comply with GM3 "
2119 "guidelines.";
2120
Khalid Peer3b6c61fb2023-02-17 01:43:282121const char kOmniboxGM3SteadyStateHeightName[] = "Omnibox Steady State Height";
2122const char kOmniboxGM3SteadyStateHeightDescription[] =
2123 "Updates Omnibox steady state height to comply with GM3 guidelines.";
2124
Khalid Peer4520af92023-03-02 21:50:512125const char kOmniboxGM3SteadyStateTextStyleName[] =
2126 "Omnibox Steady State Text Style";
2127const char kOmniboxGM3SteadyStateTextStyleDescription[] =
2128 "Updates Omnibox steady state text style to comply with GM3 guidelines.";
2129
Ender19574f92023-03-16 01:14:262130const char kOmniboxGroupingFrameworkZPSName[] =
2131 "Omnibox Grouping Framework for ZPS";
2132const char kOmniboxGroupingFrameworkNonZPSName[] =
2133 "Omnibox Grouping Framework for Typed Suggestions";
manukh01e47192022-12-23 00:50:252134const char kOmniboxGroupingFrameworkDescription[] =
2135 "Enables an alternative grouping implementation for omnibox "
2136 "autocompletion.";
2137
manukh918d82552022-10-11 01:12:222138const char kOmniboxHistoryQuickProviderSpecificityScoreCountUniqueHostsName[] =
2139 "Omnibox HQP Specificity";
2140const char
2141 kOmniboxHistoryQuickProviderSpecificityScoreCountUniqueHostsDescription[] =
2142 "When enabled, HQP doesn't demote same-host suggestions.";
2143
Tomasz Wiszkowski539249962023-03-16 01:01:422144const char kOmniboxInspireMeName[] = "Omnibox Trending and Related Queries";
2145const char kOmniboxInspireMeDescription[] =
2146 "When enabled, appends additional suggestions based on local trends and/or "
2147 "related to the recently executed queries.";
2148
Moe Ahmadid6159b22022-12-13 03:16:392149const char kOmniboxKeepSecondaryZeroSuggestName[] =
2150 "Keeps all secondary zero-prefix suggestions.";
2151const char kOmniboxKeepSecondaryZeroSuggestDescription[] =
2152 "Keeps all zero-prefix suggestions in the second column and does not count "
2153 "them toward the overall zero-suggest limit.";
2154
Rong Tan01c989902022-10-28 04:06:252155const char kOmniboxMatchToolbarAndStatusBarColorName[] =
2156 "Omnibox Omnibox Match Toolbar And Status Bar Color";
2157const char kOmniboxMatchToolbarAndStatusBarColorDescription[] =
2158 "When enabled, the color of the toolbar and the status bar will be "
2159 "synchronized.";
2160
Gang Wu67847242022-06-30 06:18:512161const char kOmniboxModernizeVisualUpdateName[] =
2162 "Omnibox Modernize Visual Update";
2163const char kOmniboxModernizeVisualUpdateDescription[] =
2164 "When enabled, Omnibox will show a new UI which is visually "
2165 "updated. This flag is for the step 1 in the Clank Omnibox revamp plan.";
2166
Filip Gorskib116dee2020-08-20 14:12:102167const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
2168const char kOmniboxMostVisitedTilesDescription[] =
manukhd9801bfc2022-01-04 22:43:582169 "Display a list of frequently visited pages from history as a single row "
Filip Gorskib116dee2020-08-20 14:12:102170 "with a carousel instead of one URL per line.";
2171
Rong Tanef44d632022-11-18 19:02:312172const char kOmniboxMostVisitedTilesAddRecycledViewPoolName[] =
2173 "Omnibox Most Visited Tiles Add Recycled View Pool";
2174const char kOmniboxMostVisitedTilesAddRecycledViewPoolDescription[] =
2175 "Add a recycled view pool to omnibox most visited tiles carousel to "
2176 "increase tile view reuse and reduce jackiness.";
2177
manukh539d958b2023-03-01 16:50:252178const char kOmniboxRedoCurrentMatchName[] = "Omnibox redo current match";
2179const char kOmniboxRedoCurrentMatchDescription[] =
2180 "Use an alternative implementation of calculating the cached omnibox "
2181 "current match that is valid more often.";
2182
Rong Tan31bf6082022-10-13 08:19:082183const char kOmniboxRemoveExcessiveRecycledViewClearCallsName[] =
2184 "Omnibox Remove Excessive Recycled View Clear Calls";
2185const char kOmniboxRemoveExcessiveRecycledViewClearCallsDescription[] =
2186 "Remove excessive clear calls on RecycledViewPool in omnibox.";
2187
Moe Ahmadi7c889d82022-10-27 20:35:242188const char kOmniboxReportAssistedQueryStatsName[] =
2189 "Omnibox Assisted Query Stats param";
2190const char kOmniboxReportAssistedQueryStatsDescription[] =
2191 "Enables reporting the Assisted Query Stats param in search destination "
2192 "URLs originated from the Omnibox.";
2193
2194const char kOmniboxReportSearchboxStatsName[] =
2195 "Omnibox Searchbox Stats proto param";
2196const char kOmniboxReportSearchboxStatsDescription[] =
2197 "Enables reporting the serialized Searchbox Stats proto param in search "
2198 "destination URLs originated from the Omnibox.";
2199
manukh539d958b2023-03-01 16:50:252200const char kOmniboxRevertModelBeforeClosingPopupName[] =
2201 "Omnibox revert model before closing popup";
2202const char kOmniboxRevertModelBeforeClosingPopupDescription[] =
2203 "When reverting the omnibox view, revert the model before closing the "
2204 "popup to avoid some extra calculations.";
2205
Ryan Sturmb9aaea22023-03-07 21:35:012206const char kOmniboxUseExistingAutocompleteClientName[] =
2207 "Omnibox use exisitng autocomplete client";
2208const char kOmniboxUseExistingAutocompleteClientDescription[] =
2209 "When querying autocomplete client from the omnibox edit model, use the "
2210 "existing one instead of creating a new one.";
2211
Moe Ahmadi4d6f27b2021-11-19 01:40:362212const char kOmniboxZeroSuggestPrefetchingName[] =
Khalid Peere26e6962022-07-26 22:39:552213 "Omnibox Zero Prefix Suggestion Prefetching on NTP";
Moe Ahmadi4d6f27b2021-11-19 01:40:362214const char kOmniboxZeroSuggestPrefetchingDescription[] =
Khalid Peere26e6962022-07-26 22:39:552215 "Enables prefetching of the zero prefix suggestions for eligible users "
2216 "on the New Tab page.";
2217
2218const char kOmniboxZeroSuggestPrefetchingOnSRPName[] =
2219 "Omnibox Zero Prefix Suggestion Prefetching on SRP";
2220const char kOmniboxZeroSuggestPrefetchingOnSRPDescription[] =
2221 "Enables prefetching of the zero prefix suggestions for eligible users "
2222 "on the Search Results page.";
Moe Ahmadi4d6f27b2021-11-19 01:40:362223
Khalid Peer28546042022-08-12 23:18:082224const char kOmniboxZeroSuggestPrefetchingOnWebName[] =
2225 "Omnibox Zero Prefix Suggestion Prefetching on the Web";
2226const char kOmniboxZeroSuggestPrefetchingOnWebDescription[] =
2227 "Enables prefetching of the zero prefix suggestions for eligible users "
2228 "on the Web (i.e. non-NTP and non-SRP URLs).";
2229
Khalid Peer4bca7ea2022-08-26 22:51:292230const char kOmniboxZeroSuggestInMemoryCachingName[] =
2231 "Omnibox Zero Prefix Suggestion in-memory caching";
2232const char kOmniboxZeroSuggestInMemoryCachingDescription[] =
2233 "Enables in-memory caching of zero prefix suggestions.";
2234
Ce Chen7762ef32022-06-17 14:34:172235const char kOmniboxOnDeviceHeadSuggestionsName[] =
2236 "Omnibox on device head suggestions (non-incognito only)";
2237const char kOmniboxOnDeviceHeadSuggestionsDescription[] =
2238 "Google head non personalized search suggestions provided by a compact on "
2239 "device model for non-incognito. Turn off this feature if you have other "
2240 "apps running which affects local file access (e.g. anti-virus software) "
2241 "and are experiencing searchbox typing lags.";
2242const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
2243 "Omnibox on device head suggestions (incognito only)";
2244const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
2245 "Google head non personalized search suggestions provided by a compact on "
2246 "device model for incognito. Turn off this feature if you have other "
2247 "apps running which affects local file access (e.g. anti-virus software) "
2248 "and are experiencing searchbox typing lags.";
Ce Chenbdfaed22022-10-20 16:08:352249const char kOmniboxOnDeviceTailSuggestionsName[] =
2250 "Omnibox on device tail suggestions";
2251const char kOmniboxOnDeviceTailSuggestionsDescription[] =
2252 "Google tail non personalized search suggestions provided by a compact on "
2253 "device model.";
Ce Chen7762ef32022-06-17 14:34:172254
manukh6b9c59c2020-08-28 19:29:252255const char kOmniboxRichAutocompletionPromisingName[] =
2256 "Omnibox Rich Autocompletion Promising Combinations";
2257const char kOmniboxRichAutocompletionPromisingDescription[] =
manukh6a6aeb82022-06-24 21:11:012258 "Allow autocompletion for titles and non-prefixes. Suggestions whose "
2259 "titles or URLs contain the user input as a continuous chunk, but not "
2260 "necessarily a prefix, can be the default suggestion. Otherwise, only "
2261 "suggestions whose URLs are prefixed by the user input can be.";
manukhf6414512022-06-15 01:26:192262
Angela Yoeurng8f6731da2022-01-17 05:55:102263const char kOmniboxSiteSearchStarterPackName[] =
2264 "Omnibox Site Search Starter Pack";
2265const char kOmniboxSiteSearchStarterPackDescription[] =
Angela Yoeurng260f18352022-06-15 22:51:352266 "Enables @history, @bookmarks, and @tabs scopes in Omnibox Site "
Angela Yoeurng8f6731da2022-01-17 05:55:102267 "Search/Keyword Mode";
Moe Ahmadi01028f22022-08-06 17:57:352268
2269const char kOmniboxLocalHistoryZeroSuggestBeyondNTPName[] =
2270 "Allow local history zero-prefix suggestions beyond NTP";
2271const char kOmniboxLocalHistoryZeroSuggestBeyondNTPDescription[] =
2272 "Enables local history zero-prefix suggestions in every context in which "
2273 "the remote zero-prefix suggestions are enabled.";
2274
Moe Ahmadi50223462022-06-30 22:37:272275const char kOmniboxFocusTriggersSRPZeroSuggestName[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262276 "Allow Omnibox contextual web on-focus suggestions on the SRP";
Moe Ahmadi50223462022-06-30 22:37:272277const char kOmniboxFocusTriggersSRPZeroSuggestDescription[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262278 "Enables on-focus suggestions on the Search Results page. "
2279 "Requires on-focus suggestions for the contextual web to be enabled. "
2280 "Will only work if user is signed-in and syncing.";
2281
Moe Ahmadi50223462022-06-30 22:37:272282const char kOmniboxFocusTriggersContextualWebZeroSuggestName[] =
Tommy Li55784022020-04-28 20:58:182283 "Omnibox on-focus suggestions for the contextual Web";
Moe Ahmadi50223462022-06-30 22:37:272284const char kOmniboxFocusTriggersContextualWebZeroSuggestDescription[] =
Tommy Li55784022020-04-28 20:58:182285 "Enables on-focus suggestions on the Open Web, that are contextual to the "
2286 "current URL. Will only work if user is signed-in and syncing, or is "
2287 "otherwise eligible to send the current page URL to the suggest server.";
2288
Jun Zoud1e35932b2022-12-01 20:01:372289const char kOmniboxMlLogUrlScoringSignalsName[] =
2290 "Log Omnibox URL Scoring Signals";
2291const char kOmniboxMlLogUrlScoringSignalsDescription[] =
2292 "Enables Omnibox to log scoring signals of URL suggestions.";
2293
Angela Yoeurngd75d0dfe2023-01-12 23:17:092294const char kOmniboxMlRelevanceScoringName[] = "Omnibox ML Relevance Scoring";
2295const char kOmniboxMlRelevanceScoringDescription[] =
2296 "Enables ML-based relevance scoring of Omnibox URL Suggestions.";
2297
Jun Zoub695a0a2023-01-20 18:55:022298const char kOmniboxMlUrlScoringModelName[] =
2299 "Omnibox autocomplete URL scoring model.";
2300const char kOmniboxMlUrlScoringModelDescription[] =
2301 "Enables machine learning scoring model for Omnibox URL sugestions.";
2302
Moe Ahmadi3c2569e2022-10-06 23:41:392303const char kOmniboxOnClobberFocusTypeOnContentName[] =
2304 "Omnibox On Clobber Focus Type On Content";
2305const char kOmniboxOnClobberFocusTypeOnContentDescription[] =
Rong Tan390e219c2022-09-30 23:56:282306 "Send ON_CLOBBER focus type for zero-prefix requests with an empty input "
Moe Ahmadi3c2569e2022-10-06 23:41:392307 "on Web/SRP.";
Rong Tan390e219c2022-09-30 23:56:282308
manukhd84f42752022-06-25 02:11:082309const char kOmniboxShortBookmarkSuggestionsName[] =
2310 "Omnibox short bookmark suggestions";
2311const char kOmniboxShortBookmarkSuggestionsDescription[] =
2312 "Match very short input words to beginning of words in bookmark "
2313 "suggestions.";
2314
manukh453ab7e2023-02-02 21:09:572315const char kOmniboxShortcutBoostName[] = "Omnibox shortcut boosting";
2316const char kOmniboxShortcutBoostDescription[] =
2317 "Promote shortcuts to be default when available.";
2318
manukhd84f42752022-06-25 02:11:082319const char kOmniboxShortcutExpandingName[] = "Omnibox shortcut expanding";
2320const char kOmniboxShortcutExpandingDescription[] =
2321 "Expand the last word in the shortcut text to be a complete word from the "
2322 "suggestion text.";
2323
Yohanes Shimelis53d0f6b2023-01-12 19:09:102324const char kOmniboxSimplifiedUiUniformRowHeightName[] =
2325 "Omnibox Suggestion Row Height";
2326const char kOmniboxSimplifiedUiUniformRowHeightDescription[] =
2327 "Changes the row height of omnibox suggetions.";
2328
2329const char kOmniboxSimplifiedUiSquareSuggestIconName[] =
2330 "Omnibox Square Suggest Icons";
2331const char kOmniboxSimplifiedUiSquareSuggestIconDescription[] =
2332 "Adds a grey square background to suggestion icons, and makes the answer "
2333 "icon square.";
2334
manukfdd97402020-07-22 18:19:172335const char kOmniboxMaxZeroSuggestMatchesName[] =
2336 "Omnibox Max Zero Suggest Matches";
2337const char kOmniboxMaxZeroSuggestMatchesDescription[] =
2338 "Changes the maximum number of autocomplete matches displayed when zero "
2339 "suggest is active (i.e. displaying suggestions without input).";
2340
Brett Wilsonecb80982017-07-12 20:34:512341const char kOmniboxUIMaxAutocompleteMatchesName[] =
2342 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:512343const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
2344 "Changes the maximum number of autocomplete matches displayed in the "
2345 "Omnibox UI.";
2346
Mustafa Emre Acer0626cbb2021-07-14 20:35:042347const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
2348 "Omnibox Updated connection security indicators";
2349const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
2350 "Use new connection security indicators for https pages in the omnibox.";
2351
Moe Ahmadi40e0eba52022-12-22 01:44:252352const char kWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
2353const char kWebUIOmniboxPopupDescription[] =
2354 "If enabled, shows the omnibox suggestions popup in WebUI.";
2355
Kevin Baileycd6889922019-05-30 17:22:552356const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
2357const char kOmniboxMaxURLMatchesDescription[] =
2358 "The maximum number of URL matches to show, unless there are no "
2359 "replacements.";
2360
manuk4e2979d2020-07-08 23:29:282361const char kOmniboxDynamicMaxAutocompleteName[] =
2362 "Omnibox Dynamic Max Autocomplete";
2363const char kOmniboxDynamicMaxAutocompleteDescription[] =
2364 "Configures the maximum number of autocomplete matches displayed in the "
2365 "Omnibox UI dynamically based on the number of URL matches.";
2366
Michael Checo91977f562023-01-25 01:02:222367const char kOnlyShowNewShortcutsAppName[] =
2368 "Only show the new Shortcut Viewer app";
2369const char kOnlyShowNewShortcutsAppDescription[] =
2370 "If enabled, the existing Shortcut Viewer app will be hidden and only the "
2371 "new Shortcut Customization app will be discoverable.";
2372
rajendrant277b1ba2022-02-18 01:59:362373const char kOptimizationGuideDebugLogsName[] =
2374 "Enable optimization guide debug logs";
2375const char kOptimizationGuideDebugLogsDescription[] =
2376 "Enables the optimization guide to log and save debug messages that can be "
2377 "shown in the internals page.";
2378
rajendrantb6ef55fd2022-10-20 20:25:242379const char kOptimizationGuideInstallWideModelStoreName[] =
2380 "Enables the new optimization guide install-wide model store";
2381const char kOptimizationGuideInstallWideModelStoreDescription[] =
2382 "Enables the new model store that is per Chrome installation and can "
2383 "share models across user profiles.";
2384
Tarun Bansalca4fae3d2022-04-05 21:17:342385const char kOptimizationGuidePushNotificationName[] =
Robert Ogden52285a52021-07-01 19:26:202386 "Enable optimization guide push notifications";
Tarun Bansalca4fae3d2022-04-05 21:17:342387const char kOptimizationGuidePushNotificationDescription[] =
Robert Ogden52285a52021-07-01 19:26:202388 "Enables the optimization guide to receive push notifications.";
2389
Moe Ahmadi359d0722022-05-16 23:17:332390const char kOrganicRepeatableQueriesName[] =
2391 "Organic repeatable queries in Most Visited tiles";
2392const char kOrganicRepeatableQueriesDescription[] =
2393 "Enables showing the most repeated queries, from the device browsing "
2394 "history, organically among the most visited sites in the MV tiles.";
2395
Daniel Vogelheim88d1ca9e2022-02-04 19:53:452396const char kOriginAgentClusterDefaultName[] =
2397 "Origin-keyed Agent Clusters by default";
2398const char kOriginAgentClusterDefaultDescription[] =
2399 "Select the default behaviour for the Origin-Agent-Cluster http header. "
2400 "If enabled, an absent header will cause pages to be assigned to an "
2401 "origin-keyed agent cluster, and to a site-keyed agent cluster when "
2402 "disabled. Documents whose agent clusters are origin-keyed cannot set "
2403 "document.domain to relax the same-origin policy.";
2404
Ethan Mooney01e6f192021-06-10 13:14:072405const char kOsSettingsAppNotificationsPageName[] =
2406 "CrOS Settings App Notifications Page";
2407const char kOsSettingsAppNotificationsPageDescription[] =
2408 "If enabled, a new App Notifications subpage will appear in the "
2409 "CrOS Settings Apps section.";
2410
Wez600f06c2021-03-05 20:32:302411const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
2412const char kOverlayScrollbarsDescription[] =
2413 "Enable the experimental overlay scrollbars implementation. You must also "
2414 "enable threaded compositing to have the scrollbars animate.";
2415
Daniele Castagna74ddb9c2018-06-21 22:59:022416const char kOverlayStrategiesName[] = "Select HW overlay strategies";
2417const char kOverlayStrategiesDescription[] =
2418 "Select strategies used to promote quads to HW overlays.";
2419const char kOverlayStrategiesDefault[] = "Default";
2420const char kOverlayStrategiesNone[] = "None";
2421const char kOverlayStrategiesUnoccludedFullscreen[] =
2422 "Unoccluded fullscreen buffers (single-fullscreen)";
2423const char kOverlayStrategiesUnoccluded[] =
2424 "Unoccluded buffers (single-fullscreen,single-on-top)";
2425const char kOverlayStrategiesOccludedAndUnoccluded[] =
2426 "Occluded and unoccluded buffers "
2427 "(single-fullscreen,single-on-top,underlay)";
2428
Jinsuk Kim2e139e432021-02-26 03:46:562429const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
2430const char kOverscrollHistoryNavigationDescription[] =
2431 "History navigation in response to horizontal overscroll.";
2432
minch1ad858c2021-06-24 20:30:012433const char kOverviewButtonName[] = "Overview button at the status area";
2434const char kOverviewButtonDescription[] =
2435 "If enabled, always show the overview button at the status area.";
2436
Richard Chui9bb649182022-12-09 07:12:022437const char kOverviewDeskNavigationName[] =
2438 "CrOS Labs: Overview Desk Navigation";
2439const char kOverviewDeskNavigationDescription[] =
2440 "Stay in overview when navigating between desks using a swipe gesture or "
2441 "keyboard shortcut.";
2442
Sophie Chang9081cb32021-09-28 22:39:102443const char kPageContentAnnotationsName[] = "Page content annotations";
2444const char kPageContentAnnotationsDescription[] =
2445 "Enables page content to be annotated on-device.";
2446
Sophie Chang8d500672022-02-09 22:45:302447const char kPageEntitiesPageContentAnnotationsName[] =
2448 "Page entities content annotations";
2449const char kPageEntitiesPageContentAnnotationsDescription[] =
2450 "Enables annotating the page entities model for each page load on-device.";
2451
Tommy C. Li7960fc82023-03-03 00:56:452452const char kPageImageServiceOptimizationGuideSalientImagesName[] =
2453 "Page Image Service - Optimization Guide Salient Images";
2454const char kPageImageServiceOptimizationGuideSalientImagesDescription[] =
2455 "Enables the PageImageService fetching images from the Optimization Guide "
2456 "Salient Images source.";
2457
Tommy C. Li315f9ff62023-03-16 16:13:152458const char kPageImageServiceSuggestPoweredImagesName[] =
2459 "Page Image Service - Suggest Powered Images";
2460const char kPageImageServiceSuggestPoweredImagesDescription[] =
2461 "Enables the PageImageService fetching images from the Suggest source.";
2462
Filipa Senrafc3fb4522023-03-17 18:12:222463const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavs[] =
2464 "'About this site' keep side panel on same tab navs";
2465const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavsDescription[] =
2466 "Keeps the 'About this site' side panel open and updated on same tab "
2467 "navigations.";
2468
Filipa Senrab5787562023-02-20 11:03:502469const char kPageInfoAboutThisSiteNewIconName[] = "'About this site' new icon";
2470const char kPageInfoAboutThisSiteNewIconDescription[] =
2471 "Shows the 'About this site' section in the page info UI with a new google "
2472 "branded icon.";
2473
Christian Dullweber77ae6752022-12-14 18:58:382474const char kPageInfoAboutThisSiteNonEnName[] =
2475 "'About this site' section in page info in all languages";
2476const char kPageInfoAboutThisSiteNonEnDescription[] =
2477 "Enable the 'About this site' section in the page info UI in languages "
2478 "other than English.";
Olesia Marukhno0fc754b2021-09-17 15:05:062479
Filipa Senradf8254a2023-02-03 10:29:382480const char kPageInfoAboutThisSiteNonMsbbName[] =
2481 "'About this site' for non-MSBB users";
2482const char kPageInfoAboutThisSiteNonMsbbDescription[] =
2483 "Make 'About this site' section in Page Info available for non-MSBB users.";
2484
Christian Dullweber8fdeb5d2022-08-24 20:14:572485const char kPageInfoboutThisPageDescriptionPlaceholderName[] =
2486 "AboutThisPage description placeholder";
2487const char kPageInfoboutThisPageDescriptionPlaceholderDescription[] =
2488 "Shows a placeholder when no description is availble instead of not "
2489 "showing an entry at all";
2490
2491const char kPageInfoboutThisPagePersistentEntryName[] =
2492 "AboutThisPage persistent SidePanel entry";
2493const char kPageInfoboutThisPagePersistentEntryDescription[] =
2494 "Registers a SidePanel entry on pageload if 'AboutThisPage' info is "
2495 "available";
2496
Zofia Salatad830d4b2022-09-19 09:22:362497const char kPageInfoCookiesSubpageName[] = "Cookies subpage in page info";
2498const char kPageInfoCookiesSubpageDescription[] =
2499 "Enable the Cookies subpage in page info for managing cookies and site "
2500 "data.";
2501
Christian Dullweberec4715a82022-04-28 17:12:012502const char kPageInfoMoreAboutThisPageName[] =
2503 "'More about this page' link in page info";
2504const char kPageInfoMoreAboutThisPageDescription[] =
2505 "Enable the 'More about this page' link in the 'From the web' section of "
2506 "page info.";
2507
Zofia Salata1f9c6ae2022-07-21 16:23:312508const char kPageInfoHideSiteSettingsName[] = "Page info hide site settings";
2509const char kPageInfoHideSiteSettingsDescription[] =
2510 "Hides site settings row in the page info menu.";
2511
Olesia Marukhno4f39c7fb2021-12-14 16:55:482512const char kPageInfoHistoryDesktopName[] = "Page info history";
2513const char kPageInfoHistoryDesktopDescription[] =
2514 "Enable a history section in the page info.";
2515
Sophie Chang8d500672022-02-09 22:45:302516const char kPageVisibilityPageContentAnnotationsName[] =
2517 "Page visibility content annotations";
2518const char kPageVisibilityPageContentAnnotationsDescription[] =
2519 "Enables annotating the page visibility model for each page load "
2520 "on-device.";
2521
Xing Liu5400a002017-09-15 21:48:292522const char kParallelDownloadingName[] = "Parallel downloading";
2523const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:062524 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:292525
Vaclav Brozekd8a3f542017-11-16 14:21:132526const char kPasswordImportName[] = "Password import";
2527const char kPasswordImportDescription[] =
2528 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:512529
Maria Timburddb9d422022-07-20 12:41:492530const char kPasswordStrengthIndicatorName[] = "Password strength indicator";
2531const char kPasswordStrengthIndicatorDescription[] =
2532 "Enables password strength indicator when typing a password during a "
2533 "sign-up and password change flows.";
2534
Norge Vizcay81af8802022-09-06 09:57:122535const char kForceEnableFastCheckoutCapabilitiesName[] =
2536 "Force enable fast checkout capabilities";
2537const char kForceEnableFastCheckoutCapabilitiesDescription[] =
2538 "Force enables fast checkout capabilities for every domain, regardless "
2539 "of the server response.";
2540
Nektarios Paisios989068702022-03-02 09:06:562541const char kPdfOcrName[] = "Performs OCR on inaccessible PDFs";
2542const char kPdfOcrDescription[] =
2543 "Enables a feature whereby inaccessible (i.e. untagged) PDFs are made "
2544 "accessible using an optical character recognition service.";
2545
Carlos ILc5c2e2702020-12-15 21:19:502546const char kPdfXfaFormsName[] = "PDF XFA support";
2547const char kPdfXfaFormsDescription[] =
2548 "Enables support for XFA forms in PDFs. "
2549 "Has no effect if Chrome was not built with XFA support.";
2550
Max Leefb53d9c2022-09-01 00:23:342551const char kVmPerBootShaderCacheName[] = "VM per-boot shader cache";
2552const char kVmPerBootShaderCacheDescription[] =
Max Lee324065832022-09-08 07:15:242553 "If enabled, VM shader cache is refreshed per boot. If disabled, VM shader "
2554 "cache is refreshed per OS build.";
Max Leefb53d9c2022-09-01 00:23:342555
Peter Beverloodcd5d9652021-10-11 23:30:592556const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents";
2557const char kAutoWebContentsDarkModeDescription[] =
Aran Gilman5e9672bed2019-08-02 19:07:492558 "Automatically render all web contents using a dark theme.";
2559
Alison Maherc07a3fb2019-10-07 21:25:032560const char kForcedColorsName[] = "Forced Colors";
2561const char kForcedColorsDescription[] =
2562 "Enables forced colors mode for web content.";
2563
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242564const char kWindowsScrollingPersonalityName[] = "Windows Scrolling Personality";
2565const char kWindowsScrollingPersonalityDescription[] =
Matt Amertecf4bf32019-09-25 19:50:392566 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242567 "of the scroller size and the default scroll animation is replaced with "
2568 "Impulse-style scroll animations.";
Matt Amertecf4bf32019-09-25 19:50:392569
Olesia Marukhno16fdd647a2020-05-04 09:34:002570const char kPermissionChipName[] = "Permissions Chip Experiment";
2571const char kPermissionChipDescription[] =
2572 "Enables an experimental permission prompt that uses a chip in the location"
2573 " bar.";
2574
Florian Jackyca9da172022-09-26 16:29:462575const char kChipLocationBarIconOverrideName[] =
2576 "Chip Location Bar Icon Override Experiment.";
2577const char kChipLocationBarIconOverrideDescription[] =
2578 "Enables an experimental location bar icon override while a chip is shown "
2579 "in the location bar. Takes effect when #permission-chip or "
2580 "#confirmation-chip are active.";
2581
2582const char kConfirmationChipName[] = "Confirmation Chip Experiment";
2583const char kConfirmationChipNameDescription[] =
2584 "Enables an experimental confirmation chip in the location bar after a "
Florian Jackycb018cb2022-10-10 09:57:362585 "permission prompt shown has been decided by the user.";
Florian Jackyca9da172022-09-26 16:29:462586
Andy Paicu204a1bb82020-11-12 21:50:142587const char kPermissionPredictionsName[] = "Permission Predictions";
2588const char kPermissionPredictionsDescription[] =
2589 "Use the Permission Predictions Service to surface permission requests "
2590 "using a quieter UI when the likelihood of the user granting the "
2591 "permission is predicted to be low. Requires "
Balazs Engedy6f94e1c2021-11-22 14:16:352592 "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be "
2593 "enabled.";
Andy Paicu204a1bb82020-11-12 21:50:142594
Illia Klimovdf283b02021-07-07 17:33:252595const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2596const char kPermissionQuietChipDescription[] =
Illia Klimov1b2ca40c2022-06-09 20:02:412597 "Enables a permission prompt that uses the quiet chip instead of the "
2598 "right-hand side address bar icon for quiet permission prompts. Requires "
2599 "chrome://flags/#quiet-notification-prompts to be enabled.";
Illia Klimovdf283b02021-07-07 17:33:252600
Tom Van Goethem7ad67c082022-12-13 18:56:262601const char kRecordPermissionExpirationTimestampsName[] =
2602 "Record permission expiration timestamps";
2603const char kRecordPermissionExpirationTimestampsDescription[] =
2604 "When enabled, permissions grants with a durable session model will have "
2605 "an expiration date set.";
2606
Ella Geb58eed12019-09-05 23:37:012607const char kPointerLockOptionsName[] = "Enables pointer lock options";
2608const char kPointerLockOptionsDescription[] =
2609 "Enables pointer lock unadjustedMovement. When unadjustedMovement is set "
2610 "to true, pointer movements wil not be affected by the underlying platform "
2611 "modications such as mouse accelaration.";
2612
Brandon Wylie130e5792023-02-23 23:59:382613const char kPowerBookmarkBackendName[] = "Power bookmark backend";
2614const char kPowerBookmarkBackendDescription[] =
2615 "Enables storing additional metadata to support power bookmark features.";
2616
Emily Shack675ca992022-11-18 22:07:242617const char kPowerBookmarksSidePanel[] = "Power bookmarks side panel";
2618const char kPowerBookmarksSidePanelDescription[] =
2619 "Enables the power bookmarks version of the bookmarks side panel content.";
2620
Brandon Wylie955a16942021-09-24 22:43:102621const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow";
2622const char kBookmarksImprovedSaveFlowDescription[] =
2623 "Enabled an improved save flow for bookmarks.";
2624
Brandon Wylief203eee2021-10-11 22:55:452625const char kBookmarksRefreshName[] = "Bookmarks refresh";
Brandon Wylie9fe37582021-08-24 01:22:532626const char kBookmarksRefreshDescription[] =
Brandon Wylief203eee2021-10-11 22:55:452627 "Enable various changes to bookmarks.";
Brandon Wylie9fe37582021-08-24 01:22:532628
Robert Lin4035ebb2021-10-08 12:23:412629const char kOmniboxTriggerForPrerender2Name[] =
2630 "Omnibox trigger for Prerender2";
2631const char kOmniboxTriggerForPrerender2Description[] =
2632 "Enables the new omnibox trigger prerenderer implementation.";
2633
Lingqi Chi357fcda12022-02-18 03:34:152634const char kSupportSearchSuggestionForPrerender2Name[] =
2635 "Prerender search suggestions";
2636const char kSupportSearchSuggestionForPrerender2Description[] =
2637 "Allows Prerender2 to prerender search suggestions provided by the default "
Johann6299c232022-11-21 03:10:442638 "search engine.";
Lingqi Chi357fcda12022-02-18 03:34:152639
Ryan Sturm0c7162f72022-09-16 15:13:412640const char kEnableOmniboxSearchPrefetchName[] = "Omnibox prefetch Search";
2641const char kEnableOmniboxSearchPrefetchDescription[] =
2642 "Allows omnibox to prefetch likely search suggestions provided by the "
2643 "Default Search Engine";
2644
2645const char kEnableOmniboxClientSearchPrefetchName[] =
2646 "Omnibox client prefetch Search";
2647const char kEnableOmniboxClientSearchPrefetchDescription[] =
2648 "Allows omnibox to prefetch search suggestions provided by the Default "
2649 "Search Engine that the client thinks are likely to be navigated. Requires "
2650 "chrome://flags/#omnibox-search-prefetch";
2651
Andrey Zaytsev7c790c12022-05-23 13:07:302652const char kPrivacyGuideAndroidName[] = "Privacy Guide on Android";
2653const char kPrivacyGuideAndroidDescription[] =
2654 "Shows a new subpage in Settings that helps the user to review various "
2655 "privacy settings.";
2656
John Delaney1d6e4b5c2022-03-25 02:19:222657const char kPrivacySandboxAdsAPIsOverrideName[] = "Privacy Sandbox Ads APIs";
2658const char kPrivacySandboxAdsAPIsOverrideDescription[] =
Nan Lin066a81a2022-04-20 18:46:542659 "Enables Privacy Sandbox APIs: Attribution Reporting, Fledge, Topics, "
Alex Turner64f3bef2022-09-09 18:56:582660 "Fenced Frames, Shared Storage, Private Aggregation, and their associated "
2661 "features.";
John Delaney1d6e4b5c2022-03-25 02:19:222662
Theodore Olsauskas-Warren474cdb52023-01-04 10:16:342663const char kPrivacySandboxSettings4Name[] = "Privacy Sandbox Settings V4";
2664const char kPrivacySandboxSettings4Description[] =
2665 "Enables updated Privacy Sandbox UI";
2666
Alex Turnerb6d89fa2022-10-12 18:33:572667const char kPrivateAggregationDeveloperModeName[] =
2668 "Private Aggregation developer mode";
2669const char kPrivateAggregationDeveloperModeDescription[] =
2670 "Enables the developer mode for the Private Aggregation API. This removes "
2671 "all reporting delays. Only works if the Private Aggregation API is "
2672 "already enabled.";
Alex Turner2d504952022-09-21 23:56:492673
Mohsen Izadi93faac12017-07-29 04:45:152674const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2675const char kPullToRefreshDescription[] =
2676 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012677const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152678
Finnur Thorarinssonfb625e12022-09-06 17:22:532679const char kPWAsDefaultOfflinePageName[] = "Default offline page for PWAs";
2680const char kPWAsDefaultOfflinePageDescription[] =
2681 "Shows customised default offline page when web app is offline.";
2682
Finnur Thorarinsson528355742022-03-07 10:57:012683const char kPwaUpdateDialogForAppIconName[] =
2684 "Enable PWA install update dialog for icon changes";
2685const char kPwaUpdateDialogForAppIconDescription[] =
2686 "Enable a confirmation dialog that shows up when a PWA changes its icon";
2687
2688const char kPwaUpdateDialogForAppTitleName[] =
2689 "Enable PWA install update dialog for name changes";
2690const char kPwaUpdateDialogForAppTitleDescription[] =
2691 "Enable a confirmation dialog that shows up when a PWA changes its name";
Finnur Thorarinsson818e6c112021-05-19 13:06:462692
Brett Wilsonecb80982017-07-12 20:34:512693const char kQuicName[] = "Experimental QUIC protocol";
2694const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2695
Jiahe Zhangc3577e332022-06-22 11:20:382696const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] =
2697 "Quick intensive throttling after loading";
2698const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] =
2699 "For pages that are loaded when backgrounded, activates intensive "
Jiahe Zhang498669852022-12-12 17:21:102700 "throttling after 1 minute instead of the default 5 minutes. Intensive "
Jiahe Zhangc3577e332022-06-22 11:20:382701 "throttling will limit wake ups, from setTimeout and setInterval tasks "
2702 "with a high nesting level and delayed scheduler.postTask tasks, to 1 per "
2703 "minute. See https://chromestatus.com/feature/5580139453743104 for more "
2704 "info.";
2705
Rohit Agarwal5e1c17fc2023-02-03 11:44:152706extern const char kQuickDeleteForAndroidName[] = "Enable quick delete";
2707extern const char kQuickDeleteForAndroidDescription[] =
2708 "When enabled, a new quick delete option appears in the three dots menu, "
2709 "allowing users to quickly delete their last 15 mins of data.";
2710
Yulun Wuc7439a652021-06-18 17:24:182711const char kSettingsAppNotificationSettingsName[] =
2712 "Split notification permission settings";
2713const char kSettingsAppNotificationSettingsDescription[] =
2714 "Remove per-app notification permissions settings from the quick settings "
2715 "menu. Notification permission settings will be split between the "
2716 "lacros-chrome browser's notification permission page "
2717 "and the ChromeOS settings app.";
2718
Alan Cutter20fd08f2020-12-01 13:39:162719const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2720const char kRecordWebAppDebugInfoDescription[] =
2721 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442722 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162723
Victor Tan0e75ea52022-08-12 16:46:282724const char kReduceAcceptLanguageName[] =
2725 "Reduce Accept-Language request header";
2726const char kReduceAcceptLanguageDescription[] =
2727 "Reduce the amount of information available in the Accept-Language request "
2728 "header. See https://github.com/Tanych/accept-language for more info.";
2729
James Hollyer6e5f5c32020-07-27 21:18:102730const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2731const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222732 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2733 "API";
James Hollyer6e5f5c32020-07-27 21:18:102734
Zoraiz Naeem82fa01072022-06-14 20:13:092735const char kRoundedDisplay[] = "Rounded display";
2736const char kRoundedDisplayDescription[] =
2737 "Enables rounded corners for the display";
2738
Dominic Farolino0e1f9a1a2020-11-25 23:25:002739const char kMBIModeName[] = "MBI Scheduling Mode";
2740const char kMBIModeDescription[] =
2741 "Enables independent agent cluster scheduling, via the "
2742 "AgentSchedulingGroup infrastructure.";
2743
Eduard Hez0141dce2022-09-22 11:46:502744const char kSafetyCheckNotificationPermissionsName[] =
2745 "Permission Module for notifications in Safety Check";
2746const char kSafetyCheckNotificationPermissionsDescription[] =
2747 "When enabled, adds the notification permission module to Safety Check on "
2748 "desktop. The module will be shown depending on the browser state.";
2749
2750const char kSafetyCheckUnusedSitePermissionsName[] =
2751 "Permission Module for unused sites in Safety Check";
2752const char kSafetyCheckUnusedSitePermissionsDescription[] =
2753 "When enabled, adds the unused sites permission module to Safety Check on "
2754 "desktop. The module will be shown depending on the browser state.";
Side Yilmazcdd69f782022-07-22 08:05:302755
Andrew Pantera67b07b42022-12-06 19:32:002756const char kSameAppWindowCycleName[] = "Cros Labs: Same App Window Cycling";
2757const char kSameAppWindowCycleDescription[] =
2758 "Use Alt+` to cycle through the windows of the active application.";
2759
Dylan Cutlerc2988fe2021-08-05 14:24:372760const char kPartitionedCookiesName[] = "Partitioned cookies";
2761const char kPartitionedCookiesDescription[] =
2762 "Controls if the Partitioned cookie attribute is enabled.";
2763
Nathan Eliason320cf312022-07-26 23:02:322764const char kThirdPartyStoragePartitioningName[] =
2765 "Experimental third-party storage partitioning.";
2766const char kThirdPartyStoragePartitioningDescription[] =
2767 "Enables partitioning of third-party storage by top-level site. "
2768 "Note: this is under active development and may result in unexpected "
2769 "behavior. Please file bugs at https://bugs.chromium.org/p/chromium/issues/"
2770 "entry?labels=StoragePartitioning-trial-bugs&components=Blink%3EStorage.";
2771
Ilkin Safarli2692d5d12022-12-09 00:03:212772const char kScreenSaverPreviewName[] = "Screen saver preview";
2773const char kScreenSaverPreviewDescription[] =
2774 "Enables the screen saver preview feature which allows the users to "
2775 "preview current screen saver.";
2776
Elaine Chien2b731c82021-01-28 17:50:562777const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142778const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592779const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142780 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592781
David Pennington423db8f2022-10-24 22:30:042782const char kTabScrollingButtonPositionFlagId[] =
2783 "tab-scrolling-button-position";
2784const char kTabScrollingButtonPositionName[] = "Tab Scrolling Buttons";
2785const char kTabScrollingButtonPositionDescription[] =
2786 "Enables buttons on the tab strip to scroll left and right when full";
2787
Shibalik Mohapatra9a31f7d32022-10-26 23:53:592788const char kScrollableTabStripWithDraggingFlagId[] =
2789 "scrollable-tabstrip-with-dragging";
2790const char kScrollableTabStripWithDraggingName[] =
2791 "Tab Scrolling With Dragging";
2792const char kScrollableTabStripWithDraggingDescription[] =
2793 "Scrolls the tabstrip while dragging tabs towards the end of the visible "
2794 "view.";
2795
David Pennington02c635e2022-11-18 01:03:452796const char kScrollableTabStripOverflowFlagId[] = "scrollable-tabstrip-overflow";
2797const char kScrollableTabStripOverflowName[] =
2798 "Tab Scrolling Overflow Indicator";
2799const char kScrollableTabStripOverflowDescription[] =
2800 "Choices for overflow indicators shown when the tabstrip is in scrolling "
2801 "mode.";
2802
Taylor Bergquist9adeb292022-08-25 20:33:082803const char kSplitTabStripName[] = "Split TabStrip";
2804const char kSplitTabStripDescription[] =
2805 "Splits pinned and unpinned tabs into separate TabStrips under the hood. "
2806 "Pure refactoring, no user-visible behavioral changes are included.";
2807
David Bokanebe23cc52020-05-11 18:20:462808const char kScrollUnificationName[] = "Scroll Unification";
2809const char kScrollUnificationDescription[] =
2810 "Refactoring project that eliminates scroll handling code from Blink. "
2811 "Does not affect behavior or performance.";
2812
Yulun Wu04255512022-02-15 01:34:152813extern const char kSearchResultInlineIconName[] = "Search Result Inline Icons";
2814extern const char kSearchResultInlineIconDescription[] =
2815 "Show iconified text and vector icons "
2816 "in launcher search results.";
2817
Yulun Wu1cd0faa2022-03-03 06:59:212818extern const char kDynamicSearchUpdateAnimationName[] =
2819 "Dynamic Search Result Update Animation";
2820extern const char kDynamicSearchUpdateAnimationDescription[] =
2821 "Dynamically adjust the search result update animation when those update "
2822 "animations are preempted. Shortened animation durations configurable "
2823 "(unit: milliseconds).";
2824
Rouslan Solomakhine73fa7852020-08-28 10:33:462825const char kSecurePaymentConfirmationDebugName[] =
2826 "Secure Payment Confirmation Debug Mode";
2827const char kSecurePaymentConfirmationDebugDescription[] =
2828 "This flag removes the restriction that PaymentCredential in WebAuthn and "
2829 "secure payment confirmation in PaymentRequest API must use user verifying "
2830 "platform authenticators.";
2831
Victor Hugo Vianna Silvaf0a44002022-02-16 10:38:002832const char kSendTabToSelfSigninPromoName[] = "Send tab to self sign-in promo";
2833const char kSendTabToSelfSigninPromoDescription[] =
2834 "Enables a sign-in promo if the user attempts to share a tab while being "
2835 "signed out";
2836
Marlon Faceyfce1a9e2022-03-31 23:48:062837const char kSidePanelJourneysFlagId[] = "side-panel-journeys";
2838const char kSidePanelJourneysName[] = "Side panel journeys";
2839const char kSidePanelJourneysDescription[] =
2840 "Enables Journeys within the side panel.";
2841
Marlon Facey41373d72b2022-10-11 02:34:092842const char kSidePanelJourneysQuerylessFlagId[] =
2843 "side-panel-journeys-queryless";
2844const char kSidePanelJourneysQuerylessName[] = "Side panel journeys queryless";
2845const char kSidePanelJourneysQuerylessDescription[] =
2846 "Enables Journeys queryless view within the side panel.";
2847
Elly Fong-Jonesfe05ca12022-09-09 23:38:472848const char kSidePanelWebViewName[] = "Side panel webview";
2849const char kSidePanelWebViewDescription[] =
2850 "Adds a side panel option to load arbitrary web content, with a URL bar.";
2851
Kyle Milkacf3aa6e12021-07-28 00:34:022852const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
2853const char kSharingDesktopScreenshotsDescription[] =
2854 "Enables taking"
2855 " screenshots from the desktop sharing hub.";
2856
Manu Cornetd7ef7c52018-05-01 22:08:232857const char kShelfHoverPreviewsName[] =
2858 "Show previews of running apps when hovering over the shelf.";
2859const char kShelfHoverPreviewsDescription[] =
2860 "Shows previews of the open windows for a given running app when hovering "
2861 "over the shelf.";
2862
Yulun Wuee444262023-01-31 22:40:522863const char kShelfStackedHotseatName[] = "Shelf Stacked Hotseat";
2864const char kShelfStackedHotseatDescription[] =
2865 "Stack the hotseat app bar above the shelf button panels/system tray when "
2866 "there is not enough space for the app bar.";
2867
Brett Wilsonecb80982017-07-12 20:34:512868const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2869const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382870 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2871 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512872
2873const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2874const char kShowAutofillTypePredictionsDescription[] =
2875 "Annotates web forms with Autofill field type predictions as placeholder "
2876 "text.";
2877
Lei Zhang1a6fd01b2021-03-24 17:03:482878const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2879const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152880 "Display the performance metrics of current page in a heads up display on "
2881 "the page.";
2882
pwarren878671672019-12-13 19:18:162883const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2884const char kShowOverdrawFeedbackDescription[] =
2885 "Visualize overdraw by color-coding elements based on if they have other "
2886 "elements drawn underneath.";
2887
Regan Hsu444f9542022-04-05 20:05:132888extern const char kSimLockPolicyName[] = "SIM Lock Policy";
2889extern const char kSimLockPolicyDescription[] =
2890 "Enable the support for policy controlled enabling or disabling of PIN "
2891 "Locking SIMs on managed devices.";
2892
Lukasz Anforowiczd2e16e62019-03-28 19:06:592893const char kIsolateOriginsName[] = "Isolate additional origins";
2894const char kIsolateOriginsDescription[] =
2895 "Requires dedicated processes for an additional set of origins, "
2896 "specified as a comma-separated list.";
2897
Mike West6b2bd752020-12-02 06:36:592898const char kIsolationByDefaultName[] =
2899 "Change web-facing behaviors that prevent origin-level isolation";
2900const char kIsolationByDefaultDescription[] =
2901 "Change several web APIs that make it difficult to isolate origins into "
2902 "distinct processes. While these changes will ideally become new default "
2903 "behaviors for the web, this flag is likely to break your experience on "
2904 "sites you visit today.";
2905
Alex Moshchuk1a4dd092022-05-26 19:55:262906const char kWebViewTagSiteIsolationName[] = "Site isolation for <webview> tags";
2907const char kWebViewTagSiteIsolationDescription[] =
2908 "Enables site isolation for content rendered inside <webview> tags. This "
2909 "increases security for Chrome Apps and WebUI pages that use <webview>.";
2910
Lukasz Anforowicz738a88d2018-11-05 19:19:342911const char kSiteIsolationOptOutName[] = "Disable site isolation";
2912const char kSiteIsolationOptOutDescription[] =
2913 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572914 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2915 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222916 "isolation is force-enabled using a command line switch or using an "
2917 "enterprise policy. "
2918 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572919 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342920const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2921const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512922
Brett Wilsonecb80982017-07-12 20:34:512923const char kSmoothScrollingName[] = "Smooth Scrolling";
2924const char kSmoothScrollingDescription[] =
2925 "Animate smoothly when scrolling page content.";
2926
CJ Huang4ed8a7f32023-01-17 03:45:382927const char kSpeakOnMuteName[] = "Enable Speak On Mute Detection";
2928const char kSpeakOnMuteDescription[] =
2929 "Enable the speak-on-mute detector in CRAS. Reboot is required to let the "
2930 "flag take effect";
2931
shivanigithub75489e352021-02-22 19:24:302932const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2933const char kSplitCacheByNetworkIsolationKeyDescription[] =
2934 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2935 "disallow cross-site tracking.";
2936
Lei Zhang507fffd2020-01-29 23:47:542937const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2938const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462939 "Experimental security mode that strengthens the site isolation policy. "
2940 "Controls whether site isolation should use origins instead of scheme and "
2941 "eTLD+1.";
2942
Brandon Maslenda12cf82019-08-23 20:54:182943const char kStorageAccessAPIName[] = "Storage Access API";
2944const char kStorageAccessAPIDescription[] =
2945 "Enables the Storage Access API, allowing websites to request storage "
2946 "access when it would otherwise be restricted.";
2947
Lexi Stavrakos094fd642020-06-17 23:26:432948const char kStoragePressureEventName[] = "Enable storage pressure Event";
2949const char kStoragePressureEventDescription[] =
2950 "If enabled, Chrome will dispatch a DOM event, informing applications "
2951 "about storage pressure (low disk space)";
2952
Brett Wilsonecb80982017-07-12 20:34:512953const char kSuggestionsWithSubStringMatchName[] =
2954 "Substring matching for Autofill suggestions";
2955const char kSuggestionsWithSubStringMatchDescription[] =
2956 "Match Autofill suggestions based on substrings (token prefixes) rather "
2957 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342958
Irem Uguza84737922022-05-19 09:37:152959const char kSupportTool[] = "Support Tool";
2960const char kSupportToolDescription[] =
2961 "Support Tool collects and exports logs to help debugging the issues. It's"
2962 " available in chrome://support-tool.";
2963
Yumin Su90c764de2022-09-28 19:56:152964const char kSupportToolScreenshot[] = "Support Tool Screenshot";
2965const char kSupportToolScreenshotDescription[] =
2966 "Enables the Support Tool to capture and include a screenshot in the "
2967 "exported packet.";
2968
Patrick Nolandfa5abf92022-02-02 20:26:132969const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures";
2970const char kSuppressToolbarCapturesDescription[] =
2971 "Suppress Toolbar Captures except when certain properties change.";
2972
Alexander Tekle629b1be2022-12-05 23:55:122973const char kSyncAutofillWalletUsageDataName[] =
2974 "Sync Autofill Wallet Usage Data";
2975const char kSyncAutofillWalletUsageDataDescription[] =
2976 "When enabled, allows syncing of the autofill wallet usage data type.";
2977
Marc Treibb9d8ed802022-07-05 15:15:492978const char kSyncEnableHistoryDataTypeName[] = "Enable History sync data type";
2979const char kSyncEnableHistoryDataTypeDescription[] =
2980 "Enables the History sync data type instead of TypedURLs";
2981
Brett Wilsonecb80982017-07-12 20:34:512982const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2983const char kSyncSandboxDescription[] =
2984 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342985
Mikel Astiz850b0fe2021-06-16 09:47:272986const char kSyncTrustedVaultPassphrasePromoName[] =
2987 "Enable promos for sync trusted vault passphrase.";
2988const char kSyncTrustedVaultPassphrasePromoDescription[] =
2989 "Enables promos for an experimental sync passphrase type, referred to as "
2990 "trusted vault.";
2991
Rushan Suleymanov727309602022-04-28 20:08:542992const char kSyncInvalidationsName[] = "Use Sync standalone invalidations";
2993const char kSyncInvalidationsDescription[] =
2994 "If enabled, Sync will use standalone invalidations instead of topic based "
2995 "invalidations (Wallet and Offer data types are enabled by a dedicated "
2996 "flag).";
2997
2998const char kSyncInvalidationsWalletAndOfferName[] =
2999 "Use Sync standalone invalidations for Wallet and Offer";
3000const char kSyncInvalidationsWalletAndOfferDescription[] =
3001 "If enabled, Sync will use standalone invalidations for Wallet and Offer "
3002 "data types. Takes effect only when Sync standalone invalidations are "
3003 "enabled.";
3004
Joe Downing8cbbc192018-05-14 17:37:073005const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
3006const char kSystemKeyboardLockDescription[] =
3007 "Enables websites to use the keyboard.lock() API to intercept system "
3008 "keyboard shortcuts and have the events routed directly to the website "
3009 "when in fullscreen mode.";
3010
Hongyu Long3bd31e52022-11-21 20:08:303011const char kSystemSoundsName[] = "Power Sounds";
3012const char kSystemSoundsDescription[] =
3013 "Enable device charging and low battery warning sounds.";
3014
Ahmed Mehfoozf719a672020-12-17 23:32:523015const char kStylusBatteryStatusName[] =
3016 "Show stylus battery stylus in the stylus tools menu";
3017const char kStylusBatteryStatusDescription[] =
3018 "Enables viewing the current stylus battery level in the stylus tools "
3019 "menu.";
3020
Matt Simmons1fd0c9f2019-04-15 19:08:223021const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
3022const char kTabEngagementReportingDescription[] =
3023 "Tracks tab engagement and lifetime metrics.";
3024
Yusuf Ozuysal67f05a02019-02-15 19:30:523025const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
3026const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463027 "Allows users to see their tabs in a grid layout in the tab switcher on "
3028 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:523029
Wamia Said576448e2022-06-07 03:43:243030const char kCommerceCouponsName[] = "Coupon Annotations";
3031const char kCommerceCouponsDescription[] =
3032 "Allows users to view annotations for available coupons in the Tab "
3033 "Switching UI and on the Tab itself when a known coupon in available";
3034
Mei Liang6b296982021-10-06 22:49:043035const char kCommerceDeveloperName[] = "Commerce developer mode";
3036const char kCommerceDeveloperDescription[] =
3037 "Allows users in the allowlist to enter the developer mode";
3038
Ayman Almadhoun5a72fa742021-04-28 05:49:153039const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
3040const char kCommerceMerchantViewerAndroidDescription[] =
3041 "Allows users to view merchant trust signals on eligible pages.";
3042
Yue Zhange5610102019-11-01 19:46:393043const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
3044const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463045 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:393046
Dana Fried7ecd0e02021-02-03 21:20:573047const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
3048const char kTabGroupsNewBadgePromoDescription[] =
3049 "Causes a 'New' badge to appear on the entry point for creating a tab "
3050 "group in the tab context menu.";
3051
Alyssa Frederickab694f22021-07-02 20:05:393052const char kTabGroupsSaveName[] = "Tab Groups Save";
3053const char kTabGroupsSaveDescription[] =
3054 "Enables users to explicitly save and recall tab groups.";
3055
Dana Friedacaa8ef52019-02-08 02:20:353056const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
3057const char kTabHoverCardImagesDescription[] =
3058 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
3059
Yuheng Huang59d1d302021-10-29 21:21:143060const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search";
3061const char kTabSearchFuzzySearchDescription[] =
3062 "Enable fuzzy search for Tab Search.";
3063
Wen-Chien Wange893a8d2022-10-05 16:53:253064const char kTextInShelfName[] = "Internal test: text in shelf";
3065const char kTextInShelfDescription[] =
3066 "Extend text in shelf timeout to learn about user education";
3067
Daniele Castagnaac71d892020-07-07 17:30:373068const char kTintCompositedContentName[] = "Tint composited content";
3069const char kTintCompositedContentDescription[] =
3070 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:293071 "study overlay support.";
3072
Peter Kastingd77428352018-10-26 15:20:253073const char kTopChromeTouchUiName[] = "Touch UI Layout";
3074const char kTopChromeTouchUiDescription[] =
3075 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:343076
Brett Wilsonecb80982017-07-12 20:34:513077const char kThreadedScrollingName[] = "Threaded scrolling";
3078const char kThreadedScrollingDescription[] =
3079 "Threaded handling of scroll-related input events. Disabling this will "
3080 "force all such scroll events to be handled on the main thread. Note that "
3081 "this can dramatically hurt scrolling performance of most websites and is "
3082 "intended for testing purposes only.";
3083
W. James MacLean17fc6852021-05-06 18:29:293084const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
3085 "Throttle non-visible cross-origin iframes";
3086const char
3087 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
3088 "When enabled, all cross-origin iframes with zero visibility (either "
W. James MacLean86b04de2022-03-25 15:00:033089 "display:none or zero viewport intersection with non-zero area) will be"
3090 " throttled, regardless of whether they are same-process or "
3091 "cross-process. When disabled, throttling for cross-process iframes is "
3092 "the same, but for same-process iframes throttling only occurs when "
3093 "the frame has zero viewport intersection, a non-zero area, and is "
3094 "not display:none.";
W. James MacLean17fc6852021-05-06 18:29:293095
Calder Kitagawae13c23912023-02-08 22:50:283096const char kThumbnailCacheRefactorName[] = "Thumbnail Cache Refactor";
3097const char kThumbnailCacheRefactorDescription[] =
3098 "When enabled the thumbnail cache for Android is updated to improve "
3099 "memory usage and performance.";
3100
W. James MacLean853cd422022-10-17 14:08:583101const char kNewBaseUrlInheritanceBehaviorName[] =
3102 "Enable new base url inheritance behaviors for srcdoc and about:blank";
3103const char kNewBaseUrlInheritanceBehaviorDescription[] =
3104 "When enabled, about:blank and srcdoc frames will use newly proposed "
3105 "behaviors around inheriting their base urls, as discussed on "
3106 "https://crbug.com/1356658. Note: this is automatically enabled when "
3107 "'isolate sandboxed iframes' is enabled.";
3108
Brett Wilsonecb80982017-07-12 20:34:513109const char kTouchDragDropName[] = "Touch initiated drag and drop";
3110const char kTouchDragDropDescription[] =
3111 "Touch drag and drop can be initiated through long press on a draggable "
3112 "element.";
3113
Brett Wilsonecb80982017-07-12 20:34:513114const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
3115const char kTouchSelectionStrategyDescription[] =
3116 "Controls how text selection granularity changes when touch text selection "
3117 "handles are dragged. Non-default behavior is experimental.";
3118const char kTouchSelectionStrategyCharacter[] = "Character";
3119const char kTouchSelectionStrategyDirection[] = "Direction";
3120
Josh Simmons7a8e7a942021-06-19 01:08:563121const char kTranslateAssistContentName[] = "Translate AssistContent";
3122const char kTranslateAssistContentDescription[] =
3123 "Enables populating translate details for the current page in "
3124 "AssistContent.";
3125
Anthony Vallee-Dubois265c5692018-06-01 15:57:143126const char kTranslateForceTriggerOnEnglishName[] =
3127 "Select which language model to use to trigger translate on English "
3128 "content";
3129const char kTranslateForceTriggerOnEnglishDescription[] =
3130 "Force the Translate Triggering on English pages experiment to be enabled "
3131 "with the selected language model active.";
3132
Josh Simmons8c98484872021-05-05 20:50:013133const char kTranslateIntentName[] = "Translate intent";
3134const char kTranslateIntentDescription[] =
3135 "Enables an intent that allows Assistant to initiate a translation of the "
3136 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:523137
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053138const char kTreatInsecureOriginAsSecureName[] =
3139 "Insecure origins treated as secure";
3140const char kTreatInsecureOriginAsSecureDescription[] =
3141 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:133142 "supplied as a comma-separated list. Origins must have their protocol "
3143 "specified e.g. \"http://example.com\". For the definition of secure "
3144 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053145
Sergey Kataevc3be71f12022-11-18 20:11:553146const char kPrivateStateTokensName[] = "Enable Private State Tokens";
3147const char kPrivateStateTokensDescription[] =
3148 "Enables the prototype Private State Token API "
David Van Cleve08c5bc012020-03-26 17:31:463149 "(https://github.com/wicg/trust-token-api).";
3150
Will Cassellafd1edf02020-08-26 23:13:083151const char kTurnOffStreamingMediaCachingOnBatteryName[] =
3152 "Turn off caching of streaming media to disk while on battery power.";
3153const char kTurnOffStreamingMediaCachingOnBatteryDescription[] =
3154 "Reduces disk activity during media playback, which can result in "
3155 "power savings.";
3156
3157const char kTurnOffStreamingMediaCachingAlwaysName[] =
Shawn Pickett0b470712019-08-15 00:43:453158 "Turn off caching of streaming media to disk.";
Will Cassellafd1edf02020-08-26 23:13:083159const char kTurnOffStreamingMediaCachingAlwaysDescription[] =
Shawn Pickett0b470712019-08-15 00:43:453160 "Reduces disk activity during media playback, which can result in "
3161 "power savings.";
3162
Vasilii Sukhanov36365432021-07-02 08:38:213163const char kUnifiedPasswordManagerAndroidName[] =
3164 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:563165const char kUnifiedPasswordManagerAndroidDescription[] =
3166 "Uses Google Mobile Services to store and retrieve passwords."
3167 "Warning: Highly experimental. May lead to loss of passwords and "
3168 "impact performance.";
3169
Ivana Žužićb8eae112022-09-15 15:32:483170const char kUnifiedPasswordManagerErrorMessagesName[] =
3171 "Error Messages when using Google Mobile Services for passwords";
3172const char kUnifiedPasswordManagerErrorMessagesDescription[] =
3173 "Enables showing error messages that offer signing in again to fix the "
3174 "auth errors.";
3175
Maria Kazinova32748352022-09-27 10:34:193176const char kUnifiedPasswordManagerAndroidReenrollmentName[] =
3177 "Automatic reenrollement of users who were evicted from using Google "
3178 "Mobile Services after experiencing errors.";
3179const char kUnifiedPasswordManagerAndroidReenrollmentDescription[] =
3180 "Requires UnifiedPasswordManagerAndroid flag enabled. Allows automatic "
3181 "reenrollment into Google Mobile Services if sync and backend "
3182 "communication work.";
3183
François Beaufortdb160c12019-05-01 06:28:143184const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
3185const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:053186 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:143187 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
3188 "for other processes.";
3189
Brett Wilsonecb80982017-07-12 20:34:513190const char kUiPartialSwapName[] = "Partial swap";
3191const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
3192
Maksim Sisovdc5d70a2022-11-23 08:03:023193const char kUIEnableSharedImageCacheForGpuName[] = "Shared GPUImageDecodeCache";
3194const char kUIEnableSharedImageCacheForGpuDescription[] =
3195 "Enables shared GPUImageDecodeCache for UI if gpu rasterization is "
3196 "enabled.";
3197
Momoka Yamamotof1accfce2022-10-13 10:00:193198const char kUseNAT64ForIPv4LiteralName[] =
3199 "Use NAT64 translation for IPv4 literals";
3200const char kUseNAT64ForIPv4LiteralDescription[] =
3201 "Enables IPv4 to IPv6 address translation for IPv4 literals when chrome is "
3202 "on an IPv6 only network";
3203
Caroline Rising19c84902023-02-27 23:46:003204const char kUserNotesSidePanelName[] = "User notes side panel";
3205const char kUserNotesSidePanelDescription[] =
3206 "Enables the user notes feature in the side panel. "
3207 "Only works if Power bookmark backend is also enabled.";
3208
Maria Kazinova58cedc02021-08-02 17:15:113209const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
3210 "Username first flow fallback crowdsourcing";
3211const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
3212 "Support of sending additional votes on username first flow i.e. login "
3213 "flows where a user has to type username first on one page and then "
3214 "password on another page. These votes are sent on single password forms "
3215 "and contain information whether a 1-password form follows a 1-text form "
3216 "and the value's type(or pattern) in the latter (e.g. email-like, "
3217 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:283218
Zentaro Kavanagh892851f2019-05-29 15:13:313219const char kUseSearchClickForRightClickName[] =
3220 "Use Search+Click for right click";
3221const char kUseSearchClickForRightClickDescription[] =
3222 "When enabled search+click will be remapped to right click, allowing "
3223 "webpages and apps to consume alt+click. When disabled the legacy "
3224 "behavior of remapping alt+click to right click will remain unchanged.";
3225
Guoxing Zhao7e129632023-01-25 03:58:553226const char kVideoConferenceName[] = "Enable video conference features";
3227const char kVideoConferenceDescription[] =
3228 "Enables all features for ChromeOS built-in video conferencing UI.";
Guoxing Zhao13538c62022-09-15 06:08:163229
Guoxing Zhao7e129632023-01-25 03:58:553230const char kVcBackgroundReplaceName[] = "Enable vc background replacement";
3231const char kVcBackgroundReplaceDescription[] =
Jim Pollockc74e3822022-10-17 03:56:503232 "Enables background replacement feature for video conferencing on "
3233 "chromebooks. THIS WILL OVERRIDE BACKGROUND BLUR.";
3234
Ard Oerlemansc550dd02023-03-13 10:02:153235const char kVcSegmentationModelName[] = "Use a different segmentation model";
3236const char kVcSegmentationModelDescription[] =
3237 "Allows a different segmentation model to be used for blur and relighting, "
3238 "which may reduce the workload on the GPU.";
3239
Michael Hablich896d52662017-10-23 15:59:573240const char kV8VmFutureName[] = "Future V8 VM features";
3241const char kV8VmFutureDescription[] =
3242 "This enables upcoming and experimental V8 VM features. "
3243 "This flag does not enable experimental JavaScript features.";
3244
Jeff Chen64a0458a2022-01-13 17:12:173245const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper.";
3246const char kGlobalVaapiLockDescription[] =
3247 "Enable or disable the global VA-API lock for platforms and paths that "
3248 "support controlling this.";
3249
Hirokazu Honda22eb73a2021-10-29 03:58:383250const char kVp9kSVCHWDecodingName[] =
3251 "Hardware decode acceleration for k-SVC VP9";
3252const char kVp9kSVCHWDecodingDescription[] =
3253 "Enable or disable k-SVC VP9 hardware decode acceleration";
3254
Brett Wilsonecb80982017-07-12 20:34:513255const char kWalletServiceUseSandboxName[] =
3256 "Use Google Payments sandbox servers";
3257const char kWalletServiceUseSandboxDescription[] =
3258 "For developers: use the sandbox service for Google Payments API calls.";
3259
Colin Kincaid292cfc42022-05-03 19:17:073260const char kWallpaperFastRefreshName[] =
3261 "Enable shortened wallpaper daily refresh interval for manual testing";
3262const char kWallpaperFastRefreshDescription[] =
3263 "Allows developers to see a new wallpaper once every ten seconds rather "
3264 "than once per day when using the daily refresh feature.";
3265
Jerry Liua21b61622022-12-20 00:52:123266const char kWallpaperGooglePhotosSharedAlbumsName[] =
3267 "Enable Google Photos shared albums for wallpaper";
3268const char kWallpaperGooglePhotosSharedAlbumsDescription[] =
3269 "Allow users to set shared Google Photos albums as the source for their "
3270 "wallpaper.";
3271
Sean Kau1d8791e32021-11-08 22:51:543272const char kWallpaperPerDeskName[] =
3273 "Enable setting different wallpapers per desk";
3274const char kWallpaperPerDeskDescription[] =
3275 "Allow users to set different wallpapers on each of their active desks";
3276
François Beaufort7aace812022-02-02 13:57:173277const char kWebBluetoothName[] = "Web Bluetooth";
3278const char kWebBluetoothDescription[] =
3279 "Enables the Web Bluetooth API on platforms without official support";
3280
Ovidio Henriquez3d729f62020-02-07 00:43:293281const char kWebBluetoothNewPermissionsBackendName[] =
3282 "Use the new permissions backend for Web Bluetooth";
3283const char kWebBluetoothNewPermissionsBackendDescription[] =
3284 "Enables the new permissions backend for Web Bluetooth. This will enable "
François Beaufort2b916752021-12-06 13:05:173285 "persistent storage of device permissions and Web Bluetooth features such "
3286 "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()";
Ovidio Henriquez3d729f62020-02-07 00:43:293287
Klaus Weidner90b78032022-06-01 22:48:333288const char kWebContentsCaptureHiDpiName[] = "HiDPI Tab Capture";
3289const char kWebContentsCaptureHiDpiDescription[] =
3290 "Enables HiDPI rendering for tab capture if the displayed content's "
3291 "resolution is low compared to the capture size. This improves "
3292 "legibility for viewers with higher-resolution screens.";
3293
Reilly Grant679f59d2021-09-29 18:39:383294const char kWebMidiName[] = "Web MIDI";
3295const char kWebMidiDescription[] =
3296 "Enables the implementation of the Web MIDI API. When disabled the "
3297 "interface will still be exposed by Blink.";
3298
Ayu Ishiidbdd5c92020-03-20 23:40:523299const char kWebOtpBackendName[] = "Web OTP";
3300const char kWebOtpBackendDescription[] =
3301 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:373302const char kWebOtpBackendSmsVerification[] = "Code Browser API";
3303const char kWebOtpBackendUserConsent[] = "User Consent API";
3304const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:523305
Kenneth Russell08c7dc32021-07-09 08:06:593306const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
3307const char kWebglDeveloperExtensionsDescription[] =
3308 "Enabling this option allows web applications to access WebGL extensions "
3309 "intended only for use during development time.";
3310
Brett Wilsonecb80982017-07-12 20:34:513311const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
3312const char kWebglDraftExtensionsDescription[] =
3313 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:593314 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:513315
Brandon Jones2ebd9a62022-06-15 19:55:593316const char kWebGpuDeveloperFeaturesName[] = "WebGPU Developer Features";
3317const char kWebGpuDeveloperFeaturesDescription[] =
3318 "Enables web applications to access WebGPU features intended only for use "
3319 "during development.";
3320
Danyao Wang47a0f312019-05-09 20:52:243321const char kWebPaymentsExperimentalFeaturesName[] =
3322 "Experimental Web Payments API features";
3323const char kWebPaymentsExperimentalFeaturesDescription[] =
3324 "Enable experimental Web Payments API features";
3325
Rouslan Solomakhin8c770f582023-01-03 22:23:513326const char kIgnoreCSPInWebPaymentAPIName[] = "Ignore CSP in Web Payment API";
3327const char kIgnoreCSPInWebPaymentAPIDescription[] =
3328 "Temporarily disable enforcing Content Security Policy connect-src "
3329 "directive for Web Payment API when fetching manifest files, app icons, "
3330 "and service worker JavaScript files.";
Rouslan Solomakhin6cc11082022-08-09 14:02:573331
Rouslan Solomakhin1b63d252023-01-04 15:36:333332const char kAddIdentityInCanMakePaymentEventName[] =
3333 "Add identity to canmakepayment event";
3334const char kAddIdentityInCanMakePaymentEventDescription[] =
3335 "Temporarily re-enable the deprecated feature of sharing the merchant and "
3336 "user identity with the payment app when the merchant checks whether the "
3337 "payment app can make payments.";
Rouslan Solomakhinfb386b12022-06-24 01:41:203338
Liquan (Max) Gu8fcb9192020-05-20 16:22:183339const char kAppStoreBillingDebugName[] =
3340 "Web Payments App Store Billing Debug Mode";
3341const char kAppStoreBillingDebugDescription[] =
3342 "App-store purchases (e.g., Google Play Store) within a TWA can be "
3343 "requested using the Payment Request API. This flag removes the "
3344 "restriction that the TWA has to be installed from the app-store.";
3345
Qingsi Wangec2dbf942018-11-03 05:33:043346const char kWebrtcHideLocalIpsWithMdnsName[] =
3347 "Anonymize local IPs exposed by WebRTC.";
3348const char kWebrtcHideLocalIpsWithMdnsDecription[] =
3349 "Conceal local IP addresses with mDNS hostnames.";
3350
Alessio Bazzica570a4f62022-10-17 11:16:303351const char kWebRtcAllowInputVolumeAdjustmentName[] =
3352 "Allow WebRTC to adjust the input volume.";
3353const char kWebRtcAllowInputVolumeAdjustmentDescription[] =
3354 "Allow the Audio Processing Module in WebRTC to adjust the input volume "
3355 "during a real-time call. Disable if microphone muting or clipping issues "
3356 "are observed when the browser is running and used for a real-time call. "
3357 "This flag is experimental and may be removed at any time.";
3358
Alessio Bazzica76a45022022-12-06 17:13:173359const char kWebRtcApmDownmixCaptureAudioMethodName[] =
3360 "WebRTC downmix capture audio method.";
3361const char kWebRtcApmDownmixCaptureAudioMethodDescription[] =
3362 "Override the method that the Audio Processing Module in WebRTC uses to "
3363 "downmix the captured audio to mono (when needed) during a real-time call. "
3364 "This flag is experimental and may be removed at any time.";
3365
Brett Wilsonecb80982017-07-12 20:34:513366const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
3367const char kWebrtcHwDecodingDescription[] =
3368 "Support in WebRTC for decoding video streams using platform hardware.";
3369
3370const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
3371const char kWebrtcHwEncodingDescription[] =
3372 "Support in WebRTC for encoding video streams using platform hardware.";
3373
Elad Alon85e0d0be2018-06-26 10:38:373374const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
3375const char kWebRtcRemoteEventLogDescription[] =
3376 "Allow collecting WebRTC event logs and uploading them to Crash. "
3377 "Please note that, even if enabled, this will still require "
3378 "a policy to be set, for it to have an effect.";
3379
Brett Wilsonecb80982017-07-12 20:34:513380const char kWebrtcSrtpAesGcmName[] =
3381 "Negotiation with GCM cipher suites for SRTP in WebRTC";
3382const char kWebrtcSrtpAesGcmDescription[] =
3383 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
3384
Sergey Silkinc33244f2020-01-31 17:21:303385const char kWebrtcUseMinMaxVEADimensionsName[] =
3386 "WebRTC Min/Max Video Encode Accelerator dimensions";
3387const char kWebrtcUseMinMaxVEADimensionsDescription[] =
3388 "When enabled, WebRTC will only use the Video Encode Accelerator for "
3389 "video resolutions inside those published as supported.";
3390
Reilly Grant3c560fa2021-09-25 01:27:253391const char kWebUsbDeviceDetectionName[] =
3392 "Automatic detection of WebUSB-compatible devices";
3393const char kWebUsbDeviceDetectionDescription[] =
3394 "When enabled, the user will be notified when a device which advertises "
3395 "support for WebUSB is connected. Disable if problems with USB devices are "
3396 "observed when the browser is running.";
3397
Alex Cooper01f110e2020-01-08 02:24:163398const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
3399const char kWebXrForceRuntimeDescription[] =
3400 "Force the browser to use a particular runtime, even if it would not "
3401 "usually be enabled or would otherwise not be selected based on the "
3402 "attached hardware.";
3403
3404const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:163405const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:163406
Will Cassellaa1a4d1112019-12-27 20:52:313407const char kWebXrIncubationsName[] = "WebXR Incubations";
3408const char kWebXrIncubationsDescription[] =
3409 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:243410
Brett Wilsonecb80982017-07-12 20:34:513411const char kZeroCopyName[] = "Zero-copy rasterizer";
3412const char kZeroCopyDescription[] =
3413 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:343414
Peng Huang70021682019-09-18 19:42:283415const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:473416const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:283417
Cheick Cisseb8f706032021-06-22 01:50:473418const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
3419const char kSharedHighlightingAmpDescription[] =
3420 "Enables Shared Highlighting for AMP Viwers.";
3421
Cheick Cisse006ab4e12022-06-03 17:30:053422const char kSharedHighlightingManagerName[] = "Refactoring Shared Highlighting";
3423const char kSharedHighlightingManagerDescription[] =
3424 "Refactors Shared Highlighting by centralizing the IPC calls in a Manager.";
3425
Jeffrey Cohenc4d73612022-05-04 22:37:223426const char kSharedHighlightingRefinedBlocklistName[] =
3427 "Shared Highlighting Blocklist Refinement";
3428const char kSharedHighlightingRefinedBlocklistDescription[] =
3429 "Narrow the Blocklist for enabling Shared Highlighting.";
3430
Wissem Gamracfd08da22022-05-20 00:33:593431const char kSharedHighlightingRefinedMaxContextWordsName[] =
3432 "Shared Highlighting Max Context Words Refinement";
3433const char kSharedHighlightingRefinedMaxContextWordsDescription[] =
3434 "Experiment with different Max Context Words for Shared Highlighting.";
3435
Mario Bianucci3be046eb2021-02-26 18:41:483436const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
3437const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
3438const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
3439const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
Mario Bianucci3be046eb2021-02-26 18:41:483440const char kDrawPredictedPointsDescription[] =
3441 "Draw predicted points when using the delegated ink trails API. Requires "
3442 "experimental web platform features to be enabled.";
3443const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
3444
Daniel Vogelheim236d9a82021-04-01 15:40:533445const char kSanitizerApiName[] = "Sanitizer API";
3446const char kSanitizerApiDescription[] =
3447 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
3448
Peng Huang723f26e2021-06-04 01:55:103449const char kUsePassthroughCommandDecoderName[] =
3450 "Use passthrough command decoder";
3451const char kUsePassthroughCommandDecoderDescription[] =
3452 "Use chrome passthrough command decoder instead of validating command "
3453 "decoder.";
3454
Saifuddin Hitawala74627fe2023-02-14 20:25:453455const char kPassthroughYuvRgbConversionName[] =
3456 "Enable video YUV <-> RGB conversion through passthrough command decoder";
3457const char kPassthroughYuvRgbConversionDescription[] =
3458 "Enable YUV to RGB and RGB to YUV conversion for media clients through "
3459 "passthrough command decoder";
3460
Ali Beyad67fdee02022-02-12 23:54:513461const char kDurableClientHintsCacheName[] = "Persistent client hints";
3462const char kDurableClientHintsCacheDescription[] =
3463 "Persist the client hints cache beyond browser restarts.";
3464
Yoshisato Yanagisawa577d82822022-08-17 01:51:103465const char kSkipServiceWorkerFetchHandlerName[] =
3466 "Skip Service Worker Fetch Handler if skippable";
3467const char kSkipServiceWorkerFetchHandlerDescription[] =
3468 "Skips starting the service worker and run the fetch handler if the fetch "
3469 "handler is recognized as skippable.";
3470
Ari Chivukula8edcb692022-03-10 19:22:313471const char kWebSQLAccessName[] = "Allows access to WebSQL APIs";
3472const char kWebSQLAccessDescription[] =
3473 "The WebSQL API is enabled by default, but can be disabled here.";
3474
Mustafa Emre Acerc6b51352022-11-18 18:43:513475const char kUseIDNA2008NonTransitionalName[] =
3476 "Enable IDNA 2008 Non-Transitional Mode";
3477const char kUseIDNA2008NonTransitionalDescription[] =
3478 "Enables IDNA 2008 in Non-Transitional Mode in URL processing, allowing "
3479 "deviation characters in domain names.";
3480
Igor Ruvinovc0a88452022-06-03 15:26:143481#if !BUILDFLAG(IS_CHROMEOS)
3482const char kDmTokenDeletionName[] = "DMToken deletion";
3483const char kDmTokenDeletionDescription[] =
3484 "Delete the corresponding DMToken when a managed browser is deleted in "
3485 "Chrome Browser Cloud Management.";
3486#endif // !BUILDFLAG(IS_CHROMEOS)
3487
Igor Ruvinov3755731f2023-02-17 17:16:243488const char kPolicyMergeMultiSourceName[] =
3489 "Merge policies from multiple sources";
3490const char kPolicyMergeMultiSourceDescription[] =
3491 "Only merge policies that are set from multiple sources. Policies set from "
3492 "a single source will not be treated as merged and will keep their "
3493 "original source.";
3494
James Leeed090a1b2023-03-16 22:51:583495const char kEnableVariationsGoogleGroupFilteringName[] =
3496 "Enables filtering experiments by Google group membership";
3497const char kEnableVariationsGoogleGroupFilteringDescription[] =
3498 "Enables filtering of experiments by Google group membership. This feature "
3499 "is experimental and is used only for dogfooding, and only for users who "
3500 "are signed in and have Chrome Sync enabled.";
3501
Brett Wilsonff596952017-07-14 01:06:553502// Android ---------------------------------------------------------------------
3503
Xiaohan Wang55ae2c012022-01-20 21:49:113504#if BUILDFLAG(IS_ANDROID)
Brett Wilsonff596952017-07-14 01:06:553505
Amanda Lin Dietze8470942023-02-06 19:47:033506const char kAccessibilityFormControlsModeName[] =
3507 "Experimental Accessibility Mode for Form Controls only";
3508const char kAccessibilityFormControlsModeDescription[] =
3509 "Enable experimental accessibility mode to support password managers and "
3510 "form fillers when full assistive technology is not running.";
3511
Mark Schillacid9ce86c2021-09-30 16:37:533512const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom";
3513const char kAccessibilityPageZoomDescription[] =
3514 "Whether the UI and underlying code for page zoom should be enabled to"
3515 " allow a user to increase/decrease the web contents zoom factor.";
3516
Shakti Sahu1c04a2872021-03-17 16:38:483517const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
3518const char kAddToHomescreenIPHDescription[] =
3519 " Shows in-product-help messages educating users about add to homescreen "
3520 "option in chrome.";
3521
Vikas Soni5463f1a2020-08-17 22:47:303522const char kAImageReaderName[] = "Android ImageReader";
3523const char kAImageReaderDescription[] =
3524 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
3525 " This feature is only available for android P+ devices. Disabling it also "
3526 " disables SurfaceControl.";
3527
Trevor Perrierc1384bb2021-06-04 23:54:033528const char kAndroidForceAppLanguagePromptName[] =
3529 "Force second run app language prompt";
3530const char kAndroidForceAppLanguagePromptDescription[] =
3531 "When enabled the app language prompt to change the UI language will"
3532 "always be shown.";
3533
Finnur Thorarinsson7bd14e802022-07-07 22:10:473534const char kAndroidMediaPickerSupportName[] = "Android Media Picker";
3535const char kAndroidMediaPickerSupportDescription[] =
3536 "When enabled the Android Media picker is used instead of the Chrome one.";
3537
Vikas Sonif14e32c2020-08-15 06:17:223538const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
3539const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:303540 " Enables SurfaceControl to manage the buffer queue for the "
3541 " DisplayCompositor on Android. This feature is only available on "
3542 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:223543
Jinsuk Kime3909a72023-03-02 19:55:083544const char kAndroidWidgetFullscreenToastName[] =
3545 "Android widget fullscreen toast";
3546const char kAndroidWidgetFullscreenToastDescription[] =
3547 "Use Android Toast widget for fullscreen notifcation UI.";
3548
Sky Malice300d5fc2023-01-12 19:37:333549const char kAndroidImprovedBookmarksName[] = "Android Visual Bookmark Manager";
3550const char kAndroidImprovedBookmarksDescription[] =
3551 "More visual changes to the bookmarks surfaces, with more thumbnails and a "
3552 "focus on search instead of folders/hierarchy";
3553
Shu Yang95506102023-01-11 19:16:323554const char kAnimatedImageDragShadowName[] =
3555 "Enable animated image drag shadow on Android.";
3556const char kAnimatedImageDragShadowDescription[] =
3557 "Animate the shadow image from its original bound to the touch point. "
3558 "Image drag on Android is available when flag touch-drag-and-context-menu "
3559 "is enabled.";
3560
Josh Simmons68325af2021-01-15 21:10:213561const char kAssistantIntentTranslateInfoName[] =
3562 "Translate info in Assistant intent";
3563const char kAssistantIntentTranslateInfoDescription[] =
3564 "Include page translation details in the Assistant voice transcription "
3565 "intent. This includes the page's URL and its original, current, and "
3566 "default target language.";
3567
Brett Wilsonff596952017-07-14 01:06:553568const char kAutofillAccessoryViewName[] =
3569 "Autofill suggestions as keyboard accessory view";
3570const char kAutofillAccessoryViewDescription[] =
3571 "Shows Autofill suggestions on top of the keyboard rather than in a "
3572 "dropdown.";
3573
Caitlin Fischer43edd90a2019-05-01 13:24:303574const char kAutofillUseMobileLabelDisambiguationName[] =
3575 "Autofill Uses Mobile Label Disambiguation";
3576const char kAutofillUseMobileLabelDisambiguationDescription[] =
3577 "When enabled, Autofill suggestions' labels are displayed using a "
3578 "mobile-friendly format.";
3579
Gang Wua7bfb5f42021-04-09 18:54:213580const char kAppMenuMobileSiteOptionName[] =
3581 "Show Mobile Site option in app menu";
3582const char kAppMenuMobileSiteOptionDescription[] =
3583 "When enabled, app menu should show 'Mobile site' when showing desktop "
3584 "site, instead of showing 'Desktop Site' with checkbox";
3585
Lijin Shen7c494d72023-01-17 23:54:553586const char kBackGestureRefactorActivityAndroidName[] =
3587 "Back Gesture Refactor (Secondary Activities)";
3588const char kBackGestureRefactorActivityAndroidDescription[] =
3589 "Enable Back Gesture Refactor for Secondary Activities to support in-app "
3590 "activity-to-activity predictive back gestures";
3591
Lijin Shence2f5722022-04-26 23:11:523592const char kBackGestureRefactorAndroidName[] = "Back Gesture Refactor";
3593const char kBackGestureRefactorAndroidDescription[] =
3594 "Enable Back Gesture Refactor.";
3595
ckitagawaf9abc39f2022-08-26 17:36:363596const char kBindingManagerConnectionLimitName[] =
3597 "Binding manager connection limit";
3598const char kBindingManagerConnectionLimitDescription[] =
3599 "When enabled, limits the number of connections the binding manager can "
3600 "hold to background renderers. This results in lower priorities for the "
3601 "least important background renderers, which may cause them to be "
3602 "reclaimed by the OS if memory is needed.";
3603
Wenyu Fuf929f732022-07-08 19:48:473604const char kCCTBrandTransparencyName[] =
3605 "Chrome Custom Tabs Brand Transparency";
3606const char kCCTBrandTransparencyDescription[] =
3607 "When enabled, CCT will show more Chrome branding information when start, "
3608 "giving user more transparency that the web page is running in Chrome.";
3609
Ramin Halavatiba7ddcc2019-11-13 06:19:283610const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
3611const char kCCTIncognitoDescription[] =
3612 "Enables incognito mode for Chrome Custom Tabs, on Android.";
3613
Rohit Agarwalc3973312020-11-18 14:40:233614const char kCCTIncognitoAvailableToThirdPartyName[] =
3615 "Allow third party to open Custom Tabs Incognito mode";
3616const char kCCTIncognitoAvailableToThirdPartyDescription[] =
3617 "Enabling it would allow third party apps to open incognito mode for "
3618 "Chrome Custom Tabs, on Android.";
3619
Shimi Zhangdabb3c22021-09-16 22:10:253620const char kCCTResizable90MaximumHeightName[] =
3621 "Bottom sheet Custom Tabs maximum height";
3622const char kCCTResizable90MaximumHeightDescription[] =
3623 "When enabled, the bottom sheet Custom Tabs will have maximum height 90% "
3624 "of the screen height, otherwise the maximum height is 100% of the screen "
3625 "height. In both cases, Custom Tabs will yield to the top status bar when "
3626 "at full stop";
Shimi Zhangdabb3c22021-09-16 22:10:253627const char kCCTResizableForThirdPartiesName[] =
3628 "Bottom sheet Custom Tabs (third party)";
3629const char kCCTResizableForThirdPartiesDescription[] =
3630 "Enable bottom sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553631const char kCCTResizableSideSheetName[] = "Side sheet Custom Tabs";
3632const char kCCTResizableSideSheetDescription[] =
3633 "Enable side sheet Custom Tabs";
Zach Katzec1cc2f2023-01-26 01:37:463634const char kCCTResizableSideSheetForThirdPartiesName[] =
3635 "Side sheet Custom Tabs (third party)";
3636const char kCCTResizableSideSheetForThirdPartiesDescription[] =
3637 "Enable side sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553638
Zach Katzdc587ef2022-10-28 18:35:263639const char kCCTRetainingStateInMemoryName[] =
3640 "Enable restoring of previous Custom Tab session";
3641const char kCCTRetainingStateInMemoryDescription[] =
3642 "Enables ability to fully restore a recently engaged with Custom Tab.";
Sinan Sahinc04b1c62022-07-01 18:14:023643const char kCCTRealTimeEngagementSignalsName[] =
3644 "Enable CCT real-time engagement signals.";
3645const char kCCTRealTimeEngagementSignalsDescription[] =
3646 "Enables sending real-time engagement signals (e.g. scroll) through "
3647 "CustomTabsCallback.";
Sinan Sahind9fa5c52023-03-02 02:57:043648const char kCCTRealTimeEngagementSignalsAlternativeImplName[] =
3649 "Enable alternative implementation for CCT real-time engagement signals.";
3650const char kCCTRealTimeEngagementSignalsAlternativeImplDescription[] =
3651 "Enables an alternative implementation for sending real-time engagement "
3652 "signals (e.g. scroll) through CustomTabsCallback.";
Sinan Sahinc04b1c62022-07-01 18:14:023653
Xing Liu1e6b43d2021-03-15 19:26:453654const char kChimeAlwaysShowNotificationDescription[] =
3655 "A debug flag to always show Chime notification after receiving a payload.";
3656const char kChimeAlwaysShowNotificationName[] =
3657 "Always show Chime notification";
3658
3659const char kChimeAndroidSdkDescription[] =
3660 "Enable Chime SDK to receive push notification.";
3661const char kChimeAndroidSdkName[] = "Use Chime SDK";
3662
Travis Skaref97f1fd2022-09-01 01:26:433663const char kChromeSharingCrowLaunchTabName[] =
3664 "Launch Thank Creator actions in standard tab";
3665const char kChromeSharingCrowLaunchTabDescription[] =
3666 "Launches Thank Creator actions in a traditional new tab; default is a "
3667 "custom tab. For internal debugging.";
3668
Travis Skareedcee15642021-09-16 15:49:383669const char kChromeSharingHubLaunchAdjacentName[] =
3670 "Launch new share hub actions in adjacent window";
3671const char kChromeSharingHubLaunchAdjacentDescription[] =
3672 "In multi-window mode, launches share hub actions in an adjacent window. "
3673 "For internal debugging.";
3674
David Maunder915c7ef2019-09-20 16:22:083675const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
3676const char kCloseTabSuggestionsDescription[] =
3677 "Suggests to the user to close Tabs that haven't been used beyond a "
3678 "configurable threshold or where duplicates of Tabs exist. "
3679 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:283680
David Maunder8cf7fd82020-08-20 19:31:543681const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
3682const char kCriticalPersistedTabDataDescription[] =
3683 "A new method of persisting Tab data across restarts has been devised "
3684 "and implemented. This actives the new approach.";
3685
Wenyu Fu54672f42022-09-22 17:51:513686const char kContextMenuPopupForAllScreenSizesName[] =
3687 "Context menu popup for all screen sizes";
3688const char kContextMenuPopupForAllScreenSizesDescription[] =
3689 "When disabled, context menu will be shown as pop-up window only for "
3690 "devices in tablet mode, while shown as a fullscreen dialog for mobile "
3691 "devices; when enabled, context menu will be shown as a pop-up window "
3692 "for all form factors regardless of the screen sizes.";
3693
Donn Denman19688bc2021-03-05 18:48:403694const char kContextualSearchForceCaptionName[] =
3695 "Contextual Search force a caption";
3696const char kContextualSearchForceCaptionDescription[] =
3697 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:413698
Donn Denman05a5b99b2022-07-27 23:38:443699const char kContextualSearchSuppressShortViewName[] =
3700 "Contextual Search suppress short view";
3701const char kContextualSearchSuppressShortViewDescription[] =
3702 "Contextual Search suppress when the base page view is too short";
3703
Fabio Tirelo918089a2018-10-22 21:24:083704const char kAutofillManualFallbackAndroidName[] =
3705 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3706const char kAutofillManualFallbackAndroidDescription[] =
3707 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3708 "keyboard accessory.";
3709
Lei Tianbd5a3bf2018-02-28 19:01:163710const char kEnableCommandLineOnNonRootedName[] =
3711 "Enable command line on non-rooted devices";
3712const char kEnableCommandLineOnNoRootedDescription[] =
3713 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3714
Victor Hugo Vianna Silvabb878dea2022-10-18 10:19:043715const char kEnablePasswordsAccountStorageName[] =
3716 "Enable the account data storage for passwords";
3717const char kEnablePasswordsAccountStorageDescription[] =
3718 "Enables storing passwords in a second, Gaia-account-scoped storage for "
3719 "signed-in but not syncing users";
3720
Lei Zhang0a318af2018-11-14 02:19:463721const char kExploreSitesName[] = "Explore websites";
3722const char kExploreSitesDescription[] =
3723 "Enables portal from new tab page to explore websites.";
3724
Michael Thiessen495a0d32022-08-24 17:58:193725const char kExternalNavigationDebugLogsName[] =
3726 "External Navigation Debug Logs";
3727const char kExternalNavigationDebugLogsDescription[] =
3728 "Enables detailed logging to logcat about why Chrome is making decisions "
3729 "about whether to allow or block navigation to other apps";
3730
Shakti Sahuedcbaef2022-01-18 19:54:213731const char kFeatureNotificationGuideName[] = "Feature notification guide";
3732const char kFeatureNotificationGuideDescription[] =
3733 "Enables notifications about chrome features.";
3734
Shakti Sahu6c4afcde2022-01-31 23:03:543735const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] =
3736 "Feature notification guide - Skip check for low engaged users";
3737const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] =
3738 "Skips check for low engaged users.";
3739
Jian Lic22a3ce2021-08-31 15:46:593740const char kFeedBackToTopName[] = "Back to top of the feeds";
3741const char kFeedBackToTopDescription[] =
3742 "Enables showing a callout to help users return to the top of the feeds "
3743 "quickly.";
3744
Nick Birnie3e6ed412023-01-10 22:36:173745const char kFeedBottomSyncBannerName[] = "Show Sync Promotion";
3746const char kFeedBottomSyncBannerDescription[] =
3747 "Enables the Sync promo banner to be"
3748 " shown at bottom of Chrome Feed.";
3749
Nick Birnie7982fbe2023-03-01 22:22:523750const char kFeedBoCSigninInterstitialName[] = "Show Signin Interstitial";
3751const char kFeedBoCSigninInterstitialDescription[] =
3752 "Enables the sign in interstitial to be"
3753 " shown in a bottom sheet when triggered.";
3754
Cathy Weie5c7d612022-10-14 18:55:073755const char kFeedHeaderStickToTopName[] = "Feed header stick to top";
3756const char kFeedHeaderStickToTopDescription[] =
3757 "Stick feed header to top on scroll.";
3758
Justin DeWitt3eca4372021-09-17 19:44:523759const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder";
3760const char kFeedLoadingPlaceholderDescription[] =
3761 "Enables a placeholder UI in "
3762 "the feed instead of the loading spinner at first load.";
3763
Jonathan Freedaa862a542021-09-03 17:42:253764const char kFeedStampName[] = "StAMP cards in the feed";
3765const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
3766
Ian Wells6cf75a82022-07-13 02:11:023767const char kFeedCloseRefreshName[] = "Feed-close refresh";
3768const char kFeedCloseRefreshDescription[] =
3769 "Enables scheduling a background refresh of the feed following feed use.";
3770
Jian Li20f07f592022-08-23 22:21:553771const char kFeedVideoInlinePlaybackName[] = "Feed video inline playback";
3772const char kFeedVideoInlinePlaybackDescription[] =
3773 "Enable playing feed video in inline playback mode.";
3774
Jonathan Freed4adf604f2022-08-31 17:06:143775const char kFeedDiscoFeedEndpointName[] =
3776 "Feed using the DiscoFeed backend endpoint";
3777const char kFeedDiscoFeedEndpointDescription[] =
3778 "Uses the DiscoFeed endpoint for serving the feed instead of GWS.";
3779
Fabio Tirelo86429cb2022-10-25 22:25:193780const char kHighlightManagedPrefDisclaimerAndroidName[] =
3781 "Highlight managed disclaimer for preferences";
3782const char kHighlightManagedPrefDisclaimerAndroidDescription[] =
3783 "Enables new Settings UI on Android that makes it more prominent that a "
3784 "preference is managed by the administrator or a custodian.";
3785
Jian Lie41ddcb2022-05-04 01:11:563786const char kInfoCardAcknowledgementTrackingName[] =
3787 "Info card acknowledgement tracking";
3788const char kInfoCardAcknowledgementTrackingDescription[] =
3789 "Enable acknowledgement tracking for info cards.";
3790
Jinsuk Kimfa1b7eb2021-06-30 00:04:323791const char kInstanceSwitcherName[] = "Enable instance switcher";
3792const char kInstanceSwitcherDescription[] =
3793 "Enable instance switcher dialog UI that helps users manage multiple "
3794 "instances of Chrome.";
3795
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463796const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423797const char kInstantStartDescription[] =
3798 "Show start surface before native library is loaded.";
3799
Ian Wells34ce1482020-04-03 17:36:163800const char kInterestFeedV2Name[] = "Interest Feed v2";
3801const char kInterestFeedV2Description[] =
3802 "Show content suggestions on the New Tab Page and Start Surface using the "
3803 "new Feed Component.";
3804
Dan Harrington4043b222021-01-15 18:33:423805const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3806const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3807
Jian Lifb04af72021-04-01 21:17:173808const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3809const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3810
Aishwarya Rajesh0dd71922021-07-28 20:22:383811const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3812const char kMessagesForAndroidAdsBlockedDescription[] =
3813 "When enabled, ads blocked message will use the new Messages UI.";
3814
Pavel Yatsuk358291752020-09-03 18:25:223815const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3816const char kMessagesForAndroidInfrastructureDescription[] =
3817 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153818
Vishwas Uppoor8031d642022-05-10 01:28:513819extern const char kMessagesForAndroidOfferNotificationName[] =
3820 "Offer Notification Messages UI";
3821extern const char kMessagesForAndroidOfferNotificationDescription[] =
3822 "When enabled, offer notification will use the new Messages UI";
3823
Lijin Shen2d61a0a32021-07-20 23:15:523824const char kMessagesForAndroidPermissionUpdateName[] =
3825 "Permission Update Messages UI";
3826const char kMessagesForAndroidPermissionUpdateDescription[] =
3827 "When enabled, permission update prompt will use the new Messages UI.";
3828
Lijin Shenba9a6b0e2021-02-18 01:59:063829const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3830const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153831 "When enabled, popup blocked prompt will use the new Messages UI.";
3832
Pavel Yatsukb7307fa2021-09-15 18:02:303833const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI";
3834const char kMessagesForAndroidPWAInstallDescription[] =
3835 "When enabled, PWA Installation prompt will use the new Messages UI.";
3836
Lei Zhang44abd5d22022-01-11 00:32:343837const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3838const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153839 "When enabled, save card prompt will use the new Messages UI.";
3840
Lijin Shen0e049c432022-04-05 23:12:433841const char kMessagesForAndroidStackingAnimationName[] =
3842 "Stacking Animation of Messages UI";
3843const char kMessagesForAndroidStackingAnimationDescription[] =
3844 "When enabled, Messages UI will use the new stacking animation.";
3845
Yutaka Hirano639d9742022-05-13 12:35:163846const char kNetworkServiceInProcessName[] =
3847 "Run the network service on the browser process";
3848const char kNetworkServiceInProcessDescription[] =
3849 "When enabled, the network service runs on the browser process. Otherwise, "
3850 "it runs on a dedicated process.";
3851
Salvador Guerrero4d5ff6e62022-03-24 00:03:203852const char kNotificationPermissionRationaleName[] =
3853 "Notification Permission Rationale UI";
3854const char kNotificationPermissionRationaleDescription[] =
3855 "Configure the dialog shown before requesting notification permission. "
3856 "Only works with builds targeting Android T.";
3857
Salvador Guerrero0af36992023-01-23 20:46:473858const char kNotificationPermissionRationaleBottomSheetName[] =
3859 "Notification Permission Rationale Bottom Sheet UI";
3860const char kNotificationPermissionRationaleBottomSheetDescription[] =
3861 "Enable the alternative bottom sheet UI for the notification permission "
3862 "flow. "
3863 "Only works with builds targeting Android T+.";
3864
Yafei Duan36b4b5b2018-08-07 00:40:033865const char kOfflinePagesLivePageSharingName[] =
3866 "Enables live page sharing of offline pages";
3867const char kOfflinePagesLivePageSharingDescription[] =
3868 "Enables to share current loaded page as offline page by saving as MHTML "
3869 "first.";
3870
Jordan Oroshiba244e9ff2021-02-04 22:20:393871const char kPageInfoHistoryName[] = "Page info history";
3872const char kPageInfoHistoryDescription[] =
3873 "Enable a history sub page to the page info menu, and a button to forget "
3874 "a site, removing all preferences and history.";
3875
Zaina Al-Mashni2df0e5f2023-01-20 11:09:263876const char kPageInfoAboutThisSiteImprovedBottomSheetName[] =
3877 "Page info 'About this site' improved bottomsheet";
3878const char kPageInfoAboutThisSiteImprovedBottomSheetDescription[] =
3879 "Enable an improved 'About this site' bottomsheet, which includes a "
3880 "less cluttered toolbar view and opening navigations in a new tab.";
3881
Anna Tsvirchkova0891e9da2023-03-08 12:42:093882const char kPasswordGenerationBottomSheetName[] =
3883 "Password generation bottom sheet";
3884const char kPasswordGenerationBottomSheetDescription[] =
3885 "Enabled showing the password generation bottom sheet.";
3886
Salma Elmahallawydcdfa9e2023-01-30 18:42:243887const char kPolicyLogsPageAndroidName[] = "Policy Logs Page on Android";
3888const char kPolicyLogsPageAndroidDescription[] =
3889 "Enable the new chrome://policy-logs page containing logs for debugging "
3890 "policy related issues on Android.";
3891
Shakti Sahu1f8a9422020-03-12 05:50:503892const char kQueryTilesName[] = "Show query tiles";
3893const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283894const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3895const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Min Qineb0c2152022-08-26 19:13:123896const char kQueryTilesOnStartName[] = "Query tiles on start";
3897const char kQueryTilesOnStartDescription[] =
3898 "Show query tiles on start surface";
Shakti Sahu8fe5edd2020-05-14 18:57:133899const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3900const char kQueryTilesSingleTierDescription[] =
3901 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543902const char kQueryTilesEnableQueryEditingName[] =
3903 "Query Tiles - Enable query edit mode";
3904const char kQueryTilesEnableQueryEditingDescription[] =
3905 "When a query tile is tapped, the query text will be shown in the omnibox "
3906 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453907const char kQueryTilesEnableTrendingName[] =
3908 "Query Tiles - Enable trending queries";
3909const char kQueryTilesEnableTrendingDescription[] =
3910 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263911const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3912const char kQueryTilesCountryCodeDescription[] =
3913 "When query tiles are enabled, this value determines tiles for which "
3914 "country should be displayed.";
3915const char kQueryTilesCountryCodeUS[] = "US";
3916const char kQueryTilesCountryCodeIndia[] = "IN";
3917const char kQueryTilesCountryCodeBrazil[] = "BR";
3918const char kQueryTilesCountryCodeNigeria[] = "NG";
3919const char kQueryTilesCountryCodeIndonesia[] = "ID";
Shakti Sahu8fe5edd2020-05-14 18:57:133920const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193921const char kQueryTilesInstantFetchDescription[] =
3922 "Immediately schedule background task to fetch query tiles";
Min Qinbe050b72021-06-26 01:32:393923const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
3924const char kQueryTilesRankTilesDescription[] =
3925 "Rank tiles on server based on client context";
Min Qindb789462021-08-26 04:00:113926const char kQueryTilesSegmentationName[] =
3927 "Query Tiles - use segmentation rules";
3928const char kQueryTilesSegmentationDescription[] =
3929 "enable segmentation rules to decide whether to show query tiles";
Min Qin60ae5b82021-01-07 07:07:503930const char kQueryTilesSwapTrendingName[] =
3931 "Query Tiles - Swap trending queries";
3932const char kQueryTilesSwapTrendingDescription[] =
3933 "Swap trending queries if user didn't click on them after several "
3934 "impressions";
Min Qindb99e6f2020-04-29 06:37:263935
Caroline Risingdb7df182021-01-11 19:49:143936const char kReadLaterFlagId[] = "read-later";
3937const char kReadLaterName[] = "Reading List";
3938const char kReadLaterDescription[] =
3939 "Allow users to save tabs for later. Enables a new button and menu for "
3940 "accessing tabs saved for later.";
3941
Brett Wilsonff596952017-07-14 01:06:553942const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3943const char kReaderModeHeuristicsDescription[] =
3944 "Determines what pages the Reader Mode infobar is shown on.";
3945const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3946const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3947const char kReaderModeHeuristicsAllArticles[] = "All articles";
3948const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3949const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3950
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183951const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3952const char kReaderModeInCCTDescription[] =
3953 "Open Reader Mode in Chrome Custom Tabs.";
3954
Xing Liub9070262021-01-07 20:52:163955const char kReadLaterReminderNotificationName[] =
3956 "Read later reminder notification";
3957const char kReadLaterReminderNotificationDescription[] =
3958 "Enables read later weekly reminder notification.";
3959
Ioana Pandele9fc19b2f2020-01-23 22:16:503960const char kRecoverFromNeverSaveAndroidName[] =
3961 "UI to recover from never save passwords on Android";
3962const char kRecoverFromNeverSaveAndroidDescription[] =
3963 "Enables showing UI which allows for easy reverting of the decision to "
3964 "never save passwords on a certain webiste";
3965
Victor Tan5980f4e52022-11-11 20:21:453966const char kReduceUserAgentAndroidVersionDeviceModelName[] =
3967 "Reduce the device model and Android version in the andriod User-Agent "
3968 "string";
3969const char kReduceUserAgentAndroidVersionDeviceModelDescription[] =
3970 "Enables reducing the device model and Android version in the andriod "
3971 "User-Agent string. The device model will be reported as `K` and the "
3972 "Android version will be reported as a static `10` string.";
3973
David Trainora38e60e2020-08-04 23:43:253974const char kReengagementNotificationName[] =
3975 "Enable re-engagement notifications";
3976const char kReengagementNotificationDescription[] =
3977 "Enables Chrome to use the in-product help system to decide when "
3978 "to show re-engagement notifications.";
3979
Donn Denmanc42123c2020-03-19 01:44:243980const char kRelatedSearchesName[] =
3981 "Enables an experiment for Related Searches on Android";
3982const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:493983 "Enables requesting related searches suggestions. These will be requested "
3984 "but not shown unless the UI flag is also enabled.";
3985
Shu Yangd1d8f6b82022-06-30 18:46:283986const char kRequestDesktopSiteAdditionsName[] =
3987 "Secondary settings for request desktop site on Android.";
3988const char kRequestDesktopSiteAdditionsDescription[] =
3989 "Secondary options in `Site settings` to request the desktop version of "
3990 "websites based on external display or peripheral.";
3991
Aishwarya Rajesh3d0bd212022-07-22 22:48:313992const char kRequestDesktopSiteDefaultsName[] =
3993 "Default settings for request desktop site on Android.";
3994const char kRequestDesktopSiteDefaultsDescription[] =
3995 "Request the desktop version of websites by default based on device "
3996 "conditions.";
3997
Aishwarya Rajeshed9865f82022-09-12 22:46:573998const char kRequestDesktopSiteDefaultsDowngradeName[] =
3999 "Downgrade default settings for request desktop site on Android.";
4000const char kRequestDesktopSiteDefaultsDowngradeDescription[] =
4001 "Disable the request desktop site global setting if it was enabled by "
4002 "default based on device conditions.";
4003
Shu Yang6673a042023-02-28 00:27:364004const char kRequestDesktopSiteDefaultsLoggingName[] =
4005 "Silently report crashes for debugging request desktop site on Android.";
4006const char kRequestDesktopSiteDefaultsLoggingDescription[] =
4007 "Silently report crashes with display spec when ineligible device shows "
4008 "up in cohort or device screen size exceeds threshold.";
4009
Aishwarya Rajesh63e60f72022-08-26 00:34:194010const char kRequestDesktopSiteExceptionsDowngradeName[] =
4011 "Downgrade request desktop site exceptions on Android.";
4012const char kRequestDesktopSiteExceptionsDowngradeDescription[] =
4013 "Downgrade request desktop site domain level settings to tab level "
4014 "settings.";
4015
Shu Yanga2ec2d12021-11-15 22:13:154016const char kRequestDesktopSiteExceptionsName[] =
4017 "Per-site setting to request desktop site on Android.";
4018const char kRequestDesktopSiteExceptionsDescription[] =
4019 "An option in `Site settings` to request the desktop version of websites "
Shu Yangd1d8f6b82022-06-30 18:46:284020 "based on site level settings.";
Shu Yanga2ec2d12021-11-15 22:13:154021
Aishwarya Rajesha327b162023-01-06 01:34:424022const char kRequestDesktopSitePerSiteIphName[] =
4023 "Contextual help for request desktop site site-level settings on Android.";
4024const char kRequestDesktopSitePerSiteIphDescription[] =
4025 "Provide in-product help for desktop site site-level settings.";
4026
Aishwarya Rajesh7b43f262022-11-02 20:22:044027const char kRequestDesktopSiteZoomName[] =
4028 "Default zoom for request desktop site on Android.";
4029const char kRequestDesktopSiteZoomDescription[] =
4030 "Apply default page zoom on the desktop version of websites.";
4031
Illia Klimov352f34a2022-08-18 13:45:134032const char kRevokeNotificationsPermissionIfDisabledOnAppLevelName[] =
4033 "Revoke site-level notification permission on Android";
4034const char kRevokeNotificationsPermissionIfDisabledOnAppLevelDescription[] =
4035 "Allow revoking site-level notification permission if Chrome has no "
4036 "app-level notification permission on Android.";
4037
Henrique Nakashimaaa6c3142022-07-14 21:53:114038const char kSafeModeForCachedFlagsName[] = "Safe Mode for Cached Flags";
4039const char kSafeModeForCachedFlagsDescription[] =
4040 "Attempts recovery from startup crash loops caused by a bad field trial "
4041 "by rolling back to previous known safe flag values.";
4042
Fabio Tirelo343dcc82023-03-13 16:34:104043extern const char kSafeSitesFilterBehaviorPolicyAndroidName[] =
4044 "Allow SafeSitesFilterBehavior policy on Android";
4045extern const char kSafeSitesFilterBehaviorPolicyAndroidDescription[] =
4046 "Allows the SafeSitesFilterBehavior policy to be applied on Android.";
4047
Kenechi Okoyeff5bd5f2022-06-13 20:47:534048const char kScreenshotsForAndroidV2Name[] = "Screenshots for Android V2";
4049const char kScreenshotsForAndroidV2Description[] =
4050 "Adds functionality to the share screenshot panel within Chrome Browser"
4051 " on Android";
4052
spdonghaoe4b51242022-03-14 23:06:184053const char kShowScrollableMVTOnNTPAndroidName[] = "Show scrollable MVT on NTP";
4054const char kShowScrollableMVTOnNTPAndroidDescription[] =
4055 "Enable showing the scrollable most visited tiles on NTP.";
4056
Liquan (Max) Guf2834612021-08-31 14:49:164057const char kSecurePaymentConfirmationAndroidName[] =
4058 "Secure Payment Confirmation on Android";
4059const char kSecurePaymentConfirmationAndroidDescription[] =
4060 "Enables Secure Payment Confirmation on Android.";
4061
Elly Fong-Jones6fde14c2022-01-05 18:10:584062const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
4063const char kSendTabToSelfV2Description[] =
4064 "Enables new received tab "
4065 "UI shown next to the profile icon instead of using system notifications.";
4066
Brett Wilsonff596952017-07-14 01:06:554067const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
4068const char kSetMarketUrlForTestingDescription[] =
4069 "When enabled, sets the market URL for use in testing the update menu "
4070 "item.";
4071
Wenyu Fu2518c9802023-02-08 23:52:264072const char kShareSheetMigrationAndroidName[] = "Share sheet refactor Android";
4073const char kShareSheetMigrationAndroidDescription[] =
4074 "When enabled, use the Android OS share sheet.";
4075
Alex Moshchuk07e1bb42019-03-08 04:44:084076const char kSiteIsolationForPasswordSitesName[] =
4077 "Site Isolation For Password Sites";
4078const char kSiteIsolationForPasswordSitesDescription[] =
4079 "Security mode that enables site isolation for sites based on "
4080 "password-oriented heuristics, such as a user typing in a password.";
4081
Bo Liude36ab62023-02-24 20:08:294082const char kSlimCompositorName[] = "Slim browser compositor";
4083const char kSlimCompositorDescription[] = "Use new simpler browser compositor";
4084
Hung Vuc394db62020-08-21 21:26:524085const char kSmartSuggestionForLargeDownloadsName[] =
4086 "Smart suggestion for large downloads";
4087const char kSmartSuggestionForLargeDownloadsDescription[] =
4088 "Smart suggestion that offers download locations for large files.";
4089
Ioana Pandele9fc19b2f2020-01-23 22:16:504090const char kStartSurfaceAndroidName[] = "Start Surface";
4091const char kStartSurfaceAndroidDescription[] =
4092 "Enable showing the start surface when launching Chrome via the "
4093 "launcher.";
4094
Xi Han8e1b2452022-05-26 15:43:164095const char kFeedPositionAndroidName[] = "Feed Position";
4096const char kFeedPositionAndroidDescription[] =
4097 "Enable pushing down or pulling up of Feeds on NTP";
4098
Xi Hanfe309c02022-06-07 16:57:264099const char kSearchResumptionModuleAndroidName[] = "Search Resumption Module";
4100const char kSearchResumptionModuleAndroidDescription[] =
4101 "Enable showing search suggestions on NTP";
4102
Andrey Zaytsev5794f892022-07-14 16:16:554103const char kSiteDataImprovementsName[] = "Site data improvements";
4104const char kSiteDataImprovementsDescription[] =
4105 "Improved 'All sites' and 'Site settings' pages on Android.";
4106
spdonghao86345d52022-09-20 20:13:154107const char kStartSurfaceDisabledFeedImprovementName[] =
4108 "Start Surface Disabled Feed Improvement";
4109const char kStartSurfaceDisabledFeedImprovementDescription[] =
4110 "Enable improving Start surface when Feed is disabled";
4111
Xinyi Ji411f38f2023-02-10 23:32:504112const char kStartSurfaceOnTabletName[] = "Start Surface On Tablet";
4113const char kStartSurfaceOnTabletDescription[] =
4114 "Enable Start Surface On Tablet.";
4115
spdonghao921dbdf42022-07-12 19:02:344116const char kStartSurfaceRefactorName[] = "Start Surface Refactor";
4117const char kStartSurfaceRefactorDescription[] =
4118 "Enable splitting Tab switcher from Start surface";
4119
Xinyi Jie3289432023-03-08 20:42:224120const char kStartSurfaceWithAccessibilityName[] =
4121 "Start Surface With Accessibility";
4122const char kStartSurfaceWithAccessibilityDescription[] =
4123 "Enable Start Surface with Accessibility.";
4124
Lei Zhang0a318af2018-11-14 02:19:464125const char kStrictSiteIsolationName[] = "Strict site isolation";
4126const char kStrictSiteIsolationDescription[] =
4127 "Security mode that enables site isolation for all sites (SitePerProcess). "
4128 "In this mode, each renderer process will contain pages from at most one "
4129 "site, using out-of-process iframes when needed. "
4130 "Check chrome://process-internals to see the current isolation mode. "
4131 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
4132 "default. Here, 'Disabled' is a legacy value that actually means "
4133 "'Default,' in which case site isolation may be already enabled based on "
4134 "platform, enterprise policy, or field trial. See also "
4135 "#site-isolation-trial-opt-out for how to disable site isolation for "
4136 "testing.";
4137
Alex Mitrac4bcea22023-02-09 11:10:154138const char kStylusRichGesturesName[] = "Stylus rich gestures";
4139const char kStylusRichGesturesDescription[] =
4140 "Enable rich gestures for stylus which can be used to modify text in "
4141 "editable web content.";
4142
Sirisha Kavuluru003e0962021-12-08 21:40:304143const char kTabGroupsForTabletsName[] = "Tab groups on tablets";
4144const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets.";
4145
Sirisha Kavuluru0ccccae2022-01-27 21:37:594146const char kTabStripImprovementsAndroidName[] =
4147 "Tab strip improvements for Android.";
4148const char kTabStripImprovementsAndroidDescription[] =
4149 "Enables scrollable tab strip with tab group indicators.";
4150
Sirisha Kavuluru263350ba2022-09-08 21:40:214151const char kDiscoverFeedMultiColumnAndroidName[] =
4152 "Multi-column Discover feed Android.";
4153const char kDiscoverFeedMultiColumnAndroidDescription[] =
Sirisha Kavulurue968d502022-10-27 19:37:404154 "Enables single or multi-column Discover feed based on screen width on "
Sirisha Kavuluru263350ba2022-09-08 21:40:214155 "Android.";
4156
Zhe Li5d302c82022-10-12 16:56:544157const char kTabStripRedesignAndroidName[] = "Tab Strip Redesign Android.";
4158const char kTabStripRedesignAndroidDescription[] =
4159 "Enabled Tab Strip Redesign on Android - A visual redesign of Clank Tab "
4160 "Strip that is consistent with GM3.";
4161
Sirisha Kavulurue968d502022-10-27 19:37:404162const char kFoldableJankFixAndroidName[] = "Fix for jank seen on foldables.";
4163const char kFoldableJankFixAndroidDescription[] =
4164 "Enables fix for jank seen during fold to unfold transition on foldables "
4165 "with Android 12+";
4166
Neil Coronado97e135512023-01-11 20:21:094167const char kBaselineGM3SurfaceColorsName[] = "Baseline GM3 Surface Colors";
4168const char kBaselineGM3SurfaceColorsDescription[] =
4169 "Updates baseline surface colors to match the GM3 formula.";
4170
Mustaq Ahmeda130fec2022-02-09 19:03:264171const char kTouchDragAndContextMenuName[] =
4172 "Simultaneous touch drag and context menu";
4173const char kTouchDragAndContextMenuDescription[] =
4174 "Enables touch dragging and a context menu to start simultaneously, with"
4175 "the assumption that the menu is non-modal.";
4176
Scott Littlec0f9a472022-03-23 19:23:224177const char kTranslateMessageUIName[] = "Translate Message UI";
4178const char kTranslateMessageUIDescription[] =
4179 "Controls whether the Translate Message UI will be shown instead of the "
4180 "Translate InfoBar.";
4181
Brett Wilsonff596952017-07-14 01:06:554182const char kUpdateMenuBadgeName[] = "Force show update menu badge";
4183const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:444184 "When enabled, a badge will be shown on the app menu button if the update "
4185 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:554186
4187const char kUpdateMenuItemCustomSummaryDescription[] =
4188 "When this flag and the force show update menu item flag are enabled, a "
4189 "custom summary string will be displayed below the update menu item.";
4190const char kUpdateMenuItemCustomSummaryName[] =
4191 "Update menu item custom summary";
4192
Tommy Nyquist3c02e592018-10-18 23:36:444193const char kUpdateMenuTypeName[] =
4194 "Forces the update menu type to a specific type";
4195const char kUpdateMenuTypeDescription[] =
4196 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquistb0f8692e2021-10-15 19:13:054197 "the app menu badge and menu item for updates.";
Tommy Nyquist3c02e592018-10-18 23:36:444198const char kUpdateMenuTypeNone[] = "None";
4199const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
4200const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:554201
Tommy Nyquist5b7ac1a02022-08-16 16:56:004202const char kOmahaMinSdkVersionAndroidName[] =
4203 "Forces the minumum Android SDK version to a particular value.";
4204const char kOmahaMinSdkVersionAndroidDescription[] =
4205 "When set, the minimum Android minimum SDK version is set to a particular "
4206 "value which impact the app menu badge, menu items, and settings about "
4207 "screen regarding whether Chrome can be updated.";
4208const char kOmahaMinSdkVersionAndroidMinSdk1Description[] = "Minimum SDK = 1";
4209const char kOmahaMinSdkVersionAndroidMinSdk1000Description[] =
4210 "Minimum SDK = 1000";
4211
Lei Zhang44abd5d22022-01-11 00:32:344212const char kUseRealColorSpaceForAndroidVideoName[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:424213 "Use color space from MediaCodec";
Lei Zhang44abd5d22022-01-11 00:32:344214const char kUseRealColorSpaceForAndroidVideoDescription[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:424215 "When enabled video will use real color space instead of srgb.";
4216
Shakti Sahu2741f8d2020-08-14 03:38:364217const char kVideoTutorialsName[] = "Enable video tutorials";
4218const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:104219const char kVideoTutorialsInstantFetchName[] =
4220 "Video tutorials fetch on startup";
4221const char kVideoTutorialsInstantFetchDescription[] =
4222 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:364223
bttk8031f3fb2021-02-25 20:21:244224const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
4225const char kAdaptiveButtonInTopToolbarDescription[] =
4226 "Enables showing an adaptive action button in the top toolbar";
Salvador Guerreroa071de302023-03-18 00:34:274227const char kAdaptiveButtonInTopToolbarTranslateName[] =
4228 "Adaptive button in top toolbar - Translate button";
4229const char kAdaptiveButtonInTopToolbarTranslateDescription[] =
4230 "Enables a translate button in the top toolbar. Must be selected in "
4231 "Settings > Toolbar Shortcut.";
bttk74acf1b2021-05-19 20:20:594232const char kAdaptiveButtonInTopToolbarCustomizationName[] =
4233 "Adaptive button in top toolbar customization";
4234const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
4235 "Enables UI for customizing the adaptive action button in the top toolbar";
Josh Simmons68941d122020-11-11 02:49:044236
Jinsuk Kim9adece12023-02-17 15:48:494237const char kUseToastManagerName[] = "Use Toast manager";
4238const char kUseToastManagerDescription[] =
4239 "Use Toast manager for queueing and managing Android Toast UI.";
4240
Carlos Knippschild0cf5a072020-12-01 00:15:534241const char kWebFeedName[] = "Web Feed";
4242const char kWebFeedDescription[] =
4243 "Allows users to keep up with and consume web content.";
4244
Pete Williamson55cbb162022-04-09 02:41:524245const char kWebFeedAwarenessName[] = "Web Feed Awareness";
4246const char kWebFeedAwarenessDescription[] =
4247 "Helps the user discover the web feed.";
4248
Pete Williamson06a50ba2022-03-10 02:08:534249const char kWebFeedOnboardingName[] = "Web Feed Onboarding";
4250const char kWebFeedOnboardingDescription[] =
Pete Williamson55cbb162022-04-09 02:41:524251 "Helps the user understand how to use the web feed.";
Pete Williamson06a50ba2022-03-10 02:08:534252
Cathy Lie949b3c2021-09-10 20:15:454253const char kWebFeedSortName[] = "Web Feed Sort";
4254const char kWebFeedSortDescription[] =
4255 "Allows users to sort their web content in the web feed. "
4256 "Only works if Web Feed is also enabled.";
4257
Justin DeWitt83faf9d12020-12-17 23:18:034258const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
4259const char kXsurfaceMetricsReportingDescription[] =
4260 "Allows metrics reporting state to be passed to Xsurface";
4261
Anna Tsvirchkova94fecb5f2022-04-14 10:34:044262const char kPasswordEditDialogWithDetailsName[] =
4263 "Password edit dialog with details UI";
4264const char kPasswordEditDialogWithDetailsDescription[] =
4265 "Enables UI which shows the dialog after clicking on save/update password"
4266 " with the functionality to choose user account and edit the password.";
4267
liyanbo.monster41ebdd12022-06-30 04:32:324268const char kEnableAndroidGamepadVibrationName[] = "Gamepad vibration";
4269const char kEnableAndroidGamepadVibrationDescription[] =
4270 "Enables the ability to play vibration effects on supported gamepads.";
4271
Wissem Gamra2a91d862022-08-17 18:17:224272const char kCormorantName[] = "Cormorant";
4273const char kCormorantDescription[] = "Enables the experimental Cormorant UI.";
4274
Brett Wilson7b44537e2017-08-18 01:38:284275// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:554276
Xiaohan Wang55ae2c012022-01-20 21:49:114277#else // BUILDFLAG(IS_ANDROID)
brettw5f9c1642017-05-14 17:12:484278
echo linkerb7f43382022-02-10 23:20:344279const char kAppManagementAppDetailsName[] =
4280 "Enable App Details in App Management.";
4281const char kAppManagementAppDetailsDescription[] =
4282 "Show app details on an app's App Management page.";
4283
Lei Zhang1a6fd01b2021-03-24 17:03:484284const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154285 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:484286const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154287 "When enabled, allows all websites to request to initiate tab mirroring "
4288 "via Presentation API. Requires #cast-media-route-provider to also be "
4289 "enabled";
4290
mark a. foltz8d3e26ed2023-03-17 17:46:574291const char kMediaRouterOtrInstanceName[] =
4292 "Create a separate Media Router instance for off-the-record "
4293 "profiles.";
4294const char kMediaRouterOtrInstanceDescription[] =
4295 "When enabled, a separate Media Router instance will be created for "
4296 "off-the-record (\"incognito\") profiles.";
4297
Charles Meng17ba75d2022-08-23 18:45:284298extern const char kBatterySaverModeAvailableName[] =
4299 "Enable the battery saver mode feature in the settings";
4300extern const char kBatterySaverModeAvailableDescription[] =
4301 "When enabled, shows the battery section in the performance settings page";
4302
Anthony Cuie4109852022-07-27 19:01:014303const char kCopyLinkToTextName[] = "Copy Link To Text";
4304const char kCopyLinkToTextDescription[] =
4305 "Adds an item to the context menu to allow a user to copy a link to the "
4306 "page with the selected text highlighted.";
4307
4308const char kDesktopPartialTranslateName[] = "Desktop Partial Translate";
4309const char kDesktopPartialTranslateDescription[] =
4310 "Enables the Partial Translate feature on Desktop, which allows users to "
4311 "translate text selections on the page through the right click context "
4312 "menu.";
4313
evliu467c11b82020-11-17 01:29:304314const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
4315const char kEnableAccessibilityLiveCaptionDescription[] =
4316 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:594317 "media playing in Chrome. Turn the feature on in "
4318 "chrome://settings/accessibility.";
4319
Jocelyn Tran48b694aa2023-03-03 21:00:114320const char kReadAnythingName[] = "Reading Mode";
Abigail Kleincef69482023-01-24 22:14:374321const char kReadAnythingDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114322 "Enables the Reading Mode feature which generates a reader-friendly view "
4323 "of web pages. Open the side panel and select Reading Mode to try the "
Abigail Kleincef69482023-01-24 22:14:374324 "feature.";
4325
Jocelyn Tran48b694aa2023-03-03 21:00:114326const char kReadAnythingWithScreen2xName[] = "Reading Mode with Screen2x";
Abigail Kleincef69482023-01-24 22:14:374327const char kReadAnythingWithScreen2xDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114328 "Have Reading Mode use a local machine learning model for web page "
Abigail Kleincef69482023-01-24 22:14:374329 "distillation.";
4330
Jack Hsieh1e6d84a2022-07-01 16:18:574331const char kEnableWebHidOnExtensionServiceWorkerName[] =
4332 "Enable WebHID on extension service workers";
4333const char kEnableWebHidOnExtensionServiceWorkerDescription[] =
4334 "When enabled, WebHID API is available on extension service workers.";
4335
John Williamse5a683b2020-07-28 03:01:484336const char kGlobalMediaControlsCastStartStopName[] =
4337 "Global media controls control Cast start/stop";
4338const char kGlobalMediaControlsCastStartStopDescription[] =
4339 "Allows global media controls to control when a Cast session is started "
4340 "or stopped instead of relying on the Cast dialog.";
4341
Charles Meng17ba75d2022-08-23 18:45:284342extern const char kHighEfficiencyModeAvailableName[] =
4343 "Enable the high efficiency mode feature in the settings";
4344extern const char kHighEfficiencyModeAvailableDescription[] =
4345 "When enabled, shows the performance section in the performance settings "
4346 "page";
4347
Anthony Vallee-Dubois3d3039fb2023-03-17 16:11:154348extern const char kHeuristicMemorySaverName[] =
4349 "Enable the heuristics-based policy for Memory Saver Mode.";
4350extern const char kHeuristicMemorySaverDescription[] =
4351 "When enabled, Memory Saver will take multiple signals into account before "
4352 "discarding a tab rather than doing it after a fixed amount of time in the "
4353 "background.";
4354
Richard Knoll7b293562021-07-08 08:49:064355const char kMuteNotificationSnoozeActionName[] =
4356 "Snooze action for mute notifications";
4357const char kMuteNotificationSnoozeActionDescription[] =
4358 "Adds a Snooze action to mute notifications shown while sharing a screen.";
4359
Esmael El-Moslimanyf85849d2021-01-15 02:18:104360const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
4361const char kNtpCacheOneGoogleBarDescription[] =
4362 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
4363 "when available.";
4364
Paul Adedeji1ed53002022-06-13 20:15:304365const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
4366const char kNtpChromeCartModuleDescription[] =
4367 "Shows the chrome cart module on the New Tab Page.";
Tibor Goldschwendt16a63cb2020-08-04 19:08:154368
Roman Arora201df092022-10-20 16:53:514369const char kNtpComprehensiveThemeRealboxName[] =
4370 "NTP Comprehensive Theme Realbox";
4371const char kNtpComprehensiveThemeRealboxDescription[] =
4372 "Applies theme based colors to the NTP Realbox element";
4373
Roman Arora32162da2022-10-19 22:26:154374const char kNtpComprehensiveThemingName[] = "NTP Comprehensive Theming";
4375const char kNtpComprehensiveThemingDescription[] =
4376 "Applies theme based colors across various NTP elements";
4377
Yo Wakitadcd38802022-10-12 17:27:074378const char kNtpDesktopLensName[] = "NTP Desktop Lens Entrypoint";
4379const char kNtpDesktopLensDescription[] =
4380 "Shows a Lens entrypoint and upload dialog in desktop NTP when enabled.";
4381
Andre Vincent60a5c5d2020-12-24 02:53:014382const char kNtpDriveModuleName[] = "NTP Drive Module";
4383const char kNtpDriveModuleDescription[] =
4384 "Shows the Google Drive module on the New Tab Page";
4385
Paul Adedeji680466942022-01-13 22:10:504386#if !defined(OFFICIAL_BUILD)
4387const char kNtpDummyModulesName[] = "NTP Dummy Modules";
4388const char kNtpDummyModulesDescription[] =
4389 "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is "
4390 "enabled.";
4391#endif
4392
Roman Arorac7579c92023-02-27 22:17:174393const char kNtpHistoryClustersModuleName[] = "NTP Journeys Module";
4394const char kNtpHistoryClustersModuleDescription[] =
4395 "Shows the Journeys module on the New Tab Page.";
4396
Paul Adedeji1ed53002022-06-13 20:15:304397const char kNtpMiddleSlotPromoDismissalName[] =
4398 "NTP Middle Slot Promo Dismissal";
4399const char kNtpMiddleSlotPromoDismissalDescription[] =
4400 "Allows middle slot promo to be dismissed from New Tab Page until "
4401 "new promo message is populated.";
Rohit Bhatia34189362021-09-04 03:55:204402
Lydia Lam44eea142021-06-10 01:19:004403const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
4404const char kNtpModulesDragAndDropDescription[] =
4405 "Enables modules to be reordered via dragging and dropping on the "
4406 "New Tab Page.";
4407
Paul Adedejid25542d32022-03-09 03:06:374408const char kNtpModulesFirstRunExperienceName[] =
4409 "NTP Modules First Run Experience";
4410const char kNtpModulesFirstRunExperienceDescription[] =
4411 "Shows first run experience for Modular NTP Desktop v1.";
4412
Paul Adedeji57933b82021-12-07 02:19:044413const char kNtpModulesRedesignedLayoutName[] = "Ntp Modules Redesigned Layout";
4414const char kNtpModulesRedesignedLayoutDescription[] =
4415 "Changes the layout of modules on New Tab Page";
4416
Paul Adedeji1ed53002022-06-13 20:15:304417const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
4418const char kNtpModulesRedesignedDescription[] =
4419 "Shows the redesigned modules on the New Tab Page.";
4420
4421const char kNtpPhotosModuleName[] = "NTP Photos Module";
4422const char kNtpPhotosModuleDescription[] =
4423 "Shows the Google Photos module on the New Tab Page";
4424
4425const char kNtpPhotosModuleOptInArtWorkName[] =
4426 "NTP Photos Module Opt In ArtWork";
4427const char kNtpPhotosModuleOptInArtWorkDescription[] =
4428 "Determines the art work in the NTP Photos Opt-In card";
4429
4430const char kNtpPhotosModuleOptInTitleName[] = "NTP Photos Module Opt In Title";
4431const char kNtpPhotosModuleOptInTitleDescription[] =
4432 "Determines the title of the NTP Photos Opt-In card";
4433
4434const char kNtpPhotosModuleSoftOptOutName[] = "NTP Photos Module Soft Opt-Out";
4435const char kNtpPhotosModuleSoftOptOutDescription[] =
4436 "Enables soft opt-out option in Photos opt-in card";
4437
Marlon Facey86f579482021-12-15 00:05:194438const char kNtpRealboxMatchOmniboxThemeName[] =
4439 "NTP Realbox Matches Omnibox Theme";
4440const char kNtpRealboxMatchOmniboxThemeDescription[] =
4441 "NTP Realbox matches the Omnibox theme when enabled.";
4442
Marlon Faceya00e2f92022-01-27 23:04:094443const char kNtpRealboxMatchSearchboxThemeName[] =
4444 "NTP Realbox Matches Searchbox Theme";
4445const char kNtpRealboxMatchSearchboxThemeDescription[] =
Marlon Facey4a2c2072022-09-26 23:24:534446 "Makes NTP Realbox drop shadow match that of the Searchbox when enabled.";
Marlon Faceya00e2f92022-01-27 23:04:094447
Marlon Facey904d12442021-09-02 23:02:244448const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals";
4449const char kNtpRealboxPedalsDescription[] =
4450 "Shows pedals in the NTP Realbox when enabled.";
4451
Marlon Facey4a2c2072022-09-26 23:24:534452const char kNtpRealboxRoundedCornersName[] = "NTP Realbox Rounded Corners";
4453const char kNtpRealboxRoundedCornersDescription[] =
4454 "Make NTP realbox dropdown corners match that of the Searchbox.";
4455
Marlon Facey94eac62a02021-12-15 01:16:374456const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon";
4457const char kNtpRealboxUseGoogleGIconDescription[] =
4458 "Shows Google G icon "
4459 "instead of Search Loupe in realbox when enabled";
4460
Paul Adedeji1ed53002022-06-13 20:15:304461const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
4462const char kNtpRecipeTasksModuleDescription[] =
4463 "Shows the recipe tasks module on the New Tab Page.";
4464
Tibor Goldschwendta82f86c2023-03-14 00:26:514465const char kNtpReducedLogoSpaceName[] = "NTP Reduced Logo Space";
4466const char kNtpReducedLogoSpaceDescription[] =
4467 "Reduces space the logo fills up vertically.";
4468
Paul Adedeji1ed53002022-06-13 20:15:304469const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module";
4470const char kNtpSafeBrowsingModuleDescription[] =
4471 "Shows the safe browsing module on the New Tab Page.";
4472
Aran Gilman766c2ad2019-04-18 00:15:414473const char kEnableReaderModeName[] = "Enable Reader Mode";
4474const char kEnableReaderModeDescription[] =
4475 "Allows viewing of simplified web pages by selecting 'Customize and "
4476 "control Chrome'>'Distill page'";
4477
Wei Li2946b352019-08-19 21:49:544478const char kHappinessTrackingSurveysForDesktopDemoName[] =
4479 "Happiness Tracking Surveys Demo";
4480const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
4481 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
4482
Ramin Halavati7935b622022-11-16 08:11:464483const char kLayoutExtractionName[] = "Layout Extraction";
4484const char kLayoutExtractionDescription[] =
4485 "Enables Layout Extraction local machine intelligence library to use "
4486 "screen snapshots to add metadata for accessibility tools.";
4487
Travis Skarebcdb5ed32018-08-17 01:49:404488const char kOmniboxDriveSuggestionsName[] =
4489 "Omnibox Google Drive Document suggestions";
manukh918d82552022-10-11 01:12:224490const char kOmniboxDriveSuggestionsDescription[] =
Travis Skarebcdb5ed32018-08-17 01:49:404491 "Display suggestions for Google Drive documents in the omnibox when Google "
4492 "is the default search engine.";
4493
Kevin Bailey9ec05532019-01-31 23:01:334494const char kOmniboxExperimentalKeywordModeName[] =
4495 "Omnibox Experimental Keyword Mode";
4496const char kOmniboxExperimentalKeywordModeDescription[] =
4497 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:154498 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:334499
Viktor Semeniuk083adff22022-11-16 16:15:474500const char kPasswordsGroupingName[] = "Passwords grouping";
4501const char kPasswordsGroupingDescription[] =
4502 "Enables displaying passwords grouped together using information from "
4503 "the affiliation service.";
4504
Viktor Semeniuke4aa5bc2022-08-17 07:22:594505const char kPasswordManagerRedesignName[] = "Password Manager new UI";
4506const char kPasswordManagerRedesignDescription[] =
4507 "Enables new Password Manager UI on Desktop";
4508
Andrii Natiahlyi653c24092023-02-16 11:37:354509const char kPasswordsImportM2Name[] = "Passwords Import M2";
4510const char kPasswordsImportM2Description[] =
4511 "Extends passwords import flow in password settings with conflict "
4512 "resolution functionality.";
4513
Chris Thompson657d5c82020-10-08 23:04:104514const char kSCTAuditingName[] = "SCT auditing";
4515const char kSCTAuditingDescription[] =
4516 "Enables SCT auditing for users who have opted in to Safe Browsing "
4517 "Extended Reporting.";
4518
Elly Fong-Jonesaf0a33b2022-04-05 15:30:474519const char kSharingDesktopSharePreviewName[] = "Desktop share hub preview";
4520const char kSharingDesktopSharePreviewDescription[] =
4521 "Adds a preview section to the desktop sharing hub to make it clearer what "
4522 "is about to be shared.";
4523
Matthew Hatem61e894922022-07-22 16:18:374524const char kSharingDesktopShareToGoogleCollectionsName[] =
4525 "Share to Google Collections";
4526const char kSharingDesktopShareToGoogleCollectionsDescription[] =
4527 "Adds an item to the sharing hub to allow sharing to Google Collections.";
4528
Alan Cutter9aa158b2023-01-20 16:12:144529const char kWebAppManifestImmediateUpdatingName[] =
4530 "Web App Manifest Immediate Updating";
4531const char kWebAppManifestImmediateUpdatingDescription[] =
4532 "Enables web app manifest updates to apply to running web app windows as "
4533 "soon as a change has been detected instead of waiting for all app windows "
4534 "to be closed.";
4535
Paul Adedeji1ed53002022-06-13 20:15:304536const char kWebAuthenticationPermitEnterpriseAttestationName[] =
4537 "Web Authentication Enterprise Attestation";
4538const char kWebAuthenticationPermitEnterpriseAttestationDescription[] =
4539 "Permit a set of origins to request a uniquely identifying enterprise "
4540 "attestation statement from a security key when creating a Web "
4541 "Authentication credential.";
4542
Danil Somsikov0d206142022-11-28 23:37:204543const char kDevToolsTabTargetLiteralName[] = "DevTools using Tab Target";
4544const char kDevToolsTabTargetLiteralDescription[] =
4545 "Makes DevTools use an experimental CDP Tab target.";
4546
Xiaohan Wang55ae2c012022-01-20 21:49:114547#endif // BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:284548
4549// Windows ---------------------------------------------------------------------
4550
Xiaohan Wang55ae2c012022-01-20 21:49:114551#if BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284552
Bill Carr49f46082022-02-28 17:54:414553const char kCalculateNativeWinOcclusionName[] =
4554 "Calculate window occlusion on Windows";
4555const char kCalculateNativeWinOcclusionDescription[] =
4556 "Calculate window occlusion on Windows will be used in the future "
4557 "to throttle and potentially unload foreground tabs in occluded windows";
4558
Igor Ruvinovb1f7bea2022-11-08 23:20:504559const char kCloudApAuthName[] = "CloudAP authentication";
4560const char kCloudApAuthDescription[] =
4561 "Enables ambient authentication into supported identity providers using "
4562 "the CloudAP framework. Credentials are retrieved from accounts signed "
4563 "into the operating system.";
4564
Armando Miragliad2e6fc9e2020-03-06 09:23:094565const char kEnableMediaFoundationVideoCaptureName[] =
4566 "MediaFoundation Video Capture";
4567const char kEnableMediaFoundationVideoCaptureDescription[] =
4568 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
4569 "to DirectShow if disabled.";
4570
Xiaohan Wang9c9e5d35c2021-09-02 17:36:094571const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption";
4572const char kHardwareSecureDecryptionDescription[] =
4573 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4574 "for protected content playback.";
4575
Xiaohan Wang2d588832021-11-16 00:57:074576const char kHardwareSecureDecryptionExperimentName[] =
4577 "Hardware Secure Decryption Experiment";
4578const char kHardwareSecureDecryptionExperimentDescription[] =
4579 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4580 "for experimental protected content playback.";
4581
Xiaohan Wang90409292022-03-26 09:06:284582const char kHardwareSecureDecryptionFallbackName[] =
4583 "Hardware Secure Decryption Fallback";
4584const char kHardwareSecureDecryptionFallbackDescription[] =
4585 "Allows automatically disabling hardware secure Content Decryption Module "
4586 "(CDM) after failures or crashes. Subsequent playback may use software "
4587 "secure CDMs. If this feature is disabled, the fallback will never happen "
4588 "and users could be stuck with playback failures.";
4589
Bill Carrc2abb9222021-11-07 22:02:564590const char kMediaFoundationClearName[] = "MediaFoundation for Clear";
4591const char kMediaFoundationClearDescription[] =
4592 "Enable/Disable the use of MediaFoundation for non-protected content "
4593 "playback on supported systems.";
4594
henrikac66d1012021-01-19 13:59:184595const char kRawAudioCaptureName[] = "Raw audio capture";
4596const char kRawAudioCaptureDescription[] =
4597 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
4598 "audio stream is a 'raw' stream that bypasses all signal processing except "
4599 "for endpoint specific, always-on processing in the Audio Processing Object"
4600 " (APO), driver, and hardware.";
4601
henrikac79c7a42022-09-06 16:29:524602const char kFakeAudioCaptureTimestamps[] = "Fake audio capture timestamps";
4603const char kFakeAudioCaptureTimestampsDescription[] =
4604 "Emulates audio capture timestamps instead of using timestamps from the "
4605 "actual audio device. Can be used as a temporary workaround in situations "
4606 "where the selected audio device generates invalid timestamp sequences.";
4607
Lei Zhangc05af2a2020-05-15 20:54:054608const char kRunVideoCaptureServiceInBrowserProcessName[] =
4609 "Run video capture service in browser";
4610const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
4611 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:284612
Jonah Ryan-Davis90ae3322021-09-21 17:34:484613const char kUseAngleDescriptionWindows[] =
Olli Etuaho122321192018-09-07 10:15:294614 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
4615 "computers by default. Using the OpenGL driver as the graphics backend may "
4616 "result in higher performance in some graphics-heavy applications, "
4617 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
4618 "video playback.";
4619
Olli Etuaho122321192018-09-07 10:15:294620const char kUseAngleD3D11[] = "D3D11";
4621const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:024622const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:294623
Alex Forrenceb42504892022-07-20 21:50:074624const char kUseWaitableSwapChainName[] = "Use waitable swap chains";
4625const char kUseWaitableSwapChainDescription[] =
4626 "Use waitable swap chains to reduce presentation latency (effective only "
4627 "Windows 8.1 or later). If enabled, specify the maximum number of frames "
4628 "that can be queued, ranging from 1-3. 1 has the lowest delay but is most "
4629 "likely to drop frames, while 3 has the highest delay but is least likely "
4630 "to drop frames.";
4631
Brett Wilson7b44537e2017-08-18 01:38:284632const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
4633const char kUseWinrtMidiApiDescription[] =
4634 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
4635 "later).";
4636
Daniel Hosseinian159cb3d2020-03-13 03:02:024637#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhang1419cab2021-09-09 17:04:444638const char kPrintWithPostScriptType42FontsName[] =
4639 "Print with PostScript Type 42 fonts";
4640const char kPrintWithPostScriptType42FontsDescription[] =
4641 "When using PostScript level 3 printing, render text with Type 42 fonts if "
4642 "possible.";
4643
Lei Zhanga6a8a492020-05-14 03:55:034644const char kPrintWithReducedRasterizationName[] =
4645 "Print with reduced rasterization";
4646const char kPrintWithReducedRasterizationDescription[] =
4647 "When using GDI printing, avoid rasterization if possible.";
4648
Cuc Doan074d8ed2022-03-14 22:03:344649const char kReadPrinterCapabilitiesWithXpsName[] =
4650 "Read printer capabilities with XPS";
4651extern const char kReadPrinterCapabilitiesWithXpsDescription[] =
4652 "When enabled, utilize XPS interface to read printer capabilities.";
4653
Alan Screen574ffd662019-11-21 22:38:534654const char kUseXpsForPrintingName[] = "Use XPS for printing";
4655const char kUseXpsForPrintingDescription[] =
4656 "When enabled, use XPS printing API instead of the GDI print API.";
4657
Alan Screen49388112019-12-13 23:34:214658const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
4659const char kUseXpsForPrintingFromPdfDescription[] =
4660 "When enabled, use XPS printing API instead of the GDI print API when "
4661 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:024662#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:214663
Tom5efa14f12021-06-30 00:37:324664const char kWin10TabSearchCaptionButtonName[] =
4665 "Windows 10 Tab Search Caption Button";
4666const char kWin10TabSearchCaptionButtonDescription[] =
4667 "Move the Tab Search entrypoint besides the window caption buttons on "
4668 "Windows 10 platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:114669#endif // BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284670
4671// Mac -------------------------------------------------------------------------
4672
Xiaohan Wang55ae2c012022-01-20 21:49:114673#if BUILDFLAG(IS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:284674
Karol Sygiet901acb42022-08-08 16:00:044675const char kBiometricAuthenticationInSettingsName[] =
4676 "Biometric authentication in settings";
4677const char kBiometricAuthenticationInSettingsDescription[] =
4678 "Enables biometric authentication in settings to view/edit/copy a password";
4679
Daniel Hosseinian159cb3d2020-03-13 03:02:024680#if BUILDFLAG(ENABLE_PRINTING)
4681const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
4682const char kCupsIppPrintingBackendDescription[] =
4683 "Use the CUPS IPP printing backend instead of the original CUPS backend "
4684 "that calls the PPD API.";
4685#endif // BUILDFLAG(ENABLE_PRINTING)
4686
Avi Drissman0095f552021-11-05 19:58:534687const char kEnableUniversalLinksName[] = "Universal Links";
4688const char kEnableUniversalLinksDescription[] =
4689 "Include Universal Links in the intent picker.";
4690
Sidney San Martín678fd4112019-03-30 00:13:054691const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
4692const char kImmersiveFullscreenDescription[] =
4693 "Automatically hide and show the toolbar in fullscreen.";
4694
Greg Kerrf46f31872019-08-08 20:22:444695const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
4696const char kMacSyscallSandboxDescription[] =
4697 "Controls whether the macOS sandbox filters syscalls.";
4698
Florent Castellibd7db032023-02-22 11:22:034699const char kRetryGetVideoCaptureDeviceInfosName[] =
4700 "Retry capture device enumeration on crash";
4701const char kRetryGetVideoCaptureDeviceInfosDescription[] =
4702 "Enables retries when enumerating the available video capture devices "
4703 "after a crash. The capture service is restarted without loading external "
4704 "DAL plugins which could have caused the crash.";
4705
Leonard Grey2e90921c2021-12-02 22:46:134706const char kScreenTimeName[] = "Screen Time";
4707const char kScreenTimeDescription[] =
4708 "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 "
4709 "and later.";
4710
Jonah Ryan-Davis90ae3322021-09-21 17:34:484711const char kUseAngleDescriptionMac[] =
4712 "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be "
4713 "deprecated on Mac, and may contain driver bugs that are not planned to be "
4714 "fixed. The Metal backend is still experimental, and may contain bugs that "
4715 "are still being worked on. The Metal backend should be more performant, "
4716 "but may still be behind the OpenGL backend until fully released.";
4717
4718const char kUseAngleMetal[] = "Metal";
4719
Tom Burgin5c3fde02022-06-23 18:24:074720const char kSystemColorChooserName[] = "System Color Chooser";
4721const char kSystemColorChooserDescription[] =
4722 "Enables a button that launches the macOS native color chooser.";
4723
Brett Wilson7b44537e2017-08-18 01:38:284724#endif
4725
Jonah Ryan-Davis90ae3322021-09-21 17:34:484726// Windows and Mac -------------------------------------------------------------
4727
Xiaohan Wang55ae2c012022-01-20 21:49:114728#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484729
4730const char kUseAngleName[] = "Choose ANGLE graphics backend";
4731const char kUseAngleDefault[] = "Default";
4732const char kUseAngleGL[] = "OpenGL";
Karol Sygiet901acb42022-08-08 16:00:044733
Karol Sygietc5e3da652022-08-02 15:47:504734const char kBiometricAuthenticationForFillingName[] =
4735 "Biometric authentication reauth before filling";
4736const char kBiometricAuthenticationForFillingDescription[] =
4737 "Enables biometric authentication before filling form data";
Xiaohan Wang55ae2c012022-01-20 21:49:114738#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484739
Richard Chuia9ed7be12022-04-13 21:30:354740// ChromeOS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:344741
Yuta Hijikata235fc62b2020-12-08 03:48:324742#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:344743
Brett Wilson7b44537e2017-08-18 01:38:284744const char kAcceleratedMjpegDecodeName[] =
4745 "Hardware-accelerated mjpeg decode for captured frame";
4746const char kAcceleratedMjpegDecodeDescription[] =
4747 "Enable hardware-accelerated mjpeg decode for captured frame where "
4748 "available.";
vabr0215a8e2017-03-28 12:47:344749
Thanh Nguyen6b4c5852022-05-26 22:03:254750const char kAdaptiveChargingForTestingName[] =
4751 "Show adaptive charging notifications for testing";
4752const char kAdaptiveChargingForTestingDescription[] =
4753 "Show adaptive charging notifications and nudges for testing. This is "
4754 "meant to be used by developers to test the feature UI only. The "
4755 "notifications will be shown after the device is plugged in to the "
4756 "charger. Please DO NOT enable this if you're not a developer who wants to "
4757 "test the UI of the adaptive charging feature.";
4758
Thanh Nguyen730ac8a32022-05-19 08:50:464759const char kAdaptiveChargingName[] = "Enable adaptive charging feature";
4760const char kAdaptiveChargingDescription[] =
4761 "Show settings to enable/disable adaptive charging feature.";
4762
Andreea Costinas99e24192023-02-15 14:39:464763const char kAllowEapDefaultCasWithoutSubjectVerificationName[] =
4764 "Allow EAP network configs with default server CAs without subject "
4765 "verification";
4766const char kAllowEapDefaultCasWithoutSubjectVerificationDescription[] =
4767 "Allows creating EAP network configs which use the default server CA certs "
4768 "without specifying subject or domain match options which validate the "
4769 "identity of the server.";
4770
Vyshu9ea9e182021-02-04 17:53:064771const char kAllowRepeatedUpdatesName[] =
4772 "Continue checking for updates before reboot and after initial update.";
4773const char kAllowRepeatedUpdatesDescription[] =
4774 "Continues checking to see if there is a more recent update, even if user"
4775 "has not rebooted to apply the previous update.";
4776
Kyle Horimoto734f0752020-03-20 20:46:544777const char kAllowScrollSettingsName[] =
4778 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
4779const char kAllowScrollSettingsDescription[] =
4780 "Shows settings to enable/disable scroll acceleration and to adjust the "
4781 "sensitivity for scrolling.";
4782
Jeffrey Kardatzkea686ded22022-03-28 18:28:464783const char kAlwaysEnableHdcpName[] = "Always enable HDCP for external displays";
4784const char kAlwaysEnableHdcpDescription[] =
4785 "Enables the specified type for HDCP whenever an external display is "
4786 "connected. By default, HDCP is only enabled when required.";
4787const char kAlwaysEnableHdcpDefault[] = "Default";
4788const char kAlwaysEnableHdcpType0[] = "Type 0";
4789const char kAlwaysEnableHdcpType1[] = "Type 1";
4790
Jerry Liu14ec85e2023-01-31 06:00:524791const char kPersonalizationJellyName[] = "Jelly design for Personalization App";
4792const char kPersonalizationJellyDescription[] =
Jeffrey Youngd01036a2023-02-03 02:50:384793 "Feature to enable the Jelly design in Personalization App. Requires "
4794 "jelly-colors flag to be enabled.";
Jerry Liua600ab92022-10-28 01:12:284795
Eric Sum2971b952022-10-20 04:55:374796const char kAmbientModeThrottleAnimationName[] =
4797 "Throttle the frame rate of Lottie animations in ambient mode";
4798const char kAmbientModeThrottleAnimationDescription[] =
4799 "The throttled frame rate and when to throttle are embedded within the "
4800 "Lottie animation file itself. It is chosen by the motion designer and "
4801 "varies depending on how much motion there is in the animation. This is "
4802 "done in the hopes of improving power consumption while maintaining the "
4803 "same user-visible smoothness. This flag applies to all ambient Lottie "
4804 "animations that have throttling specified in the file.";
4805
Antoni Dikovb3487502022-09-21 15:24:214806const char kApnRevampName[] = "APN Revamp";
4807const char kApnRevampDescription[] =
4808 "Enables the ChromeOS APN Revamp, which updates cellular network APN "
4809 "system UI and related infrastructure.";
4810
Ryo Hashimoto8f4b30ced2019-04-08 12:14:194811const char kArcCustomTabsExperimentName[] =
4812 "Enable Custom Tabs experiment for ARC";
4813const char kArcCustomTabsExperimentDescription[] =
4814 "Allow Android apps to use Custom Tabs."
4815 "This feature only works on the Canary and Dev channels.";
4816
Alexander Bolodurin4e0a465c2021-03-31 23:14:034817const char kArcDocumentsProviderUnknownSizeName[] =
4818 "Enable ARC DocumentsProvider unknown file size handling";
4819const char kArcDocumentsProviderUnknownSizeDescription[] =
4820 "Allow opening DocumentsProvider files where size is not reported.";
4821
Satoshi Niwa8b1d5282018-10-24 04:53:034822const char kArcFilePickerExperimentName[] =
4823 "Enable file picker experiment for ARC";
4824const char kArcFilePickerExperimentDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354825 "Enables using ChromeOS file picker in ARC.";
Satoshi Niwa8b1d5282018-10-24 04:53:034826
Shengsong Tan61924b62022-09-13 03:05:114827extern const char kArcFixupWindowName[] =
4828 "Enable ARC Ghost Window for ARC App fixup";
4829extern const char kArcFixupWindowDescription[] =
4830 "Popup ARC Ghost Window app launching before fixup finishes.";
4831
Shengsong Tan3cdcea242022-10-27 06:32:594832extern const char kArcGhostWindowNewStyleName[] =
4833 "Enable new UI for ARC Ghost Window";
4834extern const char kArcGhostWindowNewStyleDescription[] =
4835 "Allow use new UI for ARC Ghost Window if corresponding launch source "
4836 "request it.";
4837
Rachel Wongec3b8c42022-07-08 03:11:224838const char kArcGameModeName[] = "Enable Game Mode for ARC";
Matthew DeVoreb8bdedd2022-06-28 15:17:464839const char kArcGameModeDescription[] =
4840 "ARC Fullscreen Games will request accomodation from ChromeOS for "
4841 "sustained performance.";
4842
Charles William Dicka0a0f972023-01-27 02:12:324843const char kArcIdleManagerName[] = "Enable ARC Idle Manager";
4844const char kArcIdleManagerDescription[] =
4845 "ARC will turn on Android's doze mode when idle.";
4846
Shengsong Tan6cb88592022-11-09 01:57:354847extern const char kArcInstantResponseWindowOpenName[] =
4848 "Enable Instance Response for ARC app window open";
4849extern const char kArcInstantResponseWindowOpenDescription[] =
4850 "In some devices the placeholder window will popup immediately after the "
4851 "user attempts to launch apps.";
4852
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374853const char kArcKeyboardShortcutHelperIntegrationName[] =
4854 "Enable keyboard shortcut helper integration for ARC";
4855const char kArcKeyboardShortcutHelperIntegrationDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354856 "Shows keyboard shortcuts from Android apps in ChromeOS Shortcut Viewer";
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374857
Lev Rumyantsev6eddc802019-08-27 19:41:214858const char kArcNativeBridgeToggleName[] =
4859 "Toggle between native bridge implementations for ARC";
4860const char kArcNativeBridgeToggleDescription[] =
4861 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:514862
Tim Sergeantb2f5dc02022-09-14 08:07:174863const char kArcNearbyShareFuseBoxName[] = "ARC Nearby Sharing through FuseBox";
4864const char kArcNearbyShareFuseBoxDescription[] =
4865 "When enabled, files shared through ARC Nearby Sharing will be shared "
4866 "through the ChromeOS FuseBox Service.";
4867
Yusuke Sato4717d1782021-03-12 23:27:174868const char kArcRtVcpuDualCoreName[] =
4869 "Enable ARC real time vcpu on a device with 2 logical cores online.";
4870const char kArcRtVcpuDualCoreDesc[] =
4871 "Enable ARC real time vcpu on a device with 2 logical cores online to "
4872 "reduce media playback glitch.";
4873
4874const char kArcRtVcpuQuadCoreName[] =
4875 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
4876const char kArcRtVcpuQuadCoreDesc[] =
4877 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
4878 "reduce media playback glitch.";
4879
Yao Li8f4568b12023-02-15 19:59:454880const char kArcSwitchToKeyMintOnTName[] = "Switch to KeyMint on ARC-T.";
4881const char kArcSwitchToKeyMintOnTDesc[] =
4882 "Switch from Keymaster to KeyMint on ARC-T.";
4883
lgchengcda295dce2023-02-22 02:38:314884const char kArcSyncInstallPriorityName[] =
4885 "Enable supporting install priority for synced ARC apps.";
4886const char kArcSyncInstallPriorityDescription[] =
4887 "Enable supporting install priority for synced ARC apps. Pass install "
4888 "priority to Play instead of using default install priority specified "
4889 "in Play";
4890
Toshiki Kikuchi00337ca2022-10-28 02:44:394891const char kArcUpdateO4CListViaA2C2Name[] = "Update the O4C list via A2C2";
4892const char kArcUpdateO4CListViaA2C2Desc[] =
4893 "When enabled, the O4C list is allowed to be updated via A2C2.";
4894
Shengsong Tan19da8d102023-02-02 13:29:534895const char kArcVmmSwapName[] = "Vmm swap support for ARCVM";
4896const char kArcVmmSwapDesc[] =
4897 "When enabled, the ARCVM will be launched with vmm swap feature.";
4898
Shengsong Tan4cc02572023-02-06 05:25:244899const char kArcVmmSwapKBShortcutName[] =
4900 "Keyboard shortcut trigger for ARCVM"
4901 " vmm swap feature";
4902const char kArcVmmSwapKBShortcutDesc[] =
4903 "Alt + Ctrl + Shift + O/P to enable / disable ARCVM vmm swap. Only for "
4904 "experimental usage.";
4905
Pattara Teerapong425077a2023-01-12 15:21:404906const char kArcEnableAAudioMMAPName[] = "Enable ARCVM AAudio MMAP";
4907const char kArcEnableAAudioMMAPDescription[] =
4908 "Enable AAudio MMAP support for ARCVM which provides low latency audio "
4909 "for supported apps.";
4910
Mustafa Camurcu32cfc592021-02-10 19:00:404911const char kArcEnableUsapName[] =
4912 "Enable ARC Unspecialized Application Processes";
4913const char kArcEnableUsapDesc[] =
4914 "Enable ARC Unspecialized Application Processes when applicable for "
4915 "high-memory devices.";
4916
Satoshi Niwa4e1c9962022-03-01 00:23:574917const char kArcEnableVirtioBlkForDataName[] =
4918 "Enable virtio-blk for ARCVM /data";
4919const char kArcEnableVirtioBlkForDataDesc[] =
4920 "If enabled, ARCVM uses virtio-blk for /data in Android storage.";
4921
Andrew Moylan2db11cd2019-05-22 14:25:154922const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
4923const char kAshEnableUnifiedDesktopDescription[] =
4924 "Enable unified desktop mode which allows a window to span multiple "
4925 "displays.";
4926
Hung-Hsien Chen30af66752023-02-24 02:55:264927const char kAudioAPNoiseCancellationName[] = "Audio noise cancellation on AP";
4928const char kAudioAPNoiseCancellationDescription[] =
4929 "Enable noise cancellation on AP";
4930
Li-Yu Yu7610f0082023-01-04 08:36:294931const char kAudioFlexibleLoopbackName[] =
4932 "ChromeOS flexible loopback API support";
4933const char kAudioFlexibleLoopbackDescription[] =
4934 "Enable flexible loopback API support in ChromeOS.";
4935
Chih-Yang Hsia540cf372022-08-04 08:10:224936const char kAudioHFPMicSRName[] =
4937 "Audio super-resolution Bluetooth HFP microphone";
4938const char kAudioHFPMicSRDescription[] =
4939 "Enable super-resolution Bluetooth HFP microphone recording.";
4940
Pin-chih Linf52f4602023-03-06 04:01:314941const char kAudioHFPOffloadName[] =
4942 "Audio Bluetooth HFP offloaded to DSP if supported";
4943const char kAudioHFPOffloadDescription[] =
4944 "While enabled, HFP Audio data is transmitted via the offloaded path "
4945 "in DSP if supported by device.";
4946
Owen Zhangbbb45a5c2022-05-24 01:38:044947const char kAudioSettingsPageName[] = "Audio Settings Page";
4948const char kAudioSettingsPageDescription[] =
4949 "Enables the dedicated Audio Settings Page in system settings, which "
4950 "allows for greater audio configuration.";
4951
En-Shuo Hsu23db6bc2021-08-26 15:07:234952const char kAudioUrlName[] = "Enable chrome://audio";
4953const char kAudioUrlDescription[] =
4954 "Enable chrome://audio that is designed for debugging ChromeOS audio "
4955 "issues";
4956
Ren-Pei Zeng61605a52021-12-06 13:07:484957const char kAutoFramingOverrideName[] = "Auto-framing control override";
4958const char kAutoFramingOverrideDescription[] =
4959 "Overrides the default to forcibly enable or disable the auto-framing "
4960 "feature";
4961
Yulun Wufad53772022-06-22 22:56:354962const char kAutocompleteExtendedSuggestionsName[] =
4963 "Extended suggestions for CrOS autocomplete";
4964const char kAutocompleteExtendedSuggestionsDescription[] =
4965 "Enables extended autocomplete suggestions experiment on ChromeOS.";
4966
Curtis McMullanf1351802022-12-02 05:23:024967const char kAutocorrectByDefaultName[] = "CrOS autocorrect by default";
4968const char kAutocorrectByDefaultDescription[] =
4969 "Enables autocorrect by default experiment on ChromeOS";
4970
Bao-Duy Tran395c169c72022-02-14 06:57:344971const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning";
4972const char kAutocorrectParamsTuningDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:354973 "Enables params tuning experiment for autocorrect on ChromeOS.";
Bao-Duy Tran395c169c72022-02-14 06:57:344974
Zac Partridgeefc2ec02022-11-21 06:28:454975const char kAutocorrectToggleName[] = "CrOS autocorrect toggle";
4976const char kAutocorrectToggleDescription[] =
4977 "Enables using a toggle for enabling autocorrect on ChromeOS.";
4978
Yue Li1c3496412022-08-10 23:37:144979const char kAvatarsCloudMigrationName[] =
4980 "Loading CrOS avatar images from the cloud";
4981const char kAvatarsCloudMigrationDescription[] =
4982 "Enables loading avatar images from the cloud on ChromeOS.";
4983
Michael Sun1b15a302020-04-07 02:57:294984const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
4985const char kBluetoothFixA2dpPacketSizeDescription[] =
4986 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
4987 "audio quality and may fix audio stutter.";
4988
Joseph Hwangc0c68e62022-08-12 16:52:164989const char kBluetoothQualityReportName[] = "Bluetooth Quality Report";
4990const char kBluetoothQualityReportDescription[] =
4991 "Enables the Bluetooth Quality Report feature on Bluetooth controllers "
4992 "which will send the Bluetooth link quality statistics such as the "
4993 "signal strength, the lost packet count, etc. to the host.";
4994
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:344995const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
4996const char kBluetoothWbsDogfoodDescription[] =
4997 "Enables Bluetooth wideband speech mic as default audio option. "
4998 "Note that flipping this flag makes no difference on most of the "
Richard Chuia9ed7be12022-04-13 21:30:354999 "ChromeOS models, because Bluetooth WBS is either unsupported "
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345000 "or fully launched. Only on the few models that Bluetooth WBS is "
5001 "still stablizing this flag will take effect.";
5002
Manish Mandlikdd93b612022-08-12 01:08:195003const char kBluetoothCoredumpName[] = "Enable Bluetooth Device Coredump";
5004const char kBluetoothCoredumpDescription[] =
5005 "Enable Bluetooth coredump collection if supported. Please note that "
5006 "coredumps are only collected when hardware exceptions occur and are "
5007 "used for debugging such exceptions.";
5008
Manish Mandlik05533f12023-03-16 00:31:075009const char kBluetoothFlossCoredumpName[] =
5010 "Enable Bluetooth Device Coredump for Floss";
5011const char kBluetoothFlossCoredumpDescription[] =
5012 "Enable Bluetooth coredump collection if supported. Please note that "
5013 "coredumps are only collected when hardware exceptions occur and are "
5014 "used for debugging such exceptions.";
5015
mingxuanshia43a7ce2022-08-25 07:46:365016const char kRobustAudioDeviceSelectLogicName[] =
5017 "Robust Audio Device Select Logic";
5018const char kRobustAudioDeviceSelectLogicDescription[] =
5019 "A more robust logic for automatic audio device selection which is more "
5020 "capable of remembering the user's preferences of audio devices.";
5021
Sonny Sasaka94725212021-12-17 01:37:305022const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ";
5023const char kBluetoothUseFlossDescription[] =
5024 "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) "
5025 "instead of Bluez. This is meant to be used by developers and is not "
5026 "guaranteed to be stable";
5027
Zhengping Jiang706c2272022-07-13 05:50:345028const char kBluetoothUseLLPrivacyName[] = "Enable LL Privacy in BlueZ";
5029const char kBluetoothUseLLPrivacyDescription[] =
5030 "Enable address resolution offloading to Bluetooth Controller if "
5031 "supported. Modifying this flag will cause Bluetooth Controller to reset.";
5032
Sam Cackett2891ad82022-12-08 19:45:555033const char kCalendarJellyName[] = "Enable Calendar Jelly features";
5034const char kCalendarJellyDescription[] =
5035 "Enables Jelly changes for the sys tray Calendar views.";
5036
Michele Fanb0c93e42023-01-03 16:08:005037const char kCaptureModeDemoToolsName[] =
5038 "Enable demo tools feature in screen capture";
5039const char kCaptureModeDemoToolsDescription[] =
5040 "Enables the ability to show clicks and keys during video recordings to "
5041 "enhance demo experience.";
5042
Ahmed Fakhrye1072c12023-02-27 20:58:495043const char kCaptureModeGifRecordingName[] =
5044 "Enable GIF recording in screen capture";
5045const char kCaptureModeGifRecordingDescription[] =
5046 "Enables the ability to record the screen into animated GIFs";
5047
Daniel Anderssona34c86e2022-10-13 00:16:295048extern const char kDesks16Name[] = "Enable up to 16 virtual desks";
5049extern const char kDesks16Description[] =
5050 "When enabled, up to 16 virtual desks are allowed.";
5051
Daniel Andersson3e213ab2022-04-18 22:43:545052const char kDesksSaveAndRecallName[] = "Desks Save and Recall";
5053const char kDesksSaveAndRecallDescription[] =
5054 "Save a desk and its applications so that they can be recalled at a later "
5055 "time.";
5056
Richard Chui1b6141772022-03-04 01:28:585057const char kDesksTemplatesName[] = "Desk Templates";
Richard Chuif823bf62021-10-29 21:06:015058const char kDesksTemplatesDescription[] =
5059 "Streamline workflows by saving a group of applications and windows as a "
Richard Chui1b6141772022-03-04 01:28:585060 "launchable template in a new desk";
Richard Chuif823bf62021-10-29 21:06:015061
Andreea Costinas81bed8a2022-11-23 16:03:385062extern const char kDnsOverHttpsWithIdentifiersReuseOldPolicyName[] =
5063 "Experiment: Allows using identifiers in the DoH template URI";
5064extern const char kDnsOverHttpsWithIdentifiersReuseOldPolicyDescription[] =
5065 "Enables early testing of the DoH template URI with identifiers by "
5066 "evaluating user identifiers in the existing policy DnsOverHttpsTemplates "
5067 "and hashing them using a hardcoded salt.";
5068
Wei Lee4fe87182020-12-22 09:32:445069const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
5070const char kPreferConstantFrameRateDescription[] =
5071 "Enables this flag to prefer using constant frame rate for camera when "
5072 "streaming";
5073
Wei Lee585fa1b2022-05-15 20:26:255074const char kMoreVideoCaptureBuffersName[] = "More Video Capture Buffers";
5075const char kMoreVideoCaptureBuffersDescription[] =
5076 "This flag enables using a larger amount Chrome-allocated buffers for "
5077 "video capture. This larger amount is needed for deeper pipelines, e.g. "
5078 "sophisticated camera effects.";
5079
mojahsu3144bf32021-05-26 10:14:465080const char kForceControlFaceAeName[] = "Force control face AE";
5081const char kForceControlFaceAeDescription[] =
5082 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:115083
Jason Zhang9ec877752021-10-29 18:10:505084const char kCellularBypassESimInstallationConnectivityCheckName[] =
5085 "Bypass eSIM installation connectivity check";
5086const char kCellularBypassESimInstallationConnectivityCheckDescription[] =
5087 "Bypass the non-cellular internet connectivity check during eSIM "
5088 "installation.";
5089
Jason Zhang26cacea2022-04-04 18:55:045090const char kCellularUseSecondEuiccName[] = "Use second Euicc";
5091const char kCellularUseSecondEuiccDescription[] =
5092 "When enabled Cellular Setup and Settings UI will use the second available "
5093 "Euicc that's exposed by Hermes.";
Azeem Arshad43b191b2021-01-15 23:59:565094
Colin Kincaid0dcc3b022022-05-26 15:51:575095const char kClipboardHistoryReorderName[] =
5096 "Keep the most recently pasted item at the top of clipboard history";
5097const char kClipboardHistoryReorderDescription[] =
5098 "Enables an experimental behavior change where each time a clipboard "
5099 "history item is pasted, that item shifts to the top of the list.";
5100
Roman Arora595d5712021-09-24 18:06:055101const char kComponentUpdaterTestRequestName[] =
5102 "Enable the component updater check 'test-request' parameter";
5103const char kComponentUpdaterTestRequestDescription[] =
5104 "Enables the 'test-request' parameter for component updater check requests."
5105 " Overrides any other component updater check request parameters that may "
5106 "have been specified.";
5107
Yulun Wu1e355132020-02-11 20:12:225108const char kContextualNudgesName[] =
5109 "Contextual nudges for user gesture education";
5110const char kContextualNudgesDescription[] =
5111 "Enables contextual nudges, periodically showing the user a label "
5112 "explaining how to interact with a particular UI element using gestures.";
5113
Jing Wang859fb1a2020-11-27 00:26:485114const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
5115const char kCrosOnDeviceGrammarCheckDescription[] =
5116 "Enable new on-device grammar check component.";
5117
Richard Chuia9ed7be12022-04-13 21:30:355118const char kSystemExtensionsName[] = "ChromeOS System Extensions";
Christopher Lamd8708c32021-10-29 04:31:475119const char kSystemExtensionsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355120 "Enable the ChromeOS System Extension platform.";
Christopher Lamd8708c32021-10-29 04:31:475121
Giovanni Ortuño Urquidifeb77d22022-04-08 05:40:235122const char kEnableServiceWorkersForChromeUntrustedName[] =
5123 "Enable chrome-untrusted:// Service Workers";
5124const char kEnableServiceWorkersForChromeUntrustedDescription[] =
5125 "When enabled, allows chrome-untrusted:// WebUIs to use service workers.";
5126
Tyler Garrett86f698b32023-01-25 22:01:415127const char kEnterpriseReportingUIName[] =
5128 "Enable chrome://enterprise-reporting";
5129const char kEnterpriseReportingUIDescription[] =
5130 "When enabled, allows for chrome://enterprise-reporting to be visited";
5131
Fergus Dall9d0e95a2021-07-30 08:10:115132const char kCrostiniContainerInstallName[] =
5133 "Debian version for new Crostini containers";
5134const char kCrostiniContainerInstallDescription[] =
5135 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:155136
Ben Wells7238dd02019-05-02 08:20:325137const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
5138const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
5139
David Munro9fce777c2020-10-07 03:55:545140const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
5141const char kCrostiniResetLxdDbDescription[] =
5142 "Recreates the LXD database every time we launch it";
5143
Nicholas Verne6eb340a82021-10-19 05:55:385144const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers";
5145const char kCrostiniMultiContainerDescription[] =
5146 "Experimental UI for creating and managing multiple Crostini containers";
5147
Timothy Loh05b4d59f2021-11-08 05:05:525148const char kCrostiniImeSupportName[] = "Crostini IME support";
5149const char kCrostiniImeSupportDescription[] =
5150 "Experimental support for IMEs (excluding VK) on Crostini.";
5151
5152const char kCrostiniVirtualKeyboardSupportName[] =
5153 "Crostini Virtual Keyboard Support";
5154const char kCrostiniVirtualKeyboardSupportDescription[] =
5155 "Experimental support for the Virtual Keyboard on Crostini.";
5156
David Munro762bf322022-02-03 02:21:465157const char kBruschettaName[] = "Enable the third party VMs feature";
5158const char kBruschettaDescription[] =
5159 "Enables UI support for third party/generic VMs";
5160
Fergus Dalldb66df32022-08-19 02:54:445161const char kBruschettaAlphaMigrateName[] = "Migration for Bruschetta Alpha";
5162const char kBruschettaAlphaMigrateDescription[] =
5163 "Enable this flag to migrate a Bruschetta installed during the alpha. "
5164 "Requires the bruschetta flag to be enabled.";
5165
Kam Kwankajornkiet3fcc30ef2022-12-02 00:54:125166extern const char kCameraAppLowStorageWarningName[] =
5167 "Camera App Low Storage Warning";
5168extern const char kCameraAppLowStorageWarningDescription[] =
5169 "Enable this flag to show warning and handle the video recording when "
5170 "device storage is running low";
5171
Kam Kwankajornkietbc6eb782023-03-16 04:40:085172const char kCameraAppTimeLapseName[] = "Camera App Time-lapse Recording";
5173const char kCameraAppTimeLapseDescription[] =
5174 "Enable this flag to record time-lapse video in Camera app.";
5175
Pilar Molina Lopezd5b787512020-11-19 00:21:485176const char kDisableBufferBWCompressionName[] =
5177 "Disable buffer bandwidth compression";
5178const char kDisableBufferBWCompressionDescription[] =
5179 "Disable bandwidth compression when allocating buffers";
5180
Ricky Liang8df43372020-07-09 09:41:095181const char kDisableCameraFrameRotationAtSourceName[] =
5182 "Disable camera frame rotation at source";
5183const char kDisableCameraFrameRotationAtSourceDescription[] =
5184 "Disable camera frame rotation to the upright display orientation in the "
5185 "video capture device";
5186
Thanh Nguyena4c933442019-05-11 03:43:555187const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
5188const char kDisableCancelAllTouchesDescription[] =
5189 "If enabled, a canceled touch will not force all other touches to be "
5190 "canceled.";
5191
Daniele Castagna893d822e2019-03-08 21:37:115192const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
5193const char kDisableExplicitDmaFencesDescription[] =
5194 "Always rely on implicit syncrhonization between GPU and display "
5195 "controller instead of using dma-fences explcitily when available.";
5196
Bailey Berro01f09742020-07-21 05:40:595197const char kDisplayAlignmentAssistanceName[] =
5198 "Enable Display Alignment Assistance";
5199const char kDisplayAlignmentAssistanceDescription[] =
5200 "Show indicators on shared edges of the displays when user is "
5201 "attempting to move their mouse over to another display. Show preview "
5202 "indicators when the user is moving a display in display layouts.";
5203
Harry Cutts932c80a2021-10-07 15:00:385204const char kEnableLibinputToHandleTouchpadName[] =
5205 "Enable libinput to handle touchpad.";
5206const char kEnableLibinputToHandleTouchpadDescription[] =
5207 "Use libinput instead of the gestures library to handle touchpad."
5208 "Libgesures works very well on modern devices but fails on legacy"
5209 "devices. Use libinput if an input device doesn't work or is not working"
5210 "well.";
5211
William Mahon9d1605f2022-04-22 23:54:595212const char kEnableFakeKeyboardHeuristicName[] =
5213 "Enable Fake Keyboard Heuristic";
5214const char kEnableFakeKeyboardHeuristicDescription[] =
5215 "Enable heuristic to prevent non-keyboard devices from pretending "
5216 "to be keyboards. Primarily assists in preventing the virtual keyboard "
5217 "from being disabled unintentionally.";
5218
Jon Mann8e448142021-07-29 19:31:305219const char kFastPairName[] = "Enable Fast Pair";
5220const char kFastPairDescription[] =
5221 "Enables Google Fast Pair service which uses BLE to discover supported "
Josh Graydus84ef1a372022-05-10 21:40:515222 "nearby Bluetooth devices and surfaces a notification for quick pairing.";
Jon Mann8e448142021-07-29 19:31:305223
Alex Kingsborough31acba6e2023-01-17 21:47:455224const char kFastPairHandshakeRefactorName[] =
5225 "Enable Fast Pair Handshake Refactor";
5226const char kFastPairHandshakeRefactorDescription[] =
5227 "Enables refactored handshake logic for Google Fast Pair service.";
5228
Shane Fitzpatrickea882292022-01-24 20:30:155229const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode";
5230const char kFastPairLowPowerDescription[] =
5231 "Enables Fast Pair Low Power mode, which doesn't scan for devices "
5232 "continously. This results in lower power usage, but also higher latency "
5233 "for device discovery.";
5234
Jon Mann022bd3522022-01-19 22:11:515235const char kFastPairSoftwareScanningName[] =
5236 "Enable Fast Pair Software Scanning";
5237const char kFastPairSoftwareScanningDescription[] =
5238 "Allow using Fast Pair on devices which don't support hardware offloading "
5239 "of BLE scans. For development use.";
5240
Juliet Levesqueaa230e02022-04-19 18:11:145241const char kFastPairSavedDevicesName[] = "Enable Fast Pair Saved Devices";
5242const char kFastPairSavedDevicesDescription[] =
5243 "Enables the Fast Pair \"Saved Devices\" page to display a list of the "
5244 "user's devices and provide the option to opt in or out of saving devices "
5245 "to their account.";
5246
Ashutosh Singhalab30b18e2022-06-24 15:09:275247const char kFrameSinkDesktopCapturerInCrdName[] =
5248 "Enable FrameSinkDesktopCapturer in CRD";
5249const char kFrameSinkDesktopCapturerInCrdDescription[] =
5250 "Enables the use of FrameSinkDesktopCapturer in the video streaming for "
5251 "CRD, "
5252 "replacing the use of AuraDesktopCapturer";
5253
Miguel Casas8821b0982020-07-02 12:28:495254const char kUseHDRTransferFunctionName[] =
5255 "Monitor/Display HDR transfer function";
5256const char kUseHDRTransferFunctionDescription[] =
5257 "Allows using the HDR transfer functions of any connected monitor that "
5258 "supports it";
Ahmed Fakhry4f567e692018-10-16 15:51:085259const char kDoubleTapToZoomInTabletModeName[] =
5260 "Double-tap to zoom in tablet mode";
5261const char kDoubleTapToZoomInTabletModeDescription[] =
5262 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
5263 "page.";
5264
Yulun Wub88a9202021-07-13 19:44:565265const char kQuickSettingsPWANotificationsName[] =
5266 "Enable setting of PWA notification permissions in quick settings ";
5267const char kQuickSettingsPWANotificationsDescription[] =
5268 "Replace website notification permissions with PWA notification "
5269 "permissions in the quick settings menu. Website notification permissions "
5270 "settings will be migrated to the lacros - chrome browser.";
5271
Travis Lane636a4ac2022-05-24 16:28:555272const char kDriveFsChromeNetworkingName[] =
5273 "Enable the DriveFS / Chrome Network Service bridge";
5274const char kDriveFsChromeNetworkingDescription[] =
5275 "Enable the bridge bewteen DriveFS and the Chrome Network Service for "
5276 "communication with the Drive backend.";
5277
Cassie Wang0a701fa2022-11-09 01:19:045278const char kEnableArcHostVpnName[] =
5279 "Enable ArcHostVpn for builtin VPN clients";
5280const char kEnableArcHostVpnDescription[] =
5281 "When a builtin VPN client is started, also start the ArcHostVpn service "
5282 "to reflect the builtin VPN config and VPN network inside ARC.";
5283
Alex Newcomere5a362c2019-05-02 19:31:355284const char kEnableBackgroundBlurName[] = "Enable background blur.";
5285const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:285286 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:355287
Lei Zhang1a6fd01b2021-03-24 17:03:485288const char kEnhancedClipboardNudgeSessionResetName[] =
Matthew Mourgosdfd6d852020-10-22 03:15:285289 "Enable resetting enhanced clipboard nudge data";
Lei Zhang1a6fd01b2021-03-24 17:03:485290const char kEnhancedClipboardNudgeSessionResetDescription[] =
Matthew Mourgosdfd6d852020-10-22 03:15:285291 "When enabled, this will reset the clipboard nudge shown data on every new "
5292 "user session, allowing the nudge to be shown again.";
5293
Garrick Evanse6f9f252023-01-19 05:43:085294const char kDisableDnsProxyName[] = "Disable DNS proxy service for ChromeOS";
5295const char kDisableDnsProxyDescription[] =
5296 "Turns off DNS proxying and SecureDNS for ChromeOS (only). Does not impact "
5297 "Chrome browser.";
5298
Jason Jeremy Iman516f0722023-03-03 02:15:455299const char kPasspointARCSupportName[] = "Enable Passpoint ARC support";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045300const char kPasspointARCSupportDescription[] =
Jason Jeremy Iman516f0722023-03-03 02:15:455301 "Feature to allow Android apps (running on ARC) to provision WiFi networks "
5302 "through Passpoint.";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045303
Gil Dekel43a14582022-12-02 05:50:285304const char kEnableEdidBasedDisplayIdsName[] = "Enable EDID-based display IDs";
5305const char kEnableEdidBasedDisplayIdsDescription[] =
5306 "When enabled, a display's ID will be produced by hashing certain values "
5307 "in the display's EDID blob. EDID-based display IDs allow ChromeOS to "
5308 "consistently identify previously connected displays, regardless of the "
5309 "physical port they were connected to, and load user display layouts more "
5310 "accurately.";
5311
Harry Cutts6deecd82022-04-08 01:30:235312const char kEnableExternalKeyboardsInDiagnosticsAppName[] =
5313 "Enable external keyboards in the Diagnostics App";
5314const char kEnableExternalKeyboardsInDiagnosticsAppDescription[] =
5315 "Shows external keyboards in the Diagnostics App's input section. Requires "
5316 "#enable-input-in-diagnostics-app to be enabled.";
5317
xiangdong kong7348a6562023-02-15 18:10:055318const char kEnableGetDebugdLogsInParallelName[] =
5319 "Enable getting debug daemon logs in parallel for feedback";
5320const char kEnableGetDebugdLogsInParallelDescription[] =
5321 "When enabled, the feedback app will use a new debug daemon method to get "
5322 "logs. The method collects different pieces of logs in parallel.";
5323
James Hawkinsa9fefa8d2020-10-08 00:24:035324const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
5325const char kEnableHostnameSettingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355326 "Enables the ability to set the ChromeOS hostname, the name of the device "
James Hawkinsa9fefa8d2020-10-08 00:24:035327 "that is exposed to the local network";
5328
Harry Cuttscfe6d934f2019-06-05 21:45:555329const char kEnableGesturePropertiesDBusServiceName[] =
5330 "Enable gesture properties D-Bus service";
5331const char kEnableGesturePropertiesDBusServiceDescription[] =
5332 "Enable a D-Bus service for accessing gesture properties, which are used "
5333 "to configure input devices.";
5334
Xiaohui Chenf4283f32018-11-26 20:02:505335const char kEnableGoogleAssistantDspName[] =
5336 "Enable Google Assistant with hardware-based hotword";
5337const char kEnableGoogleAssistantDspDescription[] =
5338 "Enable an experimental feature that uses hardware-based hotword detection "
5339 "for Assistant. Only a limited number of devices have this type of "
5340 "hardware support.";
5341
Xiaohui Chenc3baca42018-11-30 19:29:375342const char kEnableGoogleAssistantStereoInputName[] =
5343 "Enable Google Assistant with stereo audio input";
5344const char kEnableGoogleAssistantStereoInputDescription[] =
5345 "Enable an experimental feature that uses stereo audio input for hotword "
5346 "and voice to text detection in Google Assistant.";
5347
Xiaohui Chen3f3a5bf12019-09-28 00:29:455348const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
5349const char kEnableGoogleAssistantAecDescription[] =
5350 "Enable an experimental feature that removes local feedback from audio "
5351 "input to help hotword and ASR when background audio is playing.";
5352
Harry Cutts8b445de2021-06-10 02:25:555353const char kEnableInputEventLoggingName[] = "Enable input event logging";
5354const char kEnableInputEventLoggingDescription[] =
5355 "Enable detailed logging of input events from touchscreens, touchpads, and "
5356 "mice. These events include the locations of all touches as well as "
5357 "relative pointer movements, and so may disclose sensitive data. They "
5358 "will be included in feedback reports and system logs, so DO NOT ENTER "
5359 "SENSITIVE INFORMATION with this flag enabled.";
5360
Harry Cuttsf74356712021-05-14 02:13:385361const char kEnableInputInDiagnosticsAppName[] =
5362 "Enable input device cards in the Diagnostics App";
5363const char kEnableInputInDiagnosticsAppDescription[] =
5364 "Enable input device cards in the Diagnostics App";
5365
Roger Tinkoff6c1bed22022-01-07 14:52:015366const char kEnableKeyboardBacklightToggleName[] =
5367 "Enable Keyboard Backlight Toggle.";
5368const char kEnableKeyboardBacklightToggleDescription[] =
5369 "Enable toggling of the keyboard backlight. By "
5370 "default, this flag is enabled.";
5371
Ashley Prasad6fb42c2e2022-03-21 16:07:075372const char kEnableLogControllerForDiagnosticsAppName[] =
5373 "Enable DiagnosticsLogController for Diagnostics App";
5374const char kEnableLogControllerForDiagnosticsAppDescription[] =
5375 "Uses DiagnosticsLogController to manage the lifetime of Diagnostics App "
5376 "logs. Enables creation of combined diagnostics log after Diagnostics "
5377 "App is closed.";
5378
alanlxl43ddc2082022-02-01 00:24:165379const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold";
5380const char kEnableNeuralPalmAdaptiveHoldDescription[] =
5381 "Enable adaptive hold in palm rejection. Not compatible with all devices.";
5382
Rob Schonbergerc258473f2019-11-08 05:09:355383const char kEnableNeuralStylusPalmRejectionName[] =
5384 "Enable Neural Palm Detection";
5385const char kEnableNeuralStylusPalmRejectionDescription[] =
5386 "Experimental: Enable Neural Palm detection. Not compatible with all "
5387 "devices.";
5388
Xiangdong Kongec5a0772021-05-03 21:53:015389const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
5390const char kEnableOsFeedbackDescription[] =
5391 "Enable the feedback tool with new UX design that helps users mitigate "
5392 "the issues while writing feedback and makes the UI easier to use.";
5393
Mitsuru Oshimadaf54572020-04-07 14:47:595394const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
5395const char kEnableNewShortcutMappingDescription[] =
5396 "Enables experimental new shortcut mapping";
5397
Rob Schonbergere0a8e3c2020-04-21 03:04:395398const char kEnablePalmSuppressionName[] =
5399 "Enable Palm Suppression with Stylus.";
5400const char kEnablePalmSuppressionDescription[] =
5401 "If enabled, suppresses touch when a stylus is on a touchscreen.";
5402
Catherine Zhang9df0c472023-03-09 07:33:215403const char kEnableEdgeDetectionName[] = "Enable Edge Detection.";
5404const char kEnableEdgeDetectionDescription[] =
5405 "If enabled, suppresses edge touch based on sensors' info.";
5406
Daniel Andersson3a71e982022-11-17 02:34:075407const char kEnablePerDeskZOrderName[] =
5408 "Enable per-desk Z-order for all-desk windows.";
5409const char kEnablePerDeskZOrderDescription[] =
5410 "The Z-order of all-desk windows is maintained on a per-desk basis. This "
5411 "means that all-desk windows will not keep popping to the front when "
5412 "switching desks.";
5413
Drew Davenportef725712022-07-13 21:05:085414const char kEnableSeamlessRefreshRateSwitchingName[] =
5415 "Seamless Refresh Rate Switching";
5416const char kEnableSeamlessRefreshRateSwitchingDescription[] =
5417 "This option enables seamlessly changing the refresh rate based on power "
5418 "state on devices with supported hardware and drivers.";
5419
Harry Cuttsbc6941802022-04-07 22:57:475420const char kEnableTouchpadsInDiagnosticsAppName[] =
5421 "Enable touchpad cards in the Diagnostics App";
5422const char kEnableTouchpadsInDiagnosticsAppDescription[] =
5423 "Shows touchpad cards in the Diagnostics App's input section. Requires "
5424 "#enable-input-in-diagnostics-app to be enabled.";
5425
5426const char kEnableTouchscreensInDiagnosticsAppName[] =
5427 "Enable touchscreen cards in the Diagnostics App";
5428const char kEnableTouchscreensInDiagnosticsAppDescription[] =
5429 "Shows touchscreen cards in the Diagnostics App's input section. Requires "
5430 "#enable-input-in-diagnostics-app to be enabled.";
5431
Brian Geffon297843f2022-06-27 16:33:435432const char kEnableZramWriteback[] = "Enable Zram Writeback";
5433const char kEnableZramWritebackDescription[] =
5434 "If enabled zram swap will be able to write back to disk increasing "
5435 "overall swap capacity";
5436
Andrew Wolfersa051f742022-03-03 21:08:225437const char kEnableVariableRefreshRateName[] = "Enable Variable Refresh Rate";
5438const char kEnableVariableRefreshRateDescription[] =
5439 "Enable the variable refresh rate (Adaptive Sync) setting for capable "
5440 "displays.";
5441
Nathan Mugglief8711802022-11-03 18:16:275442const char kEnableViewPpdName[] = "Enable View PPD link.";
5443const char kEnableViewPpdDescription[] =
5444 "Enable View PPD link in the edit printer dialog allowing the "
5445 "user to request to view the PPD for a specific printer.";
5446
Kyle Horimoto2d3b6b42022-05-13 02:12:165447const char kEapGtcWifiAuthenticationName[] = "EAP-GTC WiFi Authentication";
5448const char kEapGtcWifiAuthenticationDescription[] =
5449 "Allows configuration of WiFi networks using EAP-GTC authentication";
5450
whalechangf06b6ea72022-08-26 01:13:115451const char kAudioPeripheralVolumeGranularityName[] =
5452 "Audio Peripheral Volume Granularity";
5453const char kAudioPeripheralVolumeGranularityDescription[] =
5454 "Change audio peripheral volume granularity as close as peripheral "
5455 "reported. "
5456 "If the reported volume granularity are too small or too big. use 25 steps "
5457 "instead.";
5458
Abbas Nayebi6263f192022-05-13 21:10:415459const char kEcheSWAName[] = "Enable Eche feature";
5460const char kEcheSWADescription[] = "This is the main flag for enabling Eche.";
paulzhchen26343e92021-02-09 05:43:055461
Jon Manndf97fa52022-11-28 23:01:165462const char kEcheLauncherName[] = "Enable the Eche launcher";
5463const char kEcheLauncherDescription[] =
5464 "Enables the launcher for all apps for Eche.";
5465
Pu Shi93793432022-12-20 20:34:575466const char kEcheLauncherListViewName[] = "Enable Eche launcher list view";
5467const char kEcheLauncherListViewDescription[] =
5468 "Convert Eche launcher from grid view to list view";
5469
Joe Antonettib56b8202023-01-18 20:42:085470const char kEcheLauncherIconsInMoreAppsButtonName[] =
5471 "Enable app icons in the Eche launcher more apps button";
5472const char kEcheLauncherIconsInMoreAppsButtonDescription[] =
5473 "Show app icons in the Eche launcher more apps button";
5474
Crisrael Lucero264086d2023-03-07 02:30:065475const char kEcheNetworkConnectionStateName[] =
5476 "Enable loading and error states for Eche.";
5477const char kEcheNetworkConnectionStateDescription[] =
5478 "Shows loading and error states in Phone Hub's recent apps section based "
5479 "on the connection state with the Phone.";
5480
paulzhchenfac28192021-10-08 08:14:185481const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode";
Abbas Nayebi6263f192022-05-13 21:10:415482const char kEcheSWADebugModeDescription[] =
paulzhchen7c5907f52022-09-03 17:46:485483 "Save console logs of Eche in the system log";
5484
5485const char kEcheSWAMeasureLatencyName[] = "Measure Eche E2E Latency";
5486const char kEcheSWAMeasureLatencyDescription[] =
5487 "Measure Eche E2E Latency and print all E2E latency logs of Eche in "
5488 "Console";
paulzhchenfac28192021-10-08 08:14:185489
mavishsuc3dcafaac2022-09-28 06:27:425490const char kEcheSWASendStartSignalingName[] =
5491 "Enable Eche Send Start Signaling";
5492const char kEcheSWASendStartSignalingDescription[] =
5493 "Allows sending start signaling action to establish Eche's WebRTC "
5494 "connection";
5495
mavishsu1ebe64a2022-09-29 12:52:245496const char kEcheSWADisableStunServerName[] = "Disable Eche STUN server";
5497const char kEcheSWADisableStunServerDescription[] =
5498 "Allows disabling the stun servers when establishing a WebRTC connection "
5499 "to Eche";
5500
Denalex Orakwue44a47a42022-12-07 08:56:085501const char kEcheSWACheckAndroidNetworkInfoName[] = "Check Android network info";
5502const char kEcheSWACheckAndroidNetworkInfoDescription[] =
5503 "Allows CrOS to analyze Android network information to provide more "
5504 "context on connection errors";
5505
Denalex Orakwuef2ea70a2023-02-22 20:48:265506const char kEcheSWAProcessAndroidAccessibilityTreeName[] =
5507 "Process Android Application Accessibility Tree";
5508const char kEcheSWAProcessAndroidAccessibilityTreeDescription[] =
5509 "Allows CrOS to process the Android accessibility tree information of the "
5510 "currently streaming app.";
5511
andrewxu6396d652023-02-20 17:58:545512const char kEnableNotificationImageDragName[] =
5513 "Enable notification image drag";
5514const char kEnableNotificationImageDragDescription[] =
5515 "Enable users to drag the image shown on the notification and drop it to "
5516 "directly paste or share";
5517
Pranav Batra96b8eba2021-07-02 21:17:215518const char kEnableOAuthIppName[] =
5519 "Enable OAuth when printing via the IPP protocol";
5520const char kEnableOAuthIppDescription[] =
5521 "Enable OAuth when printing via the IPP protocol";
5522
Jenny Zhang0c298e42022-01-12 03:09:265523const char kEnforceAshExtensionKeeplistName[] =
5524 "Enforce Ash extension keeplist";
5525const char kEnforceAshExtensionKeeplistDescription[] =
5526 "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on"
5527 " the keeplist are enabled in Ash.";
5528
Matthew Mourgos6f663a42023-03-14 20:58:085529const char kEolResetDismissedPrefsName[] =
5530 "Reset end of life notification prefs";
5531const char kEolResetDismissedPrefsDescription[] =
5532 "Reset the end of life notification prefs to their default value, at the "
5533 "start of the user session. This is meant to make manual testing easier.";
5534
Matthew Mourgos0f79f502023-03-17 21:22:405535const char kEolIncentiveName[] = "Enable end of life incentives";
5536const char kEolIncentiveDescription[] =
5537 "Allows end of life incentives to be shown within the system ui.";
5538
Prabir Pradhan67677e82020-09-11 18:26:525539const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
5540const char kExoGamepadVibrationDescription[] =
5541 "Allow Exo clients like Android to request vibration events for gamepads "
5542 "that support it.";
5543
Nicholas Hollingum4cbff262020-09-08 04:02:155544const char kExoOrdinalMotionName[] =
5545 "Raw (unaccelerated) motion for Linux applications";
5546const char kExoOrdinalMotionDescription[] =
5547 "Send unaccelerated values as raw motion events to linux applications.";
5548
Jeeva Murugan0c7d43a82022-11-07 01:10:275549const char kExperimentalAccessibilityDictationContextCheckingName[] =
5550 "Experimental accessibility dictation using context checking.";
5551const char kExperimentalAccessibilityDictationContextCheckingDescription[] =
5552 "Enables experimental dictation context checking.";
5553
Josiah Kcb91cd12022-03-22 19:27:065554const char kExperimentalAccessibilityGoogleTtsLanguagePacksName[] =
5555 "Experimental accessibility Google TTS Langauge Packs.";
5556const char kExperimentalAccessibilityGoogleTtsLanguagePacksDescription[] =
5557 "Enables downloading Google TTS voices using Langauge Packs.";
5558
Rose Garcia26e2ae32019-06-25 00:57:545559const char kExperimentalAccessibilitySwitchAccessTextName[] =
5560 "Enable enhanced Switch Access text input.";
5561const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
5562 "Enable experimental or in-progress Switch Access features for improved "
5563 "text input";
5564
Steffen Secklerc95470d2022-08-12 07:26:005565const char kFileTransferEnterpriseConnectorName[] =
5566 "Enable Files Transfer Enterprise Connector.";
5567const char kFileTransferEnterpriseConnectorDescription[] =
5568 "Enable the File Transfer Enterprise Connector.";
5569
Luciano Pachecoa2f314ee2022-06-02 14:22:145570const char kFilesAppExperimentalName[] =
5571 "Experimental UI features for Files app";
5572const char kFilesAppExperimentalDescription[] =
5573 "Enable experimental UI features for Files app. Experimental features are "
5574 "expected to be non functional to end users.";
5575
Noel Gordon5c5a49e62023-01-16 06:14:005576const char kFilesConflictDialogName[] = "Files app conflict dialog";
5577const char kFilesConflictDialogDescription[] =
5578 "When enabled, the conflict dialog will be shown during file transfers "
5579 "if a file entry in the transfer exists at the destination.";
5580
Ben Reich2caaccf2023-02-06 23:17:505581const char kFilesDriveShortcutsName[] = "Files app Google Drive shortcut icons";
5582const char kFilesDriveShortcutsDescription[] =
5583 "When enabled, shows an icon for files in Google Drive that are shortcuts";
5584
Alex Danilo22b6b9c2021-11-18 06:44:445585const char kFilesExtractArchiveName[] = "Extract archive in Files app";
5586const char kFilesExtractArchiveDescription[] =
5587 "Enable the simplified archive extraction feature in Files app";
5588
Marcello Salomaodd0e6de2022-09-14 00:28:475589const char kFilesInlineSyncStatusName[] =
5590 "Enable inline sync status in Files app.";
5591const char kFilesInlineSyncStatusDescription[] =
5592 "Enable displaying the sync status of each file next to its name in Files "
5593 "app.";
5594
Bo Majewski24757cb2022-09-20 06:42:185595const char kFilesSearchV2Name[] = "V2 generation of file search.";
5596const char kFilesSearchV2Description[] = "Enable V2 generation of file search.";
5597
Omid Tourzanbf2a0dcf2020-09-10 08:53:555598const char kFilesSinglePartitionFormatName[] =
5599 "Enable Partitioning of Removable Disks.";
5600const char kFilesSinglePartitionFormatDescription[] =
5601 "Enable partitioning of removable disks into single partition.";
5602
Joel Hockeya4865f1f2020-10-09 00:41:275603const char kFilesTrashName[] = "Enable Files Trash.";
5604const char kFilesTrashDescription[] =
5605 "Enable trash for My files volume in Files App.";
5606
Joel Hockey487b679b2023-03-15 04:10:295607const char kFilesTrashDriveName[] = "Enable Files Trash for Drive.";
5608const char kFilesTrashDriveDescription[] =
5609 "Enable trash for Drive volume in Files App.";
5610
Ricky Liang3bd2754b52020-10-07 02:50:325611const char kForceSpectreVariant2MitigationName[] =
5612 "Force Spectre variant 2 mitigagtion";
5613const char kForceSpectreVariant2MitigationDescription[] =
5614 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
5615 "override #spectre-variant2-mitigation and any system-level setting that "
5616 "disables Spectre variant 2 mitigation.";
5617
jhtinc1f43aa2022-11-10 03:27:045618const char kFirstPartyVietnameseInputName[] =
5619 "First party Vietnamese Input Method";
5620const char kFirstPartyVietnameseInputDescription[] =
5621 "Use first party input method for Vietnamese VNI and Telex";
5622
Daniel Anderssona36c4bc2021-06-04 22:09:435623const char kFocusFollowsCursorName[] = "Focus follows cursor";
5624const char kFocusFollowsCursorDescription[] =
5625 "Enable window focusing by moving the cursor.";
5626
Cassy Chun-Crogan26d8e142023-01-25 02:00:535627const char kForceReSyncDriveName[] = "Force resync drive";
5628const char kForceReSyncDriveDescription[] =
5629 "Enable Drive to forcibly resync office files.";
5630
yjliu8f78e8b2020-07-22 20:51:215631const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
5632const char kFrameThrottleFpsDescription[] =
5633 "Set the throttle fps for compositor frame submission.";
5634const char kFrameThrottleFpsDefault[] = "Default";
5635const char kFrameThrottleFps5[] = "5 fps";
5636const char kFrameThrottleFps10[] = "10 fps";
5637const char kFrameThrottleFps15[] = "15 fps";
5638const char kFrameThrottleFps20[] = "20 fps";
5639const char kFrameThrottleFps25[] = "25 fps";
5640const char kFrameThrottleFps30[] = "30 fps";
5641
Nancy Wangea75f7f2021-12-29 05:11:365642const char kFullRestoreForLacrosName[] = "Full restore lacros support";
5643const char kFullRestoreForLacrosDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355644 "ChromeOS full restore lacros support";
Nancy Wangea75f7f2021-12-29 05:11:365645
Nigel Tao03c69032022-04-23 03:10:475646const char kFuseBoxDebugName[] = "Debugging UI for ChromeOS FuseBox service";
5647const char kFuseBoxDebugDescription[] =
5648 "Show additional debugging UI for ChromeOS FuseBox service.";
5649
Zufeng Wang9d3362eb822021-03-11 00:23:295650const char kHelpAppLauncherSearchName[] = "Help App launcher search";
5651const char kHelpAppLauncherSearchDescription[] =
5652 "Enables showing search results from the help app in the launcher.";
5653
jhtin2c8808102022-02-21 08:53:355654const char kDiacriticsOnPhysicalKeyboardLongpressName[] =
5655 "Enable diacritics and variant character selection on PK longpress.";
5656const char kDiacriticsOnPhysicalKeyboardLongpressDescription[] =
5657 "Enable diacritics and other varient character selection on physical "
5658 "keyboard longpress.";
5659
David Black6fca0bc2022-10-08 00:35:175660const char kHoldingSpacePredictabilityName[] =
5661 "Enable holding space predictability";
5662const char kHoldingSpacePredictabilityDescription[] =
5663 "Increases predictability of holding space by being ever present in the "
5664 "shelf and always reserving space for downloads and screen captures.";
5665
5666const char kHoldingSpaceRefreshName[] = "Enable holding space refresh";
5667const char kHoldingSpaceRefreshDescription[] =
5668 "Enables a refresh of holding space which better conveys the relationship "
5669 "with the Files app.";
5670
5671const char kHoldingSpaceSuggestionsName[] = "Enable holding space suggestions";
5672const char kHoldingSpaceSuggestionsDescription[] =
5673 "Enables pinned file suggestions in holding space to help the user "
5674 "understand and discover the ability to pin.";
5675
Curtis McMullana1900062021-06-28 01:13:255676const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
5677const char kImeAssistEmojiEnhancedDescription[] =
5678 "Enable enhanced assistive emoji suggestion features for native IME";
5679
Curtis McMullan35800d22020-11-26 06:45:195680const char kImeAssistMultiWordName[] =
5681 "Enable assistive multi word suggestions";
5682const char kImeAssistMultiWordDescription[] =
5683 "Enable assistive multi word suggestions for native IME";
5684
Curtis McMullan6f6526d2021-07-09 04:22:455685const char kImeAssistMultiWordExpandedName[] =
5686 "Enable expanded assistive multi word suggestions";
5687const char kImeAssistMultiWordExpandedDescription[] =
5688 "Enable expanded assistive multi word suggestions for native IME";
5689
Chuong Ho0db3d5d22023-02-27 02:18:335690const char kImeFstDecoderParamsUpdateName[] =
5691 "Enable FST Decoder parameters update";
5692const char kImeFstDecoderParamsUpdateDescription[] =
5693 "Enable updated parameters for the FST decoder.";
5694
Grey Wang8896c882022-09-02 00:21:555695const char kImeTrayHideVoiceButtonName[] =
5696 "Hides redudant voice button in IME tray";
5697const char kImeTrayHideVoiceButtonDescription[] =
5698 "Hides voice button in IME tray when mic icon is shown in the shelf";
5699
John Palmerb4e42c02022-02-11 07:25:165700const char kVirtualKeyboardNewHeaderName[] =
5701 "Enable new header for virtual keyboard";
5702const char kVirtualKeyboardNewHeaderDescription[] =
5703 "Enable new header for virtual keyboard to improve navigation.";
5704
John Palmer77ce9282021-07-15 09:23:095705const char kImeSystemEmojiPickerClipboardName[] =
5706 "System emoji picker clipboard";
5707const char kImeSystemEmojiPickerClipboardDescription[] =
5708 "Emoji picker will insert emoji into clipboard if they can't be inserted "
5709 "into a text field";
Chuong Hoa3217d52021-12-08 06:36:145710
5711const char kImeSystemEmojiPickerExtensionName[] =
5712 "System emoji picker extension";
5713const char kImeSystemEmojiPickerExtensionDescription[] =
5714 "Emoji picker extension allows users to select emoticons and symbols to "
5715 "input.";
5716
Kaiqi Liang5ddd91b2022-12-01 23:14:535717const char kImeSystemEmojiPickerGIFSupportName[] =
5718 "System emoji picker gif support";
5719const char kImeSystemEmojiPickerGIFSupportDescription[] =
5720 "Emoji picker gif support allows users to select gifs to input.";
5721
Chuong Ho7a5781832022-02-09 06:47:265722const char kImeSystemEmojiPickerSearchExtensionName[] =
5723 "System emoji picker search extension";
5724const char kImeSystemEmojiPickerSearchExtensionDescription[] =
5725 "Emoji picker search extension enhances current emoji search by "
5726 "introducing multi-word prefix search.";
5727
John Palmer90a32212021-08-03 08:49:135728const char kImeStylusHandwritingName[] = "Stylus Handwriting";
5729const char kImeStylusHandwritingDescription[] =
5730 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:095731
Curtis McMullan6011fe7f2023-02-23 01:22:205732const char kImeUsEnglishModelUpdateName[] =
5733 "Enable US English IME model update";
5734const char kImeUsEnglishModelUpdateDescription[] =
5735 "Enable updated US English IME language models for native IME";
5736
Sean Kaud5d0fc72023-01-30 19:08:265737const char kJellyColorsName[] = "Jelly Colors";
5738const char kJellyColorsDescription[] = "Enable Jelly coloring";
5739
Erik Chend7082ec2021-06-25 01:04:125740const char kLacrosAvailabilityIgnoreName[] =
5741 "Ignore lacros-availability policy";
5742const char kLacrosAvailabilityIgnoreDescription[] =
5743 "Makes the lacros-availability policy have no effect. Instead Lacros "
5744 "availability will be controlled by experiment and/or user flags.";
5745
Hidehiko Abea7217c92022-02-01 05:54:575746const char kLacrosOnlyName[] = "Lacros is the only browser";
5747const char kLacrosOnlyDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355748 "Use Lacros-chrome as the only web browser on ChromeOS. "
Hidehiko Abea7217c92022-02-01 05:54:575749 "This flag is ignored if Lacros support or primary is disabled.";
5750
Hidehiko Abe9f190d12021-03-18 12:55:205751const char kLacrosPrimaryName[] = "Lacros as the primary browser";
5752const char kLacrosPrimaryDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355753 "Use Lacros-chrome as the primary web browser on ChromeOS. "
Hidehiko Abe9f190d12021-03-18 12:55:205754 "This flag is ignored if Lacros support is disabled.";
5755
Erik Chen601a5d62020-12-07 20:05:125756const char kLacrosStabilityName[] = "Lacros stability";
Roman Arorac36aeeb92021-10-04 20:35:585757const char kLacrosStabilityDescription[] = "Lacros update channel.";
Erik Chen601a5d62020-12-07 20:05:125758
Jae Hoon Kim94e1cfd2021-05-19 20:52:525759const char kLacrosSelectionName[] = "Lacros selection";
5760const char kLacrosSelectionDescription[] =
5761 "Choosing between rootfs or stateful Lacros.";
5762
5763const char kLacrosSelectionRootfsDescription[] = "Rootfs";
5764const char kLacrosSelectionStatefulDescription[] = "Stateful";
5765
Artem Sumaneev1f3555a2023-01-30 12:48:275766const char kLacrosSelectionPolicyIgnoreName[] =
5767 "Ignore lacros-selection policy";
5768const char kLacrosSelectionPolicyIgnoreDescription[] =
5769 "Makes the lacros-selection policy have no effect. Instead Lacros "
5770 "selection will be controlled by experiment and/or user flags.";
5771
James Cook2fe5ca7b2020-10-09 02:54:175772const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:185773const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:385774 "Support for the experimental lacros-chrome browser. Please note that the "
5775 "first restart can take some time to setup lacros-chrome. Please DO NOT "
5776 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:185777
Erik Chen5d686e2a02022-11-01 23:11:315778const char kLacrosWaylandLoggingName[] = "Lacros wayland logging";
5779const char kLacrosWaylandLoggingDescription[] =
5780 "Enables wayland logging for Lacros. This generates a significant amount "
5781 "of logs on disk. Logs are cleared after two restarts.";
5782
Yuta Hijikataad794422022-04-15 17:33:125783const char kLacrosMoveProfileMigrationName[] = "Enforce profile move migration";
5784const char kLacrosMoveProfileMigrationDescription[] =
5785 "Enforce Lacros profile move migration which moves files from Ash profile "
5786 "directory to Lacros profile directory instead of copying. Please note "
5787 "that disabling Lacros and falling back to Ash after move migration is not "
5788 "supported.";
5789
Yuta Hijikata6a575d42022-01-11 04:09:075790const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration";
5791const char kLacrosProfileMigrationForceOffDescription[] =
5792 "Disables lacros profile migration. Lacros profile migration is being "
5793 "rolled out to internal users first. Once lacros profile migration becomes "
5794 "available to the user, the completion of profile migration becomes a "
5795 "requirement to use lacros i.e. if profile migration gets rolled out to "
5796 "the user and the migration fails, then lacros becomes unavailable until "
5797 "the migration is completed. By enabling this flag, even if profile "
5798 "migration is rolled out to the user, the migration will not run and the "
5799 "user can continue to use lacros without profile migration.";
5800
Rachel Wongbde90d72022-07-11 06:18:275801const char kLauncherItemSuggestName[] = "Launcher ItemSuggest";
5802const char kLauncherItemSuggestDescription[] =
5803 "Allows configuration of experiment parameters for ItemSuggest in the "
5804 "launcher.";
5805
Ahmed Fakhry039882f2020-06-16 21:56:215806const char kLimitShelfItemsToActiveDeskName[] =
5807 "Limit Shelf items to active desk";
5808const char kLimitShelfItemsToActiveDeskDescription[] =
5809 "Limits items on the shelf to the ones associated with windows on the "
5810 "active desk";
5811
Ahmed Fakhry15d707e2019-02-22 23:54:215812const char kListAllDisplayModesName[] = "List all display modes";
5813const char kListAllDisplayModesDescription[] =
5814 "Enables listing all external displays' modes in the display settings.";
5815
Gil Dekel11cbdfb2020-12-23 21:43:275816const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
5817const char kEnableHardwareMirrorModeDescription[] =
5818 "Enables hardware support when multiple displays are set to mirror mode.";
5819
Jungshik Shin1c8c4882022-09-14 05:35:265820const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS";
5821const char kHindiInscriptLayoutDescription[] =
5822 "Enables Hindi Inscript Layout on ChromeOS.";
5823
Megumi Hattori5a0d4182018-03-06 11:09:505824const char kLockScreenNotificationName[] = "Lock screen notification";
5825const char kLockScreenNotificationDescription[] =
5826 "Enable notifications on the lock screen.";
5827
Steven Bennetts66bc3542020-06-25 23:05:285828const char kMeteredShowToggleName[] = "Show Metered Toggle";
5829const char kMeteredShowToggleDescription[] =
5830 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
5831 "The toggle allows users to set whether a network should be considered "
5832 "metered for purposes of bandwith usage (e.g. for automatic updates).";
5833
Toni Barzic5cf7da92021-05-19 21:07:405834const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
5835const char kMicrophoneMuteNotificationsDescription[] =
5836 "Enables notifications that are shown when an app tries to use microphone "
5837 "while audio input is muted.";
5838
5839const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
5840const char kMicrophoneMuteSwitchDeviceDescription[] =
5841 "Support for detecting the state of hardware microphone mute toggle. Only "
5842 "effective on devices that have a microphone mute toggle. Enabling the "
5843 "flag does not affect the toggle functionality, it only affects how the "
5844 "System UI handles the mute toggle state.";
5845
Jason Thai7036e64e2023-01-23 23:14:395846const char kMultiZoneRgbKeyboardName[] =
5847 "Enable multi-zone RGB keyboard customization";
5848const char kMultiZoneRgbKeyboardDescription[] =
5849 "Enable multi-zone RGB keyboard customization on supported devices.";
5850
Bao-Duy Tranaa329d62020-11-27 05:40:585851const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
5852const char kMultilingualTypingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355853 "Enables support for multilingual assistive typing on ChromeOS.";
Bao-Duy Tranaa329d62020-11-27 05:40:585854
Michael Hansenc318dec2022-04-01 22:19:015855const char kNearbySharingSelfShareAutoAcceptName[] =
5856 "Nearby Sharing Self Share Auto-Accept";
5857const char kNearbySharingSelfShareAutoAcceptDescription[] =
5858 "Enables auto-accept functionality when sharing between a user's own "
5859 "devices.";
5860
5861const char kNearbySharingSelfShareUIName[] = "Nearby Sharing Self Share UI";
5862const char kNearbySharingSelfShareUIDescription[] =
5863 "Enables UI features for Self Share to allow seamless sharing between a "
5864 "user's own devices.";
Michael Hansenf59f974b2022-01-14 17:40:025865
Gordon Seto2c79d0442022-02-22 22:33:065866const char kOobeHidDetectionRevampName[] = "OOBE HID Detection Revamp";
5867const char kOobeHidDetectionRevampDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355868 "Enables the ChromeOS HID Detection Revamp, which updates OOBE HID "
Gordon Seto2c79d0442022-02-22 22:33:065869 "detection screen UI and related infrastructure.";
5870
Wes Okuhara72373672022-10-14 16:38:195871const char kOsSettingsAppBadgingToggleName[] =
5872 "ChromeOS Settings App Badging Toggle";
5873const char kOsSettingsAppBadgingToggleDescription[] =
5874 "Enables app badging toggle to be displayed in app notification page in"
5875 "ChromeOS Settings.";
5876
Wes Okuhara71ae17c2022-10-10 19:46:565877const char kOsSettingsSearchFeedbackName[] =
5878 "ChromeOS Settings Search Feedback";
5879const char kOsSettingsSearchFeedbackDescription[] =
5880 "Enables search result feedback in ChromeOS Settings when no search "
5881 "results are returned.";
5882
Jimmy Gong35094482021-10-06 23:14:285883const char kPcieBillboardNotificationName[] = "Pcie billboard notification";
5884const char kPcieBillboardNotificationDescription[] =
5885 "Enable Pcie peripheral billboard notification.";
5886
Daniel Andersson9bfdde42021-07-15 20:59:145887const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
5888const char kPerformantSplitViewResizingDescription[] =
5889 "If enabled, windows may be moved instead of scaled when resizing split "
5890 "view in tablet mode.";
5891
Sam Chiu1dee4a12021-10-12 18:21:275892const char kPhoneHubCallNotificationName[] =
5893 "Incoming call notification in Phone Hub";
5894const char kPhoneHubCallNotificationDescription[] =
5895 "Enables the incoming/ongoing call feature in Phone Hub.";
5896
Jason Sun1d947912021-06-21 16:54:235897const char kPhoneHubCameraRollName[] = "Camera Roll in Phone Hub";
5898const char kPhoneHubCameraRollDescription[] =
5899 "Enables the Camera Roll feature in Phone Hub, which allows users to "
5900 "access recent photos and videos taken on a connected Android device.";
5901
Pu Shi1306f642022-07-29 00:58:345902const char kPhoneHubFeatureSetupErrorHandlingName[] =
5903 "Error handling during Phone Hub feature setup";
5904const char kPhoneHubFeatureSetupErrorHandlingDescription[] =
5905 "Enable the error handling during Phone Hub feature setup. It allows"
5906 "users to see result on Chromebook when the setup failed on connected"
5907 "remote phone device.";
5908
Jennifer Serranof65bc542023-01-11 01:00:565909const char kPhoneHubNudgeName[] = "Phone Hub nudge";
5910const char kPhoneHubNudgeDescription[] =
5911 "Enables a nudge to direct eligible users to open Phone Hub.";
5912
Andreea Costinas478d1ca22023-02-23 11:49:505913const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenName[] =
5914 "Policy-provided trust anchors at lock screen";
5915const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenDescription[] =
5916 "Enables using the policy-provided trust anchors at lock screen";
5917
Peter Boström6324b792022-09-28 23:15:565918const char kPreferDcheckName[] = "Prefer DCHECK-enabled build";
5919const char kPreferDcheckDescription[] =
5920 "Use a DCHECK-enabled build when available.";
5921
Piotr Pawliczek49732c92022-12-12 18:10:585922const char kPrintingPpdChannelName[] = "Printing PPD channel";
5923const char kPrintingPpdChannelDescription[] =
5924 "The channel from which PPD index "
5925 "is loaded when matching PPD files during printer setup.";
5926
James Cookb661f3802021-09-30 21:43:205927const char kProductivityLauncherName[] =
5928 "Productivity experiment: App Launcher";
5929const char kProductivityLauncherDescription[] =
5930 "To evaluate an enhanced Launcher experience that aims to improve app "
5931 "workflows by optimizing access to apps, app content, and app actions.";
5932
Yulun Wu2f5597992022-08-12 23:57:205933const char kProductivityLauncherImageSearchName[] =
5934 "Productivity Launcher experiment: Launcher Image Search";
5935const char kProductivityLauncherImageSearchDescription[] =
5936 "To evaluate the viability of image search as part of Productivity "
5937 "Launcher Search.";
5938
Ana Salazar30ae8e42022-09-15 00:13:445939const char kQuickActionShowBubbleLauncherName[] =
5940 "Swipe to show bubble launcher";
5941const char kQuickActionShowBubbleLauncherDescription[] =
5942 "Enables a fling gesture or mouse scroll from the shelf to show the bubble "
5943 "launcher.";
5944
Ana Salazarbb287bcc42023-01-11 00:34:205945const char kAppListDragAndDropRefactorName[] =
5946 "Drag and drop refactor in launcher";
5947const char kAppListDragAndDropRefactorDescription[] =
5948 "Enables app list drag and drop refactor to use views drag and drop APIs. "
5949 "No user visible changes are expected.";
5950
Li Lin122b7852022-03-10 02:46:395951const char kProjectorName[] = "Enable Projector";
5952const char kProjectorDescription[] =
5953 "Enables Projects SWA and associated recording tools";
5954
Toby Huang6a77193f22022-08-12 18:07:305955const char kProjectorLocalPlaybackName[] = "Enable Projector local playback";
5956const char kProjectorLocalPlaybackDescription[] =
5957 "Supports streaming screencast videos from DriveFS instead of Drive before "
5958 "they have finished transcoding";
5959
5960const char kProjectorAppDebugName[] = "Enable Projector app debug";
5961const char kProjectorAppDebugDescription[] =
5962 "Adds more informative error messages to the Projector app for debugging";
Li Lin122b7852022-03-10 02:46:395963
Yilkal2bc65312023-02-23 21:27:125964const char kProjectorServerSideSpeechRecognitionName[] =
5965 "Enable server side speech recognition for Projector";
5966const char kProjectorServerSideSpeechRecognitionDescription[] =
5967 "Adds server side speech recognition capability to Projector.";
5968
Jiaming Chenge04b3b52022-08-09 02:46:595969const char kQsRevampName[] = "Quick Settings Revamp";
5970const char kQsRevampDescription[] =
5971 "Enable QS UI revamp with separated message center.";
5972
Rachel Carpenter57c8523c2020-09-23 01:11:225973const char kReleaseNotesNotificationAllChannelsName[] =
5974 "Release Notes Notification All Channels";
5975const char kReleaseNotesNotificationAllChannelsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355976 "Enables the release notes notification for all ChromeOS channels";
Rachel Carpenter57c8523c2020-09-23 01:11:225977
Roger Tinkoff31579eab2022-07-26 00:18:225978const char kReleaseTrackUiName[] = "Release track system tray UI";
5979const char kReleaseTrackUiDescription[] =
5980 "Enables the release track UI in the system tray";
5981
Lei Zhang44abd5d22022-01-11 00:32:345982const char kArcWindowPredictorName[] = "Enable ARC window predictor";
5983const char kArcWindowPredictorDescription[] =
Shengsong Tan81338972021-12-22 05:27:505984 "Enables the window state and bounds predictor for ARC task windows";
5985
Cici Ruan846b6712022-08-12 21:08:185986const char kArcInputOverlayNameBeta[] = "Enable ARC Input Overlay Beta";
5987const char kArcInputOverlayDescriptionBeta[] =
Cici Ruan2374f1b02022-12-07 01:19:585988 "Enable full editor feature for Gaming Input Overlay including features in "
5989 "Alpha V2, so users can add and remove actions.";
Joseph Panga61e7db2022-11-29 21:23:385990
Cici Ruan2374f1b02022-12-07 01:19:585991const char kArcInputOverlayNameAlphaV2[] = "Enable ARC Input Overlay Alpha V2";
5992const char kArcInputOverlayDescriptionAlphaV2[] =
Joseph Panga61e7db2022-11-29 21:23:385993 "Enable menu and action reposition feature for Gaming Input Overlay based "
5994 "on Alpha.";
Cici Ruan846b6712022-08-12 21:08:185995
Elliot Tuck5551fdd2022-07-25 21:10:145996const char kShelfAutoHideSeparationName[] =
5997 "Enable separate shelf auto-hide preferences.";
5998const char kShelfAutoHideSeparationDescription[] =
5999 "Allows for the shelf's auto-hide preference to be specified separately "
6000 "for clamshell and tablet mode.";
6001
Joon Ahn74cda732021-04-08 19:58:106002const char kShimlessRMAFlowName[] = "Enable shimless RMA flow";
6003const char kShimlessRMAFlowDescription[] = "Enable shimless RMA flow";
6004
Anton Swifton1917b872022-05-26 06:27:436005const char kShimlessRMAOsUpdateName[] = "Enable OS updates in shimless RMA";
6006const char kShimlessRMAOsUpdateDescription[] =
6007 "Turns on OS updating in Shimless RMA";
6008
wenyu zhang98000162022-06-16 17:02:536009const char kShimlessRMADisableDarkModeName[] =
6010 "Disable dark mode in Shimless RMA";
6011const char kShimlessRMADisableDarkModeDescription[] =
6012 "Disable dark mode and only allow light mode in Shimless RMA";
6013
Andrew Moylan97585272019-02-19 19:01:226014const char kSchedulerConfigurationName[] = "Scheduler Configuration";
6015const char kSchedulerConfigurationDescription[] =
6016 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:016017const char kSchedulerConfigurationConservative[] =
6018 "Disables Hyper-Threading on relevant CPUs.";
6019const char kSchedulerConfigurationPerformance[] =
6020 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:226021
Erin Parkbbb5decc2022-07-21 21:37:136022const char kMediaDynamicCgroupName[] = "Media Dynamic Cgroup";
6023const char kMediaDynamicCgroupDescription[] =
6024 "Dynamic Cgroup allows tasks from media workload to be consolidated on "
6025 "limited cpuset";
6026
Kyle Horimoto63a6bd42019-09-16 23:47:526027const char kShowBluetoothDebugLogToggleName[] =
6028 "Show Bluetooth debug log toggle";
6029const char kShowBluetoothDebugLogToggleDescription[] =
6030 "Enables a toggle which can enable debug (i.e., verbose) logs for "
6031 "Bluetooth";
6032
Yu Liu9d01d342021-03-12 20:05:166033const char kBluetoothSessionizedMetricsName[] =
6034 "Enable Bluetooth sessionized metrics";
6035const char kBluetoothSessionizedMetricsDescription[] =
6036 "Enables collecting and processing Bluetooth sessionized metrics.";
6037
James Cook0ba192bf2017-12-01 20:53:116038const char kShowTapsName[] = "Show taps";
6039const char kShowTapsDescription[] =
6040 "Draws a circle at each touch point, which makes touch points more obvious "
6041 "when projecting or mirroring the display. Similar to the Android OS "
6042 "developer option.";
6043
6044const char kShowTouchHudName[] = "Show HUD for touch points";
6045const char kShowTouchHudDescription[] =
6046 "Shows a trail of colored dots for the last few touch points. Pressing "
6047 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
6048 "debug hardware issues that generate spurious touch events.";
6049
Ricky Liang3bd2754b52020-10-07 02:50:326050const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
6051const char kSpectreVariant2MitigationDescription[] =
6052 "Controls whether Spectre variant 2 mitigation is enabled when "
6053 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
6054 "#force-spectre-variant2-mitigation.";
6055
Keith Lee8b2131fe2021-10-11 05:11:066056const char kSystemJapanesePhysicalTypingName[] =
6057 "Use system IME for Japanese typing";
6058const char kSystemJapanesePhysicalTypingDescription[] =
6059 "Use the system input engine instead of the Chrome extension for physical "
Keith Lee6dfc28e2022-10-25 07:20:466060 "typing in Japanese. This also replaces the Japanese extension settings "
6061 "page with one built into the UI and migrates the data to a new location.";
Keith Lee8b2131fe2021-10-11 05:11:066062
Michael Martisd3a46a872023-02-08 05:27:506063const char kSystemLiveCaptionName[] = "System Live Caption";
6064const char kSystemLiveCaptionDescription[] =
6065 "Enables the live caption feature for non-Chrome (e.g. Android, linux) "
6066 "audio.";
6067
Steven Bennetts2038c6c2022-12-02 20:06:096068const char kCaptivePortalErrorPageName[] =
6069 "Enables Captive Portal error page suggestions.";
6070const char kCaptivePortalErrorPageDescription[] =
6071 "Enables Captive Portal error page suggestions when a page fails to load "
6072 "and ChromeOS has detected a captive portal.";
6073
Jason Lin30ea2619c2022-07-27 06:40:296074const char kTerminalAlternativeEmulatorName[] = "Terminal alternative emulator";
6075const char kTerminalAlternativeEmulatorDescription[] =
6076 "Enable the alternative emulator for the Terminal app. You will also get "
6077 "an option in Terminal settings to change the default emulator.";
Jason Lin193ef782022-06-21 02:12:036078
Joel Hockey6bc7d9b2022-04-28 00:36:056079const char kTerminalDevName[] = "Terminal dev";
6080const char kTerminalDevDescription[] =
6081 "Enables Terminal System App to load from Downloads for developer testing. "
6082 "Only works in dev and canary channels.";
6083
Joel Hockey3109dbe92022-05-30 08:42:266084const char kTerminalMultiProfileName[] = "Terminal multi-profiles for settings";
6085const char kTerminalMultiProfileDescription[] =
6086 "Enables Terminal System App to set multiple profiles in the settings page "
6087 "and configure which profile to use for each Linux or SSH connection.";
6088
Joel Hockey599b6e42022-10-17 01:35:266089const char kTerminalSftpName[] = "Terminal SFTP / mount";
6090const char kTerminalSftpDescription[] =
6091 "Enables Terminal System App to do SFTP and mount remote hosts.";
6092
Emil Mikulic61a351f2021-12-15 23:45:586093const char kTerminalTmuxIntegrationName[] = "Terminal tmux integration";
6094const char kTerminalTmuxIntegrationDescription[] =
6095 "Enables integration with tmux control mode (tmux -CC) in the Terminal "
6096 "System App.";
6097
Brett Wilson7b44537e2017-08-18 01:38:286098const char kTetherName[] = "Instant Tethering";
6099const char kTetherDescription[] =
6100 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
6101 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:376102
Jason Thaie13aa822023-02-24 04:09:236103const char kTimeOfDayScreenSaverName[] = "Time of Day Screen Saver";
6104const char kTimeOfDayScreenSaverDescription[] =
6105 "Enables Time of Day Screen Saver feature on supported devices. Requires "
6106 "Time Of Day Wallpaper feature to be enabled.";
6107
Jason Thai5af7e8d2023-02-24 00:13:056108const char kTimeOfDayWallpaperName[] = "Time of Day Wallpaper";
6109const char kTimeOfDayWallpaperDescription[] =
6110 "Enables Time of Day Wallpaper feature on supported devices.";
6111
Brett Wilson7b44537e2017-08-18 01:38:286112const char kTouchscreenCalibrationName[] =
6113 "Enable/disable touchscreen calibration option in material design settings";
6114const char kTouchscreenCalibrationDescription[] =
6115 "If enabled, the user can calibrate the touch screen displays in "
6116 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:096117
Steven Bennetts9b695dc2022-04-12 17:10:276118const char kTrafficCountersEnabledName[] = "Traffic counters enabled";
6119const char kTrafficCountersEnabledDescription[] =
6120 "If enabled, data usage will be visible in the Cellular Settings UI and "
6121 "traffic counters will be automatically reset if that setting is enabled.";
Kartik Hegde5af70932021-08-12 23:04:206122
Jérémie Boulic8c1c3fc2022-06-20 05:35:556123const char kUploadOfficeToCloudName[] = "Enable Office files upload workflow.";
6124const char kUploadOfficeToCloudDescription[] =
6125 "Some file handlers for Microsoft Office files are only available on the "
6126 "the cloud. Enables the cloud upload workflow for Office file handling.";
6127
Miguel Casas-Sanchezdcd69152019-09-04 21:22:366128const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
6129const char kUseFakeDeviceForMediaStreamDescription[] =
6130 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
6131 "timestamp) instead of the system audio/video devices, for debugging "
6132 "purposes.";
6133
Erik Chen366873d62022-03-08 23:11:386134const char kUXStudy1Name[] = "UX Study 1";
6135const char kUXStudy1Description[] = "Opt into a group for UX Study";
6136
Qiang Xu045aff222018-05-21 23:21:016137const char kUiDevToolsName[] = "Enable native UI inspection";
6138const char kUiDevToolsDescription[] =
6139 "Enables inspection of native UI elements. For local inspection use "
6140 "chrome://inspect#other";
6141
Andrew Moylan97585272019-02-19 19:01:226142const char kUiSlowAnimationsName[] = "Slow UI animations";
6143const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:466144
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:236145const char kVaapiJpegImageDecodeAccelerationName[] =
6146 "VA-API JPEG decode acceleration for images";
6147const char kVaapiJpegImageDecodeAccelerationDescription[] =
6148 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
6149 " captures) using the VA-API.";
6150
Gil Dekel8f4b5642019-07-27 05:27:406151const char kVaapiWebPImageDecodeAccelerationName[] =
6152 "VA-API WebP decode acceleration for images";
6153const char kVaapiWebPImageDecodeAccelerationDescription[] =
6154 "Enable or disable decode acceleration of WebP images using the VA-API.";
6155
Jing Wang1293e3a2021-02-17 00:56:446156const char kVirtualKeyboardName[] = "Virtual Keyboard";
6157const char kVirtualKeyboardDescription[] =
6158 "Always show virtual keyboard regardless of having a physical keyboard "
6159 "present";
6160
My Nguyen0bc9add2020-12-03 21:21:256161const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
6162const char kVirtualKeyboardDisabledDescription[] =
6163 "Always disable virtual keyboard regardless of device mode. Workaround for "
6164 "virtual keyboard showing with some external keyboards.";
6165
Michelle1569cf32022-03-24 06:34:486166const char kVirtualKeyboardMultitouchName[] = "Virtual Keyboard Multitouch";
6167const char kVirtualKeyboardMultitouchDescription[] =
6168 "Enables multitouch on the virtual keyboard.";
6169
John Palmer489eda922022-05-13 05:40:416170const char kVirtualKeyboardRoundCornersName[] =
6171 "Virtual Keyboard Round Corners";
6172const char kVirtualKeyboardRoundCornersDescription[] =
6173 "Enables round corners on the virtual keyboard.";
6174
Yen-lin Laif458f8012021-03-29 10:18:206175const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
6176const char kWakeOnWifiAllowedDescription[] =
6177 "Allows wake on WiFi features in shill to be enabled.";
6178
Maggie Cai6dd6b552021-04-27 08:40:326179const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
6180const char kWebAppsCrosapiDescription[] =
6181 "Support web apps publishing from Lacros browser.";
6182
James Cook49358cc2022-08-30 20:30:266183const char kWelcomeScreenName[] =
6184 "Productivity Experiment: Reorient with welcome screen";
6185const char kWelcomeScreenDescription[] =
6186 "When a user is about to start a new task, provide them with relevant "
6187 "information and tools to help them orient and get started.";
6188
Jacek Siuda7ed81c92021-11-24 10:39:446189const char kWifiConnectMacAddressRandomizationName[] =
6190 "MAC address randomization";
6191const char kWifiConnectMacAddressRandomizationDescription[] =
6192 "Randomize MAC address when connecting to unmanaged (non-enterprise) "
6193 "WiFi networks.";
6194
tbye50bce9a2022-03-31 03:32:546195const char kLauncherGameSearchName[] = "Enable launcher game search";
6196const char kLauncherGameSearchDescription[] =
6197 "Enables cloud game search results in the launcher.";
6198
Rebecca Hsu1d633912022-12-14 06:09:336199const char kLauncherKeywordExtractionScoring[] =
6200 "Query keyword extraction and scoring in launcher";
6201const char kLauncherKeywordExtractionScoringDescription[] =
6202 "Enables extraction of keywords from query then calculate score from "
6203 "extracted keyword in the launcher.";
6204
Lauren Commeignes9f0db8f2022-12-21 00:03:476205const char kLauncherFuzzyMatchForOmniboxName[] =
6206 "Omnibox Results Fuzzy match experiment";
6207const char kLauncherFuzzyMatchForOmniboxDescription[] =
6208 "To evaluate the viability of a Fuzzy match on Omnibox results to "
6209 "downweight search sugestions";
6210
Lauren Commeignes33aea8b2023-01-03 02:38:286211const char kLauncherSystemInfoAnswerCardsName[] =
6212 "System Info Answer Cards in launcher";
6213const char kLauncherSystemInfoAnswerCardsDescription[] =
6214 "Enables System info answer cards in the launcher to provide system "
6215 "performance metrics";
6216
Chad Duffincdab9362022-07-29 18:31:386217const char kMacAddressRandomizationName[] = "MAC address randomization";
6218const char kMacAddressRandomizationDescription[] =
6219 "Feature to allow MAC address randomization to be enabled for WiFi "
6220 "networks.";
6221
Chad Duffinc8c37082023-03-07 17:04:056222const char kSmdsDbusMigrationName[] = "SM-DS DBus Migration";
6223const char kSmdsDbusMigrationDescription[] =
6224 "Feature to enable the usage of DBus APIs that improve the stability"
6225 "around performing SM-DS scans.";
6226
Simon Ziegltrum55f69bc2022-12-22 16:05:516227const char kOobeJellyName[] = "Jelly design for OOBE";
6228const char kOobeJellyDescription[] =
6229 "Feature to enable the Jelly design in out of box experience.";
Simon Ziegltrumc23cb6c52022-09-22 19:43:446230
Simon Ziegltrumf02c98af2023-03-16 23:03:286231const char kOobeSimonName[] = "Simon features for OOBE";
6232const char kOobeSimonDescription[] =
6233 "Feature to enable the Simon features in out of box experience.";
6234
Tao Wu4b5d8162022-11-10 19:58:076235const char kLibAssistantV2MigrationName[] = "LibAssistant V2 migration";
6236const char kLibAssistantV2MigrationDescription[] =
6237 "Enables loading LibAssistant V2 for Assistant on ChromeOS.";
6238
Markus Handellabf6c7812020-12-15 18:14:356239// Prefer keeping this section sorted to adding new definitions down here.
6240
6241#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6242
Simon Hangl05d1f6a2023-01-13 15:33:596243#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6244const char kGetDisplayMediaSetName[] = "GetDisplayMediaSet API";
6245const char kGetDisplayMediaSetDescription[] =
6246 "When enabled, the getDisplayMediaSet API for capturing multiple surfaces "
6247 "at once is available.";
6248
6249const char kGetDisplayMediaSetAutoSelectAllScreensName[] =
6250 "autoSelectAllScreens attribute for GetDisplayMediaSet";
6251const char kGetDisplayMediaSetAutoSelectAllScreensDescription[] =
6252 "When enabled, the autoSelectAllScreens attribute is available for usage "
6253 "with the GetDisplayMediaSet API.";
6254
6255#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6256
Sebastian Fiß8f6d9a82023-03-07 09:04:256257#if BUILDFLAG(IS_CHROMEOS)
6258const char kRunOnOsLoginName[] = "Run on OS login";
6259const char kRunOnOsLoginDescription[] =
6260 "When enabled, allows PWAs to be automatically run on OS login.";
6261#endif // BUILDFLAG(IS_CHROMEOS)
6262
Jan Krcald11ad892022-01-17 12:37:026263#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Cooper9ec625a2022-02-11 23:17:226264const char kDesktopCaptureLacrosV2Name[] = "Enable Lacros Desktop Capture V2";
6265const char kDesktopCaptureLacrosV2Description[] =
6266 "Enables the improved desktop/window capturer for doing screen/window "
6267 "sharing on Lacros";
6268
Alex Cooperdad8fb692022-10-03 22:42:416269const char kLacrosAuraCaptureName[] = "Enable Lacros Aura Capture";
6270const char kLacrosAuraCaptureDescription[] =
6271 "Enables LaCrOS to perform an in-process capture of it's own windows "
6272 "rather than needing to delegate the capture to Ash";
6273
Andrea Orrue14d8fd82022-02-24 16:47:516274const char kLacrosMergeIcuDataFileName[] =
6275 "Enable merging of icudtl.dat in Lacros";
6276const char kLacrosMergeIcuDataFileDescription[] =
6277 "Enables sharing common areas of icudtl.dat between Ash and Lacros.";
6278
Mitsuru Oshima857191b2022-03-15 22:03:406279const char kLacrosScreenCoordinatesEnabledName[] =
6280 "Enable screen coordinates system in lacros-chrome";
6281const char kLacrosScreenCoordinatesEnabledDescription[] =
6282 "Enabling this will allow lacros to control the window position in screen "
6283 "coordinates. This is required for features such as the Javascript APIs "
6284 "moveBy, moveTo or session restore.";
Jan Krcald11ad892022-01-17 12:37:026285#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
6286
Eric Willigers02f80aa2022-04-29 01:29:326287#if BUILDFLAG(IS_CHROMEOS)
Hsin-Yu Chaoe46eb5992022-03-18 13:34:276288const char kCrOSDspBasedAecAllowedName[] =
6289 "Allow CRAS to use a DSP-based AEC if available";
6290const char kCrOSDspBasedAecAllowedDescription[] =
6291 "Allows the system variant of the AEC in CRAS to be run on DSP ";
6292
6293const char kCrOSDspBasedNsAllowedName[] =
6294 "Allow CRAS to use a DSP-based NS if available";
6295const char kCrOSDspBasedNsAllowedDescription[] =
6296 "Allows the system variant of the NS in CRAS to be run on DSP ";
6297
6298const char kCrOSDspBasedAgcAllowedName[] =
6299 "Allow CRAS to use a DSP-based AGC if available";
6300const char kCrOSDspBasedAgcAllowedDescription[] =
6301 "Allows the system variant of the AGC in CRAS to be run on DSP ";
6302
6303const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
6304const char kCrOSEnforceSystemAecDescription[] =
6305 "Enforces using the system variant in CrAS of the AEC";
6306
6307const char kCrOSEnforceSystemAecAgcName[] =
6308 "Enforce using the system AEC and AGC in CrAS";
6309const char kCrOSEnforceSystemAecAgcDescription[] =
6310 "Enforces using the system variants in CrAS of the AEC and AGC.";
6311
6312const char kCrOSEnforceSystemAecNsName[] =
6313 "Enforce using the system AEC and NS in CrAS";
6314const char kCrOSEnforceSystemAecNsDescription[] =
6315 "Enforces using the system variants in CrAS of the AEC and NS.";
6316
6317const char kCrOSEnforceSystemAecNsAgcName[] =
6318 "Enforce using the system AEC, NS and AGC in CrAS";
6319const char kCrOSEnforceSystemAecNsAgcDescription[] =
6320 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
6321
Jan Lanik1812e6882022-05-24 18:43:356322const char kCrosPrivacyHubName[] = "Enable ChromeOS Privacy Hub";
6323const char kCrosPrivacyHubDescription[] = "Enables ChromeOS Privacy Hub.";
6324
Jan Lanik3f592332022-10-06 21:08:006325const char kCrosPrivacyHubV0Name[] =
6326 "Enable ChromeOS Privacy Hub without the location switch.";
6327const char kCrosPrivacyHubV0Description[] =
6328 "Enables ChromeOS Privacy Hub without the location switch.";
Jan Lanik4aa0d0f12022-08-08 20:50:476329
Pavol Marko798ffdb42022-06-23 13:22:426330const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
6331 "Disable closing idle sockets on memory pressure";
6332const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
6333 "If enabled, idle sockets will not be closed when chrome detects memory "
6334 "pressure. This applies to web pages only and not to internal requests.";
6335
Jenny Zhang0f8cb4fc2022-05-27 00:03:506336const char kDisableOfficeEditingComponentAppName[] =
6337 "Disable Office Editing for Docs, Sheets & Slides";
6338const char kDisableOfficeEditingComponentAppDescription[] =
6339 "Disables Office Editing for Docs, Sheets & Slides component app so "
6340 "handlers won't be registered, making it possible to install another "
6341 "version for testing.";
6342
Tim Sergeante9c45c42022-03-17 21:53:526343const char kIntentChipSkipsPickerName[] =
6344 "Link capturing intent chip skips the intent picker bubble";
6345const char kIntentChipSkipsPickerDescription[] =
6346 "When enabled, clicking the intent chip in the Omnibox will skip the "
6347 "intent picker bubble and launch directly into the app. If multiple apps "
6348 "are installed for a URL, the intent picker will still be shown for "
6349 "disambigation.";
6350
Tim Sergeantb1ba003d2022-03-21 07:09:106351const char kIntentChipAppIconName[] =
6352 "Show app icons in the link capturing intent chip";
6353const char kIntentChipAppIconDescription[] =
6354 "When enabled, the intent chip in the Omnibox will show the app icon for "
6355 "the app which can handle the current URL.";
6356
Yi Xieac082b42022-08-03 09:58:376357const char kKioskEnableAppServiceName[] = "Enable App Service in Kiosk.";
6358const char kKioskEnableAppServiceDescription[] =
6359 "Uses App Service to install web apps and launch both Chrome apps and web "
6360 "apps in Kiosk sessions.";
6361
Femi Adegunloyec22dc3e2022-09-08 15:25:586362const char kLacrosColorManagementName[] = "Enable Chrome Color Management.";
6363const char kLacrosColorManagementDescription[] =
Femi Adegunloyea465b4f2023-03-02 21:59:036364 "When enabled, this should allow for HDR content to be displayed on "
6365 "compatible devices.";
Femi Adegunloyec22dc3e2022-09-08 15:25:586366
Tim Sergeanta596e2f2022-07-06 05:27:306367const char kLinkCapturingAutoDisplayIntentPickerName[] =
6368 "Enable auto-display of intent picker bubble";
6369const char kLinkCapturingAutoDisplayIntentPickerDescription[] =
6370 "When enabled, the intent picker bubble will automatically display when "
6371 "clicking a link which can be opened in installed apps. Only applies when "
6372 "'Enable updated link capturing UI' is enabled.";
6373
Tim Sergeante9c45c42022-03-17 21:53:526374const char kLinkCapturingInfoBarName[] = "Enable link capturing info bar";
6375const char kLinkCapturingInfoBarDescription[] =
6376 "Enables an info bar which appears when launching a web app through the "
6377 "Omnibox intent chip, prompting to update the link capturing setting for "
6378 "that app.";
6379
Lei Zhang44abd5d22022-01-11 00:32:346380const char kLinkCapturingUiUpdateName[] = "Enable updated link capturing UI";
6381const char kLinkCapturingUiUpdateDescription[] =
Tim Sergeante47c0ad52021-12-19 23:43:576382 "Enables updated UI for link capturing flows from the browser to apps, "
6383 "including the intent picker and an in-app link capturing prompt.";
Jon Mannf67d2fb2022-02-28 06:26:226384
6385const char kMessagesPreinstallName[] = "Preinstall Messages PWA";
6386const char kMessagesPreinstallDescription[] =
6387 "Enables preinstallation of the Messages for Web PWA for unmanaged users.";
Maksim Moskvitin70a77cb2022-04-06 12:26:406388
Alan Cutter2fc3ff932022-09-28 09:44:576389const char kMicrosoftOfficeWebAppExperimentName[] =
6390 "Microsoft Office web app experiment";
6391const char kMicrosoftOfficeWebAppExperimentDescription[] =
6392 "A ChromeOS experiment on the Microsoft Office web app that overrides the "
6393 "scope and theme color. Not intended for public release; this is testing "
6394 "capabilites that will be available to websites at a later date.";
6395
Youssef Esmatc732bf82022-05-27 00:47:196396const char kOneGroupPerRendererName[] =
6397 "Use one cgroup for each foreground renderer";
6398const char kOneGroupPerRendererDescription[] =
6399 "Places each Chrome foreground renderer into its own cgroup";
6400
Glen Robertson371a2df2023-02-15 04:18:196401const char kPreinstalledWebAppWindowExperimentName[] =
6402 "Preinstalled web app window experiment.";
6403const char kPreinstalledWebAppWindowExperimentDescription[] =
6404 "A ChromeOS experiment for new users that makes all preinstalled web apps "
6405 "open in windows with link capturing enabled, or tabs, instead of the "
6406 "default behavior.";
6407
Yue Li806e5d82022-09-14 00:16:026408const char kDisableQuickAnswersV2TranslationName[] =
6409 "Disable Quick Answers Translation";
6410const char kDisableQuickAnswersV2TranslationDescription[] =
6411 "Disable translation services of the Quick Answers.";
6412
Maksim Moskvitin70a77cb2022-04-06 12:26:406413const char kSyncChromeOSExplicitPassphraseSharingName[] =
6414 "Sync passphrase sharing";
6415const char kSyncChromeOSExplicitPassphraseSharingDescription[] =
6416 "Allows sharing custom sync passphrase between OS and Browser on ChromeOS";
Michelle724c6bfb22022-12-15 04:55:386417
Jason Rhee7fba0eb2023-01-17 02:21:086418const char kChromeOSSyncedSessionSharingName[] =
6419 "Synced session sharing on ChromeOS";
6420const char kChromeOSSyncedSessionSharingDescription[] =
6421 "Allows sharing synced sessions between OS and Browser on ChromeOS";
6422
Michelle724c6bfb22022-12-15 04:55:386423const char kTouchTextEditingRedesignName[] = "Touch Text Editing Redesign";
6424const char kTouchTextEditingRedesignDescription[] =
6425 "Enables new touch text editing features.";
Xiaohan Wang55ae2c012022-01-20 21:49:116426#endif // BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:086427
Pilar Molina Lopezae61dfc2022-01-21 21:04:456428#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216429const char kVaapiVP9kSVCEncoderName[] =
6430 "VA-API encode acceleration for k-SVC VP9";
6431const char kVaapiVP9kSVCEncoderDescription[] =
6432 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
Pilar Molina Lopezae61dfc2022-01-21 21:04:456433#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216434
Xiaohan Wang55ae2c012022-01-20 21:49:116435#if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526436const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
6437const char kChromeOSDirectVideoDecoderDescription[] =
6438 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
6439 "implementation. Note that this might be entirely disallowed by the "
6440 "--platform-disallows-chromeos-direct-video-decoder command line switch "
6441 "which is added for platforms where said direct VideoDecoder does not work "
6442 "or is not well tested (see the disable_cros_video_decoder USE flag in "
Richard Chuia9ed7be12022-04-13 21:30:356443 "ChromeOS)";
Hirokazu Honda5a3450c2022-06-17 14:16:256444const char kChromeOSHWVBREncodingName[] =
6445 "ChromeOS Hardware Variable Bitrate Encoding";
6446const char kChromeOSHWVBREncodingDescription[] =
6447 "Enables the hardware-accelerated variable bitrate (VBR) encoding on "
6448 "ChromeOS. If the hardware encoder supports VBR for a specified codec, a "
6449 "video is recorded in VBR encoding in MediaRecoder API automatically and "
6450 "WebCodecs API if configured so.";
Fritz Koeniga0770f5c2022-04-06 18:17:556451#if defined(ARCH_CPU_ARM_FAMILY)
Justin Green0b5c48992022-10-10 22:16:046452const char kPreferGLImageProcessorName[] = "Prefer GL image processor";
6453const char kPreferGLImageProcessorDescription[] =
6454 "Prefers the GL image processor for format conversion of video frames over"
6455 " both the libYUV and hardware implementations";
Fritz Koeniga0770f5c2022-04-06 18:17:556456#endif // defined(ARCH_CPU_ARM_FAMILY)
Xiaohan Wang55ae2c012022-01-20 21:49:116457#endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526458
Xiaohan Wang55ae2c012022-01-20 21:49:116459#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:386460const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
6461const char kZeroCopyVideoCaptureDescription[] =
6462 "Camera produces a gpu friendly buffer on capture and, if there is, "
6463 "hardware accelerated video encoder consumes the buffer";
Xiaohan Wang55ae2c012022-01-20 21:49:116464#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
yhanadac5bff5b2017-05-18 06:37:096465
Collin Baker75a29462019-03-13 19:57:316466// All views-based platforms --------------------------------------------------
6467
6468#if defined(TOOLKIT_VIEWS)
6469
Mohamed Amir Yosef4d5d526b2022-11-10 11:05:256470const char kRevampedPasswordManagementBubbleName[] =
6471 "Revamped Password Managment Bubble (Desktop)";
6472const char kRevampedPasswordManagementBubbleDescription[] =
6473 "Enable the new password managment bubble triggered by clicking the key "
6474 "icon in the omnibox.";
6475
Pengchao Cai74b3379d2022-09-09 18:55:186476const char kSearchWebInSidePanelName[] = "Search web in side panel";
6477const char kSearchWebInSidePanelDescription[] =
6478 "Displays right-click search results of a highlighted text in side panel";
6479
Collin Baker75a29462019-03-13 19:57:316480#endif // defined(TOOLKIT_VIEWS)
6481
Brett Wilson7b44537e2017-08-18 01:38:286482// Random platform combinations -----------------------------------------------
6483
Xiaohan Wang55ae2c012022-01-20 21:49:116484#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
Xiaohan Wang55ae2c012022-01-20 21:49:116485 BUILDFLAG(IS_FUCHSIA)
Leonard Greye2b8fe92022-03-04 20:36:016486const char kQuickCommandsName[] = "Quick Commands";
6487const char kQuickCommandsDescription[] =
6488 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
6489
Xiaohan Wang55ae2c012022-01-20 21:49:116490#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
6491 // BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:456492
Jonathan Freed4d92f282022-08-12 19:01:056493#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
6494 BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
6495const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
6496const char kFollowingFeedSidepanelDescription[] =
6497 "Enables the following feed in the sidepanel.";
6498#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
6499 // BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
6500
James Lee89b449e52022-12-13 18:14:526501#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_ANDROID)
6502const char kLocalWebApprovalsName[] = "Local web approvals";
6503const char kLocalWebApprovalsDescription[] =
6504 "Enable local web approvals for Family Link users. Web filter interstitial "
6505 "refresh needs to also be enabled.";
6506#endif
6507
Xiaohan Wang55ae2c012022-01-20 21:49:116508#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:276509const char kWebShareName[] = "Web Share";
6510const char kWebShareDescription[] =
6511 "Enables the Web Share (navigator.share) APIs on experimentally supported "
6512 "platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:116513#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:276514
Xiaohan Wang55ae2c012022-01-20 21:49:116515#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:066516const char kOzonePlatformHintChoiceDefault[] = "Default";
6517const char kOzonePlatformHintChoiceAuto[] = "Auto";
6518const char kOzonePlatformHintChoiceX11[] = "X11";
6519const char kOzonePlatformHintChoiceWayland[] = "Wayland";
6520
6521const char kOzonePlatformHintName[] = "Preferred Ozone platform";
6522const char kOzonePlatformHintDescription[] =
6523 "Selects the preferred platform backend used on Linux. The default one is "
6524 "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. ";
Xiaohan Wang55ae2c012022-01-20 21:49:116525#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:066526
Alvin Ji3443b9b2022-06-17 19:57:476527#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6528const char kWebBluetoothConfirmPairingSupportName[] =
6529 "Web Bluetooth confirm pairing support";
6530const char kWebBluetoothConfirmPairingSupportDescription[] =
6531 "Enable confirm-only and confirm-pin pairing mode support for Web "
6532 "Bluetooth";
6533#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6534
Adem Derinel64bdf052022-02-02 08:14:236535#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
6536const char kSkipUndecryptablePasswordsName[] =
6537 "Skip undecryptable passwords to use the available decryptable "
6538 "passwords.";
6539const char kSkipUndecryptablePasswordsDescription[] =
6540 "Makes the decryptable passwords available in the password manager when "
6541 "there are undecryptable ones.";
Adem Derinel72376572022-12-06 10:42:546542const char kForcePasswordInitialSyncWhenDecryptionFailsName[] =
6543 "Force initial sync to clean local undecryptable passwords during startup";
6544const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] =
6545 "During startup checks if there are undecryptable passwords in the local "
6546 "storage and requests initial sync.";
Adem Derinel64bdf052022-02-02 08:14:236547#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
6548
David Benjamin371481f2022-06-15 15:57:406549#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6550const char kAsyncDnsName[] = "Async DNS resolver";
6551const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
6552#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
6553
Brett Wilson7b44537e2017-08-18 01:38:286554// Feature flags --------------------------------------------------------------
6555
Sam Zackrissonb49345a2022-03-25 11:15:046556#if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
6557extern const char kChromeWideEchoCancellationName[] =
6558 "Chrome-wide echo cancellation";
6559extern const char kChromeWideEchoCancellationDescription[] =
6560 "Run WebRTC capture audio processing in the audio process instead of the "
6561 "renderer processes, thereby cancelling echoes from more audio sources.";
6562#endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
6563
Wez02cedeba2022-07-26 12:48:386564#if BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:466565const char kDcheckIsFatalName[] = "DCHECKs are fatal";
6566const char kDcheckIsFatalDescription[] =
6567 "By default Chrome will evaluate in this build, but only log failures, "
6568 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
Wez02cedeba2022-07-26 12:48:386569#endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:466570
Alex Cooperbdd9a762023-01-24 23:29:546571#if BUILDFLAG(ENABLE_CARDBOARD)
6572extern const char kEnableCardboardName[] = "Enable Cardboard VR WebXR Runtime";
6573extern const char kEnableCardboardDescription[] =
6574 "Enables the use of the Cardboard SDK runtime for WebXR instead of the"
6575 "Google VR Services (or GVR) runtime to start a WebXR-based immersive-vr"
6576 "session.";
6577#endif // ENABLE_CARDBOARD
6578
Derek Schuff71d9a922019-04-24 21:36:006579#if BUILDFLAG(ENABLE_NACL)
6580const char kNaclName[] = "Native Client";
6581const char kNaclDescription[] =
6582 "Support Native Client for all web applications, even those that were not "
6583 "installed from the Chrome Web Store.";
Fabian Sommer0d6568b2022-01-05 16:58:346584const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client";
6585const char kVerboseLoggingInNaclDescription[] =
6586 "Control the level of verbose logging in Native Client modules for "
6587 "debugging purposes.";
6588const char kVerboseLoggingInNaclChoiceDefault[] = "Default";
6589const char kVerboseLoggingInNaclChoiceLow[] = "Low";
6590const char kVerboseLoggingInNaclChoiceMedium[] = "Medium";
6591const char kVerboseLoggingInNaclChoiceHigh[] = "High";
6592const char kVerboseLoggingInNaclChoiceHighest[] = "Highest";
6593const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled";
Derek Schuff71d9a922019-04-24 21:36:006594#endif // ENABLE_NACL
6595
Alan Screened2fdda2021-09-15 17:24:466596#if BUILDFLAG(ENABLE_OOP_PRINTING)
6597const char kEnableOopPrintDriversName[] =
6598 "Enables Out-of-Process Printer Drivers";
6599const char kEnableOopPrintDriversDescription[] =
6600 "Enables printing interactions with the operating system to be performed "
6601 "out-of-process.";
6602#endif // BUILDFLAG(ENABLE_OOP_PRINTING)
6603
Xiaohan Wang55ae2c012022-01-20 21:49:116604#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:566605const char kPaintPreviewDemoName[] = "Paint Preview Demo";
6606const char kPaintPreviewDemoDescription[] =
6607 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:356608 "previews.";
Xiaohan Wang55ae2c012022-01-20 21:49:116609#endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID)
ckitagawa8dad53d2020-01-07 16:03:356610
Lei Zhangc05af2a2020-05-15 20:54:056611#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
Yuheng Huang4d0b941fc2021-10-12 05:30:366612const char kWebUITabStripFlagId[] = "webui-tab-strip";
Lei Zhangc05af2a2020-05-15 20:54:056613const char kWebUITabStripName[] = "WebUI tab strip";
6614const char kWebUITabStripDescription[] =
6615 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:006616
6617const char kWebUITabStripContextMenuAfterTapName[] =
6618 "WebUI tab strip context menu after tap";
6619const char kWebUITabStripContextMenuAfterTapDescription[] =
6620 "Enables the context menu to appear after a tap gesture rather than "
6621 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:056622#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
6623
Yuta Hijikata235fc62b2020-12-08 03:48:326624#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:486625const char kWebUITabStripTabDragIntegrationName[] =
6626 "ChromeOS drag-drop extensions for WebUI tab strip";
6627const char kWebUITabStripTabDragIntegrationDescription[] =
6628 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
6629 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:326630#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:486631
Xiaohan Wang55ae2c012022-01-20 21:49:116632#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:286633
6634const char kAutofillCreditCardUploadName[] =
6635 "Enable offering upload of Autofilled credit cards";
6636const char kAutofillCreditCardUploadDescription[] =
6637 "Enables a new option to upload credit cards to Google Payments for sync "
6638 "to all Chrome devices.";
6639
Xiaohan Wang55ae2c012022-01-20 21:49:116640#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:286641
Xiaohan Wang55ae2c012022-01-20 21:49:116642#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:336643const char kElasticOverscrollName[] = "Elastic Overscroll";
6644const char kElasticOverscrollDescription[] =
6645 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
Xiaohan Wang55ae2c012022-01-20 21:49:116646#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:336647
Xiaohan Wang55ae2c012022-01-20 21:49:116648#if BUILDFLAG(IS_WIN) || \
6649 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
6650 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
Wei Li51e9c162021-02-01 19:53:356651const char kUIDebugToolsName[] = "Debugging tools for UI";
6652const char kUIDebugToolsDescription[] =
6653 "Enables additional keyboard shortcuts to help debugging.";
Andrea Gomez6536254b2022-08-03 09:07:596654
6655const char kDesktopDetailedLanguageSettingsName[] =
6656 "Detailed Language Settings (Desktop)";
6657const char kDesktopDetailedLanguageSettingsDescription[] =
6658 "Enable the new detailed language settings page";
Gabriel Oliveirac1792c82022-08-17 17:31:416659
6660const char kSyncPromoAfterSigninInterceptName[] =
6661 "Sync Promo After Sign-in Intercept";
6662const char kSyncPromoAfterSigninInterceptDescription[] =
6663 "Enable updates in the first run experience for a new profile in the "
6664 "Sign-in Intercept, such as a Sync Promo step and an updated Profile "
6665 "Customization UI, which is also used for local profile creation.";
6666
6667const char kSigninInterceptBubbleV2Name[] = "Sign-in Intercept Bubble V2";
6668const char kSigninInterceptBubbleV2Description[] =
6669 "Enable visual updates to the sign-in intercept bubble, such as updated "
6670 "illustration, strings and an enterprise disclaimer.";
Wei Li51e9c162021-02-01 19:53:356671#endif
6672
Tomas Popela253a5832019-01-14 17:22:106673#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:546674const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
6675const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:106676 "When enabled the WebRTC will use the PipeWire multimedia server for "
6677 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:106678#endif // #if defined(WEBRTC_USE_PIPEWIRE)
6679
ananubisff476b02021-07-27 07:09:586680#if BUILDFLAG(IS_CHROMEOS_ASH)
Ben Franz441a84c2022-04-05 08:44:556681const char kChromeKioskEnableLacrosName[] =
6682 "Enables Lacros in the chrome app Kiosk";
6683const char kChromeKioskEnableLacrosDescription[] =
6684 "Uses Lacros-chrome as the web browser in the chrome app Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:356685 "ChromeOS. When disabled, the Ash-chrome will be used";
Ben Franz441a84c2022-04-05 08:44:556686
ananubisff476b02021-07-27 07:09:586687const char kWebKioskEnableLacrosName[] =
6688 "Enables Lacros in the web (PWA) Kiosk";
6689const char kWebKioskEnableLacrosDescription[] =
6690 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:356691 "ChromeOS. When disabled, the Ash-chrome will be used";
Jenny Zhang6bdaa162022-07-14 01:22:306692
6693const char kDisableLacrosTtsSupportName[] = "Disable lacros tts support";
6694const char kDisableLacrosTtsSupportDescription[] =
6695 "Disable lacros support for text to speech.";
6696
Vivian Paofc22288b2022-12-07 03:00:116697const char kPromiseIconsName[] = "Promise Icons";
6698const char kPromiseIconsDescription[] =
6699 "Enables promise icons in the Launcher and Shelf (if the app is pinned) "
6700 "for app installations.";
6701
ananubisff476b02021-07-27 07:09:586702#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6703
Brett Wilson7b44537e2017-08-18 01:38:286704// ============================================================================
6705// Don't just add flags to the end, put them in the right section in
6706// alphabetical order just like the header file.
6707// ============================================================================
6708
vabr0215a8e2017-03-28 12:47:346709} // namespace flag_descriptions