blob: 470e8ee3910a6d0f3ce1d1dc887ef844b1457aab [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// 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"
9
Brett Wilson7b44537e2017-08-18 01:38:2810// Keep in identical order as the header file, see the comment at the top
11// for formatting rules.
12
vabr0215a8e2017-03-28 12:47:3413namespace flag_descriptions {
14
Brett Wilsonf27ff602017-07-07 22:28:4715const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
16const char kAccelerated2dCanvasDescription[] =
17 "Enables the use of the GPU to perform 2d canvas rendering instead of "
18 "using software rendering.";
horodb71a5a2017-06-09 16:08:2419
Justin Novosad8faf6952021-08-20 22:36:4920const char kCanvasOopRasterizationName[] =
21 "Out-of-process 2D canvas rasterization.";
22const char kCanvasOopRasterizationDescription[] =
23 "The rasterization of 2d canvas contents is performed in the GPU process. "
24 "Requires that out-of-process rasterization be enabled.";
25
Brett Wilsonf27ff602017-07-07 22:28:4726const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
27const char kAcceleratedVideoDecodeDescription[] =
28 "Hardware-accelerated video decode where available.";
29
Hirokazu Honda732d3e622019-06-12 01:13:4430const char kAcceleratedVideoEncodeName[] = "Hardware-accelerated video encode";
31const char kAcceleratedVideoEncodeDescription[] =
32 "Hardware-accelerated video encode where available.";
33
Ted Meyer5322ea12020-12-07 22:25:3334const char kEnableMediaInternalsName[] = "Media-internals page";
35const char kEnableMediaInternalsDescription[] =
36 "Enables the chrome://media-internals debug page.";
37
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3038#if BUILDFLAG(ENABLE_PLUGINS)
39const char kAccessiblePDFFormName[] = "Accessible PDF Forms";
40const char kAccessiblePDFFormDescription[] =
41 "Enables accessibility support for PDF forms.";
42#endif // BUILDFLAG(ENABLE_PLUGINS)
43
Mihai Sardarescua69193742019-12-06 17:31:3344const char kAccountIdMigrationName[] = "Account ID migration";
45const char kAccountIdMigrationDescription[] =
46 "Migrate to use Gaia ID instead of the email as the account identifer for "
47 "the Identity Manager.";
48
Elizabeth Popova2612ab62021-11-22 14:46:0449const char kAddPasswordsInSettingsName[] = "Add passwords in settings";
50const char kAddPasswordsInSettingsDescription[] =
51 "Enables manual password adding in settings.";
52
Andrew Xuaa868bf2021-07-15 01:59:1153const char kLauncherAppSortName[] = "Productivity experiment: Reorder Apps";
54const char kLauncherAppSortDescription[] =
55 "To evaluate an enhanced Launcher experience that enables users to reorder "
56 "their apps in order to find them more easily.";
57
rgode625022a82022-02-03 15:38:4158const char kLeakDetectionUnauthenticated[] =
59 "Leak detection for signed out users.";
60const char kLeakDetectionUnauthenticatedDescription[] =
61 "Enables leak detection feature for signed out users.";
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
Judy Wangec296a12021-03-12 00:22:5269const char kWindowsFollowCursorName[] =
70 "Windows open on the display with the cursor";
71const char kWindowsFollowCursorDescription[] =
72 "When there are multiple displays, windows open on the display where "
73 "cursor is located.";
74
Chris Blumed5d85872021-02-17 18:21:0175const char kAnimatedImageResumeName[] = "Use animated image resume behavior";
76const char kAnimatedImageResumeDescription[] =
77 "Resumes animated images from the last frame drawn rather than attempt "
78 "to catch up to the frame that should be drawn based on current time.";
79
Dominic Mazzoni34dfc6482020-11-18 22:17:5880const char kAriaElementReflectionName[] = "Enable ARIA element reflection";
81const char kAriaElementReflectionDescription[] =
82 "Enable setting ARIA relationship attributes that reference other elements "
83 "directly without an IDREF";
84
Lei Zhang1a6fd01b2021-03-24 17:03:4885const char kCOLRV1FontsName[] = "COLR v1 Fonts";
86const char kCOLRV1FontsDescription[] =
Dominik Röttsches8723ca92021-02-10 10:02:0387 "Display COLR v1 color gradient vector fonts.";
88
Xiaocheng Hu50eae472021-10-02 03:07:3489const char kCSSCascadeLayersName[] = "Enable CSS Cascade Layers";
90const char kCSSCascadeLayersDescription[] =
91 "Enables support for CSS @layer rules and layered @import syntax.";
92
Lei Zhang44abd5d22022-01-11 00:32:3493const char kCSSContainerQueriesName[] = "Enable CSS Container Queries";
94const char kCSSContainerQueriesDescription[] =
Rune Lillesveen6d1d14c2021-03-25 22:03:0195 "Enables support for @container, inline-size and block-size values for the "
96 "contain property, and the LayoutNG Grid implementation.";
97
Yue Zhangb4d923272020-05-01 03:42:5398const char kConditionalTabStripAndroidName[] = "Conditional Tab Strip";
99const char kConditionalTabStripAndroidDescription[] =
100 "Allows users to access conditional tab strip.";
101
Basia Zimirskab0d235a2021-02-24 19:42:53102const char kContentLanguagesInLanguagePickerName[] =
103 "Content languages in language picker";
104const char kContentLanguagesInLanguagePickerDescription[] =
105 "Enables bringing user's content languages that are translatable to the "
106 "top of the list with all languages shown in the translate menu";
107
John Delaneycd1a54d42020-05-13 23:06:33108const char kConversionMeasurementDebugModeName[] =
109 "Conversion Measurement Debug Mode";
110const char kConversionMeasurementDebugModeDescription[] =
111 "Enables debug mode for the Conversion Measurement API. This removes all "
112 "reporting delays and noise. Only works if the Conversion Measurement API "
113 "is already enabled.";
114
Alice Wang345e09442021-07-05 09:03:29115const char kForceStartupSigninPromoName[] = "Force Start-up Signin Promo";
116const char kForceStartupSigninPromoDescription[] =
117 "If enabled, the full screen signin promo will be forced to show up at "
118 "Chrome start-up.";
119
shivanigithub99368382021-06-16 18:33:37120const char kDebugHistoryInterventionNoUserActivationName[] =
121 "Debug flag for history intervention on no user activation";
122const char kDebugHistoryInterventionNoUserActivationDescription[] =
123 "This flag when enabled, will be used to debug an issue where a page that "
124 "did not get user activation "
125 "is able to work around the history intervention which is not the expected "
126 "behavior";
127
Viktoriia Kovalova21950562022-01-11 15:49:12128extern const char kDefaultChromeAppsMigrationName[] =
129 "Default Chrome apps policy migration";
130extern const char kDefaultChromeAppsMigrationDescription[] =
131 "Enable replacing policies to force install Chrome apps with policies to "
132 "force install PWAs";
133
Maria Kazinovaeed8e4c2020-11-10 21:17:07134const char kDetectFormSubmissionOnFormClearName[] =
135 "Detect form submission when the form is cleared.";
136const char kDetectFormSubmissionOnFormClearDescription[] =
137 "Detect form submissions for change password forms that are cleared and "
138 "not removed from the page.";
139
Jan Wilken Dörried3f92e802020-09-11 11:43:08140const char kEditPasswordsInSettingsName[] = "Edit passwords in settings";
141const char kEditPasswordsInSettingsDescription[] =
142 "Enables password editing in settings.";
143
Elias Khsheibunf8ed4952022-01-21 08:58:33144const char kMuteCompromisedPasswordsName[] =
145 "Mute & Unmute compromised passwords in bulk leak check";
146const char kMuteCompromisedPasswordsDescription[] =
147 "Enables muting/unmuting compromised passwords in bulk leak check.";
148
Vicky Minb02c3e92020-07-07 20:56:52149const char kEnableBluetoothSerialPortProfileInSerialApiName[] =
150 "Enable Bluetooth Serial Port Profile in Serial API";
151const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] =
152 "When enabled, Bluetooth Serial Port Profile devices will be enumerated "
153 "for use with the Serial API.";
154
Chris Mumford4d1cf302021-10-05 23:02:47155const char kWebBluetoothBondOnDemandName[] =
156 "Enable on-demand Bluetooth device bonding";
157const char kWebBluetoothBondOnDemandDescription[] =
158 "When enabled, Bluetooth will start the bonding process, if necessary, "
159 "to access protected characteristics.";
160
Vikas Soni7981a2d2021-07-30 18:51:11161const char kEnableDrDcName[] =
162 "Enables Display Compositor to use a new gpu thread.";
163const char kEnableDrDcDescription[] =
164 "When enabled, chrome uses 2 gpu threads instead of 1. "
165 " Display compositor uses new dr-dc gpu thread and all other clients "
166 "(raster, webgl, video) "
167 " continues using the gpu main thread.";
168
Yann Dago3256b872021-01-13 18:48:03169const char kEnablePolicyBlocklistThrottleRequiresPoliciesLoadedName[] =
170 "Url blocklist throttle wait for policies to be loaded";
171const char kEnablePolicyBlocklistThrottleRequiresPoliciesLoadedDescription[] =
172 "Enables behaviour for Url blocklist throttle to wait for all policies to "
173 "load";
174
Martin Kreichgauer78d6905c2021-09-22 19:00:20175const char kU2FPermissionPromptName[] =
176 "Enable a permission prompt for the U2F Security Key API";
177const char kU2FPermissionPromptDescription[] =
178 "Show a permission prompt when making requests to the legacy U2F Security "
179 "Key API (CryptoToken). The U2F Security "
180 "Key API has been deprecated and will be removed soon. For more "
181 "information, refer to the deprecation announcement at "
182 "https://groups.google.com/a/chromium.org/g/blink-dev/c/xHC3AtU_65A";
183
Aga Wronska344fa8282021-10-07 14:18:05184#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
185const char kWebFilterInterstitialRefreshName[] =
186 "Web filter interstitial refresh.";
187const char kWebFilterInterstitialRefreshDescription[] =
188 "Enable web filter interstitial refresh for Family Link users on Chrome "
189 "OS.";
190#endif // ENABLE_SUPERVISED_USERS
191
Martin Kreichgauerea5ab592021-09-18 00:43:37192const char kU2FSecurityKeyAPIName[] = "Enable the U2F Security Key API";
193const char kU2FSecurityKeyAPIDescription[] =
194 "Enable the legacy U2F Security Key API (CryptoToken). The U2F Security "
195 "Key API has been deprecated and will be removed soon. For more "
196 "information, refer to the deprecation announcement at "
197 "https://groups.google.com/a/chromium.org/g/blink-dev/c/xHC3AtU_65A";
198
Elly Fong-Jones0c55976a2021-10-06 18:04:30199const char kUpcomingSharingFeaturesName[] = "Enable upcoming sharing features.";
200const char kUpcomingSharingFeaturesDescription[] =
201 "This flag enables all upcoming sharing features, in the experiment "
202 "arms that are most likely to be shipped. This is a meta-flag so which "
203 "features are upcoming at any given time may change.";
204
Regan Hsu3243afa2021-06-21 18:27:27205const char kUseStorkSmdsServerAddressName[] = "Use Stork SM-DS address";
206const char kUseStorkSmdsServerAddressDescription[] =
207 "Use the Stork SM-DS address to fetch pending eSIM profiles managed by the "
208 "Stork prod server. Note that Stork profiles can be created with an EID at "
209 "go/stork-profile, and managed at go/stork-batch > View Profiles. Also "
210 "note that an external EUICC card is required to use this feature, and "
211 "that the kCellularUseExternal flag must be enabled. Go to "
212 "go/cros-connectivity > Dev Tips for more instructions.";
213
Regan Hsu1ffea922020-09-10 17:08:47214const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL";
215const char kUseWallpaperStagingUrlDescription[] =
216 "Use the staging server as part of the Wallpaper App to verify "
217 "additions/removals of wallpapers.";
218
Christopher Lam867d4a02021-06-21 09:38:46219const char kSemanticColorsDebugOverrideName[] =
220 "Use semantic color debug override";
221const char kSemanticColorsDebugOverrideDescription[] =
222 "Use debug override colors to find system components that are not using "
223 "semantic colors.";
224
Kyle Horimoto874554a2019-01-31 00:52:09225const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
226const char kUseMessagesStagingUrlDescription[] =
227 "Use the staging server as part of the \"Messages\" feature under "
228 "\"Connected Devices\" settings.";
229
Jon Mann5ebbd1532020-04-17 22:12:05230const char kUseCustomMessagesDomainName[] = "Use custom Messages domain";
231const char kUseCustomMessagesDomainDescription[] =
232 "Use a custom URL as part of the \"Messages\" feature under "
233 "\"Connected Devices\" settings.";
234
Jazz Xu32261b542019-06-13 20:11:27235const char kAndroidPictureInPictureAPIName[] =
236 "Picture-in-Picture Web API for Android";
237const char kAndroidPictureInPictureAPIDescription[] =
238 "Enable Picture-in-Picture Web API for Android";
239
Daniel McArdleb87dd0092020-02-10 20:23:46240const char kDnsHttpssvcName[] = "Support for HTTPSSVC records in DNS.";
241const char kDnsHttpssvcDescription[] =
242 "When enabled, Chrome may query a configured DoH server for HTTPSSVC "
243 "records. If any HTTPSSVC records are returned, Chrome may upgrade the URL "
244 "to HTTPS. If the records indicate support for QUIC, Chrome may attempt "
245 "QUIC on the first connection.";
246
cfredric6f155762020-12-10 18:52:40247const char kEnableFirstPartySetsName[] = "Enable First-Party Sets";
248const char kEnableFirstPartySetsDescription[] =
249 "When enabled, Chrome will apply First-Party Sets to features such as the "
250 "SameParty cookie attribute.";
251
dalykc936eb612019-08-14 11:46:47252const char kDnsOverHttpsName[] = "Secure DNS lookups";
253const char kDnsOverHttpsDescription[] =
254 "Enables DNS over HTTPS. When this feature is enabled, your browser may "
255 "try to use a secure HTTPS connection to look up the addresses of websites "
256 "and other web resources.";
257
Josh Simmonsee2d1832022-01-27 23:32:03258const char kAssistantConsentModalName[] = "AssistantConsentModal";
259const char kAssistantConsentModalDescription[] =
260 "Enables the modal version of the Assistant voice search consent dialog.";
261
Lei Zhang44abd5d22022-01-11 00:32:34262const char kAssistantConsentSimplifiedTextName[] =
Josh Simmonsd9bf13d72021-12-03 01:49:22263 "AssistantConsentSimplifiedText";
Lei Zhang44abd5d22022-01-11 00:32:34264const char kAssistantConsentSimplifiedTextDescription[] =
Josh Simmonsd9bf13d72021-12-03 01:49:22265 "Enables simplified consent copy in the Assistant voice search consent "
266 "dialog.";
267
Lei Zhang44abd5d22022-01-11 00:32:34268const char kAssistantConsentV2Name[] = "AssistanConsentV2";
269const char kAssistantConsentV2Description[] =
Basia Zimirskab87ded02021-07-27 20:39:08270 "Enables different strategies for handling backing off from the consent "
271 "screen without explicitly clicking yes/no buttons, i.e. when a user taps "
272 "outside of the sheet.";
Basia Zimirskaae49bd32021-07-14 02:51:28273
Anne Lim24031e9d2019-09-12 23:03:19274const char kAutofillAlwaysReturnCloudTokenizedCardName[] =
275 "Return cloud token details for server credit cards when possible";
276const char kAutofillAlwaysReturnCloudTokenizedCardDescription[] =
277 "When enabled and where available, forms filled using Google Payments "
278 "server cards are populated with cloud token details, including CPAN "
279 "(cloud tokenized version of the Primary Account Number) and dCVV (dynamic "
280 "CVV).";
281
siashah2b698e2b2021-04-21 15:09:55282const char kAutofillAutoTriggerManualFallbackForCardsName[] =
283 "Auto trigger manual fallback for credit card form-filling failure cases";
284const char kAutofillAutoTriggerManualFallbackForCardsDescription[] =
285 "When enabled, manual fallback will be auto-triggered on form interaction "
286 "in the case where autofill failed to fill a credit card form accurately.";
287
Matthias Körber6cc32132021-09-10 20:18:35288const char kAutofillCenterAligngedSuggestionsName[] =
289 "Center-aligned Autofill suggestions.";
290const char kAutofillCenterAligngedSuggestionsDescription[] =
291 "When enabled, the Autofill suggestion popup will be aligned to the center "
292 "of the initiating field and not to its border.";
293
Matthias Körber686db2f2021-11-29 16:53:34294const char kAutofillVisualImprovementsForSuggestionUiName[] =
295 "Visual improvements for the Autofill and Password Manager suggestion UI.";
296const char kAutofillVisualImprovementsForSuggestionUiDescription[] =
297 "Non function changes that visually improve the suggestion UI used for "
298 "addresses, passswords and credit cards.";
299
Matthias Körberdd24e982021-09-21 15:48:56300const char kAutofillTypeSpecificPopupWidthName[] =
301 "Type-specific width limits for the Autofill popup";
302const char kAutofillTypeSpecificPopupWidthDescription[] =
303 "Controls if different width limits are used for the popup that provides "
304 "Autofill suggestions, depending on the type of data that is filled.";
305
siashah0a386222020-04-23 03:31:35306const char kAutofillEnableGoogleIssuedCardName[] =
307 "Enable Autofill Google-issued card";
308const char kAutofillEnableGoogleIssuedCardDescription[] =
309 "When enabled, Google-issued cards will be available in the autofill "
310 "suggestions.";
311
siashah2b698e2b2021-04-21 15:09:55312const char kAutofillEnableMerchantBoundVirtualCardsName[] =
313 "Offer merchant bound virtual cards in Autofill";
314const char kAutofillEnableMerchantBoundVirtualCardsDescription[] =
315 "When enabled, Autofill will offer to use merchant bound virtual cards in "
316 "payment forms.";
317
Siyu An1ac0d072021-03-31 23:12:50318const char kAutofillEnableOfferNotificationCrossTabTrackingName[] =
319 "Enable cross tab status tracking for Autofill offer notification";
320const char kAutofillEnableOfferNotificationCrossTabTrackingDescription[] =
321 "When enabled, the offer notification showing will be tracked cross-tab, "
322 "and on one merchant, the notification will only be shown once.";
323
Jared Saul702563e2021-09-20 22:36:52324const char kAutofillEnableOfferNotificationForPromoCodesName[] =
325 "Extend Autofill offers and rewards notification to promo code offers";
326const char kAutofillEnableOfferNotificationForPromoCodesDescription[] =
327 "When enabled, a notification will be displayed on page navigation if the "
328 "domain has an eligible merchant promo code offer or reward.";
329
siashaheb118ad52020-12-15 00:17:07330const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
331 "Enable Autofill offers in keyboard accessory";
332const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
333 "When enabled, offers will be displayed in the keyboard accessory when "
334 "available.";
335
Shivani Chauhanbf97b0d2022-02-08 22:21:28336const char kAutofillEnableSendingBcnInGetUploadDetailsName[] =
337 "Enable sending billing customer number in GetUploadDetails";
338const char kAutofillEnableSendingBcnInGetUploadDetailsDescription[] =
339 "When enabled the billing customer number will be sent in the "
340 "GetUploadDetails preflight calls.";
341
siashah2b698e2b2021-04-21 15:09:55342const char kAutofillEnableStickyManualFallbackForCardsName[] =
343 "Make manual fallback sticky for credit cards";
344const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
345 "When enabled, if the user interacts with the manual fallback bottom "
346 "sheet, it'll remain sticky until the user dismisses it.";
347
siyua1d492612019-03-14 09:27:45348const char kAutofillEnableToolbarStatusChipName[] =
349 "Move Autofill omnibox icons next to the profile avatar icon";
350const char kAutofillEnableToolbarStatusChipDescription[] =
351 "When enabled, Autofill data related icon will be shown in the status "
352 "chip next to the profile avatar icon in the toolbar.";
sebsge35b762c2018-03-29 20:33:27353
Shivani Chauhanaf1eb74d2022-02-11 21:13:19354const char kAutofillEnableUnmaskCardRequestSetInstrumentIdName[] =
355 "When enabled, sets non-legacy instrument ID in UnmaskCardRequest";
356const char kAutofillEnableUnmaskCardRequestSetInstrumentIdDescription[] =
357 "When enabled, UnmaskCardRequest will set the card's non-legacy ID when "
358 "available.";
359
Vinny Perskyf98de022022-01-05 22:14:10360const char kAutofillEnableUpdateVirtualCardEnrollmentName[] =
361 "Enable Update Virtual Card Enrollment";
362const char kAutofillEnableUpdateVirtualCardEnrollmentDescription[] =
363 "When enabled, the user will have the ability to update the virtual card "
364 "enrollment of a credit card through their chrome browser after certain "
365 "autofill flows (for example, downstream and upstream), and from the "
366 "settings page.";
367
siyua19593222019-12-04 22:27:06368const char kAutofillEnableVirtualCardName[] =
369 "Offer to use cloud token virtual card in Autofill";
370const char kAutofillEnableVirtualCardDescription[] =
371 "When enabled, if all requirements are met, Autofill will offer to use "
372 "virtual credit cards in form filling.";
373
Siyu Ana8b9a0bc2022-01-31 19:40:41374const char kAutofillEnableVirtualCardManagementInDesktopSettingsPageName[] =
375 "Enable virtual card enrollment management in desktop payments settings "
376 "page";
377const char
378 kAutofillEnableVirtualCardManagementInDesktopSettingsPageDescription[] =
379 "When enabled, chrome://settings/payments will offer the option to "
380 "enroll in virtual card if the card is eligible and to unenroll if the "
381 "card has been enrolled.";
382
Vinny Persky0532822d2021-08-26 23:33:58383const char kAutofillEnableVirtualCardsRiskBasedAuthenticationName[] =
384 "Enable risk based authentication for Autofill Virtual Card Numbers";
385const char kAutofillEnableVirtualCardsRiskBasedAuthenticationDescription[] =
386 "When enabled, risk based authentication is used before autofilling "
387 "Virtual Card information into forms.";
388
Jared Saul2188f762021-08-02 21:22:23389const char kAutofillFillMerchantPromoCodeFieldsName[] =
390 "Enable Autofill of promo code fields in forms";
391const char kAutofillFillMerchantPromoCodeFieldsDescription[] =
392 "When enabled, Autofill will attempt to fill merchant promo/coupon/gift "
393 "code fields when data is available.";
394
Siyu An1ac0d072021-03-31 23:12:50395const char kAutofillFixOfferInIncognitoName[] =
396 "Enable the fix for Autofill offer in Incognito mode";
397const char kAutofillFixOfferInIncognitoDescription[] =
398 "When enabled, the fix will be enabled and offers should work correctly in "
399 "Incognito mode.";
400
Matthias Körber44082a492021-09-15 18:29:18401const char kAutofillHighlightOnlyChangedValuesInPreviewModeName[] =
402 "Highlight only changed values in preview mode.";
403const char kAutofillHighlightOnlyChangedValuesInPreviewModeDescription[] =
404 "When Autofill is previewing filling a form, already autofilled values "
405 "and other values that are not changed by accepting the preview should "
406 "not be highlighted.";
407
Jared Sauld47c2b72021-03-25 22:47:31408const char kAutofillParseMerchantPromoCodeFieldsName[] =
409 "Parse promo code fields in forms";
410const char kAutofillParseMerchantPromoCodeFieldsDescription[] =
411 "When enabled, Autofill will attempt to find merchant promo/coupon/gift "
412 "code fields when parsing forms.";
413
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09414const char kAutofillProfileClientValidationName[] =
415 "Autofill Validates Profiles By Client";
416const char kAutofillProfileClientValidationDescription[] =
417 "Allows autofill to validate profiles on the client side";
418
Parastoo Geranmayeh25fccec22019-01-29 18:38:13419const char kAutofillProfileServerValidationName[] =
420 "Autofill Uses Server Validation";
421const char kAutofillProfileServerValidationDescription[] =
422 "Allows autofill to use server side validation";
423
Matthias Körbera1f9fc02021-09-23 11:18:02424const char kAutofillUseConsistentPopupSettingsIconsName[] =
425 "Consistent Autofill settings icon";
426const char kAutofillUseConsistentPopupSettingsIconsDescription[] =
427 "If enabled, all Autofill data types including addresses, credit cards and "
428 "passwords will use a consistent icon in the popup settings footer.";
429
Lei Zhang507fffd2020-01-29 23:47:54430const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47431 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54432const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47433 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
434 "it will offer to save it. If saved, it will be offered for filling in "
435 "fields which expect a VPA.";
436
Siyu Anc23b14fe2021-06-09 04:54:15437const char kAutofillSuggestVirtualCardsOnIncompleteFormName[] =
438 "Autofill suggests virtual cards on incomplete forms";
439const char kAutofillSuggestVirtualCardsOnIncompleteFormDescription[] =
440 "When enabled, merchant bound virtual cards will be suggested even if not "
441 "all "
siashah2b698e2b2021-04-21 15:09:55442 "of the card number, exp date and CVC fields are detected in a payment "
443 "form.";
444
Caitlin Fischer43edd90a2019-05-01 13:24:30445const char kAutofillUseImprovedLabelDisambiguationName[] =
446 "Autofill Uses Improved Label Disambiguation";
447const char kAutofillUseImprovedLabelDisambiguationDescription[] =
448 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
449 "using the improved disambiguation format.";
450
Jia0175adae2019-05-15 00:21:25451const char kAutoScreenBrightnessName[] = "Auto Screen Brightness model";
452const char kAutoScreenBrightnessDescription[] =
Jiac75d4ee022020-08-11 02:34:12453 "Uses Auto Screen Brightness ML model (if it exists) to adjust screen "
454 "brightness based on ambient light. If disabled, screen brightness "
Jiae4e19242020-08-11 05:13:41455 "will be controlled by the heuristic model provided by powerd (and only "
456 "on devices that have ambient light sensors).";
Jia0175adae2019-05-15 00:21:25457
Alexander Timin6ae060b62019-09-17 11:21:37458const char kBackForwardCacheName[] = "Back-forward cache";
459const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44460 "If enabled, caches eligible pages after cross-site navigations."
461 "To enable caching pages on same-site navigations too, choose 'enabled "
462 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37463
minch1b874012021-06-17 00:21:33464const char kBentoBarName[] = "Persistent desks bar";
465const char kBentoBarDescription[] =
466 "Showing a persistent desks bar at the top of the screen in clamshell mode "
467 "when there are more than one desk.";
468
conniekxu5ea72887b2021-10-21 20:43:23469const char kDragWindowToNewDeskName[] = "Drag window to new desk";
470const char kDragWindowToNewDeskDescription[] =
471 "Enable dragging and dropping a window to the new desk button in overview "
472 "when there are less than the maximum number of desks.";
473
Ioana Pandele69fe4672021-04-28 08:06:37474const char kBiometricReauthForPasswordFillingName[] =
475 "Biometric reauth for password filling";
476const char kBiometricReauthForPasswordFillingDescription[] =
477 "Enables biometric"
478 "re-authentication before password filling";
479
Maxim Kolosovskiye4e54dc2022-01-24 18:33:05480const char kTouchToFillPasswordSubmissionName[] =
481 "Form submission in Touch-To-Fill";
482const char kTouchToFillPasswordSubmissionDescription[] =
483 "Enables automatic form submission after filling credentials with "
484 "Touch-To-Fill";
485
danielngdd3ef942021-10-28 06:42:48486const char kBorealisBigGlName[] = "Borealis Big GL";
487const char kBorealisBigGlDescription[] = "Enable Big GL when running Borealis.";
488
danielng1078c6372021-06-28 06:31:36489const char kBorealisDiskManagementName[] = "Borealis Disk management";
490const char kBorealisDiskManagementDescription[] =
491 "Enable experimental disk management settings.";
492
Nicholas Hollingum449d8252021-11-29 00:18:29493const char kBorealisForceBetaClientName[] = "Borealis Force Beta Client";
494const char kBorealisForceBetaClientDescription[] =
495 "Force the client to run its beta version.";
496
497const char kBorealisLinuxModeName[] = "Borealis Linux Mode";
498const char kBorealisLinuxModeDescription[] =
499 "Do not run ChromeOS-specific code in the client.";
500
Brett Wilsonf27ff602017-07-07 22:28:47501const char kBypassAppBannerEngagementChecksName[] =
502 "Bypass user engagement checks";
503const char kBypassAppBannerEngagementChecksDescription[] =
504 "Bypasses user engagement checks for displaying app banners, such as "
505 "requiring that users have visited the site before and that the banner "
506 "hasn't been shown recently. This allows developers to test that other "
507 "eligibility requirements for showing app banners, such as having a "
508 "manifest, are met.";
509
Carlos ILd16b6d92022-02-02 02:44:52510const char kCertificateTransparency2022PolicyName[] =
511 "Certificate Transparency 2022 Policy";
512const char kCertificateTransparency2022PolicyDescription[] =
513 "Enables the 2022 policy for Certificate Transparency requirements for "
Carlos ILd3c3a73a2022-02-03 02:24:19514 "certificates issued after April 15, 2022. This policy increases the "
Carlos ILd16b6d92022-02-02 02:44:52515 "number of SCTs required for certificates with a lifetime over 180 days, "
516 "and replaces the one Google log requirement with log operator diversity "
517 "requirements.";
518
519const char kCertificateTransparency2022PolicyAllCertsName[] =
520 "Certificate Transparency 2022 Policy All Certificates";
521const char kCertificateTransparency2022PolicyAllCertsDescription[] =
522 "Enables the 2022 policy for Certificate Transparency requirements for "
523 "all certificates regardless of issuance date. This policy increases the "
524 "number of SCTs required for certificates with a lifetime over 180 days, "
525 "and replaces the one Google log requirement with log operator diversity "
526 "requirements.";
527
Asami Doid88c97492020-10-29 05:49:09528const char kCheckOfflineCapabilityName[] = "Check offline capability for PWAs";
529const char kCheckOfflineCapabilityDescription[] =
530 "Use advanced offline capability check to decide whether the browser "
531 "displays install prompts for PWAs.";
532
Elaine Chienaeb4adc2020-12-08 04:22:05533const char kChromeLabsName[] = "Chrome Labs";
534const char kChromeLabsDescription[] =
535 "Access Chrome Labs through the toolbar menu to see featured user-facing "
536 "experimental features.";
537
Tobias Soppa20dd3c72021-08-12 14:27:40538const char kClosedTabCacheName[] = "Closed Tab Cache";
539const char kClosedTabCacheDescription[] =
540 "Enables closed tab cache to instantaneously restore recently closed tabs. "
541 "NOTE: This feature is higly experimental and will lead to various "
542 "breakages, enable at your own risk.";
543
sauskif49a2132021-08-13 11:22:46544const char kConsolidatedSiteStorageControlsName[] =
545 "Consolidated Site Storage Controls";
546const char kConsolidatedSiteStorageControlsDescription[] =
547 "Enables the consolidated version of Site Storage controls in settings";
548
Ben Goldberger0074e682020-09-09 17:09:09549const char kContextMenuGoogleLensChipName[] =
550 "Google Lens powered image search for surfaced as a chip below the context "
551 "menu.";
552const char kContextMenuGoogleLensChipDescription[] =
553 "Enable a chip for a Shopping intent into Google Lens when supported. ";
554
Nandhini11a6a87b2019-08-22 22:45:24555const char kContextMenuSearchWithGoogleLensName[] =
556 "Google Lens powered image search in the context menu.";
557const char kContextMenuSearchWithGoogleLensDescription[] =
558 "Replaces default image search with an intent to Google Lens when "
559 "supported.";
560
Yu Su50dfedd52020-06-19 02:34:49561const char kContextMenuShopWithGoogleLensName[] =
562 "Google Lens powered image search for shoppable images in the context "
563 "menu.";
564const char kContextMenuShopWithGoogleLensDescription[] =
Yu Su9807c022020-06-26 00:09:28565 "Enable a menu item for a Shopping intent into Google Lens when supported. "
566 "By default replaces the Search with Google Lens option.";
Yu Su50dfedd52020-06-19 02:34:49567
568const char kContextMenuSearchAndShopWithGoogleLensName[] =
Yu Su9807c022020-06-26 00:09:28569 "Additional menu item for Google Lens image search for shoppable images in "
570 "the context menu.";
Yu Su50dfedd52020-06-19 02:34:49571const char kContextMenuSearchAndShopWithGoogleLensDescription[] =
Yu Su9807c022020-06-26 00:09:28572 "Display an additional menu item for a Shopping intent to Google Lens "
573 "below Search with Google Lens when Lens shopping feature is enabled";
Yu Su50dfedd52020-06-19 02:34:49574
Juan Mojica5797e4c2021-02-23 21:55:23575const char kContextMenuTranslateWithGoogleLensName[] =
576 "Google Lens powered image search for translatable images surfaced as a "
577 "chip under the context menu.";
578const char kContextMenuTranslateWithGoogleLensDescription[] =
579 "Enable a chip for a Translate intent into Google Lens when supported.";
580
sauski8fa237c2020-05-18 12:04:24581const char kClientStorageAccessContextAuditingName[] =
582 "Access contexts for client-side storage";
583const char kClientStorageAccessContextAuditingDescription[] =
584 "Record the first-party contexts in which client-side storage was accessed";
585
Shuran Huangd11e73e2021-04-14 16:10:12586const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
587 "Clear window name in top-level cross-site cross-browsing-context-group "
588 "navigation";
589const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
590 "Clear the preserved window.name property when it's a top-level cross-site "
591 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29592
Dana Fried16e9d9c2021-01-28 09:32:28593#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
594const char kChromeTipsInMainMenuName[] =
595 "Show 'Tips for Chrome' in Help portion of main menu.";
596const char kChromeTipsInMainMenuDescription[] =
597 "Enables 'Tips for Chrome' in main menu; the menu item will take users to "
598 "an official Google site with information about the latest and most "
599 "popular Chrome features.";
Dana Fried1ae80f32021-05-10 19:57:37600
601const char kChromeTipsInMainMenuNewBadgeName[] =
602 "Show 'New' promo badge on 'Tips for Chrome' in Help portion of main menu.";
603const char kChromeTipsInMainMenuNewBadgeDescription[] =
604 "Enables 'New' promo badge on 'Tips for Chrome' in main menu; experiment to"
605 " test the value of this user education feature.";
Dana Fried16e9d9c2021-01-28 09:32:28606#endif
607
rbpottere877c1f2021-06-15 00:23:55608const char kChromeWhatsNewUIName[] =
609 "Show Chrome What's New page at chrome://whats-new";
610const char kChromeWhatsNewUIDescription[] =
611 "Enables Chrome What's New page at chrome://whats-new.";
612
rbpotterc22a7e9c2021-06-18 21:33:39613#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
614const char kChromeWhatsNewInMainMenuNewBadgeName[] =
615 "Show 'New' badge on 'What's New' menu item.";
616const char kChromeWhatsNewInMainMenuNewBadgeDescription[] =
617 "Enables 'New' promo badge on 'What's New' in the Help portion of the main "
618 "menu.";
619#endif
620
yjliu99c52fb2021-05-07 17:49:20621const char kCompositingBasedThrottling[] = "Compositing-based Throttling";
622const char kCompositingBasedThrottlingDescription[] =
623 "Enables compositing-based throttling to throttle appropriate frame sinks "
624 "that do not need to be refreshed at high fps.";
625
minch6bfe7b32020-10-15 18:46:42626const char kDarkLightTestName[] = "Dark/light mode of system UI";
627const char kDarkLightTestDescription[] =
628 "Enables the dark/light mode of system UI, which includes shelf, launcher, "
629 "system tray etc.";
630
Alexis Menard61ecb91d2021-07-17 04:10:33631const char kDevicePostureName[] = "Device Posture API";
632const char kDevicePostureDescription[] =
633 "Enables Device Posture API (foldable devices)";
634
Mei Liang36e41a5e2022-02-10 01:43:50635const char kDiscountConsentV2Name[] = "Discount Consent V2";
636const char kDiscountConsentV2Description[] = "Enables Discount Consent V2";
637
Lei Zhang44abd5d22022-01-11 00:32:34638const char kRestrictedApiOriginsName[] = "Restricted API Origins";
639const char kRestrictedApiOriginsDescription[] =
Sonja Laurila482ee2e2021-11-18 19:45:22640 "Enables Restricted APIs (Direct Sockets API) for development purposes for "
641 "a set of origins, specified as a comma-separated list.";
642
Daniele Castagna6a5cbdeb62020-02-18 22:48:14643const char kDoubleBufferCompositingName[] = "Double buffered compositing";
644const char kDoubleBufferCompositingDescription[] =
645 "Use double buffer for compositing (instead of triple-buffering). "
646 "Latency should be reduced in some cases. On the other hand, more skipped "
647 "frames are expected.";
648
Olivier Yiptongb60d2c42020-01-10 22:47:15649const char kFontAccessAPIName[] = "Font Access APIs";
650const char kFontAccessAPIDescription[] =
651 "Enables the experimental Font Access APIs, giving websites access "
652 "to enumerate local fonts and access their table data.";
653
Christopher Cameronceb8727d2017-09-07 23:53:16654const char kForceColorProfileSRGB[] = "sRGB";
655const char kForceColorProfileP3[] = "Display P3 D65";
656const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03657const char kForceColorProfileSCRGBLinear[] =
658 "scRGB linear (HDR where available)";
659const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16660
661const char kForceColorProfileName[] = "Force color profile";
662const char kForceColorProfileDescription[] =
663 "Forces Chrome to use a specific color profile instead of the color "
664 "of the window's current monitor, as specified by the operating system.";
665
Chris Blumeb504da1f22020-04-27 00:21:44666const char kDynamicColorGamutName[] = "Dynamic color gamut";
667const char kDynamicColorGamutDescription[] =
668 "Displays in wide color when the content is wide. When the content is "
669 "not wide, displays sRGB";
670
Keishi Hattori15299742020-04-20 04:00:09671const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
672const char kCooperativeSchedulingDescription[] =
673 "Enables cooperative scheduling in Blink.";
674
Lijin Shen5feade62019-09-17 03:01:01675const char kDarkenWebsitesCheckboxInThemesSettingName[] =
676 "Darken websites checkbox in themes setting";
677const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
678 "Show a darken websites checkbox in themes settings when system default or "
679 "dark is selected. The checkbox can toggle the auto-darkening web contents "
680 "feature";
681
Brett Wilsonf27ff602017-07-07 22:28:47682const char kDebugPackedAppName[] = "Debugging for packed apps";
683const char kDebugPackedAppDescription[] =
684 "Enables debugging context menu options such as Inspect Element for packed "
685 "applications.";
686
Brett Wilsonf27ff602017-07-07 22:28:47687const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
688const char kDebugShortcutsDescription[] =
689 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
690
Sharon Yangf390ea92021-06-23 19:55:40691const char kDisableProcessReuse[] = "Disable subframe process reuse";
692const char kDisableProcessReuseDescription[] =
693 "Prevents out-of-process iframes from reusing compatible processes from "
694 "unrelated tabs. This is an experimental mode that will result in more "
695 "processes being created.";
696
Brett Wilsonf27ff602017-07-07 22:28:47697const char kDisallowDocWrittenScriptsUiName[] =
698 "Block scripts loaded via document.write";
699const char kDisallowDocWrittenScriptsUiDescription[] =
700 "Disallows fetches for third-party parser-blocking scripts inserted into "
701 "the main frame via document.write.";
702
Vladimir Levin4fd9269d2021-03-12 20:07:21703const char kDocumentTransitionName[] = "documentTransition API";
704const char kDocumentTransitionDescription[] =
705 "Controls the availability of the documentTransition JavaScript API.";
706
Khushal Sagare47d64972021-08-18 17:06:03707const char kDocumentTransitionSlowdownFactorName[] =
708 "documentTransition API Duration Control";
709const char kDocumentTransitionSlowdownFactorDescription[] =
710 "Slows down animations triggered by documentTransition JavaScript API for "
711 "debugging.";
712
Mark Schillaci402301cb2022-02-02 18:36:37713const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility";
714const char kEnableAutoDisableAccessibilityDescription[] =
715 "When accessibility APIs are no longer being requested, automatically "
716 "disables accessibility. This might happen if an assistive technology is "
717 "turned off or if an extension which uses accessibility APIs no longer "
718 "needs them.";
719
Mohamed Amir Yoseff6763132021-02-18 15:53:14720const char kEnableAutofillAddressSavePromptName[] =
721 "Autofill Address Save Prompts";
722const char kEnableAutofillAddressSavePromptDescription[] =
723 "Enable the Autofill address save prompts.";
724
Manas Verma7e5b391b2019-04-09 02:08:53725const char kEnableAutofillCreditCardAuthenticationName[] =
726 "Allow using platform authenticators to retrieve server cards";
727const char kEnableAutofillCreditCardAuthenticationDescription[] =
728 "When enabled, users will be given the option to use a platform "
729 "authenticator (if available) to verify card ownership when retrieving "
730 "credit cards from Google Payments.";
731
Anne Lim2de74292020-11-12 19:22:57732const char
733 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersName[] =
734 "Display InfoBar footers with account indication information for "
735 "single account users";
736const char
737 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersDescription
738 [] = "When enabled and user has single account, a footer indicating "
739 "user's e-mail address will appear at the bottom of InfoBars "
740 "which has corresponding account indication footer flags on.";
741
742const char kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersName[] =
743 "Display InfoBar footers with account indication information for "
744 "sync users";
745const char
746 kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersDescription[] =
747 "When enabled and user is signed in, a footer indicating user's e-mail "
748 "address will appear at the bottom of InfoBars which has "
749 "corresponding account indication footer flags on.";
750
Anne Lim1b70e5c22020-11-12 00:03:18751const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterName[] =
752 "Display SaveCardInfoBar footer with account indication information";
753const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterDescription[] =
754 "When enabled, a footer indicating user's e-mail address will appear at "
755 "the bottom of SaveCardInfoBar.";
756
siyua29899832019-06-07 19:42:12757const char kEnableAutofillCreditCardUploadFeedbackName[] =
758 "Enable feedback for credit card upload flow";
759const char kEnableAutofillCreditCardUploadFeedbackDescription[] =
760 "When enabled, if credit card upload succeeds, the avatar button will "
761 "show a highlight, otherwise the icon will be updated and if it is "
762 "clicked, the save card failure bubble will be shown.";
763
Lily Chen17c57972020-04-22 19:27:44764const char kEnableExperimentalCookieFeaturesName[] =
765 "Enable experimental cookie features";
766const char kEnableExperimentalCookieFeaturesDescription[] =
767 "Enable new features that affect setting, sending, and managing cookies. "
768 "The enabled features are subject to change at any time.";
769
Tarun Bansal0c4a7d42020-05-11 19:19:33770const char kEnableNavigationPredictorName[] = "Enables navigation predictor";
771const char kEnableNavigationPredictorDescription[] =
772 "Enables navigation predictor feature that predicts the next likely "
773 "navigation using a set of heuristics.";
774
775const char kEnablePreconnectToSearchName[] =
776 "Enables preconnections to default search engine";
777const char kEnablePreconnectToSearchDescription[] =
778 "Enables the feature that preconnects to the user's default search engine.";
779
Peng Huanga0f7d7e52021-09-29 13:27:13780const char kEnableRawDrawName[] = "Enable raw draw";
781const char kEnableRawDrawDescription[] =
782 "When enabled, web content will be rastered on output surface directly.";
783
Peter McNeeley8a0156d22022-02-01 20:37:54784const char kEnableDelegatedCompositingName[] = "Enable delegated compositing";
785const char kEnableDelegatedCompositingDescription[] =
786 "When enabled and applicable, the act of compositing is delegated to Ash.";
787
Jenny Blessing45326bf2019-08-29 23:50:37788const char kEnableRemovingAllThirdPartyCookiesName[] =
789 "Enable removing SameSite=None cookies";
790const char kEnableRemovingAllThirdPartyCookiesDescription[] =
791 "Enables UI on chrome://settings/siteData to remove all third-party "
792 "cookies and site data.";
793
Yann Dago4e326062020-10-01 20:22:20794const char kEnableBrowsingDataLifetimeManagerName[] =
795 "Enables the BrowsingDataLifetimeManager service to run.";
796const char kEnableBrowsingDataLifetimeManagerDescription[] =
797 "Enables the BrowsingDataLifetimeManager service to run and periodically "
798 "delete browsing data as specified by the BrowsingDataLifetime policy.";
799
Peter Kastinge24ffe172021-10-13 04:31:04800const char kColorProviderRedirectionForThemeProviderName[] =
801 "Color Provider Redirection For Theme Provider";
802const char kColorProviderRedirectionForThemeProviderDescription[] =
803 "Redirects color requests from the ThemeProvider to the ColorProvider "
804 "where possible.";
Robert Liao5c756102020-03-20 19:46:43805
Sonja Laurilac0492c852021-09-17 14:49:32806const char kDesktopPWAsAdditionalWindowingControlsName[] =
807 "Desktop PWA Window Minimize/maximize/restore";
808const char kDesktopPWAsAdditionalWindowingControlsDescription[] =
809 "Enable PWAs to manually recreate the minimize, maximize and restore "
810 "window functionalities with respective APIs.";
811
Daniel Murphy2b46f4602021-05-13 22:58:39812const char kDesktopPWAsPrefixAppNameInWindowTitleName[] =
813 "Desktop PWAs prefix window title with app name.";
814const char kDesktopPWAsPrefixAppNameInWindowTitleDescription[] =
815 "Prefix the window title of installed PWAs with the name of the PWA. On "
816 "ChromeOS this is visible only in the window/activity switcher.";
817
Matt Giuca9d0aecb2021-01-15 09:10:00818const char kDesktopPWAsRemoveStatusBarName[] = "Desktop PWAs remove status bar";
819const char kDesktopPWAsRemoveStatusBarDescription[] =
820 "Hides the status bar popup in Desktop PWA app windows.";
821
Catherine Cheng86243262021-12-20 00:59:36822const char kDesktopPWAsDefaultOfflinePageName[] =
823 "Desktop PWAs default offline page";
824const char kDesktopPWAsDefaultOfflinePageDescription[] =
825 "Shows customised default offline page when web app is offline.";
826
Alan Cuttereaae7f42020-12-07 02:24:11827const char kDesktopPWAsElidedExtensionsMenuName[] =
828 "Desktop PWAs elided extensions menu";
829const char kDesktopPWAsElidedExtensionsMenuDescription[] =
830 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
831 "app menu for web app windows.";
832
Alexey Baskakov5e710232021-05-05 02:17:41833const char kDesktopPWAsNotificationIconAndTitleName[] =
834 "Desktop PWAs improvements in notification icon and title";
835const char kDesktopPWAsNotificationIconAndTitleDescription[] =
836 "Replaces the websites origin and the Chrome icon with the web app's name "
837 "and app icon in notifications.";
838
Alan Cutter0d7453cf2021-01-06 23:52:53839const char kDesktopPWAsLinkCapturingName[] =
840 "Desktop PWA declarative link capturing";
841const char kDesktopPWAsLinkCapturingDescription[] =
842 "Enable web app manifests to declare link capturing behavior. Prototype "
843 "implementation of: "
844 "https://github.com/WICG/sw-launch/blob/master/"
845 "declarative_link_capturing.md";
846
Alan Cutter62704892021-08-31 21:27:17847const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
848const char kDesktopPWAsLaunchHandlerDescription[] =
849 "Enable web app manifests to declare app launch behavior. Prototype "
850 "implementation of: "
851 "https://github.com/WICG/sw-launch/blob/main/launch_handler.md";
852
Phillis Tangc6b383942021-06-21 20:15:40853const char kDesktopPWAsManifestIdName[] = "Desktop PWA manifest id";
854const char kDesktopPWAsManifestIdDescription[] =
855 "Enable web app manifests to declare id. Prototype "
856 "implementation of: "
857 "https://github.com/philloooo/pwa-unique-id/blob/main/explainer.md";
858
Lei Zhang507fffd2020-01-29 23:47:54859const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
860const char kDesktopPWAsTabStripDescription[] =
Alan Cutter121812d2020-01-09 05:03:37861 "Experimental UI for exploring what PWA windows would look like with a tab "
862 "strip.";
863
Alan Cutter8a7d3ed2020-05-12 01:29:34864const char kDesktopPWAsTabStripLinkCapturingName[] =
865 "Desktop PWA tab strip link capturing";
866const char kDesktopPWAsTabStripLinkCapturingDescription[] =
867 "Experimental behaviour for \"Desktop PWA tab strips\" to capture link "
868 "navigations within the app scope and bring them into the app's tabbed "
869 "window.";
870
Louise Brett51548fb2021-06-18 00:27:21871const char kDesktopPWAsTabStripSettingsName[] =
872 "Desktop PWA tab strips settings";
873const char kDesktopPWAsTabStripSettingsDescription[] =
874 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
875
Ivan Šandrk8a710392021-05-20 13:53:13876const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
877const char kDesktopPWAsSubAppsDescription[] =
878 "Enable installed PWAs to create shortcuts by installing their sub apps. "
879 "Prototype implementation of: "
880 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
881
Samuel Tang104341852021-03-17 18:19:06882const char kDesktopPWAsProtocolHandlingName[] = "Desktop PWA Protocol handling";
883const char kDesktopPWAsProtocolHandlingDescription[] =
884 "Enable web app manifests to declare protocol handling behavior."
885 "See: https://crbug.com/1019239.";
886
Lu Huangc911aaf32021-02-12 22:13:06887const char kDesktopPWAsUrlHandlingName[] = "Desktop PWA URL handling";
888const char kDesktopPWAsUrlHandlingDescription[] =
889 "Enable web app manifests to declare URL handling behavior. Prototype "
890 "implementation of: "
Eric Willigersf51485d2022-01-18 23:46:25891 "https://github.com/WICG/pwa-url-handler/blob/main/explainer.md";
Lu Huangc911aaf32021-02-12 22:13:06892
Amanda Baker23fb8fa2021-03-24 18:19:04893const char kDesktopPWAsWindowControlsOverlayName[] =
894 "Desktop PWA Window Controls Overlay";
895const char kDesktopPWAsWindowControlsOverlayDescription[] =
896 "Enable web app manifests to declare Window Controls Overlay as a display "
897 "override. Prototype implementation of: "
898 "https://github.com/WICG/window-controls-overlay/blob/main/explainer.md";
899
Alexey Baskakovd913a1272021-07-09 02:12:19900const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
901const char kDesktopPWAsWebBundlesDescription[] =
902 "Adds support for web bundles, making web apps able to be launched "
903 "offline.";
904
Alan Cutter2ab7a042020-09-14 03:57:40905const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteName[] =
906 "Migrate default G Suite Chrome apps to web apps";
907const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteDescription[] =
908 "Enable the migration of default installed G Suite Chrome apps over to "
909 "their corresponding web apps.";
910
911const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteName[] =
912 "Migrate default non-G Suite Chrome apps to web apps";
913const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteDescription[] =
914 "Enable the migration of default installed non-G Suite Chrome apps over to "
915 "their corresponding web apps.";
916
Alan Cutterb85c0d22022-01-28 01:46:10917const char kEnablePreinstalledWebAppDuplicationFixerName[] =
918 "Enable the app deduplication fix for migrated preinstalled web apps";
919const char kEnablePreinstalledWebAppDuplicationFixerDescription[] =
920 "The preinstalled web app migration encountered app duplication issues "
921 "when it rolled out. This code path will attempt to re-migrate instances "
922 "of app duplication where the old app failed to stay removed. See "
923 "https://crbug.com/1290716.";
924
Yann Dago413d39d2020-11-11 01:40:50925const char kEnableSyncRequiresPoliciesLoadedName[] =
926 "Sync waits for all policies to load before starting";
927const char kEnableSyncRequiresPoliciesLoadedDescription[] =
928 "Enables behaviour for Sync to wait for all policies to load before "
929 "starting";
930
Steven Valdez89a44ea92019-05-01 15:18:49931const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
932const char kEnableTLS13EarlyDataDescription[] =
933 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
934 "during the handshake when resuming a connection to a compatible TLS 1.3 "
935 "server.";
936
Joel Riley700551502021-05-28 00:20:00937const char kEnhancedNetworkVoicesName[] = "Enhanced network voices";
938const char kEnhancedNetworkVoicesDescription[] =
939 "This option enables high-quality, network-based voices in "
940 "Select-to-speak.";
941
Josiah K75070992022-02-15 20:39:13942const char kAccessibilityOSSettingsVisibilityName[] =
943 "Accessibility OS Settings Visibility";
944const char kAccessibilityOSSettingsVisibilityDescription[] =
945 "This option enables improvements in Accessibility OS Settings visibility.";
946
Adam Langleyf66f28d22020-02-05 18:10:38947const char kPostQuantumCECPQ2Name[] = "TLS Post-Quantum Confidentiality";
948const char kPostQuantumCECPQ2Description[] =
949 "This option enables a post-quantum (i.e. resistent to quantum computers) "
950 "key exchange algorithm in TLS (CECPQ2).";
951
James Hollyer1b943edb2020-10-28 03:28:06952const char kMacCoreLocationBackendName[] = "Core Location Backend";
953const char kMacCoreLocationBackendDescription[] =
954 "Enables usage of the Core Location APIs as the backend for Geolocation "
955 "API";
James Hollyer070f60a2020-05-05 06:13:15956
Mohamed Adel52ac1ae2020-09-08 16:10:27957const char kNewMacNotificationAPIName[] =
958 "Determines which notification API to use on macOS devices";
959const char kNewMacNotificationAPIDescription[] =
960 "Enables the usage of Apple's new notification API which will run on macOS "
961 "10.14+";
962
Pete Lavallee2d4415c72019-10-07 20:43:56963const char kWinrtGeolocationImplementationName[] =
964 "WinRT Geolocation Implementation";
965const char kWinrtGeolocationImplementationDescription[] =
966 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
967 "for geolocation";
968
Dominic Farolinoaf2f3b72021-05-03 23:44:16969const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
970const char kEnableFencedFramesDescription[] =
971 "Fenced frames are an experimental web platform feature that allows "
972 "embedding an isolated top-level page. See "
973 "https://github.com/shivanigithub/fenced-frame";
974
Zentaro Kavanaghe2189cf2021-09-25 01:53:40975const char kEnableFirmwareUpdaterAppName[] = "Enable firmware updater app";
976const char kEnableFirmwareUpdaterAppDescription[] =
977 "Enable the firmware updater SWA, allowing users to update firmware "
978 "on supported peripherals.";
979
James Hollyer24f30cb722021-06-18 21:22:24980const char kEnableGamepadButtonAxisEventsName[] =
981 "Gamepad Button and Axis Events";
982const char kEnableGamepadButtonAxisEventsDescription[] =
983 "Enables the ability to subscribe to changes in buttons and/or axes "
984 "on the gamepad object.";
985
Mikhail Pozdnyakov73373a62017-08-24 17:31:25986const char kEnableGenericSensorExtraClassesName[] =
987 "Generic Sensor Extra Classes";
988const char kEnableGenericSensorExtraClassesDescription[] =
989 "Enables an extra set of sensor classes based on Generic Sensor API, which "
990 "expose previously unavailable platform features, i.e. AmbientLightSensor "
991 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47992
Vikas Soni78daa632019-01-12 01:32:52993const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
994const char kEnableGpuServiceLoggingDescription[] =
995 "Enable printing the actual GL driver calls.";
996
Jimmy Gong07656e42021-04-08 02:31:08997const char kEnableShortcutCustomizationAppName[] =
998 "Enable shortcut customization app";
999const char kEnableShortcutCustomizationAppDescription[] =
1000 "Enable the shortcut customization SWA, allowing users to customize system "
1001 "shortcuts.";
1002
Robert Ogdene7bbbcb2020-03-24 22:37:331003const char kEnableSRPIsolatedPrerendersName[] =
1004 "Enable Navigation Predictor Isolated Prerenders";
1005const char kEnableSRPIsolatedPrerendersDescription[] =
1006 "Enable Navigation Predictions on the Google SRP to be fully isolated.";
1007
Robert Ogden26de9972020-03-27 21:00:251008const char kEnableSRPIsolatedPrerenderProbingName[] =
1009 "Enable Probing on Navigation Predictor Isolated Prerenders";
1010const char kEnableSRPIsolatedPrerenderProbingDescription[] =
1011 "Enable probing checks for Isolated Prerenders which will block commit.";
1012
Robert Ogden1261e8f2020-06-24 22:45:461013const char kEnableSRPIsolatedPrerendersNSPName[] =
1014 "Enable NoStatePrefetch on Navigation Predictor Isolated Prerenders";
1015const char kEnableSRPIsolatedPrerendersNSPDescription[] =
1016 "Enables NoStatePrefetch on Isolated Prerenders.";
1017
Charlene Yane75ce252019-05-22 17:56:321018const char kDownloadAutoResumptionNativeName[] =
1019 "Enable download auto-resumption in native";
1020const char kDownloadAutoResumptionNativeDescription[] =
1021 "Enables download auto-resumption in native";
1022
Xing Liu13e5ec12020-05-08 17:32:341023const char kDownloadLaterName[] = "Enable download later";
1024const char kDownloadLaterDescription[] = "Enables download later feature.";
1025
Xing Liue36464f42020-07-14 17:25:031026const char kDownloadLaterDebugOnWifiName[] =
1027 "Show download later dialog on WIFI.";
1028const char kDownloadLaterDebugOnWifiNameDescription[] =
1029 "Show download later dialog on WIFI.";
1030
Shakti Sahu59679ed72021-07-22 22:13:461031const char kDownloadProgressMessageName[] = "Show download progress message";
1032const char kDownloadProgressMessageDescription[] =
1033 "Shows download progress message UI.";
1034
Xing Liua8d6b272021-11-11 00:02:161035const char kDownloadRangeName[] = "Enable download range support";
1036const char kDownloadRangeDescription[] =
1037 "Enables arbitrary download range request support.";
1038
Scott Littled0fd2d002018-04-13 03:37:261039const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
1040const char kEnableLazyFrameLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:391041 "Defers the loading of iframes marked with the attribute 'loading=lazy' "
1042 "until the page is scrolled down near them.";
Scott Littled0fd2d002018-04-13 03:37:261043
rajendrant793ff512018-08-10 17:07:591044const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
1045const char kEnableLazyImageLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:391046 "Defers the loading of images marked with the attribute 'loading=lazy' "
1047 "until the page is scrolled down near them.";
rajendrant793ff512018-08-10 17:07:591048
Bernhard Bauer5533f9912017-11-06 17:56:021049const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
1050const char kEnableNetworkLoggingToFileDescription[] =
1051 "Enables network logging to a file named netlog.json in the user data "
1052 "directory. The file can be imported into chrome://net-internals.";
1053
Shakti Sahu5a046f62019-03-12 19:25:341054const char kEnableNewDownloadBackendName[] = "Enable new download backend";
1055const char kEnableNewDownloadBackendDescription[] =
1056 "Enables the new download backend that uses offline content provider";
1057
Lucas Furukawa Gadani9f57e192019-04-05 14:56:101058const char kEnablePortalsName[] = "Enable Portals.";
1059const char kEnablePortalsDescription[] =
1060 "Portals are an experimental web platform feature that allows embedding"
1061 " and seamless transitions between pages."
1062 " See https://github.com/WICG/portals and https://wicg.github.io/portals/";
1063
Jeremy Roman30e81e82020-01-29 22:56:471064const char kEnablePortalsCrossOriginName[] = "Enable cross-origin Portals.";
1065const char kEnablePortalsCrossOriginDescription[] =
1066 "Allows portals to load cross-origin URLs in addition to same-origin ones."
1067 " Has no effect if Portals are not enabled.";
1068
Doug Arnettc52291a2020-05-07 18:52:301069const char kEnableTranslateSubFramesName[] = "Translate sub frames";
1070const char kEnableTranslateSubFramesDescription[] =
1071 "Enable the translation of sub frames (as well as the main frame)";
1072
Qiaofei Yebeb9a232020-07-22 23:47:041073const char kEnableWindowsGamingInputDataFetcherName[] =
1074 "Enable Windows.Gaming.Input";
1075const char kEnableWindowsGamingInputDataFetcherDescription[] =
1076 "Enable Windows.Gaming.Input by default to provide game controller "
1077 "support on Windows 10 desktop.";
1078
Titouan Rigoudyf619f5462020-09-25 16:35:491079const char kBlockInsecurePrivateNetworkRequestsName[] =
1080 "Block insecure private network requests.";
1081const char kBlockInsecurePrivateNetworkRequestsDescription[] =
1082 "Prevents non-secure contexts from making sub-resource requests to "
1083 "more-private IP addresses. An IP address IP1 is more private than IP2 if "
1084 "1) IP1 is localhost and IP2 is not, or 2) IP1 is private and IP2 is "
1085 "public. This is a first step towards full enforcement of CORS-RFC1918: "
1086 "https://wicg.github.io/cors-rfc1918";
1087
Zentaro Kavanagh53c48cb22021-03-25 00:19:061088const char kDeprecateAltClickName[] =
1089 "Enable Alt+Click deprecation notifications";
1090const char kDeprecateAltClickDescription[] =
1091 "Start providing notifications about Alt+Click deprecation and enable "
1092 "Search+Click as an alternative.";
1093
Zentaro Kavanaghc1898fe2021-06-25 00:31:451094const char kDeprecateAltBasedSixPackName[] =
1095 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1096const char kDeprecateAltBasedSixPackDescription[] =
1097 "Show deprecation notifications and disable functionality for Alt based "
1098 "six pack deprecations. The Search based versions continue to work.";
1099
Jimmy Gongba69b982020-08-25 00:01:291100const char kDiagnosticsAppName[] = "Diagnostics app";
1101const char kDiagnosticsAppDescription[] =
1102 "Enables the Diagnostics app that allows Chrome OS users to be able to "
1103 "view their system telemetric information and run diagnostic tests for "
1104 "their device.";
1105
Michael Checoc6abb922021-05-21 17:55:021106const char kDiagnosticsAppNavigationName[] = "Diagnostics app navigation";
1107const char kDiagnosticsAppNavigationDescription[] =
1108 "Enables the navigation panel in the Diagnostics app.";
1109
Yutaka Hiranoaa0e62e2019-09-05 11:01:041110const char kDisableKeepaliveFetchName[] = "Disable fetch with keepalive set";
1111const char kDisableKeepaliveFetchDescription[] =
1112 "Disable fetch with keepalive set "
1113 "(https://fetch.spec.whatwg.org/#request-keepalive-flag).";
1114
Chris Hall4a4225f62019-01-18 03:07:161115const char kExperimentalAccessibilityLanguageDetectionName[] =
1116 "Experimental accessibility language detection";
1117const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1118 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221119 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161120
Chris Hall4f3ca5582019-11-19 02:55:491121const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1122 "Experimental accessibility language detection for dynamic content";
1123const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1124 "Enable language detection for dynamic content which is then exposed to "
1125 "assistive technologies such as screen readers.";
1126
Rahul Arakeri61a2ad272019-03-19 22:55:081127const char kCompositorThreadedScrollbarScrollingName[] =
Rahul Arakeriac87fb12019-05-14 00:07:221128 "Compositor threaded scrollbar scrolling";
Rahul Arakeri61a2ad272019-03-19 22:55:081129const char kCompositorThreadedScrollbarScrollingDescription[] =
1130 "Enables pointer-based scrollbar scrolling on the compositor thread "
1131 "instead of the main thread";
1132
Alexei Filippov522a5222019-03-29 03:33:181133const char kMemlogName[] = "Chrome heap profiler start mode.";
1134const char kMemlogDescription[] =
1135 "Starts heap profiling service that records sampled memory allocation "
1136 "profile having each sample attributed with a callstack. "
1137 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1138 "Recorded heap dumps can be obtained at chrome://tracing "
1139 "[category:memory-infra] and chrome://memory-internals. This setting "
1140 "controls which processes will be profiled since their start. To profile "
1141 "any given process at a later time use chrome://memory-internals page.";
1142const char kMemlogModeMinimal[] = "Browser and GPU";
1143const char kMemlogModeAll[] = "All processes";
1144const char kMemlogModeAllRenderers[] = "All renderers";
1145const char kMemlogModeRendererSampling[] = "Single renderer";
1146const char kMemlogModeBrowser[] = "Browser only";
1147const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271148
Alexei Filippov522a5222019-03-29 03:33:181149const char kMemlogSamplingRateName[] =
1150 "Heap profiling sampling interval (in bytes).";
1151const char kMemlogSamplingRateDescription[] =
1152 "Heap profiling service uses Poisson process to sample allocations. "
Erik Chend0ec40e2021-09-17 22:43:561153 "Default value for the interval between samples is 1000000 (1MB). "
Alexei Filippov522a5222019-03-29 03:33:181154 "This results in low noise for large and/or frequent allocations "
Erik Chend0ec40e2021-09-17 22:43:561155 "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221156 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181157 "can be trusted with high fidelity. "
1158 "Lower intervals produce higher samples resolution, but come at a cost of "
1159 "higher performance overhead.";
1160const char kMemlogSamplingRate10KB[] = "10KB";
1161const char kMemlogSamplingRate50KB[] = "50KB";
1162const char kMemlogSamplingRate100KB[] = "100KB";
1163const char kMemlogSamplingRate500KB[] = "500KB";
1164const char kMemlogSamplingRate1MB[] = "1MB";
1165const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511166
Alexei Filippov522a5222019-03-29 03:33:181167const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1168const char kMemlogStackModeDescription[] =
1169 "By default heap profiling service records native stacks. "
1170 "A post-processing step is required to symbolize the stacks. "
1171 "'Native with thread names' adds the thread name as the first frame of "
1172 "each native stack. It's also possible to record a pseudo stack using "
1173 "trace events as identifiers. It's also possible to do a mix of both.";
Alexei Filippov522a5222019-03-29 03:33:181174const char kMemlogStackModeNative[] = "Native";
1175const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
Erik Chen3303fd0232018-01-11 20:29:051176
Anupam Snigdhaecc5739e2022-02-14 18:35:581177const char kEditContextName[] = "EditContext API";
1178const char kEditContextDescription[] =
1179 "Allows web pages to use the experimental EditContext API to better "
1180 "control text input.";
1181
Hailey Wangda8371b62021-12-03 00:56:091182const char kEnableAutomaticSnoozeName[] = "Enable Automatic Snooze";
1183const char kEnableAutomaticSnoozeDescription[] =
1184 "Enables automatic snoozing on In-Product Help with no snooze button.";
1185
Ali Stanfielda835700c2021-07-24 01:03:201186const char kEnableLensRegionSearchFlagId[] = "enable-lens-region-search";
1187const char kEnableLensRegionSearchName[] =
1188 "Search your screen with Google Lens";
Ali Stanfield980a7492021-07-21 19:21:261189const char kEnableLensRegionSearchDescription[] =
Ali Stanfielddf071bb92021-09-14 20:48:131190 "Right click and select \"Search images with Google Lens\" to "
Ali Stanfielda835700c2021-07-24 01:03:201191 "search any region of the site to learn more about the visual content you "
1192 "see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261193
rajendrant41f3f1b2020-12-16 10:29:311194const char kEnableLoginDetectionName[] = "Enable login detection";
1195const char kEnableLoginDetectionDescription[] =
1196 "Allow user sign-in to be detected based on heuristics.";
1197
Anatoliy Potapchukf096475c2021-04-06 15:51:591198const char kEnableManagedConfigurationWebApiName[] =
1199 "Enable Managed Configuration Web API";
1200const char kEnableManagedConfigurationWebApiDescription[] =
1201 "Allows website to access a managed configuration provided by the device "
1202 "administrator for the origin.";
1203
Jimmy Gongcd463fc2021-02-11 01:32:181204const char kEnablePciguardUiName[] =
1205 "Enable Pciguard (Thunderbolt + USB4 tunneling) UI for settings";
1206const char kEnablePciguardUiDescription[] =
1207 "Enable toggling Pciguard settings through the Settings App. By default, "
Jimmy Gong4b6a2792021-02-26 03:00:001208 "this flag is enabled.";
Jimmy Gongcd463fc2021-02-11 01:32:181209
Ben Goldberger2a1433a42021-04-21 18:37:151210const char kEnablePenetratingImageSelectionName[] =
1211 "Penetrating Image Selection";
1212const char kEnablePenetratingImageSelectionDescription[] =
1213 "Enables image options to be surfaced in the context menu for nodes "
1214 "covered by transparent overlays.";
1215
F#m59d036e2017-09-13 07:22:171216const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1217const char kEnablePixelCanvasRecordingDescription[] =
1218 "Pixel canvas recording allows the compositor to raster contents aligned "
1219 "with the pixel and improves text rendering. This should be enabled when a "
1220 "device is using fractional scale factor.";
1221
Robert Flack55c53a412021-03-22 14:46:081222const char kReduceHorizontalFlingVelocityName[] =
1223 "Reduce horizontal fling velocity";
1224const char kReduceHorizontalFlingVelocityDescription[] =
1225 "Reduces the velocity of horizontal flings to 20\% of their original"
1226 "velocity.";
1227
Mehdi Kazemif155bc92021-11-22 18:35:521228const char kEnableCssSelectorFragmentAnchorName[] =
1229 "Enables CSS selector fragment anchors";
1230const char kEnableCssSelectorFragmentAnchorDescription[] =
1231 "Similar to text directives, CSS selector directives can be specified "
1232 "in a url which is to be scrolled into view and highlighted.";
1233
Mei Liang267ee2482021-09-17 02:54:511234const char kRetailCouponsName[] = "Enable to fetch for retail coupons";
1235const char kRetailCouponsDescription[] =
1236 "Allow to fetch retail coupons for consented users";
1237
Ella Gebee81c92018-08-14 15:51:091238const char kEnableResamplingInputEventsName[] =
1239 "Enable resampling input events";
1240const char kEnableResamplingInputEventsDescription[] =
1241 "Predicts mouse and touch inputs position at rAF time based on previous "
1242 "input";
1243const char kEnableResamplingScrollEventsName[] =
1244 "Enable resampling scroll events";
1245const char kEnableResamplingScrollEventsDescription[] =
1246 "Predicts the scroll amount at vsync time based on previous input";
Joao Victor Almeida371702c2021-01-08 18:41:561247const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1248 "Enable experimental prediction for scroll events";
1249const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1250 "Predicts the scroll amount after the vsync time to more closely match "
1251 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091252
Lei Zhang1a6fd01b2021-03-24 17:03:481253const char kEnableRestrictedWebApisName[] =
Anqing Zhaoc7136af2021-01-20 05:52:391254 "Enable the restriced web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481255const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391256 "Enable the restricted web APIs for dev trial. This will be replaced with "
1257 "permission policies to control the capabilities afterwards.";
1258
Brett Wilsonf27ff602017-07-07 22:28:471259const char kEnableUseZoomForDsfName[] =
1260 "Use Blink's zoom for device scale factor.";
1261const char kEnableUseZoomForDsfDescription[] =
1262 "If enabled, Blink uses its zooming mechanism to scale content for device "
1263 "scale factor.";
1264const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
1265const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
1266const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
1267
Adam Langley5cee38812022-01-31 23:01:411268const char kEnableWebAuthenticationCableDiscoCredsName[] =
1269 "Discoverable credentials over caBLEv2";
1270const char kEnableWebAuthenticationCableDiscoCredsDescription[] =
1271 "Enable the creation and use of Web Authentication discoverable "
1272 "credentials over the caBLEv2 transport";
Kim Paulhamusae635a32018-06-27 07:30:541273
Yicheng Li0a78f462020-08-14 00:08:121274const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1275 "ChromeOS platform Web Authentication support";
1276const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1277 "Enable the ChromeOS platform authenticator for the Web Authentication "
1278 "API.";
1279
Andreas Haasb400d912019-08-28 18:54:101280const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1281const char kExperimentalWebAssemblyFeaturesDescription[] =
1282 "Enable web pages to use experimental WebAssembly features.";
1283
Clemens Hammacher0c8a15a2018-04-27 13:45:321284const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1285const char kEnableWasmBaselineDescription[] =
1286 "Enables WebAssembly baseline compilation and tier up.";
1287
Clemens Backes50e0ecd2020-01-20 10:43:241288const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1289const char kEnableWasmLazyCompilationDescription[] =
1290 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1291
Clemens Backes963eb37be2020-01-10 11:56:491292const char kEnableWasmTieringName[] = "WebAssembly tiering";
1293const char kEnableWasmTieringDescription[] =
1294 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241295 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491296
Christopher Thompsonf3ba20122019-06-06 22:01:011297const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1298const char kEvDetailsInPageInfoDescription[] =
1299 "Shows the EV certificate details in the Page Info bubble.";
1300
Brett Wilsonf27ff602017-07-07 22:28:471301const char kExperimentalWebPlatformFeaturesName[] =
1302 "Experimental Web Platform features";
1303const char kExperimentalWebPlatformFeaturesDescription[] =
1304 "Enables experimental Web Platform features that are in development.";
1305
1306const char kExtensionContentVerificationName[] =
1307 "Extension Content Verification";
1308const char kExtensionContentVerificationDescription[] =
1309 "This flag can be used to turn on verification that the contents of the "
1310 "files on disk for extensions from the webstore match what they're "
1311 "expected to be. This can be used to turn on this feature if it would not "
1312 "otherwise have been turned on, but cannot be used to turn it off (because "
1313 "this setting can be tampered with by malware).";
1314const char kExtensionContentVerificationBootstrap[] =
1315 "Bootstrap (get expected hashes, but do not enforce them)";
1316const char kExtensionContentVerificationEnforce[] =
1317 "Enforce (try to get hashes, and enforce them if successful)";
1318const char kExtensionContentVerificationEnforceStrict[] =
1319 "Enforce strict (hard fail if we can't get hashes)";
1320
Emilia Pazd7cce422021-08-14 00:50:481321const char kExtensionsMenuAccessControlName[] =
1322 "Extensions Menu Access Control";
1323const char kExtensionsMenuAccessControlDescription[] =
1324 "Enables a redesigned extensions menu that allows the user to control "
1325 "extensions site access.";
1326
Brett Wilsonf27ff602017-07-07 22:28:471327const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1328const char kExtensionsOnChromeUrlsDescription[] =
1329 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1330 "request this permission.";
galinapae72e152017-05-12 13:12:281331
Axel Antoine12df71182019-07-25 18:11:211332const char kFilteringScrollPredictionName[] = "Filtering scroll prediction";
1333const char kFilteringScrollPredictionDescription[] =
1334 "Enable filtering of predicted scroll events";
1335
David Bokan432978d2019-08-15 18:18:521336const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1337const char kFractionalScrollOffsetsDescription[] =
1338 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1339 "offsets to web APIs.";
1340
Brett Wilsonecb80982017-07-12 20:34:511341const char kForceEffectiveConnectionTypeName[] =
1342 "Override effective connection type";
1343const char kForceEffectiveConnectionTypeDescription[] =
1344 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301345 "returned by the network quality estimator. Slow 2G on Cellular returns "
1346 "Slow 2G when connected to a cellular network, and the actual estimate "
Tarun Bansalce1cfba2021-03-02 07:05:061347 "effective connection type when not on a cellular network.";
Brett Wilsonecb80982017-07-12 20:34:511348const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1349const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1350const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301351const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1352 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511353const char kEffectiveConnectionType2GDescription[] = "2G";
1354const char kEffectiveConnectionType3GDescription[] = "3G";
1355const char kEffectiveConnectionType4GDescription[] = "4G";
1356
Peter Kotwicz980079f2021-12-02 07:18:341357const char kFedCmName[] = "FedCM";
1358const char kFedCmDescription[] =
1359 "Enables JavaScript API to intermediate federated identity requests.";
1360
Jay Harris583f48922019-05-06 05:55:241361const char kFileHandlingAPIName[] = "File Handling API";
1362const char kFileHandlingAPIDescription[] =
1363 "Enables the file handling API, allowing websites to register as file "
Jesse McKennabe661982020-10-29 23:57:421364 "handlers.";
Jay Harris583f48922019-05-06 05:55:241365
Darwin Huang1473bc32021-06-18 01:56:231366const char kFileHandlingIconsName[] = "File Handling Icons";
1367const char kFileHandlingIconsDescription[] =
1368 "Allows websites using the file handling API to also register file type "
1369 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1370 "for more information.";
1371
Viktor Semeniukd5cfc262021-02-25 12:51:221372const char kFillingAcrossAffiliatedWebsitesName[] =
1373 "Fill passwords across affiliated websites.";
1374const char kFillingAcrossAffiliatedWebsitesDescription[] =
1375 "Enables filling password on a website when there is saved "
1376 "password on affiliated website.";
1377
Brett Wilsonecb80982017-07-12 20:34:511378const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1379const char kFillOnAccountSelectDescription[] =
1380 "Filling of passwords when an account is explicitly selected by the user "
1381 "rather than autofilling credentials on page load.";
1382
Brett Wilsonecb80982017-07-12 20:34:511383const char kForceTextDirectionName[] = "Force text direction";
1384const char kForceTextDirectionDescription[] =
1385 "Explicitly force the per-character directionality of UI text to "
1386 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1387 "direction of the character language.";
1388const char kForceDirectionLtr[] = "Left-to-right";
1389const char kForceDirectionRtl[] = "Right-to-left";
1390
1391const char kForceUiDirectionName[] = "Force UI direction";
1392const char kForceUiDirectionDescription[] =
1393 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1394 "mode, overriding the default direction of the UI language.";
1395
Victor Tanc6eab7e2022-02-02 21:00:241396const char kFullUserAgentName[] = "Full User-Agent request header";
1397const char kFullUserAgentDescription[] =
1398 "If set, use the full (non-reduced) user agent string for the User-Agent "
1399 "request header and the JS APIs.";
1400
Noah Rose Ledesma1bbd0712020-09-09 20:36:441401const char kGlobalMediaControlsModernUIName[] =
1402 "Global Media Controls Modern UI";
1403
1404const char kGlobalMediaControlsModernUIDescription[] =
1405 "Use a redesigned version of the Global Media Controls UI. Requires "
1406 "#global-media-controls to also be enabled.";
1407
Jordan Baylesb3160b262021-08-18 00:33:011408const char kOpenscreenCastStreamingSessionName[] =
1409 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501410 "Streaming implementation";
Jordan Baylesb3160b262021-08-18 00:33:011411const char kOpenscreenCastStreamingSessionDescription[] =
1412 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501413 "be used for negotiating and executing mirroring and remoting sessions.";
1414
Kennan Gumbsdf768ce92021-08-25 19:09:511415const char kCastStreamingAv1Name[] =
1416 "Enable AV1 codec video encoding in Cast mirroring sessions";
1417const char kCastStreamingAv1Description[] =
1418 "Enables the inclusion of AV1 codec video encoding in Cast mirroring "
1419 "session negotiations.";
1420
Abraham Corea Diaze4c3abe2021-08-24 17:43:501421const char kCastStreamingVp9Name[] =
1422 "Enable VP9 codec video encoding in Cast mirroring sessions";
1423const char kCastStreamingVp9Description[] =
1424 "Enables the inclusion of VP9 codec video encoding in Cast mirroring "
1425 "session negotiations.";
Jordan Baylesb3160b262021-08-18 00:33:011426
Juan Mojicacd2cab02021-04-19 22:10:241427const char kGoogleLensSdkIntentName[] =
1428 "Enable the use of the Lens SDK when starting intent into Lens.";
1429const char kGoogleLensSdkIntentDescription[] =
1430 "Starts Lens using the Lens SDK if supported.";
1431
Brett Wilsonecb80982017-07-12 20:34:511432const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051433const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511434
Curtis McMullanf2e45bf2020-08-26 09:51:391435const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1436const char kHandwritingGestureEditingDescription[] =
1437 "Enables editing with handwriting gestures within the virtual keyboard.";
1438
Curtis McMullan88e039e2021-07-27 08:06:311439const char kHandwritingLegacyRecognitionName[] =
1440 "Handwriting Legacy Recognition";
1441const char kHandwritingLegacyRecognitionDescription[] =
1442 "Enables new on-device recognition for handwriting legacy paths.";
1443
Curtis McMullanc35777c2021-11-02 20:14:301444const char kHandwritingLegacyRecognitionAllLangName[] =
1445 "Handwriting Legacy Recognition All Languages";
1446const char kHandwritingLegacyRecognitionAllLangDescription[] =
1447 "Enables new on-device recognition for handwriting legacy paths in all "
1448 "supported languages.";
1449
Tommy Steimel1aadd7b2019-01-18 19:39:421450const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1451const char kHardwareMediaKeyHandlingDescription[] =
1452 "Enables using media keys to control the active media session. This "
1453 "requires MediaSessionService to be enabled too";
1454
John Delaney521fe9f2020-04-29 22:18:191455const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1456const char kHeavyAdPrivacyMitigationsDescription[] =
1457 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1458 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561459
1460const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1461const char kHeavyAdInterventionDescription[] =
1462 "Unloads ads that use too many device resources.";
1463
Toni Barzic7e93fa52020-01-29 01:35:471464const char kHideShelfControlsInTabletModeName[] =
1465 "Hide shelf control buttons in tablet mode.";
1466
1467const char kHideShelfControlsInTabletModeDescription[] =
1468 "Hides home, back, and overview button from the shelf while the device is "
1469 "in tablet mode. Predicated on shelf-hotseat feature being enabled.";
1470
evliue454a132022-01-25 23:03:431471const char kTabAudioMutingName[] = "Tab audio muting UI control";
1472const char kTabAudioMutingDescription[] =
1473 "When enabled, the audio indicators in the tab strip double as tab audio "
1474 "mute controls.";
1475
Elaine Chiencfbb4a52021-11-12 19:19:311476const char kTabSearchMediaTabsId[] = "tab-search-media-tabs";
1477const char kTabSearchMediaTabsName[] = "Tab Search Media Tabs";
1478const char kTabSearchMediaTabsDescription[] =
1479 "Enable indicators on media tabs in Tab Search.";
1480
Wei-Yin Chen (陳威尹)565a41612020-06-30 22:29:561481const char kTabSwitcherOnReturnName[] = "Tab switcher on return";
Matt Simmons2048b2a2018-12-20 20:12:561482const char kTabSwitcherOnReturnDescription[] =
1483 "Enable tab switcher on return after specified time has elapsed";
1484
Emily Stark70158ce2021-07-16 18:26:311485const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321486const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311487 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321488 "Mode.";
1489
Corentin Walleze660b152020-07-15 16:07:541490const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1491const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511492 "Overrides the built-in software rendering list and enables "
1493 "GPU-acceleration on unsupported system configurations.";
1494
chinsenjab099c5c2021-11-10 02:02:031495const char kImprovedDesksKeyboardShortcutsName[] =
1496 "Enable improved desks keyboard shortcuts";
1497const char kImprovedDesksKeyboardShortcutsDescription[] =
1498 "Enable keyboard shortcuts for activating desks at specific indices and "
1499 "toggling whether a window is assigned to all desks. Must be used with "
1500 "the #improved-keyboard-shortcuts flag.";
1501
Jimmy Gong6de11b02021-02-04 21:35:011502const char kImprovedKeyboardShortcutsName[] =
1503 "Enable improved keyboard shortcuts";
1504const char kImprovedKeyboardShortcutsDescription[] =
1505 "Ensure keyboard shortcuts work consistently with international keyboard "
1506 "layouts and deprecate legacy shortcuts.";
1507
Matt Amert2df4f1452019-12-09 04:59:491508const char kImpulseScrollAnimationsName[] = "Impulse-style scroll animations";
1509const char kImpulseScrollAnimationsDescription[] =
1510 "Replaces the default scroll animation with Impulse-style scroll "
1511 "animations.";
1512
Side Yilmaz424606f2021-04-09 14:08:291513const char kIncognitoBrandConsistencyForAndroidName[] =
1514 "Enable Incognito brand consistency in Android.";
1515const char kIncognitoBrandConsistencyForAndroidDescription[] =
1516 "When enabled, keeps Incognito UI consistent regardless of any selected "
1517 "theme.";
1518
Alex Ilasiab901f92021-09-13 09:27:271519const char kIncognitoDownloadsWarningName[] =
1520 "Enable Incognito downloads warning";
1521const char kIncognitoDownloadsWarningDescription[] =
1522 "When enabled, users will be warned that downloaded files are saved on the "
1523 "device and might be seen by other users even if they are in Incognito.";
1524
Rohit Agarwal6e9b6022021-08-10 19:44:371525const char kIncognitoReauthenticationForAndroidName[] =
1526 "Enable device reauthentication for Incognito.";
1527const char kIncognitoReauthenticationForAndroidDescription[] =
1528 "When enabled, a setting appears in Settings > Privacy and Security, to "
1529 "enable reauthentication for accessing your existing Incognito tabs.";
1530
Rohit Agarwal967518a2021-05-31 09:13:201531const char kIncognitoClearBrowsingDataDialogForDesktopName[] =
1532 "Enable clear browsing data dialog in Incognito.";
1533const char kIncognitoClearBrowsingDataDialogForDesktopDescription[] =
1534 "When enabled, clear browsing data option would be enabled in Incognito "
1535 "which upon clicking would show a dialog to close all Incognito windows.";
1536
Side Yilmaz745252f2021-05-03 13:10:221537const char kUpdateHistoryEntryPointsInIncognitoName[] =
Side Yilmaza8ef2ad2021-06-01 15:09:231538 "Update history entry points in Incognito.";
Side Yilmaz745252f2021-05-03 13:10:221539const char kUpdateHistoryEntryPointsInIncognitoDescription[] =
1540 "When enabled, the entry points to history UI from Incognito mode will be "
1541 "removed for iOS and Desktop. An educative placeholder will be shown for "
1542 "Android history page.";
1543
Saba Khukhunashvilif7a4f822021-07-23 10:59:211544const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1545const char kIncognitoNtpRevampDescription[] =
1546 "When enabled, Incognito new tab page will have an updated UI";
1547
Ramin Halavatidf9668c2020-10-30 15:35:531548const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1549const char kIncognitoScreenshotDescription[] =
1550 "Enables Incognito screenshots on Android. It will also make Incognito "
1551 "thumbnails visible.";
1552
Rakina Zata Amni5278f792022-02-15 18:21:201553const char kInitialNavigationEntryName[] = "Initial NavigationEntry";
1554const char kInitialNavigationEntryDescription[] =
1555 "Enables creation of initial NavigationEntry on tab creation.";
1556
Brett Wilsonecb80982017-07-12 20:34:511557const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1558const char kInProductHelpDemoModeChoiceDescription[] =
1559 "Selects the In-Product Help demo mode.";
1560
Hailey Wanga7607f02021-08-12 19:37:511561const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1562const char kInProductHelpSnoozeDescription[] =
1563 "Enables the snooze button on In-Product Help.";
1564
Hailey Wang5f048eb82021-10-27 01:29:131565const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config";
1566const char kInProductHelpUseClientConfigDescription[] =
1567 "Enable In-Product Help to use client side configuration.";
1568
Jarrydc3639ac2020-04-09 17:05:391569const char kInstalledAppsInCbdName[] = "Installed Apps in Clear Browsing Data";
1570const char kInstalledAppsInCbdDescription[] =
1571 "Adds the installed apps warning dialog to the clear browsing data flow "
1572 "which allows users to protect installed apps' data from being deleted.";
1573
Brett Wilsonecb80982017-07-12 20:34:511574const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1575const char kJavascriptHarmonyDescription[] =
1576 "Enable web pages to use experimental JavaScript features.";
1577
1578const char kJavascriptHarmonyShippingName[] =
1579 "Latest stable JavaScript features";
1580const char kJavascriptHarmonyShippingDescription[] =
1581 "Some web pages use legacy or non-standard JavaScript extensions that may "
1582 "conflict with the latest JavaScript features. This flag allows disabling "
1583 "support of those features for compatibility with such pages.";
1584
Tommy Lia142e2c2021-09-29 20:35:161585const char kJourneysName[] = "History Journeys";
1586const char kJourneysDescription[] = "Enables the History Journeys UI.";
1587
1588const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action";
1589const char kJourneysOmniboxActionDescription[] =
1590 "Enables the History Journeys Omnibox Action.";
1591
bttk90927fd2021-11-12 19:38:271592const char kLargeFaviconFromGoogleName[] = "Large favicons from Google";
1593const char kLargeFaviconFromGoogleDescription[] =
1594 "Request large favicons from Google's favicon service";
1595
Yu Suc19bb6cc2021-02-25 06:38:291596const char kLensCameraAssistedSearchName[] =
1597 "Google Lens in Omnibox and New Tab Page";
1598const char kLensCameraAssistedSearchDescription[] =
1599 "Enable an entry point to Google Lens to allow users to search what they "
1600 "see using their mobile camera.";
1601
Hazem Ashmawyf1cd7e42019-03-25 18:17:321602const char kLogJsConsoleMessagesName[] =
1603 "Log JS console messages in system logs";
1604const char kLogJsConsoleMessagesDescription[] =
1605 "Enable logging JS console messages in system logs, please note that they "
1606 "may contain PII.";
1607
spqchanb87755692018-04-05 00:46:091608const char kMediaRouterCastAllowAllIPsName[] =
1609 "Connect to Cast devices on all IP addresses";
1610const char kMediaRouterCastAllowAllIPsDescription[] =
1611 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311612 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091613
Tommy Steimel40355072021-04-13 00:12:471614const char kMediaSessionWebRTCName[] = "Enable WebRTC actions in Media Session";
1615const char kMediaSessionWebRTCDescription[] =
1616 "Adds new actions into Media Session for video conferencing.";
1617
Andrey Zaytsevad83cbc32020-09-30 15:43:181618const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1619const char kMetricsSettingsAndroidDescription[] =
1620 "Enables the new design of metrics settings.";
1621
Brian Geffon12b581a2021-02-03 23:48:031622const char kMojoLinuxChannelSharedMemName[] =
1623 "Enable Mojo Shared Memory Channel";
1624const char kMojoLinuxChannelSharedMemDescription[] =
1625 "If enabled Mojo on Linux based platforms can use shared memory as an "
1626 "alternate channel for most messages.";
1627
Ella Ge1282f552019-06-24 20:06:031628const char kMouseSubframeNoImplicitCaptureName[] =
1629 "Disable mouse implicit capture for iframe";
1630const char kMouseSubframeNoImplicitCaptureDescription[] =
1631 "When enable, mouse down does not implicit capture for iframe.";
1632
Alisa Lin79251142021-06-15 20:22:121633const char kCanvas2DLayersName[] =
1634 "Enables canvas 2D methods BeginLayer and EndLayer";
1635const char kCanvas2DLayersDescription[] =
1636 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1637
Aaron Krajeski229cffd2020-05-11 22:30:331638const char kNewCanvas2DAPIName[] = "Experimental canvas 2D API features";
1639const char kNewCanvas2DAPIDescription[] =
1640 "Enables in-progress features for the canvas 2D API. See "
1641 "https://github.com/fserb/canvas2d.";
1642
Andreea Costinas1e592142021-04-20 13:24:251643const char kSystemProxyForSystemServicesName[] =
1644 "Enable system-proxy for selected system services";
1645const char kSystemProxyForSystemServicesDescription[] =
1646 "Enabling this flag will allow Chrome OS system service which require "
1647 "network connectivity to use the system-proxy daemon for authentication to "
1648 "remote HTTP web proxies.";
1649
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:491650const char kDestroyProfileOnBrowserCloseName[] =
1651 "Destroy Profile on browser close";
1652const char kDestroyProfileOnBrowserCloseDescription[] =
1653 "Release memory and other resources when a Profile's last browser window "
1654 "is closed, rather than when Chrome closes completely.";
1655
Nicolas Ouellet-Payeur4aff8682022-01-26 16:03:161656const char kDestroySystemProfilesName[] = "Destroy System Profile";
1657const char kDestroySystemProfilesDescription[] =
1658 "After you close the Profile Picker, release memory and other resources "
1659 "owned by the System Profile. This requires "
1660 "#destroy-profile-on-browser-close.";
1661
Brett Wilsonecb80982017-07-12 20:34:511662const char kNewUsbBackendName[] = "Enable new USB backend";
1663const char kNewUsbBackendDescription[] =
Reilly Grant314576eb2021-04-15 18:26:491664 "Enables the new experimental USB backend for macOS";
vabr0215a8e2017-03-28 12:47:341665
Ahmed Mehfooz8b2cec82021-09-01 20:32:281666const char kNotificationsRevampName[] = "Notifications Revamp";
1667const char kNotificationsRevampDescription[] =
1668 "Enable notification UI revamp and grouped web notifications.";
1669
Xing Liub9070262021-01-07 20:52:161670const char kNotificationSchedulerName[] = "Notification scheduler";
1671const char kNotificationSchedulerDescription[] =
1672 "Enable notification scheduler feature.";
1673
Xing Liu1919ec232019-07-22 20:38:041674const char kNotificationSchedulerDebugOptionName[] =
1675 "Notification scheduler debug options";
1676const char kNotificationSchedulerDebugOptionDescription[] =
1677 "Enable debugging mode to override certain behavior of notification "
1678 "scheduler system for easier manual testing.";
1679const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
1680 "Show scheduled notification right away.";
1681
Peter Beverlooc30c9ddf2021-02-24 19:56:031682const char kNotificationsSystemFlagName[] = "Enable system notifications.";
1683const char kNotificationsSystemFlagDescription[] =
1684 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:511685 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341686
Angela Yoeurng93be4b22021-06-08 16:26:321687const char kOmniboxActiveSearchEnginesName[] =
1688 "Active Search Engines section on settings page";
1689const char kOmniboxActiveSearchEnginesDescription[] =
1690 "Enables a 'Your Search Engines' section on "
1691 "chrome://settings/searchEngines.";
1692
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:371693const char kOmniboxAdaptiveSuggestionsCountName[] =
1694 "Adaptive Omnibox Suggestions count";
1695const char kOmniboxAdaptiveSuggestionsCountDescription[] =
1696 "Dynamically adjust number of presented Omnibox suggestions depending on "
1697 "available space. When enabled, this feature will increase (or decrease) "
1698 "amount of offered Omnibox suggestions to fill in the space between the "
1699 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
1700 "flag to adjust the limit of offered suggestions. The number of shown "
1701 "suggestions will be no less than the platform default limit.";
1702
manukhd9801bfc2022-01-04 22:43:581703const char kOmniboxAggregateShortcutsName[] = "Omnibox Aggregate Shortcuts";
1704const char kOmniboxAggregateShortcutsDescription[] =
1705 "When enabled, duplicate shortcuts matching the user input will be given "
1706 "an aggregate score; when disabled, they'll be scored independently";
1707
Brandon Wylie1299ff82020-01-23 02:13:371708const char kOmniboxAssistantVoiceSearchName[] =
1709 "Omnibox Assistant Voice Search";
1710const char kOmniboxAssistantVoiceSearchDescription[] =
1711 "When enabled, use Assistant for omnibox voice query recognition instead of"
1712 " Android's built-in voice recognition service. Only works on Android.";
1713
manukh80d476682022-01-28 08:00:441714const char kOmniboxBlurWithEscapeName[] = "Omnibox Blur with Escape";
1715const char kOmniboxBlurWithEscapeDescription[] =
1716 "When enabled, pressing escape when the omnibox is focused without user "
1717 "input will blur the omnibox and focus the web page.";
1718
manukh304e3f12021-10-06 16:40:331719const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
1720const char kOmniboxBookmarkPathsDescription[] =
1721 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
1722 "suggest a bookmark titled 'Jupiter' with URL "
1723 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
1724
Tommy Li19e27ede2020-08-14 22:52:401725const char kOmniboxClobberTriggersContextualWebZeroSuggestName[] =
1726 "Omnibox Clobber Triggers Contextual Web ZeroSuggest";
1727const char kOmniboxClobberTriggersContextualWebZeroSuggestDescription[] =
Tommy Li354a0e42020-07-30 16:46:141728 "If enabled, when the user clears the whole omnibox text (i.e. via "
Tommy Li19e27ede2020-08-14 22:52:401729 "Backspace), Chrome will request ZeroSuggest suggestions for the OTHER "
1730 "page classification (contextual web).";
Tommy Li354a0e42020-07-30 16:46:141731
manukh80d476682022-01-28 08:00:441732const char kOmniboxClosePopupWithEscapeName[] =
1733 "Omnibox Close Popup with Escape";
1734const char kOmniboxClosePopupWithEscapeDescription[] =
1735 "When enabled, pressing escape when the omnibox popup is open and the "
1736 "default suggestion is selected will close the omnibox without removing "
1737 "its focus or clearing user input.";
1738
Angela Yoeurng07a5adb2020-12-02 02:14:011739const char kOmniboxDisableCGIParamMatchingName[] =
1740 "Disable CGI Param Name Matching";
1741const char kOmniboxDisableCGIParamMatchingDescription[] =
1742 "Disables using matches in CGI parameter names while scoring suggestions.";
1743
manukh6941c4c2021-07-20 00:18:341744const char kOmniboxDocumentProviderAsoName[] = "Omnibox Document Provider ASO";
1745const char kOmniboxDocumentProviderAsoDescription[] =
1746 "If document suggestions are enabled, swaps the backend from cloudsearch "
1747 "to ASO (Apps Search Overlay) search.";
1748
Justin Donnellyf2703482019-10-24 21:42:151749const char kOmniboxExperimentalSuggestScoringName[] =
1750 "Omnibox Experimental Suggest Scoring";
1751const char kOmniboxExperimentalSuggestScoringDescription[] =
1752 "Enables an experimental scoring mode for suggestions when Google is the "
1753 "default search engine.";
1754
Filip Gorskib116dee2020-08-20 14:12:101755const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
1756const char kOmniboxMostVisitedTilesDescription[] =
manukhd9801bfc2022-01-04 22:43:581757 "Display a list of frequently visited pages from history as a single row "
Filip Gorskib116dee2020-08-20 14:12:101758 "with a carousel instead of one URL per line.";
1759
manukh6941c4c2021-07-20 00:18:341760const char kOmniboxPreserveLongerShortcutsTextName[] =
1761 "Omnibox Preserve Longer Shortcuts Text";
1762const char kOmniboxPreserveLongerShortcutsTextDescription[] =
1763 "When disabled, updating shortcuts truncates its text to the user input. "
1764 "When enabled, 3 additional characters are preserved.";
1765
Moe Ahmadi064dbcd2020-08-20 01:53:311766const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPName[] =
1767 "Omnibox Trending Zero Prefix Suggestions";
1768const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPDescription[] =
Moe Ahmadi8f2c226442022-01-12 16:13:041769 "Enables trending zero prefix suggestions for users with no or "
Moe Ahmadi064dbcd2020-08-20 01:53:311770 "insufficient search history.";
1771
Moe Ahmadi4d6f27b2021-11-19 01:40:361772const char kOmniboxZeroSuggestPrefetchingName[] =
1773 "Omnibox Zero Prefix Suggestion Prefetching";
1774const char kOmniboxZeroSuggestPrefetchingDescription[] =
1775 "Enables prefetching of the zero prefix suggestions for signed-in users. "
1776 "The options indicate the duration for which the response will be stored "
1777 "in the HTTP cache. If no or zero duration is provided, the existing "
1778 "in-memory cache will used instead of HTTP cache.";
1779
manuk695f9d4532020-03-18 19:22:081780const char kOmniboxRichAutocompletionName[] = "Omnibox Rich Autocompletion";
1781const char kOmniboxRichAutocompletionDescription[] =
1782 "Allow autocompletion for titles and non-prefixes. I.e. suggestions whose "
1783 "titles or URLs contain the user input as a continuous chunk, but not "
1784 "necessarily a prefix, can be the default suggestion. Typically, only "
1785 "suggestions whose URLs are prefixed by the user input can be. The "
1786 "potential variations toggle 4 params: 1) 'Title UI' displays titles, 2) "
1787 "'2-Line UI' includes titles (and URLs when autocompleting titles) on a "
1788 "2nd line, 3) 'Title AC' autocompletes titles, and 4) 'Non-Prefix AC' "
1789 "autocompletes non-prefixes.";
manuk55bdd972020-07-17 01:06:221790const char kOmniboxRichAutocompletionMinCharName[] =
1791 "Omnibox Rich Autocompletion Min Characters";
1792const char kOmniboxRichAutocompletionMinCharDescription[] =
1793 "Specifies min input character length to trigger rich autocompletion.";
manuk2a837412020-07-30 20:57:561794const char kOmniboxRichAutocompletionShowAdditionalTextName[] =
1795 "Omnibox Rich Autocompletion Show Additional Text";
1796const char kOmniboxRichAutocompletionShowAdditionalTextDescription[] =
1797 "Show the suggestion title or URL additional text when the input matches "
1798 "the URL or title respectively. Defaults to true.";
manukh848a0252020-09-30 19:14:141799const char kOmniboxRichAutocompletionSplitName[] =
1800 "Omnibox Rich Autocompletion Split";
1801const char kOmniboxRichAutocompletionSplitDescription[] =
1802 "Allow splitting the user input to intermix with autocompletions; e.g., "
1803 "the user input 'x z' could be autocompleted as 'x [y ]z'.";
manukheea2de32021-01-22 02:36:231804const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesName[] =
1805 "Omnibox Rich Autocompletion Prefer URLs over prefixes";
1806const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesDescription[] =
1807 "When the input matches both a suggestion's title's prefix and its URL's "
1808 "non-prefix, autocomplete the URL.";
manukh6b9c59c2020-08-28 19:29:251809const char kOmniboxRichAutocompletionPromisingName[] =
1810 "Omnibox Rich Autocompletion Promising Combinations";
1811const char kOmniboxRichAutocompletionPromisingDescription[] =
1812 "Allow autocompletion for titles and non-prefixes; see Omnibox Rich "
1813 "Autocompletion.";
Angela Yoeurng8f6731da2022-01-17 05:55:101814const char kOmniboxSiteSearchStarterPackName[] =
1815 "Omnibox Site Search Starter Pack";
1816const char kOmniboxSiteSearchStarterPackDescription[] =
1817 "Enables @history, @bookmarks, and @settings scopes in Omnibox Site "
1818 "Search/Keyword Mode";
Tomasz Wiszkowski8d447752021-07-20 02:58:261819const char kOmniboxOnFocusSuggestionsContextualWebAllowSRPName[] =
1820 "Allow Omnibox contextual web on-focus suggestions on the SRP";
1821const char kOmniboxOnFocusSuggestionsContextualWebAllowSRPDescription[] =
1822 "Enables on-focus suggestions on the Search Results page. "
1823 "Requires on-focus suggestions for the contextual web to be enabled. "
1824 "Will only work if user is signed-in and syncing.";
1825
Tommy Li55784022020-04-28 20:58:181826const char kOmniboxOnFocusSuggestionsContextualWebName[] =
1827 "Omnibox on-focus suggestions for the contextual Web";
1828const char kOmniboxOnFocusSuggestionsContextualWebDescription[] =
1829 "Enables on-focus suggestions on the Open Web, that are contextual to the "
1830 "current URL. Will only work if user is signed-in and syncing, or is "
1831 "otherwise eligible to send the current page URL to the suggest server.";
1832
Gang Wu13ba45f232022-02-11 18:25:521833const char kOmniboxPedalsBatch3NonEnglishName[] =
1834 "Omnibox Pedals batch 3 for non-English locales";
1835const char kOmniboxPedalsBatch3NonEnglishDescription[] =
1836 "Enable the third batch of Omnibox Pedals (Find your phone, etc.) for "
1837 "locales other than 'en' and 'en-GB'. This flag has no effect unless "
1838 "\"Omnibox Pedals batch 3\" is also enabled.";
1839
Benoit Lizeab08362c2017-07-19 14:50:541840const char kOmniboxSpareRendererName[] =
1841 "Start spare renderer on omnibox focus";
1842const char kOmniboxSpareRendererDescription[] =
1843 "When the omnibox is focused, start an empty spare renderer. This can "
1844 "speed up the load of the navigation from the omnibox.";
1845
Gang Wua4a85312020-06-20 05:14:131846const char kOmniboxTabSwitchSuggestionsName[] =
1847 "Omnibox switch to tab suggestions";
1848const char kOmniboxTabSwitchSuggestionsDescription[] =
1849 "Enable URL suggestions to optionally take the user to a tab where a "
1850 "website is already opened.";
1851
manukfdd97402020-07-22 18:19:171852const char kOmniboxMaxZeroSuggestMatchesName[] =
1853 "Omnibox Max Zero Suggest Matches";
1854const char kOmniboxMaxZeroSuggestMatchesDescription[] =
1855 "Changes the maximum number of autocomplete matches displayed when zero "
1856 "suggest is active (i.e. displaying suggestions without input).";
1857
Brett Wilsonecb80982017-07-12 20:34:511858const char kOmniboxUIMaxAutocompleteMatchesName[] =
1859 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:511860const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1861 "Changes the maximum number of autocomplete matches displayed in the "
1862 "Omnibox UI.";
1863
Mustafa Emre Acer0626cbb2021-07-14 20:35:041864const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
1865 "Omnibox Updated connection security indicators";
1866const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
1867 "Use new connection security indicators for https pages in the omnibox.";
1868
Kevin Baileycd6889922019-05-30 17:22:551869const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
1870const char kOmniboxMaxURLMatchesDescription[] =
1871 "The maximum number of URL matches to show, unless there are no "
1872 "replacements.";
1873
manuk4e2979d2020-07-08 23:29:281874const char kOmniboxDynamicMaxAutocompleteName[] =
1875 "Omnibox Dynamic Max Autocomplete";
1876const char kOmniboxDynamicMaxAutocompleteDescription[] =
1877 "Configures the maximum number of autocomplete matches displayed in the "
1878 "Omnibox UI dynamically based on the number of URL matches.";
1879
Ryan Sturm98e6aec2020-11-30 20:34:381880const char kEnableSearchPrefetchName[] = "Search Prefetch";
1881const char kEnableSearchPrefetchDescription[] =
1882 "Allow the default search engine to specify prefetch behavior for "
1883 "suggestions to search results pages.";
1884
Khushal Sagar5d9d4f22020-05-28 15:42:131885const char kOopRasterizationDDLName[] =
1886 "Out of process rasterization using DDLs";
1887const char kOopRasterizationDDLDescription[] =
1888 "Use Skia Deferred Display Lists when performing rasterization in the GPU "
1889 "process "
1890 "Must also enable OOP rasterization";
1891
mcrousecece5812021-03-03 22:31:571892const char kOptimizationGuideModelDownloadingName[] =
1893 "Allow optimization guide model downloads";
1894const char kOptimizationGuideModelDownloadingDescription[] =
1895 "Enables the optimization guide to download prediction models.";
1896
Robert Ogden52285a52021-07-01 19:26:201897const char kOptimizationGuideModelPushNotificationName[] =
1898 "Enable optimization guide push notifications";
1899const char kOptimizationGuideModelPushNotificationDescription[] =
1900 "Enables the optimization guide to receive push notifications.";
1901
Eric Karl34c48382019-10-15 02:04:171902const char kEnableDeJellyName[] = "Experimental de-jelly effect";
1903const char kEnableDeJellyDescription[] =
1904 "Enables an experimental effect which attempts to mitigate "
1905 "\"jelly-scrolling\". This is an experimental implementation with known "
1906 "bugs, visual artifacts, and performance cost. This implementation may be "
1907 "removed at any time.";
1908
Daniel Vogelheim88d1ca9e2022-02-04 19:53:451909const char kOriginAgentClusterDefaultName[] =
1910 "Origin-keyed Agent Clusters by default";
1911const char kOriginAgentClusterDefaultDescription[] =
1912 "Select the default behaviour for the Origin-Agent-Cluster http header. "
1913 "If enabled, an absent header will cause pages to be assigned to an "
1914 "origin-keyed agent cluster, and to a site-keyed agent cluster when "
1915 "disabled. Documents whose agent clusters are origin-keyed cannot set "
1916 "document.domain to relax the same-origin policy.";
1917
Ethan Mooney01e6f192021-06-10 13:14:071918const char kOsSettingsAppNotificationsPageName[] =
1919 "CrOS Settings App Notifications Page";
1920const char kOsSettingsAppNotificationsPageDescription[] =
1921 "If enabled, a new App Notifications subpage will appear in the "
1922 "CrOS Settings Apps section.";
1923
Wez600f06c2021-03-05 20:32:301924const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1925const char kOverlayScrollbarsDescription[] =
1926 "Enable the experimental overlay scrollbars implementation. You must also "
1927 "enable threaded compositing to have the scrollbars animate.";
1928
Daniele Castagna74ddb9c2018-06-21 22:59:021929const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1930const char kOverlayStrategiesDescription[] =
1931 "Select strategies used to promote quads to HW overlays.";
1932const char kOverlayStrategiesDefault[] = "Default";
1933const char kOverlayStrategiesNone[] = "None";
1934const char kOverlayStrategiesUnoccludedFullscreen[] =
1935 "Unoccluded fullscreen buffers (single-fullscreen)";
1936const char kOverlayStrategiesUnoccluded[] =
1937 "Unoccluded buffers (single-fullscreen,single-on-top)";
1938const char kOverlayStrategiesOccludedAndUnoccluded[] =
1939 "Occluded and unoccluded buffers "
1940 "(single-fullscreen,single-on-top,underlay)";
1941
Scott Littleb26dc862020-09-30 18:08:111942const char kOverrideLanguagePrefsForHrefTranslateName[] =
1943 "Override user-blocklisted languages for hrefTranslate";
1944const char kOverrideLanguagePrefsForHrefTranslateDescription[] =
1945 "When using hrefTranslate, ignore the user's blocklist of languages that "
1946 "shouldn't be translated.";
1947const char kOverrideSitePrefsForHrefTranslateName[] =
1948 "Override user-blocklisted sites for hrefTranslate";
1949const char kOverrideSitePrefsForHrefTranslateDescription[] =
1950 "When using hrefTranslate, ignore the user's blocklist of websites that "
1951 "shouldn't be translated.";
Scott Littleab2a3a52021-07-08 19:17:111952const char kOverrideUnsupportedPageLanguageForHrefTranslateName[] =
1953 "Force translation on pages with unsupported languages for hrefTranslate";
1954const char kOverrideUnsupportedPageLanguageForHrefTranslateDescription[] =
1955 "When using hrefTranslate, force translation on pages where the page's "
1956 "language cannot be determined or is unsupported.";
1957const char kOverrideSimilarLanguagesForHrefTranslateName[] =
1958 "Force translation on pages with a similar page language for hrefTranslate";
1959const char kOverrideSimilarLanguagesForHrefTranslateDescription[] =
1960 "When using hrefTranslate, force translation on pages where the page's "
1961 "language is similar to the target language specified via hrefTranslate.";
Scott Littleb26dc862020-09-30 18:08:111962
Jinsuk Kim2e139e432021-02-26 03:46:561963const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1964const char kOverscrollHistoryNavigationDescription[] =
1965 "History navigation in response to horizontal overscroll.";
1966
minch1ad858c2021-06-24 20:30:011967const char kOverviewButtonName[] = "Overview button at the status area";
1968const char kOverviewButtonDescription[] =
1969 "If enabled, always show the overview button at the status area.";
1970
Sophie Chang9081cb32021-09-28 22:39:101971const char kPageContentAnnotationsName[] = "Page content annotations";
1972const char kPageContentAnnotationsDescription[] =
1973 "Enables page content to be annotated on-device.";
1974
Sophie Chang8d500672022-02-09 22:45:301975const char kPageEntitiesPageContentAnnotationsName[] =
1976 "Page entities content annotations";
1977const char kPageEntitiesPageContentAnnotationsDescription[] =
1978 "Enables annotating the page entities model for each page load on-device.";
1979
Olesia Marukhno0fc754b2021-09-17 15:05:061980const char kPageInfoAboutThisSiteName[] =
1981 "'About this site' section in page info";
1982const char kPageInfoAboutThisSiteDescription[] =
1983 "Enable the 'About this site' section in the page info.";
1984
Olesia Marukhno4f39c7fb2021-12-14 16:55:481985const char kPageInfoHistoryDesktopName[] = "Page info history";
1986const char kPageInfoHistoryDesktopDescription[] =
1987 "Enable a history section in the page info.";
1988
Sophie Chang8d500672022-02-09 22:45:301989const char kPageVisibilityPageContentAnnotationsName[] =
1990 "Page visibility content annotations";
1991const char kPageVisibilityPageContentAnnotationsDescription[] =
1992 "Enables annotating the page visibility model for each page load "
1993 "on-device.";
1994
Xing Liu5400a002017-09-15 21:48:291995const char kParallelDownloadingName[] = "Parallel downloading";
1996const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061997 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291998
Maxim Kolosovskiy411dc8742020-07-25 11:50:141999const char kPasswordChangeInSettingsName[] =
2000 "Rework password change flow from settings";
2001const char kPasswordChangeInSettingsDescription[] =
2002 "Change password when bulk leak check detected an issue.";
2003
Milica Selakovice8bdde612020-02-19 11:48:362004const char kPasswordChangeName[] = "Rework password change flow";
2005const char kPasswordChangeDescription[] =
2006 "Change password when password leak is detected.";
2007
Vaclav Brozekd8a3f542017-11-16 14:21:132008const char kPasswordImportName[] = "Password import";
2009const char kPasswordImportDescription[] =
2010 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:512011
Marc Treib05c1ba52021-08-12 15:20:102012const char kPasswordsAccountStorageRevisedOptInFlowName[] =
2013 "Revised opt-in flow for account-scoped passwore storage";
2014const char kPasswordsAccountStorageRevisedOptInFlowDescription[] =
2015 "Enables the revised opt-in flow for the account-scoped passwords storage "
2016 "during first-time save.";
2017
Norge Vizcayd17787a2022-01-24 13:30:022018const char kPasswordDomainCapabilitiesFetchingName[] =
2019 "Fetch credentials' password change capabilities";
2020const char kPasswordDomainCapabilitiesFetchingDescription[] =
2021 "Fetches credentials' password change capabilities from the server.";
2022
Maxim Kolosovskiybf5b2262020-09-25 15:47:332023const char kPasswordScriptsFetchingName[] = "Fetch password scripts";
2024const char kPasswordScriptsFetchingDescription[] =
2025 "Fetches scripts for password change flows.";
2026
Hui Yingst13aa6c22021-07-09 20:58:532027const char kPdfUnseasonedName[] = "Pepper-free PDF viewer";
2028const char kPdfUnseasonedDescription[] = "Enables the Pepper-free PDF viewer.";
2029
Carlos ILc5c2e2702020-12-15 21:19:502030const char kPdfXfaFormsName[] = "PDF XFA support";
2031const char kPdfXfaFormsDescription[] =
2032 "Enables support for XFA forms in PDFs. "
2033 "Has no effect if Chrome was not built with XFA support.";
2034
Peter Beverloodcd5d9652021-10-11 23:30:592035const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents";
2036const char kAutoWebContentsDarkModeDescription[] =
Aran Gilman5e9672bed2019-08-02 19:07:492037 "Automatically render all web contents using a dark theme.";
2038
Alison Maherc07a3fb2019-10-07 21:25:032039const char kForcedColorsName[] = "Forced Colors";
2040const char kForcedColorsDescription[] =
2041 "Enables forced colors mode for web content.";
2042
Matt Amertecf4bf32019-09-25 19:50:392043const char kPercentBasedScrollingName[] = "Percent-based Scrolling";
2044const char kPercentBasedScrollingDescription[] =
2045 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
2046 "of the scroller size.";
2047
Olesia Marukhno16fdd647a2020-05-04 09:34:002048const char kPermissionChipName[] = "Permissions Chip Experiment";
2049const char kPermissionChipDescription[] =
2050 "Enables an experimental permission prompt that uses a chip in the location"
2051 " bar.";
2052
Bret Sepulveda4aec1d5f2021-03-18 15:24:402053const char kPermissionChipGestureSensitiveName[] =
2054 "Gesture-sensitive Permissions Chip";
2055const char kPermissionChipGestureSensitiveDescription[] =
2056 "If the Permissions Chip Experiment is enabled, controls whether or not "
2057 "the chip should be more prominent when the request is associated with a "
2058 "gesture.";
2059
2060const char kPermissionChipRequestTypeSensitiveName[] =
2061 "Request-type-sensitive Permissions Chip";
2062const char kPermissionChipRequestTypeSensitiveDescription[] =
2063 "If the Permissions Chip Experiment is enabled, controls whether or not "
2064 "the chip should be more or less prominent depending on the request type.";
2065
Andy Paicu204a1bb82020-11-12 21:50:142066const char kPermissionPredictionsName[] = "Permission Predictions";
2067const char kPermissionPredictionsDescription[] =
2068 "Use the Permission Predictions Service to surface permission requests "
2069 "using a quieter UI when the likelihood of the user granting the "
2070 "permission is predicted to be low. Requires "
Balazs Engedy6f94e1c2021-11-22 14:16:352071 "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be "
2072 "enabled.";
Andy Paicu204a1bb82020-11-12 21:50:142073
Illia Klimovdf283b02021-07-07 17:33:252074const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2075const char kPermissionQuietChipDescription[] =
2076 "Enables an experimental permission prompt that uses the quiet chip "
2077 "instead of the right-hand side address bar icon for quiet permission "
2078 "prompts. Requires chrome://flags/#quiet-notification-prompts to be "
2079 "enabled.";
2080
cfredricdfcd1932021-08-18 17:56:522081const char kPersistentQuotaIsTemporaryQuotaName[] =
2082 "window.PERSISTENT is temporary quota.";
2083const char kPersistentQuotaIsTemporaryQuotaDescription[] =
2084 "Causes the window.PERSISTENT quota type to have the same semantics as "
2085 "window.TEMPORARY.";
2086
Jason Thai60fc9c0d2021-11-02 22:46:072087const char kPersonalizationHubName[] = "Personalization Hub UI";
2088const char kPersonalizationHubDescription[] =
2089 "Enable the UI to let users customize their wallpapers, screensaver, and "
2090 "avatars.";
2091
Francois Beaufort3890c312021-05-19 19:03:292092const char kPlaybackSpeedButtonName[] = "Playback Speed Button";
2093const char kPlaybackSpeedButtonDescription[] =
2094 "Enable the playback speed button on the media controls.";
2095
Ella Geb58eed12019-09-05 23:37:012096const char kPointerLockOptionsName[] = "Enables pointer lock options";
2097const char kPointerLockOptionsDescription[] =
2098 "Enables pointer lock unadjustedMovement. When unadjustedMovement is set "
2099 "to true, pointer movements wil not be affected by the underlying platform "
2100 "modications such as mouse accelaration.";
2101
Brandon Wylie955a16942021-09-24 22:43:102102const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow";
2103const char kBookmarksImprovedSaveFlowDescription[] =
2104 "Enabled an improved save flow for bookmarks.";
2105
Brandon Wylief203eee2021-10-11 22:55:452106const char kBookmarksRefreshName[] = "Bookmarks refresh";
Brandon Wylie9fe37582021-08-24 01:22:532107const char kBookmarksRefreshDescription[] =
Brandon Wylief203eee2021-10-11 22:55:452108 "Enable various changes to bookmarks.";
Brandon Wylie9fe37582021-08-24 01:22:532109
Hiroki Nakagawa5bc48482020-11-19 08:23:552110const char kPrerender2Name[] = "Prerender2";
2111const char kPrerender2Description[] =
Lingqi Chid869d3e2021-06-08 00:00:012112 "Enables the new prerenderer implementation for "
2113 "<script type=speculationrules> that specifies prerender candidates.";
Hiroki Nakagawa5bc48482020-11-19 08:23:552114
Robert Lin4035ebb2021-10-08 12:23:412115const char kOmniboxTriggerForPrerender2Name[] =
2116 "Omnibox trigger for Prerender2";
2117const char kOmniboxTriggerForPrerender2Description[] =
2118 "Enables the new omnibox trigger prerenderer implementation.";
2119
Tymofii Chudakov58d51bcf2020-10-05 09:20:212120const char kPrivacyAdvisorName[] = "Privacy Advisor";
2121const char kPrivacyAdvisorDescription[] =
2122 "Provides contextual entry points for adjusting privacy settings";
2123
Rainhard Findling62b818f2021-06-08 09:38:092124const char kPrivacyReviewName[] = "Privacy Review";
2125const char kPrivacyReviewDescription[] =
2126 "Shows a new subpage in Settings that helps the user to review various "
2127 "privacy settings.";
2128
Christian Dullweber665b7562022-02-15 09:44:062129const char kPrivacySandboxV3Name[] = "Privacy Sandbox V3";
2130const char kPrivacySandboxV3Description[] =
2131 "Enables an updated Privacy Sandbox UI. Also enables some related "
2132 "features.";
2133
Dana Friedac7b8ff2019-09-18 21:27:572134const char kProminentDarkModeActiveTabTitleName[] =
2135 "Prominent Dark Mode Active Tab Titles";
2136const char kProminentDarkModeActiveTabTitleDescription[] =
2137 "Makes the active tab title in dark mode bolder so the active tab is "
2138 "easier "
2139 "to identify.";
2140
Mohsen Izadi93faac12017-07-29 04:45:152141const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2142const char kPullToRefreshDescription[] =
2143 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012144const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152145
Finnur Thorarinsson818e6c112021-05-19 13:06:462146const char kPwaUpdateDialogForNameAndIconName[] =
2147 "Enable PWA install update dialog for name/icon changes";
2148const char kPwaUpdateDialogForNameAndIconDescription[] =
2149 "Enable a confirmation dialog that shows up when a PWA changes its "
2150 "icon/name";
2151
Brett Wilsonecb80982017-07-12 20:34:512152const char kQuicName[] = "Experimental QUIC protocol";
2153const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2154
Max Tauroe049b272021-06-01 18:45:342155const char kQuickActionSearchWidgetAndroidName[] = "Quick Action Search Widget";
2156const char kQuickActionSearchWidgetAndroidDescription[] =
2157 "When enabled, the quick action search widget will be available to add to "
2158 "the homescreen.";
2159
Max Tauro7972e5a32021-07-20 23:55:542160const char kQuickActionSearchWidgetAndroidDinoVariantName[] =
2161 "Quick Action Search Widget - Dino Variant";
2162const char kQuickActionSearchWidgetAndroidDinoVariantDescription[] =
2163 "When enabled, the Dino widget will be available to add to the homescreen";
2164
Charles Zhao947ebdf2021-12-13 01:27:162165const char kQuickDimName[] = "Enable lock on leave";
2166const char kQuickDimDescription[] =
2167 "Enables lock on leave feature to better dim or lock the device. Can be "
2168 "enabled and disabled from the Smart privacy section of your device "
2169 "settings.";
2170
Yulun Wuc7439a652021-06-18 17:24:182171const char kSettingsAppNotificationSettingsName[] =
2172 "Split notification permission settings";
2173const char kSettingsAppNotificationSettingsDescription[] =
2174 "Remove per-app notification permissions settings from the quick settings "
2175 "menu. Notification permission settings will be split between the "
2176 "lacros-chrome browser's notification permission page "
2177 "and the ChromeOS settings app.";
2178
Caroline Risingd572da02021-03-30 20:41:082179const char kReadLaterNewBadgePromoName[] = "Reading list 'New' badge promo";
2180const char kReadLaterNewBadgePromoDescription[] =
2181 "Causes a 'New' badge to appear on the entry point for adding to the "
2182 "reading list in the tab context menu.";
2183
Alan Cutter20fd08f2020-12-01 13:39:162184const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2185const char kRecordWebAppDebugInfoDescription[] =
2186 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442187 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162188
Mike Taylorcf2393772021-05-25 16:35:412189const char kReduceUserAgentName[] = "Reduce User-Agent request header";
2190const char kReduceUserAgentDescription[] =
2191 "Reduce (formerly, \"freeze\") the amount of information available in "
2192 "the User-Agent request header. "
2193 "See https://www.chromium.org/updates/ua-reduction for more info.";
2194
James Hollyer6e5f5c32020-07-27 21:18:102195const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2196const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222197 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2198 "API";
James Hollyer6e5f5c32020-07-27 21:18:102199
Dominic Farolino0e1f9a1a2020-11-25 23:25:002200const char kMBIModeName[] = "MBI Scheduling Mode";
2201const char kMBIModeDescription[] =
2202 "Enables independent agent cluster scheduling, via the "
2203 "AgentSchedulingGroup infrastructure.";
2204
OlivierLi95a0f6a52020-06-18 15:40:082205const char kIntensiveWakeUpThrottlingName[] =
2206 "Throttle Javascript timers in background.";
2207const char kIntensiveWakeUpThrottlingDescription[] =
Francois Doray6cff4e02020-07-01 01:12:582208 "When enabled, wake ups from DOM Timers are limited to 1 per minute in a "
2209 "page that has been hidden for 5 minutes. For additional details, see "
2210 "https://www.chromestatus.com/feature/4718288976216064.";
OlivierLi95a0f6a52020-06-18 15:40:082211
cfredricaba4a462021-06-22 18:29:132212const char kSamePartyCookiesConsideredFirstPartyName[] =
2213 "Consider SameParty cookies to be first-party.";
2214const char kSamePartyCookiesConsideredFirstPartyDescription[] =
2215 "If enabled, SameParty cookies will not be blocked even if third-party "
2216 "cookies are blocked.";
2217
Dylan Cutlerc2988fe2021-08-05 14:24:372218const char kPartitionedCookiesName[] = "Partitioned cookies";
2219const char kPartitionedCookiesDescription[] =
2220 "Controls if the Partitioned cookie attribute is enabled.";
2221
Elaine Chien2b731c82021-01-28 17:50:562222const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142223const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592224const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142225 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592226
Taylor Bergquist1e4bc9bf2021-04-27 21:51:082227const char kScrollableTabStripButtonsName[] = "Tab Scrolling Buttons";
2228const char kScrollableTabStripButtonsDescription[] =
2229 "When the scrollable-tabstrip flag is enabled, this enables buttons to "
2230 "permanently appear on the tabstrip.";
2231
David Bokanebe23cc52020-05-11 18:20:462232const char kScrollUnificationName[] = "Scroll Unification";
2233const char kScrollUnificationDescription[] =
2234 "Refactoring project that eliminates scroll handling code from Blink. "
2235 "Does not affect behavior or performance.";
2236
Andrey Zaytsev0c74fc42021-03-17 10:48:012237const char kSearchHistoryLinkName[] = "Search History Link";
2238const char kSearchHistoryLinkDescription[] =
2239 "Changes the Clear Browsing Data UI to display a link to clear search "
2240 "history on My Google Activity.";
2241
Yulun Wu04255512022-02-15 01:34:152242extern const char kSearchResultInlineIconName[] = "Search Result Inline Icons";
2243extern const char kSearchResultInlineIconDescription[] =
2244 "Show iconified text and vector icons "
2245 "in launcher search results.";
2246
Rouslan Solomakhine73fa7852020-08-28 10:33:462247const char kSecurePaymentConfirmationDebugName[] =
2248 "Secure Payment Confirmation Debug Mode";
2249const char kSecurePaymentConfirmationDebugDescription[] =
2250 "This flag removes the restriction that PaymentCredential in WebAuthn and "
2251 "secure payment confirmation in PaymentRequest API must use user verifying "
2252 "platform authenticators.";
2253
Matt Jones5f151b72021-08-16 15:30:152254const char kShoppingListName[] = "Shopping List";
2255const char kShoppingListDescription[] = "Enable shopping list in bookmarks.";
2256
Peter Boströmb136d872021-06-16 18:56:072257const char kSidePanelFlagId[] = "side-panel";
Peter Boström259e1472020-10-22 22:26:242258const char kSidePanelName[] = "Side panel";
Peter Boströmb136d872021-06-16 18:56:072259const char kSidePanelDescription[] =
2260 "Enables a browser-level side panel for a useful and persistent way to "
2261 "access your Reading List and Bookmarks.";
Peter Boström259e1472020-10-22 22:26:242262
John Lee0d7ba332021-07-29 18:41:572263const char kSidePanelDragAndDropFlagId[] = "side-panel-drag-and-drop";
2264const char kSidePanelDragAndDropName[] = "Side panel drag and drop";
2265const char kSidePanelDragAndDropDescription[] =
2266 "Enables drag and drop of bookmarks within the side panel.";
2267
Yasmin69a132f2019-08-07 15:30:362268const char kSharedClipboardUIName[] =
2269 "Enable shared clipboard feature signals to be handled";
2270const char kSharedClipboardUIDescription[] =
2271 "Enables shared clipboard feature signals to be handled by showing "
2272 "a list of user's available devices to share the clipboard.";
2273
Kyle Milkacf3aa6e12021-07-28 00:34:022274const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
2275const char kSharingDesktopScreenshotsDescription[] =
2276 "Enables taking"
2277 " screenshots from the desktop sharing hub.";
2278
Alex Chaud7886842020-05-13 15:37:052279const char kSharingPreferVapidName[] =
2280 "Prefer sending Sharing message via VAPID";
2281const char kSharingPreferVapidDescription[] =
2282 "Prefer sending Sharing message via FCM WebPush authenticated using VAPID.";
2283
Alex Chauf15a7192020-01-30 17:37:512284const char kSharingSendViaSyncName[] =
2285 "Enable sending Sharing message via Sync";
2286const char kSharingSendViaSyncDescription[] =
2287 "Enables sending Sharing message via commiting to Chrome Sync's "
2288 "SHARING_MESSAGE data type";
2289
Toni Barzicf630740ec2021-06-30 15:53:212290const char kShelfDragToPinName[] = "Pin apps in shelf using drag";
2291
2292const char kShelfDragToPinDescription[] =
2293 "Enables pinning unpinned items in shelf by dragging them to the part of "
2294 "the shelf that contains pinned apps.";
2295
Manu Cornetd7ef7c52018-05-01 22:08:232296const char kShelfHoverPreviewsName[] =
2297 "Show previews of running apps when hovering over the shelf.";
2298const char kShelfHoverPreviewsDescription[] =
2299 "Shows previews of the open windows for a given running app when hovering "
2300 "over the shelf.";
2301
Brett Wilsonecb80982017-07-12 20:34:512302const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2303const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382304 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2305 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512306
2307const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2308const char kShowAutofillTypePredictionsDescription[] =
2309 "Annotates web forms with Autofill field type predictions as placeholder "
2310 "text.";
2311
Lei Zhang1a6fd01b2021-03-24 17:03:482312const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2313const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152314 "Display the performance metrics of current page in a heads up display on "
2315 "the page.";
2316
pwarren878671672019-12-13 19:18:162317const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2318const char kShowOverdrawFeedbackDescription[] =
2319 "Visualize overdraw by color-coding elements based on if they have other "
2320 "elements drawn underneath.";
2321
kylechare8835ca92020-03-16 15:34:582322const char kSkiaRendererName[] = "Skia API for compositing";
Jonathan Backer93610a82019-03-27 14:02:382323const char kSkiaRendererDescription[] =
2324 "If enabled, the display compositor will use Skia as the graphics API "
kylechare8835ca92020-03-16 15:34:582325 "instead of OpenGL ES.";
Jonathan Backer93610a82019-03-27 14:02:382326
Lukasz Anforowiczd2e16e62019-03-28 19:06:592327const char kIsolateOriginsName[] = "Isolate additional origins";
2328const char kIsolateOriginsDescription[] =
2329 "Requires dedicated processes for an additional set of origins, "
2330 "specified as a comma-separated list.";
2331
Mike West6b2bd752020-12-02 06:36:592332const char kIsolationByDefaultName[] =
2333 "Change web-facing behaviors that prevent origin-level isolation";
2334const char kIsolationByDefaultDescription[] =
2335 "Change several web APIs that make it difficult to isolate origins into "
2336 "distinct processes. While these changes will ideally become new default "
2337 "behaviors for the web, this flag is likely to break your experience on "
2338 "sites you visit today.";
2339
Lukasz Anforowicz738a88d2018-11-05 19:19:342340const char kSiteIsolationOptOutName[] = "Disable site isolation";
2341const char kSiteIsolationOptOutDescription[] =
2342 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572343 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2344 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222345 "isolation is force-enabled using a command line switch or using an "
2346 "enterprise policy. "
2347 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572348 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342349const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2350const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512351
Brett Wilsonecb80982017-07-12 20:34:512352const char kSmoothScrollingName[] = "Smooth Scrolling";
2353const char kSmoothScrollingDescription[] =
2354 "Animate smoothly when scrolling page content.";
2355
Majid Valipourae11335e2020-10-14 04:09:242356const char kWebOTPCrossDeviceName[] = "WebOTP Cross Device";
2357const char kWebOTPCrossDeviceDescription[] =
2358 "Enable the WebOTP API to work across devices";
Sam Goto09d69a12019-11-20 23:56:562359
shivanigithub75489e352021-02-22 19:24:302360const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2361const char kSplitCacheByNetworkIsolationKeyDescription[] =
2362 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2363 "disallow cross-site tracking.";
2364
Lei Zhang507fffd2020-01-29 23:47:542365const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2366const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462367 "Experimental security mode that strengthens the site isolation policy. "
2368 "Controls whether site isolation should use origins instead of scheme and "
2369 "eTLD+1.";
2370
Brandon Maslenda12cf82019-08-23 20:54:182371const char kStorageAccessAPIName[] = "Storage Access API";
2372const char kStorageAccessAPIDescription[] =
2373 "Enables the Storage Access API, allowing websites to request storage "
2374 "access when it would otherwise be restricted.";
2375
Lexi Stavrakos094fd642020-06-17 23:26:432376const char kStoragePressureEventName[] = "Enable storage pressure Event";
2377const char kStoragePressureEventDescription[] =
2378 "If enabled, Chrome will dispatch a DOM event, informing applications "
2379 "about storage pressure (low disk space)";
2380
Talal Jawaid493a07732021-05-06 21:30:232381const char kStoreHoursAndroidName[] = "Store Hours";
2382const char kStoreHoursAndroidDescription[] =
2383 "When enabled, shows store hours for stores in tab grid view.";
2384
Brett Wilsonecb80982017-07-12 20:34:512385const char kSuggestionsWithSubStringMatchName[] =
2386 "Substring matching for Autofill suggestions";
2387const char kSuggestionsWithSubStringMatchDescription[] =
2388 "Match Autofill suggestions based on substrings (token prefixes) rather "
2389 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342390
Patrick Nolandfa5abf92022-02-02 20:26:132391const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures";
2392const char kSuppressToolbarCapturesDescription[] =
2393 "Suppress Toolbar Captures except when certain properties change.";
2394
Brett Wilsonecb80982017-07-12 20:34:512395const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2396const char kSyncSandboxDescription[] =
2397 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342398
Mikel Astiz850b0fe2021-06-16 09:47:272399const char kSyncTrustedVaultPassphrasePromoName[] =
2400 "Enable promos for sync trusted vault passphrase.";
2401const char kSyncTrustedVaultPassphrasePromoDescription[] =
2402 "Enables promos for an experimental sync passphrase type, referred to as "
2403 "trusted vault.";
2404
2405const char kSyncTrustedVaultPassphraseRecoveryName[] =
2406 "Enable sync trusted vault passphrase with improved recovery.";
2407const char kSyncTrustedVaultPassphraseRecoveryDescription[] =
2408 "Enables support for an experimental sync passphrase type, referred to as "
2409 "trusted vault, including logic and APIs for improved account recovery "
2410 "flows.";
2411
Joe Downing8cbbc192018-05-14 17:37:072412const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
2413const char kSystemKeyboardLockDescription[] =
2414 "Enables websites to use the keyboard.lock() API to intercept system "
2415 "keyboard shortcuts and have the events routed directly to the website "
2416 "when in fullscreen mode.";
2417
Ahmed Mehfoozf719a672020-12-17 23:32:522418const char kStylusBatteryStatusName[] =
2419 "Show stylus battery stylus in the stylus tools menu";
2420const char kStylusBatteryStatusDescription[] =
2421 "Enables viewing the current stylus battery level in the stylus tools "
2422 "menu.";
2423
Jesse McKennafbdeac62021-04-26 16:38:472424const char kSubframeShutdownDelayName[] =
2425 "Add delay to subframe renderer process shutdown";
2426const char kSubframeShutdownDelayDescription[] =
2427 "Delays shutdown of subframe renderer processes by a few seconds to allow "
2428 "them to be potentially reused. This aims to reduce process churn in "
2429 "navigations where the source and destination share subframes.";
2430
Matt Simmons1fd0c9f2019-04-15 19:08:222431const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
2432const char kTabEngagementReportingDescription[] =
2433 "Tracks tab engagement and lifetime metrics.";
2434
Yusuf Ozuysal67f05a02019-02-15 19:30:522435const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
2436const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462437 "Allows users to see their tabs in a grid layout in the tab switcher on "
2438 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:522439
Mei Liang6b296982021-10-06 22:49:042440const char kCommerceDeveloperName[] = "Commerce developer mode";
2441const char kCommerceDeveloperDescription[] =
2442 "Allows users in the allowlist to enter the developer mode";
2443
Ayman Almadhoun5a72fa742021-04-28 05:49:152444const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
2445const char kCommerceMerchantViewerAndroidDescription[] =
2446 "Allows users to view merchant trust signals on eligible pages.";
2447
Yusuf Ozuysal436d90b82019-03-15 22:17:582448const char kTabGroupsAndroidName[] = "Tab Groups";
2449const char kTabGroupsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462450 "Allows users to create groups to better organize their tabs on phones.";
Yusuf Ozuysal436d90b82019-03-15 22:17:582451
Yue Zhange5610102019-11-01 19:46:392452const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
2453const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462454 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:392455
Yue Zhang2834d6b2019-05-01 17:30:282456const char kTabGroupsUiImprovementsAndroidName[] = "Tab Groups UI Improvements";
2457const char kTabGroupsUiImprovementsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462458 "Allows users to access new features in Tab Group UI on phones.";
Yue Zhang2834d6b2019-05-01 17:30:282459
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092460const char kTabToGTSAnimationAndroidName[] = "Enable Tab-to-GTS Animation";
2461const char kTabToGTSAnimationAndroidDescription[] =
2462 "Allows users to see an animation when entering or leaving the "
Yue Zhang5a167c72020-03-16 16:56:462463 "Grid Tab Switcher on phones.";
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092464
Charlene Yan2df3072a2021-09-02 16:57:502465const char kAppsShortcutDefaultOffName[] = "Apps Shortcut Default Off";
2466const char kAppsShortcutDefaultOffDescription[] =
2467 "Changes the apps shortcut on the bookmarks bar to default to off.";
2468
Charlene Yan45ff10d92020-09-16 03:14:592469const char kTabGroupsAutoCreateName[] = "Tab Groups Auto Create";
2470const char kTabGroupsAutoCreateDescription[] =
2471 "Automatically creates groups for users, if tab groups are enabled.";
2472
Dana Fried7ecd0e02021-02-03 21:20:572473const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
2474const char kTabGroupsNewBadgePromoDescription[] =
2475 "Causes a 'New' badge to appear on the entry point for creating a tab "
2476 "group in the tab context menu.";
2477
Alyssa Frederickab694f22021-07-02 20:05:392478const char kTabGroupsSaveName[] = "Tab Groups Save";
2479const char kTabGroupsSaveDescription[] =
2480 "Enables users to explicitly save and recall tab groups.";
2481
Dana Friedacaa8ef52019-02-08 02:20:352482const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
2483const char kTabHoverCardImagesDescription[] =
2484 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
2485
Dana Fried07b03c62019-07-31 19:20:562486const char kTabOutlinesInLowContrastThemesName[] =
2487 "Tab Outlines in Low Contrast Themes";
2488const char kTabOutlinesInLowContrastThemesDescription[] =
2489 "Expands the range of situations in which tab outline strokes are "
2490 "displayed, improving accessiblity in dark and incognito mode.";
2491
Yuheng Huang59d1d302021-10-29 21:21:142492const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search";
2493const char kTabSearchFuzzySearchDescription[] =
2494 "Enable fuzzy search for Tab Search.";
2495
Daniel Rubery1a2fe3a82022-01-27 00:22:412496const char kTailoredSecurityIntegrationName[] =
2497 "Account-level tailored security integration";
2498const char kTailoredSecurityIntegrationDescription[] =
2499 "Enable the integration between Enhanced Safe Browsing in Chrome and in "
2500 "the account";
2501
mcrouse2b928eb2021-02-26 21:59:092502const char kTFLiteLanguageDetectionName[] = "TFLite-based Language Detection";
2503const char kTFLiteLanguageDetectionDescription[] =
2504 "Uses TFLite for language detection in place of CLD3";
2505
Daniele Castagnaac71d892020-07-07 17:30:372506const char kTintCompositedContentName[] = "Tint composited content";
2507const char kTintCompositedContentDescription[] =
2508 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:292509 "study overlay support.";
2510
Peter Kastingd77428352018-10-26 15:20:252511const char kTopChromeTouchUiName[] = "Touch UI Layout";
2512const char kTopChromeTouchUiDescription[] =
2513 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:342514
Brett Wilsonecb80982017-07-12 20:34:512515const char kThreadedScrollingName[] = "Threaded scrolling";
2516const char kThreadedScrollingDescription[] =
2517 "Threaded handling of scroll-related input events. Disabling this will "
2518 "force all such scroll events to be handled on the main thread. Note that "
2519 "this can dramatically hurt scrolling performance of most websites and is "
2520 "intended for testing purposes only.";
2521
Francois Doray570ada12022-01-19 01:12:242522const char kThrottleForegroundTimersName[] =
2523 "Throttle Foreground Timers to 30 Hz";
2524const char kThrottleForegroundTimersDescription[] =
2525 "On foreground pages, run DOM timers with a non-zero delay on a periodic "
2526 "30 Hz tick, instead of as soon as their delay has passed.";
2527
W. James MacLean17fc6852021-05-06 18:29:292528const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
2529 "Throttle non-visible cross-origin iframes";
2530const char
2531 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
2532 "When enabled, all cross-origin iframes with zero visibility (either "
2533 "display:none or zero area) will be throttled, regardless of whether "
2534 "they are same-process or cross-process. When disabled, only cross-"
2535 "process iframes will be throttled.";
2536
Brett Wilsonecb80982017-07-12 20:34:512537const char kTouchDragDropName[] = "Touch initiated drag and drop";
2538const char kTouchDragDropDescription[] =
2539 "Touch drag and drop can be initiated through long press on a draggable "
2540 "element.";
2541
Brett Wilsonecb80982017-07-12 20:34:512542const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
2543const char kTouchSelectionStrategyDescription[] =
2544 "Controls how text selection granularity changes when touch text selection "
2545 "handles are dragged. Non-default behavior is experimental.";
2546const char kTouchSelectionStrategyCharacter[] = "Character";
2547const char kTouchSelectionStrategyDirection[] = "Direction";
2548
Josh Simmons7a8e7a942021-06-19 01:08:562549const char kTranslateAssistContentName[] = "Translate AssistContent";
2550const char kTranslateAssistContentDescription[] =
2551 "Enables populating translate details for the current page in "
2552 "AssistContent.";
2553
Anthony Vallee-Dubois265c5692018-06-01 15:57:142554const char kTranslateForceTriggerOnEnglishName[] =
2555 "Select which language model to use to trigger translate on English "
2556 "content";
2557const char kTranslateForceTriggerOnEnglishDescription[] =
2558 "Force the Translate Triggering on English pages experiment to be enabled "
2559 "with the selected language model active.";
2560
Josh Simmons8c98484872021-05-05 20:50:012561const char kTranslateIntentName[] = "Translate intent";
2562const char kTranslateIntentDescription[] =
2563 "Enables an intent that allows Assistant to initiate a translation of the "
2564 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:522565
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052566const char kTreatInsecureOriginAsSecureName[] =
2567 "Insecure origins treated as secure";
2568const char kTreatInsecureOriginAsSecureDescription[] =
2569 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:132570 "supplied as a comma-separated list. Origins must have their protocol "
2571 "specified e.g. \"http://example.com\". For the definition of secure "
2572 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052573
David Van Cleve08c5bc012020-03-26 17:31:462574const char kTrustTokensName[] = "Enable Trust Tokens";
2575const char kTrustTokensDescription[] =
2576 "Enables the prototype Trust Token API "
2577 "(https://github.com/wicg/trust-token-api).";
2578
Will Cassellafd1edf02020-08-26 23:13:082579const char kTurnOffStreamingMediaCachingOnBatteryName[] =
2580 "Turn off caching of streaming media to disk while on battery power.";
2581const char kTurnOffStreamingMediaCachingOnBatteryDescription[] =
2582 "Reduces disk activity during media playback, which can result in "
2583 "power savings.";
2584
2585const char kTurnOffStreamingMediaCachingAlwaysName[] =
Shawn Pickett0b470712019-08-15 00:43:452586 "Turn off caching of streaming media to disk.";
Will Cassellafd1edf02020-08-26 23:13:082587const char kTurnOffStreamingMediaCachingAlwaysDescription[] =
Shawn Pickett0b470712019-08-15 00:43:452588 "Reduces disk activity during media playback, which can result in "
2589 "power savings.";
2590
Caroline Risingf6e790042021-11-22 23:43:322591const char kUnifiedSidePanelFlagId[] = "unified-side-panel";
2592const char kUnifiedSidePanelName[] = "Unified side panel";
2593const char kUnifiedSidePanelDescription[] = "Revamp the side panel experience.";
2594
Vasilii Sukhanov36365432021-07-02 08:38:212595const char kUnifiedPasswordManagerAndroidName[] =
2596 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:562597const char kUnifiedPasswordManagerAndroidDescription[] =
2598 "Uses Google Mobile Services to store and retrieve passwords."
2599 "Warning: Highly experimental. May lead to loss of passwords and "
2600 "impact performance.";
2601
François Beaufortdb160c12019-05-01 06:28:142602const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
2603const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:052604 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:142605 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
2606 "for other processes.";
2607
Maya Lekova4785fd22020-08-31 10:36:072608const char kUnsafeFastJSCallsName[] = "Unsafe fast JS calls";
2609const char kUnsafeFastJSCallsDescription[] =
2610 "Enables experimental fast API between Blink and V8."
2611 "Warning: type checking, few POD types and array types "
2612 "are not supported yet, so crashes are possible.";
2613
Brett Wilsonecb80982017-07-12 20:34:512614const char kUiPartialSwapName[] = "Partial swap";
2615const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2616
cfredric04aa50c2020-10-30 13:32:022617const char kUseFirstPartySetName[] = "First-Party Set";
2618const char kUseFirstPartySetDescription[] =
2619 "Use the provided list of origins as a First-Party Set, with the first "
2620 "valid origin as the owner of the set.";
2621
Maria Kazinova85a2ece2021-06-14 19:24:282622const char kUsernameFirstFlowName[] = "Username first flow voting";
Vadym Doroshenkoa063a512019-12-12 17:59:072623const char kUsernameFirstFlowDescription[] =
Maria Kazinova85a2ece2021-06-14 19:24:282624 "Support of sending votes on username first flow i.e. login "
2625 "flows where a user has to type username first on one page and then "
Maria Kazinova58cedc02021-08-02 17:15:112626 "password on another page. Votes are send on single username forms and are "
2627 "based on user interaction with the save prompt.";
2628
2629const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
2630 "Username first flow fallback crowdsourcing";
2631const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
2632 "Support of sending additional votes on username first flow i.e. login "
2633 "flows where a user has to type username first on one page and then "
2634 "password on another page. These votes are sent on single password forms "
2635 "and contain information whether a 1-password form follows a 1-text form "
2636 "and the value's type(or pattern) in the latter (e.g. email-like, "
2637 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:282638
2639const char kUsernameFirstFlowFillingName[] = "Username first flow filling";
2640const char kUsernameFirstFlowFillingDescription[] =
Vadym Doroshenkoa063a512019-12-12 17:59:072641 "Support of username saving and filling on username first flow i.e. login "
Vadym Doroshenkob7f9ef22019-07-16 13:51:062642 "flows where a user has to type username first on one page and then "
2643 "password on another page";
2644
Zentaro Kavanagh892851f2019-05-29 15:13:312645const char kUseSearchClickForRightClickName[] =
2646 "Use Search+Click for right click";
2647const char kUseSearchClickForRightClickDescription[] =
2648 "When enabled search+click will be remapped to right click, allowing "
2649 "webpages and apps to consume alt+click. When disabled the legacy "
2650 "behavior of remapping alt+click to right click will remain unchanged.";
2651
Michael Hablich896d52662017-10-23 15:59:572652const char kV8VmFutureName[] = "Future V8 VM features";
2653const char kV8VmFutureDescription[] =
2654 "This enables upcoming and experimental V8 VM features. "
2655 "This flag does not enable experimental JavaScript features.";
2656
Cattalyya Nuengsigkapiand6fe2042021-09-21 02:40:422657const char kVerticalSnapName[] = "Vertical Snap features";
2658const char kVerticalSnapDescription[] =
2659 "This enables Vertical Snap feature in portrait display."
2660 "This feature allows users to snap windows to top and bottom in portrait "
2661 "display orientation and maintains left/right snap for landscape display.";
2662
Jeff Chen64a0458a2022-01-13 17:12:172663const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper.";
2664const char kGlobalVaapiLockDescription[] =
2665 "Enable or disable the global VA-API lock for platforms and paths that "
2666 "support controlling this.";
2667
Hirokazu Honda22eb73a2021-10-29 03:58:382668const char kVp9kSVCHWDecodingName[] =
2669 "Hardware decode acceleration for k-SVC VP9";
2670const char kVp9kSVCHWDecodingDescription[] =
2671 "Enable or disable k-SVC VP9 hardware decode acceleration";
2672
Brett Wilsonecb80982017-07-12 20:34:512673const char kWalletServiceUseSandboxName[] =
2674 "Use Google Payments sandbox servers";
2675const char kWalletServiceUseSandboxDescription[] =
2676 "For developers: use the sandbox service for Google Payments API calls.";
2677
Jeffrey Young6981b732021-09-09 21:27:312678const char kWallpaperFullScreenPreviewName[] =
2679 "Enable wallpaper full screen preview UI";
2680const char kWallpaperFullScreenPreviewDescription[] =
2681 "Allows users to minimize all active windows to preview their current "
2682 "wallpaper";
2683
Sean Kau1d8791e32021-11-08 22:51:542684const char kWallpaperPerDeskName[] =
2685 "Enable setting different wallpapers per desk";
2686const char kWallpaperPerDeskDescription[] =
2687 "Allow users to set different wallpapers on each of their active desks";
2688
François Beaufort7aace812022-02-02 13:57:172689const char kWebBluetoothName[] = "Web Bluetooth";
2690const char kWebBluetoothDescription[] =
2691 "Enables the Web Bluetooth API on platforms without official support";
2692
Ovidio Henriquez3d729f62020-02-07 00:43:292693const char kWebBluetoothNewPermissionsBackendName[] =
2694 "Use the new permissions backend for Web Bluetooth";
2695const char kWebBluetoothNewPermissionsBackendDescription[] =
2696 "Enables the new permissions backend for Web Bluetooth. This will enable "
François Beaufort2b916752021-12-06 13:05:172697 "persistent storage of device permissions and Web Bluetooth features such "
2698 "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()";
Ovidio Henriquez3d729f62020-02-07 00:43:292699
Tsuyoshi Horoabfb079d2019-10-17 02:09:062700const char kWebBundlesName[] = "Web Bundles";
2701const char kWebBundlesDescription[] =
2702 "Enables experimental supports for Web Bundles (Bundled HTTP Exchanges) "
2703 "navigation.";
2704
Reilly Grant679f59d2021-09-29 18:39:382705const char kWebMidiName[] = "Web MIDI";
2706const char kWebMidiDescription[] =
2707 "Enables the implementation of the Web MIDI API. When disabled the "
2708 "interface will still be exposed by Blink.";
2709
Ayu Ishiidbdd5c92020-03-20 23:40:522710const char kWebOtpBackendName[] = "Web OTP";
2711const char kWebOtpBackendDescription[] =
2712 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:372713const char kWebOtpBackendSmsVerification[] = "Code Browser API";
2714const char kWebOtpBackendUserConsent[] = "User Consent API";
2715const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:522716
Kenneth Russell08c7dc32021-07-09 08:06:592717const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
2718const char kWebglDeveloperExtensionsDescription[] =
2719 "Enabling this option allows web applications to access WebGL extensions "
2720 "intended only for use during development time.";
2721
Brett Wilsonecb80982017-07-12 20:34:512722const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2723const char kWebglDraftExtensionsDescription[] =
2724 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:592725 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:512726
Danyao Wang47a0f312019-05-09 20:52:242727const char kWebPaymentsExperimentalFeaturesName[] =
2728 "Experimental Web Payments API features";
2729const char kWebPaymentsExperimentalFeaturesDescription[] =
2730 "Enable experimental Web Payments API features";
2731
Liquan (Max) Guad63b072021-09-22 13:13:222732const char kPaymentRequestBasicCardName[] =
2733 "PaymentRequest API 'basic-card' method";
2734const char kPaymentRequestBasicCardDescription[] =
2735 "The 'basic-card' payment method of the PaymentRequest API.";
2736
Liquan (Max) Gu8fcb9192020-05-20 16:22:182737const char kAppStoreBillingDebugName[] =
2738 "Web Payments App Store Billing Debug Mode";
2739const char kAppStoreBillingDebugDescription[] =
2740 "App-store purchases (e.g., Google Play Store) within a TWA can be "
2741 "requested using the Payment Request API. This flag removes the "
2742 "restriction that the TWA has to be installed from the app-store.";
2743
Per Åhgrencef44262019-11-20 10:54:512744const char kWebrtcCaptureMultiChannelApmName[] =
2745 "WebRTC multi-channel capture audio processing.";
2746const char kWebrtcCaptureMultiChannelApmDescription[] =
2747 "Support in WebRTC for processing capture audio in multi channel without "
2748 "downmixing when running APM in the render process.";
2749
Qingsi Wangec2dbf942018-11-03 05:33:042750const char kWebrtcHideLocalIpsWithMdnsName[] =
2751 "Anonymize local IPs exposed by WebRTC.";
2752const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2753 "Conceal local IP addresses with mDNS hostnames.";
2754
Alex Loikob5fb1282018-08-14 10:04:402755const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2756const char kWebrtcHybridAgcDescription[] =
2757 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2758
Alessio Bazzica1fcfa3e2021-06-04 17:26:572759const char kWebrtcAnalogAgcClippingControlName[] =
2760 "WebRTC Agc1 analog clipping control.";
2761const char kWebrtcAnalogAgcClippingControlDescription[] =
2762 "WebRTC Agc1 analog clipping controller to reduce saturation.";
2763
Brett Wilsonecb80982017-07-12 20:34:512764const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2765const char kWebrtcHwDecodingDescription[] =
2766 "Support in WebRTC for decoding video streams using platform hardware.";
2767
2768const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2769const char kWebrtcHwEncodingDescription[] =
2770 "Support in WebRTC for encoding video streams using platform hardware.";
2771
Elad Alon85e0d0be2018-06-26 10:38:372772const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2773const char kWebRtcRemoteEventLogDescription[] =
2774 "Allow collecting WebRTC event logs and uploading them to Crash. "
2775 "Please note that, even if enabled, this will still require "
2776 "a policy to be set, for it to have an effect.";
2777
Brett Wilsonecb80982017-07-12 20:34:512778const char kWebrtcSrtpAesGcmName[] =
2779 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2780const char kWebrtcSrtpAesGcmDescription[] =
2781 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2782
Sergey Silkinc33244f2020-01-31 17:21:302783const char kWebrtcUseMinMaxVEADimensionsName[] =
2784 "WebRTC Min/Max Video Encode Accelerator dimensions";
2785const char kWebrtcUseMinMaxVEADimensionsDescription[] =
2786 "When enabled, WebRTC will only use the Video Encode Accelerator for "
2787 "video resolutions inside those published as supported.";
2788
Reilly Grant3c560fa2021-09-25 01:27:252789const char kWebUsbDeviceDetectionName[] =
2790 "Automatic detection of WebUSB-compatible devices";
2791const char kWebUsbDeviceDetectionDescription[] =
2792 "When enabled, the user will be notified when a device which advertises "
2793 "support for WebUSB is connected. Disable if problems with USB devices are "
2794 "observed when the browser is running.";
2795
Alex Cooper01f110e2020-01-08 02:24:162796const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
2797const char kWebXrForceRuntimeDescription[] =
2798 "Force the browser to use a particular runtime, even if it would not "
2799 "usually be enabled or would otherwise not be selected based on the "
2800 "attached hardware.";
2801
2802const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:162803const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:162804
Will Cassellaa1a4d1112019-12-27 20:52:312805const char kWebXrIncubationsName[] = "WebXR Incubations";
2806const char kWebXrIncubationsDescription[] =
2807 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:242808
Brett Wilsonecb80982017-07-12 20:34:512809const char kZeroCopyName[] = "Zero-copy rasterizer";
2810const char kZeroCopyDescription[] =
2811 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342812
Peng Huang70021682019-09-18 19:42:282813const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:472814const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:282815
Kyle Milka17458ca2021-03-05 20:40:242816const char kSharedHighlightingV2Name[] = "Shared Highlighting 2.0";
2817const char kSharedHighlightingV2Description[] =
2818 "Improvements to Shared Highlighting. Including ability to reshare or "
2819 "remove a highlight.";
2820
Cheick Cisseb8f706032021-06-22 01:50:472821const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
2822const char kSharedHighlightingAmpDescription[] =
2823 "Enables Shared Highlighting for AMP Viwers.";
2824
Mario Bianucci3be046eb2021-02-26 18:41:482825const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
2826const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
2827const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
2828const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
Mario Bianucci3be046eb2021-02-26 18:41:482829const char kDrawPredictedPointsDescription[] =
2830 "Draw predicted points when using the delegated ink trails API. Requires "
2831 "experimental web platform features to be enabled.";
2832const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
2833
Daniel Vogelheim236d9a82021-04-01 15:40:532834const char kSanitizerApiName[] = "Sanitizer API";
2835const char kSanitizerApiDescription[] =
2836 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
2837
Peng Huang723f26e2021-06-04 01:55:102838const char kUsePassthroughCommandDecoderName[] =
2839 "Use passthrough command decoder";
2840const char kUsePassthroughCommandDecoderDescription[] =
2841 "Use chrome passthrough command decoder instead of validating command "
2842 "decoder.";
2843
Igor Ruvinovbe0d649c2021-06-09 19:50:252844const char kExtensionWorkflowJustificationName[] =
2845 "Extension request justification";
2846const char kExtensionWorkflowJustificationDescription[] =
2847 "Enables users to justify their extension requests by causing a text field "
2848 "to appear on the extension request dialog.";
2849
Igor Ruvinov49c55abf2021-10-01 16:26:082850const char kEnterpriseReportingExtensionManifestVersionName[] =
2851 "Enterprise reporting of extension manifest versions";
2852const char kEnterpriseReportingExtensionManifestVersionDescription[] =
2853 "Causes extension manifest versions to be included in the extension info "
2854 "section of Chrome Browser Cloud Management reports.";
2855
Xiaohan Wang55ae2c012022-01-20 21:49:112856#if !BUILDFLAG(IS_ANDROID)
Elly Fong-Jones3dde8f62021-09-15 22:38:202857const char kShareContextMenuName[] = "Share context menu";
2858const char kShareContextMenuDescription[] =
2859 "Whether the sharing options in various context menus are grouped into "
2860 "a common submenu.";
Elly Fong-Jones4f731262021-09-21 03:13:452861#endif
Elly Fong-Jones3dde8f62021-09-15 22:38:202862
Brianna Goldstein86e75cf2021-12-22 17:59:582863const char kForceMajorVersionInMinorPositionInUserAgentName[] =
2864 "Put major version in minor version position in User-Agent";
2865const char kForceMajorVersionInMinorPositionInUserAgentDescription[] =
2866 "Lock the Chrome major version in the User-Agent string to 99, and "
2867 "force the major version number to the minor version position. This "
2868 "flag is a backup plan for unexpected site-compatibility breakage with "
2869 "a three digit major version.";
2870
Ali Beyad67fdee02022-02-12 23:54:512871const char kDurableClientHintsCacheName[] = "Persistent client hints";
2872const char kDurableClientHintsCacheDescription[] =
2873 "Persist the client hints cache beyond browser restarts.";
2874
Brett Wilsonff596952017-07-14 01:06:552875// Android ---------------------------------------------------------------------
2876
Xiaohan Wang55ae2c012022-01-20 21:49:112877#if BUILDFLAG(IS_ANDROID)
Brett Wilsonff596952017-07-14 01:06:552878
Mark Schillacid9ce86c2021-09-30 16:37:532879const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom";
2880const char kAccessibilityPageZoomDescription[] =
2881 "Whether the UI and underlying code for page zoom should be enabled to"
2882 " allow a user to increase/decrease the web contents zoom factor.";
2883
Og Astorgadd4f278d2021-12-11 13:27:452884const char kActivateMetricsReportingEnabledPolicyAndroidName[] =
2885 "Activate MetricsReportingEnabled policy on Android";
2886const char kActivateMetricsReportingEnabledPolicyAndroidDescription[] =
2887 " Allows admins to block metrics reporting by using "
2888 " MetricsReportingEnabled policy.";
2889
Shakti Sahu1c04a2872021-03-17 16:38:482890const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
2891const char kAddToHomescreenIPHDescription[] =
2892 " Shows in-product-help messages educating users about add to homescreen "
2893 "option in chrome.";
2894
Vikas Soni5463f1a2020-08-17 22:47:302895const char kAImageReaderName[] = "Android ImageReader";
2896const char kAImageReaderDescription[] =
2897 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
2898 " This feature is only available for android P+ devices. Disabling it also "
2899 " disables SurfaceControl.";
2900
Trevor Perrier990a1c62020-09-11 20:27:322901const char kAndroidDetailedLanguageSettingsName[] =
2902 "Detailed Language Settings";
2903const char kAndroidDetailedLanguageSettingsDescription[] =
2904 "Enable the new detailed language settings page";
2905
Trevor Perrierc1384bb2021-06-04 23:54:032906const char kAndroidForceAppLanguagePromptName[] =
2907 "Force second run app language prompt";
2908const char kAndroidForceAppLanguagePromptDescription[] =
2909 "When enabled the app language prompt to change the UI language will"
2910 "always be shown.";
2911
Lijin Shen4e002bf32020-12-01 22:41:322912const char kAndroidLayoutChangeTabReparentingName[] =
2913 "Android Chrome UI phone/tablet layout change tab reparenting";
2914const char kAndroidLayoutChangeTabReparentingDescription[] =
2915 "If enabled, when the screen size switches between phone and tablet size, "
2916 "the UI layout updates to the proper one and the current tabs are "
2917 "reparented instead of reloaded.";
2918
Vikas Sonif14e32c2020-08-15 06:17:222919const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
2920const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:302921 " Enables SurfaceControl to manage the buffer queue for the "
2922 " DisplayCompositor on Android. This feature is only available on "
2923 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:222924
Josh Simmons825de242020-11-19 19:23:002925const char kAssistantIntentPageUrlName[] =
2926 "Include page URL in Assistant intent";
2927const char kAssistantIntentPageUrlDescription[] =
2928 "Include the current page's URL in the Assistant voice transcription "
2929 "intent.";
2930
Josh Simmons68325af2021-01-15 21:10:212931const char kAssistantIntentTranslateInfoName[] =
2932 "Translate info in Assistant intent";
2933const char kAssistantIntentTranslateInfoDescription[] =
2934 "Include page translation details in the Assistant voice transcription "
2935 "intent. This includes the page's URL and its original, current, and "
2936 "default target language.";
2937
Miriam Gershenson8cf1397222018-01-23 22:48:292938const char kAsyncDnsName[] = "Async DNS resolver";
2939const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2940
Brett Wilsonff596952017-07-14 01:06:552941const char kAutofillAccessoryViewName[] =
2942 "Autofill suggestions as keyboard accessory view";
2943const char kAutofillAccessoryViewDescription[] =
2944 "Shows Autofill suggestions on top of the keyboard rather than in a "
2945 "dropdown.";
2946
Caitlin Fischer43edd90a2019-05-01 13:24:302947const char kAutofillUseMobileLabelDisambiguationName[] =
2948 "Autofill Uses Mobile Label Disambiguation";
2949const char kAutofillUseMobileLabelDisambiguationDescription[] =
2950 "When enabled, Autofill suggestions' labels are displayed using a "
2951 "mobile-friendly format.";
2952
Gang Wua7bfb5f42021-04-09 18:54:212953const char kAppMenuMobileSiteOptionName[] =
2954 "Show Mobile Site option in app menu";
2955const char kAppMenuMobileSiteOptionDescription[] =
2956 "When enabled, app menu should show 'Mobile site' when showing desktop "
2957 "site, instead of showing 'Desktop Site' with checkbox";
2958
Xing Liu7b448302021-04-09 05:35:142959const char kBookmarkBottomSheetName[] = "Enables bookmark bottom sheet";
2960const char kBookmarkBottomSheetDescription[] =
2961 "Enables showing a bookmark bottom sheet when adding a bookmark.";
2962
Ramin Halavatiba7ddcc2019-11-13 06:19:282963const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
2964const char kCCTIncognitoDescription[] =
2965 "Enables incognito mode for Chrome Custom Tabs, on Android.";
2966
Rohit Agarwalc3973312020-11-18 14:40:232967const char kCCTIncognitoAvailableToThirdPartyName[] =
2968 "Allow third party to open Custom Tabs Incognito mode";
2969const char kCCTIncognitoAvailableToThirdPartyDescription[] =
2970 "Enabling it would allow third party apps to open incognito mode for "
2971 "Chrome Custom Tabs, on Android.";
2972
Shimi Zhangdabb3c22021-09-16 22:10:252973const char kCCTResizable90MaximumHeightName[] =
2974 "Bottom sheet Custom Tabs maximum height";
2975const char kCCTResizable90MaximumHeightDescription[] =
2976 "When enabled, the bottom sheet Custom Tabs will have maximum height 90% "
2977 "of the screen height, otherwise the maximum height is 100% of the screen "
2978 "height. In both cases, Custom Tabs will yield to the top status bar when "
2979 "at full stop";
Shimi Zhangf82007c2021-10-07 16:20:202980const char kCCTResizableAllowResizeByUserGestureName[] =
2981 "Bottom sheet Custom Tabs allow resize by user gesture";
2982const char kCCTResizableAllowResizeByUserGestureDescription[] =
2983 "Enable user gesture to resize bottom sheet Custom Tabs";
Shimi Zhangdabb3c22021-09-16 22:10:252984const char kCCTResizableForFirstPartiesName[] =
2985 "Bottom sheet Custom Tabs (first party)";
2986const char kCCTResizableForFirstPartiesDescription[] =
2987 "Enable bottom sheet Custom Tabs for first party apps.";
2988const char kCCTResizableForThirdPartiesName[] =
2989 "Bottom sheet Custom Tabs (third party)";
2990const char kCCTResizableForThirdPartiesDescription[] =
2991 "Enable bottom sheet Custom Tabs for third party apps.";
2992
Xing Liu1e6b43d2021-03-15 19:26:452993const char kChimeAlwaysShowNotificationDescription[] =
2994 "A debug flag to always show Chime notification after receiving a payload.";
2995const char kChimeAlwaysShowNotificationName[] =
2996 "Always show Chime notification";
2997
2998const char kChimeAndroidSdkDescription[] =
2999 "Enable Chime SDK to receive push notification.";
3000const char kChimeAndroidSdkName[] = "Use Chime SDK";
3001
ckitagawa12ef4152020-12-03 19:14:573002const char kContinuousSearchName[] = "Continuous Search Navigation";
3003const char kContinuousSearchDescription[] =
3004 "Enables caching of search results to permit a more seamless search "
3005 "experience.";
3006
Tanya Guptabefbdb32020-10-28 19:36:553007const char kChromeShareLongScreenshotName[] = "Chrome Share Long Screenshots";
3008const char kChromeShareLongScreenshotDescription[] =
3009 "Enables UI to edit and share long screenshots on Android";
3010
Travis Skareedcee15642021-09-16 15:49:383011const char kChromeSharingHubLaunchAdjacentName[] =
3012 "Launch new share hub actions in adjacent window";
3013const char kChromeSharingHubLaunchAdjacentDescription[] =
3014 "In multi-window mode, launches share hub actions in an adjacent window. "
3015 "For internal debugging.";
3016
ckitagawaef86db282022-01-21 16:28:593017const char kCloseAllTabsModalDialogName[] = "Close all tabs modal dialog";
3018const char kCloseAllTabsModalDialogDescription[] =
3019 "Shows a confirmation modal dialog when clicking 'Close all tabs' in the"
3020 "app menu.";
3021
David Maunder915c7ef2019-09-20 16:22:083022const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
3023const char kCloseTabSuggestionsDescription[] =
3024 "Suggests to the user to close Tabs that haven't been used beyond a "
3025 "configurable threshold or where duplicates of Tabs exist. "
3026 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:283027
David Maunder8cf7fd82020-08-20 19:31:543028const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
3029const char kCriticalPersistedTabDataDescription[] =
3030 "A new method of persisting Tab data across restarts has been devised "
3031 "and implemented. This actives the new approach.";
3032
Wenyu Fu38061af2021-10-20 23:18:143033const char kContextMenuPopupStyleName[] = "Context menu popup style";
3034const char kContextMenuPopupStyleDescription[] =
3035 "Enable the popup style context menu, where the context menu will be"
3036 "anchored around the touch point.";
3037
Donn Denman140a08562020-03-09 18:23:193038const char kContextualSearchDebugName[] = "Contextual Search debug";
3039const char kContextualSearchDebugDescription[] =
3040 "Enables internal debugging of Contextual Search behavior on the client "
3041 "and server.";
3042
Donn Denman5ca582ea2021-10-28 20:22:313043const char kContextualSearchDelayedIntelligenceName[] =
3044 "Contextual Search Delayed Intelligence";
3045const char kContextualSearchDelayedIntelligenceDescription[] =
3046 "Enables an intelligent search for default-enabled users when they open "
3047 "the bottom sheet.";
3048
Donn Denman19688bc2021-03-05 18:48:403049const char kContextualSearchForceCaptionName[] =
3050 "Contextual Search force a caption";
3051const char kContextualSearchForceCaptionDescription[] =
3052 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:413053
Andrey Zaytsevd62da272022-01-27 14:00:523054const char kContextualSearchLiteralSearchTapName[] =
3055 "Contextual Search literal search with tap";
3056const char kContextualSearchLiteralSearchTapDescription[] =
3057 "Enables Contextual Search to be activated with a single tap and produce "
3058 "a literal search. This is intended to be used in conjunction with the "
3059 "long-press resolve feature to allow both gestures to trigger a form of "
3060 "Touch to Search.";
3061
Donn Denman6be77d42019-05-04 15:55:423062const char kContextualSearchLongpressResolveName[] =
3063 "Contextual Search long-press Resolves";
3064const char kContextualSearchLongpressResolveDescription[] =
3065 "Enables communicating with Google servers when a long-press gesture is "
Donn Denmanc0a33cbf2020-02-27 15:26:053066 "recognized under some privacy-limited conditions, including having Touch "
3067 "to Search enabled in preferences. The page context data sent to Google is "
3068 "potentially privacy sensitive! This disables the tap gesture from "
3069 "triggering Touch to Search unless that experiment arm is enabled.";
Donn Denman6be77d42019-05-04 15:55:423070
Donn Denman8e58ead2017-11-04 01:44:013071const char kContextualSearchMlTapSuppressionName[] =
3072 "Contextual Search ML tap suppression";
3073const char kContextualSearchMlTapSuppressionDescription[] =
3074 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:023075 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
3076 "enabled!";
Brett Wilsonff596952017-07-14 01:06:553077
Gang Wudb813da2021-08-20 18:09:133078const char KContextualSearchNewSettingsName[] =
3079 "Contextual Search new settings";
3080const char KContextualSearchNewSettingsDescription[] =
3081 "Adds a toggle to Settings page to specifically control Contextual Search "
3082 "opt-in state, and update Opt-in messages.";
3083
Donn Denman59729812018-01-09 01:27:023084const char kContextualSearchRankerQueryName[] =
3085 "Contextual Search Ranker prediction";
3086const char kContextualSearchRankerQueryDescription[] =
3087 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
3088
Sinan Sahincdaed9f2021-01-20 22:43:283089const char kContextualSearchThinWebViewImplementationName[] =
3090 "Use Contextual Search ThinWebView implementation";
3091const char kContextualSearchThinWebViewImplementationDescription[] =
3092 "Use ThinWebView and BottomSheet based implementation for Contextual"
3093 "Search.";
3094
Donn Denman58a1da42020-01-27 23:40:383095const char kContextualSearchTranslationsName[] =
3096 "Contextual Search translations";
3097const char kContextualSearchTranslationsDescription[] =
3098 "Enables automatic translations of words on a page to be presented in the "
3099 "caption of the bottom bar.";
3100
Donn Denman4c4f56732021-12-03 19:59:483101const char kContextualTriggersSelectionHandlesName[] =
3102 "Contextual Triggers selection handles";
3103const char kContextualTriggersSelectionHandlesDescription[] =
3104 "Shows the selection handles when selecting text in response to a tap "
3105 "gesture on plain text.";
3106
3107const char kContextualTriggersSelectionMenuName[] =
3108 "Contextual Triggers selection menu";
3109const char kContextualTriggersSelectionMenuDescription[] =
3110 "Shows the context menu when selecting text in response to a tap gesture "
3111 "on plain text.";
3112
3113const char kContextualTriggersSelectionSizeName[] =
3114 "Contextual Triggers selection size";
3115const char kContextualTriggersSelectionSizeDescription[] =
3116 "Selects a sentence instead of a single word when text is selected in "
3117 "response to "
3118 "a tap gesture on plain text.";
3119
Eric Secklerb9545b32020-08-11 21:29:423120const char kCpuAffinityRestrictToLittleCoresName[] = "Restrict to LITTLE cores";
3121const char kCpuAffinityRestrictToLittleCoresDescription[] =
3122 "Restricts Chrome threads to LITTLE cores on devices with big.LITTLE or "
3123 "similar CPU architectures.";
3124
Sky Malice49e21652021-06-29 17:20:293125const char kDynamicColorAndroidName[] = "Dynamic colors on Android";
3126const char kDynamicColorAndroidDescription[] =
3127 "Enabled dynamic colors on supported devices, such as Pixel devices "
3128 "running Android 12.";
3129
Fabio Tirelo918089a2018-10-22 21:24:083130const char kAutofillManualFallbackAndroidName[] =
3131 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3132const char kAutofillManualFallbackAndroidDescription[] =
3133 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3134 "keyboard accessory.";
3135
Fabio Tirelo315e65922018-09-05 03:35:493136const char kEnableAutofillRefreshStyleName[] =
3137 "Enable Autofill refresh style (Android)";
3138const char kEnableAutofillRefreshStyleDescription[] =
3139 "Enable modernized style for Autofill on Android";
3140
Fabio Tirelo20aa0562021-10-20 15:07:583141const char kChromeManagementPageAndroidName[] =
3142 "Enable chrome://management page on Android";
3143const char kChromeManagementPageAndroidDescription[] =
3144 "Enable chrome://management page on Android, which aims to inform the user "
3145 "if their browser is managed by their employer along with other useful "
3146 "information.";
3147
Lei Tianbd5a3bf2018-02-28 19:01:163148const char kEnableCommandLineOnNonRootedName[] =
3149 "Enable command line on non-rooted devices";
3150const char kEnableCommandLineOnNoRootedDescription[] =
3151 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3152
Min Qin4975ee352021-08-31 20:02:273153const char kEnableDangerousDownloadDialogName[] =
3154 "Enable dangerous download dialog";
3155const char kEnableDangerousDownloadDialogDescription[] =
3156 "Use dialog instead of infobar for user to confirm dangerous download";
3157
3158const char kEnableDuplicateDownloadDialogName[] =
3159 "Enable duplicate download dialog";
3160const char kEnableDuplicateDownloadDialogDescription[] =
3161 "Use dialog instead of infobar for user to confirm duplicate download";
3162
Min Qin058f4ae82021-10-04 20:47:303163const char kEnableMixedContentDownloadDialogName[] =
3164 "Enable mixed content download dialog";
3165const char kEnableMixedContentDownloadDialogDescription[] =
3166 "Use dialog instead of infobar for user to confirm mixed content download";
3167
Lei Zhang0a318af2018-11-14 02:19:463168const char kExploreSitesName[] = "Explore websites";
3169const char kExploreSitesDescription[] =
3170 "Enables portal from new tab page to explore websites.";
3171
Shakti Sahuedcbaef2022-01-18 19:54:213172const char kFeatureNotificationGuideName[] = "Feature notification guide";
3173const char kFeatureNotificationGuideDescription[] =
3174 "Enables notifications about chrome features.";
3175
Shakti Sahu6c4afcde2022-01-31 23:03:543176const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] =
3177 "Feature notification guide - Skip check for low engaged users";
3178const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] =
3179 "Skips check for low engaged users.";
3180
Jian Lic22a3ce2021-08-31 15:46:593181const char kFeedBackToTopName[] = "Back to top of the feeds";
3182const char kFeedBackToTopDescription[] =
3183 "Enables showing a callout to help users return to the top of the feeds "
3184 "quickly.";
3185
Jian Lif1423512021-06-21 18:03:523186const char kFeedInteractiveRefreshName[] = "Refresh feeds";
3187const char kFeedInteractiveRefreshDescription[] =
3188 "Enables refreshing feeds triggered by the users.";
3189
Justin DeWitt3eca4372021-09-17 19:44:523190const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder";
3191const char kFeedLoadingPlaceholderDescription[] =
3192 "Enables a placeholder UI in "
3193 "the feed instead of the loading spinner at first load.";
3194
Jonathan Freedaa862a542021-09-03 17:42:253195const char kFeedStampName[] = "StAMP cards in the feed";
3196const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
3197
Neil Coronado9e95d962021-12-01 01:51:483198const char kGridTabSwitcherForTabletsName[] = "Grid tab switcher for tablets";
3199const char kGridTabSwitcherForTabletsDescription[] =
3200 "Enable grid tab switcher for tablets, replacing the tab strip.";
3201
Wenyu Fua369f1552020-05-01 00:54:453202const char kHomepagePromoCardName[] =
3203 "Enable homepage promo card on the New Tab Page";
3204const char kHomepagePromoCardDescription[] =
3205 "Enable homepage promo card that will be shown to users with partner "
3206 "configured homepage.";
3207
Jinsuk Kimfa1b7eb2021-06-30 00:04:323208const char kInstanceSwitcherName[] = "Enable instance switcher";
3209const char kInstanceSwitcherDescription[] =
3210 "Enable instance switcher dialog UI that helps users manage multiple "
3211 "instances of Chrome.";
3212
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463213const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423214const char kInstantStartDescription[] =
3215 "Show start surface before native library is loaded.";
3216
Jochen Eisingerd0e43f52020-01-22 17:04:323217const char kIntentBlockExternalFormRedirectsNoGestureName[] =
3218 "Block intents from form submissions without user gesture";
3219const char kIntentBlockExternalFormRedirectsNoGestureDescription[] =
3220 "Require a user gesture that triggered a form submission in order to "
3221 "allow for redirecting to an external intent.";
3222
Ian Wells34ce1482020-04-03 17:36:163223const char kInterestFeedV2Name[] = "Interest Feed v2";
3224const char kInterestFeedV2Description[] =
3225 "Show content suggestions on the New Tab Page and Start Surface using the "
3226 "new Feed Component.";
3227
Dan Harrington4043b222021-01-15 18:33:423228const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3229const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3230
Jian Lifb04af72021-04-01 21:17:173231const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3232const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3233
Vincent Boisselle482b6a12020-11-13 21:59:293234const char kInterestFeedV1ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443235 "Interest Feed V1 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293236const char kInterestFeedV1ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443237 "Only enable the upload of clicks/views in Feed V1 after reaching "
3238 "conditions.";
3239
Vincent Boisselle482b6a12020-11-13 21:59:293240const char kInterestFeedV2ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443241 "Interest Feed V2 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293242const char kInterestFeedV2ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443243 "Only enable the upload of clicks/views in Feed V2 after reaching "
3244 "conditions.";
3245
Guillaume Jenkinsf468e1e2021-11-04 17:34:113246const char kLightweightReactionsAndroidName[] =
3247 "Lightweight Reactions (Android)";
3248const char kLightweightReactionsAndroidDescription[] =
3249 "Enables the Lightweight Reactions entry point in the tab share sheet.";
3250
Aishwarya Rajesh0dd71922021-07-28 20:22:383251const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3252const char kMessagesForAndroidAdsBlockedDescription[] =
3253 "When enabled, ads blocked message will use the new Messages UI.";
3254
Aishwarya Rajesh010d43a2021-07-16 19:52:213255const char kMessagesForAndroidChromeSurveyName[] = "Chrome Survey Messages UI";
3256const char kMessagesForAndroidChromeSurveyDescription[] =
3257 "When enabled, survey prompt will use the new Messages UI.";
3258
Pavel Yatsuk358291752020-09-03 18:25:223259const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3260const char kMessagesForAndroidInfrastructureDescription[] =
3261 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153262
Aishwarya Rajeshc664dc02022-01-25 00:05:003263const char kMessagesForAndroidInstantAppsName[] = "Instant Apps Messages UI";
3264const char kMessagesForAndroidInstantAppsDescription[] =
3265 "When enabled, instant apps prompt will use the new Messages UI.";
3266
Aishwarya Rajesh08041e1f2021-09-09 17:51:403267const char kMessagesForAndroidNearOomReductionName[] =
3268 "Near OOM Reduction Messages UI";
3269const char kMessagesForAndroidNearOomReductionDescription[] =
3270 "When enabled, near OOM reduction message will use the new Messages UI.";
3271
Lijin Shen92af4f72021-08-06 20:47:223272const char kMessagesForAndroidNotificationBlockedName[] =
3273 "Notification Blocked Messages UI";
3274const char kMessagesForAndroidNotificationBlockedDescription[] =
3275 "When enabled, notification blocked prompt will use the new Messages UI.";
3276
Pavel Yatsuk358291752020-09-03 18:25:223277const char kMessagesForAndroidPasswordsName[] = "Passwords Messages UI";
3278const char kMessagesForAndroidPasswordsDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153279 "When enabled, password prompt will use the new Messages UI.";
3280
Lijin Shen2d61a0a32021-07-20 23:15:523281const char kMessagesForAndroidPermissionUpdateName[] =
3282 "Permission Update Messages UI";
3283const char kMessagesForAndroidPermissionUpdateDescription[] =
3284 "When enabled, permission update prompt will use the new Messages UI.";
3285
Lijin Shenba9a6b0e2021-02-18 01:59:063286const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3287const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153288 "When enabled, popup blocked prompt will use the new Messages UI.";
3289
Pavel Yatsukb7307fa2021-09-15 18:02:303290const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI";
3291const char kMessagesForAndroidPWAInstallDescription[] =
3292 "When enabled, PWA Installation prompt will use the new Messages UI.";
3293
Pavel Yatsuk3b7dfe902021-07-09 01:33:093294const char kMessagesForAndroidReaderModeName[] = "Reader Mode Messages UI";
3295const char kMessagesForAndroidReaderModeDescription[] =
3296 "When enabled, reader mode prompt will use the new Messages UI.";
3297
Lijin Shen0ccf7282021-04-26 19:38:133298const char kMessagesForAndroidSafetyTipName[] = "Safety Tip Messages UI";
3299const char kMessagesForAndroidSafetyTipDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153300 "When enabled, safety tip prompt will use the new Messages UI.";
Pavel Yatsuk358291752020-09-03 18:25:223301
Lei Zhang44abd5d22022-01-11 00:32:343302const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3303const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153304 "When enabled, save card prompt will use the new Messages UI.";
3305
Lijin Shen540bbea2021-09-08 00:35:233306const char kMessagesForAndroidSyncErrorName[] = "Sync Error Messages UI";
3307const char kMessagesForAndroidSyncErrorDescription[] =
3308 "When enabled, sync error prompt will use the new Messages UI.";
3309
Pavel Yatsukb3a7475e2021-05-10 21:20:153310const char kMessagesForAndroidUpdatePasswordName[] =
3311 "Update password Messages UI";
3312const char kMessagesForAndroidUpdatePasswordDescription[] =
3313 "When enabled, update password prompt will use the new Messages UI.";
Lijin Shend98ce992021-05-01 01:47:423314
Jinsuk Kim55b5ab72021-05-17 00:11:303315const char kNewWindowAppMenuName[] = "Show a menu item 'New Window'";
3316const char kNewWindowAppMenuDescription[] =
3317 "Show a new menu item 'New Window' on tablet-sized screen when Chrome "
3318 "can open a new window and create a new instance in it.";
3319
Sinan Sahin18cc52c2019-09-12 23:07:153320const char kOfflineIndicatorV2Name[] = "Offline indicator V2";
3321const char kOfflineIndicatorV2Description[] =
3322 "Show a persistent offline indicator when offline.";
3323
Yafei Duan36b4b5b2018-08-07 00:40:033324const char kOfflinePagesLivePageSharingName[] =
3325 "Enables live page sharing of offline pages";
3326const char kOfflinePagesLivePageSharingDescription[] =
3327 "Enables to share current loaded page as offline page by saving as MHTML "
3328 "first.";
3329
Christian Dullweber2b2f02a2022-02-08 19:06:083330const char kPageInfoDiscoverabilityTimeoutsName[] =
3331 "Page info discoverability timeouts";
3332const char kPageInfoDiscoverabilityTimeoutsDescription[] =
3333 "Configure different timeouts for the permission icon in the omnibox.";
3334
Jordan Oroshiba244e9ff2021-02-04 22:20:393335const char kPageInfoHistoryName[] = "Page info history";
3336const char kPageInfoHistoryDescription[] =
3337 "Enable a history sub page to the page info menu, and a button to forget "
3338 "a site, removing all preferences and history.";
3339
Zhiyuan Cai9b83ba02021-10-07 16:26:303340const char kPageInfoStoreInfoName[] = "Page info store info";
3341const char kPageInfoStoreInfoDescription[] =
3342 "Enable a store info row to the page info menu on eligible pages.";
3343
Lei Zhang44abd5d22022-01-11 00:32:343344const char kPasswordProtectionForSignedInUsersName[] =
Rodney S. Sampson IIbebce082021-07-28 16:30:183345 "Password Protection for Signed-In Users";
Lei Zhang44abd5d22022-01-11 00:32:343346const char kPasswordProtectionForSignedInUsersDescription[] =
Rodney S. Sampson IIbebce082021-07-28 16:30:183347 "Enable signed-in (Google account) password protection for signed-in "
3348 "users and allows users to change their signed-in password through "
3349 "password reuse warnings on phishing or low reputation sites.";
3350
Elly Fong-Jones875d1112021-11-17 21:27:283351const char kPersistShareHubOnAppSwitchName[] = "Persist sharing hub";
3352const char kPersistShareHubOnAppSwitchDescription[] =
3353 "Persist the sharing hub across app pauses/resumes.";
3354
Finnur Thorarinssonaeb6b582020-01-28 17:52:463355const char kPhotoPickerVideoSupportName[] = "Photo Picker Video Support";
3356const char kPhotoPickerVideoSupportDescription[] =
3357 "Enables video files to be shown in the Photo Picker dialog";
3358
Shakti Sahu1f8a9422020-03-12 05:50:503359const char kQueryTilesName[] = "Show query tiles";
3360const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283361const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3362const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Shakti Sahuaaf8a8c2020-04-30 23:40:273363const char kQueryTilesOmniboxName[] = "Show query tiles in omnibox";
3364const char kQueryTilesOmniboxDescription[] = "Shows query tiles in omnibox";
Shakti Sahu8fe5edd2020-05-14 18:57:133365const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3366const char kQueryTilesSingleTierDescription[] =
3367 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543368const char kQueryTilesEnableQueryEditingName[] =
3369 "Query Tiles - Enable query edit mode";
3370const char kQueryTilesEnableQueryEditingDescription[] =
3371 "When a query tile is tapped, the query text will be shown in the omnibox "
3372 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453373const char kQueryTilesEnableTrendingName[] =
3374 "Query Tiles - Enable trending queries";
3375const char kQueryTilesEnableTrendingDescription[] =
3376 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263377const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3378const char kQueryTilesCountryCodeDescription[] =
3379 "When query tiles are enabled, this value determines tiles for which "
3380 "country should be displayed.";
3381const char kQueryTilesCountryCodeUS[] = "US";
3382const char kQueryTilesCountryCodeIndia[] = "IN";
3383const char kQueryTilesCountryCodeBrazil[] = "BR";
3384const char kQueryTilesCountryCodeNigeria[] = "NG";
3385const char kQueryTilesCountryCodeIndonesia[] = "ID";
Hesen Zhang7bdc5ca2020-09-03 06:29:023386const char kQueryTilesLocalOrderingName[] =
3387 "Query Tiles - Enable local ordering";
3388const char kQueryTilesLocalOrderingDescription[] =
3389 "Enables ordering query tiles locally based on user interactions.";
Shakti Sahu8fe5edd2020-05-14 18:57:133390const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193391const char kQueryTilesInstantFetchDescription[] =
3392 "Immediately schedule background task to fetch query tiles";
Min Qin60ae5b82021-01-07 07:07:503393const char kQueryTilesMoreTrendingName[] =
3394 "Query Tiles - more trending queries";
3395const char kQueryTilesMoreTrendingDescription[] =
3396 "Request more trending queries from the server";
Min Qinbe050b72021-06-26 01:32:393397const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
3398const char kQueryTilesRankTilesDescription[] =
3399 "Rank tiles on server based on client context";
Min Qindb789462021-08-26 04:00:113400const char kQueryTilesSegmentationName[] =
3401 "Query Tiles - use segmentation rules";
3402const char kQueryTilesSegmentationDescription[] =
3403 "enable segmentation rules to decide whether to show query tiles";
Min Qin60ae5b82021-01-07 07:07:503404const char kQueryTilesSwapTrendingName[] =
3405 "Query Tiles - Swap trending queries";
3406const char kQueryTilesSwapTrendingDescription[] =
3407 "Swap trending queries if user didn't click on them after several "
3408 "impressions";
Min Qindb99e6f2020-04-29 06:37:263409
Caroline Risingdb7df182021-01-11 19:49:143410const char kReadLaterFlagId[] = "read-later";
3411const char kReadLaterName[] = "Reading List";
3412const char kReadLaterDescription[] =
3413 "Allow users to save tabs for later. Enables a new button and menu for "
3414 "accessing tabs saved for later.";
3415
Brett Wilsonff596952017-07-14 01:06:553416const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3417const char kReaderModeHeuristicsDescription[] =
3418 "Determines what pages the Reader Mode infobar is shown on.";
3419const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3420const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3421const char kReaderModeHeuristicsAllArticles[] = "All articles";
3422const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3423const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3424
Lijin Shen960e1032022-02-10 19:30:413425const char kImproveReaderModePromptName[] = "Improve Reader Mode Prompt";
3426const char kImproveReaderModePromptDescription[] =
3427 "Reduce prompt frequency and polish reader mode related settings.";
3428
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183429const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3430const char kReaderModeInCCTDescription[] =
3431 "Open Reader Mode in Chrome Custom Tabs.";
3432
Xing Liub9070262021-01-07 20:52:163433const char kReadLaterReminderNotificationName[] =
3434 "Read later reminder notification";
3435const char kReadLaterReminderNotificationDescription[] =
3436 "Enables read later weekly reminder notification.";
3437
Ioana Pandele9fc19b2f2020-01-23 22:16:503438const char kRecoverFromNeverSaveAndroidName[] =
3439 "UI to recover from never save passwords on Android";
3440const char kRecoverFromNeverSaveAndroidDescription[] =
3441 "Enables showing UI which allows for easy reverting of the decision to "
3442 "never save passwords on a certain webiste";
3443
David Trainora38e60e2020-08-04 23:43:253444const char kReengagementNotificationName[] =
3445 "Enable re-engagement notifications";
3446const char kReengagementNotificationDescription[] =
3447 "Enables Chrome to use the in-product help system to decide when "
3448 "to show re-engagement notifications.";
3449
Donn Denmanc42123c2020-03-19 01:44:243450const char kRelatedSearchesName[] =
3451 "Enables an experiment for Related Searches on Android";
3452const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:493453 "Enables requesting related searches suggestions. These will be requested "
3454 "but not shown unless the UI flag is also enabled.";
3455
Donn Denman6ca112ac2021-06-11 21:33:063456const char kRelatedSearchesAlternateUxName[] =
3457 "Enables showing Related Searches in an alternate user experience.";
3458const char kRelatedSearchesAlternateUxDescription[] =
3459 "Enables showing related searches with an alternative from the normal "
3460 "user experience treatment.";
3461
3462const char kRelatedSearchesInBarName[] =
3463 "Enables showing Related Searches in the peeking bar.";
3464const char kRelatedSearchesInBarDescription[] =
3465 "Enables showing related searches suggestions in a carousel in the "
3466 "peeking bar of the bottom sheet on Android.";
3467
3468const char kRelatedSearchesSimplifiedUxName[] =
3469 "Enables showing Related Searches in a simplified user experience.";
3470const char kRelatedSearchesSimplifiedUxDescription[] =
3471 "Enables showing related searches with a simplified form of the normal "
3472 "user experience treatment.";
3473
Donn Denman15522f42021-02-09 22:49:493474const char kRelatedSearchesUiName[] =
3475 "Forces showing of the Related Searches UI on Android";
3476const char kRelatedSearchesUiDescription[] =
3477 "Forces the Related Searches UI and underlying requests to be enabled "
3478 "regardless of whether they are safe or useful. This requires the Related "
3479 "Searches feature flag to also be enabled.";
Donn Denmanc42123c2020-03-19 01:44:243480
Shu Yanga2ec2d12021-11-15 22:13:153481const char kRequestDesktopSiteExceptionsName[] =
3482 "Per-site setting to request desktop site on Android.";
3483const char kRequestDesktopSiteExceptionsDescription[] =
3484 "An option in `Site settings` to request the desktop version of websites "
3485 "based on site level settings. Flag request-desktop-site-global "
3486 "needs to be enabled when enabling this flag.";
3487
Shu Yang7aaf4f92021-09-14 20:56:073488const char kRequestDesktopSiteGlobalName[] =
3489 "Global setting to request desktop site on Android.";
3490const char kRequestDesktopSiteGlobalDescription[] =
3491 "An option in `Site settings` to persistently request the "
3492 "desktop version of websites.";
3493
Elly Fong-Jonescbab60562021-07-20 22:14:553494const char kShareUsageRankingName[] =
3495 "Incorporate usage history into share target ranking.";
3496const char kShareUsageRankingDescription[] =
3497 "Incorporate the history of which apps were shared to when producing the "
3498 "ordered list of 3P share targets in the share hub.";
Elly Fong-Jones8fd0ccf2021-08-26 22:31:373499const char kShareUsageRankingFixedMoreName[] =
3500 "Fix the position of the 'More' item in the Android share hub.";
3501const char kShareUsageRankingFixedMoreDescription[] =
3502 "When enabled with #share-usage-ranking, forces the 'More' option to "
3503 "occupy the right-most slot on the screen instead of moving depending on "
3504 "the length of the target list.";
Elly Fong-Jonesa7886962021-10-20 16:49:443505const char kSwapAndroidShareHubRowsName[] = "Swap Android share hub rows.";
3506const char kSwapAndroidShareHubRowsDescription[] =
3507 "Swap the order of the first-party and third-party rows in the Android "
3508 "share hub.";
Elly Fong-Jonescbab60562021-07-20 22:14:553509
Gang Wu325f03f42021-02-25 20:00:463510const char kRequestDesktopSiteForTabletsName[] =
3511 "Request desktop site for tablets on Android";
3512const char kRequestDesktopSiteForTabletsDescription[] =
3513 "Requests a desktop site, if the screen size is large enough on Android."
3514 " On tablets with small screens a mobile site will be requested by "
3515 "default.";
3516
Liquan (Max) Guf2834612021-08-31 14:49:163517const char kSecurePaymentConfirmationAndroidName[] =
3518 "Secure Payment Confirmation on Android";
3519const char kSecurePaymentConfirmationAndroidDescription[] =
3520 "Enables Secure Payment Confirmation on Android.";
3521
Elly Fong-Jones6fde14c2022-01-05 18:10:583522const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
3523const char kSendTabToSelfV2Description[] =
3524 "Enables new received tab "
3525 "UI shown next to the profile icon instead of using system notifications.";
3526
Brett Wilsonff596952017-07-14 01:06:553527const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
3528const char kSetMarketUrlForTestingDescription[] =
3529 "When enabled, sets the market URL for use in testing the update menu "
3530 "item.";
3531
Alex Moshchuk07e1bb42019-03-08 04:44:083532const char kSiteIsolationForPasswordSitesName[] =
3533 "Site Isolation For Password Sites";
3534const char kSiteIsolationForPasswordSitesDescription[] =
3535 "Security mode that enables site isolation for sites based on "
3536 "password-oriented heuristics, such as a user typing in a password.";
3537
Hung Vuc394db62020-08-21 21:26:523538const char kSmartSuggestionForLargeDownloadsName[] =
3539 "Smart suggestion for large downloads";
3540const char kSmartSuggestionForLargeDownloadsDescription[] =
3541 "Smart suggestion that offers download locations for large files.";
3542
Ioana Pandele9fc19b2f2020-01-23 22:16:503543const char kStartSurfaceAndroidName[] = "Start Surface";
3544const char kStartSurfaceAndroidDescription[] =
3545 "Enable showing the start surface when launching Chrome via the "
3546 "launcher.";
3547
Lei Zhang0a318af2018-11-14 02:19:463548const char kStrictSiteIsolationName[] = "Strict site isolation";
3549const char kStrictSiteIsolationDescription[] =
3550 "Security mode that enables site isolation for all sites (SitePerProcess). "
3551 "In this mode, each renderer process will contain pages from at most one "
3552 "site, using out-of-process iframes when needed. "
3553 "Check chrome://process-internals to see the current isolation mode. "
3554 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
3555 "default. Here, 'Disabled' is a legacy value that actually means "
3556 "'Default,' in which case site isolation may be already enabled based on "
3557 "platform, enterprise policy, or field trial. See also "
3558 "#site-isolation-trial-opt-out for how to disable site isolation for "
3559 "testing.";
3560
Sirisha Kavuluru003e0962021-12-08 21:40:303561const char kTabGroupsForTabletsName[] = "Tab groups on tablets";
3562const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets.";
3563
Sirisha Kavuluru0ccccae2022-01-27 21:37:593564const char kTabStripImprovementsAndroidName[] =
3565 "Tab strip improvements for Android.";
3566const char kTabStripImprovementsAndroidDescription[] =
3567 "Enables scrollable tab strip with tab group indicators.";
3568
Egor Paskocdd29642021-11-22 21:06:003569const char kThemeRefactorAndroidName[] = "Theme refactor on Android";
3570const char kThemeRefactorAndroidDescription[] =
3571 "Enables the theme refactoring on Android.";
3572
Sky Malice4cca0ff2020-10-26 18:32:503573const char kToolbarIphAndroidName[] = "Enable Toolbar IPH on Android";
3574const char kToolbarIphAndroidDescription[] =
3575 "Enables in product help bubbles on the toolbar. In particular, the home "
3576 "button and the tab switcher button.";
3577
Mustaq Ahmeda130fec2022-02-09 19:03:263578const char kTouchDragAndContextMenuName[] =
3579 "Simultaneous touch drag and context menu";
3580const char kTouchDragAndContextMenuDescription[] =
3581 "Enables touch dragging and a context menu to start simultaneously, with"
3582 "the assumption that the menu is non-modal.";
3583
Brett Wilsonff596952017-07-14 01:06:553584const char kUpdateMenuBadgeName[] = "Force show update menu badge";
3585const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:443586 "When enabled, a badge will be shown on the app menu button if the update "
3587 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:553588
3589const char kUpdateMenuItemCustomSummaryDescription[] =
3590 "When this flag and the force show update menu item flag are enabled, a "
3591 "custom summary string will be displayed below the update menu item.";
3592const char kUpdateMenuItemCustomSummaryName[] =
3593 "Update menu item custom summary";
3594
Tommy Nyquist3c02e592018-10-18 23:36:443595const char kUpdateMenuTypeName[] =
3596 "Forces the update menu type to a specific type";
3597const char kUpdateMenuTypeDescription[] =
3598 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquistb0f8692e2021-10-15 19:13:053599 "the app menu badge and menu item for updates.";
Tommy Nyquist3c02e592018-10-18 23:36:443600const char kUpdateMenuTypeNone[] = "None";
3601const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
3602const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:553603
Lei Zhang44abd5d22022-01-11 00:32:343604const char kUseRealColorSpaceForAndroidVideoName[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:423605 "Use color space from MediaCodec";
Lei Zhang44abd5d22022-01-11 00:32:343606const char kUseRealColorSpaceForAndroidVideoDescription[] =
Vasiliy Telezhnikov3ec05cf2021-10-08 13:59:423607 "When enabled video will use real color space instead of srgb.";
3608
Alexander Cooperfaad86452020-10-27 19:39:023609const char kUserMediaScreenCapturingName[] = "Screen Capture API";
3610const char kUserMediaScreenCapturingDescription[] =
3611 "Allows sites to request a video stream of your screen.";
3612
Shakti Sahu2741f8d2020-08-14 03:38:363613const char kVideoTutorialsName[] = "Enable video tutorials";
3614const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:103615const char kVideoTutorialsInstantFetchName[] =
3616 "Video tutorials fetch on startup";
3617const char kVideoTutorialsInstantFetchDescription[] =
3618 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:363619
bttk8031f3fb2021-02-25 20:21:243620const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
3621const char kAdaptiveButtonInTopToolbarDescription[] =
3622 "Enables showing an adaptive action button in the top toolbar";
bttk74acf1b2021-05-19 20:20:593623const char kAdaptiveButtonInTopToolbarCustomizationName[] =
3624 "Adaptive button in top toolbar customization";
3625const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
3626 "Enables UI for customizing the adaptive action button in the top toolbar";
bttk8031f3fb2021-02-25 20:21:243627const char kShareButtonInTopToolbarName[] = "Share button in top toolbar";
3628const char kShareButtonInTopToolbarDescription[] =
3629 "Enables UI to initiate sharing from the top toolbar. Enabling Adaptive "
3630 "Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043631const char kVoiceButtonInTopToolbarName[] = "Voice button in top toolbar";
3632const char kVoiceButtonInTopToolbarDescription[] =
bttk8031f3fb2021-02-25 20:21:243633 "Enables showing the voice search button in the top toolbar. Enabling "
3634 "Adaptive Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043635
Francois Beauforta75c212a2021-11-15 09:34:223636const char kWebBluetoothRequestLargerMtuName[] =
3637 "Request larger MTU for Web Bluetooth";
3638const char kWebBluetoothRequestLargerMtuDescription[] =
3639 "Controls whether Web Bluetooth should request for a larger ATT MTU so "
3640 "that more information can be exchanged per transmission.";
3641
Carlos Knippschild0cf5a072020-12-01 00:15:533642const char kWebFeedName[] = "Web Feed";
3643const char kWebFeedDescription[] =
3644 "Allows users to keep up with and consume web content.";
3645
Cathy Lie949b3c2021-09-10 20:15:453646const char kWebFeedSortName[] = "Web Feed Sort";
3647const char kWebFeedSortDescription[] =
3648 "Allows users to sort their web content in the web feed. "
3649 "Only works if Web Feed is also enabled.";
3650
Justin DeWitt83faf9d12020-12-17 23:18:033651const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
3652const char kXsurfaceMetricsReportingDescription[] =
3653 "Allows metrics reporting state to be passed to Xsurface";
3654
SebSG9cfb03f2021-07-20 22:07:143655const char kWebNotesPublishName[] = "WebNotes Publish";
3656const char kWebNotesPublishDescription[] =
3657 "Allows users to save their created notes.";
3658
Gang Wu490080a2021-11-30 19:56:053659const char kOmniboxPedalsAndroidBatch1Name[] = "Omnibox Pedals Android batch 1";
3660const char kOmniboxPedalsAndroidBatch1Description[] =
3661 "Enable the first batch of Omnibox Pedals on Android.";
3662
Brett Wilson7b44537e2017-08-18 01:38:283663// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:553664
Xiaohan Wang55ae2c012022-01-20 21:49:113665#else // BUILDFLAG(IS_ANDROID)
brettw5f9c1642017-05-14 17:12:483666
echo linkerb7f43382022-02-10 23:20:343667const char kAppManagementAppDetailsName[] =
3668 "Enable App Details in App Management.";
3669const char kAppManagementAppDetailsDescription[] =
3670 "Show app details on an app's App Management page.";
3671
Lei Zhang1a6fd01b2021-03-24 17:03:483672const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153673 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:483674const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153675 "When enabled, allows all websites to request to initiate tab mirroring "
3676 "via Presentation API. Requires #cast-media-route-provider to also be "
3677 "enabled";
3678
Alan Cuttere9c929642022-02-10 05:24:103679const char kBlockMigratedDefaultChromeAppSyncName[] =
3680 "Block migrated default Chrome app sync";
3681const char kBlockMigratedDefaultChromeAppSyncDescription[] =
3682 "Prevents Chrome apps that have been migrated to default web apps from "
3683 "getting sync installed and creating duplicate entries for the same app.";
3684
evliu467c11b82020-11-17 01:29:303685const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
3686const char kEnableAccessibilityLiveCaptionDescription[] =
3687 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:593688 "media playing in Chrome. Turn the feature on in "
3689 "chrome://settings/accessibility.";
3690
Yann Dago716d1de2022-02-07 18:49:303691const char kEnableUserCloudSigninRestrictionPolicyName[] =
3692 "Cloud User level Signin Restrictions Policy";
3693const char kEnableUserCloudSigninRestrictionPolicyDescription[] =
3694 "Enable the ManagedAccountsSigninRestrictions policy to be set at a cloud "
3695 "user level";
3696
John Lee651b47672020-09-14 19:55:023697const char kCopyLinkToTextName[] = "Copy Link To Text";
3698const char kCopyLinkToTextDescription[] =
3699 "Adds an item to the context menu to allow a user to copy a link to the "
3700 "page with the selected text highlighted.";
3701
John Williamse5a683b2020-07-28 03:01:483702const char kGlobalMediaControlsCastStartStopName[] =
3703 "Global media controls control Cast start/stop";
3704const char kGlobalMediaControlsCastStartStopDescription[] =
3705 "Allows global media controls to control when a Cast session is started "
3706 "or stopped instead of relying on the Cast dialog.";
3707
Richard Knoll7b293562021-07-08 08:49:063708const char kMuteNotificationSnoozeActionName[] =
3709 "Snooze action for mute notifications";
3710const char kMuteNotificationSnoozeActionDescription[] =
3711 "Adds a Snooze action to mute notifications shown while sharing a screen.";
3712
Esmael El-Moslimanyf85849d2021-01-15 02:18:103713const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
3714const char kNtpCacheOneGoogleBarDescription[] =
3715 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
3716 "when available.";
3717
Tibor Goldschwendt16a63cb2020-08-04 19:08:153718const char kNtpModulesName[] = "NTP Modules";
3719const char kNtpModulesDescription[] = "Shows modules on the New Tab Page.";
3720
Andre Vincent60a5c5d2020-12-24 02:53:013721const char kNtpDriveModuleName[] = "NTP Drive Module";
3722const char kNtpDriveModuleDescription[] =
3723 "Shows the Google Drive module on the New Tab Page";
3724
Paul Adedeji680466942022-01-13 22:10:503725#if !defined(OFFICIAL_BUILD)
3726const char kNtpDummyModulesName[] = "NTP Dummy Modules";
3727const char kNtpDummyModulesDescription[] =
3728 "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is "
3729 "enabled.";
3730#endif
3731
Jeremy Selier6d7e19fe2021-07-20 17:08:343732const char kNtpPhotosModuleName[] = "NTP Photos Module";
3733const char kNtpPhotosModuleDescription[] =
3734 "Shows the Google Photos module on the New Tab Page";
3735
Esmael El-Moslimany75e33762020-10-21 18:26:433736const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
3737const char kNtpRecipeTasksModuleDescription[] =
3738 "Shows the recipe tasks module on the New Tab Page.";
3739
Tibor Goldschwendt08c6b882020-10-01 03:09:323740const char kNtpShoppingTasksModuleName[] = "NTP Shopping Tasks Module";
3741const char kNtpShoppingTasksModuleDescription[] =
3742 "Shows the shopping tasks module on the New Tab Page.";
3743
Yue Zhangd50dd692020-12-24 01:20:023744const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
3745const char kNtpChromeCartModuleDescription[] =
3746 "Shows the chrome cart module on the New Tab Page.";
3747
Rohit Bhatia34189362021-09-04 03:55:203748const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module";
3749const char kNtpSafeBrowsingModuleDescription[] =
3750 "Shows the safe browsing module on the New Tab Page.";
3751
Lydia Lam44eea142021-06-10 01:19:003752const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
3753const char kNtpModulesDragAndDropDescription[] =
3754 "Enables modules to be reordered via dragging and dropping on the "
3755 "New Tab Page.";
3756
Deanna Oei155c24c2021-06-10 22:48:193757const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
3758const char kNtpModulesRedesignedDescription[] =
3759 "Shows the redesigned modules on the New Tab Page.";
3760
Paul Adedeji57933b82021-12-07 02:19:043761const char kNtpModulesRedesignedLayoutName[] = "Ntp Modules Redesigned Layout";
3762const char kNtpModulesRedesignedLayoutDescription[] =
3763 "Changes the layout of modules on New Tab Page";
3764
Marlon Facey86f579482021-12-15 00:05:193765const char kNtpRealboxMatchOmniboxThemeName[] =
3766 "NTP Realbox Matches Omnibox Theme";
3767const char kNtpRealboxMatchOmniboxThemeDescription[] =
3768 "NTP Realbox matches the Omnibox theme when enabled.";
3769
Marlon Faceya00e2f92022-01-27 23:04:093770const char kNtpRealboxMatchSearchboxThemeName[] =
3771 "NTP Realbox Matches Searchbox Theme";
3772const char kNtpRealboxMatchSearchboxThemeDescription[] =
3773 "NTP Realbox matches the Searchbox theme when enabled. Specifically a "
3774 "border, drop shadow on hover.";
3775
Marlon Facey904d12442021-09-02 23:02:243776const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals";
3777const char kNtpRealboxPedalsDescription[] =
3778 "Shows pedals in the NTP Realbox when enabled.";
3779
Marlon Facey03502f342021-07-14 20:58:583780const char kNtpRealboxSuggestionAnswersName[] =
3781 "NTP Realbox Suggestion Answers";
3782const char kNtpRealboxSuggestionAnswersDescription[] =
3783 "Shows suggestion answers in the NTP Realbox when enabled.";
3784
Marlon Facey69042082021-12-08 20:38:423785const char kNtpRealboxTailSuggestName[] = "NTP Realbox Tail Suggest";
3786const char kNtpRealboxTailSuggestDescription[] =
3787 "Properly formats the tail suggestions to match the Omnibox";
3788
Marlon Facey94eac62a02021-12-15 01:16:373789const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon";
3790const char kNtpRealboxUseGoogleGIconDescription[] =
3791 "Shows Google G icon "
3792 "instead of Search Loupe in realbox when enabled";
3793
Aran Gilman766c2ad2019-04-18 00:15:413794const char kEnableReaderModeName[] = "Enable Reader Mode";
3795const char kEnableReaderModeDescription[] =
3796 "Allows viewing of simplified web pages by selecting 'Customize and "
3797 "control Chrome'>'Distill page'";
3798
Wei Li2946b352019-08-19 21:49:543799const char kHappinessTrackingSurveysForDesktopDemoName[] =
3800 "Happiness Tracking Surveys Demo";
3801const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
3802 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
3803
Jon Flatley8c785582019-06-05 00:33:423804const char kKernelnextVMsName[] = "Enable VMs on experimental kernels.";
3805const char kKernelnextVMsDescription[] =
3806 "Enables VM support on devices running experimental kernel versions.";
3807
Travis Skarebcdb5ed32018-08-17 01:49:403808const char kOmniboxDriveSuggestionsName[] =
3809 "Omnibox Google Drive Document suggestions";
3810const char kOmniboxDriveSuggestionsDescriptions[] =
3811 "Display suggestions for Google Drive documents in the omnibox when Google "
3812 "is the default search engine.";
3813
Kevin Bailey9ec05532019-01-31 23:01:333814const char kOmniboxExperimentalKeywordModeName[] =
3815 "Omnibox Experimental Keyword Mode";
3816const char kOmniboxExperimentalKeywordModeDescription[] =
3817 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:153818 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:333819
Orin Jaworski3fb624e2021-05-06 17:27:403820const char kOmniboxPedalsBatch2NonEnglishName[] =
3821 "Omnibox Pedals batch 2 for non-English locales";
3822const char kOmniboxPedalsBatch2NonEnglishDescription[] =
3823 "Enable the second batch of Omnibox Pedals (Safety Check, etc.) for "
3824 "locales other than 'en' and 'en-GB'. This flag has no effect unless "
3825 "\"Omnibox Pedals batch 2\" is also enabled.";
Orin Jaworskiab717e6d2021-03-05 21:45:023826
Orin Jaworskib09ea1bb2021-06-24 22:01:193827const char kOmniboxPedalsBatch3Name[] = "Omnibox Pedals batch 3";
3828const char kOmniboxPedalsBatch3Description[] =
3829 "Enable the third batch of Omnibox Pedals.";
3830
Orin Jaworskif7cb0f112021-08-06 22:51:383831const char kOmniboxPedalsTranslationConsoleName[] =
3832 "Omnibox Pedals Translation Console";
3833const char kOmniboxPedalsTranslationConsoleDescription[] =
3834 "Use translation strings sourced from Translation Console "
3835 "for triggering some omnibox Pedals (aka Chrome Actions).";
3836
manukh304e3f12021-10-06 16:40:333837const char kOmniboxShortBookmarkSuggestionsName[] =
3838 "Omnibox short bookmark suggestions";
3839const char kOmniboxShortBookmarkSuggestionsDescription[] =
3840 "Match very short input words to beginning of words in bookmark "
3841 "suggestions.";
3842
Caroline Risingdb7df182021-01-11 19:49:143843const char kReadLaterFlagId[] = "read-later";
3844const char kReadLaterName[] = "Reading List";
3845const char kReadLaterDescription[] =
3846 "Click on the Bookmark icon or right click on a tab to add tabs to a "
3847 "reading list.";
3848
Ramin Halavati4633ca42022-02-01 09:51:383849const char kScreenAIName[] = "Screen AI";
3850const char kScreenAIDescription[] =
3851 "Enables Screen AI local machine intelligence library to use the screen "
3852 "snapshots to add metadata for accessibility tools.";
3853
Chris Thompson657d5c82020-10-08 23:04:103854const char kSCTAuditingName[] = "SCT auditing";
3855const char kSCTAuditingDescription[] =
3856 "Enables SCT auditing for users who have opted in to Safe Browsing "
3857 "Extended Reporting.";
3858
Jeffrey Cohen80b5dbb2021-11-04 01:42:233859const char kSharingDesktopScreenshotsEditName[] =
3860 "Desktop Screenshots Edit Mode";
3861const char kSharingDesktopScreenshotsEditDescription[] =
3862 "Enables an edit flow for users who create screenshots on desktop";
3863
Xiaohan Wang55ae2c012022-01-20 21:49:113864#endif // BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:283865
3866// Windows ---------------------------------------------------------------------
3867
Xiaohan Wang55ae2c012022-01-20 21:49:113868#if BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:283869
Lei Zhang1a6fd01b2021-03-24 17:03:483870const char kEnableIncognitoShortcutOnDesktopName[] =
Mariam Alidbe57662020-08-06 12:28:353871 "Enable Incognito Desktop Shortcut";
Lei Zhang1a6fd01b2021-03-24 17:03:483872const char kEnableIncognitoShortcutOnDesktopDescription[] =
Mariam Alidbe57662020-08-06 12:28:353873 "Enables users to create a desktop shortcut for incognito mode.";
3874
Armando Miragliad2e6fc9e2020-03-06 09:23:093875const char kEnableMediaFoundationVideoCaptureName[] =
3876 "MediaFoundation Video Capture";
3877const char kEnableMediaFoundationVideoCaptureDescription[] =
3878 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
3879 "to DirectShow if disabled.";
3880
Xiaohan Wang9c9e5d35c2021-09-02 17:36:093881const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption";
3882const char kHardwareSecureDecryptionDescription[] =
3883 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
3884 "for protected content playback.";
3885
Xiaohan Wang2d588832021-11-16 00:57:073886const char kHardwareSecureDecryptionExperimentName[] =
3887 "Hardware Secure Decryption Experiment";
3888const char kHardwareSecureDecryptionExperimentDescription[] =
3889 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
3890 "for experimental protected content playback.";
3891
Bill Carrc2abb9222021-11-07 22:02:563892const char kMediaFoundationClearName[] = "MediaFoundation for Clear";
3893const char kMediaFoundationClearDescription[] =
3894 "Enable/Disable the use of MediaFoundation for non-protected content "
3895 "playback on supported systems.";
3896
Peter Kastingf341dad2021-12-08 20:27:273897const char kPervasiveSystemAccentColorName[] = "Pervasive system accent color";
3898const char kPervasiveSystemAccentColorDescription[] =
3899 "Use the Windows system accent color as the Chrome accent color, if \"Show "
3900 "accent color on title bars and windows borders\" is toggled on in the "
3901 "Windows system settings.";
3902
Daniel Murphy364344842021-10-07 19:08:083903const char kPwaUninstallInWindowsOsName[] =
3904 "Enable PWAs to register as an uninstallable app in Windows on "
3905 "installation.";
3906const char kPwaUninstallInWindowsOsDescription[] =
3907 "This allows the PWA to show up in Windows Control Panel (and other OS "
3908 "surfaces), and be uninstallable from those surfaces. For example, "
3909 "uninstalling by right-clicking on the app in the Start Menu.";
3910
henrikac66d1012021-01-19 13:59:183911const char kRawAudioCaptureName[] = "Raw audio capture";
3912const char kRawAudioCaptureDescription[] =
3913 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
3914 "audio stream is a 'raw' stream that bypasses all signal processing except "
3915 "for endpoint specific, always-on processing in the Audio Processing Object"
3916 " (APO), driver, and hardware.";
3917
Lei Zhangc05af2a2020-05-15 20:54:053918const char kRunVideoCaptureServiceInBrowserProcessName[] =
3919 "Run video capture service in browser";
3920const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
3921 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:283922
Jonah Ryan-Davis90ae3322021-09-21 17:34:483923const char kUseAngleDescriptionWindows[] =
Olli Etuaho122321192018-09-07 10:15:293924 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
3925 "computers by default. Using the OpenGL driver as the graphics backend may "
3926 "result in higher performance in some graphics-heavy applications, "
3927 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
3928 "video playback.";
3929
Olli Etuaho122321192018-09-07 10:15:293930const char kUseAngleD3D11[] = "D3D11";
3931const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:023932const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:293933
Brett Wilson7b44537e2017-08-18 01:38:283934const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3935const char kUseWinrtMidiApiDescription[] =
3936 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3937 "later).";
3938
Daniel Hosseinian159cb3d2020-03-13 03:02:023939#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhang1419cab2021-09-09 17:04:443940const char kPrintWithPostScriptType42FontsName[] =
3941 "Print with PostScript Type 42 fonts";
3942const char kPrintWithPostScriptType42FontsDescription[] =
3943 "When using PostScript level 3 printing, render text with Type 42 fonts if "
3944 "possible.";
3945
Lei Zhanga6a8a492020-05-14 03:55:033946const char kPrintWithReducedRasterizationName[] =
3947 "Print with reduced rasterization";
3948const char kPrintWithReducedRasterizationDescription[] =
3949 "When using GDI printing, avoid rasterization if possible.";
3950
Alan Screen574ffd662019-11-21 22:38:533951const char kUseXpsForPrintingName[] = "Use XPS for printing";
3952const char kUseXpsForPrintingDescription[] =
3953 "When enabled, use XPS printing API instead of the GDI print API.";
3954
Alan Screen49388112019-12-13 23:34:213955const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
3956const char kUseXpsForPrintingFromPdfDescription[] =
3957 "When enabled, use XPS printing API instead of the GDI print API when "
3958 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:023959#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:213960
Tom5efa14f12021-06-30 00:37:323961const char kWin10TabSearchCaptionButtonName[] =
3962 "Windows 10 Tab Search Caption Button";
3963const char kWin10TabSearchCaptionButtonDescription[] =
3964 "Move the Tab Search entrypoint besides the window caption buttons on "
3965 "Windows 10 platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:113966#endif // BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:283967
3968// Mac -------------------------------------------------------------------------
3969
Xiaohan Wang55ae2c012022-01-20 21:49:113970#if BUILDFLAG(IS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:283971
Daniel Hosseinian159cb3d2020-03-13 03:02:023972#if BUILDFLAG(ENABLE_PRINTING)
3973const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
3974const char kCupsIppPrintingBackendDescription[] =
3975 "Use the CUPS IPP printing backend instead of the original CUPS backend "
3976 "that calls the PPD API.";
3977#endif // BUILDFLAG(ENABLE_PRINTING)
3978
Avi Drissman0095f552021-11-05 19:58:533979const char kEnableUniversalLinksName[] = "Universal Links";
3980const char kEnableUniversalLinksDescription[] =
3981 "Include Universal Links in the intent picker.";
3982
Sidney San Martín678fd4112019-03-30 00:13:053983const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
3984const char kImmersiveFullscreenDescription[] =
3985 "Automatically hide and show the toolbar in fullscreen.";
3986
Greg Kerrf46f31872019-08-08 20:22:443987const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
3988const char kMacSyscallSandboxDescription[] =
3989 "Controls whether the macOS sandbox filters syscalls.";
3990
Christopher Cameron93855ff2019-10-10 19:26:543991const char kMetalName[] = "Metal";
3992const char kMetalDescription[] =
3993 "Use Metal instead of OpenGL for rasterization (if out-of-process "
3994 "rasterization is enabled) and display (if the Skia renderer is enabled)";
3995
Leonard Grey2e90921c2021-12-02 22:46:133996const char kScreenTimeName[] = "Screen Time";
3997const char kScreenTimeDescription[] =
3998 "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 "
3999 "and later.";
4000
Jonah Ryan-Davis90ae3322021-09-21 17:34:484001const char kUseAngleDescriptionMac[] =
4002 "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be "
4003 "deprecated on Mac, and may contain driver bugs that are not planned to be "
4004 "fixed. The Metal backend is still experimental, and may contain bugs that "
4005 "are still being worked on. The Metal backend should be more performant, "
4006 "but may still be behind the OpenGL backend until fully released.";
4007
4008const char kUseAngleMetal[] = "Metal";
4009
Brett Wilson7b44537e2017-08-18 01:38:284010#endif
4011
Jonah Ryan-Davis90ae3322021-09-21 17:34:484012// Windows and Mac -------------------------------------------------------------
4013
Xiaohan Wang55ae2c012022-01-20 21:49:114014#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484015
4016const char kUseAngleName[] = "Choose ANGLE graphics backend";
4017const char kUseAngleDefault[] = "Default";
4018const char kUseAngleGL[] = "OpenGL";
4019
Xiaohan Wang55ae2c012022-01-20 21:49:114020#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:484021
Brett Wilson7b44537e2017-08-18 01:38:284022// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:344023
Yuta Hijikata235fc62b2020-12-08 03:48:324024#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:344025
Brett Wilson7b44537e2017-08-18 01:38:284026const char kAcceleratedMjpegDecodeName[] =
4027 "Hardware-accelerated mjpeg decode for captured frame";
4028const char kAcceleratedMjpegDecodeDescription[] =
4029 "Enable hardware-accelerated mjpeg decode for captured frame where "
4030 "available.";
vabr0215a8e2017-03-28 12:47:344031
Zentaro Kavanagh65b3e112019-09-03 16:18:234032const char kAllowDisableMouseAccelerationName[] =
4033 "Allow disabling mouse acceleration";
4034const char kAllowDisableMouseAccelerationDescription[] =
4035 "Shows a setting to disable mouse acceleration.";
4036
Gavin Williamsb2949992021-10-07 20:58:504037const char kAllowDisableTouchpadHapticFeedbackName[] =
4038 "Allow disabling touchpad haptic feedback";
4039const char kAllowDisableTouchpadHapticFeedbackDescription[] =
4040 "Shows settings to adjust and disable touchpad haptic feedback.";
4041
Vyshu9ea9e182021-02-04 17:53:064042const char kAllowRepeatedUpdatesName[] =
4043 "Continue checking for updates before reboot and after initial update.";
4044const char kAllowRepeatedUpdatesDescription[] =
4045 "Continues checking to see if there is a more recent update, even if user"
4046 "has not rebooted to apply the previous update.";
4047
Kyle Horimoto734f0752020-03-20 20:46:544048const char kAllowScrollSettingsName[] =
4049 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
4050const char kAllowScrollSettingsDescription[] =
4051 "Shows settings to enable/disable scroll acceleration and to adjust the "
4052 "sensitivity for scrolling.";
4053
Gavin Williamsc2a1e382021-10-14 01:17:464054const char kAllowTouchpadHapticClickSettingsName[] =
4055 "Allow changes to the click sensitivity for haptic touchpads.";
4056const char kAllowTouchpadHapticClickSettingsDescription[] =
4057 "Shows settings to adjust click sensitivity for haptic touchpads.";
4058
Eric Sum6c912762022-01-11 18:48:214059const char kAmbientModeAnimationName[] =
4060 "Launch the Lottie animated ChromeOS Screensaver";
4061const char kAmbientModeAnimationDescription[] =
4062 "Launches the animated screensaver (as opposed to the existing photo "
4063 "slideshow) when entering ambient mode. Currently, there is only one "
4064 "animation theme available (feel the breeze).";
4065
Lei Zhang44abd5d22022-01-11 00:32:344066const char kAmbientModeNewUrlName[] =
Xiaohui Chena32bf512021-09-10 16:48:444067 "Use new backend URL format for ChromeOS Screensaver";
Lei Zhang44abd5d22022-01-11 00:32:344068const char kAmbientModeNewUrlDescription[] =
Xiaohui Chena32bf512021-09-10 16:48:444069 "Use new backend URL format for ChromeOS Screensaver. This helps with "
4070 "testing new backend migration.";
4071
Lei Zhang44abd5d22022-01-11 00:32:344072const char kAppDiscoveryForOobeName[] =
Melissa Zhangbe43ccf2021-08-26 09:52:294073 "OOBE app recommendations with App Discovery Service.";
Lei Zhang44abd5d22022-01-11 00:32:344074const char kAppDiscoveryForOobeDescription[] =
Melissa Zhangbe43ccf2021-08-26 09:52:294075 "Use the App Discovery Service to request recommended apps for OOBE.";
4076
Lei Zhang44abd5d22022-01-11 00:32:344077const char kAppDiscoveryRemoteUrlSearchName[] =
tby9a3d8072021-09-01 00:35:454078 "Remote URL app discovery results";
Lei Zhang44abd5d22022-01-11 00:32:344079const char kAppDiscoveryRemoteUrlSearchDescription[] =
tby9a3d8072021-09-01 00:35:454080 "Surface results from a URL in the app discovery service.";
4081
Anastasiia N376a3d52021-11-18 18:55:354082const char kArcAccountRestrictionsName[] = "Enable ARC account restrictions";
4083const char kArcAccountRestrictionsDescription[] =
4084 "ARC account restrictions feature for multi-profile account consistency";
4085
Toshiki Kikuchic0ec08ab2022-01-24 04:06:514086const char kArcCompatSnapName[] = "Enable ARC compatible window snapping";
4087const char kArcCompatSnapDesc[] =
4088 "Allow snapping ARC resize-locked windows with the compatible size.";
4089
Ryo Hashimoto8f4b30ced2019-04-08 12:14:194090const char kArcCustomTabsExperimentName[] =
4091 "Enable Custom Tabs experiment for ARC";
4092const char kArcCustomTabsExperimentDescription[] =
4093 "Allow Android apps to use Custom Tabs."
4094 "This feature only works on the Canary and Dev channels.";
4095
Alexander Bolodurin4e0a465c2021-03-31 23:14:034096const char kArcDocumentsProviderUnknownSizeName[] =
4097 "Enable ARC DocumentsProvider unknown file size handling";
4098const char kArcDocumentsProviderUnknownSizeDescription[] =
4099 "Allow opening DocumentsProvider files where size is not reported.";
4100
Satoshi Niwa8b1d5282018-10-24 04:53:034101const char kArcFilePickerExperimentName[] =
4102 "Enable file picker experiment for ARC";
4103const char kArcFilePickerExperimentDescription[] =
4104 "Enables using Chrome OS file picker in ARC.";
4105
Tetsui Ohkubo4c6d7f42021-07-07 16:47:374106const char kArcKeyboardShortcutHelperIntegrationName[] =
4107 "Enable keyboard shortcut helper integration for ARC";
4108const char kArcKeyboardShortcutHelperIntegrationDescription[] =
4109 "Shows keyboard shortcuts from Android apps in Chrome OS Shortcut Viewer";
4110
Tetsui Ohkubo11d8b352021-11-15 07:35:564111const char kArcMouseWheelSmoothScrollName[] =
4112 "Enable ARC mouse wheel smooth scroll compatibility feature.";
4113const char kArcMouseWheelSmoothScrollDescription[] =
4114 "Mouse wheel will be converted to simulated smooth scroll in phone-"
4115 "optimized Android apps.";
4116
Lev Rumyantsev6eddc802019-08-27 19:41:214117const char kArcNativeBridgeToggleName[] =
4118 "Toggle between native bridge implementations for ARC";
4119const char kArcNativeBridgeToggleDescription[] =
4120 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:514121
Josh Horwichc50d5b22020-07-07 22:32:184122const char kArcNativeBridge64BitSupportExperimentName[] =
4123 "Enable experimental 64-bit native bridge support for ARC";
4124const char kArcNativeBridge64BitSupportExperimentDescription[] =
4125 "Enable experimental 64-bit native bridge support for ARC where available.";
4126
Tetsui Ohkubo11d8b352021-11-15 07:35:564127const char kArcRightClickLongPressName[] =
4128 "Enable ARC right click long press compatibility feature.";
4129const char kArcRightClickLongPressDescription[] =
4130 "Right click will be converted to simulated long press in phone-optimized "
4131 "Android apps.";
4132
Yusuke Sato4717d1782021-03-12 23:27:174133const char kArcRtVcpuDualCoreName[] =
4134 "Enable ARC real time vcpu on a device with 2 logical cores online.";
4135const char kArcRtVcpuDualCoreDesc[] =
4136 "Enable ARC real time vcpu on a device with 2 logical cores online to "
4137 "reduce media playback glitch.";
4138
4139const char kArcRtVcpuQuadCoreName[] =
4140 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
4141const char kArcRtVcpuQuadCoreDesc[] =
4142 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
4143 "reduce media playback glitch.";
4144
Long Cheng373770c72021-09-23 18:33:074145const char kArcUsbDeviceDefaultAttachToVmName[] =
4146 "Attach unclaimed USB devices to ARCVM";
4147const char kArcUsbDeviceDefaultAttachToVmDescription[] =
4148 "When ARCVM is enabled, always attach unclaimed USB devices to ARCVM";
4149
Charles William Dick956790352021-08-24 05:25:254150const char kArcVmBalloonPolicyName[] =
4151 "Enable ARCVM limit cache balloon policy";
4152const char kArcVmBalloonPolicyDesc[] =
4153 "Trigger reclaim in ARCVM to reduce memory use when ChromeOS is running "
4154 "low on memory.";
4155
Mustafa Camurcu32cfc592021-02-10 19:00:404156const char kArcEnableUsapName[] =
4157 "Enable ARC Unspecialized Application Processes";
4158const char kArcEnableUsapDesc[] =
4159 "Enable ARC Unspecialized Application Processes when applicable for "
4160 "high-memory devices.";
4161
Eliot Courtneye87a9c32018-11-20 03:33:024162const char kAshEnablePipRoundedCornersName[] =
4163 "Enable Picture-in-Picture rounded corners.";
4164const char kAshEnablePipRoundedCornersDescription[] =
4165 "Enable rounded corners on the Picture-in-Picture window.";
4166
Andrew Moylan2db11cd2019-05-22 14:25:154167const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
4168const char kAshEnableUnifiedDesktopDescription[] =
4169 "Enable unified desktop mode which allows a window to span multiple "
4170 "displays.";
4171
En-Shuo Hsu23db6bc2021-08-26 15:07:234172const char kAudioUrlName[] = "Enable chrome://audio";
4173const char kAudioUrlDescription[] =
4174 "Enable chrome://audio that is designed for debugging ChromeOS audio "
4175 "issues";
4176
Ren-Pei Zeng61605a52021-12-06 13:07:484177const char kAutoFramingOverrideName[] = "Auto-framing control override";
4178const char kAutoFramingOverrideDescription[] =
4179 "Overrides the default to forcibly enable or disable the auto-framing "
4180 "feature";
4181
Bao-Duy Tran395c169c72022-02-14 06:57:344182const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning";
4183const char kAutocorrectParamsTuningDescription[] =
4184 "Enables params tuning experiment for autocorrect on Chrome OS.";
4185
Michael Sun1b15a302020-04-07 02:57:294186const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
4187const char kBluetoothFixA2dpPacketSizeDescription[] =
4188 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
4189 "audio quality and may fix audio stutter.";
4190
Kyle Horimoto168d45b2021-07-13 01:51:294191const char kBluetoothRevampName[] = "Bluetooth Revamp";
4192const char kBluetoothRevampDescription[] =
4193 "Enables the Chrome OS Bluetooth Revamp, which updates Bluetooth system UI "
4194 "and related infrastructure.";
4195
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:344196const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
4197const char kBluetoothWbsDogfoodDescription[] =
4198 "Enables Bluetooth wideband speech mic as default audio option. "
4199 "Note that flipping this flag makes no difference on most of the "
4200 "Chrome OS models, because Bluetooth WBS is either unsupported "
4201 "or fully launched. Only on the few models that Bluetooth WBS is "
4202 "still stablizing this flag will take effect.";
4203
Sonny Sasaka94725212021-12-17 01:37:304204const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ";
4205const char kBluetoothUseFlossDescription[] =
4206 "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) "
4207 "instead of Bluez. This is meant to be used by developers and is not "
4208 "guaranteed to be stable";
4209
Jiaming Chenga8091322021-08-05 04:30:454210const char kCalendarViewName[] =
4211 "Productivity experiment: Monthly Calendar View";
4212const char kCalendarViewDescription[] =
4213 "Show Monthly Calendar View with Google Calendar events to increase "
4214 "productivity by helping users view their schedules more quickly.";
4215
Tim Sergeant2345c192021-11-12 04:32:484216const char kDefaultLinkCapturingInBrowserName[] =
4217 "Default link capturing in the browser";
4218const char kDefaultLinkCapturingInBrowserDescription[] =
4219 "When enabled, newly installed apps will not capture links clicked in the "
4220 "browser.";
4221
Richard Chuif823bf62021-10-29 21:06:014222const char kDesksTemplatesName[] = "Desks Templates";
4223const char kDesksTemplatesDescription[] =
4224 "Streamline workflows by saving a group of applications and windows as a "
4225 "launchable template.";
4226
Sammie Quonb7a3bc52021-10-01 00:27:184227const char kDesksTrackpadSwipeImprovementsName[] =
4228 "Experiment: Trackpad swiping to switch desks.";
4229const char kDesksTrackpadSwipeImprovementsDescription[] =
4230 "Adds some modifications to the four finger trackpad gesture which "
4231 "switches desks.";
4232
Wei Lee4fe87182020-12-22 09:32:444233const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
4234const char kPreferConstantFrameRateDescription[] =
4235 "Enables this flag to prefer using constant frame rate for camera when "
4236 "streaming";
4237
mojahsu3144bf32021-05-26 10:14:464238const char kForceControlFaceAeName[] = "Force control face AE";
4239const char kForceControlFaceAeDescription[] =
4240 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:114241
Ricky Lianga3e6a162021-08-16 07:43:144242const char kHdrNetOverrideName[] = "HDRnet control override";
4243const char kHdrNetOverrideDescription[] =
4244 "Overrides the default to forcibly enable or disable the HDRnet feature";
4245
Kuo Jen Wei81654402021-11-02 01:39:374246const char kCameraAppDocumentManualCropName[] =
4247 "Enables document manual crop in camera app.";
4248const char kCameraAppDocumentManualCropDescription[] =
4249 "Enables document manual crop in camera app for allowing to tweak the "
4250 "crop area and orientation in the document photo preview page.";
4251
tby989a5b5ad2021-04-16 06:42:204252const char kCategoricalSearchName[] = "Launcher Categorical Search";
4253const char kCategoricalSearchDescription[] =
4254 "Launcher search results grouped by categories";
4255
Amanda Deacon5f352bb2021-12-23 03:13:094256const char kQuerySearchBurnInPeriodName[] = "Launcher query search burn-in";
4257const char kQuerySearchBurnInPeriodDescription[] =
4258 "Enables the use of a burn-in period for the display of launcher query "
4259 "search results. Display of results in query search are delayed until the "
4260 "burn-in period has elapsed. Only valid when categorical search is "
4261 "enabled. Burn-in period duration configurable (unit: milliseconds).";
4262
Jason Zhang9ec877752021-10-29 18:10:504263const char kCellularBypassESimInstallationConnectivityCheckName[] =
4264 "Bypass eSIM installation connectivity check";
4265const char kCellularBypassESimInstallationConnectivityCheckDescription[] =
4266 "Bypass the non-cellular internet connectivity check during eSIM "
4267 "installation.";
4268
Regan Hsub9816d52021-05-26 15:03:484269const char kCellularForbidAttachApnName[] = "Forbid Use Attach APN";
4270const char kCellularForbidAttachApnDescription[] =
4271 "If enabled, the value of |kCellularUseAttachApn| should have no effect "
4272 "and the LTE attach APN configuration will not be sent to the modem. This "
4273 "flag exists because the |kCellularUseAttachApn| flag can be enabled "
4274 "by command-line arguments via board overlays which takes precedence over "
4275 "finch configs, which may be needed to turn off the Attach APN feature.";
4276
Vincent Palatinfd080f82020-12-21 19:47:064277const char kCellularUseAttachApnName[] = "Cellular use Attach APN";
4278const char kCellularUseAttachApnDescription[] =
4279 "Use the mobile operator database to set explicitly an Attach APN "
4280 "for the LTE connections rather than letting the modem decide which "
4281 "attach APN to use or retrieve it from the network";
4282
Azeem Arshad43b191b2021-01-15 23:59:564283const char kCellularUseExternalEuiccName[] = "Use external Euicc";
4284const char kCellularUseExternalEuiccDescription[] =
4285 "When enabled Cellular Setup and Settings UI will use the first available "
4286 "external Euicc.";
4287
Roman Arora595d5712021-09-24 18:06:054288const char kComponentUpdaterTestRequestName[] =
4289 "Enable the component updater check 'test-request' parameter";
4290const char kComponentUpdaterTestRequestDescription[] =
4291 "Enables the 'test-request' parameter for component updater check requests."
4292 " Overrides any other component updater check request parameters that may "
4293 "have been specified.";
4294
Yulun Wu1e355132020-02-11 20:12:224295const char kContextualNudgesName[] =
4296 "Contextual nudges for user gesture education";
4297const char kContextualNudgesDescription[] =
4298 "Enables contextual nudges, periodically showing the user a label "
4299 "explaining how to interact with a particular UI element using gestures.";
4300
Joel Hockey71ebbe62021-03-28 06:24:044301const char kCroshSWAName[] = "Crosh System Web App";
4302const char kCroshSWADescription[] =
4303 "When enabled, crosh (Chrome OS Shell) will run as a tabbed System Web App "
4304 "rather than a normal browser tab.";
4305
mlcui378ba4662021-02-16 00:13:344306const char kCrosLanguageSettingsUpdate2Name[] = "Language Settings Update 2";
4307const char kCrosLanguageSettingsUpdate2Description[] =
4308 "Enables the second language settings update. Requires "
4309 "#enable-cros-language-settings-update to be enabled.";
4310
Jing Wang859fb1a2020-11-27 00:26:484311const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
4312const char kCrosOnDeviceGrammarCheckDescription[] =
4313 "Enable new on-device grammar check component.";
4314
Christopher Lamd8708c32021-10-29 04:31:474315const char kSystemExtensionsName[] = "Chrome OS System Extensions";
4316const char kSystemExtensionsDescription[] =
4317 "Enable the Chrome OS System Extension platform.";
4318
Fergus Dallf84aa822021-08-25 16:41:224319const char kCrostiniBullseyeUpgradeName[] = "Upgrade Crostini to Bullseye";
4320const char kCrostiniBullseyeUpgradeDescription[] =
4321 "Offer to upgrade Crostini containers on older versions to bullseye.";
4322
David Munro3528c5c2020-01-13 02:44:374323const char kCrostiniDiskResizingName[] = "Allow resizing Crostini disks";
4324const char kCrostiniDiskResizingDescription[] =
4325 "Use preallocated user-resizeable disks for Crostini instead of sparse "
4326 "automatically sized disks.";
4327
Fergus Dall9d0e95a2021-07-30 08:10:114328const char kCrostiniContainerInstallName[] =
4329 "Debian version for new Crostini containers";
4330const char kCrostiniContainerInstallDescription[] =
4331 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:154332
Ben Wells7238dd02019-05-02 08:20:324333const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
4334const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
4335
David Munro7d1a6712021-07-12 06:52:264336const char kCrostiniUseDlcName[] = "Crostini Use DLC";
4337const char kCrostiniUseDlcDescription[] =
4338 "Download the termina VM using the new DLC service instead of the old "
4339 "component updater.";
4340
David Munro9fce777c2020-10-07 03:55:544341const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
4342const char kCrostiniResetLxdDbDescription[] =
4343 "Recreates the LXD database every time we launch it";
4344
David Munro63fcc692021-10-14 19:36:394345const char kCrostiniUseLxd4Name[] =
4346 "Use LXD 4 instead of the default - Irreversible";
4347const char kCrostiniUseLxd4Description[] =
4348 "Uses LXD version 4 instead of the default version. WARNING: Once this is "
4349 "set you can't unset it without deleting your entire container";
4350
Nicholas Verne6eb340a82021-10-19 05:55:384351const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers";
4352const char kCrostiniMultiContainerDescription[] =
4353 "Experimental UI for creating and managing multiple Crostini containers";
4354
Timothy Loh05b4d59f2021-11-08 05:05:524355const char kCrostiniImeSupportName[] = "Crostini IME support";
4356const char kCrostiniImeSupportDescription[] =
4357 "Experimental support for IMEs (excluding VK) on Crostini.";
4358
4359const char kCrostiniVirtualKeyboardSupportName[] =
4360 "Crostini Virtual Keyboard Support";
4361const char kCrostiniVirtualKeyboardSupportDescription[] =
4362 "Experimental support for the Virtual Keyboard on Crostini.";
4363
David Munro762bf322022-02-03 02:21:464364const char kBruschettaName[] = "Enable the third party VMs feature";
4365const char kBruschettaDescription[] =
4366 "Enables UI support for third party/generic VMs";
4367
Lei Zhang44abd5d22022-01-11 00:32:344368const char kCryptAuthV2DedupDeviceLastActivityTimeName[] =
Pu Shibe74a572021-11-30 21:40:114369 "Dedup devices by last activity time";
Lei Zhang44abd5d22022-01-11 00:32:344370const char kCryptAuthV2DedupDeviceLastActivityTimeDescription[] =
Pu Shibe74a572021-11-30 21:40:114371 "Deduplicates phones in multi-device setup drop-down list by last "
4372 "activity time";
4373
Pilar Molina Lopezd5b787512020-11-19 00:21:484374const char kDisableBufferBWCompressionName[] =
4375 "Disable buffer bandwidth compression";
4376const char kDisableBufferBWCompressionDescription[] =
4377 "Disable bandwidth compression when allocating buffers";
4378
Ricky Liang8df43372020-07-09 09:41:094379const char kDisableCameraFrameRotationAtSourceName[] =
4380 "Disable camera frame rotation at source";
4381const char kDisableCameraFrameRotationAtSourceDescription[] =
4382 "Disable camera frame rotation to the upright display orientation in the "
4383 "video capture device";
4384
Thanh Nguyena4c933442019-05-11 03:43:554385const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
4386const char kDisableCancelAllTouchesDescription[] =
4387 "If enabled, a canceled touch will not force all other touches to be "
4388 "canceled.";
4389
Pavol Marko07c02b72020-11-19 12:04:534390const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
4391 "Disable closing idle sockets on memory pressure";
4392const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
4393 "If enabled, idle sockets will not be closed when chrome detects memory "
4394 "pressure. This applies to web pages only and not to internal requests.";
4395
Daniele Castagna893d822e2019-03-08 21:37:114396const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
4397const char kDisableExplicitDmaFencesDescription[] =
4398 "Always rely on implicit syncrhonization between GPU and display "
4399 "controller instead of using dma-fences explcitily when available.";
4400
Bailey Berro01f09742020-07-21 05:40:594401const char kDisplayAlignmentAssistanceName[] =
4402 "Enable Display Alignment Assistance";
4403const char kDisplayAlignmentAssistanceDescription[] =
4404 "Show indicators on shared edges of the displays when user is "
4405 "attempting to move their mouse over to another display. Show preview "
4406 "indicators when the user is moving a display in display layouts.";
4407
Harry Cutts932c80a2021-10-07 15:00:384408const char kEnableLibinputToHandleTouchpadName[] =
4409 "Enable libinput to handle touchpad.";
4410const char kEnableLibinputToHandleTouchpadDescription[] =
4411 "Use libinput instead of the gestures library to handle touchpad."
4412 "Libgesures works very well on modern devices but fails on legacy"
4413 "devices. Use libinput if an input device doesn't work or is not working"
4414 "well.";
4415
Jon Mann8e448142021-07-29 19:31:304416const char kFastPairName[] = "Enable Fast Pair";
4417const char kFastPairDescription[] =
4418 "Enables Google Fast Pair service which uses BLE to discover supported "
4419 "nearby Bluetooth devices and surfaces a notification for quick pairing. "
4420 "Use along with #bluetooth-advertisement-monitoring to allow background "
4421 "scanning.";
4422
Shane Fitzpatrickea882292022-01-24 20:30:154423const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode";
4424const char kFastPairLowPowerDescription[] =
4425 "Enables Fast Pair Low Power mode, which doesn't scan for devices "
4426 "continously. This results in lower power usage, but also higher latency "
4427 "for device discovery.";
4428
Jon Mann022bd3522022-01-19 22:11:514429const char kFastPairSoftwareScanningName[] =
4430 "Enable Fast Pair Software Scanning";
4431const char kFastPairSoftwareScanningDescription[] =
4432 "Allow using Fast Pair on devices which don't support hardware offloading "
4433 "of BLE scans. For development use.";
4434
Miguel Casas8821b0982020-07-02 12:28:494435const char kUseHDRTransferFunctionName[] =
4436 "Monitor/Display HDR transfer function";
4437const char kUseHDRTransferFunctionDescription[] =
4438 "Allows using the HDR transfer functions of any connected monitor that "
4439 "supports it";
Miguel Casasf15028b12019-10-23 12:52:324440
Giovanni Ortuño Urquidi3e5e2072019-09-25 06:50:204441const char kDisableOfficeEditingComponentAppName[] =
4442 "Disable Office Editing for Docs, Sheets & Slides";
4443const char kDisableOfficeEditingComponentAppDescription[] =
4444 "Disables Office Editing for Docs, Sheets & Slides component app so "
4445 "handlers won't be registered, making it possible to install another "
4446 "version for testing.";
4447
Ahmed Fakhry4f567e692018-10-16 15:51:084448const char kDoubleTapToZoomInTabletModeName[] =
4449 "Double-tap to zoom in tablet mode";
4450const char kDoubleTapToZoomInTabletModeDescription[] =
4451 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
4452 "page.";
4453
Yulun Wub88a9202021-07-13 19:44:564454const char kQuickSettingsPWANotificationsName[] =
4455 "Enable setting of PWA notification permissions in quick settings ";
4456const char kQuickSettingsPWANotificationsDescription[] =
4457 "Replace website notification permissions with PWA notification "
4458 "permissions in the quick settings menu. Website notification permissions "
4459 "settings will be migrated to the lacros - chrome browser.";
4460
Austin Tankiang3d356862020-10-01 06:26:154461const char kDriveFsBidirectionalNativeMessagingName[] =
4462 "Enable bidirectional native messaging for DriveFS";
4463const char kDriveFsBidirectionalNativeMessagingDescription[] =
4464 "Enable enhanced native messaging host to communicate with DriveFS.";
4465
Per Åhgrend439e1e2021-05-16 13:49:554466const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
4467const char kCrOSEnforceSystemAecDescription[] =
4468 "Enforces using the system variant in CrAS of the AEC";
4469
4470const char kCrOSEnforceSystemAecAgcName[] =
4471 "Enforce using the system AEC and AGC in CrAS";
4472const char kCrOSEnforceSystemAecAgcDescription[] =
4473 "Enforces using the system variants in CrAS of the AEC and AGC.";
4474
4475const char kCrOSEnforceSystemAecNsName[] =
4476 "Enforce using the system AEC and NS in CrAS";
4477const char kCrOSEnforceSystemAecNsDescription[] =
4478 "Enforces using the system variants in CrAS of the AEC and NS.";
4479
4480const char kCrOSEnforceSystemAecNsAgcName[] =
4481 "Enforce using the system AEC, NS and AGC in CrAS";
4482const char kCrOSEnforceSystemAecNsAgcDescription[] =
4483 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
4484
Andrew Moylan2db11cd2019-05-22 14:25:154485const char kEnableAppReinstallZeroStateName[] =
4486 "Enable Zero State App Reinstall Suggestions.";
4487const char kEnableAppReinstallZeroStateDescription[] =
4488 "Enable Zero State App Reinstall Suggestions feature in launcher, which "
4489 "will show app reinstall recommendations at end of zero state list.";
4490
Xiao Yangf59e6932019-07-19 00:18:134491const char kEnableAssistantRoutinesName[] = "Assistant Routines";
4492const char kEnableAssistantRoutinesDescription[] = "Enable Assistant Routines.";
4493
Alex Newcomere5a362c2019-05-02 19:31:354494const char kEnableBackgroundBlurName[] = "Enable background blur.";
4495const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:284496 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:354497
Alex Newcomer46bfe142020-07-10 20:28:564498const char kEnhancedClipboardName[] =
4499 "Productivity Experiment: Enable Enhanced Clipboard";
4500const char kEnhancedClipboardDescription[] =
4501 "Enables an experimental clipboard history which aims to reduce context "
4502 "switching. After copying to the clipboard, press search + v to show the "
4503 "history. Selecting something from the menu will result in a paste to the "
4504 "active window.";
4505
Lei Zhang1a6fd01b2021-03-24 17:03:484506const char kEnhancedClipboardNudgeSessionResetName[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284507 "Enable resetting enhanced clipboard nudge data";
Lei Zhang1a6fd01b2021-03-24 17:03:484508const char kEnhancedClipboardNudgeSessionResetDescription[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284509 "When enabled, this will reset the clipboard nudge shown data on every new "
4510 "user session, allowing the nudge to be shown again.";
4511
Ana Salazarde4d2692021-06-16 01:37:064512const char kEnhancedClipboardScreenshotNudgeName[] =
4513 "Enable clipboard history screenshot nudge";
4514const char kEnhancedClipboardScreenshotNudgeDescription[] =
4515 "When enabled, the keyboard shortcut for clipboard history will show in "
4516 "the screenshot notification banner in clamshell mode.";
4517
Charles Zhao9d1b8def2019-10-16 22:32:394518const char kEnableCrOSActionRecorderName[] = "Enable CrOS action recorder";
4519const char kEnableCrOSActionRecorderDescription[] =
4520 "When enabled, each app launching, file opening, setting change, and url "
4521 "visiting will be logged locally into an encrypted file. Should not be "
Charles Zhaoafe9e8d2019-10-17 00:34:344522 "enabled. Be aware that hash option only provides a thin layer of privacy.";
Charles Zhao9d1b8def2019-10-16 22:32:394523
Garrick Evans0387e712021-04-28 05:24:324524const char kEnableDnsProxyName[] = "Enable DNS proxy service";
4525const char kEnableDnsProxyDescription[] =
4526 "When enabled, standard DNS queries will be proxied through the system "
4527 "service";
4528
Garrick Evans1d407ca92021-05-10 04:04:304529const char kDnsProxyEnableDOHName[] =
4530 "Enable DNS-over-HTTPS in the DNS proxy service";
4531const char kDnsProxyEnableDOHDescription[] =
4532 "When enabled, the DNS proxy will perform DNS-over-HTTPS in accordance "
4533 "with the Chrome OS SecureDNS settings.";
4534
James Hawkinsa9fefa8d2020-10-08 00:24:034535const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
4536const char kEnableHostnameSettingDescription[] =
4537 "Enables the ability to set the Chrome OS hostname, the name of the device "
4538 "that is exposed to the local network";
4539
Harry Cuttscfe6d934f2019-06-05 21:45:554540const char kEnableGesturePropertiesDBusServiceName[] =
4541 "Enable gesture properties D-Bus service";
4542const char kEnableGesturePropertiesDBusServiceDescription[] =
4543 "Enable a D-Bus service for accessing gesture properties, which are used "
4544 "to configure input devices.";
4545
Xiaohui Chenf4283f32018-11-26 20:02:504546const char kEnableGoogleAssistantDspName[] =
4547 "Enable Google Assistant with hardware-based hotword";
4548const char kEnableGoogleAssistantDspDescription[] =
4549 "Enable an experimental feature that uses hardware-based hotword detection "
4550 "for Assistant. Only a limited number of devices have this type of "
4551 "hardware support.";
4552
Xiaohui Chenc3baca42018-11-30 19:29:374553const char kEnableGoogleAssistantStereoInputName[] =
4554 "Enable Google Assistant with stereo audio input";
4555const char kEnableGoogleAssistantStereoInputDescription[] =
4556 "Enable an experimental feature that uses stereo audio input for hotword "
4557 "and voice to text detection in Google Assistant.";
4558
Xiaohui Chen3f3a5bf12019-09-28 00:29:454559const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
4560const char kEnableGoogleAssistantAecDescription[] =
4561 "Enable an experimental feature that removes local feedback from audio "
4562 "input to help hotword and ASR when background audio is playing.";
4563
Rob Schonberger11bb2812019-07-31 23:41:004564const char kEnableHeuristicStylusPalmRejectionName[] =
4565 "Enable Heuristic for Stylus/Palm Rejection.";
4566const char kEnableHeuristicStylusPalmRejectionDescription[] =
4567 "Enable additional heuristic palm rejection logic when interacting with "
4568 "stylus usage. Not intended for all devices.";
4569
Harry Cutts8b445de2021-06-10 02:25:554570const char kEnableInputEventLoggingName[] = "Enable input event logging";
4571const char kEnableInputEventLoggingDescription[] =
4572 "Enable detailed logging of input events from touchscreens, touchpads, and "
4573 "mice. These events include the locations of all touches as well as "
4574 "relative pointer movements, and so may disclose sensitive data. They "
4575 "will be included in feedback reports and system logs, so DO NOT ENTER "
4576 "SENSITIVE INFORMATION with this flag enabled.";
4577
Harry Cuttsf74356712021-05-14 02:13:384578const char kEnableInputInDiagnosticsAppName[] =
4579 "Enable input device cards in the Diagnostics App";
4580const char kEnableInputInDiagnosticsAppDescription[] =
4581 "Enable input device cards in the Diagnostics App";
4582
Roger Tinkoff6c1bed22022-01-07 14:52:014583const char kEnableKeyboardBacklightToggleName[] =
4584 "Enable Keyboard Backlight Toggle.";
4585const char kEnableKeyboardBacklightToggleDescription[] =
4586 "Enable toggling of the keyboard backlight. By "
4587 "default, this flag is enabled.";
4588
[email protected]b2bed9d2020-12-09 23:49:424589const char kEnableLauncherSearchNormalizationName[] =
4590 "Enable normalization of launcher search results";
4591const char kEnableLauncherSearchNormalizationDescription[] =
4592 "Enable normalization of scores from different providers to the "
4593 "launcher.";
4594
alanlxl43ddc2082022-02-01 00:24:164595const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold";
4596const char kEnableNeuralPalmAdaptiveHoldDescription[] =
4597 "Enable adaptive hold in palm rejection. Not compatible with all devices.";
4598
4599const char kEnableNeuralPalmRejectionModelV2Name[] = "Palm Rejection Model V2";
4600const char kEnableNeuralPalmRejectionModelV2Description[] =
4601 "Uses an updated model for palm rejection. Not compatible with all "
4602 "devices.";
4603
Rob Schonbergerc258473f2019-11-08 05:09:354604const char kEnableNeuralStylusPalmRejectionName[] =
4605 "Enable Neural Palm Detection";
4606const char kEnableNeuralStylusPalmRejectionDescription[] =
4607 "Experimental: Enable Neural Palm detection. Not compatible with all "
4608 "devices.";
4609
Xiangdong Kongec5a0772021-05-03 21:53:014610const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
4611const char kEnableOsFeedbackDescription[] =
4612 "Enable the feedback tool with new UX design that helps users mitigate "
4613 "the issues while writing feedback and makes the UI easier to use.";
4614
Mitsuru Oshimadaf54572020-04-07 14:47:594615const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
4616const char kEnableNewShortcutMappingDescription[] =
4617 "Enables experimental new shortcut mapping";
4618
Rob Schonbergerba235782020-03-11 05:01:144619const char kEnablePalmOnMaxTouchMajorName[] =
4620 "Enable Palm when Touch is Maximum";
4621const char kEnablePalmOnMaxTouchMajorDescription[] =
4622 "Experimental: Enable Palm detection when the touchscreen reports max "
4623 "size. Not compatible with all devices.";
4624
4625const char kEnablePalmOnToolTypePalmName[] =
4626 "Enable Palm when Tool Type is Palm";
4627const char kEnablePalmOnToolTypePalmDescription[] =
4628 "Experimental: Enable palm detection when touchscreen reports "
4629 "TOOL_TYPE_PALM. Not compatible with all devices.";
4630
Rob Schonbergere0a8e3c2020-04-21 03:04:394631const char kEnablePalmSuppressionName[] =
4632 "Enable Palm Suppression with Stylus.";
4633const char kEnablePalmSuppressionDescription[] =
4634 "If enabled, suppresses touch when a stylus is on a touchscreen.";
4635
Yue Li26c44942021-08-12 17:25:114636const char kDisableQuickAnswersV2TranslationName[] =
4637 "Disable Quick Answers Translation";
4638const char kDisableQuickAnswersV2TranslationDescription[] =
4639 "Disable translation services of the Quick Answers.";
4640
Yue Lib8980c02022-01-28 21:51:484641const char kQuickAnswersAlwaysTriggerForSingleWordName[] =
4642 "Enable Quick Answers always trigger for single word";
4643const char kQuickAnswersAlwaysTriggerForSingleWordDescription[] =
4644 "Enable Quick Answers always trigger for single word selection.";
4645
Brian Geffon134e77c52019-07-30 21:49:584646const char kTrimOnMemoryPressureName[] = "Trim Working Set on memory pressure";
4647const char kTrimOnMemoryPressureDescription[] =
4648 "Trim Working Set periodically on memory pressure";
4649
mavishsu4514cff2021-11-01 06:05:524650const char kEchePhoneHubPermissionsOnboardingName[] =
4651 "Enable Eche Phone Hub Permissions Onboarding";
4652const char kEchePhoneHubPermissionsOnboardingDescription[] =
4653 "Enable the new permissions onboarding flow for Phone Hub notifications "
4654 "and Eche.";
4655
paulzhchen26343e92021-02-09 05:43:054656const char kEcheSWAName[] = "Enable Eche App SWA.";
4657const char kEcheSWADescription[] = "Enable the SWA version of the Eche.";
4658
paulzhchen7ee2f68e2021-04-22 23:06:464659const char kEcheSWAResizingName[] = "Allow resizing Eche App.";
4660const char kEcheSWAResizingDescription[] =
4661 "Enable a naive resize for the Eche window";
4662
paulzhchenfac28192021-10-08 08:14:184663const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode";
4664const char kEcheSWADebugModeDescription[] = "Enable the Debug Mode of the Eche";
4665
paulzhchend87d1162022-01-19 05:36:524666const char kEcheSWAInBackgroundName[] = "Enable Eche Background Mode";
4667const char kEcheSWAInBackgroundDescription[] =
4668 "Enable the Eche SWA to run in the background before connection "
4669 "established";
4670
Andrew Wolfers06bff8d32021-10-20 02:01:424671const char kEnableIdleInhibitName[] = "Enable Idle Inhibit Protocol";
4672const char kEnableIdleInhibitDescription[] =
4673 "Enables the Wayland idle-inhibit-unstable-v1 protocol";
4674
Michael Checo9d122652021-03-18 15:04:344675const char kEnableNetworkingInDiagnosticsAppName[] =
4676 "Enable networking cards in the Diagnostics App";
4677const char kEnableNetworkingInDiagnosticsAppDescription[] =
4678 "Enable networking cards in the Diagnostics App";
4679
Pranav Batra96b8eba2021-07-02 21:17:214680const char kEnableOAuthIppName[] =
4681 "Enable OAuth when printing via the IPP protocol";
4682const char kEnableOAuthIppDescription[] =
4683 "Enable OAuth when printing via the IPP protocol";
4684
xiangdong kong6fce0b82021-08-21 02:53:304685const char kEnableRevenLogSourceName[] =
4686 "Enable Reven Log Source on chrome://system and feedback logs";
4687const char kEnableRevenLogSourceDescription[] =
4688 "Enable Reven Log Source on chrome://system and feedback logs";
4689
Eleni Dimitriadis86ff60602019-12-23 05:17:094690const char kEnableSuggestedFilesName[] = "Enable Suggested Files";
4691const char kEnableSuggestedFilesDescription[] =
Rachel Wong0b8ea022021-10-01 01:52:584692 "Enable the Suggested Files feature in Launcher, which will show Drive "
Rachel Wongce88ffdd2021-08-10 04:32:564693 "file suggestions in the suggestion chips when the launcher is opened.";
4694
Rachel Wong0b8ea022021-10-01 01:52:584695const char kEnableSuggestedLocalFilesName[] = "Enable Suggested Local Files";
4696const char kEnableSuggestedLocalFilesDescription[] =
4697 "Enable the Suggested local Files feature in Launcher, which will show "
4698 "local file suggestions in the suggestion chips when the launcher is "
Rachel Wongce88ffdd2021-08-10 04:32:564699 "opened.";
Eleni Dimitriadis86ff60602019-12-23 05:17:094700
Taoyu Li6d8ba6e2021-08-31 06:15:434701const char kEnableWireGuardName[] = "Enable WireGuard VPN";
4702const char kEnableWireGuardDescription[] =
4703 "Enable the support of WireGuard VPN as a native VPN option. Requires a "
4704 "kernel version that support it.";
4705
Jenny Zhang0c298e42022-01-12 03:09:264706const char kEnforceAshExtensionKeeplistName[] =
4707 "Enforce Ash extension keeplist";
4708const char kEnforceAshExtensionKeeplistDescription[] =
4709 "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on"
4710 " the keeplist are enabled in Ash.";
4711
Jason Zhang60f02d502021-07-21 03:30:004712const char kESimPolicyName[] = "Enable ESim Policy";
4713const char kESimPolicyDescription[] =
4714 "Enable the support for policy controlled provisioning and configuration "
4715 "of eSIM cellular networks";
4716
Prabir Pradhan67677e82020-09-11 18:26:524717const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
4718const char kExoGamepadVibrationDescription[] =
4719 "Allow Exo clients like Android to request vibration events for gamepads "
4720 "that support it.";
4721
Nicholas Hollingum4cbff262020-09-08 04:02:154722const char kExoOrdinalMotionName[] =
4723 "Raw (unaccelerated) motion for Linux applications";
4724const char kExoOrdinalMotionDescription[] =
4725 "Send unaccelerated values as raw motion events to linux applications.";
4726
Nicholas Hollingume9a6744f2019-10-03 05:57:294727const char kExoPointerLockName[] = "Pointer lock for Linux applications";
4728const char kExoPointerLockDescription[] =
4729 "Allow Linux applications to request a pointer lock, i.e. exclusive use of "
4730 "the mouse pointer.";
4731
Ben Sylvester Millar410c4d1c2021-01-29 00:19:424732const char kExoLockNotificationName[] = "Notification bubble for UI lock";
4733const char kExoLockNotificationDescription[] =
4734 "Show a notification bubble once an application has switched to "
4735 "non-immersive fullscreen mode or obtained pointer lock.";
4736
Akihiro Ota1519aad2021-02-01 21:36:524737const char kExperimentalAccessibilityDictationExtensionName[] =
4738 "Experimental accessibility dictation extension.";
4739const char kExperimentalAccessibilityDictationExtensionDescription[] =
4740 "Enables the JavaScript dictation extension.";
4741
Akihiro Ota59f4a212021-02-02 02:11:474742const char kExperimentalAccessibilityDictationOfflineName[] =
4743 "Experimental accessibility dictation offline.";
4744const char kExperimentalAccessibilityDictationOfflineDescription[] =
4745 "Enables offline speech recognition for the accessibility dictation "
4746 "feature.";
4747
Katie Dektar27081912021-09-07 23:18:234748const char kExperimentalAccessibilityDictationCommandsName[] =
4749 "Experimental accessibility dictation commands";
4750const char kExperimentalAccessibilityDictationCommandsDescription[] =
4751 "Enables text editing commands for the accessibility dictation feature.";
4752
Akihiro Otae973b912022-01-25 22:38:304753const char kExperimentalAccessibilityDictationHintsName[] =
4754 "Experimental accessibility dictation UI hints.";
4755const char kExperimentalAccessibilityDictationHintsDescription[] =
4756 "Enables UI hints for the accessibility dictation feature.";
4757
Rose Garcia26e2ae32019-06-25 00:57:544758const char kExperimentalAccessibilitySwitchAccessTextName[] =
4759 "Enable enhanced Switch Access text input.";
4760const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
4761 "Enable experimental or in-progress Switch Access features for improved "
4762 "text input";
4763
Akihiro Ota344385d2021-10-12 19:57:454764const char kExperimentalAccessibilitySwitchAccessMultistepAutomationName[] =
4765 "Enable multistep automation for Switch Access.";
4766const char
4767 kExperimentalAccessibilitySwitchAccessMultistepAutomationDescription[] =
4768 "Enable multistep automation for Switch Access, which is a project for "
4769 "the 2021 accessibility sprint.";
4770
Goran Flegarcd5b69e2022-01-18 18:34:004771const char kExtendedOpenVpnSettingsName[] = "Enable extended OpenVPN settings";
4772const char kExtendedOpenVpnSettingsDescription[] =
4773 "Enable displaying additional configuration properties of already "
4774 "configured OpenVPN networks.";
4775
Josiah K376e0352021-02-17 23:44:494776const char kMagnifierContinuousMouseFollowingModeSettingName[] =
4777 "Enable ability to choose continuous mouse following mode in Magnifier "
4778 "settings";
4779const char kMagnifierContinuousMouseFollowingModeSettingDescription[] =
4780 "Enable feature which adds ability to choose new continuous mouse "
4781 "following mode in Magnifier settings.";
4782
Josiah K22b5da22021-11-08 21:58:184783const char kDockedMagnifierResizingName[] =
4784 "Enable ability to resize Docked Magnifier";
4785const char kDockedMagnifierResizingDescription[] =
Josiah K19f8aa52021-12-08 15:26:514786 "Enable feature which adds ability for user to grab and resize divider of "
Josiah K22b5da22021-11-08 21:58:184787 "Docked Magnifier.";
4788
Nigel Tao2de7f41f2021-11-12 08:22:584789const char kFilesArchivemountName[] = "Archivemount in Files App (1st Tier)";
Nigel Taoa564f9a2021-07-11 14:54:154790const char kFilesArchivemountDescription[] =
4791 "Enable mounting various archive formats in File Manager.";
4792
Nigel Tao2de7f41f2021-11-12 08:22:584793const char kFilesArchivemount2Name[] = "Archivemount in Files App (2nd Tier)";
4794const char kFilesArchivemount2Description[] =
4795 "Enable mounting additional archive formats in File Manager. This has no "
4796 "effect unless #files-archivemount is also enabled.";
4797
Alex Danilo22b6b9c2021-11-18 06:44:444798const char kFilesExtractArchiveName[] = "Extract archive in Files app";
4799const char kFilesExtractArchiveDescription[] =
4800 "Enable the simplified archive extraction feature in Files app";
4801
Omid Tourzanbf2a0dcf2020-09-10 08:53:554802const char kFilesSinglePartitionFormatName[] =
4803 "Enable Partitioning of Removable Disks.";
4804const char kFilesSinglePartitionFormatDescription[] =
4805 "Enable partitioning of removable disks into single partition.";
4806
Josh Simmons7888f7d2020-08-07 04:47:524807const char kFilesSWAName[] = "Enable Files App SWA.";
4808const char kFilesSWADescription[] =
4809 "Enable the SWA version of the file manager.";
4810
Joel Hockeya4865f1f2020-10-09 00:41:274811const char kFilesTrashName[] = "Enable Files Trash.";
4812const char kFilesTrashDescription[] =
4813 "Enable trash for My files volume in Files App.";
4814
Jérémie Boulicacd664722022-02-03 05:33:114815const char kFilesWebDriveOfficeName[] =
4816 "Enable Files App Web Drive Office support.";
4817const char kFilesWebDriveOfficeDescription[] =
4818 "Enable opening Office files located in Files app Drive in Web Drive.";
4819
Ricky Liang3bd2754b52020-10-07 02:50:324820const char kForceSpectreVariant2MitigationName[] =
4821 "Force Spectre variant 2 mitigagtion";
4822const char kForceSpectreVariant2MitigationDescription[] =
4823 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
4824 "override #spectre-variant2-mitigation and any system-level setting that "
4825 "disables Spectre variant 2 mitigation.";
4826
Lei Zhang1a6fd01b2021-03-24 17:03:484827const char kFiltersInRecentsName[] = "Enable filters in Recents";
4828const char kFiltersInRecentsDescription[] =
Naoki Fukino46529392020-08-11 11:46:094829 "Enable file-type filters (Audio, Images, Videos) in Files App Recents "
4830 "view.";
4831
Daniel Anderssona36c4bc2021-06-04 22:09:434832const char kFocusFollowsCursorName[] = "Focus follows cursor";
4833const char kFocusFollowsCursorDescription[] =
4834 "Enable window focusing by moving the cursor.";
4835
yjliu8f78e8b2020-07-22 20:51:214836const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
4837const char kFrameThrottleFpsDescription[] =
4838 "Set the throttle fps for compositor frame submission.";
4839const char kFrameThrottleFpsDefault[] = "Default";
4840const char kFrameThrottleFps5[] = "5 fps";
4841const char kFrameThrottleFps10[] = "10 fps";
4842const char kFrameThrottleFps15[] = "15 fps";
4843const char kFrameThrottleFps20[] = "20 fps";
4844const char kFrameThrottleFps25[] = "25 fps";
4845const char kFrameThrottleFps30[] = "30 fps";
4846
Nancy Wangea75f7f2021-12-29 05:11:364847const char kFullRestoreForLacrosName[] = "Full restore lacros support";
4848const char kFullRestoreForLacrosDescription[] =
4849 "Chrome OS full restore lacros support";
4850
Noel Gordonc736eb32021-07-30 05:53:164851const char kFuseBoxName[] = "Enable ChromeOS FuseBox service";
4852const char kFuseBoxDescription[] = "ChromeOS FuseBox service.";
4853
David Munrod07ba6b2022-02-08 05:54:374854const char kGuestOsFilesName[] =
4855 "Enabled Guest OS Service + file manager integration";
4856const char kGuestOsFilesDescription[] =
4857 "The files app sources information about guests from the Guest OS service, "
4858 "instead of querying each type individually";
4859
Callistus4352dba2021-06-10 11:37:454860const char kHelpAppBackgroundPageName[] = "Help App Background Page";
4861const char kHelpAppBackgroundPageDescription[] =
4862 "Enables the Background page in the help app. The background page is used "
4863 "to initialize the Help App Launcher search index and show the Discover "
4864 "tab notification.";
4865
Callistus8e47f8b2021-04-14 02:02:304866const char kHelpAppDiscoverTabName[] = "Help App Discover Tab";
4867const char kHelpAppDiscoverTabDescription[] =
4868 "Enables the Discover tab in the help app. Even if the feature is enabled, "
4869 "internal app logic might decide not to show the tab.";
4870
Zufeng Wang9d3362eb822021-03-11 00:23:294871const char kHelpAppLauncherSearchName[] = "Help App launcher search";
4872const char kHelpAppLauncherSearchDescription[] =
4873 "Enables showing search results from the help app in the launcher.";
4874
Zufeng Wang884a7902020-06-30 05:37:334875const char kHelpAppSearchServiceIntegrationName[] =
4876 "Help App search service integration";
4877const char kHelpAppSearchServiceIntegrationDescription[] =
4878 "Enables the integration between the help app and the local search"
4879 " service. Includes using the search service for in app search.";
4880
David Blackcaa552bc2022-01-13 04:55:404881const char kHoldingSpaceInProgressAnimationV2Name[] =
4882 "Enable showing v2 in-progress animations in Tote.";
4883const char kHoldingSpaceInProgressAnimationV2Description[] =
4884 "Show v2 in-progress animations in Tote.";
4885
David Black863ff422021-07-02 20:05:304886const char kHoldingSpaceInProgressDownloadsIntegrationName[] =
4887 "Enable showing in-progress downloads in Tote.";
4888const char kHoldingSpaceInProgressDownloadsIntegrationDescription[] =
4889 "Show in-progress download functionality in Tote to increase productivity "
4890 "by giving users one place to go to monitor and access their downloads.";
4891
Lei Zhangc05af2a2020-05-15 20:54:054892const char kImeAssistAutocorrectName[] = "Enable assistive autocorrect";
4893const char kImeAssistAutocorrectDescription[] =
John Palmer3ace5a72020-03-11 05:57:514894 "Enable assistive auto-correct features for native IME";
4895
Curtis McMullana1900062021-06-28 01:13:254896const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
4897const char kImeAssistEmojiEnhancedDescription[] =
4898 "Enable enhanced assistive emoji suggestion features for native IME";
4899
Curtis McMullan35800d22020-11-26 06:45:194900const char kImeAssistMultiWordName[] =
4901 "Enable assistive multi word suggestions";
4902const char kImeAssistMultiWordDescription[] =
4903 "Enable assistive multi word suggestions for native IME";
4904
Curtis McMullan6f6526d2021-07-09 04:22:454905const char kImeAssistMultiWordExpandedName[] =
4906 "Enable expanded assistive multi word suggestions";
4907const char kImeAssistMultiWordExpandedDescription[] =
4908 "Enable expanded assistive multi word suggestions for native IME";
4909
Curtis McMullanf5919502021-11-09 05:47:444910const char kImeAssistMultiWordLacrosSupportName[] =
4911 "Multi word suggestions lacros support";
4912const char kImeAssistMultiWordLacrosSupportDescription[] =
4913 "Enable lacros support for assistive multi word suggestions in native IME";
4914
Jing Wang1c45fe392020-03-05 01:10:234915const char kImeAssistPersonalInfoName[] = "Enable assistive personal info";
4916const char kImeAssistPersonalInfoDescription[] =
4917 "Enable auto-complete suggestions on personal infomation for native IME.";
4918
John Palmer8fdbe0e2021-12-07 01:45:034919const char kVirtualKeyboardDarkModeName[] =
4920 "Enable Dark Mode support for virtual keyboard";
4921const char kVirtualKeyboardDarkModeDescription[] =
4922 "Enable dark mode colors for the virtual keyboard when dark mode is "
4923 "active.";
4924
John Palmerb4e42c02022-02-11 07:25:164925const char kVirtualKeyboardNewHeaderName[] =
4926 "Enable new header for virtual keyboard";
4927const char kVirtualKeyboardNewHeaderDescription[] =
4928 "Enable new header for virtual keyboard to improve navigation.";
4929
John Palmerd6d1d0f2020-12-07 03:02:054930const char kImeSystemEmojiPickerName[] = "System emoji picker";
4931const char kImeSystemEmojiPickerDescription[] =
4932 "Controls whether a System emoji picker, or the virtual keyboard is used "
4933 "for inserting emoji.";
4934
John Palmer77ce9282021-07-15 09:23:094935const char kImeSystemEmojiPickerClipboardName[] =
4936 "System emoji picker clipboard";
4937const char kImeSystemEmojiPickerClipboardDescription[] =
4938 "Emoji picker will insert emoji into clipboard if they can't be inserted "
4939 "into a text field";
Chuong Hoa3217d52021-12-08 06:36:144940
4941const char kImeSystemEmojiPickerExtensionName[] =
4942 "System emoji picker extension";
4943const char kImeSystemEmojiPickerExtensionDescription[] =
4944 "Emoji picker extension allows users to select emoticons and symbols to "
4945 "input.";
4946
Chuong Ho7a5781832022-02-09 06:47:264947const char kImeSystemEmojiPickerSearchExtensionName[] =
4948 "System emoji picker search extension";
4949const char kImeSystemEmojiPickerSearchExtensionDescription[] =
4950 "Emoji picker search extension enhances current emoji search by "
4951 "introducing multi-word prefix search.";
4952
John Palmer90a32212021-08-03 08:49:134953const char kImeStylusHandwritingName[] = "Stylus Handwriting";
4954const char kImeStylusHandwritingDescription[] =
4955 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:094956
John Palmer2530f912021-05-24 05:06:304957const char kCrosLanguageSettingsImeOptionsInSettingsName[] =
4958 "Ime settings in settings";
4959const char kCrosLanguageSettingsImeOptionsInSettingsDescription[] =
4960 "Adds IME settings to the settings menu";
4961
Nick Czajka61982be2020-12-09 23:52:334962const char kKeyboardBasedDisplayArrangementInSettingsName[] =
4963 "Keyboard-based Display Arrangement in Settings";
4964const char kKeyboardBasedDisplayArrangementInSettingsDescription[] =
4965 "Enables using arrow keys to rearrange displays on Settings > Device > "
4966 "Displays page.";
4967
Erik Chend7082ec2021-06-25 01:04:124968const char kLacrosAvailabilityIgnoreName[] =
4969 "Ignore lacros-availability policy";
4970const char kLacrosAvailabilityIgnoreDescription[] =
4971 "Makes the lacros-availability policy have no effect. Instead Lacros "
4972 "availability will be controlled by experiment and/or user flags.";
4973
Hidehiko Abea7217c92022-02-01 05:54:574974const char kLacrosOnlyName[] = "Lacros is the only browser";
4975const char kLacrosOnlyDescription[] =
4976 "Use Lacros-chrome as the only web browser on Chrome OS. "
4977 "This flag is ignored if Lacros support or primary is disabled.";
4978
Hidehiko Abe9f190d12021-03-18 12:55:204979const char kLacrosPrimaryName[] = "Lacros as the primary browser";
4980const char kLacrosPrimaryDescription[] =
4981 "Use Lacros-chrome as the primary web browser on Chrome OS. "
4982 "This flag is ignored if Lacros support is disabled.";
4983
Erik Chen601a5d62020-12-07 20:05:124984const char kLacrosStabilityName[] = "Lacros stability";
Roman Arorac36aeeb92021-10-04 20:35:584985const char kLacrosStabilityDescription[] = "Lacros update channel.";
Erik Chen601a5d62020-12-07 20:05:124986
Jae Hoon Kim94e1cfd2021-05-19 20:52:524987const char kLacrosSelectionName[] = "Lacros selection";
4988const char kLacrosSelectionDescription[] =
4989 "Choosing between rootfs or stateful Lacros.";
4990
4991const char kLacrosSelectionRootfsDescription[] = "Rootfs";
4992const char kLacrosSelectionStatefulDescription[] = "Stateful";
4993
James Cook2fe5ca7b2020-10-09 02:54:174994const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:184995const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:384996 "Support for the experimental lacros-chrome browser. Please note that the "
4997 "first restart can take some time to setup lacros-chrome. Please DO NOT "
4998 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:184999
Yuta Hijikata67d3ac82021-12-20 03:43:485000const char kLacrosProfileMigrationForAnyUserName[] =
5001 "Lacros profile migration for any user";
5002const char kLacrosProfileMigrationForAnyUserDescription[] =
5003 "Enables lacros profile migration that are currently only enabled for "
5004 "certain users. Please enable with CAUTION. Enabling profile migration "
5005 "means that any pre-existing lacros data will be wiped and replaced with "
5006 "data migrated from ash. It also has a side effect that lacros will be "
5007 "disbled until profile migration is completed.";
5008
Yuta Hijikata6a575d42022-01-11 04:09:075009const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration";
5010const char kLacrosProfileMigrationForceOffDescription[] =
5011 "Disables lacros profile migration. Lacros profile migration is being "
5012 "rolled out to internal users first. Once lacros profile migration becomes "
5013 "available to the user, the completion of profile migration becomes a "
5014 "requirement to use lacros i.e. if profile migration gets rolled out to "
5015 "the user and the migration fails, then lacros becomes unavailable until "
5016 "the migration is completed. By enabling this flag, even if profile "
5017 "migration is rolled out to the user, the migration will not run and the "
5018 "user can continue to use lacros without profile migration.";
5019
Ahmed Fakhry039882f2020-06-16 21:56:215020const char kLimitShelfItemsToActiveDeskName[] =
5021 "Limit Shelf items to active desk";
5022const char kLimitShelfItemsToActiveDeskDescription[] =
5023 "Limits items on the shelf to the ones associated with windows on the "
5024 "active desk";
5025
Ahmed Fakhry15d707e2019-02-22 23:54:215026const char kListAllDisplayModesName[] = "List all display modes";
5027const char kListAllDisplayModesDescription[] =
5028 "Enables listing all external displays' modes in the display settings.";
5029
Aga Wronska344fa8282021-10-07 14:18:055030const char kLocalWebApprovalsName[] = "Local web approvals";
5031const char kLocalWebApprovalsDescription[] =
5032 "Enable local web approvals for Family Link users on Chrome OS. Web filter "
5033 "interstitial refresh needs to also be enabled.";
5034
Gil Dekel11cbdfb2020-12-23 21:43:275035const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
5036const char kEnableHardwareMirrorModeDescription[] =
5037 "Enables hardware support when multiple displays are set to mirror mode.";
5038
Megumi Hattori5a0d4182018-03-06 11:09:505039const char kLockScreenNotificationName[] = "Lock screen notification";
5040const char kLockScreenNotificationDescription[] =
5041 "Enable notifications on the lock screen.";
5042
Mitch McDermott8cf69d3f2021-10-15 02:51:255043const char kMediaAppHandlesAudioName[] = "Media App Handles Audio";
5044const char kMediaAppHandlesAudioDescription[] =
5045 "Enables opening audio files by default in chrome://media-app";
5046
Patti7a088712021-04-14 08:23:465047const char kMediaAppHandlesPdfName[] = "Media App Handles PDF";
5048const char kMediaAppHandlesPdfDescription[] =
5049 "Enables opening PDF files by default in chrome://media-app";
David Lei5f7c097e2020-11-19 19:32:045050
Steven Bennetts66bc3542020-06-25 23:05:285051const char kMeteredShowToggleName[] = "Show Metered Toggle";
5052const char kMeteredShowToggleDescription[] =
5053 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
5054 "The toggle allows users to set whether a network should be considered "
5055 "metered for purposes of bandwith usage (e.g. for automatic updates).";
5056
Toni Barzic5cf7da92021-05-19 21:07:405057const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
5058const char kMicrophoneMuteNotificationsDescription[] =
5059 "Enables notifications that are shown when an app tries to use microphone "
5060 "while audio input is muted.";
5061
5062const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
5063const char kMicrophoneMuteSwitchDeviceDescription[] =
5064 "Support for detecting the state of hardware microphone mute toggle. Only "
5065 "effective on devices that have a microphone mute toggle. Enabling the "
5066 "flag does not affect the toggle functionality, it only affects how the "
5067 "System UI handles the mute toggle state.";
5068
Bao-Duy Tranaa329d62020-11-27 05:40:585069const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
5070const char kMultilingualTypingDescription[] =
5071 "Enables support for multilingual assistive typing on Chrome OS.";
5072
Prameet Shah6ddd00d2021-08-17 23:05:345073const char kNearbySharingArcName[] = "ARC Nearby Sharing";
5074const char kNearbySharingArcDescription[] =
5075 "Enables Nearby Sharing from ARC apps.";
5076
Michael Hansen12166ea2021-06-25 18:17:355077const char kNearbySharingBackgroundScanningName[] =
5078 "Nearby Sharing Background Scanning";
5079const char kNearbySharingBackgroundScanningDescription[] =
5080 "Enables background scanning for Nearby Share, allowing devices to "
5081 "persistently scan and present a notification when a nearby device is "
5082 "attempting to share.";
5083
Pu Shifd38f1332022-01-10 22:17:265084const char kNearbySharingOnePageOnboardingName[] =
5085 "Nearby Sharing one-page Onboarding.";
5086const char kNearbySharingOnePageOnboardingDescription[] =
5087 "Enable new One-page onboarding workflow for Nearby Share.";
5088
Crisrael Lucero5baff6572022-02-02 18:45:595089const char kNearbySharingReceiveWifiCredentialsName[] =
5090 "Nearby Sharing Receive WiFi Credentials.";
5091const char kNearbySharingReceiveWifiCredentialsDescription[] =
5092 "Enables receiving WiFi networks using Nearby Share.";
5093
Michael Hansenf59f974b2022-01-14 17:40:025094const char kNearbySharingSelfShareName[] = "Nearby Sharing Self Share";
5095const char kNearbySharingSelfShareDescription[] =
5096 "Enables seamless sharing between a user's own devices.";
5097
Josh Nohleb065ce3d2022-01-18 18:36:375098const char kNearbySharingWifiLanName[] = "Nearby Sharing WifiLan";
5099const char kNearbySharingWifiLanDescription[] =
5100 "Enables WifiLan as a Nearby Share transfer medium.";
5101
Jimmy Gong35094482021-10-06 23:14:285102const char kPcieBillboardNotificationName[] = "Pcie billboard notification";
5103const char kPcieBillboardNotificationDescription[] =
5104 "Enable Pcie peripheral billboard notification.";
5105
Daniel Andersson9bfdde42021-07-15 20:59:145106const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
5107const char kPerformantSplitViewResizingDescription[] =
5108 "If enabled, windows may be moved instead of scaled when resizing split "
5109 "view in tablet mode.";
5110
Sam Chiu1dee4a12021-10-12 18:21:275111const char kPhoneHubCallNotificationName[] =
5112 "Incoming call notification in Phone Hub";
5113const char kPhoneHubCallNotificationDescription[] =
5114 "Enables the incoming/ongoing call feature in Phone Hub.";
5115
Jason Sun1d947912021-06-21 16:54:235116const char kPhoneHubCameraRollName[] = "Camera Roll in Phone Hub";
5117const char kPhoneHubCameraRollDescription[] =
5118 "Enables the Camera Roll feature in Phone Hub, which allows users to "
5119 "access recent photos and videos taken on a connected Android device.";
5120
paulzhchenaae52d702021-07-12 23:47:075121const char kPhoneHubRecentAppsName[] = "Recent Apps in Phone Hub";
5122const char kPhoneHubRecentAppsDescription[] =
5123 "Enables the Recent Apps feature in Phone Hub, which allows users to "
5124 "relaunch a recently streamed app.";
5125
James Cookb661f3802021-09-30 21:43:205126const char kProductivityLauncherName[] =
5127 "Productivity experiment: App Launcher";
5128const char kProductivityLauncherDescription[] =
5129 "To evaluate an enhanced Launcher experience that aims to improve app "
5130 "workflows by optimizing access to apps, app content, and app actions.";
5131
Ana Salazar0e424442021-10-06 21:28:175132const char kForceShowContinueSectionName[] =
5133 "App Launcher: Force Continue Section Suggestions";
5134const char kForceShowContinueSectionDescription[] =
5135 "Forces the continue section of the app launcher to show. If there are no "
5136 "file suggestions available, the suggestions will be faked.";
5137
Bailey Berro2c1797702019-09-30 18:49:425138const char kReduceDisplayNotificationsName[] = "Reduce display notifications";
5139const char kReduceDisplayNotificationsDescription[] =
5140 "If enabled, notifications for display rotation, display removed, display "
5141 "mirroring, and display extending will be suppressed.";
5142
Rachel Carpenter57c8523c2020-09-23 01:11:225143const char kReleaseNotesNotificationAllChannelsName[] =
5144 "Release Notes Notification All Channels";
5145const char kReleaseNotesNotificationAllChannelsDescription[] =
5146 "Enables the release notes notification for all Chrome OS channels";
5147
Shengsong Tan22e55432021-03-25 05:03:125148const char kArcGhostWindowName[] = "Enable ARC ghost window";
5149const char kArcGhostWindowDescription[] =
5150 "Enables the pre-load app window for "
5151 "ARC++ app during ARCVM booting stage on full restore process";
5152
Lei Zhang44abd5d22022-01-11 00:32:345153const char kArcWindowPredictorName[] = "Enable ARC window predictor";
5154const char kArcWindowPredictorDescription[] =
Shengsong Tan81338972021-12-22 05:27:505155 "Enables the window state and bounds predictor for ARC task windows";
5156
Cici Ruan1d41b0cb2021-08-24 00:34:465157const char kArcInputOverlayName[] = "Enable ARC Input Overlay";
5158const char kArcInputOverlayDescription[] =
5159 "Enables the input overlay feature for some Android game apps, "
5160 "so it can play with a keyboard and a mouse instead of touch screen";
5161
Gavin Williams39e3ae6e2021-06-18 06:49:285162const char kScanAppMultiPageScanName[] =
5163 "Enable multi-page scanning in Scan app";
5164const char kScanAppMultiPageScanDescription[] =
5165 "Enables creating a single PDF file from multiple flatbed scans";
5166
Lei Zhang44abd5d22022-01-11 00:32:345167const char kScanAppSearchablePdfName[] =
Kyra Moed00bdf232021-05-06 19:59:365168 "Enable saving scans as a searchable PDF.";
Lei Zhang44abd5d22022-01-11 00:32:345169const char kScanAppSearchablePdfDescription[] =
Kyra Moed00bdf232021-05-06 19:59:365170 "Allow selecting Searchable PDF file type in Scan app"
5171 " with incorporation of OCR service.";
5172
Lei Zhang44abd5d22022-01-11 00:32:345173const char kSharesheetCopyToClipboardName[] =
Melissa Zhangd7b37afd2021-10-13 03:10:385174 "Enable copy to clipboard in the Chrome OS Sharesheet.";
Lei Zhang44abd5d22022-01-11 00:32:345175const char kSharesheetCopyToClipboardDescription[] =
Melissa Zhangd7b37afd2021-10-13 03:10:385176 "Enables a share action in the sharesheet that copies the selected data to "
5177 "the clipboard.";
5178
Joon Ahn74cda732021-04-08 19:58:105179const char kShimlessRMAFlowName[] = "Enable shimless RMA flow";
5180const char kShimlessRMAFlowDescription[] = "Enable shimless RMA flow";
5181
Andrew Moylan97585272019-02-19 19:01:225182const char kSchedulerConfigurationName[] = "Scheduler Configuration";
5183const char kSchedulerConfigurationDescription[] =
5184 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:015185const char kSchedulerConfigurationConservative[] =
5186 "Disables Hyper-Threading on relevant CPUs.";
5187const char kSchedulerConfigurationPerformance[] =
5188 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:225189
Kyle Horimoto63a6bd42019-09-16 23:47:525190const char kShowBluetoothDebugLogToggleName[] =
5191 "Show Bluetooth debug log toggle";
5192const char kShowBluetoothDebugLogToggleDescription[] =
5193 "Enables a toggle which can enable debug (i.e., verbose) logs for "
5194 "Bluetooth";
5195
Yu Liu9d01d342021-03-12 20:05:165196const char kBluetoothSessionizedMetricsName[] =
5197 "Enable Bluetooth sessionized metrics";
5198const char kBluetoothSessionizedMetricsDescription[] =
5199 "Enables collecting and processing Bluetooth sessionized metrics.";
5200
James Cook0ba192bf2017-12-01 20:53:115201const char kShowTapsName[] = "Show taps";
5202const char kShowTapsDescription[] =
5203 "Draws a circle at each touch point, which makes touch points more obvious "
5204 "when projecting or mirroring the display. Similar to the Android OS "
5205 "developer option.";
5206
5207const char kShowTouchHudName[] = "Show HUD for touch points";
5208const char kShowTouchHudDescription[] =
5209 "Shows a trail of colored dots for the last few touch points. Pressing "
5210 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
5211 "debug hardware issues that generate spurious touch events.";
5212
Curt Clemens37a5c99c2021-06-19 00:30:065213const char kSmartLockUIRevampName[] = "Enable Smart Lock UI Revamp";
5214const char kSmartLockUIRevampDescription[] =
5215 "Replaces the existing Smart Lock UI on the lock screen with a new design "
5216 "and adds Smart Lock to the 'Lock screen and sign-in' section of settings.";
5217
Michael Martisecdb5842021-11-29 04:45:245218const char kSnoopingProtectionName[] = "Enable snooping detection";
5219const char kSnoopingProtectionDescription[] =
5220 "Enables snooping protection to notify you whenever there is a 'snooper' "
5221 "looking over your shoulder. Can be enabled and disabled from the Smart "
5222 "privacy section of your device settings.";
5223
Ricky Liang3bd2754b52020-10-07 02:50:325224const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
5225const char kSpectreVariant2MitigationDescription[] =
5226 "Controls whether Spectre variant 2 mitigation is enabled when "
5227 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
5228 "#force-spectre-variant2-mitigation.";
5229
Roman Sorokine112ecce2021-10-01 14:31:575230const char kSyncSettingsCategorizationName[] = "Split OS and browser sync";
5231const char kSyncSettingsCategorizationDescription[] =
James Cook9348f362019-11-15 01:15:585232 "Allows OS sync to be configured separately from browser sync. Changes the "
Roman Sorokine112ecce2021-10-01 14:31:575233 "OS settings UI to provide controls for OS data types.";
James Cook9348f362019-11-15 01:15:585234
Darren Shenf1724a62021-09-01 02:16:295235const char kSystemChinesePhysicalTypingName[] =
5236 "Use system IME for Chinese typing";
5237const char kSystemChinesePhysicalTypingDescription[] =
5238 "Use the system input engine instead of the Chrome extension for physical "
5239 "typing in Chinese.";
5240
Keith Lee8b2131fe2021-10-11 05:11:065241const char kSystemJapanesePhysicalTypingName[] =
5242 "Use system IME for Japanese typing";
5243const char kSystemJapanesePhysicalTypingDescription[] =
5244 "Use the system input engine instead of the Chrome extension for physical "
5245 "typing in Japanese.";
5246
Darren Shen41e7ab4b2022-01-31 10:30:465247const char kSystemTransliterationPhysicalTypingName[] =
5248 "Use system IME for Transliteration typing";
5249const char kSystemTransliterationPhysicalTypingDescription[] =
5250 "Use the system input engine instead of the Chrome extension for physical "
5251 "typing in transliteration input methods.";
5252
Chad Duffinc98dc382021-10-14 22:29:545253const char kQuickSettingsNetworkRevampName[] =
5254 "Enables the Quick Settings Network revamp.";
5255const char kQuickSettingsNetworkRevampDescription[] =
5256 "Enables the Quick Settings Network revamp, which updates Network Quick "
5257 "Settings UI and related infrastructure. See https://crbug.com/1169479.";
5258
Joel Hockey6b489b3d2021-08-19 11:43:285259const char kTerminalSSHName[] = "Terminal SSH tabs";
5260const char kTerminalSSHDescription[] =
5261 "Enables SSH tabs in the Terminal System App.";
5262
Emil Mikulic61a351f2021-12-15 23:45:585263const char kTerminalTmuxIntegrationName[] = "Terminal tmux integration";
5264const char kTerminalTmuxIntegrationDescription[] =
5265 "Enables integration with tmux control mode (tmux -CC) in the Terminal "
5266 "System App.";
5267
Brett Wilson7b44537e2017-08-18 01:38:285268const char kTetherName[] = "Instant Tethering";
5269const char kTetherDescription[] =
5270 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
5271 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:375272
Brett Wilson7b44537e2017-08-18 01:38:285273const char kTouchscreenCalibrationName[] =
5274 "Enable/disable touchscreen calibration option in material design settings";
5275const char kTouchscreenCalibrationDescription[] =
5276 "If enabled, the user can calibrate the touch screen displays in "
5277 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:095278
Kartik Hegde3ee5a8c2022-01-26 21:26:535279const char kTrafficCountersHandlerEnabledName[] =
5280 "Traffic counters handler enabled";
5281const char kTrafficCountersHandlerEnabledDescription[] =
5282 "If enabled, the TrafficCountersHandler class will handle traffic counter "
5283 "resets.";
5284
Kartik Hegde5af70932021-08-12 23:04:205285const char kTrafficCountersSettingsUiName[] = "Traffic Counters Settings UI";
5286const char kTrafficCountersSettingsUiDescription[] =
5287 "If enabled, the SettingsUI will show data usage for cellular networks";
5288
Miguel Casas-Sanchezdcd69152019-09-04 21:22:365289const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
5290const char kUseFakeDeviceForMediaStreamDescription[] =
5291 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
5292 "timestamp) instead of the system audio/video devices, for debugging "
5293 "purposes.";
5294
Kevin Haslett6a595242021-12-14 21:51:045295const char kUseMultipleOverlaysName[] = "Use Multiple Overlays";
5296const char kUseMultipleOverlaysDescription[] =
5297 "Specifies the maximum number of quads that Chrome will attempt to promote"
5298 " to overlays.";
5299
Qiang Xu045aff222018-05-21 23:21:015300const char kUiDevToolsName[] = "Enable native UI inspection";
5301const char kUiDevToolsDescription[] =
5302 "Enables inspection of native UI elements. For local inspection use "
5303 "chrome://inspect#other";
5304
Andrew Moylan97585272019-02-19 19:01:225305const char kUiSlowAnimationsName[] = "Slow UI animations";
5306const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:465307
Jameson Thies90628c32022-01-05 01:36:325308const char kUsbNotificationControllerName[] =
5309 "Enable USB Notification Controller";
5310const char kUsbNotificationControllerDescription[] =
5311 "Enables USB related notifications from the Chrome OS type-c daemon.";
5312
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:235313const char kVaapiJpegImageDecodeAccelerationName[] =
5314 "VA-API JPEG decode acceleration for images";
5315const char kVaapiJpegImageDecodeAccelerationDescription[] =
5316 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
5317 " captures) using the VA-API.";
5318
Gil Dekel8f4b5642019-07-27 05:27:405319const char kVaapiWebPImageDecodeAccelerationName[] =
5320 "VA-API WebP decode acceleration for images";
5321const char kVaapiWebPImageDecodeAccelerationDescription[] =
5322 "Enable or disable decode acceleration of WebP images using the VA-API.";
5323
Jing Wang1293e3a2021-02-17 00:56:445324const char kVirtualKeyboardName[] = "Virtual Keyboard";
5325const char kVirtualKeyboardDescription[] =
5326 "Always show virtual keyboard regardless of having a physical keyboard "
5327 "present";
5328
My Nguyen614dbcc2019-10-29 03:52:325329const char kVirtualKeyboardBorderedKeyName[] = "Virtual Keyboard Bordered Key";
5330const char kVirtualKeyboardBorderedKeyDescription[] =
5331 "Show virtual keyboard with bordered key";
5332
My Nguyen0bc9add2020-12-03 21:21:255333const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
5334const char kVirtualKeyboardDisabledDescription[] =
5335 "Always disable virtual keyboard regardless of device mode. Workaround for "
5336 "virtual keyboard showing with some external keyboards.";
5337
Yen-lin Laif458f8012021-03-29 10:18:205338const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
5339const char kWakeOnWifiAllowedDescription[] =
5340 "Allows wake on WiFi features in shill to be enabled.";
5341
Maggie Cai6dd6b552021-04-27 08:40:325342const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
5343const char kWebAppsCrosapiDescription[] =
5344 "Support web apps publishing from Lacros browser.";
5345
Kyle Horimotoc0108e112020-10-20 21:41:045346const char kWebuiDarkModeName[] = "WebUI dark mode";
5347const char kWebuiDarkModeDescription[] =
5348 "Allows dark mode usage in WebUI. Note that this does not necessary enable "
5349 "dark mode, which is enabled via the #enable-force-dark flag.";
5350
Jacek Siuda7ed81c92021-11-24 10:39:445351const char kWifiConnectMacAddressRandomizationName[] =
5352 "MAC address randomization";
5353const char kWifiConnectMacAddressRandomizationDescription[] =
5354 "Randomize MAC address when connecting to unmanaged (non-enterprise) "
5355 "WiFi networks.";
5356
Jon Mannbaa9c882021-04-14 02:41:065357const char kWifiSyncAllowDeletesName[] =
5358 "Sync removal of Wi-Fi network configurations";
5359const char kWifiSyncAllowDeletesDescription[] =
5360 "Enables the option to sync deletions of Wi-Fi networks to other Chrome OS "
5361 "devices when Wi-Fi Sync is enabled.";
5362
Claude van der Merwe6a7f4e42020-08-19 23:26:505363const char kWifiSyncAndroidName[] =
5364 "Sync Wi-Fi network configurations with Android";
5365const char kWifiSyncAndroidDescription[] =
5366 "Enables the option to sync Wi-Fi network configurations between Chrome OS "
5367 "devices and a connected Android phone";
5368
Judy Wangd4a103af2021-10-07 21:29:425369const char kWindowControlMenu[] = "Float current active window";
5370const char kWindowControlMenuDescription[] =
Judy Wang907885c2022-02-04 20:59:405371 "Enables the accelerator (Command + Alt + F) to float current active "
Judy Wangd4a103af2021-10-07 21:29:425372 "window.";
5373
Wen-Chien Wang378295792021-10-11 23:03:525374const char kLauncherNudgeName[] = "Enable launcher nudge";
5375const char kLauncherNudgeDescription[] =
5376 "Enables nudges that bring new users' attention to the launcher button.";
5377
Wen-Chien Wang4aafde62021-10-26 20:13:305378const char kLauncherNudgeShortIntervalName[] =
5379 "Enable short intervals for launcher nudge";
5380const char kLauncherNudgeShortIntervalDescription[] =
5381 "Enables short intervals for launcher nudge for testing";
5382
Markus Handellabf6c7812020-12-15 18:14:355383// Prefer keeping this section sorted to adding new definitions down here.
5384
5385#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5386
Jan Krcald11ad892022-01-17 12:37:025387#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Cooper9ec625a2022-02-11 23:17:225388const char kDesktopCaptureLacrosV2Name[] = "Enable Lacros Desktop Capture V2";
5389const char kDesktopCaptureLacrosV2Description[] =
5390 "Enables the improved desktop/window capturer for doing screen/window "
5391 "sharing on Lacros";
5392
Jan Krcald11ad892022-01-17 12:37:025393const char kLacrosNonSyncingProfilesName[] =
5394 "Enable non-syncing profiles on lacros";
5395const char kLacrosNonSyncingProfilesDescription[] =
5396 "Enables further types of profiles: (1) local, (2) signed-in non-syncing.";
5397#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
5398
Alan Cutterae499a6e2021-04-30 08:07:575399#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
Alan Cutter03b39ef32021-05-10 09:23:125400const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersName[] =
5401 "Allow default web app migration for Chrome OS managed users";
5402const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersDescription[] =
5403 "The web app migration flags "
5404 "(chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-gsuite and "
5405 "chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-non-gsuite) "
5406 "are ignored for managed Chrome OS users unless this feature is enabled.";
5407
Samuel Huang471ff9c2021-12-02 14:30:035408const char kBluetoothAdvertisementMonitoringName[] =
5409 "Bluetooth Advertisement Monitoring";
5410const char kBluetoothAdvertisementMonitoringDescription[] =
5411 "Advertisement monitoring allows applications to register low energy "
5412 "scanners that filter low energy advertisements in a power-efficient "
5413 "manner.";
5414
Zain Afzal9398ff42021-09-07 00:49:075415const char kDefaultCalculatorWebAppName[] = "Default install Calculator PWA";
5416const char kDefaultCalculatorWebAppDescription[] =
5417 "Enable default installing of the calculator PWA instead of the deprecated "
5418 "chrome app.";
Alan Cutterae499a6e2021-04-30 08:07:575419#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
5420
Xiaohan Wang55ae2c012022-01-20 21:49:115421#if BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:085422const char kDeprecateLowUsageCodecsName[] = "Deprecates low usage media codecs";
5423const char kDeprecateLowUsageCodecsDescription[] =
5424 "Deprecates low usage codecs. Disable this feature to allow playback of "
5425 "AMR and GSM.";
Pilar Molina Lopez34dd68b2021-03-16 02:46:365426
5427const char kVaapiAV1DecoderName[] = "VA-API decode acceleration for AV1";
5428const char kVaapiAV1DecoderDescription[] =
5429 "Enable or disable decode acceleration of AV1 videos using the VA-API.";
Jenny Zhangfcf6f0e2021-10-08 22:16:215430
5431const char kEnableTtsLacrosSupportName[] = "Enable tts lacros support";
5432const char kEnableTtsLacrosSupportDescription[] =
5433 "Enable or disable lacros support for text to speech.";
Tim Sergeante47c0ad52021-12-19 23:43:575434
Lei Zhang44abd5d22022-01-11 00:32:345435const char kLinkCapturingUiUpdateName[] = "Enable updated link capturing UI";
5436const char kLinkCapturingUiUpdateDescription[] =
Tim Sergeante47c0ad52021-12-19 23:43:575437 "Enables updated UI for link capturing flows from the browser to apps, "
5438 "including the intent picker and an in-app link capturing prompt.";
Xiaohan Wang55ae2c012022-01-20 21:49:115439#endif // BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:085440
Pilar Molina Lopezae61dfc2022-01-21 21:04:455441#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:215442const char kVaapiVP9kSVCEncoderName[] =
5443 "VA-API encode acceleration for k-SVC VP9";
5444const char kVaapiVP9kSVCEncoderDescription[] =
5445 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
Pilar Molina Lopezae61dfc2022-01-21 21:04:455446#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:215447
Xiaohan Wang55ae2c012022-01-20 21:49:115448#if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:525449const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
5450const char kChromeOSDirectVideoDecoderDescription[] =
5451 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
5452 "implementation. Note that this might be entirely disallowed by the "
5453 "--platform-disallows-chromeos-direct-video-decoder command line switch "
5454 "which is added for platforms where said direct VideoDecoder does not work "
5455 "or is not well tested (see the disable_cros_video_decoder USE flag in "
5456 "Chrome OS)";
Xiaohan Wang55ae2c012022-01-20 21:49:115457#endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:525458
Xiaohan Wang55ae2c012022-01-20 21:49:115459#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:385460const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
5461const char kZeroCopyVideoCaptureDescription[] =
5462 "Camera produces a gpu friendly buffer on capture and, if there is, "
5463 "hardware accelerated video encoder consumes the buffer";
Xiaohan Wang55ae2c012022-01-20 21:49:115464#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
yhanadac5bff5b2017-05-18 06:37:095465
Collin Baker75a29462019-03-13 19:57:315466// All views-based platforms --------------------------------------------------
5467
5468#if defined(TOOLKIT_VIEWS)
5469
Robert Liaod79a0742021-05-18 18:49:155470const char kDownloadShelfWebUI[] = "Download Shelf WebUI";
5471const char kDownloadShelfWebUIDescription[] =
5472 "Replaces the Views download shelf with a WebUI download shelf.";
5473
Collin Baker75a29462019-03-13 19:57:315474#endif // defined(TOOLKIT_VIEWS)
5475
Brett Wilson7b44537e2017-08-18 01:38:285476// Random platform combinations -----------------------------------------------
5477
Xiaohan Wang55ae2c012022-01-20 21:49:115478#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
5479 BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA)
Richard Knollc279d3232019-11-11 16:37:075480
dpapadf779e192021-04-15 20:06:585481const char kWebuiFeedbackName[] = "WebUI Feedback";
5482const char kWebuiFeedbackDescription[] =
5483 "If enabled, Chrome will show the Feedback WebUI, as opposed to Chrome "
5484 "App Feedback UI, when clicking on \"Report an issue...\"";
5485
Xiaohan Wang55ae2c012022-01-20 21:49:115486#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
5487 // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA)
lanwei83f54452018-06-21 23:51:045488
Xiaohan Wang55ae2c012022-01-20 21:49:115489#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
5490 BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:455491
Leonard Grey4f7614a72021-02-19 21:30:185492const char kCommanderName[] = "Commander";
5493const char kCommanderDescription[] =
Leonard Grey4d558b02021-03-02 00:59:265494 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
Leonard Grey4f7614a72021-02-19 21:30:185495
Josh Santana0863d7042021-02-04 20:56:455496const char kDesktopRestructuredLanguageSettingsName[] =
5497 "Restructured Language Settings (Desktop)";
5498const char kDesktopRestructuredLanguageSettingsDescription[] =
5499 "Enable the new restructured language settings page";
5500
Josh Santana63007462021-02-10 17:19:015501const char kDesktopDetailedLanguageSettingsName[] =
5502 "Detailed Language Settings (Desktop)";
5503const char kDesktopDetailedLanguageSettingsDescription[] =
5504 "Enable the new detailed language settings page";
5505
Xiaohan Wang55ae2c012022-01-20 21:49:115506#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
5507 // BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:455508
Xiaohan Wang55ae2c012022-01-20 21:49:115509#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275510const char kWebShareName[] = "Web Share";
5511const char kWebShareDescription[] =
5512 "Enables the Web Share (navigator.share) APIs on experimentally supported "
5513 "platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:115514#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275515
Xiaohan Wang55ae2c012022-01-20 21:49:115516#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:065517const char kOzonePlatformHintChoiceDefault[] = "Default";
5518const char kOzonePlatformHintChoiceAuto[] = "Auto";
5519const char kOzonePlatformHintChoiceX11[] = "X11";
5520const char kOzonePlatformHintChoiceWayland[] = "Wayland";
5521
5522const char kOzonePlatformHintName[] = "Preferred Ozone platform";
5523const char kOzonePlatformHintDescription[] =
5524 "Selects the preferred platform backend used on Linux. The default one is "
5525 "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. ";
Xiaohan Wang55ae2c012022-01-20 21:49:115526#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:065527
Xiaohan Wang55ae2c012022-01-20 21:49:115528#if BUILDFLAG(IS_LINUX)
Adem Derinelcc3ab4b2022-01-04 08:12:025529const char kCleanUndecryptablePasswordsLinuxName[] =
5530 "Cleanup local undecryptable passwords during initial sync flow";
5531const char kCleanUndecryptablePasswordsLinuxDescription[] =
5532 "Deletes the undecryptable passwords from the local database to enable "
5533 "syncing all passwords during the initial sync.";
Adem Derinel64bdf052022-02-02 08:14:235534const char kForcePasswordInitialSyncWhenDecryptionFailsName[] =
5535 "Force initial sync to clean local undecryptable passwords during startup";
5536const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] =
5537 "During startup checks if there are undecryptable passwords in the local "
5538 "storage and requests initial sync.";
Xiaohan Wang55ae2c012022-01-20 21:49:115539#endif // BUILDFLAG(IS_LINUX)
Adem Derinelcc3ab4b2022-01-04 08:12:025540
Adem Derinel64bdf052022-02-02 08:14:235541#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
5542const char kSkipUndecryptablePasswordsName[] =
5543 "Skip undecryptable passwords to use the available decryptable "
5544 "passwords.";
5545const char kSkipUndecryptablePasswordsDescription[] =
5546 "Makes the decryptable passwords available in the password manager when "
5547 "there are undecryptable ones.";
5548#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
5549
Brett Wilson7b44537e2017-08-18 01:38:285550// Feature flags --------------------------------------------------------------
5551
Lei Zhang0a318af2018-11-14 02:19:465552#if defined(DCHECK_IS_CONFIGURABLE)
5553const char kDcheckIsFatalName[] = "DCHECKs are fatal";
5554const char kDcheckIsFatalDescription[] =
5555 "By default Chrome will evaluate in this build, but only log failures, "
5556 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
5557#endif // defined(DCHECK_IS_CONFIGURABLE)
5558
Moritz Firsching043d32542021-04-07 14:20:595559#if BUILDFLAG(ENABLE_JXL_DECODER)
5560const char kEnableJXLName[] = "Enable JXL image format";
5561const char kEnableJXLDescription[] =
5562 "Adds image decoding support for the JPEG XL image format.";
5563#endif // BUILDFLAG(ENABLE_JXL_DECODER)
5564
Derek Schuff71d9a922019-04-24 21:36:005565#if BUILDFLAG(ENABLE_NACL)
5566const char kNaclName[] = "Native Client";
5567const char kNaclDescription[] =
5568 "Support Native Client for all web applications, even those that were not "
5569 "installed from the Chrome Web Store.";
Fabian Sommer0d6568b2022-01-05 16:58:345570const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client";
5571const char kVerboseLoggingInNaclDescription[] =
5572 "Control the level of verbose logging in Native Client modules for "
5573 "debugging purposes.";
5574const char kVerboseLoggingInNaclChoiceDefault[] = "Default";
5575const char kVerboseLoggingInNaclChoiceLow[] = "Low";
5576const char kVerboseLoggingInNaclChoiceMedium[] = "Medium";
5577const char kVerboseLoggingInNaclChoiceHigh[] = "High";
5578const char kVerboseLoggingInNaclChoiceHighest[] = "Highest";
5579const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled";
Derek Schuff71d9a922019-04-24 21:36:005580#endif // ENABLE_NACL
5581
Alan Screened2fdda2021-09-15 17:24:465582#if BUILDFLAG(ENABLE_OOP_PRINTING)
5583const char kEnableOopPrintDriversName[] =
5584 "Enables Out-of-Process Printer Drivers";
5585const char kEnableOopPrintDriversDescription[] =
5586 "Enables printing interactions with the operating system to be performed "
5587 "out-of-process.";
5588#endif // BUILDFLAG(ENABLE_OOP_PRINTING)
5589
Xiaohan Wang55ae2c012022-01-20 21:49:115590#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:565591const char kPaintPreviewDemoName[] = "Paint Preview Demo";
5592const char kPaintPreviewDemoDescription[] =
5593 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:355594 "previews.";
Mehran Mahmoudib0410d62020-06-15 20:07:285595const char kPaintPreviewStartupName[] = "Paint Preview Startup";
5596const char kPaintPreviewStartupDescription[] =
5597 "If enabled, paint previews for each tab are captured when a tab is hidden "
5598 "and are deleted when a tab is closed. If a paint preview was captured for "
5599 "the tab to be restored on startup, the paint preview will be shown "
5600 "instead.";
Xiaohan Wang55ae2c012022-01-20 21:49:115601#endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID)
ckitagawa8dad53d2020-01-07 16:03:355602
tom927b2ab82021-09-23 03:45:275603#if BUILDFLAG(ENABLE_SIDE_SEARCH)
5604const char kSideSearchName[] = "Side search";
5605const char kSideSearchDescription[] =
5606 "Enables an easily accessible way to access your most recent Google search "
5607 "results page embedded in a browser side panel";
5608
5609const char kSideSearchClearCacheWhenClosedName[] =
5610 "Side search clear cache when closed";
5611const char kSideSearchClearCacheWhenClosedDescription[] =
5612 "Clears the side search cache when the side panel is closed.";
5613
5614const char kSideSearchStatePerTabName[] = "Side search state per tab";
5615const char kSideSearchStatePerTabDescription[] =
5616 "Enables a per-tab toggled state for the side search side panel";
5617#endif // BUILDFLAG(ENABLE_SIDE_SEARCH)
5618
Lei Zhangc05af2a2020-05-15 20:54:055619#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
Yuheng Huang4d0b941fc2021-10-12 05:30:365620const char kWebUITabStripFlagId[] = "webui-tab-strip";
Lei Zhangc05af2a2020-05-15 20:54:055621const char kWebUITabStripName[] = "WebUI tab strip";
5622const char kWebUITabStripDescription[] =
5623 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:005624
5625const char kWebUITabStripContextMenuAfterTapName[] =
5626 "WebUI tab strip context menu after tap";
5627const char kWebUITabStripContextMenuAfterTapDescription[] =
5628 "Enables the context menu to appear after a tap gesture rather than "
5629 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:055630#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
5631
Yuta Hijikata235fc62b2020-12-08 03:48:325632#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:485633const char kWebUITabStripTabDragIntegrationName[] =
5634 "ChromeOS drag-drop extensions for WebUI tab strip";
5635const char kWebUITabStripTabDragIntegrationDescription[] =
5636 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
5637 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:325638#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:485639
Xiaohan Wang55ae2c012022-01-20 21:49:115640#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:285641
5642const char kAutofillCreditCardUploadName[] =
5643 "Enable offering upload of Autofilled credit cards";
5644const char kAutofillCreditCardUploadDescription[] =
5645 "Enables a new option to upload credit cards to Google Payments for sync "
5646 "to all Chrome devices.";
5647
Xiaohan Wang55ae2c012022-01-20 21:49:115648#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:285649
Xiaohan Wang55ae2c012022-01-20 21:49:115650#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:335651const char kElasticOverscrollName[] = "Elastic Overscroll";
5652const char kElasticOverscrollDescription[] =
5653 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
Xiaohan Wang55ae2c012022-01-20 21:49:115654#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:335655
Xiaohan Wang55ae2c012022-01-20 21:49:115656#if BUILDFLAG(IS_WIN) || \
5657 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
5658 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
Wei Li51e9c162021-02-01 19:53:355659const char kUIDebugToolsName[] = "Debugging tools for UI";
5660const char kUIDebugToolsDescription[] =
5661 "Enables additional keyboard shortcuts to help debugging.";
5662#endif
5663
Tomas Popela253a5832019-01-14 17:22:105664#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:545665const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
5666const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:105667 "When enabled the WebRTC will use the PipeWire multimedia server for "
5668 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:105669#endif // #if defined(WEBRTC_USE_PIPEWIRE)
5670
ananubisff476b02021-07-27 07:09:585671#if BUILDFLAG(IS_CHROMEOS_ASH)
5672const char kWebKioskEnableLacrosName[] =
5673 "Enables Lacros in the web (PWA) Kiosk";
5674const char kWebKioskEnableLacrosDescription[] =
5675 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
5676 "Chrome OS. When disabled, the Ash-chrome will be used";
5677#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5678
Brett Wilson7b44537e2017-08-18 01:38:285679// ============================================================================
5680// Don't just add flags to the end, put them in the right section in
5681// alphabetical order just like the header file.
5682// ============================================================================
5683
vabr0215a8e2017-03-28 12:47:345684} // namespace flag_descriptions