blob: dd5edbb92f9a5eaeda9230867b01f470e2dc2e2f [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
Yuta Hijikata235fc62b2020-12-08 03:48:327#include "build/chromeos_buildflags.h"
8
Brett Wilson7b44537e2017-08-18 01:38:289// Keep in identical order as the header file, see the comment at the top
10// for formatting rules.
11
vabr0215a8e2017-03-28 12:47:3412namespace flag_descriptions {
13
Brett Wilsonf27ff602017-07-07 22:28:4714const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
15const char kAccelerated2dCanvasDescription[] =
16 "Enables the use of the GPU to perform 2d canvas rendering instead of "
17 "using software rendering.";
horodb71a5a2017-06-09 16:08:2418
Brett Wilsonf27ff602017-07-07 22:28:4719const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
20const char kAcceleratedVideoDecodeDescription[] =
21 "Hardware-accelerated video decode where available.";
22
Hirokazu Honda732d3e622019-06-12 01:13:4423const char kAcceleratedVideoEncodeName[] = "Hardware-accelerated video encode";
24const char kAcceleratedVideoEncodeDescription[] =
25 "Hardware-accelerated video encode where available.";
26
Ted Meyer5322ea12020-12-07 22:25:3327const char kEnableMediaInternalsName[] = "Media-internals page";
28const char kEnableMediaInternalsDescription[] =
29 "Enables the chrome://media-internals debug page.";
30
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3031#if BUILDFLAG(ENABLE_PLUGINS)
32const char kAccessiblePDFFormName[] = "Accessible PDF Forms";
33const char kAccessiblePDFFormDescription[] =
34 "Enables accessibility support for PDF forms.";
35#endif // BUILDFLAG(ENABLE_PLUGINS)
36
Mihai Sardarescua69193742019-12-06 17:31:3337const char kAccountIdMigrationName[] = "Account ID migration";
38const char kAccountIdMigrationDescription[] =
39 "Migrate to use Gaia ID instead of the email as the account identifer for "
40 "the Identity Manager.";
41
Andrew Xuaa868bf2021-07-15 01:59:1142const char kLauncherAppSortName[] = "Productivity experiment: Reorder Apps";
43const char kLauncherAppSortDescription[] =
44 "To evaluate an enhanced Launcher experience that enables users to reorder "
45 "their apps in order to find them more easily.";
46
Xiaocheng Huf7ed9cd2020-04-18 00:41:1047const char kAlignFontDisplayAutoTimeoutWithLCPGoalName[] =
48 "Align 'font-display: auto' timeout with LCP goal";
49const char kAlignFontDisplayAutoTimeoutWithLCPGoalDescription[] =
Xiaocheng Hu66795f02020-04-25 00:26:4750 "Make pending 'display: auto' web fonts enter the swap or failure period "
Xiaocheng Huf7ed9cd2020-04-18 00:41:1051 "immediately before reaching the LCP time limit (~2500ms), so that web "
52 "fonts do not become a source of bad LCP (Largest Contentful Paint).";
53
Brett Wilsonf27ff602017-07-07 22:28:4754const char kAllowInsecureLocalhostName[] =
55 "Allow invalid certificates for resources loaded from localhost.";
56const char kAllowInsecureLocalhostDescription[] =
57 "Allows requests to localhost over HTTPS even when an invalid certificate "
58 "is presented.";
59
Katie Dillon8b357312019-09-19 13:23:2360const char kAllowSyncXHRInPageDismissalName[] =
61 "Allows synchronous XHR requests in page dismissal";
62const char kAllowSyncXHRInPageDismissalDescription[] =
63 "Allows synchronous XHR requests during page dismissal when the page is "
64 "being navigated away or closed by the user.";
65
Judy Wangec296a12021-03-12 00:22:5266const char kWindowsFollowCursorName[] =
67 "Windows open on the display with the cursor";
68const char kWindowsFollowCursorDescription[] =
69 "When there are multiple displays, windows open on the display where "
70 "cursor is located.";
71
Chris Blumed5d85872021-02-17 18:21:0172const char kAnimatedImageResumeName[] = "Use animated image resume behavior";
73const char kAnimatedImageResumeDescription[] =
74 "Resumes animated images from the last frame drawn rather than attempt "
75 "to catch up to the frame that should be drawn based on current time.";
76
Dominic Mazzoni34dfc6482020-11-18 22:17:5877const char kAriaElementReflectionName[] = "Enable ARIA element reflection";
78const char kAriaElementReflectionDescription[] =
79 "Enable setting ARIA relationship attributes that reference other elements "
80 "directly without an IDREF";
81
Lei Zhang1a6fd01b2021-03-24 17:03:4882const char kCOLRV1FontsName[] = "COLR v1 Fonts";
83const char kCOLRV1FontsDescription[] =
Dominik Röttsches8723ca92021-02-10 10:02:0384 "Display COLR v1 color gradient vector fonts.";
85
Rune Lillesveen6d1d14c2021-03-25 22:03:0186extern const char kCSSContainerQueriesName[] = "Enable CSS Container Queries";
87extern const char kCSSContainerQueriesDescription[] =
88 "Enables support for @container, inline-size and block-size values for the "
89 "contain property, and the LayoutNG Grid implementation.";
90
Yue Zhangb4d923272020-05-01 03:42:5391const char kConditionalTabStripAndroidName[] = "Conditional Tab Strip";
92const char kConditionalTabStripAndroidDescription[] =
93 "Allows users to access conditional tab strip.";
94
Basia Zimirskab0d235a2021-02-24 19:42:5395const char kContentLanguagesInLanguagePickerName[] =
96 "Content languages in language picker";
97const char kContentLanguagesInLanguagePickerDescription[] =
98 "Enables bringing user's content languages that are translatable to the "
99 "top of the list with all languages shown in the translate menu";
100
John Delaneycd1a54d42020-05-13 23:06:33101const char kConversionMeasurementDebugModeName[] =
102 "Conversion Measurement Debug Mode";
103const char kConversionMeasurementDebugModeDescription[] =
104 "Enables debug mode for the Conversion Measurement API. This removes all "
105 "reporting delays and noise. Only works if the Conversion Measurement API "
106 "is already enabled.";
107
Alice Wang914bd482021-02-22 15:37:37108const char kDeprecateMenagerieAPIName[] = "Deprecate Menagerie API on Android";
109const char kDeprecateMenagerieAPIDescription[] =
110 "If enabled, the legacy Menagerie API for profile data will be replaced by "
111 "the new profile data source";
112
Alice Wang345e09442021-07-05 09:03:29113const char kForceStartupSigninPromoName[] = "Force Start-up Signin Promo";
114const char kForceStartupSigninPromoDescription[] =
115 "If enabled, the full screen signin promo will be forced to show up at "
116 "Chrome start-up.";
117
shivanigithub99368382021-06-16 18:33:37118const char kDebugHistoryInterventionNoUserActivationName[] =
119 "Debug flag for history intervention on no user activation";
120const char kDebugHistoryInterventionNoUserActivationDescription[] =
121 "This flag when enabled, will be used to debug an issue where a page that "
122 "did not get user activation "
123 "is able to work around the history intervention which is not the expected "
124 "behavior";
125
Anthony Cuidb01f8a52021-02-18 21:45:18126const char kDetectedSourceLanguageOptionName[] =
127 "Use Detected Language string on Desktop and Android";
128const char kDetectedSourceLanguageOptionDescription[] =
129 "Renames the 'Unknown' source language option to 'Detected Language' and "
130 "enables translation of unknown source language pages on Android.";
131
Maria Kazinovaeed8e4c2020-11-10 21:17:07132const char kDetectFormSubmissionOnFormClearName[] =
133 "Detect form submission when the form is cleared.";
134const char kDetectFormSubmissionOnFormClearDescription[] =
135 "Detect form submissions for change password forms that are cleared and "
136 "not removed from the page.";
137
Jan Wilken Dörried3f92e802020-09-11 11:43:08138const char kEditPasswordsInSettingsName[] = "Edit passwords in settings";
139const char kEditPasswordsInSettingsDescription[] =
140 "Enables password editing in settings.";
141
Vicky Minb02c3e92020-07-07 20:56:52142const char kEnableBluetoothSerialPortProfileInSerialApiName[] =
143 "Enable Bluetooth Serial Port Profile in Serial API";
144const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] =
145 "When enabled, Bluetooth Serial Port Profile devices will be enumerated "
146 "for use with the Serial API.";
147
Vikas Soni7981a2d2021-07-30 18:51:11148const char kEnableDrDcName[] =
149 "Enables Display Compositor to use a new gpu thread.";
150const char kEnableDrDcDescription[] =
151 "When enabled, chrome uses 2 gpu threads instead of 1. "
152 " Display compositor uses new dr-dc gpu thread and all other clients "
153 "(raster, webgl, video) "
154 " continues using the gpu main thread.";
155
Yann Dago3256b872021-01-13 18:48:03156const char kEnablePolicyBlocklistThrottleRequiresPoliciesLoadedName[] =
157 "Url blocklist throttle wait for policies to be loaded";
158const char kEnablePolicyBlocklistThrottleRequiresPoliciesLoadedDescription[] =
159 "Enables behaviour for Url blocklist throttle to wait for all policies to "
160 "load";
161
Tsuyoshi Horo3bab99c2019-05-20 11:05:14162const char kEnableSignedExchangeSubresourcePrefetchName[] =
163 "Enable Signed Exchange subresource prefetching";
164const char kEnableSignedExchangeSubresourcePrefetchDescription[] =
165 "When enabled, the distributors of signed exchanges can let Chrome know "
166 "alternative signed exchange subresources by setting \"alternate\" link "
167 "header. Chrome will prefetch the alternate signed exchange subresources "
168 "and will load them if the publisher of the main signed exchange has set "
Tsuyoshi Horo5e61f162019-05-20 12:24:12169 "\"allowed-alt-sxg\" link header in the signed inner response of the "
Tsuyoshi Horo3bab99c2019-05-20 11:05:14170 "main signed exchange.";
171
Tsuyoshi Horo636e8652019-05-31 03:34:08172const char kEnableSignedExchangePrefetchCacheForNavigationsName[] =
173 "Enable Signed Exchange prefetch cache for navigations";
174const char kEnableSignedExchangePrefetchCacheForNavigationsDescription[] =
175 "When enabled, the prefetched signed exchanges is stored to a prefetch "
176 "cache attached to the frame. The body of the inner response is stored as "
177 "a blob and the verification process of the signed exchange is skipped for "
178 "the succeeding navigation.";
179
Behnood Momenzadeh5c944ff9b02020-06-04 18:35:35180const char kUseLookalikesForNavigationSuggestionsName[] =
181 "Use lookalike URL suggestions for navigation suggestions";
182const char kUseLookalikesForNavigationSuggestionsDescription[] =
183 "Use lookalike URL suggestions to suggest navigations to users who "
184 "face domain not found error.";
185
Regan Hsu3243afa2021-06-21 18:27:27186const char kUseStorkSmdsServerAddressName[] = "Use Stork SM-DS address";
187const char kUseStorkSmdsServerAddressDescription[] =
188 "Use the Stork SM-DS address to fetch pending eSIM profiles managed by the "
189 "Stork prod server. Note that Stork profiles can be created with an EID at "
190 "go/stork-profile, and managed at go/stork-batch > View Profiles. Also "
191 "note that an external EUICC card is required to use this feature, and "
192 "that the kCellularUseExternal flag must be enabled. Go to "
193 "go/cros-connectivity > Dev Tips for more instructions.";
194
Regan Hsu1ffea922020-09-10 17:08:47195const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL";
196const char kUseWallpaperStagingUrlDescription[] =
197 "Use the staging server as part of the Wallpaper App to verify "
198 "additions/removals of wallpapers.";
199
Christopher Lam867d4a02021-06-21 09:38:46200const char kSemanticColorsDebugOverrideName[] =
201 "Use semantic color debug override";
202const char kSemanticColorsDebugOverrideDescription[] =
203 "Use debug override colors to find system components that are not using "
204 "semantic colors.";
205
Kyle Horimoto874554a2019-01-31 00:52:09206const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
207const char kUseMessagesStagingUrlDescription[] =
208 "Use the staging server as part of the \"Messages\" feature under "
209 "\"Connected Devices\" settings.";
210
Jon Mann5ebbd1532020-04-17 22:12:05211const char kUseCustomMessagesDomainName[] = "Use custom Messages domain";
212const char kUseCustomMessagesDomainDescription[] =
213 "Use a custom URL as part of the \"Messages\" feature under "
214 "\"Connected Devices\" settings.";
215
Jazz Xu32261b542019-06-13 20:11:27216const char kAndroidPictureInPictureAPIName[] =
217 "Picture-in-Picture Web API for Android";
218const char kAndroidPictureInPictureAPIDescription[] =
219 "Enable Picture-in-Picture Web API for Android";
220
Lei Zhangc05af2a2020-05-15 20:54:05221const char kAppCacheName[] = "AppCache web API and browser backend";
222const char kAppCacheDescription[] =
Adrienne Walkerb44bdc902020-04-09 03:09:07223 "When disabled, turns off all AppCache code so that developers "
224 "can test that their code works properly in the future when AppCache "
Adrienne Walkerd701f472020-08-20 02:15:11225 "has been removed. If disabled, this will also delete any AppCache data "
226 "from profile directories.";
Adrienne Walkerb44bdc902020-04-09 03:09:07227
Daniel McArdleb87dd0092020-02-10 20:23:46228const char kDnsHttpssvcName[] = "Support for HTTPSSVC records in DNS.";
229const char kDnsHttpssvcDescription[] =
230 "When enabled, Chrome may query a configured DoH server for HTTPSSVC "
231 "records. If any HTTPSSVC records are returned, Chrome may upgrade the URL "
232 "to HTTPS. If the records indicate support for QUIC, Chrome may attempt "
233 "QUIC on the first connection.";
234
cfredric6f155762020-12-10 18:52:40235const char kEnableFirstPartySetsName[] = "Enable First-Party Sets";
236const char kEnableFirstPartySetsDescription[] =
237 "When enabled, Chrome will apply First-Party Sets to features such as the "
238 "SameParty cookie attribute.";
239
dalykc936eb612019-08-14 11:46:47240const char kDnsOverHttpsName[] = "Secure DNS lookups";
241const char kDnsOverHttpsDescription[] =
242 "Enables DNS over HTTPS. When this feature is enabled, your browser may "
243 "try to use a secure HTTPS connection to look up the addresses of websites "
244 "and other web resources.";
245
Basia Zimirskab87ded02021-07-27 20:39:08246extern const char kAssistantConsentV2Name[] = "AssistanConsentV2";
247extern const char kAssistantConsentV2Description[] =
248 "Enables different strategies for handling backing off from the consent "
249 "screen without explicitly clicking yes/no buttons, i.e. when a user taps "
250 "outside of the sheet.";
Basia Zimirskaae49bd32021-07-14 02:51:28251
Anne Lim24031e9d2019-09-12 23:03:19252const char kAutofillAlwaysReturnCloudTokenizedCardName[] =
253 "Return cloud token details for server credit cards when possible";
254const char kAutofillAlwaysReturnCloudTokenizedCardDescription[] =
255 "When enabled and where available, forms filled using Google Payments "
256 "server cards are populated with cloud token details, including CPAN "
257 "(cloud tokenized version of the Primary Account Number) and dCVV (dynamic "
258 "CVV).";
259
siashah2b698e2b2021-04-21 15:09:55260const char kAutofillAutoTriggerManualFallbackForCardsName[] =
261 "Auto trigger manual fallback for credit card form-filling failure cases";
262const char kAutofillAutoTriggerManualFallbackForCardsDescription[] =
263 "When enabled, manual fallback will be auto-triggered on form interaction "
264 "in the case where autofill failed to fill a credit card form accurately.";
265
siashah0a386222020-04-23 03:31:35266const char kAutofillEnableGoogleIssuedCardName[] =
267 "Enable Autofill Google-issued card";
268const char kAutofillEnableGoogleIssuedCardDescription[] =
269 "When enabled, Google-issued cards will be available in the autofill "
270 "suggestions.";
271
siashah2b698e2b2021-04-21 15:09:55272const char kAutofillEnableMerchantBoundVirtualCardsName[] =
273 "Offer merchant bound virtual cards in Autofill";
274const char kAutofillEnableMerchantBoundVirtualCardsDescription[] =
275 "When enabled, Autofill will offer to use merchant bound virtual cards in "
276 "payment forms.";
277
Manas Verma279acc72021-01-22 02:33:24278const char kAutofillEnableOfferNotificationName[] =
279 "Enable Autofill offers and rewards notification";
280const char kAutofillEnableOfferNotificationDescription[] =
281 "When enabled, a notification will be displayed on page navigation if the "
282 "domain has an eligible credit card linked offer or reward.";
283
Siyu An1ac0d072021-03-31 23:12:50284const char kAutofillEnableOfferNotificationCrossTabTrackingName[] =
285 "Enable cross tab status tracking for Autofill offer notification";
286const char kAutofillEnableOfferNotificationCrossTabTrackingDescription[] =
287 "When enabled, the offer notification showing will be tracked cross-tab, "
288 "and on one merchant, the notification will only be shown once.";
289
siashaheb118ad52020-12-15 00:17:07290const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
291 "Enable Autofill offers in keyboard accessory";
292const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
293 "When enabled, offers will be displayed in the keyboard accessory when "
294 "available.";
295
Ben Blake14592fe2020-06-16 15:34:38296const char kAutofillEnableOffersInDownstreamName[] =
297 "Enable Autofill offers in downstream";
298const char kAutofillEnableOffersInDownstreamDescription[] =
299 "When enabled, offer data will be retrieved during downstream and shown in "
300 "the dropdown list.";
301
siashah2b698e2b2021-04-21 15:09:55302const char kAutofillEnableStickyManualFallbackForCardsName[] =
303 "Make manual fallback sticky for credit cards";
304const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
305 "When enabled, if the user interacts with the manual fallback bottom "
306 "sheet, it'll remain sticky until the user dismisses it.";
307
siyua1d492612019-03-14 09:27:45308const char kAutofillEnableToolbarStatusChipName[] =
309 "Move Autofill omnibox icons next to the profile avatar icon";
310const char kAutofillEnableToolbarStatusChipDescription[] =
311 "When enabled, Autofill data related icon will be shown in the status "
312 "chip next to the profile avatar icon in the toolbar.";
sebsge35b762c2018-03-29 20:33:27313
siyua19593222019-12-04 22:27:06314const char kAutofillEnableVirtualCardName[] =
315 "Offer to use cloud token virtual card in Autofill";
316const char kAutofillEnableVirtualCardDescription[] =
317 "When enabled, if all requirements are met, Autofill will offer to use "
318 "virtual credit cards in form filling.";
319
Jared Saul2188f762021-08-02 21:22:23320const char kAutofillFillMerchantPromoCodeFieldsName[] =
321 "Enable Autofill of promo code fields in forms";
322const char kAutofillFillMerchantPromoCodeFieldsDescription[] =
323 "When enabled, Autofill will attempt to fill merchant promo/coupon/gift "
324 "code fields when data is available.";
325
Siyu An1ac0d072021-03-31 23:12:50326const char kAutofillFixOfferInIncognitoName[] =
327 "Enable the fix for Autofill offer in Incognito mode";
328const char kAutofillFixOfferInIncognitoDescription[] =
329 "When enabled, the fix will be enabled and offers should work correctly in "
330 "Incognito mode.";
331
Jared Sauld47c2b72021-03-25 22:47:31332const char kAutofillParseMerchantPromoCodeFieldsName[] =
333 "Parse promo code fields in forms";
334const char kAutofillParseMerchantPromoCodeFieldsDescription[] =
335 "When enabled, Autofill will attempt to find merchant promo/coupon/gift "
336 "code fields when parsing forms.";
337
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09338const char kAutofillProfileClientValidationName[] =
339 "Autofill Validates Profiles By Client";
340const char kAutofillProfileClientValidationDescription[] =
341 "Allows autofill to validate profiles on the client side";
342
Parastoo Geranmayeh25fccec22019-01-29 18:38:13343const char kAutofillProfileServerValidationName[] =
344 "Autofill Uses Server Validation";
345const char kAutofillProfileServerValidationDescription[] =
346 "Allows autofill to use server side validation";
347
Caitlin Fischer6d609542019-05-01 21:59:21348const char kAutofillPruneSuggestionsName[] = "Autofill Prune Suggestions";
349const char kAutofillPruneSuggestionsDescription[] =
350 "Further limits the number of suggestions in the Autofill dropdown.";
351
Lei Zhang507fffd2020-01-29 23:47:54352const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47353 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54354const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47355 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
356 "it will offer to save it. If saved, it will be offered for filling in "
357 "fields which expect a VPA.";
358
Siyu Anc23b14fe2021-06-09 04:54:15359const char kAutofillSuggestVirtualCardsOnIncompleteFormName[] =
360 "Autofill suggests virtual cards on incomplete forms";
361const char kAutofillSuggestVirtualCardsOnIncompleteFormDescription[] =
362 "When enabled, merchant bound virtual cards will be suggested even if not "
363 "all "
siashah2b698e2b2021-04-21 15:09:55364 "of the card number, exp date and CVC fields are detected in a payment "
365 "form.";
366
Caitlin Fischer43edd90a2019-05-01 13:24:30367const char kAutofillUseImprovedLabelDisambiguationName[] =
368 "Autofill Uses Improved Label Disambiguation";
369const char kAutofillUseImprovedLabelDisambiguationDescription[] =
370 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
371 "using the improved disambiguation format.";
372
Jia0175adae2019-05-15 00:21:25373const char kAutoScreenBrightnessName[] = "Auto Screen Brightness model";
374const char kAutoScreenBrightnessDescription[] =
Jiac75d4ee022020-08-11 02:34:12375 "Uses Auto Screen Brightness ML model (if it exists) to adjust screen "
376 "brightness based on ambient light. If disabled, screen brightness "
Jiae4e19242020-08-11 05:13:41377 "will be controlled by the heuristic model provided by powerd (and only "
378 "on devices that have ambient light sensors).";
Jia0175adae2019-05-15 00:21:25379
David Roger306b5cd82020-03-16 13:05:13380const char kAvatarToolbarButtonName[] = "Avatar Toolbar Button";
381const char kAvatarToolbarButtonDescription[] =
382 "Enables the avatar toolbar button and the associated menu";
383
Alexander Timin6ae060b62019-09-17 11:21:37384const char kBackForwardCacheName[] = "Back-forward cache";
385const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44386 "If enabled, caches eligible pages after cross-site navigations."
387 "To enable caching pages on same-site navigations too, choose 'enabled "
388 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37389
minch1b874012021-06-17 00:21:33390const char kBentoBarName[] = "Persistent desks bar";
391const char kBentoBarDescription[] =
392 "Showing a persistent desks bar at the top of the screen in clamshell mode "
393 "when there are more than one desk.";
394
Ioana Pandele69fe4672021-04-28 08:06:37395const char kBiometricReauthForPasswordFillingName[] =
396 "Biometric reauth for password filling";
397const char kBiometricReauthForPasswordFillingDescription[] =
398 "Enables biometric"
399 "re-authentication before password filling";
400
danielng1078c6372021-06-28 06:31:36401const char kBorealisDiskManagementName[] = "Borealis Disk management";
402const char kBorealisDiskManagementDescription[] =
403 "Enable experimental disk management settings.";
404
Brett Wilsonf27ff602017-07-07 22:28:47405const char kBypassAppBannerEngagementChecksName[] =
406 "Bypass user engagement checks";
407const char kBypassAppBannerEngagementChecksDescription[] =
408 "Bypasses user engagement checks for displaying app banners, such as "
409 "requiring that users have visited the site before and that the banner "
410 "hasn't been shown recently. This allows developers to test that other "
411 "eligibility requirements for showing app banners, such as having a "
412 "manifest, are met.";
413
Asami Doid88c97492020-10-29 05:49:09414const char kCheckOfflineCapabilityName[] = "Check offline capability for PWAs";
415const char kCheckOfflineCapabilityDescription[] =
416 "Use advanced offline capability check to decide whether the browser "
417 "displays install prompts for PWAs.";
418
Elaine Chienaeb4adc2020-12-08 04:22:05419const char kChromeLabsName[] = "Chrome Labs";
420const char kChromeLabsDescription[] =
421 "Access Chrome Labs through the toolbar menu to see featured user-facing "
422 "experimental features.";
423
Tobias Soppa20dd3c72021-08-12 14:27:40424const char kClosedTabCacheName[] = "Closed Tab Cache";
425const char kClosedTabCacheDescription[] =
426 "Enables closed tab cache to instantaneously restore recently closed tabs. "
427 "NOTE: This feature is higly experimental and will lead to various "
428 "breakages, enable at your own risk.";
429
Xianzhu Wang6708f9c2021-03-25 19:55:24430const char kCompositeAfterPaintName[] = "Composite after paint";
431const char kCompositeAfterPaintDescription[] =
432 "A new algorithm to create compositing layers. "
433 "See http://bit.ly/composite-after-paint.";
434
sauskif49a2132021-08-13 11:22:46435const char kConsolidatedSiteStorageControlsName[] =
436 "Consolidated Site Storage Controls";
437const char kConsolidatedSiteStorageControlsDescription[] =
438 "Enables the consolidated version of Site Storage controls in settings";
439
Ben Goldberger0074e682020-09-09 17:09:09440const char kContextMenuGoogleLensChipName[] =
441 "Google Lens powered image search for surfaced as a chip below the context "
442 "menu.";
443const char kContextMenuGoogleLensChipDescription[] =
444 "Enable a chip for a Shopping intent into Google Lens when supported. ";
445
Nandhini11a6a87b2019-08-22 22:45:24446const char kContextMenuSearchWithGoogleLensName[] =
447 "Google Lens powered image search in the context menu.";
448const char kContextMenuSearchWithGoogleLensDescription[] =
449 "Replaces default image search with an intent to Google Lens when "
450 "supported.";
451
Yu Su50dfedd52020-06-19 02:34:49452const char kContextMenuShopWithGoogleLensName[] =
453 "Google Lens powered image search for shoppable images in the context "
454 "menu.";
455const char kContextMenuShopWithGoogleLensDescription[] =
Yu Su9807c022020-06-26 00:09:28456 "Enable a menu item for a Shopping intent into Google Lens when supported. "
457 "By default replaces the Search with Google Lens option.";
Yu Su50dfedd52020-06-19 02:34:49458
459const char kContextMenuSearchAndShopWithGoogleLensName[] =
Yu Su9807c022020-06-26 00:09:28460 "Additional menu item for Google Lens image search for shoppable images in "
461 "the context menu.";
Yu Su50dfedd52020-06-19 02:34:49462const char kContextMenuSearchAndShopWithGoogleLensDescription[] =
Yu Su9807c022020-06-26 00:09:28463 "Display an additional menu item for a Shopping intent to Google Lens "
464 "below Search with Google Lens when Lens shopping feature is enabled";
Yu Su50dfedd52020-06-19 02:34:49465
Juan Mojica5797e4c2021-02-23 21:55:23466const char kContextMenuTranslateWithGoogleLensName[] =
467 "Google Lens powered image search for translatable images surfaced as a "
468 "chip under the context menu.";
469const char kContextMenuTranslateWithGoogleLensDescription[] =
470 "Enable a chip for a Translate intent into Google Lens when supported.";
471
Anupam Snigdha85854972021-06-14 18:07:29472const char kClipboardCustomFormatsName[] = "Clipboard Custom Formats";
473const char kClipboardCustomFormatsDescription[] =
474 "Allows read/write of custom formats with unsanitized clipboard content. "
475 "See crbug.com/106449";
476
sauski8fa237c2020-05-18 12:04:24477const char kClientStorageAccessContextAuditingName[] =
478 "Access contexts for client-side storage";
479const char kClientStorageAccessContextAuditingDescription[] =
480 "Record the first-party contexts in which client-side storage was accessed";
481
Shuran Huangd11e73e2021-04-14 16:10:12482const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
483 "Clear window name in top-level cross-site cross-browsing-context-group "
484 "navigation";
485const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
486 "Clear the preserved window.name property when it's a top-level cross-site "
487 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29488
Dana Fried16e9d9c2021-01-28 09:32:28489#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
490const char kChromeTipsInMainMenuName[] =
491 "Show 'Tips for Chrome' in Help portion of main menu.";
492const char kChromeTipsInMainMenuDescription[] =
493 "Enables 'Tips for Chrome' in main menu; the menu item will take users to "
494 "an official Google site with information about the latest and most "
495 "popular Chrome features.";
Dana Fried1ae80f32021-05-10 19:57:37496
497const char kChromeTipsInMainMenuNewBadgeName[] =
498 "Show 'New' promo badge on 'Tips for Chrome' in Help portion of main menu.";
499const char kChromeTipsInMainMenuNewBadgeDescription[] =
500 "Enables 'New' promo badge on 'Tips for Chrome' in main menu; experiment to"
501 " test the value of this user education feature.";
Dana Fried16e9d9c2021-01-28 09:32:28502#endif
503
rbpottere877c1f2021-06-15 00:23:55504const char kChromeWhatsNewUIName[] =
505 "Show Chrome What's New page at chrome://whats-new";
506const char kChromeWhatsNewUIDescription[] =
507 "Enables Chrome What's New page at chrome://whats-new.";
508
rbpotterc22a7e9c2021-06-18 21:33:39509#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
510const char kChromeWhatsNewInMainMenuNewBadgeName[] =
511 "Show 'New' badge on 'What's New' menu item.";
512const char kChromeWhatsNewInMainMenuNewBadgeDescription[] =
513 "Enables 'New' promo badge on 'What's New' in the Help portion of the main "
514 "menu.";
515#endif
516
yjliu99c52fb2021-05-07 17:49:20517const char kCompositingBasedThrottling[] = "Compositing-based Throttling";
518const char kCompositingBasedThrottlingDescription[] =
519 "Enables compositing-based throttling to throttle appropriate frame sinks "
520 "that do not need to be refreshed at high fps.";
521
minch6bfe7b32020-10-15 18:46:42522const char kDarkLightTestName[] = "Dark/light mode of system UI";
523const char kDarkLightTestDescription[] =
524 "Enables the dark/light mode of system UI, which includes shelf, launcher, "
525 "system tray etc.";
526
Sasha McIntoshe889f9f2019-09-03 21:01:57527const char kDecodeJpeg420ImagesToYUVName[] = "YUV decoding for JPEG";
528const char kDecodeJpeg420ImagesToYUVDescription[] =
529 "Decode and render 4:2:0 formatted jpeg images from YUV instead of RGB."
530 "This feature requires GPU or OOP rasterization to also be enabled.";
531
Madeleine Barowsky266406d92019-08-12 19:20:15532const char kDecodeLossyWebPImagesToYUVName[] = "YUV Decoding for WebP";
533const char kDecodeLossyWebPImagesToYUVDescription[] =
534 "Decode and render lossy WebP images from YUV instead of RGB. "
535 "You must also have GPU rasterization or OOP rasterization.";
536
Alexis Menard61ecb91d2021-07-17 04:10:33537const char kDevicePostureName[] = "Device Posture API";
538const char kDevicePostureDescription[] =
539 "Enables Device Posture API (foldable devices)";
540
Daniele Castagna6a5cbdeb62020-02-18 22:48:14541const char kDoubleBufferCompositingName[] = "Double buffered compositing";
542const char kDoubleBufferCompositingDescription[] =
543 "Use double buffer for compositing (instead of triple-buffering). "
544 "Latency should be reduced in some cases. On the other hand, more skipped "
545 "frames are expected.";
546
Olivier Yiptongb60d2c42020-01-10 22:47:15547const char kFontAccessAPIName[] = "Font Access APIs";
548const char kFontAccessAPIDescription[] =
549 "Enables the experimental Font Access APIs, giving websites access "
550 "to enumerate local fonts and access their table data.";
551
Olivier Yiptongdc787f92021-02-02 21:44:14552const char kFontAccessPersistentName[] =
553 "Enable persistent access to the Font Access API";
554const char kFontAccessPersistentDescription[] =
555 "Enables persistent access to the Font Access API, giving websites access "
556 "to enumerate local fonts after being granted a permission.";
557
Christopher Cameronceb8727d2017-09-07 23:53:16558const char kForceColorProfileSRGB[] = "sRGB";
559const char kForceColorProfileP3[] = "Display P3 D65";
560const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03561const char kForceColorProfileSCRGBLinear[] =
562 "scRGB linear (HDR where available)";
563const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16564
565const char kForceColorProfileName[] = "Force color profile";
566const char kForceColorProfileDescription[] =
567 "Forces Chrome to use a specific color profile instead of the color "
568 "of the window's current monitor, as specified by the operating system.";
569
Chris Blumeb504da1f22020-04-27 00:21:44570const char kDynamicColorGamutName[] = "Dynamic color gamut";
571const char kDynamicColorGamutDescription[] =
572 "Displays in wide color when the content is wide. When the content is "
573 "not wide, displays sRGB";
574
Keishi Hattori15299742020-04-20 04:00:09575const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
576const char kCooperativeSchedulingDescription[] =
577 "Enables cooperative scheduling in Blink.";
578
Lijin Shen5feade62019-09-17 03:01:01579const char kDarkenWebsitesCheckboxInThemesSettingName[] =
580 "Darken websites checkbox in themes setting";
581const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
582 "Show a darken websites checkbox in themes settings when system default or "
583 "dark is selected. The checkbox can toggle the auto-darkening web contents "
584 "feature";
585
Brett Wilsonf27ff602017-07-07 22:28:47586const char kDebugPackedAppName[] = "Debugging for packed apps";
587const char kDebugPackedAppDescription[] =
588 "Enables debugging context menu options such as Inspect Element for packed "
589 "applications.";
590
Brett Wilsonf27ff602017-07-07 22:28:47591const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
592const char kDebugShortcutsDescription[] =
593 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
594
Behnood Momenzadeh7411ae92020-04-29 16:54:18595const char kDetectTargetEmbeddingLookalikesName[] =
596 "Detect target embedding domains as lookalikes.";
597const char kDetectTargetEmbeddingLookalikesDescription[] =
598 "Shows a lookalike interstitial when navigating to target embedding domains"
599 "(e.g. google.com.example.com).";
600
Sharon Yangf390ea92021-06-23 19:55:40601const char kDisableProcessReuse[] = "Disable subframe process reuse";
602const char kDisableProcessReuseDescription[] =
603 "Prevents out-of-process iframes from reusing compatible processes from "
604 "unrelated tabs. This is an experimental mode that will result in more "
605 "processes being created.";
606
Brett Wilsonf27ff602017-07-07 22:28:47607const char kDisallowDocWrittenScriptsUiName[] =
608 "Block scripts loaded via document.write";
609const char kDisallowDocWrittenScriptsUiDescription[] =
610 "Disallows fetches for third-party parser-blocking scripts inserted into "
611 "the main frame via document.write.";
612
Vladimir Levin4fd9269d2021-03-12 20:07:21613const char kDocumentTransitionName[] = "documentTransition API";
614const char kDocumentTransitionDescription[] =
615 "Controls the availability of the documentTransition JavaScript API.";
616
Khushal Sagare47d64972021-08-18 17:06:03617const char kDocumentTransitionSlowdownFactorName[] =
618 "documentTransition API Duration Control";
619const char kDocumentTransitionSlowdownFactorDescription[] =
620 "Slows down animations triggered by documentTransition JavaScript API for "
621 "debugging.";
622
Becca Hughesac86cd442019-01-09 23:49:54623const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
624const char kEnableAudioFocusEnforcementDescription[] =
625 "Enables enforcement of a single media session having audio focus at "
626 "any one time. Requires #enable-media-session-service to be enabled too.";
627
Florian Uunk8c428ea2018-07-18 11:12:52628const char kEnableAutofillAccountWalletStorageName[] =
629 "Enable the account data storage for autofill";
630const char kEnableAutofillAccountWalletStorageDescription[] =
631 "Enable the ephemeral storage for account data for autofill.";
632
Mohamed Amir Yoseff6763132021-02-18 15:53:14633const char kEnableAutofillAddressSavePromptName[] =
634 "Autofill Address Save Prompts";
635const char kEnableAutofillAddressSavePromptDescription[] =
636 "Enable the Autofill address save prompts.";
637
Manas Verma7e5b391b2019-04-09 02:08:53638const char kEnableAutofillCreditCardAuthenticationName[] =
639 "Allow using platform authenticators to retrieve server cards";
640const char kEnableAutofillCreditCardAuthenticationDescription[] =
641 "When enabled, users will be given the option to use a platform "
642 "authenticator (if available) to verify card ownership when retrieving "
643 "credit cards from Google Payments.";
644
Anne Lim2de74292020-11-12 19:22:57645const char
646 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersName[] =
647 "Display InfoBar footers with account indication information for "
648 "single account users";
649const char
650 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersDescription
651 [] = "When enabled and user has single account, a footer indicating "
652 "user's e-mail address will appear at the bottom of InfoBars "
653 "which has corresponding account indication footer flags on.";
654
655const char kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersName[] =
656 "Display InfoBar footers with account indication information for "
657 "sync users";
658const char
659 kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersDescription[] =
660 "When enabled and user is signed in, a footer indicating user's e-mail "
661 "address will appear at the bottom of InfoBars which has "
662 "corresponding account indication footer flags on.";
663
Anne Lim99375dd2020-10-27 00:16:02664const char kEnableAutofillPasswordInfoBarAccountIndicationFooterName[] =
665 "Display password InfoBar footers with account indication information";
666const char kEnableAutofillPasswordInfoBarAccountIndicationFooterDescription[] =
Anne Limc83214c2020-10-23 07:18:05667 "When enabled, a footer indicating user's e-mail address will appear at "
Anne Lim99375dd2020-10-27 00:16:02668 "the bottom of corresponding password InfoBars.";
Anne Limc83214c2020-10-23 07:18:05669
Anne Lim1b70e5c22020-11-12 00:03:18670const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterName[] =
671 "Display SaveCardInfoBar footer with account indication information";
672const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterDescription[] =
673 "When enabled, a footer indicating user's e-mail address will appear at "
674 "the bottom of SaveCardInfoBar.";
675
siyua29899832019-06-07 19:42:12676const char kEnableAutofillCreditCardUploadFeedbackName[] =
677 "Enable feedback for credit card upload flow";
678const char kEnableAutofillCreditCardUploadFeedbackDescription[] =
679 "When enabled, if credit card upload succeeds, the avatar button will "
680 "show a highlight, otherwise the icon will be updated and if it is "
681 "clicked, the save card failure bubble will be shown.";
682
Lily Chen17c57972020-04-22 19:27:44683const char kEnableExperimentalCookieFeaturesName[] =
684 "Enable experimental cookie features";
685const char kEnableExperimentalCookieFeaturesDescription[] =
686 "Enable new features that affect setting, sending, and managing cookies. "
687 "The enabled features are subject to change at any time.";
688
Tarun Bansal56c92932019-04-01 17:58:36689const char kEnableSaveDataName[] = "Enables save data feature";
690const char kEnableSaveDataDescription[] =
691 "Enables save data feature. May cause user's traffic to be proxied via "
692 "Google's data reduction proxy.";
693
Tarun Bansal0c4a7d42020-05-11 19:19:33694const char kEnableNavigationPredictorName[] = "Enables navigation predictor";
695const char kEnableNavigationPredictorDescription[] =
696 "Enables navigation predictor feature that predicts the next likely "
697 "navigation using a set of heuristics.";
698
699const char kEnablePreconnectToSearchName[] =
700 "Enables preconnections to default search engine";
701const char kEnablePreconnectToSearchDescription[] =
702 "Enables the feature that preconnects to the user's default search engine.";
703
Jenny Blessing45326bf2019-08-29 23:50:37704const char kEnableRemovingAllThirdPartyCookiesName[] =
705 "Enable removing SameSite=None cookies";
706const char kEnableRemovingAllThirdPartyCookiesDescription[] =
707 "Enables UI on chrome://settings/siteData to remove all third-party "
708 "cookies and site data.";
709
Yann Dago4e326062020-10-01 20:22:20710const char kEnableBrowsingDataLifetimeManagerName[] =
711 "Enables the BrowsingDataLifetimeManager service to run.";
712const char kEnableBrowsingDataLifetimeManagerDescription[] =
713 "Enables the BrowsingDataLifetimeManager service to run and periodically "
714 "delete browsing data as specified by the BrowsingDataLifetime policy.";
715
Robert Liao5c756102020-03-20 19:46:43716const char kColorProviderRedirectionName[] = "Color Provider Redirection";
717const char kColorProviderRedirectionDescription[] =
718 "Redirects color requests to the color provider where possible.";
719
Daniel Murphy2b46f4602021-05-13 22:58:39720const char kDesktopPWAsPrefixAppNameInWindowTitleName[] =
721 "Desktop PWAs prefix window title with app name.";
722const char kDesktopPWAsPrefixAppNameInWindowTitleDescription[] =
723 "Prefix the window title of installed PWAs with the name of the PWA. On "
724 "ChromeOS this is visible only in the window/activity switcher.";
725
Eric Willigersc805ad612021-04-01 19:50:09726const char kDesktopPWAsAppIconShortcutsMenuUIName[] =
727 "Desktop PWAs app icon shortcuts menu UI";
728const char kDesktopPWAsAppIconShortcutsMenuUIDescription[] =
729 "Show web app shortcuts in the shelf context menu";
730
Lei Zhang1a6fd01b2021-03-24 17:03:48731const char kDesktopPWAsAttentionBadgingCrOSName[] =
Louise Brett7f5919222020-12-16 13:20:55732 "Desktop PWAs Attention Badging";
Lei Zhang1a6fd01b2021-03-24 17:03:48733const char kDesktopPWAsAttentionBadgingCrOSDescription[] =
Louise Brett7f5919222020-12-16 13:20:55734 "Enable attention badging for PWA icons in the shelf and launcher.";
Lei Zhang1a6fd01b2021-03-24 17:03:48735const char kDesktopPWAsAttentionBadgingCrOSApiAndNotifications[] =
Louise Brett240a9a92021-02-04 00:14:38736 "for Badging API and notifications";
Lei Zhang1a6fd01b2021-03-24 17:03:48737const char kDesktopPWAsAttentionBadgingCrOSApiOverridesNotifications[] =
Eric Willigers53993082021-03-15 06:58:03738 "for Badging API, or notifications for apps not using Badging API";
Lei Zhang1a6fd01b2021-03-24 17:03:48739const char kDesktopPWAsAttentionBadgingCrOSApiOnly[] = "for Badging API only";
740const char kDesktopPWAsAttentionBadgingCrOSNotificationsOnly[] =
Louise Brett240a9a92021-02-04 00:14:38741 "for notifications only";
Louise Brett7f5919222020-12-16 13:20:55742
Matt Giuca9d0aecb2021-01-15 09:10:00743const char kDesktopPWAsRemoveStatusBarName[] = "Desktop PWAs remove status bar";
744const char kDesktopPWAsRemoveStatusBarDescription[] =
745 "Hides the status bar popup in Desktop PWA app windows.";
746
Alan Cuttereaae7f42020-12-07 02:24:11747const char kDesktopPWAsElidedExtensionsMenuName[] =
748 "Desktop PWAs elided extensions menu";
749const char kDesktopPWAsElidedExtensionsMenuDescription[] =
750 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
751 "app menu for web app windows.";
752
Alan Cutter64377262020-12-09 06:49:28753const char kDesktopPWAsFlashAppNameInsteadOfOriginName[] =
754 "Desktop PWAs flash app name instead of origin";
755const char kDesktopPWAsFlashAppNameInsteadOfOriginDescription[] =
756 "Replaces the origin flash with an app name flash when launching a web app "
757 "window.";
758
Alexey Baskakov5e710232021-05-05 02:17:41759const char kDesktopPWAsNotificationIconAndTitleName[] =
760 "Desktop PWAs improvements in notification icon and title";
761const char kDesktopPWAsNotificationIconAndTitleDescription[] =
762 "Replaces the websites origin and the Chrome icon with the web app's name "
763 "and app icon in notifications.";
764
Alan Cutter0d7453cf2021-01-06 23:52:53765const char kDesktopPWAsLinkCapturingName[] =
766 "Desktop PWA declarative link capturing";
767const char kDesktopPWAsLinkCapturingDescription[] =
768 "Enable web app manifests to declare link capturing behavior. Prototype "
769 "implementation of: "
770 "https://github.com/WICG/sw-launch/blob/master/"
771 "declarative_link_capturing.md";
772
Phillis Tangc6b383942021-06-21 20:15:40773const char kDesktopPWAsManifestIdName[] = "Desktop PWA manifest id";
774const char kDesktopPWAsManifestIdDescription[] =
775 "Enable web app manifests to declare id. Prototype "
776 "implementation of: "
777 "https://github.com/philloooo/pwa-unique-id/blob/main/explainer.md";
778
Lei Zhang507fffd2020-01-29 23:47:54779const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
780const char kDesktopPWAsTabStripDescription[] =
Alan Cutter121812d2020-01-09 05:03:37781 "Experimental UI for exploring what PWA windows would look like with a tab "
782 "strip.";
783
Alan Cutter8a7d3ed2020-05-12 01:29:34784const char kDesktopPWAsTabStripLinkCapturingName[] =
785 "Desktop PWA tab strip link capturing";
786const char kDesktopPWAsTabStripLinkCapturingDescription[] =
787 "Experimental behaviour for \"Desktop PWA tab strips\" to capture link "
788 "navigations within the app scope and bring them into the app's tabbed "
789 "window.";
790
Louise Brett51548fb2021-06-18 00:27:21791const char kDesktopPWAsTabStripSettingsName[] =
792 "Desktop PWA tab strips settings";
793const char kDesktopPWAsTabStripSettingsDescription[] =
794 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
795
Ivan Šandrk8a710392021-05-20 13:53:13796const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
797const char kDesktopPWAsSubAppsDescription[] =
798 "Enable installed PWAs to create shortcuts by installing their sub apps. "
799 "Prototype implementation of: "
800 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
801
Samuel Tang104341852021-03-17 18:19:06802const char kDesktopPWAsProtocolHandlingName[] = "Desktop PWA Protocol handling";
803const char kDesktopPWAsProtocolHandlingDescription[] =
804 "Enable web app manifests to declare protocol handling behavior."
805 "See: https://crbug.com/1019239.";
806
Lu Huangc911aaf32021-02-12 22:13:06807const char kDesktopPWAsUrlHandlingName[] = "Desktop PWA URL handling";
808const char kDesktopPWAsUrlHandlingDescription[] =
809 "Enable web app manifests to declare URL handling behavior. Prototype "
810 "implementation of: "
811 "https://github.com/WICG/pwa-url-handler/blob/master/explainer.md";
812
Amanda Baker23fb8fa2021-03-24 18:19:04813const char kDesktopPWAsWindowControlsOverlayName[] =
814 "Desktop PWA Window Controls Overlay";
815const char kDesktopPWAsWindowControlsOverlayDescription[] =
816 "Enable web app manifests to declare Window Controls Overlay as a display "
817 "override. Prototype implementation of: "
818 "https://github.com/WICG/window-controls-overlay/blob/main/explainer.md";
819
Alexey Baskakovd913a1272021-07-09 02:12:19820const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
821const char kDesktopPWAsWebBundlesDescription[] =
822 "Adds support for web bundles, making web apps able to be launched "
823 "offline.";
824
Alan Cutter2ab7a042020-09-14 03:57:40825const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteName[] =
826 "Migrate default G Suite Chrome apps to web apps";
827const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteDescription[] =
828 "Enable the migration of default installed G Suite Chrome apps over to "
829 "their corresponding web apps.";
830
831const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteName[] =
832 "Migrate default non-G Suite Chrome apps to web apps";
833const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteDescription[] =
834 "Enable the migration of default installed non-G Suite Chrome apps over to "
835 "their corresponding web apps.";
836
Yann Dago413d39d2020-11-11 01:40:50837const char kEnableSyncRequiresPoliciesLoadedName[] =
838 "Sync waits for all policies to load before starting";
839const char kEnableSyncRequiresPoliciesLoadedDescription[] =
840 "Enables behaviour for Sync to wait for all policies to load before "
841 "starting";
842
Steven Valdez89a44ea92019-05-01 15:18:49843const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
844const char kEnableTLS13EarlyDataDescription[] =
845 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
846 "during the handshake when resuming a connection to a compatible TLS 1.3 "
847 "server.";
848
Joel Riley700551502021-05-28 00:20:00849const char kEnhancedNetworkVoicesName[] = "Enhanced network voices";
850const char kEnhancedNetworkVoicesDescription[] =
851 "This option enables high-quality, network-based voices in "
852 "Select-to-speak.";
853
Adam Langleyf66f28d22020-02-05 18:10:38854const char kPostQuantumCECPQ2Name[] = "TLS Post-Quantum Confidentiality";
855const char kPostQuantumCECPQ2Description[] =
856 "This option enables a post-quantum (i.e. resistent to quantum computers) "
857 "key exchange algorithm in TLS (CECPQ2).";
858
James Hollyer1b943edb2020-10-28 03:28:06859const char kMacCoreLocationBackendName[] = "Core Location Backend";
860const char kMacCoreLocationBackendDescription[] =
861 "Enables usage of the Core Location APIs as the backend for Geolocation "
862 "API";
James Hollyer070f60a2020-05-05 06:13:15863
Mohamed Adel52ac1ae2020-09-08 16:10:27864const char kNewMacNotificationAPIName[] =
865 "Determines which notification API to use on macOS devices";
866const char kNewMacNotificationAPIDescription[] =
867 "Enables the usage of Apple's new notification API which will run on macOS "
868 "10.14+";
869
Pete Lavallee2d4415c72019-10-07 20:43:56870const char kWinrtGeolocationImplementationName[] =
871 "WinRT Geolocation Implementation";
872const char kWinrtGeolocationImplementationDescription[] =
873 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
874 "for geolocation";
875
Alex Ilinb4148422021-07-16 17:16:24876extern const char kEnableExtendedSyncPromosCapabilityName[] =
877 "Enables reading the extended sync promo account capability";
878extern const char kEnableExtendedSyncPromosCapabilityDescription[] =
879 "When enabled, starts reading the account capability to decide whether "
880 "or not Chrome should display an extended sync promo";
881
Dominic Farolinoaf2f3b72021-05-03 23:44:16882const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
883const char kEnableFencedFramesDescription[] =
884 "Fenced frames are an experimental web platform feature that allows "
885 "embedding an isolated top-level page. See "
886 "https://github.com/shivanigithub/fenced-frame";
887
James Hollyer24f30cb722021-06-18 21:22:24888const char kEnableGamepadButtonAxisEventsName[] =
889 "Gamepad Button and Axis Events";
890const char kEnableGamepadButtonAxisEventsDescription[] =
891 "Enables the ability to subscribe to changes in buttons and/or axes "
892 "on the gamepad object.";
893
Mikhail Pozdnyakov73373a62017-08-24 17:31:25894const char kEnableGenericSensorExtraClassesName[] =
895 "Generic Sensor Extra Classes";
896const char kEnableGenericSensorExtraClassesDescription[] =
897 "Enables an extra set of sensor classes based on Generic Sensor API, which "
898 "expose previously unavailable platform features, i.e. AmbientLightSensor "
899 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47900
Vikas Soni78daa632019-01-12 01:32:52901const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
902const char kEnableGpuServiceLoggingDescription[] =
903 "Enable printing the actual GL driver calls.";
904
Jimmy Gong07656e42021-04-08 02:31:08905const char kEnableShortcutCustomizationAppName[] =
906 "Enable shortcut customization app";
907const char kEnableShortcutCustomizationAppDescription[] =
908 "Enable the shortcut customization SWA, allowing users to customize system "
909 "shortcuts.";
910
Robert Ogdene7bbbcb2020-03-24 22:37:33911const char kEnableSRPIsolatedPrerendersName[] =
912 "Enable Navigation Predictor Isolated Prerenders";
913const char kEnableSRPIsolatedPrerendersDescription[] =
914 "Enable Navigation Predictions on the Google SRP to be fully isolated.";
915
Robert Ogden26de9972020-03-27 21:00:25916const char kEnableSRPIsolatedPrerenderProbingName[] =
917 "Enable Probing on Navigation Predictor Isolated Prerenders";
918const char kEnableSRPIsolatedPrerenderProbingDescription[] =
919 "Enable probing checks for Isolated Prerenders which will block commit.";
920
Robert Ogden1261e8f2020-06-24 22:45:46921const char kEnableSRPIsolatedPrerendersNSPName[] =
922 "Enable NoStatePrefetch on Navigation Predictor Isolated Prerenders";
923const char kEnableSRPIsolatedPrerendersNSPDescription[] =
924 "Enables NoStatePrefetch on Isolated Prerenders.";
925
Charlene Yane75ce252019-05-22 17:56:32926const char kDownloadAutoResumptionNativeName[] =
927 "Enable download auto-resumption in native";
928const char kDownloadAutoResumptionNativeDescription[] =
929 "Enables download auto-resumption in native";
930
Xing Liu13e5ec12020-05-08 17:32:34931const char kDownloadLaterName[] = "Enable download later";
932const char kDownloadLaterDescription[] = "Enables download later feature.";
933
Xing Liue36464f42020-07-14 17:25:03934const char kDownloadLaterDebugOnWifiName[] =
935 "Show download later dialog on WIFI.";
936const char kDownloadLaterDebugOnWifiNameDescription[] =
937 "Show download later dialog on WIFI.";
938
Shakti Sahu59679ed72021-07-22 22:13:46939const char kDownloadProgressMessageName[] = "Show download progress message";
940const char kDownloadProgressMessageDescription[] =
941 "Shows download progress message UI.";
942
Ian Kilpatricke68ef11a2018-07-04 03:52:10943const char kEnableLayoutNGName[] = "Enable LayoutNG";
944const char kEnableLayoutNGDescription[] =
945 "Enable Blink's next generation layout engine.";
946
Aleks Totic1f9056a2020-12-01 01:51:15947const char kEnableLayoutNGTableName[] = "Enable TableNG";
948const char kEnableLayoutNGTableDescription[] =
949 "Enable Blink's next generation table layout.";
950
Scott Littled0fd2d002018-04-13 03:37:26951const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
952const char kEnableLazyFrameLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39953 "Defers the loading of iframes marked with the attribute 'loading=lazy' "
954 "until the page is scrolled down near them.";
Scott Littled0fd2d002018-04-13 03:37:26955
rajendrant793ff512018-08-10 17:07:59956const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
957const char kEnableLazyImageLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39958 "Defers the loading of images marked with the attribute 'loading=lazy' "
959 "until the page is scrolled down near them.";
rajendrant793ff512018-08-10 17:07:59960
Becca Hughesac86cd442019-01-09 23:49:54961const char kEnableMediaSessionServiceName[] = "Media Session Service";
962const char kEnableMediaSessionServiceDescription[] =
963 "Enables the media session mojo service and internal media session "
964 "support.";
965
Bernhard Bauer5533f9912017-11-06 17:56:02966const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
967const char kEnableNetworkLoggingToFileDescription[] =
968 "Enables network logging to a file named netlog.json in the user data "
969 "directory. The file can be imported into chrome://net-internals.";
970
Shakti Sahu5a046f62019-03-12 19:25:34971const char kEnableNewDownloadBackendName[] = "Enable new download backend";
972const char kEnableNewDownloadBackendDescription[] =
973 "Enables the new download backend that uses offline content provider";
974
Lucas Furukawa Gadani9f57e192019-04-05 14:56:10975const char kEnablePortalsName[] = "Enable Portals.";
976const char kEnablePortalsDescription[] =
977 "Portals are an experimental web platform feature that allows embedding"
978 " and seamless transitions between pages."
979 " See https://github.com/WICG/portals and https://wicg.github.io/portals/";
980
Jeremy Roman30e81e82020-01-29 22:56:47981const char kEnablePortalsCrossOriginName[] = "Enable cross-origin Portals.";
982const char kEnablePortalsCrossOriginDescription[] =
983 "Allows portals to load cross-origin URLs in addition to same-origin ones."
984 " Has no effect if Portals are not enabled.";
985
Doug Arnettc52291a2020-05-07 18:52:30986const char kEnableTranslateSubFramesName[] = "Translate sub frames";
987const char kEnableTranslateSubFramesDescription[] =
988 "Enable the translation of sub frames (as well as the main frame)";
989
Qiaofei Yebeb9a232020-07-22 23:47:04990const char kEnableWindowsGamingInputDataFetcherName[] =
991 "Enable Windows.Gaming.Input";
992const char kEnableWindowsGamingInputDataFetcherDescription[] =
993 "Enable Windows.Gaming.Input by default to provide game controller "
994 "support on Windows 10 desktop.";
995
Titouan Rigoudyf619f5462020-09-25 16:35:49996const char kBlockInsecurePrivateNetworkRequestsName[] =
997 "Block insecure private network requests.";
998const char kBlockInsecurePrivateNetworkRequestsDescription[] =
999 "Prevents non-secure contexts from making sub-resource requests to "
1000 "more-private IP addresses. An IP address IP1 is more private than IP2 if "
1001 "1) IP1 is localhost and IP2 is not, or 2) IP1 is private and IP2 is "
1002 "public. This is a first step towards full enforcement of CORS-RFC1918: "
1003 "https://wicg.github.io/cors-rfc1918";
1004
arthursonzogni27ef983f2021-06-15 10:09:401005const char kCrossOriginEmbedderPolicyCredentiallessName[] =
1006 "Enable Cross-Origin-Embedder-Policy: credentialless";
1007const char kCrossOriginEmbedderPolicyCredentiallessDescription[] =
1008 "Credentialless is a Cross-Origin-Embedder-Policy (COEP) variant. "
1009 "COEP:credentialless causes no-cors cross-origin requests not to include "
1010 "credentials (cookies, client certificates, etc...). Similarly to "
1011 "require-corp, it can be used to enable cross-origin-isolation.";
1012
Zentaro Kavanagh53c48cb22021-03-25 00:19:061013const char kDeprecateAltClickName[] =
1014 "Enable Alt+Click deprecation notifications";
1015const char kDeprecateAltClickDescription[] =
1016 "Start providing notifications about Alt+Click deprecation and enable "
1017 "Search+Click as an alternative.";
1018
Zentaro Kavanaghc1898fe2021-06-25 00:31:451019const char kDeprecateAltBasedSixPackName[] =
1020 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1021const char kDeprecateAltBasedSixPackDescription[] =
1022 "Show deprecation notifications and disable functionality for Alt based "
1023 "six pack deprecations. The Search based versions continue to work.";
1024
Jimmy Gongba69b982020-08-25 00:01:291025const char kDiagnosticsAppName[] = "Diagnostics app";
1026const char kDiagnosticsAppDescription[] =
1027 "Enables the Diagnostics app that allows Chrome OS users to be able to "
1028 "view their system telemetric information and run diagnostic tests for "
1029 "their device.";
1030
Michael Checoc6abb922021-05-21 17:55:021031const char kDiagnosticsAppNavigationName[] = "Diagnostics app navigation";
1032const char kDiagnosticsAppNavigationDescription[] =
1033 "Enables the navigation panel in the Diagnostics app.";
1034
Yutaka Hiranoaa0e62e2019-09-05 11:01:041035const char kDisableKeepaliveFetchName[] = "Disable fetch with keepalive set";
1036const char kDisableKeepaliveFetchDescription[] =
1037 "Disable fetch with keepalive set "
1038 "(https://fetch.spec.whatwg.org/#request-keepalive-flag).";
1039
Chris Hall4a4225f62019-01-18 03:07:161040const char kExperimentalAccessibilityLanguageDetectionName[] =
1041 "Experimental accessibility language detection";
1042const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1043 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221044 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161045
Chris Hall4f3ca5582019-11-19 02:55:491046const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1047 "Experimental accessibility language detection for dynamic content";
1048const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1049 "Enable language detection for dynamic content which is then exposed to "
1050 "assistive technologies such as screen readers.";
1051
Rahul Arakeri61a2ad272019-03-19 22:55:081052const char kCompositorThreadedScrollbarScrollingName[] =
Rahul Arakeriac87fb12019-05-14 00:07:221053 "Compositor threaded scrollbar scrolling";
Rahul Arakeri61a2ad272019-03-19 22:55:081054const char kCompositorThreadedScrollbarScrollingDescription[] =
1055 "Enables pointer-based scrollbar scrolling on the compositor thread "
1056 "instead of the main thread";
1057
Alexei Filippov522a5222019-03-29 03:33:181058const char kMemlogName[] = "Chrome heap profiler start mode.";
1059const char kMemlogDescription[] =
1060 "Starts heap profiling service that records sampled memory allocation "
1061 "profile having each sample attributed with a callstack. "
1062 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1063 "Recorded heap dumps can be obtained at chrome://tracing "
1064 "[category:memory-infra] and chrome://memory-internals. This setting "
1065 "controls which processes will be profiled since their start. To profile "
1066 "any given process at a later time use chrome://memory-internals page.";
1067const char kMemlogModeMinimal[] = "Browser and GPU";
1068const char kMemlogModeAll[] = "All processes";
1069const char kMemlogModeAllRenderers[] = "All renderers";
1070const char kMemlogModeRendererSampling[] = "Single renderer";
1071const char kMemlogModeBrowser[] = "Browser only";
1072const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271073
Alexei Filippov522a5222019-03-29 03:33:181074const char kMemlogSamplingRateName[] =
1075 "Heap profiling sampling interval (in bytes).";
1076const char kMemlogSamplingRateDescription[] =
1077 "Heap profiling service uses Poisson process to sample allocations. "
1078 "Default value for the interval between samples is 100000 (100KB). "
1079 "This results in low noise for large and/or frequent allocations "
Alexei Filippov2e8bfee2019-03-07 21:51:271080 "[size * frequency >> 100KB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221081 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181082 "can be trusted with high fidelity. "
1083 "Lower intervals produce higher samples resolution, but come at a cost of "
1084 "higher performance overhead.";
1085const char kMemlogSamplingRate10KB[] = "10KB";
1086const char kMemlogSamplingRate50KB[] = "50KB";
1087const char kMemlogSamplingRate100KB[] = "100KB";
1088const char kMemlogSamplingRate500KB[] = "500KB";
1089const char kMemlogSamplingRate1MB[] = "1MB";
1090const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511091
Alexei Filippov522a5222019-03-29 03:33:181092const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1093const char kMemlogStackModeDescription[] =
1094 "By default heap profiling service records native stacks. "
1095 "A post-processing step is required to symbolize the stacks. "
1096 "'Native with thread names' adds the thread name as the first frame of "
1097 "each native stack. It's also possible to record a pseudo stack using "
1098 "trace events as identifiers. It's also possible to do a mix of both.";
1099const char kMemlogStackModeMixed[] = "Mixed";
1100const char kMemlogStackModeNative[] = "Native";
1101const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
1102const char kMemlogStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:051103
Ali Stanfielda835700c2021-07-24 01:03:201104const char kEnableLensRegionSearchFlagId[] = "enable-lens-region-search";
1105const char kEnableLensRegionSearchName[] =
1106 "Search your screen with Google Lens";
Ali Stanfield980a7492021-07-21 19:21:261107const char kEnableLensRegionSearchDescription[] =
Ali Stanfielda835700c2021-07-24 01:03:201108 "Right click and select \"Search part of the page with Google Lens\" to "
1109 "search any region of the site to learn more about the visual content you "
1110 "see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261111
rajendrant41f3f1b2020-12-16 10:29:311112const char kEnableLoginDetectionName[] = "Enable login detection";
1113const char kEnableLoginDetectionDescription[] =
1114 "Allow user sign-in to be detected based on heuristics.";
1115
Anatoliy Potapchukf096475c2021-04-06 15:51:591116const char kEnableManagedConfigurationWebApiName[] =
1117 "Enable Managed Configuration Web API";
1118const char kEnableManagedConfigurationWebApiDescription[] =
1119 "Allows website to access a managed configuration provided by the device "
1120 "administrator for the origin.";
1121
Jimmy Gongcd463fc2021-02-11 01:32:181122const char kEnablePciguardUiName[] =
1123 "Enable Pciguard (Thunderbolt + USB4 tunneling) UI for settings";
1124const char kEnablePciguardUiDescription[] =
1125 "Enable toggling Pciguard settings through the Settings App. By default, "
Jimmy Gong4b6a2792021-02-26 03:00:001126 "this flag is enabled.";
Jimmy Gongcd463fc2021-02-11 01:32:181127
Ben Goldberger2a1433a42021-04-21 18:37:151128const char kEnablePenetratingImageSelectionName[] =
1129 "Penetrating Image Selection";
1130const char kEnablePenetratingImageSelectionDescription[] =
1131 "Enables image options to be surfaced in the context menu for nodes "
1132 "covered by transparent overlays.";
1133
F#m59d036e2017-09-13 07:22:171134const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1135const char kEnablePixelCanvasRecordingDescription[] =
1136 "Pixel canvas recording allows the compositor to raster contents aligned "
1137 "with the pixel and improves text rendering. This should be enabled when a "
1138 "device is using fractional scale factor.";
1139
Robert Flack55c53a412021-03-22 14:46:081140const char kReduceHorizontalFlingVelocityName[] =
1141 "Reduce horizontal fling velocity";
1142const char kReduceHorizontalFlingVelocityDescription[] =
1143 "Reduces the velocity of horizontal flings to 20\% of their original"
1144 "velocity.";
1145
Ella Gebee81c92018-08-14 15:51:091146const char kEnableResamplingInputEventsName[] =
1147 "Enable resampling input events";
1148const char kEnableResamplingInputEventsDescription[] =
1149 "Predicts mouse and touch inputs position at rAF time based on previous "
1150 "input";
1151const char kEnableResamplingScrollEventsName[] =
1152 "Enable resampling scroll events";
1153const char kEnableResamplingScrollEventsDescription[] =
1154 "Predicts the scroll amount at vsync time based on previous input";
Joao Victor Almeida371702c2021-01-08 18:41:561155const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1156 "Enable experimental prediction for scroll events";
1157const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1158 "Predicts the scroll amount after the vsync time to more closely match "
1159 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091160
Lei Zhang1a6fd01b2021-03-24 17:03:481161const char kEnableRestrictedWebApisName[] =
Anqing Zhaoc7136af2021-01-20 05:52:391162 "Enable the restriced web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481163const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391164 "Enable the restricted web APIs for dev trial. This will be replaced with "
1165 "permission policies to control the capabilities afterwards.";
1166
Brett Wilsonf27ff602017-07-07 22:28:471167const char kEnableUseZoomForDsfName[] =
1168 "Use Blink's zoom for device scale factor.";
1169const char kEnableUseZoomForDsfDescription[] =
1170 "If enabled, Blink uses its zooming mechanism to scale content for device "
1171 "scale factor.";
1172const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
1173const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
1174const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
1175
Sean Harrison9dc405a52019-08-27 18:23:101176const char kEnableSubresourceRedirectName[] =
rajendrante2bfd3a2020-11-23 19:48:541177 "Enable Subresource Redirect Compression";
Sean Harrison9dc405a52019-08-27 18:23:101178const char kEnableSubresourceRedirectDescription[] =
rajendrante2bfd3a2020-11-23 19:48:541179 "Allow subresource compression for data savings";
Sean Harrison9dc405a52019-08-27 18:23:101180
Adam Langley7542a7b2019-10-04 02:00:551181const char kEnableWebAuthenticationCableV2SupportName[] =
1182 "Web Authentication caBLE v2 support";
1183const char kEnableWebAuthenticationCableV2SupportDescription[] =
Adam Langley339aa0f2021-04-05 21:46:041184 "Enable use of phones that are signed into the same account, with Sync "
1185 "enabled, to be used as 2nd-factor security keys.";
Kim Paulhamusae635a32018-06-27 07:30:541186
Yicheng Li0a78f462020-08-14 00:08:121187const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1188 "ChromeOS platform Web Authentication support";
1189const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1190 "Enable the ChromeOS platform authenticator for the Web Authentication "
1191 "API.";
1192
Andreas Haasb400d912019-08-28 18:54:101193const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1194const char kExperimentalWebAssemblyFeaturesDescription[] =
1195 "Enable web pages to use experimental WebAssembly features.";
1196
Clemens Hammacher0c8a15a2018-04-27 13:45:321197const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1198const char kEnableWasmBaselineDescription[] =
1199 "Enables WebAssembly baseline compilation and tier up.";
1200
Clemens Backes50e0ecd2020-01-20 10:43:241201const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1202const char kEnableWasmLazyCompilationDescription[] =
1203 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1204
Clemens Backes963eb37be2020-01-10 11:56:491205const char kEnableWasmTieringName[] = "WebAssembly tiering";
1206const char kEnableWasmTieringDescription[] =
1207 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241208 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491209
Christopher Thompsonf3ba20122019-06-06 22:01:011210const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1211const char kEvDetailsInPageInfoDescription[] =
1212 "Shows the EV certificate details in the Page Info bubble.";
1213
Mark Schillaci0bd47bd2020-12-09 04:03:351214const char kExperimentalAccessibilityLabelsName[] =
1215 "Experimental Accessibility Labels";
1216const char kExperimentalAccessibilityLabelsDescription[] =
1217 "Enables experimental accessibility labels feature. Note that this only "
1218 "enables the feature, and enabling the service is a profile preference.";
1219
Brett Wilsonf27ff602017-07-07 22:28:471220const char kExperimentalWebPlatformFeaturesName[] =
1221 "Experimental Web Platform features";
1222const char kExperimentalWebPlatformFeaturesDescription[] =
1223 "Enables experimental Web Platform features that are in development.";
1224
1225const char kExtensionContentVerificationName[] =
1226 "Extension Content Verification";
1227const char kExtensionContentVerificationDescription[] =
1228 "This flag can be used to turn on verification that the contents of the "
1229 "files on disk for extensions from the webstore match what they're "
1230 "expected to be. This can be used to turn on this feature if it would not "
1231 "otherwise have been turned on, but cannot be used to turn it off (because "
1232 "this setting can be tampered with by malware).";
1233const char kExtensionContentVerificationBootstrap[] =
1234 "Bootstrap (get expected hashes, but do not enforce them)";
1235const char kExtensionContentVerificationEnforce[] =
1236 "Enforce (try to get hashes, and enforce them if successful)";
1237const char kExtensionContentVerificationEnforceStrict[] =
1238 "Enforce strict (hard fail if we can't get hashes)";
1239
Emilia Pazd7cce422021-08-14 00:50:481240const char kExtensionsMenuAccessControlName[] =
1241 "Extensions Menu Access Control";
1242const char kExtensionsMenuAccessControlDescription[] =
1243 "Enables a redesigned extensions menu that allows the user to control "
1244 "extensions site access.";
1245
Brett Wilsonf27ff602017-07-07 22:28:471246const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1247const char kExtensionsOnChromeUrlsDescription[] =
1248 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1249 "request this permission.";
galinapae72e152017-05-12 13:12:281250
Axel Antoine12df71182019-07-25 18:11:211251const char kFilteringScrollPredictionName[] = "Filtering scroll prediction";
1252const char kFilteringScrollPredictionDescription[] =
1253 "Enable filtering of predicted scroll events";
1254
David Bokan432978d2019-08-15 18:18:521255const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1256const char kFractionalScrollOffsetsDescription[] =
1257 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1258 "offsets to web APIs.";
1259
Brett Wilsonecb80982017-07-12 20:34:511260const char kForceEffectiveConnectionTypeName[] =
1261 "Override effective connection type";
1262const char kForceEffectiveConnectionTypeDescription[] =
1263 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301264 "returned by the network quality estimator. Slow 2G on Cellular returns "
1265 "Slow 2G when connected to a cellular network, and the actual estimate "
Tarun Bansalce1cfba2021-03-02 07:05:061266 "effective connection type when not on a cellular network.";
Brett Wilsonecb80982017-07-12 20:34:511267const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1268const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1269const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301270const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1271 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511272const char kEffectiveConnectionType2GDescription[] = "2G";
1273const char kEffectiveConnectionType3GDescription[] = "3G";
1274const char kEffectiveConnectionType4GDescription[] = "4G";
1275
Jay Harris583f48922019-05-06 05:55:241276const char kFileHandlingAPIName[] = "File Handling API";
1277const char kFileHandlingAPIDescription[] =
1278 "Enables the file handling API, allowing websites to register as file "
Jesse McKennabe661982020-10-29 23:57:421279 "handlers.";
Jay Harris583f48922019-05-06 05:55:241280
Darwin Huang1473bc32021-06-18 01:56:231281const char kFileHandlingIconsName[] = "File Handling Icons";
1282const char kFileHandlingIconsDescription[] =
1283 "Allows websites using the file handling API to also register file type "
1284 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1285 "for more information.";
1286
Viktor Semeniukd5cfc262021-02-25 12:51:221287const char kFillingAcrossAffiliatedWebsitesName[] =
1288 "Fill passwords across affiliated websites.";
1289const char kFillingAcrossAffiliatedWebsitesDescription[] =
1290 "Enables filling password on a website when there is saved "
1291 "password on affiliated website.";
1292
Brett Wilsonecb80982017-07-12 20:34:511293const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1294const char kFillOnAccountSelectDescription[] =
1295 "Filling of passwords when an account is explicitly selected by the user "
1296 "rather than autofilling credentials on page load.";
1297
Brett Wilsonecb80982017-07-12 20:34:511298const char kForceTextDirectionName[] = "Force text direction";
1299const char kForceTextDirectionDescription[] =
1300 "Explicitly force the per-character directionality of UI text to "
1301 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1302 "direction of the character language.";
1303const char kForceDirectionLtr[] = "Left-to-right";
1304const char kForceDirectionRtl[] = "Right-to-left";
1305
1306const char kForceUiDirectionName[] = "Force UI direction";
1307const char kForceUiDirectionDescription[] =
1308 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1309 "mode, overriding the default direction of the UI language.";
1310
Tommy Steimel863e6cf2019-07-01 19:07:361311const char kGlobalMediaControlsName[] = "Global Media Controls";
1312const char kGlobalMediaControlsDescription[] =
1313 "Enables the Global Media Controls UI in the toolbar.";
1314
Takumi Fujimotod25d2b72019-12-19 00:36:181315const char kGlobalMediaControlsForCastName[] = "Global Media Controls for Cast";
1316const char kGlobalMediaControlsForCastDescription[] =
1317 "Shows Cast sessions in the Global Media Controls UI. Requires "
1318 "#global-media-controls and #cast-media-route-provider to also be enabled.";
1319
Jazz Xu223d04c2020-09-22 20:23:011320const char kGlobalMediaControlsForChromeOSName[] =
Jazz Xu326c62c2020-09-24 02:01:521321 "Global Media Controls for ChromeOS";
Jazz Xu223d04c2020-09-22 20:23:011322const char kGlobalMediaControlsForChromeOSDescription[] =
1323 "Enable Global Media Controls UI in shelf and quick settings.";
1324
Tommy Steimele5c5c122020-02-06 23:22:351325const char kGlobalMediaControlsPictureInPictureName[] =
1326 "Global Media Controls Picture-in-Picture";
1327const char kGlobalMediaControlsPictureInPictureDescription[] =
1328 "Enables Picture-in-Picture controls in the Global Media Controls UI. "
1329 "Requires "
1330 "#global-media-controls to also be enabled.";
1331
Noah Rose Ledesma210c5602020-06-22 21:06:461332const char kGlobalMediaControlsSeamlessTransferName[] =
1333 "Global Media Controls Seamless Transfer";
1334const char kGlobalMediaControlsSeamlessTransferDescription[] =
1335 "Enables selection of audio output device to play media through in "
1336 "the Global Media Controls UI. Requires #global-media-controls to "
1337 "also be enabled.";
1338
Noah Rose Ledesma1bbd0712020-09-09 20:36:441339const char kGlobalMediaControlsModernUIName[] =
1340 "Global Media Controls Modern UI";
1341
1342const char kGlobalMediaControlsModernUIDescription[] =
1343 "Use a redesigned version of the Global Media Controls UI. Requires "
1344 "#global-media-controls to also be enabled.";
1345
Jazz Xu15f2b1c2020-07-09 14:42:141346const char kGlobalMediaControlsOverlayControlsName[] =
Tommy Steimel371f69e2020-07-20 16:45:311347 "Enable overlay controls for Global Media Controls";
Jazz Xu15f2b1c2020-07-09 14:42:141348const char kGlobalMediaControlsOverlayControlsDescription[] =
Tommy Steimel371f69e2020-07-20 16:45:311349 "Allowing controls to be dragged out from Global Media Controls dialog. "
Jazz Xu15f2b1c2020-07-09 14:42:141350 "Requires #global-media-controls to also be enabled.";
1351
Jordan Baylesb3160b262021-08-18 00:33:011352const char kOpenscreenCastStreamingSessionName[] =
1353 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
1354 "Streaming implementation.";
1355const char kOpenscreenCastStreamingSessionDescription[] =
1356 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
1357 "be used for negotiating and executing mirroring and remoting sessions";
1358
Juan Mojicacd2cab02021-04-19 22:10:241359const char kGoogleLensSdkIntentName[] =
1360 "Enable the use of the Lens SDK when starting intent into Lens.";
1361const char kGoogleLensSdkIntentDescription[] =
1362 "Starts Lens using the Lens SDK if supported.";
1363
Brett Wilsonecb80982017-07-12 20:34:511364const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051365const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511366
Curtis McMullanf2e45bf2020-08-26 09:51:391367const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1368const char kHandwritingGestureEditingDescription[] =
1369 "Enables editing with handwriting gestures within the virtual keyboard.";
1370
Curtis McMullan88e039e2021-07-27 08:06:311371const char kHandwritingLegacyRecognitionName[] =
1372 "Handwriting Legacy Recognition";
1373const char kHandwritingLegacyRecognitionDescription[] =
1374 "Enables new on-device recognition for handwriting legacy paths.";
1375
Tommy Steimel1aadd7b2019-01-18 19:39:421376const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1377const char kHardwareMediaKeyHandlingDescription[] =
1378 "Enables using media keys to control the active media session. This "
1379 "requires MediaSessionService to be enabled too";
1380
John Delaney521fe9f2020-04-29 22:18:191381const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1382const char kHeavyAdPrivacyMitigationsDescription[] =
1383 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1384 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561385
1386const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1387const char kHeavyAdInterventionDescription[] =
1388 "Unloads ads that use too many device resources.";
1389
Toni Barzic7e93fa52020-01-29 01:35:471390const char kHideShelfControlsInTabletModeName[] =
1391 "Hide shelf control buttons in tablet mode.";
1392
1393const char kHideShelfControlsInTabletModeDescription[] =
1394 "Hides home, back, and overview button from the shelf while the device is "
1395 "in tablet mode. Predicated on shelf-hotseat feature being enabled.";
1396
Wei-Yin Chen (陳威尹)565a41612020-06-30 22:29:561397const char kTabSwitcherOnReturnName[] = "Tab switcher on return";
Matt Simmons2048b2a2018-12-20 20:12:561398const char kTabSwitcherOnReturnDescription[] =
1399 "Enable tab switcher on return after specified time has elapsed";
1400
Brett Wilsonecb80982017-07-12 20:34:511401const char kHostedAppShimCreationName[] =
1402 "Creation of app shims for hosted apps on Mac";
1403const char kHostedAppShimCreationDescription[] =
1404 "Create app shims on Mac when creating a hosted app.";
1405
Emily Stark70158ce2021-07-16 18:26:311406const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321407const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311408 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321409 "Mode.";
1410
Corentin Walleze660b152020-07-15 16:07:541411const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1412const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511413 "Overrides the built-in software rendering list and enables "
1414 "GPU-acceleration on unsupported system configurations.";
1415
Jimmy Gong6de11b02021-02-04 21:35:011416const char kImprovedKeyboardShortcutsName[] =
1417 "Enable improved keyboard shortcuts";
1418const char kImprovedKeyboardShortcutsDescription[] =
1419 "Ensure keyboard shortcuts work consistently with international keyboard "
1420 "layouts and deprecate legacy shortcuts.";
1421
Matt Amert2df4f1452019-12-09 04:59:491422const char kImpulseScrollAnimationsName[] = "Impulse-style scroll animations";
1423const char kImpulseScrollAnimationsDescription[] =
1424 "Replaces the default scroll animation with Impulse-style scroll "
1425 "animations.";
1426
Side Yilmaz424606f2021-04-09 14:08:291427const char kIncognitoBrandConsistencyForAndroidName[] =
1428 "Enable Incognito brand consistency in Android.";
1429const char kIncognitoBrandConsistencyForAndroidDescription[] =
1430 "When enabled, keeps Incognito UI consistent regardless of any selected "
1431 "theme.";
1432
Rohit Agarwal6e9b6022021-08-10 19:44:371433const char kIncognitoReauthenticationForAndroidName[] =
1434 "Enable device reauthentication for Incognito.";
1435const char kIncognitoReauthenticationForAndroidDescription[] =
1436 "When enabled, a setting appears in Settings > Privacy and Security, to "
1437 "enable reauthentication for accessing your existing Incognito tabs.";
1438
Rohit Agarwalf0fca3eb2021-03-31 12:40:391439const char kIncognitoBrandConsistencyForDesktopName[] =
1440 "Enable Incognito brand consistency in desktop.";
1441const char kIncognitoBrandConsistencyForDesktopDescription[] =
1442 "When enabled, removes any theme or background customization done by the "
1443 "user on the Incognito UI.";
1444
Rohit Agarwal967518a2021-05-31 09:13:201445const char kIncognitoClearBrowsingDataDialogForDesktopName[] =
1446 "Enable clear browsing data dialog in Incognito.";
1447const char kIncognitoClearBrowsingDataDialogForDesktopDescription[] =
1448 "When enabled, clear browsing data option would be enabled in Incognito "
1449 "which upon clicking would show a dialog to close all Incognito windows.";
1450
Side Yilmaz745252f2021-05-03 13:10:221451const char kUpdateHistoryEntryPointsInIncognitoName[] =
Side Yilmaza8ef2ad2021-06-01 15:09:231452 "Update history entry points in Incognito.";
Side Yilmaz745252f2021-05-03 13:10:221453const char kUpdateHistoryEntryPointsInIncognitoDescription[] =
1454 "When enabled, the entry points to history UI from Incognito mode will be "
1455 "removed for iOS and Desktop. An educative placeholder will be shown for "
1456 "Android history page.";
1457
Saba Khukhunashvilif7a4f822021-07-23 10:59:211458const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1459const char kIncognitoNtpRevampDescription[] =
1460 "When enabled, Incognito new tab page will have an updated UI";
1461
Ramin Halavatidf9668c2020-10-30 15:35:531462const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1463const char kIncognitoScreenshotDescription[] =
1464 "Enables Incognito screenshots on Android. It will also make Incognito "
1465 "thumbnails visible.";
1466
Rohit Agarwal485ecac2021-04-07 19:52:571467const char kInheritNativeThemeFromParentWidgetName[] =
1468 "Allow widgets to inherit native theme from its parent widget.";
1469const char kInheritNativeThemeFromParentWidgetDescription[] =
1470 "When enabled, secondary UI like menu, dialog etc would be in dark mode "
1471 "when Incognito mode is open.";
1472
Brett Wilsonecb80982017-07-12 20:34:511473const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1474const char kInProductHelpDemoModeChoiceDescription[] =
1475 "Selects the In-Product Help demo mode.";
1476
Hailey Wanga7607f02021-08-12 19:37:511477const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1478const char kInProductHelpSnoozeDescription[] =
1479 "Enables the snooze button on In-Product Help.";
1480
Jarrydc3639ac2020-04-09 17:05:391481const char kInstalledAppsInCbdName[] = "Installed Apps in Clear Browsing Data";
1482const char kInstalledAppsInCbdDescription[] =
1483 "Adds the installed apps warning dialog to the clear browsing data flow "
1484 "which allows users to protect installed apps' data from being deleted.";
1485
Brett Wilsonecb80982017-07-12 20:34:511486const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1487const char kJavascriptHarmonyDescription[] =
1488 "Enable web pages to use experimental JavaScript features.";
1489
1490const char kJavascriptHarmonyShippingName[] =
1491 "Latest stable JavaScript features";
1492const char kJavascriptHarmonyShippingDescription[] =
1493 "Some web pages use legacy or non-standard JavaScript extensions that may "
1494 "conflict with the latest JavaScript features. This flag allows disabling "
1495 "support of those features for compatibility with such pages.";
1496
Christopher Thompson493f1062020-01-28 23:16:431497const char kLegacyTLSEnforcedName[] =
1498 "Enforce deprecation of legacy TLS versions";
1499const char kLegacyTLSEnforcedDescription[] =
1500 "Enable connection errors and interstitials for sites that use legacy TLS "
1501 "versions (TLS 1.0 and TLS 1.1), which are deprecated and will be removed "
1502 " in the future.";
1503
Yu Suc19bb6cc2021-02-25 06:38:291504const char kLensCameraAssistedSearchName[] =
1505 "Google Lens in Omnibox and New Tab Page";
1506const char kLensCameraAssistedSearchDescription[] =
1507 "Enable an entry point to Google Lens to allow users to search what they "
1508 "see using their mobile camera.";
1509
Andrey Zaytsev8b7787e2021-05-14 15:00:221510const char kLinkDoctorDeprecationAndroidName[] =
1511 "Link Doctor Deprecation on Android";
1512const char kLinkDoctorDeprecationAndroidDescription[] =
1513 "Removes the setting for retrieving suggestions on navigation errors since "
1514 "this feature is deprecated.";
1515
Michael Crouse1c9adba2020-07-08 17:39:011516const char kLiteVideoName[] = "Enable LiteVideos";
1517const char kLiteVideoDescription[] =
1518 "Enable the LiteVideo optimization to throttle media requests to "
1519 "reduce data usage";
1520
Tarun Bansalb137fff2020-08-07 18:57:211521const char kLiteVideoDownlinkBandwidthKbpsName[] =
1522 "Lite Video: Adjust throttling downlink (in Kbps).";
1523const char kLiteVideoDownlinkBandwidthKbpsDescription[] =
1524 "Specify the throttling bandwidth to be used";
1525
Michael Crouse1c9adba2020-07-08 17:39:011526const char kLiteVideoForceOverrideDecisionName[] = "Force LiteVideos decision";
1527const char kLiteVideoForceOverrideDecisionDescription[] =
1528 "Force the LiteVideo decision to be allowed on every navigation.";
1529
Hazem Ashmawyf1cd7e42019-03-25 18:17:321530const char kLogJsConsoleMessagesName[] =
1531 "Log JS console messages in system logs";
1532const char kLogJsConsoleMessagesDescription[] =
1533 "Enable logging JS console messages in system logs, please note that they "
1534 "may contain PII.";
1535
Becca Hughes71e8ceb2020-03-31 22:23:401536const char kMediaHistoryName[] = "Enable Media History";
1537const char kMediaHistoryDescription[] =
1538 "Enables Media History which records data around media playbacks on "
1539 "websites.";
1540
spqchanb87755692018-04-05 00:46:091541const char kMediaRouterCastAllowAllIPsName[] =
1542 "Connect to Cast devices on all IP addresses";
1543const char kMediaRouterCastAllowAllIPsDescription[] =
1544 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311545 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091546
Tommy Steimel40355072021-04-13 00:12:471547const char kMediaSessionWebRTCName[] = "Enable WebRTC actions in Media Session";
1548const char kMediaSessionWebRTCDescription[] =
1549 "Adds new actions into Media Session for video conferencing.";
1550
manukh202a6dd2021-02-19 21:23:251551const char kMemoriesName[] = "Memories";
Moe Ahmadi3b617f82021-07-30 00:43:271552const char kMemoriesDescription[] = "Enables chrome://history/journeys.";
manukh202a6dd2021-02-19 21:23:251553
manukhd4270bc2021-02-19 21:17:281554const char kMemoriesDebugName[] = "Memories Debug";
1555const char kMemoriesDebugDescription[] =
Moe Ahmadi3b617f82021-07-30 00:43:271556 "Shows visit metadata in chrome://history to debug history clustering.";
manukhd4270bc2021-02-19 21:17:281557
Andrey Zaytsevad83cbc32020-09-30 15:43:181558const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1559const char kMetricsSettingsAndroidDescription[] =
1560 "Enables the new design of metrics settings.";
1561
Carlos IL0dc832832020-07-17 01:14:441562const char kMixedFormsDisableAutofillName[] =
1563 "Disable autofill for mixed forms";
1564const char kMixedFormsDisableAutofillDescription[] =
1565 "If enabled, autofill is not allowed for mixed forms (forms on HTTPS sites "
1566 "that submit over HTTP), and a warning bubble will be shown instead. "
1567 "Autofill for passwords is not affected by this setting.";
1568
1569const char kMixedFormsInterstitialName[] = "Mixed forms interstitial";
1570const char kMixedFormsInterstitialDescription[] =
1571 "When enabled, a full-page interstitial warning is shown when a mixed "
1572 "content form (a form on an HTTPS site that submits over HTTP) is "
1573 "submitted.";
1574
David Roger2183afb2019-02-21 14:19:151575const char kMobileIdentityConsistencyName[] = "Mobile identity consistency";
1576const char kMobileIdentityConsistencyDescription[] =
1577 "Enables stronger identity consistency on mobile";
1578
Tanmoy Mollik8036d7f2021-05-12 11:50:031579const char kWipeDataOnChildAccountSigninName[] =
1580 "Wipe Data On Child account signin";
1581const char kWipeDataOnChildAccountSigninDescription[] =
1582 "Wipe Data from previous account when signing in a child account";
1583
Tanmoy Mollika2f25a162021-04-01 12:19:461584const char kMobileIdentityConsistencyFREName[] =
1585 "Mobile identity consistency FRE";
1586const char kMobileIdentityConsistencyFREDescription[] =
1587 "Enables stronger identity consistency on mobile with different UIs for "
1588 "the First Run Experience.";
1589
Peter Beverloo01ca25e2021-01-12 15:23:591590const char kMobilePwaInstallUseBottomSheetName[] =
1591 "Mobile PWA Installation bottom sheet";
1592const char kMobilePwaInstallUseBottomSheetDescription[] =
1593 "Enables use of a rich bottom sheet when offering mobile PWA installation.";
1594
Brian Geffon12b581a2021-02-03 23:48:031595const char kMojoLinuxChannelSharedMemName[] =
1596 "Enable Mojo Shared Memory Channel";
1597const char kMojoLinuxChannelSharedMemDescription[] =
1598 "If enabled Mojo on Linux based platforms can use shared memory as an "
1599 "alternate channel for most messages.";
1600
Ella Ge1282f552019-06-24 20:06:031601const char kMouseSubframeNoImplicitCaptureName[] =
1602 "Disable mouse implicit capture for iframe";
1603const char kMouseSubframeNoImplicitCaptureDescription[] =
1604 "When enable, mouse down does not implicit capture for iframe.";
1605
Viktor Semeniuk3e74da92021-04-15 14:34:471606const char kMutingCompromisedCredentialsName[] =
1607 "Enables muting of compromised credentials";
1608const char kMutingCompromisedCredentialsDescription[] =
1609 "When enable, insecure credential muting state is respected.";
1610
Alisa Lin79251142021-06-15 20:22:121611const char kCanvas2DLayersName[] =
1612 "Enables canvas 2D methods BeginLayer and EndLayer";
1613const char kCanvas2DLayersDescription[] =
1614 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1615
Aaron Krajeski229cffd2020-05-11 22:30:331616const char kNewCanvas2DAPIName[] = "Experimental canvas 2D API features";
1617const char kNewCanvas2DAPIDescription[] =
1618 "Enables in-progress features for the canvas 2D API. See "
1619 "https://github.com/fserb/canvas2d.";
1620
Andreea Costinas1e592142021-04-20 13:24:251621const char kSystemProxyForSystemServicesName[] =
1622 "Enable system-proxy for selected system services";
1623const char kSystemProxyForSystemServicesDescription[] =
1624 "Enabling this flag will allow Chrome OS system service which require "
1625 "network connectivity to use the system-proxy daemon for authentication to "
1626 "remote HTTP web proxies.";
1627
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:491628const char kDestroyProfileOnBrowserCloseName[] =
1629 "Destroy Profile on browser close";
1630const char kDestroyProfileOnBrowserCloseDescription[] =
1631 "Release memory and other resources when a Profile's last browser window "
1632 "is closed, rather than when Chrome closes completely.";
1633
Brett Wilsonecb80982017-07-12 20:34:511634const char kNewUsbBackendName[] = "Enable new USB backend";
1635const char kNewUsbBackendDescription[] =
Reilly Grant314576eb2021-04-15 18:26:491636 "Enables the new experimental USB backend for macOS";
vabr0215a8e2017-03-28 12:47:341637
Taylor Bergquist187a9f92019-08-12 22:13:151638const char kNewTabstripAnimationName[] = "New tabstrip animations";
1639const char kNewTabstripAnimationDescription[] =
1640 "New implementation of tabstrip animations.";
1641
Alex Newcomerd7b0cc42018-05-25 22:58:481642const char kNotificationIndicatorName[] = "Notification Indicators";
1643const char kNotificationIndicatorDescription[] =
Matthew Mourgos7d884692020-08-28 19:31:181644 "Enable notification indicators, which appear on shelf app icons and "
1645 "launcher apps when a notification is active.";
Alex Newcomerd7b0cc42018-05-25 22:58:481646
Xing Liub9070262021-01-07 20:52:161647const char kNotificationSchedulerName[] = "Notification scheduler";
1648const char kNotificationSchedulerDescription[] =
1649 "Enable notification scheduler feature.";
1650
Xing Liu1919ec232019-07-22 20:38:041651const char kNotificationSchedulerDebugOptionName[] =
1652 "Notification scheduler debug options";
1653const char kNotificationSchedulerDebugOptionDescription[] =
1654 "Enable debugging mode to override certain behavior of notification "
1655 "scheduler system for easier manual testing.";
1656const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
1657 "Show scheduled notification right away.";
1658
Peter Beverlooc30c9ddf2021-02-24 19:56:031659const char kNotificationsSystemFlagName[] = "Enable system notifications.";
1660const char kNotificationsSystemFlagDescription[] =
1661 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:511662 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341663
Angela Yoeurng93be4b22021-06-08 16:26:321664const char kOmniboxActiveSearchEnginesName[] =
1665 "Active Search Engines section on settings page";
1666const char kOmniboxActiveSearchEnginesDescription[] =
1667 "Enables a 'Your Search Engines' section on "
1668 "chrome://settings/searchEngines.";
1669
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:371670const char kOmniboxAdaptiveSuggestionsCountName[] =
1671 "Adaptive Omnibox Suggestions count";
1672const char kOmniboxAdaptiveSuggestionsCountDescription[] =
1673 "Dynamically adjust number of presented Omnibox suggestions depending on "
1674 "available space. When enabled, this feature will increase (or decrease) "
1675 "amount of offered Omnibox suggestions to fill in the space between the "
1676 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
1677 "flag to adjust the limit of offered suggestions. The number of shown "
1678 "suggestions will be no less than the platform default limit.";
1679
Brandon Wylie1299ff82020-01-23 02:13:371680const char kOmniboxAssistantVoiceSearchName[] =
1681 "Omnibox Assistant Voice Search";
1682const char kOmniboxAssistantVoiceSearchDescription[] =
1683 "When enabled, use Assistant for omnibox voice query recognition instead of"
1684 " Android's built-in voice recognition service. Only works on Android.";
1685
Lei Zhang1a6fd01b2021-03-24 17:03:481686const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
1687const char kOmniboxBookmarkPathsDescription[] =
manukh61e782512020-10-01 17:33:451688 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
1689 "suggest a bookmark titled 'Jupiter' with URL "
1690 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
1691
Tommy Li19e27ede2020-08-14 22:52:401692const char kOmniboxClobberTriggersContextualWebZeroSuggestName[] =
1693 "Omnibox Clobber Triggers Contextual Web ZeroSuggest";
1694const char kOmniboxClobberTriggersContextualWebZeroSuggestDescription[] =
Tommy Li354a0e42020-07-30 16:46:141695 "If enabled, when the user clears the whole omnibox text (i.e. via "
Tommy Li19e27ede2020-08-14 22:52:401696 "Backspace), Chrome will request ZeroSuggest suggestions for the OTHER "
1697 "page classification (contextual web).";
Tommy Li354a0e42020-07-30 16:46:141698
Tomasz Wiszkowski70fb35f2020-02-27 00:39:191699const char kOmniboxCompactSuggestionsName[] = "Omnibox: Compact suggestions";
1700const char kOmniboxCompactSuggestionsDescription[] =
1701 "Conserve the space for Omnibox Suggestions by slightly reducing their "
1702 "size.";
1703
Angela Yoeurng07a5adb2020-12-02 02:14:011704const char kOmniboxDisableCGIParamMatchingName[] =
1705 "Disable CGI Param Name Matching";
1706const char kOmniboxDisableCGIParamMatchingDescription[] =
1707 "Disables using matches in CGI parameter names while scoring suggestions.";
1708
Mustafa Emre Acercb21d5d2021-01-12 08:08:351709const char kOmniboxDefaultTypedNavigationsToHttpsName[] =
1710 "Omnibox - Use HTTPS as the default protocol for navigations";
1711const char kOmniboxDefaultTypedNavigationsToHttpsDescription[] =
1712 "Use HTTPS as the default protocol when the user types a URL without "
1713 "a protocol in the omnibox such as 'example.com'. Presently, such an entry "
1714 "navigates to http://example.com. When this feature is enabled, it will "
1715 "navigate to https://example.com if the HTTPS URL is available. If Chrome "
1716 "can't determine the availability of the HTTPS URL within the timeout, it "
1717 "will fall back to the HTTP URL.";
1718
manukh6941c4c2021-07-20 00:18:341719const char kOmniboxDocumentProviderAsoName[] = "Omnibox Document Provider ASO";
1720const char kOmniboxDocumentProviderAsoDescription[] =
1721 "If document suggestions are enabled, swaps the backend from cloudsearch "
1722 "to ASO (Apps Search Overlay) search.";
1723
Justin Donnellyf2703482019-10-24 21:42:151724const char kOmniboxExperimentalSuggestScoringName[] =
1725 "Omnibox Experimental Suggest Scoring";
1726const char kOmniboxExperimentalSuggestScoringDescription[] =
1727 "Enables an experimental scoring mode for suggestions when Google is the "
1728 "default search engine.";
1729
Angela Yoeurng715e56082021-05-06 03:13:321730const char kOmniboxKeywordSpaceTriggeringSettingName[] =
1731 "Omnibox Keyword Space Triggering Setting";
1732const char kOmniboxKeywordSpaceTriggeringSettingDescription[] =
1733 "Adds a setting to the search engines setting page to control whether "
1734 "spacebar activates keyword mode.";
1735
Filip Gorskib116dee2020-08-20 14:12:101736const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
1737const char kOmniboxMostVisitedTilesDescription[] =
1738 "Display a list of frquently visited pages from history as a single row "
1739 "with a carousel instead of one URL per line.";
1740
manukh6941c4c2021-07-20 00:18:341741const char kOmniboxPreserveLongerShortcutsTextName[] =
1742 "Omnibox Preserve Longer Shortcuts Text";
1743const char kOmniboxPreserveLongerShortcutsTextDescription[] =
1744 "When disabled, updating shortcuts truncates its text to the user input. "
1745 "When enabled, 3 additional characters are preserved.";
1746
Moe Ahmadi064dbcd2020-08-20 01:53:311747const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPName[] =
1748 "Omnibox Trending Zero Prefix Suggestions";
1749const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPDescription[] =
1750 "Enables trending zero prefix suggestions for signed-in users with no or "
1751 "insufficient search history.";
1752
manuk695f9d4532020-03-18 19:22:081753const char kOmniboxRichAutocompletionName[] = "Omnibox Rich Autocompletion";
1754const char kOmniboxRichAutocompletionDescription[] =
1755 "Allow autocompletion for titles and non-prefixes. I.e. suggestions whose "
1756 "titles or URLs contain the user input as a continuous chunk, but not "
1757 "necessarily a prefix, can be the default suggestion. Typically, only "
1758 "suggestions whose URLs are prefixed by the user input can be. The "
1759 "potential variations toggle 4 params: 1) 'Title UI' displays titles, 2) "
1760 "'2-Line UI' includes titles (and URLs when autocompleting titles) on a "
1761 "2nd line, 3) 'Title AC' autocompletes titles, and 4) 'Non-Prefix AC' "
1762 "autocompletes non-prefixes.";
manuk55bdd972020-07-17 01:06:221763const char kOmniboxRichAutocompletionMinCharName[] =
1764 "Omnibox Rich Autocompletion Min Characters";
1765const char kOmniboxRichAutocompletionMinCharDescription[] =
1766 "Specifies min input character length to trigger rich autocompletion.";
manuk2a837412020-07-30 20:57:561767const char kOmniboxRichAutocompletionShowAdditionalTextName[] =
1768 "Omnibox Rich Autocompletion Show Additional Text";
1769const char kOmniboxRichAutocompletionShowAdditionalTextDescription[] =
1770 "Show the suggestion title or URL additional text when the input matches "
1771 "the URL or title respectively. Defaults to true.";
manukh848a0252020-09-30 19:14:141772const char kOmniboxRichAutocompletionSplitName[] =
1773 "Omnibox Rich Autocompletion Split";
1774const char kOmniboxRichAutocompletionSplitDescription[] =
1775 "Allow splitting the user input to intermix with autocompletions; e.g., "
1776 "the user input 'x z' could be autocompleted as 'x [y ]z'.";
manukheea2de32021-01-22 02:36:231777const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesName[] =
1778 "Omnibox Rich Autocompletion Prefer URLs over prefixes";
1779const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesDescription[] =
1780 "When the input matches both a suggestion's title's prefix and its URL's "
1781 "non-prefix, autocomplete the URL.";
manukh6b9c59c2020-08-28 19:29:251782const char kOmniboxRichAutocompletionPromisingName[] =
1783 "Omnibox Rich Autocompletion Promising Combinations";
1784const char kOmniboxRichAutocompletionPromisingDescription[] =
1785 "Allow autocompletion for titles and non-prefixes; see Omnibox Rich "
1786 "Autocompletion.";
manuk695f9d4532020-03-18 19:22:081787
Rachel Wonge497f032020-09-21 04:26:411788const char kOmniboxRichEntitiesInLauncherName[] =
1789 "Omnibox rich entities in the launcher";
1790const char kOmniboxRichEntitiesInLauncherDescription[] =
1791 "Enable rich entity formatting for Omnibox results in the launcher.";
1792
Tomasz Wiszkowski8d447752021-07-20 02:58:261793const char kOmniboxOnFocusSuggestionsContextualWebAllowSRPName[] =
1794 "Allow Omnibox contextual web on-focus suggestions on the SRP";
1795const char kOmniboxOnFocusSuggestionsContextualWebAllowSRPDescription[] =
1796 "Enables on-focus suggestions on the Search Results page. "
1797 "Requires on-focus suggestions for the contextual web to be enabled. "
1798 "Will only work if user is signed-in and syncing.";
1799
Tommy Li55784022020-04-28 20:58:181800const char kOmniboxOnFocusSuggestionsContextualWebName[] =
1801 "Omnibox on-focus suggestions for the contextual Web";
1802const char kOmniboxOnFocusSuggestionsContextualWebDescription[] =
1803 "Enables on-focus suggestions on the Open Web, that are contextual to the "
1804 "current URL. Will only work if user is signed-in and syncing, or is "
1805 "otherwise eligible to send the current page URL to the suggest server.";
1806
Benoit Lizeab08362c2017-07-19 14:50:541807const char kOmniboxSpareRendererName[] =
1808 "Start spare renderer on omnibox focus";
1809const char kOmniboxSpareRendererDescription[] =
1810 "When the omnibox is focused, start an empty spare renderer. This can "
1811 "speed up the load of the navigation from the omnibox.";
1812
Gang Wua4a85312020-06-20 05:14:131813const char kOmniboxTabSwitchSuggestionsName[] =
1814 "Omnibox switch to tab suggestions";
1815const char kOmniboxTabSwitchSuggestionsDescription[] =
1816 "Enable URL suggestions to optionally take the user to a tab where a "
1817 "website is already opened.";
1818
manukfdd97402020-07-22 18:19:171819const char kOmniboxMaxZeroSuggestMatchesName[] =
1820 "Omnibox Max Zero Suggest Matches";
1821const char kOmniboxMaxZeroSuggestMatchesDescription[] =
1822 "Changes the maximum number of autocomplete matches displayed when zero "
1823 "suggest is active (i.e. displaying suggestions without input).";
1824
Brett Wilsonecb80982017-07-12 20:34:511825const char kOmniboxUIMaxAutocompleteMatchesName[] =
1826 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:511827const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1828 "Changes the maximum number of autocomplete matches displayed in the "
1829 "Omnibox UI.";
1830
Mustafa Emre Acer0626cbb2021-07-14 20:35:041831const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
1832 "Omnibox Updated connection security indicators";
1833const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
1834 "Use new connection security indicators for https pages in the omnibox.";
1835
Kevin Baileycd6889922019-05-30 17:22:551836const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
1837const char kOmniboxMaxURLMatchesDescription[] =
1838 "The maximum number of URL matches to show, unless there are no "
1839 "replacements.";
1840
manuk4e2979d2020-07-08 23:29:281841const char kOmniboxDynamicMaxAutocompleteName[] =
1842 "Omnibox Dynamic Max Autocomplete";
1843const char kOmniboxDynamicMaxAutocompleteDescription[] =
1844 "Configures the maximum number of autocomplete matches displayed in the "
1845 "Omnibox UI dynamically based on the number of URL matches.";
1846
Ce Chenc8d803a2020-04-27 09:31:331847const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
1848 "Omnibox on device head suggestions (incognito only)";
1849const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
Ce Chen20af01c2019-07-02 19:16:361850 "Google head non personalized search suggestions provided by a compact on "
Ce Chenc8d803a2020-04-27 09:31:331851 "device model for incognito";
1852
1853const char kOmniboxOnDeviceHeadSuggestionsNonIncognitoName[] =
1854 "Omnibox on device head suggestions (non-incognito only)";
1855const char kOmniboxOnDeviceHeadSuggestionsNonIncognitoDescription[] =
1856 "Google head non personalized search suggestions provided by a compact on "
1857 "device model for non-incognito";
Ce Chen20af01c2019-07-02 19:16:361858
Tommy Li52c20852020-10-09 23:40:091859const char kOmniboxWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
1860const char kOmniboxWebUIOmniboxPopupDescription[] =
1861 "If enabled, uses WebUI to render the omnibox suggestions popup, similar "
1862 "to how the NTP \"realbox\" is implemented.";
1863
Ryan Sturm98e6aec2020-11-30 20:34:381864const char kEnableSearchPrefetchName[] = "Search Prefetch";
1865const char kEnableSearchPrefetchDescription[] =
1866 "Allow the default search engine to specify prefetch behavior for "
1867 "suggestions to search results pages.";
1868
Adrienne Walkerc87477e2018-06-06 22:28:211869const char kOopRasterizationName[] = "Out of process rasterization";
1870const char kOopRasterizationDescription[] =
1871 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1872 "Must also enable GPU rasterization";
1873
Khushal Sagar5d9d4f22020-05-28 15:42:131874const char kOopRasterizationDDLName[] =
1875 "Out of process rasterization using DDLs";
1876const char kOopRasterizationDDLDescription[] =
1877 "Use Skia Deferred Display Lists when performing rasterization in the GPU "
1878 "process "
1879 "Must also enable OOP rasterization";
1880
mcrousecece5812021-03-03 22:31:571881const char kOptimizationGuideModelDownloadingName[] =
1882 "Allow optimization guide model downloads";
1883const char kOptimizationGuideModelDownloadingDescription[] =
1884 "Enables the optimization guide to download prediction models.";
1885
Robert Ogden52285a52021-07-01 19:26:201886const char kOptimizationGuideModelPushNotificationName[] =
1887 "Enable optimization guide push notifications";
1888const char kOptimizationGuideModelPushNotificationDescription[] =
1889 "Enables the optimization guide to receive push notifications.";
1890
Eric Karl34c48382019-10-15 02:04:171891const char kEnableDeJellyName[] = "Experimental de-jelly effect";
1892const char kEnableDeJellyDescription[] =
1893 "Enables an experimental effect which attempts to mitigate "
1894 "\"jelly-scrolling\". This is an experimental implementation with known "
1895 "bugs, visual artifacts, and performance cost. This implementation may be "
1896 "removed at any time.";
1897
Ethan Mooney01e6f192021-06-10 13:14:071898const char kOsSettingsAppNotificationsPageName[] =
1899 "CrOS Settings App Notifications Page";
1900const char kOsSettingsAppNotificationsPageDescription[] =
1901 "If enabled, a new App Notifications subpage will appear in the "
1902 "CrOS Settings Apps section.";
1903
Daniel Classon5d8a0fd2020-06-30 03:28:491904const char kOsSettingsDeepLinkingName[] = "CrOS Settings Deep Linking";
1905const char kOsSettingsDeepLinkingDescription[] =
1906 "Enables a unique URL for each path in CrOS settings. "
1907 "This allows deep linking to individual settings, i.e. in settings search.";
1908
Wez600f06c2021-03-05 20:32:301909const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1910const char kOverlayScrollbarsDescription[] =
1911 "Enable the experimental overlay scrollbars implementation. You must also "
1912 "enable threaded compositing to have the scrollbars animate.";
1913
Daniele Castagna74ddb9c2018-06-21 22:59:021914const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1915const char kOverlayStrategiesDescription[] =
1916 "Select strategies used to promote quads to HW overlays.";
1917const char kOverlayStrategiesDefault[] = "Default";
1918const char kOverlayStrategiesNone[] = "None";
1919const char kOverlayStrategiesUnoccludedFullscreen[] =
1920 "Unoccluded fullscreen buffers (single-fullscreen)";
1921const char kOverlayStrategiesUnoccluded[] =
1922 "Unoccluded buffers (single-fullscreen,single-on-top)";
1923const char kOverlayStrategiesOccludedAndUnoccluded[] =
1924 "Occluded and unoccluded buffers "
1925 "(single-fullscreen,single-on-top,underlay)";
1926
Scott Littleb26dc862020-09-30 18:08:111927const char kOverrideLanguagePrefsForHrefTranslateName[] =
1928 "Override user-blocklisted languages for hrefTranslate";
1929const char kOverrideLanguagePrefsForHrefTranslateDescription[] =
1930 "When using hrefTranslate, ignore the user's blocklist of languages that "
1931 "shouldn't be translated.";
1932const char kOverrideSitePrefsForHrefTranslateName[] =
1933 "Override user-blocklisted sites for hrefTranslate";
1934const char kOverrideSitePrefsForHrefTranslateDescription[] =
1935 "When using hrefTranslate, ignore the user's blocklist of websites that "
1936 "shouldn't be translated.";
Scott Littleab2a3a52021-07-08 19:17:111937const char kOverrideUnsupportedPageLanguageForHrefTranslateName[] =
1938 "Force translation on pages with unsupported languages for hrefTranslate";
1939const char kOverrideUnsupportedPageLanguageForHrefTranslateDescription[] =
1940 "When using hrefTranslate, force translation on pages where the page's "
1941 "language cannot be determined or is unsupported.";
1942const char kOverrideSimilarLanguagesForHrefTranslateName[] =
1943 "Force translation on pages with a similar page language for hrefTranslate";
1944const char kOverrideSimilarLanguagesForHrefTranslateDescription[] =
1945 "When using hrefTranslate, force translation on pages where the page's "
1946 "language is similar to the target language specified via hrefTranslate.";
Scott Littleb26dc862020-09-30 18:08:111947
Jinsuk Kim2e139e432021-02-26 03:46:561948const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1949const char kOverscrollHistoryNavigationDescription[] =
1950 "History navigation in response to horizontal overscroll.";
1951
minch1ad858c2021-06-24 20:30:011952const char kOverviewButtonName[] = "Overview button at the status area";
1953const char kOverviewButtonDescription[] =
1954 "If enabled, always show the overview button at the status area.";
1955
Olesia Marukhno4d09c9072021-04-08 09:43:231956const char kPageInfoV2DesktopName[] = "Page info version two desktop";
1957const char kPageInfoV2DesktopDescription[] =
1958 "Enable the second version of the page info menu on desktop.";
1959
Xing Liu5400a002017-09-15 21:48:291960const char kParallelDownloadingName[] = "Parallel downloading";
1961const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061962 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291963
Maxim Kolosovskiy411dc8742020-07-25 11:50:141964const char kPasswordChangeInSettingsName[] =
1965 "Rework password change flow from settings";
1966const char kPasswordChangeInSettingsDescription[] =
1967 "Change password when bulk leak check detected an issue.";
1968
Milica Selakovice8bdde612020-02-19 11:48:361969const char kPasswordChangeName[] = "Rework password change flow";
1970const char kPasswordChangeDescription[] =
1971 "Change password when password leak is detected.";
1972
Vaclav Brozekd8a3f542017-11-16 14:21:131973const char kPasswordImportName[] = "Password import";
1974const char kPasswordImportDescription[] =
1975 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511976
Marc Treib05c1ba52021-08-12 15:20:101977const char kPasswordsAccountStorageRevisedOptInFlowName[] =
1978 "Revised opt-in flow for account-scoped passwore storage";
1979const char kPasswordsAccountStorageRevisedOptInFlowDescription[] =
1980 "Enables the revised opt-in flow for the account-scoped passwords storage "
1981 "during first-time save.";
1982
Maxim Kolosovskiybf5b2262020-09-25 15:47:331983const char kPasswordScriptsFetchingName[] = "Fetch password scripts";
1984const char kPasswordScriptsFetchingDescription[] =
1985 "Fetches scripts for password change flows.";
1986
Hui Yingst13aa6c22021-07-09 20:58:531987const char kPdfUnseasonedName[] = "Pepper-free PDF viewer";
1988const char kPdfUnseasonedDescription[] = "Enables the Pepper-free PDF viewer.";
1989
Carlos ILc5c2e2702020-12-15 21:19:501990const char kPdfXfaFormsName[] = "PDF XFA support";
1991const char kPdfXfaFormsDescription[] =
1992 "Enables support for XFA forms in PDFs. "
1993 "Has no effect if Chrome was not built with XFA support.";
1994
Aran Gilman5e9672bed2019-08-02 19:07:491995const char kForceWebContentsDarkModeName[] = "Force Dark Mode for Web Contents";
1996const char kForceWebContentsDarkModeDescription[] =
1997 "Automatically render all web contents using a dark theme.";
1998
Alison Maherc07a3fb2019-10-07 21:25:031999const char kForcedColorsName[] = "Forced Colors";
2000const char kForcedColorsDescription[] =
2001 "Enables forced colors mode for web content.";
2002
Matt Amertecf4bf32019-09-25 19:50:392003const char kPercentBasedScrollingName[] = "Percent-based Scrolling";
2004const char kPercentBasedScrollingDescription[] =
2005 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
2006 "of the scroller size.";
2007
Olesia Marukhno16fdd647a2020-05-04 09:34:002008const char kPermissionChipName[] = "Permissions Chip Experiment";
2009const char kPermissionChipDescription[] =
2010 "Enables an experimental permission prompt that uses a chip in the location"
2011 " bar.";
2012
Bret Sepulveda4aec1d5f2021-03-18 15:24:402013const char kPermissionChipGestureSensitiveName[] =
2014 "Gesture-sensitive Permissions Chip";
2015const char kPermissionChipGestureSensitiveDescription[] =
2016 "If the Permissions Chip Experiment is enabled, controls whether or not "
2017 "the chip should be more prominent when the request is associated with a "
2018 "gesture.";
2019
2020const char kPermissionChipRequestTypeSensitiveName[] =
2021 "Request-type-sensitive Permissions Chip";
2022const char kPermissionChipRequestTypeSensitiveDescription[] =
2023 "If the Permissions Chip Experiment is enabled, controls whether or not "
2024 "the chip should be more or less prominent depending on the request type.";
2025
Andy Paicu204a1bb82020-11-12 21:50:142026const char kPermissionPredictionsName[] = "Permission Predictions";
2027const char kPermissionPredictionsDescription[] =
2028 "Use the Permission Predictions Service to surface permission requests "
2029 "using a quieter UI when the likelihood of the user granting the "
2030 "permission is predicted to be low. Requires "
2031 "chrome://flags/#quiet-notification-prompts and `Safe Browsing Enhanced "
2032 "Protection` to be enabled.";
2033
Illia Klimovdf283b02021-07-07 17:33:252034const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2035const char kPermissionQuietChipDescription[] =
2036 "Enables an experimental permission prompt that uses the quiet chip "
2037 "instead of the right-hand side address bar icon for quiet permission "
2038 "prompts. Requires chrome://flags/#quiet-notification-prompts to be "
2039 "enabled.";
2040
Francois Beaufort3890c312021-05-19 19:03:292041const char kPlaybackSpeedButtonName[] = "Playback Speed Button";
2042const char kPlaybackSpeedButtonDescription[] =
2043 "Enable the playback speed button on the media controls.";
2044
Ella Geb58eed12019-09-05 23:37:012045const char kPointerLockOptionsName[] = "Enables pointer lock options";
2046const char kPointerLockOptionsDescription[] =
2047 "Enables pointer lock unadjustedMovement. When unadjustedMovement is set "
2048 "to true, pointer movements wil not be affected by the underlying platform "
2049 "modications such as mouse accelaration.";
2050
Hiroki Nakagawa5bc48482020-11-19 08:23:552051const char kPrerender2Name[] = "Prerender2";
2052const char kPrerender2Description[] =
Lingqi Chid869d3e2021-06-08 00:00:012053 "Enables the new prerenderer implementation for "
2054 "<script type=speculationrules> that specifies prerender candidates.";
Hiroki Nakagawa5bc48482020-11-19 08:23:552055
Tymofii Chudakov58d51bcf2020-10-05 09:20:212056const char kPrivacyAdvisorName[] = "Privacy Advisor";
2057const char kPrivacyAdvisorDescription[] =
2058 "Provides contextual entry points for adjusting privacy settings";
2059
Rainhard Findling62b818f2021-06-08 09:38:092060const char kPrivacyReviewName[] = "Privacy Review";
2061const char kPrivacyReviewDescription[] =
2062 "Shows a new subpage in Settings that helps the user to review various "
2063 "privacy settings.";
2064
sauski288c8472021-05-05 18:01:262065const char kPrivacySandboxSettings2Name[] = "Privacy Sandbox Settings 2";
2066const char kPrivacySandboxSettings2Description[] =
sauski2b226152021-08-16 12:40:002067 "Enables the second set of privacy sandbox settings.";
sauski288c8472021-05-05 18:01:262068
Daniel Rubery3b09cd22021-07-26 22:00:392069const char kSafeBrowsingPerProfileNetworkContextsName[] =
2070 "Per-profile Safe Browsing network contexts";
2071const char kSafeBrowsingPerProfileNetworkContextsDescription[] =
2072 "Keys the Safe Browsing network context by the profile initiating the "
2073 "request";
2074
Dana Friedac7b8ff2019-09-18 21:27:572075const char kProminentDarkModeActiveTabTitleName[] =
2076 "Prominent Dark Mode Active Tab Titles";
2077const char kProminentDarkModeActiveTabTitleDescription[] =
2078 "Makes the active tab title in dark mode bolder so the active tab is "
2079 "easier "
2080 "to identify.";
2081
Mohsen Izadi93faac12017-07-29 04:45:152082const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2083const char kPullToRefreshDescription[] =
2084 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012085const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152086
Finnur Thorarinsson818e6c112021-05-19 13:06:462087const char kPwaUpdateDialogForNameAndIconName[] =
2088 "Enable PWA install update dialog for name/icon changes";
2089const char kPwaUpdateDialogForNameAndIconDescription[] =
2090 "Enable a confirmation dialog that shows up when a PWA changes its "
2091 "icon/name";
2092
Brett Wilsonecb80982017-07-12 20:34:512093const char kQuicName[] = "Experimental QUIC protocol";
2094const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2095
Max Tauroe049b272021-06-01 18:45:342096const char kQuickActionSearchWidgetAndroidName[] = "Quick Action Search Widget";
2097const char kQuickActionSearchWidgetAndroidDescription[] =
2098 "When enabled, the quick action search widget will be available to add to "
2099 "the homescreen.";
2100
Max Tauro7972e5a32021-07-20 23:55:542101const char kQuickActionSearchWidgetAndroidDinoVariantName[] =
2102 "Quick Action Search Widget - Dino Variant";
2103const char kQuickActionSearchWidgetAndroidDinoVariantDescription[] =
2104 "When enabled, the Dino widget will be available to add to the homescreen";
2105
Kamila2724bd702019-09-10 16:08:582106const char kQuietNotificationPromptsName[] =
2107 "Quieter notification permission prompts";
2108const char kQuietNotificationPromptsDescription[] =
2109 "Enables quieter permission prompts for notification permission requests. "
2110 "When a site wishes to show notifications, the usual modal dialog is "
2111 "replaced with a quieter version.";
2112
Yulun Wuc7439a652021-06-18 17:24:182113const char kSettingsAppNotificationSettingsName[] =
2114 "Split notification permission settings";
2115const char kSettingsAppNotificationSettingsDescription[] =
2116 "Remove per-app notification permissions settings from the quick settings "
2117 "menu. Notification permission settings will be split between the "
2118 "lacros-chrome browser's notification permission page "
2119 "and the ChromeOS settings app.";
2120
Illia Klimov5ba0f172020-09-30 21:23:232121const char kAbusiveNotificationPermissionRevocationName[] =
2122 "Abusive notification permission revocation";
2123const char kAbusiveNotificationPermissionRevocationDescription[] =
2124 "Enables notification permission revocation for abusive origins. "
2125 "Prior to dispatching a push message to the service worker, the origin is "
2126 "verified through Safe Browsing. Origins with abusive notification "
2127 "permission requests or content will have the notification permission "
2128 "revoked.";
2129
Caroline Risingd572da02021-03-30 20:41:082130const char kReadLaterNewBadgePromoName[] = "Reading list 'New' badge promo";
2131const char kReadLaterNewBadgePromoDescription[] =
2132 "Causes a 'New' badge to appear on the entry point for adding to the "
2133 "reading list in the tab context menu.";
2134
Alan Cutter20fd08f2020-12-01 13:39:162135const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2136const char kRecordWebAppDebugInfoDescription[] =
2137 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442138 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162139
Mike Taylorcf2393772021-05-25 16:35:412140const char kReduceUserAgentName[] = "Reduce User-Agent request header";
2141const char kReduceUserAgentDescription[] =
2142 "Reduce (formerly, \"freeze\") the amount of information available in "
2143 "the User-Agent request header. "
2144 "See https://www.chromium.org/updates/ua-reduction for more info.";
2145
James Hollyer6e5f5c32020-07-27 21:18:102146const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2147const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222148 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2149 "API";
James Hollyer6e5f5c32020-07-27 21:18:102150
Dominic Farolino0e1f9a1a2020-11-25 23:25:002151const char kMBIModeName[] = "MBI Scheduling Mode";
2152const char kMBIModeDescription[] =
2153 "Enables independent agent cluster scheduling, via the "
2154 "AgentSchedulingGroup infrastructure.";
2155
OlivierLi95a0f6a52020-06-18 15:40:082156const char kIntensiveWakeUpThrottlingName[] =
2157 "Throttle Javascript timers in background.";
2158const char kIntensiveWakeUpThrottlingDescription[] =
Francois Doray6cff4e02020-07-01 01:12:582159 "When enabled, wake ups from DOM Timers are limited to 1 per minute in a "
2160 "page that has been hidden for 5 minutes. For additional details, see "
2161 "https://www.chromestatus.com/feature/4718288976216064.";
OlivierLi95a0f6a52020-06-18 15:40:082162
Joe DeBlasiofb277092019-07-03 23:46:362163const char kSafetyTipName[] =
2164 "Show Safety Tip UI when visiting low-reputation websites";
2165const char kSafetyTipDescription[] =
2166 "If enabled, a Safety Tip UI may be displayed when visiting or interacting "
2167 "with a site Chrome believes may be suspicious.";
2168
cfredricaba4a462021-06-22 18:29:132169const char kSamePartyCookiesConsideredFirstPartyName[] =
2170 "Consider SameParty cookies to be first-party.";
2171const char kSamePartyCookiesConsideredFirstPartyDescription[] =
2172 "If enabled, SameParty cookies will not be blocked even if third-party "
2173 "cookies are blocked.";
2174
Dylan Cutlerc2988fe2021-08-05 14:24:372175const char kPartitionedCookiesName[] = "Partitioned cookies";
2176const char kPartitionedCookiesDescription[] =
2177 "Controls if the Partitioned cookie attribute is enabled.";
2178
Steven Bingler646b3612020-07-06 17:27:182179const char kSchemefulSameSiteName[] = "Schemeful Same-Site";
2180const char kSchemefulSameSiteDescription[] =
2181 "Modify the same-site computation such that origins with the same "
2182 "registrable domain but different schemes are considered cross-site. This "
2183 "change only applies to cookies with the 'SameSite' attribute.";
2184
Elaine Chien2b731c82021-01-28 17:50:562185const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142186const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592187const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142188 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592189
Taylor Bergquist1e4bc9bf2021-04-27 21:51:082190const char kScrollableTabStripButtonsName[] = "Tab Scrolling Buttons";
2191const char kScrollableTabStripButtonsDescription[] =
2192 "When the scrollable-tabstrip flag is enabled, this enables buttons to "
2193 "permanently appear on the tabstrip.";
2194
David Bokanebe23cc52020-05-11 18:20:462195const char kScrollUnificationName[] = "Scroll Unification";
2196const char kScrollUnificationDescription[] =
2197 "Refactoring project that eliminates scroll handling code from Blink. "
2198 "Does not affect behavior or performance.";
2199
Andrey Zaytsev0c74fc42021-03-17 10:48:012200const char kSearchHistoryLinkName[] = "Search History Link";
2201const char kSearchHistoryLinkDescription[] =
2202 "Changes the Clear Browsing Data UI to display a link to clear search "
2203 "history on My Google Activity.";
2204
Rouslan Solomakhine73fa7852020-08-28 10:33:462205const char kSecurePaymentConfirmationDebugName[] =
2206 "Secure Payment Confirmation Debug Mode";
2207const char kSecurePaymentConfirmationDebugDescription[] =
2208 "This flag removes the restriction that PaymentCredential in WebAuthn and "
2209 "secure payment confirmation in PaymentRequest API must use user verifying "
2210 "platform authenticators.";
2211
Victor Hugo Vianna Silvabc7f5dd62021-01-07 15:18:502212const char kSendTabToSelfWhenSignedInName[] = "Send tab to self when signed-in";
2213const char kSendTabToSelfWhenSignedInDescription[] =
2214 "Makes the tab sharing feature also available for users who have \"only\" "
2215 "signed-in to their Google Account (as opposed to having enabled Sync).";
2216
Kyle Milka9b53215c32021-05-10 18:40:342217extern const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
2218extern const char kSendTabToSelfV2Description[] =
2219 "Enables new received tab "
2220 "UI shown next to the profile icon instead of using system notifications.";
2221
Matt Jones5f151b72021-08-16 15:30:152222const char kShoppingListName[] = "Shopping List";
2223const char kShoppingListDescription[] = "Enable shopping list in bookmarks.";
2224
Peter Boströmb136d872021-06-16 18:56:072225const char kSidePanelFlagId[] = "side-panel";
Matt Jones5f151b72021-08-16 15:30:152226
Peter Boström259e1472020-10-22 22:26:242227const char kSidePanelName[] = "Side panel";
Peter Boströmb136d872021-06-16 18:56:072228const char kSidePanelDescription[] =
2229 "Enables a browser-level side panel for a useful and persistent way to "
2230 "access your Reading List and Bookmarks.";
Peter Boström259e1472020-10-22 22:26:242231
John Lee0d7ba332021-07-29 18:41:572232const char kSidePanelDragAndDropFlagId[] = "side-panel-drag-and-drop";
2233const char kSidePanelDragAndDropName[] = "Side panel drag and drop";
2234const char kSidePanelDragAndDropDescription[] =
2235 "Enables drag and drop of bookmarks within the side panel.";
2236
Yasmin69a132f2019-08-07 15:30:362237const char kSharedClipboardUIName[] =
2238 "Enable shared clipboard feature signals to be handled";
2239const char kSharedClipboardUIDescription[] =
2240 "Enables shared clipboard feature signals to be handled by showing "
2241 "a list of user's available devices to share the clipboard.";
2242
Kyle Milkacf3aa6e12021-07-28 00:34:022243const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
2244const char kSharingDesktopScreenshotsDescription[] =
2245 "Enables taking"
2246 " screenshots from the desktop sharing hub.";
2247
Kristi Parkaedd01f2021-04-02 23:40:072248const char kSharingHubDesktopAppMenuName[] = "Desktop Sharing Hub in App Menu";
2249const char kSharingHubDesktopAppMenuDescription[] =
2250 "Enables the Chrome Sharing Hub in the 3-dot menu for desktop.";
2251
2252const char kSharingHubDesktopOmniboxName[] = "Desktop Sharing Hub in Omnibox";
2253const char kSharingHubDesktopOmniboxDescription[] =
2254 "Enables the Chrome Sharing Hub in the omnibox for desktop.";
2255
Alex Chaud7886842020-05-13 15:37:052256const char kSharingPreferVapidName[] =
2257 "Prefer sending Sharing message via VAPID";
2258const char kSharingPreferVapidDescription[] =
2259 "Prefer sending Sharing message via FCM WebPush authenticated using VAPID.";
2260
Alex Chauf15a7192020-01-30 17:37:512261const char kSharingSendViaSyncName[] =
2262 "Enable sending Sharing message via Sync";
2263const char kSharingSendViaSyncDescription[] =
2264 "Enables sending Sharing message via commiting to Chrome Sync's "
2265 "SHARING_MESSAGE data type";
2266
Toni Barzicf630740ec2021-06-30 15:53:212267const char kShelfDragToPinName[] = "Pin apps in shelf using drag";
2268
2269const char kShelfDragToPinDescription[] =
2270 "Enables pinning unpinned items in shelf by dragging them to the part of "
2271 "the shelf that contains pinned apps.";
2272
Manu Cornetd7ef7c52018-05-01 22:08:232273const char kShelfHoverPreviewsName[] =
2274 "Show previews of running apps when hovering over the shelf.";
2275const char kShelfHoverPreviewsDescription[] =
2276 "Shows previews of the open windows for a given running app when hovering "
2277 "over the shelf.";
2278
Brett Wilsonecb80982017-07-12 20:34:512279const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2280const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382281 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2282 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512283
2284const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2285const char kShowAutofillTypePredictionsDescription[] =
2286 "Annotates web forms with Autofill field type predictions as placeholder "
2287 "text.";
2288
Lei Zhang1a6fd01b2021-03-24 17:03:482289const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2290const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152291 "Display the performance metrics of current page in a heads up display on "
2292 "the page.";
2293
pwarren878671672019-12-13 19:18:162294const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2295const char kShowOverdrawFeedbackDescription[] =
2296 "Visualize overdraw by color-coding elements based on if they have other "
2297 "elements drawn underneath.";
2298
kylechare8835ca92020-03-16 15:34:582299const char kSkiaRendererName[] = "Skia API for compositing";
Jonathan Backer93610a82019-03-27 14:02:382300const char kSkiaRendererDescription[] =
2301 "If enabled, the display compositor will use Skia as the graphics API "
kylechare8835ca92020-03-16 15:34:582302 "instead of OpenGL ES.";
Jonathan Backer93610a82019-03-27 14:02:382303
Lukasz Anforowiczd2e16e62019-03-28 19:06:592304const char kIsolateOriginsName[] = "Isolate additional origins";
2305const char kIsolateOriginsDescription[] =
2306 "Requires dedicated processes for an additional set of origins, "
2307 "specified as a comma-separated list.";
2308
Mike West6b2bd752020-12-02 06:36:592309const char kIsolationByDefaultName[] =
2310 "Change web-facing behaviors that prevent origin-level isolation";
2311const char kIsolationByDefaultDescription[] =
2312 "Change several web APIs that make it difficult to isolate origins into "
2313 "distinct processes. While these changes will ideally become new default "
2314 "behaviors for the web, this flag is likely to break your experience on "
2315 "sites you visit today.";
2316
Lukasz Anforowicz738a88d2018-11-05 19:19:342317const char kSiteIsolationOptOutName[] = "Disable site isolation";
2318const char kSiteIsolationOptOutDescription[] =
2319 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572320 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2321 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222322 "isolation is force-enabled using a command line switch or using an "
2323 "enterprise policy. "
2324 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572325 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342326const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2327const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512328
Brett Wilsonecb80982017-07-12 20:34:512329const char kSmoothScrollingName[] = "Smooth Scrolling";
2330const char kSmoothScrollingDescription[] =
2331 "Animate smoothly when scrolling page content.";
2332
Majid Valipourae11335e2020-10-14 04:09:242333const char kWebOTPCrossDeviceName[] = "WebOTP Cross Device";
2334const char kWebOTPCrossDeviceDescription[] =
2335 "Enable the WebOTP API to work across devices";
Sam Goto09d69a12019-11-20 23:56:562336
shivanigithub75489e352021-02-22 19:24:302337const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2338const char kSplitCacheByNetworkIsolationKeyDescription[] =
2339 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2340 "disallow cross-site tracking.";
2341
Charlie Reis45fc8d72021-05-27 23:37:172342const char kStrictExtensionIsolationName[] = "Strict Extension Isolation";
2343const char kStrictExtensionIsolationDescription[] =
2344 "Experimental security mode that prevents extensions from sharing a "
2345 "process with each other.";
2346
Lei Zhang507fffd2020-01-29 23:47:542347const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2348const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462349 "Experimental security mode that strengthens the site isolation policy. "
2350 "Controls whether site isolation should use origins instead of scheme and "
2351 "eTLD+1.";
2352
Brandon Maslenda12cf82019-08-23 20:54:182353const char kStorageAccessAPIName[] = "Storage Access API";
2354const char kStorageAccessAPIDescription[] =
2355 "Enables the Storage Access API, allowing websites to request storage "
2356 "access when it would otherwise be restricted.";
2357
Lexi Stavrakos094fd642020-06-17 23:26:432358const char kStoragePressureEventName[] = "Enable storage pressure Event";
2359const char kStoragePressureEventDescription[] =
2360 "If enabled, Chrome will dispatch a DOM event, informing applications "
2361 "about storage pressure (low disk space)";
2362
Talal Jawaid493a07732021-05-06 21:30:232363const char kStoreHoursAndroidName[] = "Store Hours";
2364const char kStoreHoursAndroidDescription[] =
2365 "When enabled, shows store hours for stores in tab grid view.";
2366
Brett Wilsonecb80982017-07-12 20:34:512367const char kSuggestionsWithSubStringMatchName[] =
2368 "Substring matching for Autofill suggestions";
2369const char kSuggestionsWithSubStringMatchDescription[] =
2370 "Match Autofill suggestions based on substrings (token prefixes) rather "
2371 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342372
Siyu An9655bd22020-09-14 23:09:072373const char kSyncAutofillWalletOfferDataName[] =
2374 "Enable syncing autofill offer data";
2375const char kSyncAutofillWalletOfferDataDescription[] =
2376 "When enabled, allows syncing autofill wallet offer data type.";
2377
Brett Wilsonecb80982017-07-12 20:34:512378const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2379const char kSyncSandboxDescription[] =
2380 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342381
Mikel Astiz850b0fe2021-06-16 09:47:272382const char kSyncTrustedVaultPassphrasePromoName[] =
2383 "Enable promos for sync trusted vault passphrase.";
2384const char kSyncTrustedVaultPassphrasePromoDescription[] =
2385 "Enables promos for an experimental sync passphrase type, referred to as "
2386 "trusted vault.";
2387
2388const char kSyncTrustedVaultPassphraseRecoveryName[] =
2389 "Enable sync trusted vault passphrase with improved recovery.";
2390const char kSyncTrustedVaultPassphraseRecoveryDescription[] =
2391 "Enables support for an experimental sync passphrase type, referred to as "
2392 "trusted vault, including logic and APIs for improved account recovery "
2393 "flows.";
2394
Joe Downing8cbbc192018-05-14 17:37:072395const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
2396const char kSystemKeyboardLockDescription[] =
2397 "Enables websites to use the keyboard.lock() API to intercept system "
2398 "keyboard shortcuts and have the events routed directly to the website "
2399 "when in fullscreen mode.";
2400
Ahmed Mehfoozf719a672020-12-17 23:32:522401const char kStylusBatteryStatusName[] =
2402 "Show stylus battery stylus in the stylus tools menu";
2403const char kStylusBatteryStatusDescription[] =
2404 "Enables viewing the current stylus battery level in the stylus tools "
2405 "menu.";
2406
Jesse McKennafbdeac62021-04-26 16:38:472407const char kSubframeShutdownDelayName[] =
2408 "Add delay to subframe renderer process shutdown";
2409const char kSubframeShutdownDelayDescription[] =
2410 "Delays shutdown of subframe renderer processes by a few seconds to allow "
2411 "them to be potentially reused. This aims to reduce process churn in "
2412 "navigations where the source and destination share subframes.";
2413
Matt Simmons1fd0c9f2019-04-15 19:08:222414const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
2415const char kTabEngagementReportingDescription[] =
2416 "Tracks tab engagement and lifetime metrics.";
2417
Yusuf Ozuysal67f05a02019-02-15 19:30:522418const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
2419const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462420 "Allows users to see their tabs in a grid layout in the tab switcher on "
2421 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:522422
Ayman Almadhoun5a72fa742021-04-28 05:49:152423const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
2424const char kCommerceMerchantViewerAndroidDescription[] =
2425 "Allows users to view merchant trust signals on eligible pages.";
2426
Zhiyuan Cai7a67fff2021-06-18 21:35:532427const char kCommercePriceTrackingAndroidName[] = "Price Tracking";
2428const char kCommercePriceTrackingAndroidDescription[] =
2429 "Allows users to track product prices through Chrome.";
2430
Yusuf Ozuysal436d90b82019-03-15 22:17:582431const char kTabGroupsAndroidName[] = "Tab Groups";
2432const char kTabGroupsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462433 "Allows users to create groups to better organize their tabs on phones.";
Yusuf Ozuysal436d90b82019-03-15 22:17:582434
Yue Zhange5610102019-11-01 19:46:392435const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
2436const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462437 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:392438
Yue Zhang2834d6b2019-05-01 17:30:282439const char kTabGroupsUiImprovementsAndroidName[] = "Tab Groups UI Improvements";
2440const char kTabGroupsUiImprovementsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462441 "Allows users to access new features in Tab Group UI on phones.";
Yue Zhang2834d6b2019-05-01 17:30:282442
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092443const char kTabToGTSAnimationAndroidName[] = "Enable Tab-to-GTS Animation";
2444const char kTabToGTSAnimationAndroidDescription[] =
2445 "Allows users to see an animation when entering or leaving the "
Yue Zhang5a167c72020-03-16 16:56:462446 "Grid Tab Switcher on phones.";
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092447
Charlene Yan45ff10d92020-09-16 03:14:592448const char kTabGroupsAutoCreateName[] = "Tab Groups Auto Create";
2449const char kTabGroupsAutoCreateDescription[] =
2450 "Automatically creates groups for users, if tab groups are enabled.";
2451
Charlene Yan65e7cfe2020-07-28 18:55:292452const char kTabGroupsCollapseFreezingName[] = "Tab Groups Collapse Freezing";
2453const char kTabGroupsCollapseFreezingDescription[] =
2454 "Experimental tab freezing upon collapsing a tab group.";
2455
Charlene Yan5b80e052020-04-02 20:48:562456const char kTabGroupsFeedbackName[] = "Tab Groups Feedback";
2457const char kTabGroupsFeedbackDescription[] =
2458 "Enables the feedback app to appear in the tab group editor bubble, if tab "
2459 "groups are enabled.";
2460
Dana Fried7ecd0e02021-02-03 21:20:572461const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
2462const char kTabGroupsNewBadgePromoDescription[] =
2463 "Causes a 'New' badge to appear on the entry point for creating a tab "
2464 "group in the tab context menu.";
2465
Alyssa Frederickab694f22021-07-02 20:05:392466const char kTabGroupsSaveName[] = "Tab Groups Save";
2467const char kTabGroupsSaveDescription[] =
2468 "Enables users to explicitly save and recall tab groups.";
2469
Dana Friedacaa8ef52019-02-08 02:20:352470const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
2471const char kTabHoverCardImagesDescription[] =
2472 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
2473
Dana Fried07b03c62019-07-31 19:20:562474const char kTabOutlinesInLowContrastThemesName[] =
2475 "Tab Outlines in Low Contrast Themes";
2476const char kTabOutlinesInLowContrastThemesDescription[] =
2477 "Expands the range of situations in which tab outline strokes are "
2478 "displayed, improving accessiblity in dark and incognito mode.";
2479
Emily Shack8cf347332021-06-11 18:04:092480const char kTabRestoreSubMenusName[] = "Show app menu history sub menus";
2481const char kTabRestoreSubMenusDescription[] =
2482 "Show app menu history sub menus for the contents of recently closed tab "
2483 "groups and windows.";
2484
Cheick6a288cd2021-01-18 16:04:222485const char kTextFragmentColorChangeName[] = "Text Fragment color change";
2486const char kTextFragmentColorChangeDescription[] =
2487 "Changes the Text Fragment background color"
2488 "away from the default yellow.";
2489
mcrouse2b928eb2021-02-26 21:59:092490const char kTFLiteLanguageDetectionName[] = "TFLite-based Language Detection";
2491const char kTFLiteLanguageDetectionDescription[] =
2492 "Uses TFLite for language detection in place of CLD3";
2493
Daniele Castagnaac71d892020-07-07 17:30:372494const char kTintCompositedContentName[] = "Tint composited content";
2495const char kTintCompositedContentDescription[] =
2496 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:292497 "study overlay support.";
2498
Peter Kastingd77428352018-10-26 15:20:252499const char kTopChromeTouchUiName[] = "Touch UI Layout";
2500const char kTopChromeTouchUiDescription[] =
2501 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:342502
Brett Wilsonecb80982017-07-12 20:34:512503const char kThreadedScrollingName[] = "Threaded scrolling";
2504const char kThreadedScrollingDescription[] =
2505 "Threaded handling of scroll-related input events. Disabling this will "
2506 "force all such scroll events to be handled on the main thread. Note that "
2507 "this can dramatically hurt scrolling performance of most websites and is "
2508 "intended for testing purposes only.";
2509
W. James MacLean17fc6852021-05-06 18:29:292510const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
2511 "Throttle non-visible cross-origin iframes";
2512const char
2513 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
2514 "When enabled, all cross-origin iframes with zero visibility (either "
2515 "display:none or zero area) will be throttled, regardless of whether "
2516 "they are same-process or cross-process. When disabled, only cross-"
2517 "process iframes will be throttled.";
2518
Brett Wilsonecb80982017-07-12 20:34:512519const char kTouchDragDropName[] = "Touch initiated drag and drop";
2520const char kTouchDragDropDescription[] =
2521 "Touch drag and drop can be initiated through long press on a draggable "
2522 "element.";
2523
Brett Wilsonecb80982017-07-12 20:34:512524const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
2525const char kTouchSelectionStrategyDescription[] =
2526 "Controls how text selection granularity changes when touch text selection "
2527 "handles are dragged. Non-default behavior is experimental.";
2528const char kTouchSelectionStrategyCharacter[] = "Character";
2529const char kTouchSelectionStrategyDirection[] = "Direction";
2530
2531const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
2532const char kTraceUploadUrlDescription[] =
2533 "This is to be used in conjunction with the enable-navigation-tracing "
2534 "flag. Please select the label that best describes the recorded traces. "
2535 "This will choose the destination the traces are uploaded to. If you are "
2536 "not sure, select other. If left empty, no traces will be uploaded.";
2537const char kTraceUploadUrlChoiceOther[] = "Other";
2538const char kTraceUploadUrlChoiceEmloading[] = "emloading";
2539const char kTraceUploadUrlChoiceQa[] = "QA";
2540const char kTraceUploadUrlChoiceTesting[] = "Testing";
2541
Josh Simmons7a8e7a942021-06-19 01:08:562542const char kTranslateAssistContentName[] = "Translate AssistContent";
2543const char kTranslateAssistContentDescription[] =
2544 "Enables populating translate details for the current page in "
2545 "AssistContent.";
2546
Anthony Vallee-Dubois265c5692018-06-01 15:57:142547const char kTranslateForceTriggerOnEnglishName[] =
2548 "Select which language model to use to trigger translate on English "
2549 "content";
2550const char kTranslateForceTriggerOnEnglishDescription[] =
2551 "Force the Translate Triggering on English pages experiment to be enabled "
2552 "with the selected language model active.";
2553
Josh Simmons8c98484872021-05-05 20:50:012554const char kTranslateIntentName[] = "Translate intent";
2555const char kTranslateIntentDescription[] =
2556 "Enables an intent that allows Assistant to initiate a translation of the "
2557 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:522558
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052559const char kTreatInsecureOriginAsSecureName[] =
2560 "Insecure origins treated as secure";
2561const char kTreatInsecureOriginAsSecureDescription[] =
2562 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:132563 "supplied as a comma-separated list. Origins must have their protocol "
2564 "specified e.g. \"http://example.com\". For the definition of secure "
2565 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052566
Joe DeBlasio2a4fb9982019-05-06 23:44:432567const char kTreatUnsafeDownloadsAsActiveName[] =
2568 "Treat risky downloads over insecure connections as active mixed content";
2569const char kTreatUnsafeDownloadsAsActiveDescription[] =
2570 "Disallows downloads of unsafe files (files that can potentially execute "
2571 "code), where the final download origin or any origin in the redirect "
2572 "chain is insecure if the originating page is secure.";
2573
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
Vasilii Sukhanov36365432021-07-02 08:38:212591const char kUnifiedPasswordManagerAndroidName[] =
2592 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:562593const char kUnifiedPasswordManagerAndroidDescription[] =
2594 "Uses Google Mobile Services to store and retrieve passwords."
2595 "Warning: Highly experimental. May lead to loss of passwords and "
2596 "impact performance.";
2597
François Beaufortdb160c12019-05-01 06:28:142598const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
2599const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:052600 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:142601 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
2602 "for other processes.";
2603
Maya Lekova4785fd22020-08-31 10:36:072604const char kUnsafeFastJSCallsName[] = "Unsafe fast JS calls";
2605const char kUnsafeFastJSCallsDescription[] =
2606 "Enables experimental fast API between Blink and V8."
2607 "Warning: type checking, few POD types and array types "
2608 "are not supported yet, so crashes are possible.";
2609
Brett Wilsonecb80982017-07-12 20:34:512610const char kUiPartialSwapName[] = "Partial swap";
2611const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2612
cfredric04aa50c2020-10-30 13:32:022613const char kUseFirstPartySetName[] = "First-Party Set";
2614const char kUseFirstPartySetDescription[] =
2615 "Use the provided list of origins as a First-Party Set, with the first "
2616 "valid origin as the owner of the set.";
2617
Maria Kazinova85a2ece2021-06-14 19:24:282618const char kUsernameFirstFlowName[] = "Username first flow voting";
Vadym Doroshenkoa063a512019-12-12 17:59:072619const char kUsernameFirstFlowDescription[] =
Maria Kazinova85a2ece2021-06-14 19:24:282620 "Support of sending votes on username first flow i.e. login "
2621 "flows where a user has to type username first on one page and then "
Maria Kazinova58cedc02021-08-02 17:15:112622 "password on another page. Votes are send on single username forms and are "
2623 "based on user interaction with the save prompt.";
2624
2625const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
2626 "Username first flow fallback crowdsourcing";
2627const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
2628 "Support of sending additional votes on username first flow i.e. login "
2629 "flows where a user has to type username first on one page and then "
2630 "password on another page. These votes are sent on single password forms "
2631 "and contain information whether a 1-password form follows a 1-text form "
2632 "and the value's type(or pattern) in the latter (e.g. email-like, "
2633 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:282634
2635const char kUsernameFirstFlowFillingName[] = "Username first flow filling";
2636const char kUsernameFirstFlowFillingDescription[] =
Vadym Doroshenkoa063a512019-12-12 17:59:072637 "Support of username saving and filling on username first flow i.e. login "
Vadym Doroshenkob7f9ef22019-07-16 13:51:062638 "flows where a user has to type username first on one page and then "
2639 "password on another page";
2640
Zentaro Kavanagh892851f2019-05-29 15:13:312641const char kUseSearchClickForRightClickName[] =
2642 "Use Search+Click for right click";
2643const char kUseSearchClickForRightClickDescription[] =
2644 "When enabled search+click will be remapped to right click, allowing "
2645 "webpages and apps to consume alt+click. When disabled the legacy "
2646 "behavior of remapping alt+click to right click will remain unchanged.";
2647
Michael Hablich896d52662017-10-23 15:59:572648const char kV8VmFutureName[] = "Future V8 VM features";
2649const char kV8VmFutureDescription[] =
2650 "This enables upcoming and experimental V8 VM features. "
2651 "This flag does not enable experimental JavaScript features.";
2652
Brett Wilsonecb80982017-07-12 20:34:512653const char kWalletServiceUseSandboxName[] =
2654 "Use Google Payments sandbox servers";
2655const char kWalletServiceUseSandboxDescription[] =
2656 "For developers: use the sandbox service for Google Payments API calls.";
2657
Jeffrey Young35f24d32021-01-27 22:58:212658const char kWallpaperWebUIName[] = "Enable new wallpaper experience";
2659const char kWallpaperWebUIDescription[] =
2660 "Enables the wallpaper picker "
2661 "in ChromeOS Settings";
2662
Ovidio Henriquez3d729f62020-02-07 00:43:292663const char kWebBluetoothNewPermissionsBackendName[] =
2664 "Use the new permissions backend for Web Bluetooth";
2665const char kWebBluetoothNewPermissionsBackendDescription[] =
2666 "Enables the new permissions backend for Web Bluetooth. This will enable "
2667 "persistent storage of device permissions.";
2668
Tsuyoshi Horoabfb079d2019-10-17 02:09:062669const char kWebBundlesName[] = "Web Bundles";
2670const char kWebBundlesDescription[] =
2671 "Enables experimental supports for Web Bundles (Bundled HTTP Exchanges) "
2672 "navigation.";
2673
Ken Buchanan26fbf14c2021-03-04 05:36:142674const char kWebIdName[] = "WebID";
2675const char kWebIdDescription[] =
2676 "Enables WebID HTTP filtering and JavaScript "
2677 "API to intermediate federated identity requests.";
2678
Ayu Ishiidbdd5c92020-03-20 23:40:522679const char kWebOtpBackendName[] = "Web OTP";
2680const char kWebOtpBackendDescription[] =
2681 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:372682const char kWebOtpBackendSmsVerification[] = "Code Browser API";
2683const char kWebOtpBackendUserConsent[] = "User Consent API";
2684const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:522685
Kenneth Russell08c7dc32021-07-09 08:06:592686const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
2687const char kWebglDeveloperExtensionsDescription[] =
2688 "Enabling this option allows web applications to access WebGL extensions "
2689 "intended only for use during development time.";
2690
Brett Wilsonecb80982017-07-12 20:34:512691const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2692const char kWebglDraftExtensionsDescription[] =
2693 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:592694 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:512695
Danyao Wang47a0f312019-05-09 20:52:242696const char kWebPaymentsExperimentalFeaturesName[] =
2697 "Experimental Web Payments API features";
2698const char kWebPaymentsExperimentalFeaturesDescription[] =
2699 "Enable experimental Web Payments API features";
2700
Liquan (Max) Gu5f1223972019-12-13 21:07:102701const char kWebPaymentsMinimalUIName[] = "Web Payments Minimal UI";
2702const char kWebPaymentsMinimalUIDescription[] =
2703 "Allow Payment Request API to open a minimal UI to replace the Payment "
2704 "Request UI when appropriate.";
2705
Liquan (Max) Gu8fcb9192020-05-20 16:22:182706const char kAppStoreBillingDebugName[] =
2707 "Web Payments App Store Billing Debug Mode";
2708const char kAppStoreBillingDebugDescription[] =
2709 "App-store purchases (e.g., Google Play Store) within a TWA can be "
2710 "requested using the Payment Request API. This flag removes the "
2711 "restriction that the TWA has to be installed from the app-store.";
2712
Per Åhgrencef44262019-11-20 10:54:512713const char kWebrtcCaptureMultiChannelApmName[] =
2714 "WebRTC multi-channel capture audio processing.";
2715const char kWebrtcCaptureMultiChannelApmDescription[] =
2716 "Support in WebRTC for processing capture audio in multi channel without "
2717 "downmixing when running APM in the render process.";
2718
Qingsi Wangec2dbf942018-11-03 05:33:042719const char kWebrtcHideLocalIpsWithMdnsName[] =
2720 "Anonymize local IPs exposed by WebRTC.";
2721const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2722 "Conceal local IP addresses with mDNS hostnames.";
2723
Alex Loikob5fb1282018-08-14 10:04:402724const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2725const char kWebrtcHybridAgcDescription[] =
2726 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2727
Alessio Bazzica1fcfa3e2021-06-04 17:26:572728const char kWebrtcAnalogAgcClippingControlName[] =
2729 "WebRTC Agc1 analog clipping control.";
2730const char kWebrtcAnalogAgcClippingControlDescription[] =
2731 "WebRTC Agc1 analog clipping controller to reduce saturation.";
2732
Brett Wilsonecb80982017-07-12 20:34:512733const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2734const char kWebrtcHwDecodingDescription[] =
2735 "Support in WebRTC for decoding video streams using platform hardware.";
2736
2737const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2738const char kWebrtcHwEncodingDescription[] =
2739 "Support in WebRTC for encoding video streams using platform hardware.";
2740
Elad Alon85e0d0be2018-06-26 10:38:372741const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2742const char kWebRtcRemoteEventLogDescription[] =
2743 "Allow collecting WebRTC event logs and uploading them to Crash. "
2744 "Please note that, even if enabled, this will still require "
2745 "a policy to be set, for it to have an effect.";
2746
Brett Wilsonecb80982017-07-12 20:34:512747const char kWebrtcSrtpAesGcmName[] =
2748 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2749const char kWebrtcSrtpAesGcmDescription[] =
2750 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2751
Sergey Silkinc33244f2020-01-31 17:21:302752const char kWebrtcUseMinMaxVEADimensionsName[] =
2753 "WebRTC Min/Max Video Encode Accelerator dimensions";
2754const char kWebrtcUseMinMaxVEADimensionsDescription[] =
2755 "When enabled, WebRTC will only use the Video Encode Accelerator for "
2756 "video resolutions inside those published as supported.";
2757
Alex Cooper01f110e2020-01-08 02:24:162758const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
2759const char kWebXrForceRuntimeDescription[] =
2760 "Force the browser to use a particular runtime, even if it would not "
2761 "usually be enabled or would otherwise not be selected based on the "
2762 "attached hardware.";
2763
2764const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:162765const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:162766
Will Cassellaa1a4d1112019-12-27 20:52:312767const char kWebXrIncubationsName[] = "WebXR Incubations";
2768const char kWebXrIncubationsDescription[] =
2769 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:242770
Elly Fong-Jones32ead50d2020-09-26 01:19:112771const char kWindowNamingName[] = "Window Naming";
2772const char kWindowNamingDescription[] =
2773 "Whether the window naming UI is enabled.";
2774
Brett Wilsonecb80982017-07-12 20:34:512775const char kZeroCopyName[] = "Zero-copy rasterizer";
2776const char kZeroCopyDescription[] =
2777 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342778
Peng Huang70021682019-09-18 19:42:282779const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:472780const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:282781
Gayane Petrosyan65380732021-01-15 01:09:532782const char kSharedHighlightingUseBlocklistName[] =
2783 "Shared Highlighting blocklist";
2784const char kSharedHighlightingUseBlocklistDescription[] =
2785 "Uses a blocklist to disable Shared Highlighting link generation on "
2786 "certain sites where personalized or dynamic content or other technical "
2787 "restrictions make it unlikely that a URL can be generated and actually "
2788 "work when shared.";
2789
Kyle Milka17458ca2021-03-05 20:40:242790const char kSharedHighlightingV2Name[] = "Shared Highlighting 2.0";
2791const char kSharedHighlightingV2Description[] =
2792 "Improvements to Shared Highlighting. Including ability to reshare or "
2793 "remove a highlight.";
2794
Cheick Cisseb8f706032021-06-22 01:50:472795const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
2796const char kSharedHighlightingAmpDescription[] =
2797 "Enables Shared Highlighting for AMP Viwers.";
2798
Gayane Petrosyana08c07372021-03-11 23:27:532799const char kPreemptiveLinkToTextGenerationName[] =
Cheick Cisse032ea112021-02-11 02:23:262800 "Preemptive generation of link to text";
Gayane Petrosyana08c07372021-03-11 23:27:532801const char kPreemptiveLinkToTextGenerationDescription[] =
Cheick Cisse032ea112021-02-11 02:23:262802 "Enables link to text to be generated in advance.";
2803
Mario Bianucci3be046eb2021-02-26 18:41:482804const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
2805const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
2806const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
2807const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
2808const char kDrawPredictedPointsDefault[] = "Disabled";
2809const char kDrawPredictedPointsDescription[] =
2810 "Draw predicted points when using the delegated ink trails API. Requires "
2811 "experimental web platform features to be enabled.";
2812const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
2813
Daniel Vogelheim236d9a82021-04-01 15:40:532814const char kSanitizerApiName[] = "Sanitizer API";
2815const char kSanitizerApiDescription[] =
2816 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
2817
Peng Huang723f26e2021-06-04 01:55:102818const char kUsePassthroughCommandDecoderName[] =
2819 "Use passthrough command decoder";
2820const char kUsePassthroughCommandDecoderDescription[] =
2821 "Use chrome passthrough command decoder instead of validating command "
2822 "decoder.";
2823
Igor Ruvinovbe0d649c2021-06-09 19:50:252824const char kExtensionWorkflowJustificationName[] =
2825 "Extension request justification";
2826const char kExtensionWorkflowJustificationDescription[] =
2827 "Enables users to justify their extension requests by causing a text field "
2828 "to appear on the extension request dialog.";
2829
Brett Wilsonff596952017-07-14 01:06:552830// Android ---------------------------------------------------------------------
2831
2832#if defined(OS_ANDROID)
2833
Shakti Sahu1c04a2872021-03-17 16:38:482834const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
2835const char kAddToHomescreenIPHDescription[] =
2836 " Shows in-product-help messages educating users about add to homescreen "
2837 "option in chrome.";
2838
Vikas Soni5463f1a2020-08-17 22:47:302839const char kAImageReaderName[] = "Android ImageReader";
2840const char kAImageReaderDescription[] =
2841 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
2842 " This feature is only available for android P+ devices. Disabling it also "
2843 " disables SurfaceControl.";
2844
Trevor Perrier990a1c62020-09-11 20:27:322845const char kAndroidDetailedLanguageSettingsName[] =
2846 "Detailed Language Settings";
2847const char kAndroidDetailedLanguageSettingsDescription[] =
2848 "Enable the new detailed language settings page";
2849
Trevor Perrierc1384bb2021-06-04 23:54:032850const char kAndroidForceAppLanguagePromptName[] =
2851 "Force second run app language prompt";
2852const char kAndroidForceAppLanguagePromptDescription[] =
2853 "When enabled the app language prompt to change the UI language will"
2854 "always be shown.";
2855
Lijin Shen4e002bf32020-12-01 22:41:322856const char kAndroidLayoutChangeTabReparentingName[] =
2857 "Android Chrome UI phone/tablet layout change tab reparenting";
2858const char kAndroidLayoutChangeTabReparentingDescription[] =
2859 "If enabled, when the screen size switches between phone and tablet size, "
2860 "the UI layout updates to the proper one and the current tabs are "
2861 "reparented instead of reloaded.";
2862
Vikas Sonif14e32c2020-08-15 06:17:222863const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
2864const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:302865 " Enables SurfaceControl to manage the buffer queue for the "
2866 " DisplayCompositor on Android. This feature is only available on "
2867 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:222868
Josh Simmons825de242020-11-19 19:23:002869const char kAssistantIntentPageUrlName[] =
2870 "Include page URL in Assistant intent";
2871const char kAssistantIntentPageUrlDescription[] =
2872 "Include the current page's URL in the Assistant voice transcription "
2873 "intent.";
2874
Josh Simmons68325af2021-01-15 21:10:212875const char kAssistantIntentTranslateInfoName[] =
2876 "Translate info in Assistant intent";
2877const char kAssistantIntentTranslateInfoDescription[] =
2878 "Include page translation details in the Assistant voice transcription "
2879 "intent. This includes the page's URL and its original, current, and "
2880 "default target language.";
2881
Miriam Gershenson8cf1397222018-01-23 22:48:292882const char kAsyncDnsName[] = "Async DNS resolver";
2883const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2884
Brett Wilsonff596952017-07-14 01:06:552885const char kAutofillAccessoryViewName[] =
2886 "Autofill suggestions as keyboard accessory view";
2887const char kAutofillAccessoryViewDescription[] =
2888 "Shows Autofill suggestions on top of the keyboard rather than in a "
2889 "dropdown.";
2890
Caitlin Fischer43edd90a2019-05-01 13:24:302891const char kAutofillUseMobileLabelDisambiguationName[] =
2892 "Autofill Uses Mobile Label Disambiguation";
2893const char kAutofillUseMobileLabelDisambiguationDescription[] =
2894 "When enabled, Autofill suggestions' labels are displayed using a "
2895 "mobile-friendly format.";
2896
Gang Wua7bfb5f42021-04-09 18:54:212897const char kAppMenuMobileSiteOptionName[] =
2898 "Show Mobile Site option in app menu";
2899const char kAppMenuMobileSiteOptionDescription[] =
2900 "When enabled, app menu should show 'Mobile site' when showing desktop "
2901 "site, instead of showing 'Desktop Site' with checkbox";
2902
Alex Hawker0062f5252020-07-29 21:41:072903const char kBentoOfflineName[] =
2904 "Enables an experiment for Offline Bento content on Android";
2905const char kBentoOfflineDescription[] =
2906 "Enables displaying Bento content on the offline page for Android.";
2907
Xing Liu7b448302021-04-09 05:35:142908const char kBookmarkBottomSheetName[] = "Enables bookmark bottom sheet";
2909const char kBookmarkBottomSheetDescription[] =
2910 "Enables showing a bookmark bottom sheet when adding a bookmark.";
2911
Ramin Halavatiba7ddcc2019-11-13 06:19:282912const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
2913const char kCCTIncognitoDescription[] =
2914 "Enables incognito mode for Chrome Custom Tabs, on Android.";
2915
Rohit Agarwalc3973312020-11-18 14:40:232916const char kCCTIncognitoAvailableToThirdPartyName[] =
2917 "Allow third party to open Custom Tabs Incognito mode";
2918const char kCCTIncognitoAvailableToThirdPartyDescription[] =
2919 "Enabling it would allow third party apps to open incognito mode for "
2920 "Chrome Custom Tabs, on Android.";
2921
Xing Liu1e6b43d2021-03-15 19:26:452922const char kChimeAlwaysShowNotificationDescription[] =
2923 "A debug flag to always show Chime notification after receiving a payload.";
2924const char kChimeAlwaysShowNotificationName[] =
2925 "Always show Chime notification";
2926
2927const char kChimeAndroidSdkDescription[] =
2928 "Enable Chime SDK to receive push notification.";
2929const char kChimeAndroidSdkName[] = "Use Chime SDK";
2930
ckitagawa12ef4152020-12-03 19:14:572931const char kContinuousSearchName[] = "Continuous Search Navigation";
2932const char kContinuousSearchDescription[] =
2933 "Enables caching of search results to permit a more seamless search "
2934 "experience.";
2935
Gayane Petrosyan311a76d12020-07-15 00:27:492936const char kChromeShareHighlightsAndroidName[] =
2937 "Chrome Share text highlights on Android";
2938const char kChromeShareHighlightsAndroidDescription[] =
2939 "Enables UI to generate and share link to text highlights on Android";
2940
Tanya Guptabefbdb32020-10-28 19:36:552941const char kChromeShareLongScreenshotName[] = "Chrome Share Long Screenshots";
2942const char kChromeShareLongScreenshotDescription[] =
2943 "Enables UI to edit and share long screenshots on Android";
2944
Jeffrey Cohen5f2a9fe2019-12-11 01:23:422945const char kChromeShareScreenshotName[] = "Chrome Share Screenshots";
2946const char kChromeShareScreenshotDescription[] =
2947 "Enables UI to edit and share screenshots";
2948
Kyle Milka7a10dbf2021-08-05 20:30:372949const char kChromeSharingHubName[] = "Chrome Sharing Hub";
2950const char kChromeSharingHubDescription[] =
2951 "Enables the Chrome Sharing Hub/custom share sheet for Android.";
2952
Tomasz Wiszkowski34f9afea2021-04-08 18:50:562953const char kClipboardSuggestionContentHiddenName[] =
2954 "Clipboard suggestion content hidden";
2955const char kClipboardSuggestionContentHiddenDescription[] =
2956 "Prevents the Clipboard suggestion from proactively retrieving the "
2957 "clipboard content.";
2958
David Maunder915c7ef2019-09-20 16:22:082959const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
2960const char kCloseTabSuggestionsDescription[] =
2961 "Suggests to the user to close Tabs that haven't been used beyond a "
2962 "configurable threshold or where duplicates of Tabs exist. "
2963 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:282964
David Maunder8cf7fd82020-08-20 19:31:542965const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
2966const char kCriticalPersistedTabDataDescription[] =
2967 "A new method of persisting Tab data across restarts has been devised "
2968 "and implemented. This actives the new approach.";
2969
Josh Simmons4a41bc72020-07-06 19:13:012970const char kContextMenuPerformanceInfoAndRemoteHintFetchingName[] =
2971 "Context menu performance info and remote hint fetching";
2972const char kContextMenuPerformanceInfoAndRemoteHintFetchingDescription[] =
2973 "Enables showing link performance information in the context menu and "
2974 "allows communicating with Google servers to fetch performance information "
2975 "for the main frame URL.";
Josh Simmons0cc3b5eb2020-02-25 20:08:422976
Donn Denman140a08562020-03-09 18:23:192977const char kContextualSearchDebugName[] = "Contextual Search debug";
2978const char kContextualSearchDebugDescription[] =
2979 "Enables internal debugging of Contextual Search behavior on the client "
2980 "and server.";
2981
Donn Denman19688bc2021-03-05 18:48:402982const char kContextualSearchForceCaptionName[] =
2983 "Contextual Search force a caption";
2984const char kContextualSearchForceCaptionDescription[] =
2985 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:412986
Donn Denmand12d7cc2021-02-17 21:54:442987const char kContextualSearchLiteralSearchTapName[] =
2988 "Contextual Search literal search with tap";
2989const char kContextualSearchLiteralSearchTapDescription[] =
2990 "Enables Contextual Search to be activated with a single tap and produce "
2991 "a literal search. This is intended to be used in conjunction with the "
2992 "long-press resolve feature to allow both gestures to trigger a form of "
2993 "Touch to Search.";
2994
Donn Denman6be77d42019-05-04 15:55:422995const char kContextualSearchLongpressResolveName[] =
2996 "Contextual Search long-press Resolves";
2997const char kContextualSearchLongpressResolveDescription[] =
2998 "Enables communicating with Google servers when a long-press gesture is "
Donn Denmanc0a33cbf2020-02-27 15:26:052999 "recognized under some privacy-limited conditions, including having Touch "
3000 "to Search enabled in preferences. The page context data sent to Google is "
3001 "potentially privacy sensitive! This disables the tap gesture from "
3002 "triggering Touch to Search unless that experiment arm is enabled.";
Donn Denman6be77d42019-05-04 15:55:423003
Donn Denman8e58ead2017-11-04 01:44:013004const char kContextualSearchMlTapSuppressionName[] =
3005 "Contextual Search ML tap suppression";
3006const char kContextualSearchMlTapSuppressionDescription[] =
3007 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:023008 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
3009 "enabled!";
Brett Wilsonff596952017-07-14 01:06:553010
Donn Denman59729812018-01-09 01:27:023011const char kContextualSearchRankerQueryName[] =
3012 "Contextual Search Ranker prediction";
3013const char kContextualSearchRankerQueryDescription[] =
3014 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
3015
3016const char kContextualSearchSecondTapName[] =
3017 "Contextual Search second tap triggering";
3018const char kContextualSearchSecondTapDescription[] =
3019 "Enables triggering on a second tap gesture even when Ranker would "
3020 "normally suppress that tap.";
3021
Sinan Sahincdaed9f2021-01-20 22:43:283022const char kContextualSearchThinWebViewImplementationName[] =
3023 "Use Contextual Search ThinWebView implementation";
3024const char kContextualSearchThinWebViewImplementationDescription[] =
3025 "Use ThinWebView and BottomSheet based implementation for Contextual"
3026 "Search.";
3027
Donn Denman58a1da42020-01-27 23:40:383028const char kContextualSearchTranslationsName[] =
3029 "Contextual Search translations";
3030const char kContextualSearchTranslationsDescription[] =
3031 "Enables automatic translations of words on a page to be presented in the "
3032 "caption of the bottom bar.";
3033
Eric Secklerb9545b32020-08-11 21:29:423034const char kCpuAffinityRestrictToLittleCoresName[] = "Restrict to LITTLE cores";
3035const char kCpuAffinityRestrictToLittleCoresDescription[] =
3036 "Restricts Chrome threads to LITTLE cores on devices with big.LITTLE or "
3037 "similar CPU architectures.";
3038
Sky Malice49e21652021-06-29 17:20:293039const char kDynamicColorAndroidName[] = "Dynamic colors on Android";
3040const char kDynamicColorAndroidDescription[] =
3041 "Enabled dynamic colors on supported devices, such as Pixel devices "
3042 "running Android 12.";
3043
Fabio Tirelo918089a2018-10-22 21:24:083044const char kAutofillManualFallbackAndroidName[] =
3045 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3046const char kAutofillManualFallbackAndroidDescription[] =
3047 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3048 "keyboard accessory.";
3049
Fabio Tirelo315e65922018-09-05 03:35:493050const char kEnableAutofillRefreshStyleName[] =
3051 "Enable Autofill refresh style (Android)";
3052const char kEnableAutofillRefreshStyleDescription[] =
3053 "Enable modernized style for Autofill on Android";
3054
Brett Wilsonff596952017-07-14 01:06:553055const char kEnableAndroidSpellcheckerDescription[] =
3056 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:553057
Lei Tianbd5a3bf2018-02-28 19:01:163058const char kEnableCommandLineOnNonRootedName[] =
3059 "Enable command line on non-rooted devices";
3060const char kEnableCommandLineOnNoRootedDescription[] =
3061 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3062
Thomas Guilbert4df60322020-05-18 20:23:323063const char kEnableUseAaudioDriverName[] = "Use AAudio Driver";
3064const char kEnableUseAaudioDriverDescription[] =
3065 "Enable the use of AAudio, if supported by the current Android version.";
3066
Lei Zhang0a318af2018-11-14 02:19:463067const char kExploreSitesName[] = "Explore websites";
3068const char kExploreSitesDescription[] =
3069 "Enables portal from new tab page to explore websites.";
3070
Jian Lif1423512021-06-21 18:03:523071const char kFeedInteractiveRefreshName[] = "Refresh feeds";
3072const char kFeedInteractiveRefreshDescription[] =
3073 "Enables refreshing feeds triggered by the users.";
3074
Reda Tawfik863175b2020-08-03 16:19:033075const char kFillingPasswordsFromAnyOriginName[] =
3076 "Filling passwords from any origin";
3077const char kFillingPasswordsFromAnyOriginDescription[] =
3078 "Enabling this flag adds a button to the password fallback sheet. The "
3079 "button opens a different sheet that allows filling a password from any "
3080 "origin.";
3081
Wenyu Fua369f1552020-05-01 00:54:453082const char kHomepagePromoCardName[] =
3083 "Enable homepage promo card on the New Tab Page";
3084const char kHomepagePromoCardDescription[] =
3085 "Enable homepage promo card that will be shown to users with partner "
3086 "configured homepage.";
3087
Jinsuk Kimfa1b7eb2021-06-30 00:04:323088const char kInstanceSwitcherName[] = "Enable instance switcher";
3089const char kInstanceSwitcherDescription[] =
3090 "Enable instance switcher dialog UI that helps users manage multiple "
3091 "instances of Chrome.";
3092
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463093const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423094const char kInstantStartDescription[] =
3095 "Show start surface before native library is loaded.";
3096
Jochen Eisingerd0e43f52020-01-22 17:04:323097const char kIntentBlockExternalFormRedirectsNoGestureName[] =
3098 "Block intents from form submissions without user gesture";
3099const char kIntentBlockExternalFormRedirectsNoGestureDescription[] =
3100 "Require a user gesture that triggered a form submission in order to "
3101 "allow for redirecting to an external intent.";
3102
Ian Wells34ce1482020-04-03 17:36:163103const char kInterestFeedV2Name[] = "Interest Feed v2";
3104const char kInterestFeedV2Description[] =
3105 "Show content suggestions on the New Tab Page and Start Surface using the "
3106 "new Feed Component.";
3107
Dan Harrington4043b222021-01-15 18:33:423108const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3109const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3110
Jian Lifb04af72021-04-01 21:17:173111const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3112const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3113
Vincent Boisselle482b6a12020-11-13 21:59:293114const char kInterestFeedV1ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443115 "Interest Feed V1 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293116const char kInterestFeedV1ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443117 "Only enable the upload of clicks/views in Feed V1 after reaching "
3118 "conditions.";
3119
Vincent Boisselle482b6a12020-11-13 21:59:293120const char kInterestFeedV2ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443121 "Interest Feed V2 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293122const char kInterestFeedV2ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443123 "Only enable the upload of clicks/views in Feed V2 after reaching "
3124 "conditions.";
3125
Aishwarya Rajesh0dd71922021-07-28 20:22:383126const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3127const char kMessagesForAndroidAdsBlockedDescription[] =
3128 "When enabled, ads blocked message will use the new Messages UI.";
3129
Aishwarya Rajesh010d43a2021-07-16 19:52:213130const char kMessagesForAndroidChromeSurveyName[] = "Chrome Survey Messages UI";
3131const char kMessagesForAndroidChromeSurveyDescription[] =
3132 "When enabled, survey prompt will use the new Messages UI.";
3133
Pavel Yatsuk358291752020-09-03 18:25:223134const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3135const char kMessagesForAndroidInfrastructureDescription[] =
3136 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153137
Lijin Shen92af4f72021-08-06 20:47:223138const char kMessagesForAndroidNotificationBlockedName[] =
3139 "Notification Blocked Messages UI";
3140const char kMessagesForAndroidNotificationBlockedDescription[] =
3141 "When enabled, notification blocked prompt will use the new Messages UI.";
3142
Pavel Yatsuk358291752020-09-03 18:25:223143const char kMessagesForAndroidPasswordsName[] = "Passwords Messages UI";
3144const char kMessagesForAndroidPasswordsDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153145 "When enabled, password prompt will use the new Messages UI.";
3146
Lijin Shen2d61a0a32021-07-20 23:15:523147const char kMessagesForAndroidPermissionUpdateName[] =
3148 "Permission Update Messages UI";
3149const char kMessagesForAndroidPermissionUpdateDescription[] =
3150 "When enabled, permission update prompt will use the new Messages UI.";
3151
Lijin Shenba9a6b0e2021-02-18 01:59:063152const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3153const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153154 "When enabled, popup blocked prompt will use the new Messages UI.";
3155
Pavel Yatsuk3b7dfe902021-07-09 01:33:093156const char kMessagesForAndroidReaderModeName[] = "Reader Mode Messages UI";
3157const char kMessagesForAndroidReaderModeDescription[] =
3158 "When enabled, reader mode prompt will use the new Messages UI.";
3159
Lijin Shen0ccf7282021-04-26 19:38:133160const char kMessagesForAndroidSafetyTipName[] = "Safety Tip Messages UI";
3161const char kMessagesForAndroidSafetyTipDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153162 "When enabled, safety tip prompt will use the new Messages UI.";
Pavel Yatsuk358291752020-09-03 18:25:223163
Lijin Shend98ce992021-05-01 01:47:423164extern const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3165extern const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153166 "When enabled, save card prompt will use the new Messages UI.";
3167
3168const char kMessagesForAndroidUpdatePasswordName[] =
3169 "Update password Messages UI";
3170const char kMessagesForAndroidUpdatePasswordDescription[] =
3171 "When enabled, update password prompt will use the new Messages UI.";
Lijin Shend98ce992021-05-01 01:47:423172
Jinsuk Kim55b5ab72021-05-17 00:11:303173const char kNewWindowAppMenuName[] = "Show a menu item 'New Window'";
3174const char kNewWindowAppMenuDescription[] =
3175 "Show a new menu item 'New Window' on tablet-sized screen when Chrome "
3176 "can open a new window and create a new instance in it.";
3177
Sinan Sahin18cc52c2019-09-12 23:07:153178const char kOfflineIndicatorV2Name[] = "Offline indicator V2";
3179const char kOfflineIndicatorV2Description[] =
3180 "Show a persistent offline indicator when offline.";
3181
Yafei Duan36b4b5b2018-08-07 00:40:033182const char kOfflinePagesLivePageSharingName[] =
3183 "Enables live page sharing of offline pages";
3184const char kOfflinePagesLivePageSharingDescription[] =
3185 "Enables to share current loaded page as offline page by saving as MHTML "
3186 "first.";
3187
bttk24a2caea2020-03-30 21:33:003188const char kAndroidPartnerCustomizationPhenotypeName[] =
3189 "Use homepage and bookmarks from partner customization";
3190const char kAndroidPartnerCustomizationPhenotypeDescription[] =
3191 "This flag loads a new configuration source of the default homepage and "
3192 "bookmarks.";
3193
Ehimare Okoyomon3b068432020-12-16 18:52:263194const char kPageInfoDiscoverabilityName[] = "Page info discoverability";
3195const char kPageInfoDiscoverabilityDescription[] =
3196 "Improve discoverability of permission controls in the page info bubble. "
3197 "After a permission decision is made, the page info icon in the address "
3198 "bar will show a brief animation.";
3199
Jordan Oroshiba244e9ff2021-02-04 22:20:393200const char kPageInfoHistoryName[] = "Page info history";
3201const char kPageInfoHistoryDescription[] =
3202 "Enable a history sub page to the page info menu, and a button to forget "
3203 "a site, removing all preferences and history.";
3204
Olesia Marukhno4d09c9072021-04-08 09:43:233205extern const char kPageInfoV2DesktopName[];
3206extern const char kPageInfoV2DesktopDescription[];
3207
Rodney S. Sampson IIbebce082021-07-28 16:30:183208extern const char kPasswordProtectionForSignedInUsersName[] =
3209 "Password Protection for Signed-In Users";
3210extern const char kPasswordProtectionForSignedInUsersDescription[] =
3211 "Enable signed-in (Google account) password protection for signed-in "
3212 "users and allows users to change their signed-in password through "
3213 "password reuse warnings on phishing or low reputation sites.";
3214
Finnur Thorarinssonaeb6b582020-01-28 17:52:463215const char kPhotoPickerVideoSupportName[] = "Photo Picker Video Support";
3216const char kPhotoPickerVideoSupportDescription[] =
3217 "Enables video files to be shown in the Photo Picker dialog";
3218
Lei Zhang507fffd2020-01-29 23:47:543219const char kProcessSharingWithDefaultSiteInstancesName[] =
Aaron Colwell5235f352019-07-25 20:10:243220 "Process sharing with default site instances";
Lei Zhang507fffd2020-01-29 23:47:543221const char kProcessSharingWithDefaultSiteInstancesDescription[] =
Aaron Colwell5235f352019-07-25 20:10:243222 "When site isolation is disabled, this mode changes how sites are lumped "
3223 "in to shared processes. For sites that do not require isolation, this "
3224 "feature groups them into a single 'default' site instance (per browsing "
3225 "instance) instead of creating unique site instances for each one. This "
3226 "enables resource savings by creating fewer processes for sites that do "
3227 "not need isolation.";
3228
Lei Zhang507fffd2020-01-29 23:47:543229const char kProcessSharingWithStrictSiteInstancesName[] =
Andrei Chulkov1a12e6d22019-07-15 11:16:073230 "Process sharing with strict site instances";
Lei Zhang507fffd2020-01-29 23:47:543231const char kProcessSharingWithStrictSiteInstancesDescription[] =
Andrei Chulkov1a12e6d22019-07-15 11:16:073232 "When site isolation is disabled, this mode changes how sites are lumped "
3233 "in to a shared process. Process selection is usually controlled with "
3234 "site instances. With strict site isolation, each site on a page gets its "
3235 "own site instance and process. With site isolation disabled and without "
3236 "this mode, all sites that share a process are put into the same site "
3237 "instance. This mode adds a third way: site instances are strictly "
3238 "separated like strict site isolation, but process selection puts multiple "
3239 "site instances in a single process.";
3240
Shakti Sahu1f8a9422020-03-12 05:50:503241const char kQueryTilesName[] = "Show query tiles";
3242const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283243const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3244const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Shakti Sahuaaf8a8c2020-04-30 23:40:273245const char kQueryTilesOmniboxName[] = "Show query tiles in omnibox";
3246const char kQueryTilesOmniboxDescription[] = "Shows query tiles in omnibox";
Shakti Sahu8fe5edd2020-05-14 18:57:133247const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3248const char kQueryTilesSingleTierDescription[] =
3249 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543250const char kQueryTilesEnableQueryEditingName[] =
3251 "Query Tiles - Enable query edit mode";
3252const char kQueryTilesEnableQueryEditingDescription[] =
3253 "When a query tile is tapped, the query text will be shown in the omnibox "
3254 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453255const char kQueryTilesEnableTrendingName[] =
3256 "Query Tiles - Enable trending queries";
3257const char kQueryTilesEnableTrendingDescription[] =
3258 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263259const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3260const char kQueryTilesCountryCodeDescription[] =
3261 "When query tiles are enabled, this value determines tiles for which "
3262 "country should be displayed.";
3263const char kQueryTilesCountryCodeUS[] = "US";
3264const char kQueryTilesCountryCodeIndia[] = "IN";
3265const char kQueryTilesCountryCodeBrazil[] = "BR";
3266const char kQueryTilesCountryCodeNigeria[] = "NG";
3267const char kQueryTilesCountryCodeIndonesia[] = "ID";
Hesen Zhang7bdc5ca2020-09-03 06:29:023268const char kQueryTilesLocalOrderingName[] =
3269 "Query Tiles - Enable local ordering";
3270const char kQueryTilesLocalOrderingDescription[] =
3271 "Enables ordering query tiles locally based on user interactions.";
Shakti Sahu8fe5edd2020-05-14 18:57:133272const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193273const char kQueryTilesInstantFetchDescription[] =
3274 "Immediately schedule background task to fetch query tiles";
Min Qin60ae5b82021-01-07 07:07:503275const char kQueryTilesMoreTrendingName[] =
3276 "Query Tiles - more trending queries";
3277const char kQueryTilesMoreTrendingDescription[] =
3278 "Request more trending queries from the server";
Min Qinbe050b72021-06-26 01:32:393279const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
3280const char kQueryTilesRankTilesDescription[] =
3281 "Rank tiles on server based on client context";
Min Qin60ae5b82021-01-07 07:07:503282const char kQueryTilesSwapTrendingName[] =
3283 "Query Tiles - Swap trending queries";
3284const char kQueryTilesSwapTrendingDescription[] =
3285 "Swap trending queries if user didn't click on them after several "
3286 "impressions";
Min Qindb99e6f2020-04-29 06:37:263287
Caroline Risingdb7df182021-01-11 19:49:143288const char kReadLaterFlagId[] = "read-later";
3289const char kReadLaterName[] = "Reading List";
3290const char kReadLaterDescription[] =
3291 "Allow users to save tabs for later. Enables a new button and menu for "
3292 "accessing tabs saved for later.";
3293
Brett Wilsonff596952017-07-14 01:06:553294const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3295const char kReaderModeHeuristicsDescription[] =
3296 "Determines what pages the Reader Mode infobar is shown on.";
3297const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3298const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3299const char kReaderModeHeuristicsAllArticles[] = "All articles";
3300const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3301const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3302
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183303const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3304const char kReaderModeInCCTDescription[] =
3305 "Open Reader Mode in Chrome Custom Tabs.";
3306
Xing Liub9070262021-01-07 20:52:163307const char kReadLaterReminderNotificationName[] =
3308 "Read later reminder notification";
3309const char kReadLaterReminderNotificationDescription[] =
3310 "Enables read later weekly reminder notification.";
3311
Ioana Pandele9fc19b2f2020-01-23 22:16:503312const char kRecoverFromNeverSaveAndroidName[] =
3313 "UI to recover from never save passwords on Android";
3314const char kRecoverFromNeverSaveAndroidDescription[] =
3315 "Enables showing UI which allows for easy reverting of the decision to "
3316 "never save passwords on a certain webiste";
3317
David Trainora38e60e2020-08-04 23:43:253318const char kReengagementNotificationName[] =
3319 "Enable re-engagement notifications";
3320const char kReengagementNotificationDescription[] =
3321 "Enables Chrome to use the in-product help system to decide when "
3322 "to show re-engagement notifications.";
3323
Donn Denmanc42123c2020-03-19 01:44:243324const char kRelatedSearchesName[] =
3325 "Enables an experiment for Related Searches on Android";
3326const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:493327 "Enables requesting related searches suggestions. These will be requested "
3328 "but not shown unless the UI flag is also enabled.";
3329
Donn Denman6ca112ac2021-06-11 21:33:063330const char kRelatedSearchesAlternateUxName[] =
3331 "Enables showing Related Searches in an alternate user experience.";
3332const char kRelatedSearchesAlternateUxDescription[] =
3333 "Enables showing related searches with an alternative from the normal "
3334 "user experience treatment.";
3335
3336const char kRelatedSearchesInBarName[] =
3337 "Enables showing Related Searches in the peeking bar.";
3338const char kRelatedSearchesInBarDescription[] =
3339 "Enables showing related searches suggestions in a carousel in the "
3340 "peeking bar of the bottom sheet on Android.";
3341
3342const char kRelatedSearchesSimplifiedUxName[] =
3343 "Enables showing Related Searches in a simplified user experience.";
3344const char kRelatedSearchesSimplifiedUxDescription[] =
3345 "Enables showing related searches with a simplified form of the normal "
3346 "user experience treatment.";
3347
Donn Denman15522f42021-02-09 22:49:493348const char kRelatedSearchesUiName[] =
3349 "Forces showing of the Related Searches UI on Android";
3350const char kRelatedSearchesUiDescription[] =
3351 "Forces the Related Searches UI and underlying requests to be enabled "
3352 "regardless of whether they are safe or useful. This requires the Related "
3353 "Searches feature flag to also be enabled.";
Donn Denmanc42123c2020-03-19 01:44:243354
Elly Fong-Jonescbab60562021-07-20 22:14:553355const char kShareUsageRankingName[] =
3356 "Incorporate usage history into share target ranking.";
3357const char kShareUsageRankingDescription[] =
3358 "Incorporate the history of which apps were shared to when producing the "
3359 "ordered list of 3P share targets in the share hub.";
3360
Gang Wu325f03f42021-02-25 20:00:463361const char kRequestDesktopSiteForTabletsName[] =
3362 "Request desktop site for tablets on Android";
3363const char kRequestDesktopSiteForTabletsDescription[] =
3364 "Requests a desktop site, if the screen size is large enough on Android."
3365 " On tablets with small screens a mobile site will be requested by "
3366 "default.";
3367
Bettinabfcec6e2020-08-24 20:26:183368const char kSafeBrowsingClientSideDetectionAndroidName[] =
3369 "Safe Browsing Client Side Detection on Android";
3370const char kSafeBrowsingClientSideDetectionAndroidDescription[] =
3371 "Enable DOM feature collection on Safe Browsing pings on Android";
3372
Rodney S. Sampson II17e4bdf2021-07-14 02:55:443373const char kSafeBrowsingPasswordCheckIntegrationForSavedPasswordsAndroidName[] =
3374 "Safe Browsing PasswordCheck Integration for Saved Passwords Android";
3375const char
3376 kSafeBrowsingPasswordCheckIntegrationForSavedPasswordsAndroidDescription[] =
3377 "Allows Android Chrome users to change their saved passwords through "
Rodney S. Sampson IIbebce082021-07-28 16:30:183378 "password reuse warnings on phishing or low reputation sites.";
Rodney S. Sampson II17e4bdf2021-07-14 02:55:443379
Bettina Deaf4491972020-09-30 23:39:443380const char kEnhancedProtectionPromoAndroidName[] =
3381 "Enable enhanced protection promo card on Android on the New Tab Page";
3382const char kEnhancedProtectionPromoAndroidDescription[] =
3383 "Enable enhanced protection promo card for users that have not signed up "
3384 "for enhanced protection.";
3385
Varun Khaneja80712a82018-10-12 23:34:593386const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
3387 "Use local Safe Browsing blacklists";
3388const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
3389 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
3390 "process to check the Safe Browsing reputation of URLs without calling "
3391 "into GmsCore for every URL.";
3392
Brett Wilsonff596952017-07-14 01:06:553393const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
3394const char kSetMarketUrlForTestingDescription[] =
3395 "When enabled, sets the market URL for use in testing the update menu "
3396 "item.";
3397
Donn Denman6ca112ac2021-06-11 21:33:063398const char kSingleTouchSelectName[] =
3399 "Enables selecting plain text with a single touch.";
3400const char kSingleTouchSelectDescription[] =
3401 "Enables selecting plain text with a single touch on Android.";
3402
Alex Moshchuk07e1bb42019-03-08 04:44:083403const char kSiteIsolationForPasswordSitesName[] =
3404 "Site Isolation For Password Sites";
3405const char kSiteIsolationForPasswordSitesDescription[] =
3406 "Security mode that enables site isolation for sites based on "
3407 "password-oriented heuristics, such as a user typing in a password.";
3408
Hung Vuc394db62020-08-21 21:26:523409const char kSmartSuggestionForLargeDownloadsName[] =
3410 "Smart suggestion for large downloads";
3411const char kSmartSuggestionForLargeDownloadsDescription[] =
3412 "Smart suggestion that offers download locations for large files.";
3413
Ioana Pandele9fc19b2f2020-01-23 22:16:503414const char kStartSurfaceAndroidName[] = "Start Surface";
3415const char kStartSurfaceAndroidDescription[] =
3416 "Enable showing the start surface when launching Chrome via the "
3417 "launcher.";
3418
Sophey Dong5bbcaf42021-07-13 14:06:143419const char kSharingHubLinkToggleName[] = "Sharing Hub Link Toggle";
3420const char kSharingHubLinkToggleDescription[] =
3421 "Enable the link toggle in the Sharing Hub.";
3422
Lei Zhang0a318af2018-11-14 02:19:463423const char kStrictSiteIsolationName[] = "Strict site isolation";
3424const char kStrictSiteIsolationDescription[] =
3425 "Security mode that enables site isolation for all sites (SitePerProcess). "
3426 "In this mode, each renderer process will contain pages from at most one "
3427 "site, using out-of-process iframes when needed. "
3428 "Check chrome://process-internals to see the current isolation mode. "
3429 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
3430 "default. Here, 'Disabled' is a legacy value that actually means "
3431 "'Default,' in which case site isolation may be already enabled based on "
3432 "platform, enterprise policy, or field trial. See also "
3433 "#site-isolation-trial-opt-out for how to disable site isolation for "
3434 "testing.";
3435
Lei Zhang1a6fd01b2021-03-24 17:03:483436const char kThemeRefactorAndroidName[] = "Theme refactor on Android";
3437const char kThemeRefactorAndroidDescription[] =
Sinan Sahin9623c942021-02-03 19:28:043438 "Enables the theme refactoring on Android.";
3439
Sky Malice4cca0ff2020-10-26 18:32:503440const char kToolbarIphAndroidName[] = "Enable Toolbar IPH on Android";
3441const char kToolbarIphAndroidDescription[] =
3442 "Enables in product help bubbles on the toolbar. In particular, the home "
3443 "button and the tab switcher button.";
3444
Basia Zimirska1ae58362021-03-12 18:27:173445const char kToolbarMicIphAndroidName[] =
3446 "Enable IPH on Android on the mic in the toolbar";
3447const char kToolbarMicIphAndroidDescription[] =
3448 "Enables in product help bubble on the mic button in the toolbar.";
3449
Brett Wilsonff596952017-07-14 01:06:553450const char kUpdateMenuBadgeName[] = "Force show update menu badge";
3451const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:443452 "When enabled, a badge will be shown on the app menu button if the update "
3453 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:553454
3455const char kUpdateMenuItemCustomSummaryDescription[] =
3456 "When this flag and the force show update menu item flag are enabled, a "
3457 "custom summary string will be displayed below the update menu item.";
3458const char kUpdateMenuItemCustomSummaryName[] =
3459 "Update menu item custom summary";
3460
Tommy Nyquist3c02e592018-10-18 23:36:443461const char kUpdateMenuTypeName[] =
3462 "Forces the update menu type to a specific type";
3463const char kUpdateMenuTypeDescription[] =
3464 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquist023d505f2019-02-16 02:18:383465 "the app menu badge and menu item for updates. For Inline Update, the "
3466 "update available flag is implied. The 'Inline Update: Success' selection "
3467 "goes through the whole inline update flow to the end with a successful "
3468 "outcome. The other 'Inline Update' options go through the same flow, but "
3469 "stop at various stages, see their error type for details.";
Tommy Nyquist3c02e592018-10-18 23:36:443470const char kUpdateMenuTypeNone[] = "None";
3471const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
3472const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Tommy Nyquist023d505f2019-02-16 02:18:383473const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success";
3474const char kUpdateMenuTypeInlineUpdateDialogCanceled[] =
3475 "Inline Update Error: Dialog Canceled";
3476const char kUpdateMenuTypeInlineUpdateDialogFailed[] =
3477 "Inline Update Error: Dialog Failed";
3478const char kUpdateMenuTypeInlineUpdateDownloadFailed[] =
3479 "Inline Update Error: Download Failed";
3480const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] =
3481 "Inline Update Error: Download Canceled";
3482const char kUpdateMenuTypeInlineUpdateInstallFailed[] =
3483 "Inline Update Error: Install Failed";
Brett Wilsonff596952017-07-14 01:06:553484
Richard Knoll1fc70942021-03-11 13:34:343485const char kUseNotificationCompatBuilderName[] =
3486 "Use NotificationCompat.Builder for Web Notifications";
3487const char kUseNotificationCompatBuilderDescription[] =
3488 "This enables using NotificationCompat.Builder instead of "
3489 "Notification.Builder to create Web Notifications.";
3490
Alexander Cooperfaad86452020-10-27 19:39:023491const char kUserMediaScreenCapturingName[] = "Screen Capture API";
3492const char kUserMediaScreenCapturingDescription[] =
3493 "Allows sites to request a video stream of your screen.";
3494
Shakti Sahu2741f8d2020-08-14 03:38:363495const char kVideoTutorialsName[] = "Enable video tutorials";
3496const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:103497const char kVideoTutorialsInstantFetchName[] =
3498 "Video tutorials fetch on startup";
3499const char kVideoTutorialsInstantFetchDescription[] =
3500 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:363501
bttk8031f3fb2021-02-25 20:21:243502const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
3503const char kAdaptiveButtonInTopToolbarDescription[] =
3504 "Enables showing an adaptive action button in the top toolbar";
bttk74acf1b2021-05-19 20:20:593505const char kAdaptiveButtonInTopToolbarCustomizationName[] =
3506 "Adaptive button in top toolbar customization";
3507const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
3508 "Enables UI for customizing the adaptive action button in the top toolbar";
bttk8031f3fb2021-02-25 20:21:243509const char kShareButtonInTopToolbarName[] = "Share button in top toolbar";
3510const char kShareButtonInTopToolbarDescription[] =
3511 "Enables UI to initiate sharing from the top toolbar. Enabling Adaptive "
3512 "Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043513const char kVoiceButtonInTopToolbarName[] = "Voice button in top toolbar";
3514const char kVoiceButtonInTopToolbarDescription[] =
bttk8031f3fb2021-02-25 20:21:243515 "Enables showing the voice search button in the top toolbar. Enabling "
3516 "Adaptive Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043517
Tommy Nyquist26ffb642019-02-20 20:31:523518const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow";
3519const char kInlineUpdateFlowDescription[] =
3520 "When this flag is set, instead of taking the user to the Google Play "
3521 "Store when an update is available, the user is presented with an inline "
3522 "flow where they do not have to leave Chrome until the update is ready "
3523 "to install.";
3524
Shimi Zhang86c5f212020-11-23 20:36:513525const char kSwipeToMoveCursorName[] = "Swipe to move cursor";
3526const char kSwipeToMoveCursorDescription[] =
Shimi Zhang7a4a6002020-12-08 01:37:443527 "Allows user to use touch gestures to move the text cursor around. This "
3528 "flag will only take effect on Android 11 and above.";
Shimi Zhang86c5f212020-11-23 20:36:513529
Marc Treib12dcc972020-10-02 15:27:203530const char kWalletRequiresFirstSyncSetupCompleteName[] =
3531 "Controls whether Wallet (GPay) integration on Android requires "
3532 "first-sync-setup to be complete";
3533const char kWalletRequiresFirstSyncSetupCompleteDescription[] =
3534 "Controls whether the Wallet (GPay) integration on Android requires "
3535 "first-sync-setup to be complete. Only has an effect if "
3536 "enable-autofill-account-wallet-storage is also enabled.";
3537
Carlos Knippschild0cf5a072020-12-01 00:15:533538const char kWebFeedName[] = "Web Feed";
3539const char kWebFeedDescription[] =
3540 "Allows users to keep up with and consume web content.";
3541
Gayane Petrosyanb54b5c82021-04-27 14:18:233542const char kWebNotesStylizeName[] = "WebNotes Stylize";
3543const char kWebNotesStylizeDescription[] =
3544 "Allows users to create and share stylized webnotes.";
3545
Justin DeWitt83faf9d12020-12-17 23:18:033546const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
3547const char kXsurfaceMetricsReportingDescription[] =
3548 "Allows metrics reporting state to be passed to Xsurface";
3549
SebSG9cfb03f2021-07-20 22:07:143550const char kWebNotesPublishName[] = "WebNotes Publish";
3551const char kWebNotesPublishDescription[] =
3552 "Allows users to save their created notes.";
3553
Brett Wilson7b44537e2017-08-18 01:38:283554// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:553555
Brett Wilson7b44537e2017-08-18 01:38:283556#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:483557
Lei Zhang1a6fd01b2021-03-24 17:03:483558const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153559 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:483560const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153561 "When enabled, allows all websites to request to initiate tab mirroring "
3562 "via Presentation API. Requires #cast-media-route-provider to also be "
3563 "enabled";
3564
echo linkercfa62032021-04-27 05:23:333565const char kAppManagementIntentSettingsName[] =
3566 "App Management intent settings";
3567const char kAppManagementIntentSettingsDescription[] =
3568 "Enables and displays the intent settings link handling setting for App "
3569 "Management.";
3570
evliu467c11b82020-11-17 01:29:303571const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
3572const char kEnableAccessibilityLiveCaptionDescription[] =
3573 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:593574 "media playing in Chrome. Turn the feature on in "
3575 "chrome://settings/accessibility.";
3576
Rob Schonberger539fa2e52021-03-25 05:26:593577const char kEnableAccessibilityLiveCaptionSodaName[] = "SODA for Live Caption";
3578const char kEnableAccessibilityLiveCaptionSodaDescription[] =
3579 "If Live Caption (chrome://flags/#enable-accessibility-live-captions) is "
3580 "enabled, whether or not to use SODA for live captions instead of the web "
3581 "api. Turn on the feature in chrome://settings/accessibility.";
3582
John Lee651b47672020-09-14 19:55:023583const char kCopyLinkToTextName[] = "Copy Link To Text";
3584const char kCopyLinkToTextDescription[] =
3585 "Adds an item to the context menu to allow a user to copy a link to the "
3586 "page with the selected text highlighted.";
3587
Owen Min478d330e2020-10-19 19:18:483588const char kEnterpriseRealtimeExtensionRequestName[] =
3589 "Enterprise real-time extension request report";
3590const char kEnterpriseRealtimeExtensionRequestDescription[] =
3591 "Enable the real-time extension request uploading. The feature requires "
3592 "the enterprise reporting and extension request being enabled.";
3593
John Williamse5a683b2020-07-28 03:01:483594const char kGlobalMediaControlsCastStartStopName[] =
3595 "Global media controls control Cast start/stop";
3596const char kGlobalMediaControlsCastStartStopDescription[] =
3597 "Allows global media controls to control when a Cast session is started "
3598 "or stopped instead of relying on the Cast dialog.";
3599
Richard Knoll7b293562021-07-08 08:49:063600const char kMuteNotificationSnoozeActionName[] =
3601 "Snooze action for mute notifications";
3602const char kMuteNotificationSnoozeActionDescription[] =
3603 "Adds a Snooze action to mute notifications shown while sharing a screen.";
3604
Esmael El-Moslimanyf85849d2021-01-15 02:18:103605const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
3606const char kNtpCacheOneGoogleBarDescription[] =
3607 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
3608 "when available.";
3609
Tibor Goldschwendt16a63cb2020-08-04 19:08:153610const char kNtpModulesName[] = "NTP Modules";
3611const char kNtpModulesDescription[] = "Shows modules on the New Tab Page.";
3612
Andre Vincent60a5c5d2020-12-24 02:53:013613const char kNtpDriveModuleName[] = "NTP Drive Module";
3614const char kNtpDriveModuleDescription[] =
3615 "Shows the Google Drive module on the New Tab Page";
3616
Jeremy Selier6d7e19fe2021-07-20 17:08:343617const char kNtpPhotosModuleName[] = "NTP Photos Module";
3618const char kNtpPhotosModuleDescription[] =
3619 "Shows the Google Photos module on the New Tab Page";
3620
Esmael El-Moslimany75e33762020-10-21 18:26:433621const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
3622const char kNtpRecipeTasksModuleDescription[] =
3623 "Shows the recipe tasks module on the New Tab Page.";
3624
Tibor Goldschwendt08c6b882020-10-01 03:09:323625const char kNtpShoppingTasksModuleName[] = "NTP Shopping Tasks Module";
3626const char kNtpShoppingTasksModuleDescription[] =
3627 "Shows the shopping tasks module on the New Tab Page.";
3628
Yue Zhangd50dd692020-12-24 01:20:023629const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
3630const char kNtpChromeCartModuleDescription[] =
3631 "Shows the chrome cart module on the New Tab Page.";
3632
Lydia Lam44eea142021-06-10 01:19:003633const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
3634const char kNtpModulesDragAndDropDescription[] =
3635 "Enables modules to be reordered via dragging and dropping on the "
3636 "New Tab Page.";
3637
Deanna Oei155c24c2021-06-10 22:48:193638const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
3639const char kNtpModulesRedesignedDescription[] =
3640 "Shows the redesigned modules on the New Tab Page.";
3641
Marlon Facey03502f342021-07-14 20:58:583642const char kNtpRealboxSuggestionAnswersName[] =
3643 "NTP Realbox Suggestion Answers";
3644const char kNtpRealboxSuggestionAnswersDescription[] =
3645 "Shows suggestion answers in the NTP Realbox when enabled.";
3646
Aran Gilman766c2ad2019-04-18 00:15:413647const char kEnableReaderModeName[] = "Enable Reader Mode";
3648const char kEnableReaderModeDescription[] =
3649 "Allows viewing of simplified web pages by selecting 'Customize and "
3650 "control Chrome'>'Distill page'";
3651
Wei Li2946b352019-08-19 21:49:543652const char kHappinessTrackingSurveysForDesktopDemoName[] =
3653 "Happiness Tracking Surveys Demo";
3654const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
3655 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
3656
Jon Flatley8c785582019-06-05 00:33:423657const char kKernelnextVMsName[] = "Enable VMs on experimental kernels.";
3658const char kKernelnextVMsDescription[] =
3659 "Enables VM support on devices running experimental kernel versions.";
3660
Travis Skarebcdb5ed32018-08-17 01:49:403661const char kOmniboxDriveSuggestionsName[] =
3662 "Omnibox Google Drive Document suggestions";
3663const char kOmniboxDriveSuggestionsDescriptions[] =
3664 "Display suggestions for Google Drive documents in the omnibox when Google "
3665 "is the default search engine.";
3666
Kevin Bailey9ec05532019-01-31 23:01:333667const char kOmniboxExperimentalKeywordModeName[] =
3668 "Omnibox Experimental Keyword Mode";
3669const char kOmniboxExperimentalKeywordModeDescription[] =
3670 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:153671 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:333672
Orin Jaworski3fb624e2021-05-06 17:27:403673const char kOmniboxPedalsBatch2NonEnglishName[] =
3674 "Omnibox Pedals batch 2 for non-English locales";
3675const char kOmniboxPedalsBatch2NonEnglishDescription[] =
3676 "Enable the second batch of Omnibox Pedals (Safety Check, etc.) for "
3677 "locales other than 'en' and 'en-GB'. This flag has no effect unless "
3678 "\"Omnibox Pedals batch 2\" is also enabled.";
Orin Jaworskiab717e6d2021-03-05 21:45:023679
Orin Jaworskib09ea1bb2021-06-24 22:01:193680const char kOmniboxPedalsBatch3Name[] = "Omnibox Pedals batch 3";
3681const char kOmniboxPedalsBatch3Description[] =
3682 "Enable the third batch of Omnibox Pedals.";
3683
Orin Jaworskif7cb0f112021-08-06 22:51:383684const char kOmniboxPedalsTranslationConsoleName[] =
3685 "Omnibox Pedals Translation Console";
3686const char kOmniboxPedalsTranslationConsoleDescription[] =
3687 "Use translation strings sourced from Translation Console "
3688 "for triggering some omnibox Pedals (aka Chrome Actions).";
3689
Justin Donnelly5726ecf2020-08-14 00:53:523690const char kOmniboxKeywordSearchButtonName[] = "Omnibox keyword search button";
3691const char kOmniboxKeywordSearchButtonDescription[] =
3692 "Enable the omnibox keyword search button which offers a way to search "
Orin Jaworski35e654fd2021-05-04 21:04:403693 "on specific sites from the omnibox.";
Justin Donnelly5726ecf2020-08-14 00:53:523694
Kevin Bailey7d918b92019-05-02 16:00:143695const char kOmniboxShortBookmarkSuggestionsName[] =
3696 "Omnibox short bookmark suggestions";
3697const char kOmniboxShortBookmarkSuggestionsDescription[] =
3698 "Match very short input words to beginning of words in bookmark "
3699 "suggestions.";
3700
Caroline Risingdb7df182021-01-11 19:49:143701const char kReadLaterFlagId[] = "read-later";
3702const char kReadLaterName[] = "Reading List";
3703const char kReadLaterDescription[] =
3704 "Click on the Bookmark icon or right click on a tab to add tabs to a "
3705 "reading list.";
3706
Chris Thompson657d5c82020-10-08 23:04:103707const char kSCTAuditingName[] = "SCT auditing";
3708const char kSCTAuditingDescription[] =
3709 "Enables SCT auditing for users who have opted in to Safe Browsing "
3710 "Extended Reporting.";
3711
Brett Wilson7b44537e2017-08-18 01:38:283712#endif // !defined(OS_ANDROID)
3713
3714// Windows ---------------------------------------------------------------------
3715
3716#if defined(OS_WIN)
3717
David Bienvenud0ddda32018-11-01 16:59:163718const char kCalculateNativeWinOcclusionName[] =
3719 "Calculate window occlusion on Windows";
3720const char kCalculateNativeWinOcclusionDescription[] =
3721 "Calculate window occlusion on Windows will be used in the future "
3722 "to throttle and potentially unload foreground tabs in occluded windows";
3723
Frank Liberato754d14f2019-01-30 23:31:173724const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder";
3725const char kD3D11VideoDecoderDescription[] =
3726 "Enables D3D11VideoDecoder for hardware accelerated video decoding.";
3727
Lei Zhang1a6fd01b2021-03-24 17:03:483728const char kEnableIncognitoShortcutOnDesktopName[] =
Mariam Alidbe57662020-08-06 12:28:353729 "Enable Incognito Desktop Shortcut";
Lei Zhang1a6fd01b2021-03-24 17:03:483730const char kEnableIncognitoShortcutOnDesktopDescription[] =
Mariam Alidbe57662020-08-06 12:28:353731 "Enables users to create a desktop shortcut for incognito mode.";
3732
Armando Miragliad2e6fc9e2020-03-06 09:23:093733const char kEnableMediaFoundationVideoCaptureName[] =
3734 "MediaFoundation Video Capture";
3735const char kEnableMediaFoundationVideoCaptureDescription[] =
3736 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
3737 "to DirectShow if disabled.";
3738
henrikac66d1012021-01-19 13:59:183739const char kRawAudioCaptureName[] = "Raw audio capture";
3740const char kRawAudioCaptureDescription[] =
3741 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
3742 "audio stream is a 'raw' stream that bypasses all signal processing except "
3743 "for endpoint specific, always-on processing in the Audio Processing Object"
3744 " (APO), driver, and hardware.";
3745
Lei Zhangc05af2a2020-05-15 20:54:053746const char kRunVideoCaptureServiceInBrowserProcessName[] =
3747 "Run video capture service in browser";
3748const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
3749 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:283750
Olli Etuaho122321192018-09-07 10:15:293751const char kUseAngleName[] = "Choose ANGLE graphics backend";
3752const char kUseAngleDescription[] =
3753 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
3754 "computers by default. Using the OpenGL driver as the graphics backend may "
3755 "result in higher performance in some graphics-heavy applications, "
3756 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
3757 "video playback.";
3758
3759const char kUseAngleDefault[] = "Default";
3760const char kUseAngleGL[] = "OpenGL";
3761const char kUseAngleD3D11[] = "D3D11";
3762const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:023763const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:293764
Brett Wilson7b44537e2017-08-18 01:38:283765const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3766const char kUseWinrtMidiApiDescription[] =
3767 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3768 "later).";
3769
Daniel Hosseinian159cb3d2020-03-13 03:02:023770#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhangc05af2a2020-05-15 20:54:053771const char kGdiTextPrinting[] = "GDI Text Printing";
3772const char kGdiTextPrintingDescription[] =
3773 "Use GDI to print text as simply text";
3774
Lei Zhanga6a8a492020-05-14 03:55:033775const char kPrintWithReducedRasterizationName[] =
3776 "Print with reduced rasterization";
3777const char kPrintWithReducedRasterizationDescription[] =
3778 "When using GDI printing, avoid rasterization if possible.";
3779
Alan Screen574ffd662019-11-21 22:38:533780const char kUseXpsForPrintingName[] = "Use XPS for printing";
3781const char kUseXpsForPrintingDescription[] =
3782 "When enabled, use XPS printing API instead of the GDI print API.";
3783
Alan Screen49388112019-12-13 23:34:213784const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
3785const char kUseXpsForPrintingFromPdfDescription[] =
3786 "When enabled, use XPS printing API instead of the GDI print API when "
3787 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:023788#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:213789
Tom5efa14f12021-06-30 00:37:323790const char kWin10TabSearchCaptionButtonName[] =
3791 "Windows 10 Tab Search Caption Button";
3792const char kWin10TabSearchCaptionButtonDescription[] =
3793 "Move the Tab Search entrypoint besides the window caption buttons on "
3794 "Windows 10 platforms.";
3795
Brett Wilson7b44537e2017-08-18 01:38:283796#endif // defined(OS_WIN)
3797
3798// Mac -------------------------------------------------------------------------
3799
Avi Drissman2e458df2020-07-29 16:24:313800#if defined(OS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:283801
Daniel Hosseinian159cb3d2020-03-13 03:02:023802#if BUILDFLAG(ENABLE_PRINTING)
3803const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
3804const char kCupsIppPrintingBackendDescription[] =
3805 "Use the CUPS IPP printing backend instead of the original CUPS backend "
3806 "that calls the PPD API.";
3807#endif // BUILDFLAG(ENABLE_PRINTING)
3808
Owen Min3bfb32232020-10-28 17:52:153809const char kEnterpriseReportingApiKeychainRecreationName[] =
3810 "Enterprise reporting API keychain item recreation.";
3811const char kEnterpriseReportingApiKeychainRecreationDescription[] =
3812 "Allow enterprise reporting private API to recreate keychain item on Mac. "
3813 "The recreated item can be accessed by other binaries.";
3814
Sidney San Martín678fd4112019-03-30 00:13:053815const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
3816const char kImmersiveFullscreenDescription[] =
3817 "Automatically hide and show the toolbar in fullscreen.";
3818
Greg Kerrf46f31872019-08-08 20:22:443819const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
3820const char kMacSyscallSandboxDescription[] =
3821 "Controls whether the macOS sandbox filters syscalls.";
3822
Christopher Cameron93855ff2019-10-10 19:26:543823const char kMetalName[] = "Metal";
3824const char kMetalDescription[] =
3825 "Use Metal instead of OpenGL for rasterization (if out-of-process "
3826 "rasterization is enabled) and display (if the Skia renderer is enabled)";
3827
Elly Fong-Jonesbe71ce62021-04-07 15:25:033828const char kScreenTimeName[] = "Screen Time";
3829const char kScreenTimeDescription[] =
3830 "Integrate with the macOS Screen Time system.";
3831
Brett Wilson7b44537e2017-08-18 01:38:283832#endif
3833
3834// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343835
Yuta Hijikata235fc62b2020-12-08 03:48:323836#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:343837
Anastasiia N3967787c2020-11-17 15:05:203838const char kAccountManagementFlowsV2Name[] =
3839 "Enable redesign of account management flows";
3840const char kAccountManagementFlowsV2Description[] =
3841 "Enables redesign of account management flows and Account Manager page in "
3842 "Settings. "
3843 "See go/betterAM";
3844
Brett Wilson7b44537e2017-08-18 01:38:283845const char kAcceleratedMjpegDecodeName[] =
3846 "Hardware-accelerated mjpeg decode for captured frame";
3847const char kAcceleratedMjpegDecodeDescription[] =
3848 "Enable hardware-accelerated mjpeg decode for captured frame where "
3849 "available.";
vabr0215a8e2017-03-28 12:47:343850
Zentaro Kavanagh65b3e112019-09-03 16:18:233851const char kAllowDisableMouseAccelerationName[] =
3852 "Allow disabling mouse acceleration";
3853const char kAllowDisableMouseAccelerationDescription[] =
3854 "Shows a setting to disable mouse acceleration.";
3855
Vyshu9ea9e182021-02-04 17:53:063856const char kAllowRepeatedUpdatesName[] =
3857 "Continue checking for updates before reboot and after initial update.";
3858const char kAllowRepeatedUpdatesDescription[] =
3859 "Continues checking to see if there is a more recent update, even if user"
3860 "has not rebooted to apply the previous update.";
3861
Kyle Horimoto734f0752020-03-20 20:46:543862const char kAllowScrollSettingsName[] =
3863 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
3864const char kAllowScrollSettingsDescription[] =
3865 "Shows settings to enable/disable scroll acceleration and to adjust the "
3866 "sensitivity for scrolling.";
3867
Alex Newcomer2a59139f2021-05-27 19:02:113868extern const char kAppListBubbleName[] =
3869 "Productivity experiment: App Launcher";
3870extern const char kAppListBubbleDescription[] =
3871 "To evaluate an enhanced Launcher experience that aims to improve app "
3872 "workflows by optimizing access to apps, app content, and app actions.";
3873
Maggie Cai062ab3b2020-09-17 13:23:263874const char kAppServiceExternalProtocolName[] = "App Service External Protocol";
3875const char kAppServiceExternalProtocolDescription[] =
3876 "Use the App Service to provide data for external protocol dialog.";
3877
Ryo Hashimoto8f4b30ced2019-04-08 12:14:193878const char kArcCustomTabsExperimentName[] =
3879 "Enable Custom Tabs experiment for ARC";
3880const char kArcCustomTabsExperimentDescription[] =
3881 "Allow Android apps to use Custom Tabs."
3882 "This feature only works on the Canary and Dev channels.";
3883
Alexander Bolodurin4e0a465c2021-03-31 23:14:033884const char kArcDocumentsProviderUnknownSizeName[] =
3885 "Enable ARC DocumentsProvider unknown file size handling";
3886const char kArcDocumentsProviderUnknownSizeDescription[] =
3887 "Allow opening DocumentsProvider files where size is not reported.";
3888
Satoshi Niwa8b1d5282018-10-24 04:53:033889const char kArcFilePickerExperimentName[] =
3890 "Enable file picker experiment for ARC";
3891const char kArcFilePickerExperimentDescription[] =
3892 "Enables using Chrome OS file picker in ARC.";
3893
Tetsui Ohkubo54018862021-06-18 11:13:353894const char kArcImageCopyPasteCompatName[] =
3895 "Enable image copy & paste compatibility mode for ARC";
3896const char kArcImageCopyPasteCompatDescription[] =
3897 "Allows pasting of images to Android apps through commitContent API and "
3898 "share intent.";
3899
Tetsui Ohkubo4c6d7f42021-07-07 16:47:373900const char kArcKeyboardShortcutHelperIntegrationName[] =
3901 "Enable keyboard shortcut helper integration for ARC";
3902const char kArcKeyboardShortcutHelperIntegrationDescription[] =
3903 "Shows keyboard shortcuts from Android apps in Chrome OS Shortcut Viewer";
3904
Lev Rumyantsev6eddc802019-08-27 19:41:213905const char kArcNativeBridgeToggleName[] =
3906 "Toggle between native bridge implementations for ARC";
3907const char kArcNativeBridgeToggleDescription[] =
3908 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:513909
Josh Horwichc50d5b22020-07-07 22:32:183910const char kArcNativeBridge64BitSupportExperimentName[] =
3911 "Enable experimental 64-bit native bridge support for ARC";
3912const char kArcNativeBridge64BitSupportExperimentDescription[] =
3913 "Enable experimental 64-bit native bridge support for ARC where available.";
3914
Yusuke Sato4717d1782021-03-12 23:27:173915const char kArcRtVcpuDualCoreName[] =
3916 "Enable ARC real time vcpu on a device with 2 logical cores online.";
3917const char kArcRtVcpuDualCoreDesc[] =
3918 "Enable ARC real time vcpu on a device with 2 logical cores online to "
3919 "reduce media playback glitch.";
3920
3921const char kArcRtVcpuQuadCoreName[] =
3922 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
3923const char kArcRtVcpuQuadCoreDesc[] =
3924 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
3925 "reduce media playback glitch.";
3926
Yury Khmele4649fc2020-12-01 22:59:153927const char kArcUseHighMemoryDalvikProfileName[] =
3928 "Enable ARC high-memory dalvik profile";
3929const char kArcUseHighMemoryDalvikProfileDesc[] =
3930 "Allow Android to use high-memory dalvik profile when applicable for "
3931 "high-memory devices.";
3932
Tim Sergeant37be4a82021-06-11 07:35:233933const char kArcWebAppShareName[] = "Enable sharing to Web Apps from ARC";
3934const char kArcWebAppShareDescription[] =
3935 "Allow Android apps to send shared text and files to web apps. When "
3936 "disabled, web apps may still appear in share sheets, but will not "
3937 "receive any shared content.";
3938
Mustafa Camurcu32cfc592021-02-10 19:00:403939const char kArcEnableUsapName[] =
3940 "Enable ARC Unspecialized Application Processes";
3941const char kArcEnableUsapDesc[] =
3942 "Enable ARC Unspecialized Application Processes when applicable for "
3943 "high-memory devices.";
3944
Eliot Courtneye87a9c32018-11-20 03:33:023945const char kAshEnablePipRoundedCornersName[] =
3946 "Enable Picture-in-Picture rounded corners.";
3947const char kAshEnablePipRoundedCornersDescription[] =
3948 "Enable rounded corners on the Picture-in-Picture window.";
3949
Andrew Moylan2db11cd2019-05-22 14:25:153950const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3951const char kAshEnableUnifiedDesktopDescription[] =
3952 "Enable unified desktop mode which allows a window to span multiple "
3953 "displays.";
3954
Claudius van der Merwecf95ee62021-06-25 00:07:363955const char kBluetoothAdvertisementMonitoringName[] =
3956 "Bluetooth Advertisement Monitoring";
3957const char kBluetoothAdvertisementMonitoringDescription[] =
3958 "Advertisement monitoring allows applications to register low energy "
3959 "scanners that filter low energy advertisements in a power-efficient "
3960 "manner.";
3961
Michael Sun1b15a302020-04-07 02:57:293962const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
3963const char kBluetoothFixA2dpPacketSizeDescription[] =
3964 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
3965 "audio quality and may fix audio stutter.";
3966
Kyle Horimoto168d45b2021-07-13 01:51:293967const char kBluetoothRevampName[] = "Bluetooth Revamp";
3968const char kBluetoothRevampDescription[] =
3969 "Enables the Chrome OS Bluetooth Revamp, which updates Bluetooth system UI "
3970 "and related infrastructure.";
3971
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:343972const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
3973const char kBluetoothWbsDogfoodDescription[] =
3974 "Enables Bluetooth wideband speech mic as default audio option. "
3975 "Note that flipping this flag makes no difference on most of the "
3976 "Chrome OS models, because Bluetooth WBS is either unsupported "
3977 "or fully launched. Only on the few models that Bluetooth WBS is "
3978 "still stablizing this flag will take effect.";
3979
Jefferson Choi Bernardc84c6502021-06-22 17:35:143980const char kButtonARCNetworkDiagnosticsName[] = "ARC Network Tests Button";
3981const char kButtonARCNetworkDiagnosticsDescription[] =
3982 "Enables the display of a button on the ARC Provisioning failure dialog "
3983 "that opens the connectivity section of the diagnostics app.";
3984
Jiaming Chenga8091322021-08-05 04:30:453985const char kCalendarViewName[] =
3986 "Productivity experiment: Monthly Calendar View";
3987const char kCalendarViewDescription[] =
3988 "Show Monthly Calendar View with Google Calendar events to increase "
3989 "productivity by helping users view their schedules more quickly.";
3990
Wei Lee4fe87182020-12-22 09:32:443991const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
3992const char kPreferConstantFrameRateDescription[] =
3993 "Enables this flag to prefer using constant frame rate for camera when "
3994 "streaming";
3995
mojahsu3144bf32021-05-26 10:14:463996const char kForceControlFaceAeName[] = "Force control face AE";
3997const char kForceControlFaceAeDescription[] =
3998 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:113999
Ricky Lianga3e6a162021-08-16 07:43:144000const char kHdrNetOverrideName[] = "HDRnet control override";
4001const char kHdrNetOverrideDescription[] =
4002 "Overrides the default to forcibly enable or disable the HDRnet feature";
4003
tby989a5b5ad2021-04-16 06:42:204004const char kCategoricalSearchName[] = "Launcher Categorical Search";
4005const char kCategoricalSearchDescription[] =
4006 "Launcher search results grouped by categories";
4007
Chad Duffinc0e2310e2021-06-23 00:13:574008const char kCellularAllowPerNetworkRoamingName[] =
4009 "Allow per-networking roaming";
4010const char kCellularAllowPerNetworkRoamingDescription[] =
4011 "Allows per-network cellular roaming configuration when cellular roaming "
4012 "is not disabled for the device through enterprise policy.";
4013
Regan Hsub9816d52021-05-26 15:03:484014const char kCellularForbidAttachApnName[] = "Forbid Use Attach APN";
4015const char kCellularForbidAttachApnDescription[] =
4016 "If enabled, the value of |kCellularUseAttachApn| should have no effect "
4017 "and the LTE attach APN configuration will not be sent to the modem. This "
4018 "flag exists because the |kCellularUseAttachApn| flag can be enabled "
4019 "by command-line arguments via board overlays which takes precedence over "
4020 "finch configs, which may be needed to turn off the Attach APN feature.";
4021
Vincent Palatinfd080f82020-12-21 19:47:064022const char kCellularUseAttachApnName[] = "Cellular use Attach APN";
4023const char kCellularUseAttachApnDescription[] =
4024 "Use the mobile operator database to set explicitly an Attach APN "
4025 "for the LTE connections rather than letting the modem decide which "
4026 "attach APN to use or retrieve it from the network";
4027
Azeem Arshad43b191b2021-01-15 23:59:564028const char kCellularUseExternalEuiccName[] = "Use external Euicc";
4029const char kCellularUseExternalEuiccDescription[] =
4030 "When enabled Cellular Setup and Settings UI will use the first available "
4031 "external Euicc.";
4032
Yulun Wu1e355132020-02-11 20:12:224033const char kContextualNudgesName[] =
4034 "Contextual nudges for user gesture education";
4035const char kContextualNudgesDescription[] =
4036 "Enables contextual nudges, periodically showing the user a label "
4037 "explaining how to interact with a particular UI element using gestures.";
4038
Joel Hockey71ebbe62021-03-28 06:24:044039const char kCroshSWAName[] = "Crosh System Web App";
4040const char kCroshSWADescription[] =
4041 "When enabled, crosh (Chrome OS Shell) will run as a tabbed System Web App "
4042 "rather than a normal browser tab.";
4043
mlcui378ba4662021-02-16 00:13:344044const char kCrosLanguageSettingsUpdate2Name[] = "Language Settings Update 2";
4045const char kCrosLanguageSettingsUpdate2Description[] =
4046 "Enables the second language settings update. Requires "
4047 "#enable-cros-language-settings-update to be enabled.";
4048
Jing Wang859fb1a2020-11-27 00:26:484049const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
4050const char kCrosOnDeviceGrammarCheckDescription[] =
4051 "Enable new on-device grammar check component.";
4052
Brett Wilson7b44537e2017-08-18 01:38:284053const char kCrosRegionsModeName[] = "Cros-regions load mode";
4054const char kCrosRegionsModeDescription[] =
4055 "This flag controls cros-regions load mode";
4056const char kCrosRegionsModeDefault[] = "Default";
4057const char kCrosRegionsModeOverride[] = "Override VPD values.";
4058const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:344059
David Munro3528c5c2020-01-13 02:44:374060const char kCrostiniDiskResizingName[] = "Allow resizing Crostini disks";
4061const char kCrostiniDiskResizingDescription[] =
4062 "Use preallocated user-resizeable disks for Crostini instead of sparse "
4063 "automatically sized disks.";
4064
Fergus Dall9d0e95a2021-07-30 08:10:114065const char kCrostiniContainerInstallName[] =
4066 "Debian version for new Crostini containers";
4067const char kCrostiniContainerInstallDescription[] =
4068 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:154069
Ben Wells7238dd02019-05-02 08:20:324070const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
4071const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
4072
David Munro7d1a6712021-07-12 06:52:264073const char kCrostiniUseDlcName[] = "Crostini Use DLC";
4074const char kCrostiniUseDlcDescription[] =
4075 "Download the termina VM using the new DLC service instead of the old "
4076 "component updater.";
4077
David Munro9fce777c2020-10-07 03:55:544078const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
4079const char kCrostiniResetLxdDbDescription[] =
4080 "Recreates the LXD database every time we launch it";
4081
Pilar Molina Lopezd5b787512020-11-19 00:21:484082const char kDisableBufferBWCompressionName[] =
4083 "Disable buffer bandwidth compression";
4084const char kDisableBufferBWCompressionDescription[] =
4085 "Disable bandwidth compression when allocating buffers";
4086
Ricky Liang8df43372020-07-09 09:41:094087const char kDisableCameraFrameRotationAtSourceName[] =
4088 "Disable camera frame rotation at source";
4089const char kDisableCameraFrameRotationAtSourceDescription[] =
4090 "Disable camera frame rotation to the upright display orientation in the "
4091 "video capture device";
4092
Thanh Nguyena4c933442019-05-11 03:43:554093const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
4094const char kDisableCancelAllTouchesDescription[] =
4095 "If enabled, a canceled touch will not force all other touches to be "
4096 "canceled.";
4097
Pavol Marko07c02b72020-11-19 12:04:534098const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
4099 "Disable closing idle sockets on memory pressure";
4100const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
4101 "If enabled, idle sockets will not be closed when chrome detects memory "
4102 "pressure. This applies to web pages only and not to internal requests.";
4103
Daniele Castagna893d822e2019-03-08 21:37:114104const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
4105const char kDisableExplicitDmaFencesDescription[] =
4106 "Always rely on implicit syncrhonization between GPU and display "
4107 "controller instead of using dma-fences explcitily when available.";
4108
Bailey Berro01f09742020-07-21 05:40:594109const char kDisplayAlignmentAssistanceName[] =
4110 "Enable Display Alignment Assistance";
4111const char kDisplayAlignmentAssistanceDescription[] =
4112 "Show indicators on shared edges of the displays when user is "
4113 "attempting to move their mouse over to another display. Show preview "
4114 "indicators when the user is moving a display in display layouts.";
4115
Su Hong Koobbd04e02020-04-04 00:16:064116const char kDisplayIdentificationName[] =
4117 "Enable display identification highlight";
4118const char kDisplayIdentificationDescription[] =
4119 "Shows a blue highlight around the edges of the display that is selected "
4120 "in the Displays Settings page. Only shown when the Displays Settings page "
4121 "is open.";
4122
Jon Mann8e448142021-07-29 19:31:304123const char kFastPairName[] = "Enable Fast Pair";
4124const char kFastPairDescription[] =
4125 "Enables Google Fast Pair service which uses BLE to discover supported "
4126 "nearby Bluetooth devices and surfaces a notification for quick pairing. "
4127 "Use along with #bluetooth-advertisement-monitoring to allow background "
4128 "scanning.";
4129
Miguel Casas8821b0982020-07-02 12:28:494130const char kUseHDRTransferFunctionName[] =
4131 "Monitor/Display HDR transfer function";
4132const char kUseHDRTransferFunctionDescription[] =
4133 "Allows using the HDR transfer functions of any connected monitor that "
4134 "supports it";
Miguel Casasf15028b12019-10-23 12:52:324135
Giovanni Ortuño Urquidi3e5e2072019-09-25 06:50:204136const char kDisableOfficeEditingComponentAppName[] =
4137 "Disable Office Editing for Docs, Sheets & Slides";
4138const char kDisableOfficeEditingComponentAppDescription[] =
4139 "Disables Office Editing for Docs, Sheets & Slides component app so "
4140 "handlers won't be registered, making it possible to install another "
4141 "version for testing.";
4142
Ahmed Fakhry4f567e692018-10-16 15:51:084143const char kDoubleTapToZoomInTabletModeName[] =
4144 "Double-tap to zoom in tablet mode";
4145const char kDoubleTapToZoomInTabletModeDescription[] =
4146 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
4147 "page.";
4148
Yulun Wub88a9202021-07-13 19:44:564149const char kQuickSettingsPWANotificationsName[] =
4150 "Enable setting of PWA notification permissions in quick settings ";
4151const char kQuickSettingsPWANotificationsDescription[] =
4152 "Replace website notification permissions with PWA notification "
4153 "permissions in the quick settings menu. Website notification permissions "
4154 "settings will be migrated to the lacros - chrome browser.";
4155
Austin Tankiang3d356862020-10-01 06:26:154156const char kDriveFsBidirectionalNativeMessagingName[] =
4157 "Enable bidirectional native messaging for DriveFS";
4158const char kDriveFsBidirectionalNativeMessagingDescription[] =
4159 "Enable enhanced native messaging host to communicate with DriveFS.";
4160
Per Åhgrend439e1e2021-05-16 13:49:554161const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
4162const char kCrOSEnforceSystemAecDescription[] =
4163 "Enforces using the system variant in CrAS of the AEC";
4164
4165const char kCrOSEnforceSystemAecAgcName[] =
4166 "Enforce using the system AEC and AGC in CrAS";
4167const char kCrOSEnforceSystemAecAgcDescription[] =
4168 "Enforces using the system variants in CrAS of the AEC and AGC.";
4169
4170const char kCrOSEnforceSystemAecNsName[] =
4171 "Enforce using the system AEC and NS in CrAS";
4172const char kCrOSEnforceSystemAecNsDescription[] =
4173 "Enforces using the system variants in CrAS of the AEC and NS.";
4174
4175const char kCrOSEnforceSystemAecNsAgcName[] =
4176 "Enforce using the system AEC, NS and AGC in CrAS";
4177const char kCrOSEnforceSystemAecNsAgcDescription[] =
4178 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
4179
Andrew Moylan2db11cd2019-05-22 14:25:154180const char kEnableAppReinstallZeroStateName[] =
4181 "Enable Zero State App Reinstall Suggestions.";
4182const char kEnableAppReinstallZeroStateDescription[] =
4183 "Enable Zero State App Reinstall Suggestions feature in launcher, which "
4184 "will show app reinstall recommendations at end of zero state list.";
4185
Matthew Mourgoscf22b4b2019-03-06 23:46:394186const char kEnableAppGridGhostName[] = "App Grid Ghosting";
4187const char kEnableAppGridGhostDescription[] =
4188 "Enables ghosting during an item drag in launcher.";
4189
Lei Zhang0a318af2018-11-14 02:19:464190const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:374191 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:464192const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:374193 "If audio focus is enabled in Chrome then this will delegate audio focus "
4194 "control in Android apps to Chrome.";
4195
Yue Liebaa9952018-12-07 21:41:264196const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
4197const char kEnableAssistantAppSupportDescription[] =
4198 "Enable the Assistant App Support feature";
4199
Xiaohui Chenb523747b2019-03-14 23:38:324200const char kEnableAssistantLauncherIntegrationName[] =
4201 "Assistant & Launcher integration";
4202const char kEnableAssistantLauncherIntegrationDescription[] =
4203 "Combine Launcher search with the power of Assistant to provide the most "
4204 "useful answer for each query. Requires Assistant to be enabled.";
4205
Xiao Yangf59e6932019-07-19 00:18:134206const char kEnableAssistantRoutinesName[] = "Assistant Routines";
4207const char kEnableAssistantRoutinesDescription[] = "Enable Assistant Routines.";
4208
Yue Lic30931472020-08-13 02:30:354209const char kEnableAutoSelectName[] = "Auto Select";
4210const char kEnableAutoSelectDescription[] =
4211 "Automatically select the word under cursor on contextual menu click.";
4212
Alex Newcomere5a362c2019-05-02 19:31:354213const char kEnableBackgroundBlurName[] = "Enable background blur.";
4214const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:284215 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:354216
Alex Newcomer46bfe142020-07-10 20:28:564217const char kEnhancedClipboardName[] =
4218 "Productivity Experiment: Enable Enhanced Clipboard";
4219const char kEnhancedClipboardDescription[] =
4220 "Enables an experimental clipboard history which aims to reduce context "
4221 "switching. After copying to the clipboard, press search + v to show the "
4222 "history. Selecting something from the menu will result in a paste to the "
4223 "active window.";
4224
Lei Zhang1a6fd01b2021-03-24 17:03:484225const char kEnhancedClipboardNudgeSessionResetName[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284226 "Enable resetting enhanced clipboard nudge data";
Lei Zhang1a6fd01b2021-03-24 17:03:484227const char kEnhancedClipboardNudgeSessionResetDescription[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284228 "When enabled, this will reset the clipboard nudge shown data on every new "
4229 "user session, allowing the nudge to be shown again.";
4230
Ana Salazarde4d2692021-06-16 01:37:064231const char kEnhancedClipboardScreenshotNudgeName[] =
4232 "Enable clipboard history screenshot nudge";
4233const char kEnhancedClipboardScreenshotNudgeDescription[] =
4234 "When enabled, the keyboard shortcut for clipboard history will show in "
4235 "the screenshot notification banner in clamshell mode.";
4236
Charles Zhao9d1b8def2019-10-16 22:32:394237const char kEnableCrOSActionRecorderName[] = "Enable CrOS action recorder";
4238const char kEnableCrOSActionRecorderDescription[] =
4239 "When enabled, each app launching, file opening, setting change, and url "
4240 "visiting will be logged locally into an encrypted file. Should not be "
Charles Zhaoafe9e8d2019-10-17 00:34:344241 "enabled. Be aware that hash option only provides a thin layer of privacy.";
Charles Zhao9d1b8def2019-10-16 22:32:394242
Garrick Evans0387e712021-04-28 05:24:324243const char kEnableDnsProxyName[] = "Enable DNS proxy service";
4244const char kEnableDnsProxyDescription[] =
4245 "When enabled, standard DNS queries will be proxied through the system "
4246 "service";
4247
Garrick Evans1d407ca92021-05-10 04:04:304248const char kDnsProxyEnableDOHName[] =
4249 "Enable DNS-over-HTTPS in the DNS proxy service";
4250const char kDnsProxyEnableDOHDescription[] =
4251 "When enabled, the DNS proxy will perform DNS-over-HTTPS in accordance "
4252 "with the Chrome OS SecureDNS settings.";
4253
James Hawkinsa9fefa8d2020-10-08 00:24:034254const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
4255const char kEnableHostnameSettingDescription[] =
4256 "Enables the ability to set the Chrome OS hostname, the name of the device "
4257 "that is exposed to the local network";
4258
Tim Sergeant9aeecd92021-05-24 07:29:074259const char kEnableGeneratedWebApksName[] = "Generated WebAPKs";
4260const char kEnableGeneratedWebApksDescription[] =
4261 "When enabled, generates and installs a WebAPK inside ARC for each "
4262 "installed and eligible PWA.";
4263
Harry Cuttscfe6d934f2019-06-05 21:45:554264const char kEnableGesturePropertiesDBusServiceName[] =
4265 "Enable gesture properties D-Bus service";
4266const char kEnableGesturePropertiesDBusServiceDescription[] =
4267 "Enable a D-Bus service for accessing gesture properties, which are used "
4268 "to configure input devices.";
4269
Xiaohui Chenf4283f32018-11-26 20:02:504270const char kEnableGoogleAssistantDspName[] =
4271 "Enable Google Assistant with hardware-based hotword";
4272const char kEnableGoogleAssistantDspDescription[] =
4273 "Enable an experimental feature that uses hardware-based hotword detection "
4274 "for Assistant. Only a limited number of devices have this type of "
4275 "hardware support.";
4276
Xiaohui Chenc3baca42018-11-30 19:29:374277const char kEnableGoogleAssistantStereoInputName[] =
4278 "Enable Google Assistant with stereo audio input";
4279const char kEnableGoogleAssistantStereoInputDescription[] =
4280 "Enable an experimental feature that uses stereo audio input for hotword "
4281 "and voice to text detection in Google Assistant.";
4282
Xiaohui Chen3f3a5bf12019-09-28 00:29:454283const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
4284const char kEnableGoogleAssistantAecDescription[] =
4285 "Enable an experimental feature that removes local feedback from audio "
4286 "input to help hotword and ASR when background audio is playing.";
4287
Rob Schonberger11bb2812019-07-31 23:41:004288const char kEnableHeuristicStylusPalmRejectionName[] =
4289 "Enable Heuristic for Stylus/Palm Rejection.";
4290const char kEnableHeuristicStylusPalmRejectionDescription[] =
4291 "Enable additional heuristic palm rejection logic when interacting with "
4292 "stylus usage. Not intended for all devices.";
4293
Harry Cutts8b445de2021-06-10 02:25:554294const char kEnableInputEventLoggingName[] = "Enable input event logging";
4295const char kEnableInputEventLoggingDescription[] =
4296 "Enable detailed logging of input events from touchscreens, touchpads, and "
4297 "mice. These events include the locations of all touches as well as "
4298 "relative pointer movements, and so may disclose sensitive data. They "
4299 "will be included in feedback reports and system logs, so DO NOT ENTER "
4300 "SENSITIVE INFORMATION with this flag enabled.";
4301
Harry Cuttsf74356712021-05-14 02:13:384302const char kEnableInputInDiagnosticsAppName[] =
4303 "Enable input device cards in the Diagnostics App";
4304const char kEnableInputInDiagnosticsAppDescription[] =
4305 "Enable input device cards in the Diagnostics App";
4306
Anton Swifton81ecf0c2021-05-04 02:28:514307const char kEnableInputNoiseCancellationUiName[] =
4308 "Enable Input Noise Cancellation UI.";
4309const char kEnableInputNoiseCancellationUiDescription[] =
4310 "Enable toggling input noise cancellation through the Quick Settings. By "
4311 "default, this flag is disabled.";
4312
[email protected]b2bed9d2020-12-09 23:49:424313const char kEnableLauncherSearchNormalizationName[] =
4314 "Enable normalization of launcher search results";
4315const char kEnableLauncherSearchNormalizationDescription[] =
4316 "Enable normalization of scores from different providers to the "
4317 "launcher.";
4318
Ana Salazar270fed42020-06-11 14:44:404319const char kNewDragSpecInLauncherName[] = "Enable Launcher App Paging";
4320const char kNewDragSpecInLauncherDescription[] =
4321 "Show visual affordance of launcher app pages and enable page previews "
4322 "when dragging apps.";
4323
Rob Schonbergerc258473f2019-11-08 05:09:354324const char kEnableNeuralStylusPalmRejectionName[] =
4325 "Enable Neural Palm Detection";
4326const char kEnableNeuralStylusPalmRejectionDescription[] =
4327 "Experimental: Enable Neural Palm detection. Not compatible with all "
4328 "devices.";
4329
Xiangdong Kongec5a0772021-05-03 21:53:014330const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
4331const char kEnableOsFeedbackDescription[] =
4332 "Enable the feedback tool with new UX design that helps users mitigate "
4333 "the issues while writing feedback and makes the UI easier to use.";
4334
Mitsuru Oshimadaf54572020-04-07 14:47:594335const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
4336const char kEnableNewShortcutMappingDescription[] =
4337 "Enables experimental new shortcut mapping";
4338
Rob Schonbergerba235782020-03-11 05:01:144339const char kEnablePalmOnMaxTouchMajorName[] =
4340 "Enable Palm when Touch is Maximum";
4341const char kEnablePalmOnMaxTouchMajorDescription[] =
4342 "Experimental: Enable Palm detection when the touchscreen reports max "
4343 "size. Not compatible with all devices.";
4344
4345const char kEnablePalmOnToolTypePalmName[] =
4346 "Enable Palm when Tool Type is Palm";
4347const char kEnablePalmOnToolTypePalmDescription[] =
4348 "Experimental: Enable palm detection when touchscreen reports "
4349 "TOOL_TYPE_PALM. Not compatible with all devices.";
4350
Rob Schonbergere0a8e3c2020-04-21 03:04:394351const char kEnablePalmSuppressionName[] =
4352 "Enable Palm Suppression with Stylus.";
4353const char kEnablePalmSuppressionDescription[] =
4354 "If enabled, suppresses touch when a stylus is on a touchscreen.";
4355
[email protected]683123b92019-12-10 03:52:224356const char kEnableQuickAnswersName[] = "Enable Quick Answers";
4357const char kEnableQuickAnswersDescription[] =
4358 "Enable the Quick Answers feature";
4359
Yue Li19ffe542020-10-28 02:52:284360const char kEnableQuickAnswersOnEditableTextName[] =
4361 "Enable Quick Answers on editable text";
4362const char kEnableQuickAnswersOnEditableTextDescription[] =
4363 "Enable Quick Answers on editable text.";
4364
Li Linb89713c2020-05-13 00:20:374365const char kEnableQuickAnswersTextAnnotatorName[] =
4366 "Enable Quick Answers text annotator";
4367const char kEnableQuickAnswersTextAnnotatorDescription[] =
4368 "Enable Quick Answers text annotator.";
4369
Yue Li869ba962020-09-19 00:27:134370const char kEnableQuickAnswersTranslationName[] =
4371 "Enable Quick Answers translation";
4372const char kEnableQuickAnswersTranslationDescription[] =
4373 "Enable Quick Answers translation.";
4374
Yue Li8468585fe2020-09-30 20:46:134375const char kEnableQuickAnswersTranslationCloudAPIName[] =
4376 "Enable Quick Answers translation using the Cloud API";
4377const char kEnableQuickAnswersTranslationCloudAPIDescription[] =
4378 "Enable Quick Answers translation using the Cloud API.";
4379
Yue Li354425c2021-06-15 00:26:044380const char kEnableQuickAnswersV2Name[] = "Enable Quick Answers V2 features";
4381const char kEnableQuickAnswersV2Description[] =
4382 "Enable Quick Answers V2 features.";
4383
Yue Li26c44942021-08-12 17:25:114384const char kDisableQuickAnswersV2TranslationName[] =
4385 "Disable Quick Answers Translation";
4386const char kDisableQuickAnswersV2TranslationDescription[] =
4387 "Disable translation services of the Quick Answers.";
4388
Brian Geffon134e77c52019-07-30 21:49:584389const char kTrimOnMemoryPressureName[] = "Trim Working Set on memory pressure";
4390const char kTrimOnMemoryPressureDescription[] =
4391 "Trim Working Set periodically on memory pressure";
4392
paulzhchen26343e92021-02-09 05:43:054393const char kEcheSWAName[] = "Enable Eche App SWA.";
4394const char kEcheSWADescription[] = "Enable the SWA version of the Eche.";
4395
paulzhchen7ee2f68e2021-04-22 23:06:464396const char kEcheSWAResizingName[] = "Allow resizing Eche App.";
4397const char kEcheSWAResizingDescription[] =
4398 "Enable a naive resize for the Eche window";
4399
Michael Checo9d122652021-03-18 15:04:344400const char kEnableNetworkingInDiagnosticsAppName[] =
4401 "Enable networking cards in the Diagnostics App";
4402const char kEnableNetworkingInDiagnosticsAppDescription[] =
4403 "Enable networking cards in the Diagnostics App";
4404
Pranav Batra96b8eba2021-07-02 21:17:214405const char kEnableOAuthIppName[] =
4406 "Enable OAuth when printing via the IPP protocol";
4407const char kEnableOAuthIppDescription[] =
4408 "Enable OAuth when printing via the IPP protocol";
4409
Eleni Dimitriadis86ff60602019-12-23 05:17:094410const char kEnableSuggestedFilesName[] = "Enable Suggested Files";
4411const char kEnableSuggestedFilesDescription[] =
Rachel Wongce88ffdd2021-08-10 04:32:564412 "Enable the Suggested Files feature in Launcher, which will show local "
4413 "file suggestions in the suggestion chips when the launcher is opened.";
4414
4415const char kEnableSuggestedDriveFilesName[] = "Enable Suggested Drive Files";
4416const char kEnableSuggestedDriveFilesDescription[] =
4417 "Enable the Suggested Drive Files feature in Launcher, which will show "
4418 "Drive file suggestions in the suggestion chips when the launcher is "
4419 "opened.";
Eleni Dimitriadis86ff60602019-12-23 05:17:094420
Jason Zhang60f02d502021-07-21 03:30:004421const char kESimPolicyName[] = "Enable ESim Policy";
4422const char kESimPolicyDescription[] =
4423 "Enable the support for policy controlled provisioning and configuration "
4424 "of eSIM cellular networks";
4425
Prabir Pradhan67677e82020-09-11 18:26:524426const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
4427const char kExoGamepadVibrationDescription[] =
4428 "Allow Exo clients like Android to request vibration events for gamepads "
4429 "that support it.";
4430
Nicholas Hollingum4cbff262020-09-08 04:02:154431const char kExoOrdinalMotionName[] =
4432 "Raw (unaccelerated) motion for Linux applications";
4433const char kExoOrdinalMotionDescription[] =
4434 "Send unaccelerated values as raw motion events to linux applications.";
4435
Nicholas Hollingume9a6744f2019-10-03 05:57:294436const char kExoPointerLockName[] = "Pointer lock for Linux applications";
4437const char kExoPointerLockDescription[] =
4438 "Allow Linux applications to request a pointer lock, i.e. exclusive use of "
4439 "the mouse pointer.";
4440
Ben Sylvester Millar410c4d1c2021-01-29 00:19:424441const char kExoLockNotificationName[] = "Notification bubble for UI lock";
4442const char kExoLockNotificationDescription[] =
4443 "Show a notification bubble once an application has switched to "
4444 "non-immersive fullscreen mode or obtained pointer lock.";
4445
Akihiro Ota1519aad2021-02-01 21:36:524446const char kExperimentalAccessibilityDictationExtensionName[] =
4447 "Experimental accessibility dictation extension.";
4448const char kExperimentalAccessibilityDictationExtensionDescription[] =
4449 "Enables the JavaScript dictation extension.";
4450
Akihiro Ota59f4a212021-02-02 02:11:474451const char kExperimentalAccessibilityDictationOfflineName[] =
4452 "Experimental accessibility dictation offline.";
4453const char kExperimentalAccessibilityDictationOfflineDescription[] =
4454 "Enables offline speech recognition for the accessibility dictation "
4455 "feature.";
4456
Rose Garcia26e2ae32019-06-25 00:57:544457const char kExperimentalAccessibilitySwitchAccessTextName[] =
4458 "Enable enhanced Switch Access text input.";
4459const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
4460 "Enable experimental or in-progress Switch Access features for improved "
4461 "text input";
4462
Anastasia Helfinsteinb4efe142020-09-25 05:15:424463const char kSwitchAccessPointScanningName[] =
4464 "Enable point scanning with Switch Access.";
4465const char kSwitchAccessPointScanningDescription[] =
4466 "Enable an in-process feature to select points onscreen with Switch "
4467 "Access.";
4468
Anastasia Helfinstein20349cf2021-02-04 01:25:214469const char kExperimentalAccessibilitySwitchAccessSetupGuideName[] =
4470 "Enable setup guide for Switch Access.";
4471const char kExperimentalAccessibilitySwitchAccessSetupGuideDescription[] =
4472 "Enable a setup guide to walk through the steps of initially configuring "
4473 "Switch Access.";
4474
Josiah Kdc82fb152021-01-12 20:30:394475const char kMagnifierPanningImprovementsName[] =
4476 "Enable panning improvements in magnifier";
4477const char kMagnifierPanningImprovementsDescription[] =
4478 "Enable feature which adds additional mouse and keyboard panning "
4479 "functionality in Magnifier.";
4480
Josiah K376e0352021-02-17 23:44:494481const char kMagnifierContinuousMouseFollowingModeSettingName[] =
4482 "Enable ability to choose continuous mouse following mode in Magnifier "
4483 "settings";
4484const char kMagnifierContinuousMouseFollowingModeSettingDescription[] =
4485 "Enable feature which adds ability to choose new continuous mouse "
4486 "following mode in Magnifier settings.";
4487
Nigel Taoa564f9a2021-07-11 14:54:154488const char kFilesArchivemountName[] = "Archivemount in Files App";
4489const char kFilesArchivemountDescription[] =
4490 "Enable mounting various archive formats in File Manager.";
4491
Ben Reich03d296b2021-07-13 04:38:054492const char kFilesBannerFrameworkName[] =
4493 "Updated Banner framework in Files app";
4494const char kFilesBannerFrameworkDescription[] =
4495 "Enable the updated branner framework in Files app";
4496
Omid Tourzanbf2a0dcf2020-09-10 08:53:554497const char kFilesSinglePartitionFormatName[] =
4498 "Enable Partitioning of Removable Disks.";
4499const char kFilesSinglePartitionFormatDescription[] =
4500 "Enable partitioning of removable disks into single partition.";
4501
Josh Simmons7888f7d2020-08-07 04:47:524502const char kFilesSWAName[] = "Enable Files App SWA.";
4503const char kFilesSWADescription[] =
4504 "Enable the SWA version of the file manager.";
4505
Joel Hockeya4865f1f2020-10-09 00:41:274506const char kFilesTrashName[] = "Enable Files Trash.";
4507const char kFilesTrashDescription[] =
4508 "Enable trash for My files volume in Files App.";
4509
François Degros1cbb0b62021-08-18 04:10:194510// TODO(crbug.com/1201052) Remove these lines when removing ZipArchiver.
François Degros0caa0d22020-08-13 02:22:324511const char kFilesZipPackName[] = "New ZIP packing in Files App";
4512const char kFilesZipPackDescription[] =
4513 "Enable new ZIP archive creation system in File Manager.";
4514
4515const char kFilesZipUnpackName[] = "New ZIP unpacking in Files App";
4516const char kFilesZipUnpackDescription[] =
4517 "Enable new ZIP archive extraction system in File Manager.";
François Degros1e581402020-04-28 08:29:594518
Ricky Liang3bd2754b52020-10-07 02:50:324519const char kForceSpectreVariant2MitigationName[] =
4520 "Force Spectre variant 2 mitigagtion";
4521const char kForceSpectreVariant2MitigationDescription[] =
4522 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
4523 "override #spectre-variant2-mitigation and any system-level setting that "
4524 "disables Spectre variant 2 mitigation.";
4525
Lei Zhang1a6fd01b2021-03-24 17:03:484526const char kFiltersInRecentsName[] = "Enable filters in Recents";
4527const char kFiltersInRecentsDescription[] =
Naoki Fukino46529392020-08-11 11:46:094528 "Enable file-type filters (Audio, Images, Videos) in Files App Recents "
4529 "view.";
4530
Daniel Anderssona36c4bc2021-06-04 22:09:434531const char kFocusFollowsCursorName[] = "Focus follows cursor";
4532const char kFocusFollowsCursorDescription[] =
4533 "Enable window focusing by moving the cursor.";
4534
yjliu8f78e8b2020-07-22 20:51:214535const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
4536const char kFrameThrottleFpsDescription[] =
4537 "Set the throttle fps for compositor frame submission.";
4538const char kFrameThrottleFpsDefault[] = "Default";
4539const char kFrameThrottleFps5[] = "5 fps";
4540const char kFrameThrottleFps10[] = "10 fps";
4541const char kFrameThrottleFps15[] = "15 fps";
4542const char kFrameThrottleFps20[] = "20 fps";
4543const char kFrameThrottleFps25[] = "25 fps";
4544const char kFrameThrottleFps30[] = "30 fps";
4545
Nancy Wangd74f1752020-11-10 01:16:324546const char kFullRestoreName[] = "Full restore";
4547const char kFullRestoreDescription[] = "Chrome OS full restore";
4548
Noel Gordonc736eb32021-07-30 05:53:164549const char kFuseBoxName[] = "Enable ChromeOS FuseBox service";
4550const char kFuseBoxDescription[] = "ChromeOS FuseBox service.";
4551
Callistus4352dba2021-06-10 11:37:454552const char kHelpAppBackgroundPageName[] = "Help App Background Page";
4553const char kHelpAppBackgroundPageDescription[] =
4554 "Enables the Background page in the help app. The background page is used "
4555 "to initialize the Help App Launcher search index and show the Discover "
4556 "tab notification.";
4557
Callistus8e47f8b2021-04-14 02:02:304558const char kHelpAppDiscoverTabName[] = "Help App Discover Tab";
4559const char kHelpAppDiscoverTabDescription[] =
4560 "Enables the Discover tab in the help app. Even if the feature is enabled, "
4561 "internal app logic might decide not to show the tab.";
4562
Zufeng Wang9d3362eb822021-03-11 00:23:294563const char kHelpAppLauncherSearchName[] = "Help App launcher search";
4564const char kHelpAppLauncherSearchDescription[] =
4565 "Enables showing search results from the help app in the launcher.";
4566
Zufeng Wang884a7902020-06-30 05:37:334567const char kHelpAppSearchServiceIntegrationName[] =
4568 "Help App search service integration";
4569const char kHelpAppSearchServiceIntegrationDescription[] =
4570 "Enables the integration between the help app and the local search"
4571 " service. Includes using the search service for in app search.";
4572
Becca Hughes71465532019-04-12 19:18:554573const char kHideArcMediaNotificationsName[] = "Hide ARC media notifications";
4574const char kHideArcMediaNotificationsDescription[] =
4575 "Hides media notifications for ARC apps. Requires "
4576 "#enable-media-session-notifications to be enabled.";
4577
David Black863ff422021-07-02 20:05:304578const char kHoldingSpaceInProgressDownloadsIntegrationName[] =
4579 "Enable showing in-progress downloads in Tote.";
4580const char kHoldingSpaceInProgressDownloadsIntegrationDescription[] =
4581 "Show in-progress download functionality in Tote to increase productivity "
4582 "by giving users one place to go to monitor and access their downloads.";
4583
Lei Zhangc05af2a2020-05-15 20:54:054584const char kImeAssistAutocorrectName[] = "Enable assistive autocorrect";
4585const char kImeAssistAutocorrectDescription[] =
John Palmer3ace5a72020-03-11 05:57:514586 "Enable assistive auto-correct features for native IME";
4587
Curtis McMullana1900062021-06-28 01:13:254588const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
4589const char kImeAssistEmojiEnhancedDescription[] =
4590 "Enable enhanced assistive emoji suggestion features for native IME";
4591
Curtis McMullan35800d22020-11-26 06:45:194592const char kImeAssistMultiWordName[] =
4593 "Enable assistive multi word suggestions";
4594const char kImeAssistMultiWordDescription[] =
4595 "Enable assistive multi word suggestions for native IME";
4596
Curtis McMullan6f6526d2021-07-09 04:22:454597const char kImeAssistMultiWordExpandedName[] =
4598 "Enable expanded assistive multi word suggestions";
4599const char kImeAssistMultiWordExpandedDescription[] =
4600 "Enable expanded assistive multi word suggestions for native IME";
4601
Jing Wang1c45fe392020-03-05 01:10:234602const char kImeAssistPersonalInfoName[] = "Enable assistive personal info";
4603const char kImeAssistPersonalInfoDescription[] =
4604 "Enable auto-complete suggestions on personal infomation for native IME.";
4605
My Nguyenc5f0def2020-03-29 23:22:154606const char kImeEmojiSuggestAdditionName[] =
4607 "Enable emoji suggestion (addition)";
4608const char kImeEmojiSuggestAdditionDescription[] =
4609 "Enable emoji suggestion as addition to the text written for native IME.";
4610
Yingbing Wu09cd99a2020-02-14 09:14:244611const char kImeMozcProtoName[] = "Enable protobuf on Japanese IME";
4612const char kImeMozcProtoDescription[] =
4613 "Enable Japanese IME to use protobuf as interactive message format to "
4614 "replace JSON";
4615
Leo Zhang770ee9a2020-11-03 01:06:594616const char kImeServiceDecoderName[] = "ChromeOS IME Service Decoder";
4617const char kImeServiceDecoderDescription[] =
4618 "Controls whether ChromeOS system IME works with the NaCl decoders or "
4619 "the decoders loaded in the IME service.";
4620
John Palmerd6d1d0f2020-12-07 03:02:054621const char kImeSystemEmojiPickerName[] = "System emoji picker";
4622const char kImeSystemEmojiPickerDescription[] =
4623 "Controls whether a System emoji picker, or the virtual keyboard is used "
4624 "for inserting emoji.";
4625
John Palmer77ce9282021-07-15 09:23:094626const char kImeSystemEmojiPickerClipboardName[] =
4627 "System emoji picker clipboard";
4628const char kImeSystemEmojiPickerClipboardDescription[] =
4629 "Emoji picker will insert emoji into clipboard if they can't be inserted "
4630 "into a text field";
John Palmer90a32212021-08-03 08:49:134631const char kImeStylusHandwritingName[] = "Stylus Handwriting";
4632const char kImeStylusHandwritingDescription[] =
4633 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:094634
John Palmer2530f912021-05-24 05:06:304635const char kCrosLanguageSettingsImeOptionsInSettingsName[] =
4636 "Ime settings in settings";
4637const char kCrosLanguageSettingsImeOptionsInSettingsDescription[] =
4638 "Adds IME settings to the settings menu";
4639
Maggie Cai05324142020-05-07 00:41:494640const char kIntentPickerPWAPersistenceName[] = "Intent picker PWA Persistence";
4641const char kIntentPickerPWAPersistenceDescription[] =
4642 "Allow user to always open with PWA in intent picker.";
4643
Nick Czajka61982be2020-12-09 23:52:334644const char kKeyboardBasedDisplayArrangementInSettingsName[] =
4645 "Keyboard-based Display Arrangement in Settings";
4646const char kKeyboardBasedDisplayArrangementInSettingsDescription[] =
4647 "Enables using arrow keys to rearrange displays on Settings > Device > "
4648 "Displays page.";
4649
Erik Chend7082ec2021-06-25 01:04:124650const char kLacrosAvailabilityIgnoreName[] =
4651 "Ignore lacros-availability policy";
4652const char kLacrosAvailabilityIgnoreDescription[] =
4653 "Makes the lacros-availability policy have no effect. Instead Lacros "
4654 "availability will be controlled by experiment and/or user flags.";
4655
Hidehiko Abe9f190d12021-03-18 12:55:204656const char kLacrosPrimaryName[] = "Lacros as the primary browser";
4657const char kLacrosPrimaryDescription[] =
4658 "Use Lacros-chrome as the primary web browser on Chrome OS. "
4659 "This flag is ignored if Lacros support is disabled.";
4660
Erik Chen601a5d62020-12-07 20:05:124661const char kLacrosStabilityName[] = "Lacros stability";
4662const char kLacrosStabilityDescription[] = "Frequency of Lacros updates.";
4663
Erik Chen71bc6ad2021-05-11 18:06:404664const char kLacrosStabilityLeastStableDescription[] = "Daily updates";
4665const char kLacrosStabilityLessStableDescription[] = "Weekly updates";
4666const char kLacrosStabilityMoreStableDescription[] = "Monthly updates";
Erik Chen601a5d62020-12-07 20:05:124667
Jae Hoon Kim94e1cfd2021-05-19 20:52:524668const char kLacrosSelectionName[] = "Lacros selection";
4669const char kLacrosSelectionDescription[] =
4670 "Choosing between rootfs or stateful Lacros.";
4671
4672const char kLacrosSelectionRootfsDescription[] = "Rootfs";
4673const char kLacrosSelectionStatefulDescription[] = "Stateful";
4674
James Cook2fe5ca7b2020-10-09 02:54:174675const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:184676const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:384677 "Support for the experimental lacros-chrome browser. Please note that the "
4678 "first restart can take some time to setup lacros-chrome. Please DO NOT "
4679 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:184680
Rachel Wong0210c452021-04-29 03:40:024681const char kLauncherQueryHighlightingName[] = "Launcher query highlighting";
4682const char kLauncherQueryHighlightingDescription[] =
4683 "Enables highlighting occurrences of the search query in launcher search "
4684 "result titles.";
4685
Ahmed Fakhry039882f2020-06-16 21:56:214686const char kLimitShelfItemsToActiveDeskName[] =
4687 "Limit Shelf items to active desk";
4688const char kLimitShelfItemsToActiveDeskDescription[] =
4689 "Limits items on the shelf to the ones associated with windows on the "
4690 "active desk";
4691
Ahmed Fakhry15d707e2019-02-22 23:54:214692const char kListAllDisplayModesName[] = "List all display modes";
4693const char kListAllDisplayModesDescription[] =
4694 "Enables listing all external displays' modes in the display settings.";
4695
Gil Dekel11cbdfb2020-12-23 21:43:274696const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
4697const char kEnableHardwareMirrorModeDescription[] =
4698 "Enables hardware support when multiple displays are set to mirror mode.";
4699
Becca Hughesca82d2d2019-08-05 20:03:224700const char kLockScreenMediaControlsName[] = "Lock screen media controls";
4701const char kLockScreenMediaControlsDescription[] =
4702 "Enable media controls on the lock screen.";
4703
Megumi Hattori5a0d4182018-03-06 11:09:504704const char kLockScreenNotificationName[] = "Lock screen notification";
4705const char kLockScreenNotificationDescription[] =
4706 "Enable notifications on the lock screen.";
4707
Patti7a088712021-04-14 08:23:464708const char kMediaAppHandlesPdfName[] = "Media App Handles PDF";
4709const char kMediaAppHandlesPdfDescription[] =
4710 "Enables opening PDF files by default in chrome://media-app";
David Lei5f7c097e2020-11-19 19:32:044711
Mitch McDermottd6afe582021-07-23 03:49:374712const char kMediaAppMultiWindowName[] = "Media App Multi Window";
4713const char kMediaAppMultiWindowDescription[] =
4714 "Enables opening multiple instances of chrome://media-app";
4715
Steven Bennetts66bc3542020-06-25 23:05:284716const char kMeteredShowToggleName[] = "Show Metered Toggle";
4717const char kMeteredShowToggleDescription[] =
4718 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
4719 "The toggle allows users to set whether a network should be considered "
4720 "metered for purposes of bandwith usage (e.g. for automatic updates).";
4721
Toni Barzic5cf7da92021-05-19 21:07:404722const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
4723const char kMicrophoneMuteNotificationsDescription[] =
4724 "Enables notifications that are shown when an app tries to use microphone "
4725 "while audio input is muted.";
4726
4727const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
4728const char kMicrophoneMuteSwitchDeviceDescription[] =
4729 "Support for detecting the state of hardware microphone mute toggle. Only "
4730 "effective on devices that have a microphone mute toggle. Enabling the "
4731 "flag does not affect the toggle functionality, it only affects how the "
4732 "System UI handles the mute toggle state.";
4733
Bao-Duy Tranaa329d62020-11-27 05:40:584734const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
4735const char kMultilingualTypingDescription[] =
4736 "Enables support for multilingual assistive typing on Chrome OS.";
4737
James Vecoref926b132021-07-10 00:08:264738const char kNearbyKeepAliveFixName[] = "Nearby Keep Alive Fix";
4739const char kNearbyKeepAliveFixDescription[] =
4740 "Enables custom KeepAlive interval and timeout for Nearby Connections and "
4741 "makes Nearby Connections WebRTC KeepAlive less chatty to help with "
4742 "battery life.";
4743
Josh Nohle928fdb62020-11-03 18:54:234744const char kNearbySharingName[] = "Nearby Sharing";
4745const char kNearbySharingDescription[] =
4746 "Enables Nearby Sharing for sharing content between devices.";
4747
Prameet Shah6ddd00d2021-08-17 23:05:344748const char kNearbySharingArcName[] = "ARC Nearby Sharing";
4749const char kNearbySharingArcDescription[] =
4750 "Enables Nearby Sharing from ARC apps.";
4751
Michael Hansen12166ea2021-06-25 18:17:354752const char kNearbySharingBackgroundScanningName[] =
4753 "Nearby Sharing Background Scanning";
4754const char kNearbySharingBackgroundScanningDescription[] =
4755 "Enables background scanning for Nearby Share, allowing devices to "
4756 "persistently scan and present a notification when a nearby device is "
4757 "attempting to share.";
4758
Josh Nohle3b48d0ad2020-11-03 19:18:574759const char kNearbySharingDeviceContactsName[] =
4760 "Nearby Sharing Device Contacts";
4761const char kNearbySharingDeviceContactsDescription[] =
4762 "Enables use of device contacts in Nearby Share.";
4763
Josh Nohle928fdb62020-11-03 18:54:234764const char kNearbySharingWebRtcName[] = "Nearby Sharing WebRTC";
4765const char kNearbySharingWebRtcDescription[] =
4766 "Enables use of WebRTC in Nearby Share.";
4767
Daniel Andersson9bfdde42021-07-15 20:59:144768const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
4769const char kPerformantSplitViewResizingDescription[] =
4770 "If enabled, windows may be moved instead of scaled when resizing split "
4771 "view in tablet mode.";
4772
Jason Sun1d947912021-06-21 16:54:234773const char kPhoneHubCameraRollName[] = "Camera Roll in Phone Hub";
4774const char kPhoneHubCameraRollDescription[] =
4775 "Enables the Camera Roll feature in Phone Hub, which allows users to "
4776 "access recent photos and videos taken on a connected Android device.";
4777
paulzhchenaae52d702021-07-12 23:47:074778const char kPhoneHubRecentAppsName[] = "Recent Apps in Phone Hub";
4779const char kPhoneHubRecentAppsDescription[] =
4780 "Enables the Recent Apps feature in Phone Hub, which allows users to "
4781 "relaunch a recently streamed app.";
4782
Bailey Berro2c1797702019-09-30 18:49:424783const char kReduceDisplayNotificationsName[] = "Reduce display notifications";
4784const char kReduceDisplayNotificationsDescription[] =
4785 "If enabled, notifications for display rotation, display removed, display "
4786 "mirroring, and display extending will be suppressed.";
4787
Rachel Carpenter57c8523c2020-09-23 01:11:224788const char kReleaseNotesNotificationAllChannelsName[] =
4789 "Release Notes Notification All Channels";
4790const char kReleaseNotesNotificationAllChannelsDescription[] =
4791 "Enables the release notes notification for all Chrome OS channels";
4792
Shengsong Tan22e55432021-03-25 05:03:124793const char kArcGhostWindowName[] = "Enable ARC ghost window";
4794const char kArcGhostWindowDescription[] =
4795 "Enables the pre-load app window for "
4796 "ARC++ app during ARCVM booting stage on full restore process";
4797
Kazuki Takisea674f582021-03-05 06:44:064798const char kArcResizeLockName[] = "Resize Lock for Android apps";
4799const char kArcResizeLockDescription[] =
4800 "Enable compatibility mode for Android apps that are not optimized for "
4801 "large screens, and impose restrictions on resizing the apps";
4802
Gavin Williamsd6404b02021-03-09 21:49:484803const char kScanAppMediaLinkName[] = "Show Media app link in Scan app";
4804const char kScanAppMediaLinkDescription[] =
4805 "Enables showing a link in the Scan app to open scanned images in the Media"
4806 " app.";
4807
Gavin Williams39e3ae6e2021-06-18 06:49:284808const char kScanAppMultiPageScanName[] =
4809 "Enable multi-page scanning in Scan app";
4810const char kScanAppMultiPageScanDescription[] =
4811 "Enables creating a single PDF file from multiple flatbed scans";
4812
Kyra Moed00bdf232021-05-06 19:59:364813extern const char kScanAppSearchablePdfName[] =
4814 "Enable saving scans as a searchable PDF.";
4815extern const char kScanAppSearchablePdfDescription[] =
4816 "Allow selecting Searchable PDF file type in Scan app"
4817 " with incorporation of OCR service.";
4818
Gavin Williamsc9c6a222021-04-06 23:30:354819const char kScanAppStickySettingsName[] = "Enable sticky settings in Scan app";
4820const char kScanAppStickySettingsDescription[] =
4821 "Enables sticky settings in Scan app for automatically saving scan"
4822 " settings in Chrome OS.";
4823
Joon Ahn74cda732021-04-08 19:58:104824const char kShimlessRMAFlowName[] = "Enable shimless RMA flow";
4825const char kShimlessRMAFlowDescription[] = "Enable shimless RMA flow";
4826
Andrew Moylan97585272019-02-19 19:01:224827const char kSchedulerConfigurationName[] = "Scheduler Configuration";
4828const char kSchedulerConfigurationDescription[] =
4829 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:014830const char kSchedulerConfigurationConservative[] =
4831 "Disables Hyper-Threading on relevant CPUs.";
4832const char kSchedulerConfigurationPerformance[] =
4833 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:224834
Joel Rileyffbaf662020-10-27 23:07:374835const char kSelectToSpeakNavigationControlName[] =
4836 "Select-to-speak navigation control";
4837const char kSelectToSpeakNavigationControlDescription[] =
4838 "Enables enhanced Select-to-speak navigation features.";
4839
Angela Gyic7efb502020-12-10 23:01:004840const char kSharesheetContentPreviewsName[] = "Sharesheet Content Previews";
4841const char kSharesheetContentPreviewsDescription[] =
4842 "Chrome OS content previews for sharesheet.";
4843
Melissa Zhangba6240b2020-06-24 02:44:234844const char kSharesheetName[] = "Sharesheet";
4845const char kSharesheetDescription[] = "Chrome OS sharesheet.";
4846
Ramya Nagarajan1fbdf5732021-02-12 23:31:584847const char kChromeOSSharingHubName[] = "Chrome OS Sharing Hub";
4848const char kChromeOSSharingHubDescription[] =
4849 "Enables the Sharing Hub (share sheet) on ChromeOS via the Omnibox.";
4850
Kyle Horimoto63a6bd42019-09-16 23:47:524851const char kShowBluetoothDebugLogToggleName[] =
4852 "Show Bluetooth debug log toggle";
4853const char kShowBluetoothDebugLogToggleDescription[] =
4854 "Enables a toggle which can enable debug (i.e., verbose) logs for "
4855 "Bluetooth";
4856
Yu Liu9d01d342021-03-12 20:05:164857const char kBluetoothSessionizedMetricsName[] =
4858 "Enable Bluetooth sessionized metrics";
4859const char kBluetoothSessionizedMetricsDescription[] =
4860 "Enables collecting and processing Bluetooth sessionized metrics.";
4861
Andre Le85312482021-02-26 04:19:234862const char kShowDateInTrayName[] = "Enable Show Date In Tray";
4863const char kShowDateInTrayDescription[] =
4864 "Showing date in status area when the screen is sufficiently large.";
4865
James Cook0ba192bf2017-12-01 20:53:114866const char kShowTapsName[] = "Show taps";
4867const char kShowTapsDescription[] =
4868 "Draws a circle at each touch point, which makes touch points more obvious "
4869 "when projecting or mirroring the display. Similar to the Android OS "
4870 "developer option.";
4871
4872const char kShowTouchHudName[] = "Show HUD for touch points";
4873const char kShowTouchHudDescription[] =
4874 "Shows a trail of colored dots for the last few touch points. Pressing "
4875 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
4876 "debug hardware issues that generate spurious touch events.";
4877
Curt Clemens37a5c99c2021-06-19 00:30:064878const char kSmartLockUIRevampName[] = "Enable Smart Lock UI Revamp";
4879const char kSmartLockUIRevampDescription[] =
4880 "Replaces the existing Smart Lock UI on the lock screen with a new design "
4881 "and adds Smart Lock to the 'Lock screen and sign-in' section of settings.";
4882
Ricky Liang3bd2754b52020-10-07 02:50:324883const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
4884const char kSpectreVariant2MitigationDescription[] =
4885 "Controls whether Spectre variant 2 mitigation is enabled when "
4886 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
4887 "#force-spectre-variant2-mitigation.";
4888
James Cook9348f362019-11-15 01:15:584889const char kSplitSettingsSyncName[] = "Split OS and browser sync";
4890const char kSplitSettingsSyncDescription[] =
4891 "Allows OS sync to be configured separately from browser sync. Changes the "
4892 "OS settings UI to provide controls for OS data types. Requires "
4893 "#split-settings to be enabled.";
4894
Darren Shena0f8dae2021-08-16 01:00:444895const char kSystemKoreanPhysicalTypingName[] =
4896 "Use system IME for Korean typing";
4897const char kSystemKoreanPhysicalTypingDescription[] =
4898 "Use the system input engine instead of the Chrome extension for physical "
4899 "typing in Korean.";
4900
Darren Shenddfbd2e2020-09-16 23:07:024901const char kSystemLatinPhysicalTypingName[] =
4902 "Use system IME for latin-script typing";
4903const char kSystemLatinPhysicalTypingDescription[] =
4904 "Use the system input engine instead of the Chrome extension for physical "
4905 "typing in languages based on latin script.";
4906
Joel Hockey77a79962021-02-09 01:30:474907const char kPluginVmFullscreenName[] = "Plugin VM Fullscreen";
4908const char kPluginVmFullscreenDescription[] =
4909 "Hides shelf in immersive mode and allows esc hold to exit.";
4910
Brett Wilson7b44537e2017-08-18 01:38:284911const char kTetherName[] = "Instant Tethering";
4912const char kTetherDescription[] =
4913 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
4914 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:374915
Brett Wilson7b44537e2017-08-18 01:38:284916const char kTouchscreenCalibrationName[] =
4917 "Enable/disable touchscreen calibration option in material design settings";
4918const char kTouchscreenCalibrationDescription[] =
4919 "If enabled, the user can calibrate the touch screen displays in "
4920 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:094921
Kartik Hegde5af70932021-08-12 23:04:204922const char kTrafficCountersSettingsUiName[] = "Traffic Counters Settings UI";
4923const char kTrafficCountersSettingsUiDescription[] =
4924 "If enabled, the SettingsUI will show data usage for cellular networks";
4925
Miguel Casas-Sanchezdcd69152019-09-04 21:22:364926const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
4927const char kUseFakeDeviceForMediaStreamDescription[] =
4928 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
4929 "timestamp) instead of the system audio/video devices, for debugging "
4930 "purposes.";
4931
Qiang Xu045aff222018-05-21 23:21:014932const char kUiDevToolsName[] = "Enable native UI inspection";
4933const char kUiDevToolsDescription[] =
4934 "Enables inspection of native UI elements. For local inspection use "
4935 "chrome://inspect#other";
4936
Andrew Moylan97585272019-02-19 19:01:224937const char kUiSlowAnimationsName[] = "Slow UI animations";
4938const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:464939
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:234940const char kVaapiJpegImageDecodeAccelerationName[] =
4941 "VA-API JPEG decode acceleration for images";
4942const char kVaapiJpegImageDecodeAccelerationDescription[] =
4943 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
4944 " captures) using the VA-API.";
4945
Gil Dekel8f4b5642019-07-27 05:27:404946const char kVaapiWebPImageDecodeAccelerationName[] =
4947 "VA-API WebP decode acceleration for images";
4948const char kVaapiWebPImageDecodeAccelerationDescription[] =
4949 "Enable or disable decode acceleration of WebP images using the VA-API.";
4950
Jing Wang1293e3a2021-02-17 00:56:444951const char kVirtualKeyboardName[] = "Virtual Keyboard";
4952const char kVirtualKeyboardDescription[] =
4953 "Always show virtual keyboard regardless of having a physical keyboard "
4954 "present";
4955
Keith Leead929a62021-07-30 06:57:434956const char kVirtualKeyboardApiName[] = "Virtual Keyboard API";
4957const char kVirtualKeyboardApiDescription[] =
4958 "Enable the JS Virtual keyboard API, allowing manual control of the VK.";
4959
My Nguyen614dbcc2019-10-29 03:52:324960const char kVirtualKeyboardBorderedKeyName[] = "Virtual Keyboard Bordered Key";
4961const char kVirtualKeyboardBorderedKeyDescription[] =
4962 "Show virtual keyboard with bordered key";
4963
My Nguyen0bc9add2020-12-03 21:21:254964const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
4965const char kVirtualKeyboardDisabledDescription[] =
4966 "Always disable virtual keyboard regardless of device mode. Workaround for "
4967 "virtual keyboard showing with some external keyboards.";
4968
Jing Wang1293e3a2021-02-17 00:56:444969const char kVirtualKeyboardMultipasteName[] = "Virtual Keyboard MultiPaste";
4970const char kVirtualKeyboardMultipasteDescription[] =
4971 "Show virtual keyboard with multipaste UI";
Brett Wilson7b44537e2017-08-18 01:38:284972
Jing Wang90afcbd2021-07-19 06:54:444973const char kVirtualKeyboardMultipasteSuggestionName[] =
4974 "Virtual Keyboard MultiPaste Suggestion";
4975const char kVirtualKeyboardMultipasteSuggestionDescription[] =
4976 "Show multipaste items in virtual keyboard suggestion bar if they are "
4977 "copied recently";
4978
Jason Lin55903062021-04-12 05:09:194979const char kVmStatusPageName[] = "VM status page";
4980const char kVmStatusPageDescription[] = "Enable VM status page";
4981
Yen-lin Laif458f8012021-03-29 10:18:204982const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
4983const char kWakeOnWifiAllowedDescription[] =
4984 "Allows wake on WiFi features in shill to be enabled.";
4985
Maggie Cai6dd6b552021-04-27 08:40:324986const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
4987const char kWebAppsCrosapiDescription[] =
4988 "Support web apps publishing from Lacros browser.";
4989
Kyle Horimotoc0108e112020-10-20 21:41:044990const char kWebuiDarkModeName[] = "WebUI dark mode";
4991const char kWebuiDarkModeDescription[] =
4992 "Allows dark mode usage in WebUI. Note that this does not necessary enable "
4993 "dark mode, which is enabled via the #enable-force-dark flag.";
4994
Jon Mannbaa9c882021-04-14 02:41:064995const char kWifiSyncAllowDeletesName[] =
4996 "Sync removal of Wi-Fi network configurations";
4997const char kWifiSyncAllowDeletesDescription[] =
4998 "Enables the option to sync deletions of Wi-Fi networks to other Chrome OS "
4999 "devices when Wi-Fi Sync is enabled.";
5000
Claude van der Merwe6a7f4e42020-08-19 23:26:505001const char kWifiSyncAndroidName[] =
5002 "Sync Wi-Fi network configurations with Android";
5003const char kWifiSyncAndroidDescription[] =
5004 "Enables the option to sync Wi-Fi network configurations between Chrome OS "
5005 "devices and a connected Android phone";
5006
Markus Handellabf6c7812020-12-15 18:14:355007// Prefer keeping this section sorted to adding new definitions down here.
5008
5009#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5010
David Roger42777702021-07-29 15:09:125011#if BUILDFLAG(IS_CHROMEOS_LACROS)
5012extern const char kMultiProfileAccountConsistencyName[] =
5013 "Account consistency for multi-profile.";
5014extern const char kMultiProfileAccountConsistencyDescription[] =
5015 "Enables integration of secondary profiles with the ChromeOS Account "
5016 "Manager.";
5017#endif // BUILDFLAG(IS_CHROMEOS_LACROS)
5018
Alan Cutterae499a6e2021-04-30 08:07:575019#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
Alan Cutter03b39ef32021-05-10 09:23:125020const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersName[] =
5021 "Allow default web app migration for Chrome OS managed users";
5022const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersDescription[] =
5023 "The web app migration flags "
5024 "(chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-gsuite and "
5025 "chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-non-gsuite) "
5026 "are ignored for managed Chrome OS users unless this feature is enabled.";
5027
Alan Cutterae499a6e2021-04-30 08:07:575028const char kDefaultChatWebAppName[] = "Default Chat web app";
5029const char kDefaultChatWebAppDescription[] =
5030 "Enables the Chat web app to be installed by default.";
5031
5032const char kDefaultMeetWebAppName[] = "Default Meet web app";
5033const char kDefaultMeetWebAppDescription[] =
5034 "Enables the Meet web app to be installed by default.";
5035#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
5036
Pilar Molina Lopez40a3e2d2021-03-04 21:01:085037#if defined(OS_CHROMEOS)
5038const char kDeprecateLowUsageCodecsName[] = "Deprecates low usage media codecs";
5039const char kDeprecateLowUsageCodecsDescription[] =
5040 "Deprecates low usage codecs. Disable this feature to allow playback of "
5041 "AMR and GSM.";
Pilar Molina Lopez34dd68b2021-03-16 02:46:365042
5043const char kVaapiAV1DecoderName[] = "VA-API decode acceleration for AV1";
5044const char kVaapiAV1DecoderDescription[] =
5045 "Enable or disable decode acceleration of AV1 videos using the VA-API.";
Pilar Molina Lopez40a3e2d2021-03-04 21:01:085046#endif // defined(OS_CHROMEOS)
5047
Miguel Casasb93a0e352021-07-16 04:07:215048#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS_ASH)
5049const char kVaapiVP9kSVCEncoderName[] =
5050 "VA-API encode acceleration for k-SVC VP9";
5051const char kVaapiVP9kSVCEncoderDescription[] =
5052 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
5053#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS_ASH)
5054
Pilar Molina Lopezfb5103b72021-02-26 23:35:525055#if defined(OS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
5056const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
5057const char kChromeOSDirectVideoDecoderDescription[] =
5058 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
5059 "implementation. Note that this might be entirely disallowed by the "
5060 "--platform-disallows-chromeos-direct-video-decoder command line switch "
5061 "which is added for platforms where said direct VideoDecoder does not work "
5062 "or is not well tested (see the disable_cros_video_decoder USE flag in "
5063 "Chrome OS)";
5064#endif // defined(OS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
5065
Isuru Pathirana9762a942021-02-03 17:38:035066#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC) || defined(OS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:385067const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
5068const char kZeroCopyVideoCaptureDescription[] =
5069 "Camera produces a gpu friendly buffer on capture and, if there is, "
5070 "hardware accelerated video encoder consumes the buffer";
Isuru Pathirana9762a942021-02-03 17:38:035071#endif // BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC) || defined(OS_WIN)
yhanadac5bff5b2017-05-18 06:37:095072
Collin Baker75a29462019-03-13 19:57:315073// All views-based platforms --------------------------------------------------
5074
5075#if defined(TOOLKIT_VIEWS)
5076
Robert Liaod79a0742021-05-18 18:49:155077const char kDownloadShelfWebUI[] = "Download Shelf WebUI";
5078const char kDownloadShelfWebUIDescription[] =
5079 "Replaces the Views download shelf with a WebUI download shelf.";
5080
Collin Baker75a29462019-03-13 19:57:315081#endif // defined(TOOLKIT_VIEWS)
5082
Brett Wilson7b44537e2017-08-18 01:38:285083// Random platform combinations -----------------------------------------------
5084
Avi Drissman2e458df2020-07-29 16:24:315085#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || \
Benjamin Lermanb5d88899d2021-07-29 08:00:315086 defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
Richard Knollc279d3232019-11-11 16:37:075087
Alan Screen652ddbb2020-09-16 07:14:535088const char kEnableOopPrintDriversName[] =
5089 "Enables Out-of-Process Printer Drivers";
5090const char kEnableOopPrintDriversDescription[] =
5091 "Enables printing interactions with the operating system to be performed "
5092 "out-of-process.";
5093
dpapadef1e5f872021-07-15 17:40:125094const char kWebUIBrandingUpdateName[] = "WebUI Branding Update";
5095const char kWebUIBrandingUpdateDescription[] =
5096 "Changes various UI components in WebUI pages to have a more modern look.";
5097
dpapadf779e192021-04-15 20:06:585098const char kWebuiFeedbackName[] = "WebUI Feedback";
5099const char kWebuiFeedbackDescription[] =
5100 "If enabled, Chrome will show the Feedback WebUI, as opposed to Chrome "
5101 "App Feedback UI, when clicking on \"Report an issue...\"";
5102
dpapad8f3597792021-05-11 08:57:595103const char kSettingsLandingPageRedesignName[] =
5104 "Settings Landing Page Redesign";
5105const char kSettingsLandingPageRedesignDescription[] =
5106 "Changes the layout of the chrome://settings page to only show one section "
5107 "at a time.";
5108
Sean McAllister0d73ca3d2020-08-19 17:54:375109#endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) ||
Benjamin Lermanb5d88899d2021-07-29 08:00:315110 // defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
lanwei83f54452018-06-21 23:51:045111
Josh Santana0863d7042021-02-04 20:56:455112#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
5113
Leonard Grey4f7614a72021-02-19 21:30:185114const char kCommanderName[] = "Commander";
5115const char kCommanderDescription[] =
Leonard Grey4d558b02021-03-02 00:59:265116 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
Leonard Grey4f7614a72021-02-19 21:30:185117
Josh Santana0863d7042021-02-04 20:56:455118const char kDesktopRestructuredLanguageSettingsName[] =
5119 "Restructured Language Settings (Desktop)";
5120const char kDesktopRestructuredLanguageSettingsDescription[] =
5121 "Enable the new restructured language settings page";
5122
Josh Santana63007462021-02-10 17:19:015123const char kDesktopDetailedLanguageSettingsName[] =
5124 "Detailed Language Settings (Desktop)";
5125const char kDesktopDetailedLanguageSettingsDescription[] =
5126 "Enable the new detailed language settings page";
5127
Josh Santana0863d7042021-02-04 20:56:455128#endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
5129
Lei Zhangc05af2a2020-05-15 20:54:055130#if defined(OS_CHROMEOS) || defined(OS_LINUX)
5131#if BUILDFLAG(USE_TCMALLOC)
5132const char kDynamicTcmallocName[] = "Dynamic Tcmalloc Tuning";
5133const char kDynamicTcmallocDescription[] =
5134 "Allows tcmalloc to dynamically adjust tunables based on system resource "
5135 "utilization.";
5136#endif // BUILDFLAG(USE_TCMALLOC)
5137#endif // #if defined(OS_CHROMEOS) || defined(OS_LINUX)
5138
Yuta Hijikata235fc62b2020-12-08 03:48:325139#if !defined(OS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangc05af2a2020-05-15 20:54:055140const char kUserDataSnapshotName[] = "Enable user data snapshots";
5141const char kUserDataSnapshotDescription[] =
5142 "Enables taking snapshots of the user data directory after a Chrome "
5143 "update and restoring them after a version rollback.";
Yuta Hijikata235fc62b2020-12-08 03:48:325144#endif // !defined(OS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangc05af2a2020-05-15 20:54:055145
Hassan Talat6443f0fa2021-01-06 20:58:495146#if defined(OS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275147const char kWebShareName[] = "Web Share";
5148const char kWebShareDescription[] =
5149 "Enables the Web Share (navigator.share) APIs on experimentally supported "
5150 "platforms.";
Hassan Talat6443f0fa2021-01-06 20:58:495151#endif // defined(OS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275152
Maksim Sisov622db612021-03-22 08:59:425153#if defined(OS_LINUX) && defined(USE_OZONE)
5154const char kUseOzonePlatformName[] = "Use ozone.";
5155const char kUseOzonePlatformDescription[] =
5156 "Use the Ozone/X11 platform implementation on X11.";
5157#endif // defined(OS_LINUX) && defined(USE_OZONE)
5158
Brett Wilson7b44537e2017-08-18 01:38:285159// Feature flags --------------------------------------------------------------
5160
Lei Zhang0a318af2018-11-14 02:19:465161#if defined(DCHECK_IS_CONFIGURABLE)
5162const char kDcheckIsFatalName[] = "DCHECKs are fatal";
5163const char kDcheckIsFatalDescription[] =
5164 "By default Chrome will evaluate in this build, but only log failures, "
5165 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
5166#endif // defined(DCHECK_IS_CONFIGURABLE)
5167
Moritz Firsching043d32542021-04-07 14:20:595168#if BUILDFLAG(ENABLE_JXL_DECODER)
5169const char kEnableJXLName[] = "Enable JXL image format";
5170const char kEnableJXLDescription[] =
5171 "Adds image decoding support for the JPEG XL image format.";
5172#endif // BUILDFLAG(ENABLE_JXL_DECODER)
5173
Derek Schuff71d9a922019-04-24 21:36:005174#if BUILDFLAG(ENABLE_NACL)
5175const char kNaclName[] = "Native Client";
5176const char kNaclDescription[] =
5177 "Support Native Client for all web applications, even those that were not "
5178 "installed from the Chrome Web Store.";
5179#endif // ENABLE_NACL
5180
ckitagawa8dad53d2020-01-07 16:03:355181#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && defined(OS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:565182const char kPaintPreviewDemoName[] = "Paint Preview Demo";
5183const char kPaintPreviewDemoDescription[] =
5184 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:355185 "previews.";
Mehran Mahmoudib0410d62020-06-15 20:07:285186const char kPaintPreviewStartupName[] = "Paint Preview Startup";
5187const char kPaintPreviewStartupDescription[] =
5188 "If enabled, paint previews for each tab are captured when a tab is hidden "
5189 "and are deleted when a tab is closed. If a paint preview was captured for "
5190 "the tab to be restored on startup, the paint preview will be shown "
5191 "instead.";
ckitagawa8dad53d2020-01-07 16:03:355192#endif // ENABLE_PAINT_PREVIEW && defined(OS_ANDROID)
5193
Lei Zhangc05af2a2020-05-15 20:54:055194#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
5195const char kWebUITabStripName[] = "WebUI tab strip";
5196const char kWebUITabStripDescription[] =
5197 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:005198
5199const char kWebUITabStripContextMenuAfterTapName[] =
5200 "WebUI tab strip context menu after tap";
5201const char kWebUITabStripContextMenuAfterTapDescription[] =
5202 "Enables the context menu to appear after a tap gesture rather than "
5203 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:055204#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
5205
Yuta Hijikata235fc62b2020-12-08 03:48:325206#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:485207const char kWebUITabStripTabDragIntegrationName[] =
5208 "ChromeOS drag-drop extensions for WebUI tab strip";
5209const char kWebUITabStripTabDragIntegrationDescription[] =
5210 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
5211 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:325212#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:485213
Brett Wilson7b44537e2017-08-18 01:38:285214#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
5215
5216const char kAutofillCreditCardUploadName[] =
5217 "Enable offering upload of Autofilled credit cards";
5218const char kAutofillCreditCardUploadDescription[] =
5219 "Enables a new option to upload credit cards to Google Payments for sync "
5220 "to all Chrome devices.";
5221
5222#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
5223
Ian Barkley-Yeungcf2a9342020-10-13 17:04:475224#if !defined(OS_WIN) && !defined(OS_FUCHSIA)
5225const char kSendWebUIJavaScriptErrorReportsName[] =
5226 "Send WebUI JavaScript Error Reports";
5227const char kSendWebUIJavaScriptErrorReportsDescription[] =
5228 "If enabled, and if the user has consented to sending metrics to Google, "
5229 "then when the JavaScript has an error on a WebUI page, an error report "
5230 "will be sent to Google.";
5231#endif
5232
Robert Flackd69659f2021-06-02 22:32:335233#if defined(OS_WIN) || defined(OS_ANDROID)
5234const char kElasticOverscrollName[] = "Elastic Overscroll";
5235const char kElasticOverscrollDescription[] =
5236 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
5237#endif // defined(OS_WIN) || defined(OS_ANDROID)
5238
Wei Li51e9c162021-02-01 19:53:355239#if defined(OS_WIN) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
5240 defined(OS_MAC)
5241const char kUIDebugToolsName[] = "Debugging tools for UI";
5242const char kUIDebugToolsDescription[] =
5243 "Enables additional keyboard shortcuts to help debugging.";
5244#endif
5245
Jordan Bayles7da20a22021-05-19 17:51:555246#if BUILDFLAG(IS_CHROMEOS_ASH)
5247const char kAuraWindowSubtreeCaptureName[] = "ChromeOS Window Subtree Capture";
5248const char kAuraWindowSubtreeCaptureDescription[] =
5249 "Enables capture of ChromeOS Aura windows using subtree capture. When "
5250 "disabled, the legacy slow capturer will be used.";
5251#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5252
Tomas Popela253a5832019-01-14 17:22:105253#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:545254const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
5255const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:105256 "When enabled the WebRTC will use the PipeWire multimedia server for "
5257 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:105258#endif // #if defined(WEBRTC_USE_PIPEWIRE)
5259
ananubisff476b02021-07-27 07:09:585260#if BUILDFLAG(IS_CHROMEOS_ASH)
5261const char kWebKioskEnableLacrosName[] =
5262 "Enables Lacros in the web (PWA) Kiosk";
5263const char kWebKioskEnableLacrosDescription[] =
5264 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
5265 "Chrome OS. When disabled, the Ash-chrome will be used";
5266#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5267
Brett Wilson7b44537e2017-08-18 01:38:285268// ============================================================================
5269// Don't just add flags to the end, put them in the right section in
5270// alphabetical order just like the header file.
5271// ============================================================================
5272
vabr0215a8e2017-03-28 12:47:345273} // namespace flag_descriptions