blob: 389f88bdee58ac8b66ca8608e4911a523dad06b0 [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
Becca Hughesac86cd442019-01-09 23:49:54617const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
618const char kEnableAudioFocusEnforcementDescription[] =
619 "Enables enforcement of a single media session having audio focus at "
620 "any one time. Requires #enable-media-session-service to be enabled too.";
621
Florian Uunk8c428ea2018-07-18 11:12:52622const char kEnableAutofillAccountWalletStorageName[] =
623 "Enable the account data storage for autofill";
624const char kEnableAutofillAccountWalletStorageDescription[] =
625 "Enable the ephemeral storage for account data for autofill.";
626
Mohamed Amir Yoseff6763132021-02-18 15:53:14627const char kEnableAutofillAddressSavePromptName[] =
628 "Autofill Address Save Prompts";
629const char kEnableAutofillAddressSavePromptDescription[] =
630 "Enable the Autofill address save prompts.";
631
Manas Verma7e5b391b2019-04-09 02:08:53632const char kEnableAutofillCreditCardAuthenticationName[] =
633 "Allow using platform authenticators to retrieve server cards";
634const char kEnableAutofillCreditCardAuthenticationDescription[] =
635 "When enabled, users will be given the option to use a platform "
636 "authenticator (if available) to verify card ownership when retrieving "
637 "credit cards from Google Payments.";
638
Anne Lim2de74292020-11-12 19:22:57639const char
640 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersName[] =
641 "Display InfoBar footers with account indication information for "
642 "single account users";
643const char
644 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersDescription
645 [] = "When enabled and user has single account, a footer indicating "
646 "user's e-mail address will appear at the bottom of InfoBars "
647 "which has corresponding account indication footer flags on.";
648
649const char kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersName[] =
650 "Display InfoBar footers with account indication information for "
651 "sync users";
652const char
653 kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersDescription[] =
654 "When enabled and user is signed in, a footer indicating user's e-mail "
655 "address will appear at the bottom of InfoBars which has "
656 "corresponding account indication footer flags on.";
657
Anne Lim99375dd2020-10-27 00:16:02658const char kEnableAutofillPasswordInfoBarAccountIndicationFooterName[] =
659 "Display password InfoBar footers with account indication information";
660const char kEnableAutofillPasswordInfoBarAccountIndicationFooterDescription[] =
Anne Limc83214c2020-10-23 07:18:05661 "When enabled, a footer indicating user's e-mail address will appear at "
Anne Lim99375dd2020-10-27 00:16:02662 "the bottom of corresponding password InfoBars.";
Anne Limc83214c2020-10-23 07:18:05663
Anne Lim1b70e5c22020-11-12 00:03:18664const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterName[] =
665 "Display SaveCardInfoBar footer with account indication information";
666const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterDescription[] =
667 "When enabled, a footer indicating user's e-mail address will appear at "
668 "the bottom of SaveCardInfoBar.";
669
siyua29899832019-06-07 19:42:12670const char kEnableAutofillCreditCardUploadFeedbackName[] =
671 "Enable feedback for credit card upload flow";
672const char kEnableAutofillCreditCardUploadFeedbackDescription[] =
673 "When enabled, if credit card upload succeeds, the avatar button will "
674 "show a highlight, otherwise the icon will be updated and if it is "
675 "clicked, the save card failure bubble will be shown.";
676
Lily Chen17c57972020-04-22 19:27:44677const char kEnableExperimentalCookieFeaturesName[] =
678 "Enable experimental cookie features";
679const char kEnableExperimentalCookieFeaturesDescription[] =
680 "Enable new features that affect setting, sending, and managing cookies. "
681 "The enabled features are subject to change at any time.";
682
Tarun Bansal56c92932019-04-01 17:58:36683const char kEnableSaveDataName[] = "Enables save data feature";
684const char kEnableSaveDataDescription[] =
685 "Enables save data feature. May cause user's traffic to be proxied via "
686 "Google's data reduction proxy.";
687
Tarun Bansal0c4a7d42020-05-11 19:19:33688const char kEnableNavigationPredictorName[] = "Enables navigation predictor";
689const char kEnableNavigationPredictorDescription[] =
690 "Enables navigation predictor feature that predicts the next likely "
691 "navigation using a set of heuristics.";
692
693const char kEnablePreconnectToSearchName[] =
694 "Enables preconnections to default search engine";
695const char kEnablePreconnectToSearchDescription[] =
696 "Enables the feature that preconnects to the user's default search engine.";
697
Jenny Blessing45326bf2019-08-29 23:50:37698const char kEnableRemovingAllThirdPartyCookiesName[] =
699 "Enable removing SameSite=None cookies";
700const char kEnableRemovingAllThirdPartyCookiesDescription[] =
701 "Enables UI on chrome://settings/siteData to remove all third-party "
702 "cookies and site data.";
703
Yann Dago4e326062020-10-01 20:22:20704const char kEnableBrowsingDataLifetimeManagerName[] =
705 "Enables the BrowsingDataLifetimeManager service to run.";
706const char kEnableBrowsingDataLifetimeManagerDescription[] =
707 "Enables the BrowsingDataLifetimeManager service to run and periodically "
708 "delete browsing data as specified by the BrowsingDataLifetime policy.";
709
Robert Liao5c756102020-03-20 19:46:43710const char kColorProviderRedirectionName[] = "Color Provider Redirection";
711const char kColorProviderRedirectionDescription[] =
712 "Redirects color requests to the color provider where possible.";
713
Daniel Murphy2b46f4602021-05-13 22:58:39714const char kDesktopPWAsPrefixAppNameInWindowTitleName[] =
715 "Desktop PWAs prefix window title with app name.";
716const char kDesktopPWAsPrefixAppNameInWindowTitleDescription[] =
717 "Prefix the window title of installed PWAs with the name of the PWA. On "
718 "ChromeOS this is visible only in the window/activity switcher.";
719
Eric Willigersc805ad612021-04-01 19:50:09720const char kDesktopPWAsAppIconShortcutsMenuUIName[] =
721 "Desktop PWAs app icon shortcuts menu UI";
722const char kDesktopPWAsAppIconShortcutsMenuUIDescription[] =
723 "Show web app shortcuts in the shelf context menu";
724
Lei Zhang1a6fd01b2021-03-24 17:03:48725const char kDesktopPWAsAttentionBadgingCrOSName[] =
Louise Brett7f5919222020-12-16 13:20:55726 "Desktop PWAs Attention Badging";
Lei Zhang1a6fd01b2021-03-24 17:03:48727const char kDesktopPWAsAttentionBadgingCrOSDescription[] =
Louise Brett7f5919222020-12-16 13:20:55728 "Enable attention badging for PWA icons in the shelf and launcher.";
Lei Zhang1a6fd01b2021-03-24 17:03:48729const char kDesktopPWAsAttentionBadgingCrOSApiAndNotifications[] =
Louise Brett240a9a92021-02-04 00:14:38730 "for Badging API and notifications";
Lei Zhang1a6fd01b2021-03-24 17:03:48731const char kDesktopPWAsAttentionBadgingCrOSApiOverridesNotifications[] =
Eric Willigers53993082021-03-15 06:58:03732 "for Badging API, or notifications for apps not using Badging API";
Lei Zhang1a6fd01b2021-03-24 17:03:48733const char kDesktopPWAsAttentionBadgingCrOSApiOnly[] = "for Badging API only";
734const char kDesktopPWAsAttentionBadgingCrOSNotificationsOnly[] =
Louise Brett240a9a92021-02-04 00:14:38735 "for notifications only";
Louise Brett7f5919222020-12-16 13:20:55736
Matt Giuca9d0aecb2021-01-15 09:10:00737const char kDesktopPWAsRemoveStatusBarName[] = "Desktop PWAs remove status bar";
738const char kDesktopPWAsRemoveStatusBarDescription[] =
739 "Hides the status bar popup in Desktop PWA app windows.";
740
Alan Cuttereaae7f42020-12-07 02:24:11741const char kDesktopPWAsElidedExtensionsMenuName[] =
742 "Desktop PWAs elided extensions menu";
743const char kDesktopPWAsElidedExtensionsMenuDescription[] =
744 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
745 "app menu for web app windows.";
746
Alan Cutter64377262020-12-09 06:49:28747const char kDesktopPWAsFlashAppNameInsteadOfOriginName[] =
748 "Desktop PWAs flash app name instead of origin";
749const char kDesktopPWAsFlashAppNameInsteadOfOriginDescription[] =
750 "Replaces the origin flash with an app name flash when launching a web app "
751 "window.";
752
Alexey Baskakov5e710232021-05-05 02:17:41753const char kDesktopPWAsNotificationIconAndTitleName[] =
754 "Desktop PWAs improvements in notification icon and title";
755const char kDesktopPWAsNotificationIconAndTitleDescription[] =
756 "Replaces the websites origin and the Chrome icon with the web app's name "
757 "and app icon in notifications.";
758
Alan Cutter0d7453cf2021-01-06 23:52:53759const char kDesktopPWAsLinkCapturingName[] =
760 "Desktop PWA declarative link capturing";
761const char kDesktopPWAsLinkCapturingDescription[] =
762 "Enable web app manifests to declare link capturing behavior. Prototype "
763 "implementation of: "
764 "https://github.com/WICG/sw-launch/blob/master/"
765 "declarative_link_capturing.md";
766
Phillis Tangc6b383942021-06-21 20:15:40767const char kDesktopPWAsManifestIdName[] = "Desktop PWA manifest id";
768const char kDesktopPWAsManifestIdDescription[] =
769 "Enable web app manifests to declare id. Prototype "
770 "implementation of: "
771 "https://github.com/philloooo/pwa-unique-id/blob/main/explainer.md";
772
Lei Zhang507fffd2020-01-29 23:47:54773const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
774const char kDesktopPWAsTabStripDescription[] =
Alan Cutter121812d2020-01-09 05:03:37775 "Experimental UI for exploring what PWA windows would look like with a tab "
776 "strip.";
777
Alan Cutter8a7d3ed2020-05-12 01:29:34778const char kDesktopPWAsTabStripLinkCapturingName[] =
779 "Desktop PWA tab strip link capturing";
780const char kDesktopPWAsTabStripLinkCapturingDescription[] =
781 "Experimental behaviour for \"Desktop PWA tab strips\" to capture link "
782 "navigations within the app scope and bring them into the app's tabbed "
783 "window.";
784
Louise Brett51548fb2021-06-18 00:27:21785const char kDesktopPWAsTabStripSettingsName[] =
786 "Desktop PWA tab strips settings";
787const char kDesktopPWAsTabStripSettingsDescription[] =
788 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
789
Ivan Šandrk8a710392021-05-20 13:53:13790const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
791const char kDesktopPWAsSubAppsDescription[] =
792 "Enable installed PWAs to create shortcuts by installing their sub apps. "
793 "Prototype implementation of: "
794 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
795
Samuel Tang104341852021-03-17 18:19:06796const char kDesktopPWAsProtocolHandlingName[] = "Desktop PWA Protocol handling";
797const char kDesktopPWAsProtocolHandlingDescription[] =
798 "Enable web app manifests to declare protocol handling behavior."
799 "See: https://crbug.com/1019239.";
800
Lu Huangc911aaf32021-02-12 22:13:06801const char kDesktopPWAsUrlHandlingName[] = "Desktop PWA URL handling";
802const char kDesktopPWAsUrlHandlingDescription[] =
803 "Enable web app manifests to declare URL handling behavior. Prototype "
804 "implementation of: "
805 "https://github.com/WICG/pwa-url-handler/blob/master/explainer.md";
806
Amanda Baker23fb8fa2021-03-24 18:19:04807const char kDesktopPWAsWindowControlsOverlayName[] =
808 "Desktop PWA Window Controls Overlay";
809const char kDesktopPWAsWindowControlsOverlayDescription[] =
810 "Enable web app manifests to declare Window Controls Overlay as a display "
811 "override. Prototype implementation of: "
812 "https://github.com/WICG/window-controls-overlay/blob/main/explainer.md";
813
Alexey Baskakovd913a1272021-07-09 02:12:19814const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
815const char kDesktopPWAsWebBundlesDescription[] =
816 "Adds support for web bundles, making web apps able to be launched "
817 "offline.";
818
Alan Cutter2ab7a042020-09-14 03:57:40819const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteName[] =
820 "Migrate default G Suite Chrome apps to web apps";
821const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteDescription[] =
822 "Enable the migration of default installed G Suite Chrome apps over to "
823 "their corresponding web apps.";
824
825const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteName[] =
826 "Migrate default non-G Suite Chrome apps to web apps";
827const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteDescription[] =
828 "Enable the migration of default installed non-G Suite Chrome apps over to "
829 "their corresponding web apps.";
830
Yann Dago413d39d2020-11-11 01:40:50831const char kEnableSyncRequiresPoliciesLoadedName[] =
832 "Sync waits for all policies to load before starting";
833const char kEnableSyncRequiresPoliciesLoadedDescription[] =
834 "Enables behaviour for Sync to wait for all policies to load before "
835 "starting";
836
Steven Valdez89a44ea92019-05-01 15:18:49837const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
838const char kEnableTLS13EarlyDataDescription[] =
839 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
840 "during the handshake when resuming a connection to a compatible TLS 1.3 "
841 "server.";
842
Joel Riley700551502021-05-28 00:20:00843const char kEnhancedNetworkVoicesName[] = "Enhanced network voices";
844const char kEnhancedNetworkVoicesDescription[] =
845 "This option enables high-quality, network-based voices in "
846 "Select-to-speak.";
847
Adam Langleyf66f28d22020-02-05 18:10:38848const char kPostQuantumCECPQ2Name[] = "TLS Post-Quantum Confidentiality";
849const char kPostQuantumCECPQ2Description[] =
850 "This option enables a post-quantum (i.e. resistent to quantum computers) "
851 "key exchange algorithm in TLS (CECPQ2).";
852
James Hollyer1b943edb2020-10-28 03:28:06853const char kMacCoreLocationBackendName[] = "Core Location Backend";
854const char kMacCoreLocationBackendDescription[] =
855 "Enables usage of the Core Location APIs as the backend for Geolocation "
856 "API";
James Hollyer070f60a2020-05-05 06:13:15857
Mohamed Adel52ac1ae2020-09-08 16:10:27858const char kNewMacNotificationAPIName[] =
859 "Determines which notification API to use on macOS devices";
860const char kNewMacNotificationAPIDescription[] =
861 "Enables the usage of Apple's new notification API which will run on macOS "
862 "10.14+";
863
Pete Lavallee2d4415c72019-10-07 20:43:56864const char kWinrtGeolocationImplementationName[] =
865 "WinRT Geolocation Implementation";
866const char kWinrtGeolocationImplementationDescription[] =
867 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
868 "for geolocation";
869
Alex Ilinb4148422021-07-16 17:16:24870extern const char kEnableExtendedSyncPromosCapabilityName[] =
871 "Enables reading the extended sync promo account capability";
872extern const char kEnableExtendedSyncPromosCapabilityDescription[] =
873 "When enabled, starts reading the account capability to decide whether "
874 "or not Chrome should display an extended sync promo";
875
Dominic Farolinoaf2f3b72021-05-03 23:44:16876const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
877const char kEnableFencedFramesDescription[] =
878 "Fenced frames are an experimental web platform feature that allows "
879 "embedding an isolated top-level page. See "
880 "https://github.com/shivanigithub/fenced-frame";
881
James Hollyer24f30cb722021-06-18 21:22:24882const char kEnableGamepadButtonAxisEventsName[] =
883 "Gamepad Button and Axis Events";
884const char kEnableGamepadButtonAxisEventsDescription[] =
885 "Enables the ability to subscribe to changes in buttons and/or axes "
886 "on the gamepad object.";
887
Mikhail Pozdnyakov73373a62017-08-24 17:31:25888const char kEnableGenericSensorExtraClassesName[] =
889 "Generic Sensor Extra Classes";
890const char kEnableGenericSensorExtraClassesDescription[] =
891 "Enables an extra set of sensor classes based on Generic Sensor API, which "
892 "expose previously unavailable platform features, i.e. AmbientLightSensor "
893 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47894
Vikas Soni78daa632019-01-12 01:32:52895const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
896const char kEnableGpuServiceLoggingDescription[] =
897 "Enable printing the actual GL driver calls.";
898
Jimmy Gong07656e42021-04-08 02:31:08899const char kEnableShortcutCustomizationAppName[] =
900 "Enable shortcut customization app";
901const char kEnableShortcutCustomizationAppDescription[] =
902 "Enable the shortcut customization SWA, allowing users to customize system "
903 "shortcuts.";
904
Robert Ogdene7bbbcb2020-03-24 22:37:33905const char kEnableSRPIsolatedPrerendersName[] =
906 "Enable Navigation Predictor Isolated Prerenders";
907const char kEnableSRPIsolatedPrerendersDescription[] =
908 "Enable Navigation Predictions on the Google SRP to be fully isolated.";
909
Robert Ogden26de9972020-03-27 21:00:25910const char kEnableSRPIsolatedPrerenderProbingName[] =
911 "Enable Probing on Navigation Predictor Isolated Prerenders";
912const char kEnableSRPIsolatedPrerenderProbingDescription[] =
913 "Enable probing checks for Isolated Prerenders which will block commit.";
914
Robert Ogden1261e8f2020-06-24 22:45:46915const char kEnableSRPIsolatedPrerendersNSPName[] =
916 "Enable NoStatePrefetch on Navigation Predictor Isolated Prerenders";
917const char kEnableSRPIsolatedPrerendersNSPDescription[] =
918 "Enables NoStatePrefetch on Isolated Prerenders.";
919
Charlene Yane75ce252019-05-22 17:56:32920const char kDownloadAutoResumptionNativeName[] =
921 "Enable download auto-resumption in native";
922const char kDownloadAutoResumptionNativeDescription[] =
923 "Enables download auto-resumption in native";
924
Xing Liu13e5ec12020-05-08 17:32:34925const char kDownloadLaterName[] = "Enable download later";
926const char kDownloadLaterDescription[] = "Enables download later feature.";
927
Xing Liue36464f42020-07-14 17:25:03928const char kDownloadLaterDebugOnWifiName[] =
929 "Show download later dialog on WIFI.";
930const char kDownloadLaterDebugOnWifiNameDescription[] =
931 "Show download later dialog on WIFI.";
932
Shakti Sahu59679ed72021-07-22 22:13:46933const char kDownloadProgressMessageName[] = "Show download progress message";
934const char kDownloadProgressMessageDescription[] =
935 "Shows download progress message UI.";
936
Ian Kilpatricke68ef11a2018-07-04 03:52:10937const char kEnableLayoutNGName[] = "Enable LayoutNG";
938const char kEnableLayoutNGDescription[] =
939 "Enable Blink's next generation layout engine.";
940
Aleks Totic1f9056a2020-12-01 01:51:15941const char kEnableLayoutNGTableName[] = "Enable TableNG";
942const char kEnableLayoutNGTableDescription[] =
943 "Enable Blink's next generation table layout.";
944
Scott Littled0fd2d002018-04-13 03:37:26945const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
946const char kEnableLazyFrameLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39947 "Defers the loading of iframes marked with the attribute 'loading=lazy' "
948 "until the page is scrolled down near them.";
Scott Littled0fd2d002018-04-13 03:37:26949
rajendrant793ff512018-08-10 17:07:59950const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
951const char kEnableLazyImageLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39952 "Defers the loading of images marked with the attribute 'loading=lazy' "
953 "until the page is scrolled down near them.";
rajendrant793ff512018-08-10 17:07:59954
Becca Hughesac86cd442019-01-09 23:49:54955const char kEnableMediaSessionServiceName[] = "Media Session Service";
956const char kEnableMediaSessionServiceDescription[] =
957 "Enables the media session mojo service and internal media session "
958 "support.";
959
Bernhard Bauer5533f9912017-11-06 17:56:02960const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
961const char kEnableNetworkLoggingToFileDescription[] =
962 "Enables network logging to a file named netlog.json in the user data "
963 "directory. The file can be imported into chrome://net-internals.";
964
Shakti Sahu5a046f62019-03-12 19:25:34965const char kEnableNewDownloadBackendName[] = "Enable new download backend";
966const char kEnableNewDownloadBackendDescription[] =
967 "Enables the new download backend that uses offline content provider";
968
Lucas Furukawa Gadani9f57e192019-04-05 14:56:10969const char kEnablePortalsName[] = "Enable Portals.";
970const char kEnablePortalsDescription[] =
971 "Portals are an experimental web platform feature that allows embedding"
972 " and seamless transitions between pages."
973 " See https://github.com/WICG/portals and https://wicg.github.io/portals/";
974
Jeremy Roman30e81e82020-01-29 22:56:47975const char kEnablePortalsCrossOriginName[] = "Enable cross-origin Portals.";
976const char kEnablePortalsCrossOriginDescription[] =
977 "Allows portals to load cross-origin URLs in addition to same-origin ones."
978 " Has no effect if Portals are not enabled.";
979
Doug Arnettc52291a2020-05-07 18:52:30980const char kEnableTranslateSubFramesName[] = "Translate sub frames";
981const char kEnableTranslateSubFramesDescription[] =
982 "Enable the translation of sub frames (as well as the main frame)";
983
Qiaofei Yebeb9a232020-07-22 23:47:04984const char kEnableWindowsGamingInputDataFetcherName[] =
985 "Enable Windows.Gaming.Input";
986const char kEnableWindowsGamingInputDataFetcherDescription[] =
987 "Enable Windows.Gaming.Input by default to provide game controller "
988 "support on Windows 10 desktop.";
989
Titouan Rigoudyf619f5462020-09-25 16:35:49990const char kBlockInsecurePrivateNetworkRequestsName[] =
991 "Block insecure private network requests.";
992const char kBlockInsecurePrivateNetworkRequestsDescription[] =
993 "Prevents non-secure contexts from making sub-resource requests to "
994 "more-private IP addresses. An IP address IP1 is more private than IP2 if "
995 "1) IP1 is localhost and IP2 is not, or 2) IP1 is private and IP2 is "
996 "public. This is a first step towards full enforcement of CORS-RFC1918: "
997 "https://wicg.github.io/cors-rfc1918";
998
arthursonzogni27ef983f2021-06-15 10:09:40999const char kCrossOriginEmbedderPolicyCredentiallessName[] =
1000 "Enable Cross-Origin-Embedder-Policy: credentialless";
1001const char kCrossOriginEmbedderPolicyCredentiallessDescription[] =
1002 "Credentialless is a Cross-Origin-Embedder-Policy (COEP) variant. "
1003 "COEP:credentialless causes no-cors cross-origin requests not to include "
1004 "credentials (cookies, client certificates, etc...). Similarly to "
1005 "require-corp, it can be used to enable cross-origin-isolation.";
1006
Zentaro Kavanagh53c48cb22021-03-25 00:19:061007const char kDeprecateAltClickName[] =
1008 "Enable Alt+Click deprecation notifications";
1009const char kDeprecateAltClickDescription[] =
1010 "Start providing notifications about Alt+Click deprecation and enable "
1011 "Search+Click as an alternative.";
1012
Zentaro Kavanaghc1898fe2021-06-25 00:31:451013const char kDeprecateAltBasedSixPackName[] =
1014 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1015const char kDeprecateAltBasedSixPackDescription[] =
1016 "Show deprecation notifications and disable functionality for Alt based "
1017 "six pack deprecations. The Search based versions continue to work.";
1018
Jimmy Gongba69b982020-08-25 00:01:291019const char kDiagnosticsAppName[] = "Diagnostics app";
1020const char kDiagnosticsAppDescription[] =
1021 "Enables the Diagnostics app that allows Chrome OS users to be able to "
1022 "view their system telemetric information and run diagnostic tests for "
1023 "their device.";
1024
Michael Checoc6abb922021-05-21 17:55:021025const char kDiagnosticsAppNavigationName[] = "Diagnostics app navigation";
1026const char kDiagnosticsAppNavigationDescription[] =
1027 "Enables the navigation panel in the Diagnostics app.";
1028
Yutaka Hiranoaa0e62e2019-09-05 11:01:041029const char kDisableKeepaliveFetchName[] = "Disable fetch with keepalive set";
1030const char kDisableKeepaliveFetchDescription[] =
1031 "Disable fetch with keepalive set "
1032 "(https://fetch.spec.whatwg.org/#request-keepalive-flag).";
1033
Chris Hall4a4225f62019-01-18 03:07:161034const char kExperimentalAccessibilityLanguageDetectionName[] =
1035 "Experimental accessibility language detection";
1036const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1037 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221038 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161039
Chris Hall4f3ca5582019-11-19 02:55:491040const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1041 "Experimental accessibility language detection for dynamic content";
1042const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1043 "Enable language detection for dynamic content which is then exposed to "
1044 "assistive technologies such as screen readers.";
1045
Rahul Arakeri61a2ad272019-03-19 22:55:081046const char kCompositorThreadedScrollbarScrollingName[] =
Rahul Arakeriac87fb12019-05-14 00:07:221047 "Compositor threaded scrollbar scrolling";
Rahul Arakeri61a2ad272019-03-19 22:55:081048const char kCompositorThreadedScrollbarScrollingDescription[] =
1049 "Enables pointer-based scrollbar scrolling on the compositor thread "
1050 "instead of the main thread";
1051
Alexei Filippov522a5222019-03-29 03:33:181052const char kMemlogName[] = "Chrome heap profiler start mode.";
1053const char kMemlogDescription[] =
1054 "Starts heap profiling service that records sampled memory allocation "
1055 "profile having each sample attributed with a callstack. "
1056 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1057 "Recorded heap dumps can be obtained at chrome://tracing "
1058 "[category:memory-infra] and chrome://memory-internals. This setting "
1059 "controls which processes will be profiled since their start. To profile "
1060 "any given process at a later time use chrome://memory-internals page.";
1061const char kMemlogModeMinimal[] = "Browser and GPU";
1062const char kMemlogModeAll[] = "All processes";
1063const char kMemlogModeAllRenderers[] = "All renderers";
1064const char kMemlogModeRendererSampling[] = "Single renderer";
1065const char kMemlogModeBrowser[] = "Browser only";
1066const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271067
Alexei Filippov522a5222019-03-29 03:33:181068const char kMemlogSamplingRateName[] =
1069 "Heap profiling sampling interval (in bytes).";
1070const char kMemlogSamplingRateDescription[] =
1071 "Heap profiling service uses Poisson process to sample allocations. "
1072 "Default value for the interval between samples is 100000 (100KB). "
1073 "This results in low noise for large and/or frequent allocations "
Alexei Filippov2e8bfee2019-03-07 21:51:271074 "[size * frequency >> 100KB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221075 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181076 "can be trusted with high fidelity. "
1077 "Lower intervals produce higher samples resolution, but come at a cost of "
1078 "higher performance overhead.";
1079const char kMemlogSamplingRate10KB[] = "10KB";
1080const char kMemlogSamplingRate50KB[] = "50KB";
1081const char kMemlogSamplingRate100KB[] = "100KB";
1082const char kMemlogSamplingRate500KB[] = "500KB";
1083const char kMemlogSamplingRate1MB[] = "1MB";
1084const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511085
Alexei Filippov522a5222019-03-29 03:33:181086const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1087const char kMemlogStackModeDescription[] =
1088 "By default heap profiling service records native stacks. "
1089 "A post-processing step is required to symbolize the stacks. "
1090 "'Native with thread names' adds the thread name as the first frame of "
1091 "each native stack. It's also possible to record a pseudo stack using "
1092 "trace events as identifiers. It's also possible to do a mix of both.";
1093const char kMemlogStackModeMixed[] = "Mixed";
1094const char kMemlogStackModeNative[] = "Native";
1095const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
1096const char kMemlogStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:051097
Ali Stanfielda835700c2021-07-24 01:03:201098const char kEnableLensRegionSearchFlagId[] = "enable-lens-region-search";
1099const char kEnableLensRegionSearchName[] =
1100 "Search your screen with Google Lens";
Ali Stanfield980a7492021-07-21 19:21:261101const char kEnableLensRegionSearchDescription[] =
Ali Stanfielda835700c2021-07-24 01:03:201102 "Right click and select \"Search part of the page with Google Lens\" to "
1103 "search any region of the site to learn more about the visual content you "
1104 "see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261105
rajendrant41f3f1b2020-12-16 10:29:311106const char kEnableLoginDetectionName[] = "Enable login detection";
1107const char kEnableLoginDetectionDescription[] =
1108 "Allow user sign-in to be detected based on heuristics.";
1109
Anatoliy Potapchukf096475c2021-04-06 15:51:591110const char kEnableManagedConfigurationWebApiName[] =
1111 "Enable Managed Configuration Web API";
1112const char kEnableManagedConfigurationWebApiDescription[] =
1113 "Allows website to access a managed configuration provided by the device "
1114 "administrator for the origin.";
1115
Jimmy Gongcd463fc2021-02-11 01:32:181116const char kEnablePciguardUiName[] =
1117 "Enable Pciguard (Thunderbolt + USB4 tunneling) UI for settings";
1118const char kEnablePciguardUiDescription[] =
1119 "Enable toggling Pciguard settings through the Settings App. By default, "
Jimmy Gong4b6a2792021-02-26 03:00:001120 "this flag is enabled.";
Jimmy Gongcd463fc2021-02-11 01:32:181121
Ben Goldberger2a1433a42021-04-21 18:37:151122const char kEnablePenetratingImageSelectionName[] =
1123 "Penetrating Image Selection";
1124const char kEnablePenetratingImageSelectionDescription[] =
1125 "Enables image options to be surfaced in the context menu for nodes "
1126 "covered by transparent overlays.";
1127
F#m59d036e2017-09-13 07:22:171128const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1129const char kEnablePixelCanvasRecordingDescription[] =
1130 "Pixel canvas recording allows the compositor to raster contents aligned "
1131 "with the pixel and improves text rendering. This should be enabled when a "
1132 "device is using fractional scale factor.";
1133
Robert Flack55c53a412021-03-22 14:46:081134const char kReduceHorizontalFlingVelocityName[] =
1135 "Reduce horizontal fling velocity";
1136const char kReduceHorizontalFlingVelocityDescription[] =
1137 "Reduces the velocity of horizontal flings to 20\% of their original"
1138 "velocity.";
1139
Ella Gebee81c92018-08-14 15:51:091140const char kEnableResamplingInputEventsName[] =
1141 "Enable resampling input events";
1142const char kEnableResamplingInputEventsDescription[] =
1143 "Predicts mouse and touch inputs position at rAF time based on previous "
1144 "input";
1145const char kEnableResamplingScrollEventsName[] =
1146 "Enable resampling scroll events";
1147const char kEnableResamplingScrollEventsDescription[] =
1148 "Predicts the scroll amount at vsync time based on previous input";
Joao Victor Almeida371702c2021-01-08 18:41:561149const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1150 "Enable experimental prediction for scroll events";
1151const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1152 "Predicts the scroll amount after the vsync time to more closely match "
1153 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091154
Lei Zhang1a6fd01b2021-03-24 17:03:481155const char kEnableRestrictedWebApisName[] =
Anqing Zhaoc7136af2021-01-20 05:52:391156 "Enable the restriced web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481157const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391158 "Enable the restricted web APIs for dev trial. This will be replaced with "
1159 "permission policies to control the capabilities afterwards.";
1160
Brett Wilsonf27ff602017-07-07 22:28:471161const char kEnableUseZoomForDsfName[] =
1162 "Use Blink's zoom for device scale factor.";
1163const char kEnableUseZoomForDsfDescription[] =
1164 "If enabled, Blink uses its zooming mechanism to scale content for device "
1165 "scale factor.";
1166const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
1167const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
1168const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
1169
Sean Harrison9dc405a52019-08-27 18:23:101170const char kEnableSubresourceRedirectName[] =
rajendrante2bfd3a2020-11-23 19:48:541171 "Enable Subresource Redirect Compression";
Sean Harrison9dc405a52019-08-27 18:23:101172const char kEnableSubresourceRedirectDescription[] =
rajendrante2bfd3a2020-11-23 19:48:541173 "Allow subresource compression for data savings";
Sean Harrison9dc405a52019-08-27 18:23:101174
Adam Langley7542a7b2019-10-04 02:00:551175const char kEnableWebAuthenticationCableV2SupportName[] =
1176 "Web Authentication caBLE v2 support";
1177const char kEnableWebAuthenticationCableV2SupportDescription[] =
Adam Langley339aa0f2021-04-05 21:46:041178 "Enable use of phones that are signed into the same account, with Sync "
1179 "enabled, to be used as 2nd-factor security keys.";
Kim Paulhamusae635a32018-06-27 07:30:541180
Yicheng Li0a78f462020-08-14 00:08:121181const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1182 "ChromeOS platform Web Authentication support";
1183const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1184 "Enable the ChromeOS platform authenticator for the Web Authentication "
1185 "API.";
1186
Andreas Haasb400d912019-08-28 18:54:101187const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1188const char kExperimentalWebAssemblyFeaturesDescription[] =
1189 "Enable web pages to use experimental WebAssembly features.";
1190
Clemens Hammacher0c8a15a2018-04-27 13:45:321191const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1192const char kEnableWasmBaselineDescription[] =
1193 "Enables WebAssembly baseline compilation and tier up.";
1194
Clemens Backes50e0ecd2020-01-20 10:43:241195const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1196const char kEnableWasmLazyCompilationDescription[] =
1197 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1198
Clemens Backes963eb37be2020-01-10 11:56:491199const char kEnableWasmTieringName[] = "WebAssembly tiering";
1200const char kEnableWasmTieringDescription[] =
1201 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241202 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491203
Christopher Thompsonf3ba20122019-06-06 22:01:011204const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1205const char kEvDetailsInPageInfoDescription[] =
1206 "Shows the EV certificate details in the Page Info bubble.";
1207
Mark Schillaci0bd47bd2020-12-09 04:03:351208const char kExperimentalAccessibilityLabelsName[] =
1209 "Experimental Accessibility Labels";
1210const char kExperimentalAccessibilityLabelsDescription[] =
1211 "Enables experimental accessibility labels feature. Note that this only "
1212 "enables the feature, and enabling the service is a profile preference.";
1213
Brett Wilsonf27ff602017-07-07 22:28:471214const char kExperimentalWebPlatformFeaturesName[] =
1215 "Experimental Web Platform features";
1216const char kExperimentalWebPlatformFeaturesDescription[] =
1217 "Enables experimental Web Platform features that are in development.";
1218
1219const char kExtensionContentVerificationName[] =
1220 "Extension Content Verification";
1221const char kExtensionContentVerificationDescription[] =
1222 "This flag can be used to turn on verification that the contents of the "
1223 "files on disk for extensions from the webstore match what they're "
1224 "expected to be. This can be used to turn on this feature if it would not "
1225 "otherwise have been turned on, but cannot be used to turn it off (because "
1226 "this setting can be tampered with by malware).";
1227const char kExtensionContentVerificationBootstrap[] =
1228 "Bootstrap (get expected hashes, but do not enforce them)";
1229const char kExtensionContentVerificationEnforce[] =
1230 "Enforce (try to get hashes, and enforce them if successful)";
1231const char kExtensionContentVerificationEnforceStrict[] =
1232 "Enforce strict (hard fail if we can't get hashes)";
1233
1234const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1235const char kExtensionsOnChromeUrlsDescription[] =
1236 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1237 "request this permission.";
galinapae72e152017-05-12 13:12:281238
Axel Antoine12df71182019-07-25 18:11:211239const char kFilteringScrollPredictionName[] = "Filtering scroll prediction";
1240const char kFilteringScrollPredictionDescription[] =
1241 "Enable filtering of predicted scroll events";
1242
David Bokan432978d2019-08-15 18:18:521243const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1244const char kFractionalScrollOffsetsDescription[] =
1245 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1246 "offsets to web APIs.";
1247
Brett Wilsonecb80982017-07-12 20:34:511248const char kForceEffectiveConnectionTypeName[] =
1249 "Override effective connection type";
1250const char kForceEffectiveConnectionTypeDescription[] =
1251 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301252 "returned by the network quality estimator. Slow 2G on Cellular returns "
1253 "Slow 2G when connected to a cellular network, and the actual estimate "
Tarun Bansalce1cfba2021-03-02 07:05:061254 "effective connection type when not on a cellular network.";
Brett Wilsonecb80982017-07-12 20:34:511255const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1256const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1257const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301258const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1259 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511260const char kEffectiveConnectionType2GDescription[] = "2G";
1261const char kEffectiveConnectionType3GDescription[] = "3G";
1262const char kEffectiveConnectionType4GDescription[] = "4G";
1263
Jay Harris583f48922019-05-06 05:55:241264const char kFileHandlingAPIName[] = "File Handling API";
1265const char kFileHandlingAPIDescription[] =
1266 "Enables the file handling API, allowing websites to register as file "
Jesse McKennabe661982020-10-29 23:57:421267 "handlers.";
Jay Harris583f48922019-05-06 05:55:241268
Darwin Huang1473bc32021-06-18 01:56:231269const char kFileHandlingIconsName[] = "File Handling Icons";
1270const char kFileHandlingIconsDescription[] =
1271 "Allows websites using the file handling API to also register file type "
1272 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1273 "for more information.";
1274
Viktor Semeniukd5cfc262021-02-25 12:51:221275const char kFillingAcrossAffiliatedWebsitesName[] =
1276 "Fill passwords across affiliated websites.";
1277const char kFillingAcrossAffiliatedWebsitesDescription[] =
1278 "Enables filling password on a website when there is saved "
1279 "password on affiliated website.";
1280
Brett Wilsonecb80982017-07-12 20:34:511281const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1282const char kFillOnAccountSelectDescription[] =
1283 "Filling of passwords when an account is explicitly selected by the user "
1284 "rather than autofilling credentials on page load.";
1285
Brett Wilsonecb80982017-07-12 20:34:511286const char kForceTextDirectionName[] = "Force text direction";
1287const char kForceTextDirectionDescription[] =
1288 "Explicitly force the per-character directionality of UI text to "
1289 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1290 "direction of the character language.";
1291const char kForceDirectionLtr[] = "Left-to-right";
1292const char kForceDirectionRtl[] = "Right-to-left";
1293
1294const char kForceUiDirectionName[] = "Force UI direction";
1295const char kForceUiDirectionDescription[] =
1296 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1297 "mode, overriding the default direction of the UI language.";
1298
Tommy Steimel863e6cf2019-07-01 19:07:361299const char kGlobalMediaControlsName[] = "Global Media Controls";
1300const char kGlobalMediaControlsDescription[] =
1301 "Enables the Global Media Controls UI in the toolbar.";
1302
Takumi Fujimotod25d2b72019-12-19 00:36:181303const char kGlobalMediaControlsForCastName[] = "Global Media Controls for Cast";
1304const char kGlobalMediaControlsForCastDescription[] =
1305 "Shows Cast sessions in the Global Media Controls UI. Requires "
1306 "#global-media-controls and #cast-media-route-provider to also be enabled.";
1307
Jazz Xu223d04c2020-09-22 20:23:011308const char kGlobalMediaControlsForChromeOSName[] =
Jazz Xu326c62c2020-09-24 02:01:521309 "Global Media Controls for ChromeOS";
Jazz Xu223d04c2020-09-22 20:23:011310const char kGlobalMediaControlsForChromeOSDescription[] =
1311 "Enable Global Media Controls UI in shelf and quick settings.";
1312
Tommy Steimele5c5c122020-02-06 23:22:351313const char kGlobalMediaControlsPictureInPictureName[] =
1314 "Global Media Controls Picture-in-Picture";
1315const char kGlobalMediaControlsPictureInPictureDescription[] =
1316 "Enables Picture-in-Picture controls in the Global Media Controls UI. "
1317 "Requires "
1318 "#global-media-controls to also be enabled.";
1319
Noah Rose Ledesma210c5602020-06-22 21:06:461320const char kGlobalMediaControlsSeamlessTransferName[] =
1321 "Global Media Controls Seamless Transfer";
1322const char kGlobalMediaControlsSeamlessTransferDescription[] =
1323 "Enables selection of audio output device to play media through in "
1324 "the Global Media Controls UI. Requires #global-media-controls to "
1325 "also be enabled.";
1326
Noah Rose Ledesma1bbd0712020-09-09 20:36:441327const char kGlobalMediaControlsModernUIName[] =
1328 "Global Media Controls Modern UI";
1329
1330const char kGlobalMediaControlsModernUIDescription[] =
1331 "Use a redesigned version of the Global Media Controls UI. Requires "
1332 "#global-media-controls to also be enabled.";
1333
Jazz Xu15f2b1c2020-07-09 14:42:141334const char kGlobalMediaControlsOverlayControlsName[] =
Tommy Steimel371f69e2020-07-20 16:45:311335 "Enable overlay controls for Global Media Controls";
Jazz Xu15f2b1c2020-07-09 14:42:141336const char kGlobalMediaControlsOverlayControlsDescription[] =
Tommy Steimel371f69e2020-07-20 16:45:311337 "Allowing controls to be dragged out from Global Media Controls dialog. "
Jazz Xu15f2b1c2020-07-09 14:42:141338 "Requires #global-media-controls to also be enabled.";
1339
Juan Mojicacd2cab02021-04-19 22:10:241340const char kGoogleLensSdkIntentName[] =
1341 "Enable the use of the Lens SDK when starting intent into Lens.";
1342const char kGoogleLensSdkIntentDescription[] =
1343 "Starts Lens using the Lens SDK if supported.";
1344
Brett Wilsonecb80982017-07-12 20:34:511345const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051346const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511347
Curtis McMullanf2e45bf2020-08-26 09:51:391348const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1349const char kHandwritingGestureEditingDescription[] =
1350 "Enables editing with handwriting gestures within the virtual keyboard.";
1351
Curtis McMullan88e039e2021-07-27 08:06:311352const char kHandwritingLegacyRecognitionName[] =
1353 "Handwriting Legacy Recognition";
1354const char kHandwritingLegacyRecognitionDescription[] =
1355 "Enables new on-device recognition for handwriting legacy paths.";
1356
Tommy Steimel1aadd7b2019-01-18 19:39:421357const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1358const char kHardwareMediaKeyHandlingDescription[] =
1359 "Enables using media keys to control the active media session. This "
1360 "requires MediaSessionService to be enabled too";
1361
John Delaney521fe9f2020-04-29 22:18:191362const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1363const char kHeavyAdPrivacyMitigationsDescription[] =
1364 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1365 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561366
1367const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1368const char kHeavyAdInterventionDescription[] =
1369 "Unloads ads that use too many device resources.";
1370
Toni Barzic7e93fa52020-01-29 01:35:471371const char kHideShelfControlsInTabletModeName[] =
1372 "Hide shelf control buttons in tablet mode.";
1373
1374const char kHideShelfControlsInTabletModeDescription[] =
1375 "Hides home, back, and overview button from the shelf while the device is "
1376 "in tablet mode. Predicated on shelf-hotseat feature being enabled.";
1377
Wei-Yin Chen (陳威尹)565a41612020-06-30 22:29:561378const char kTabSwitcherOnReturnName[] = "Tab switcher on return";
Matt Simmons2048b2a2018-12-20 20:12:561379const char kTabSwitcherOnReturnDescription[] =
1380 "Enable tab switcher on return after specified time has elapsed";
1381
Brett Wilsonecb80982017-07-12 20:34:511382const char kHostedAppShimCreationName[] =
1383 "Creation of app shims for hosted apps on Mac";
1384const char kHostedAppShimCreationDescription[] =
1385 "Create app shims on Mac when creating a hosted app.";
1386
Emily Stark70158ce2021-07-16 18:26:311387const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321388const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311389 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321390 "Mode.";
1391
Corentin Walleze660b152020-07-15 16:07:541392const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1393const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511394 "Overrides the built-in software rendering list and enables "
1395 "GPU-acceleration on unsupported system configurations.";
1396
Jimmy Gong6de11b02021-02-04 21:35:011397const char kImprovedKeyboardShortcutsName[] =
1398 "Enable improved keyboard shortcuts";
1399const char kImprovedKeyboardShortcutsDescription[] =
1400 "Ensure keyboard shortcuts work consistently with international keyboard "
1401 "layouts and deprecate legacy shortcuts.";
1402
Matt Amert2df4f1452019-12-09 04:59:491403const char kImpulseScrollAnimationsName[] = "Impulse-style scroll animations";
1404const char kImpulseScrollAnimationsDescription[] =
1405 "Replaces the default scroll animation with Impulse-style scroll "
1406 "animations.";
1407
Side Yilmaz424606f2021-04-09 14:08:291408const char kIncognitoBrandConsistencyForAndroidName[] =
1409 "Enable Incognito brand consistency in Android.";
1410const char kIncognitoBrandConsistencyForAndroidDescription[] =
1411 "When enabled, keeps Incognito UI consistent regardless of any selected "
1412 "theme.";
1413
Rohit Agarwal6e9b6022021-08-10 19:44:371414const char kIncognitoReauthenticationForAndroidName[] =
1415 "Enable device reauthentication for Incognito.";
1416const char kIncognitoReauthenticationForAndroidDescription[] =
1417 "When enabled, a setting appears in Settings > Privacy and Security, to "
1418 "enable reauthentication for accessing your existing Incognito tabs.";
1419
Rohit Agarwalf0fca3eb2021-03-31 12:40:391420const char kIncognitoBrandConsistencyForDesktopName[] =
1421 "Enable Incognito brand consistency in desktop.";
1422const char kIncognitoBrandConsistencyForDesktopDescription[] =
1423 "When enabled, removes any theme or background customization done by the "
1424 "user on the Incognito UI.";
1425
Rohit Agarwal967518a2021-05-31 09:13:201426const char kIncognitoClearBrowsingDataDialogForDesktopName[] =
1427 "Enable clear browsing data dialog in Incognito.";
1428const char kIncognitoClearBrowsingDataDialogForDesktopDescription[] =
1429 "When enabled, clear browsing data option would be enabled in Incognito "
1430 "which upon clicking would show a dialog to close all Incognito windows.";
1431
Side Yilmaz745252f2021-05-03 13:10:221432const char kUpdateHistoryEntryPointsInIncognitoName[] =
Side Yilmaza8ef2ad2021-06-01 15:09:231433 "Update history entry points in Incognito.";
Side Yilmaz745252f2021-05-03 13:10:221434const char kUpdateHistoryEntryPointsInIncognitoDescription[] =
1435 "When enabled, the entry points to history UI from Incognito mode will be "
1436 "removed for iOS and Desktop. An educative placeholder will be shown for "
1437 "Android history page.";
1438
Alex Ilasi1670e872021-07-23 03:19:541439const char kIncognitoNtpRealBoxName[] =
1440 "Incognito New Tab Page Real Search Box";
1441const char kIncognitoNtpRealBoxDescription[] =
1442 "When enabled, Incognito New Tap Page will display a Real Search Box.";
1443
Saba Khukhunashvilif7a4f822021-07-23 10:59:211444const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1445const char kIncognitoNtpRevampDescription[] =
1446 "When enabled, Incognito new tab page will have an updated UI";
1447
Ramin Halavatidf9668c2020-10-30 15:35:531448const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1449const char kIncognitoScreenshotDescription[] =
1450 "Enables Incognito screenshots on Android. It will also make Incognito "
1451 "thumbnails visible.";
1452
Rohit Agarwal485ecac2021-04-07 19:52:571453const char kInheritNativeThemeFromParentWidgetName[] =
1454 "Allow widgets to inherit native theme from its parent widget.";
1455const char kInheritNativeThemeFromParentWidgetDescription[] =
1456 "When enabled, secondary UI like menu, dialog etc would be in dark mode "
1457 "when Incognito mode is open.";
1458
Brett Wilsonecb80982017-07-12 20:34:511459const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1460const char kInProductHelpDemoModeChoiceDescription[] =
1461 "Selects the In-Product Help demo mode.";
1462
Hailey Wanga7607f02021-08-12 19:37:511463const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1464const char kInProductHelpSnoozeDescription[] =
1465 "Enables the snooze button on In-Product Help.";
1466
Jarrydc3639ac2020-04-09 17:05:391467const char kInstalledAppsInCbdName[] = "Installed Apps in Clear Browsing Data";
1468const char kInstalledAppsInCbdDescription[] =
1469 "Adds the installed apps warning dialog to the clear browsing data flow "
1470 "which allows users to protect installed apps' data from being deleted.";
1471
Brett Wilsonecb80982017-07-12 20:34:511472const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1473const char kJavascriptHarmonyDescription[] =
1474 "Enable web pages to use experimental JavaScript features.";
1475
1476const char kJavascriptHarmonyShippingName[] =
1477 "Latest stable JavaScript features";
1478const char kJavascriptHarmonyShippingDescription[] =
1479 "Some web pages use legacy or non-standard JavaScript extensions that may "
1480 "conflict with the latest JavaScript features. This flag allows disabling "
1481 "support of those features for compatibility with such pages.";
1482
Christopher Thompson493f1062020-01-28 23:16:431483const char kLegacyTLSEnforcedName[] =
1484 "Enforce deprecation of legacy TLS versions";
1485const char kLegacyTLSEnforcedDescription[] =
1486 "Enable connection errors and interstitials for sites that use legacy TLS "
1487 "versions (TLS 1.0 and TLS 1.1), which are deprecated and will be removed "
1488 " in the future.";
1489
Yu Suc19bb6cc2021-02-25 06:38:291490const char kLensCameraAssistedSearchName[] =
1491 "Google Lens in Omnibox and New Tab Page";
1492const char kLensCameraAssistedSearchDescription[] =
1493 "Enable an entry point to Google Lens to allow users to search what they "
1494 "see using their mobile camera.";
1495
Andrey Zaytsev8b7787e2021-05-14 15:00:221496const char kLinkDoctorDeprecationAndroidName[] =
1497 "Link Doctor Deprecation on Android";
1498const char kLinkDoctorDeprecationAndroidDescription[] =
1499 "Removes the setting for retrieving suggestions on navigation errors since "
1500 "this feature is deprecated.";
1501
Michael Crouse1c9adba2020-07-08 17:39:011502const char kLiteVideoName[] = "Enable LiteVideos";
1503const char kLiteVideoDescription[] =
1504 "Enable the LiteVideo optimization to throttle media requests to "
1505 "reduce data usage";
1506
Tarun Bansalb137fff2020-08-07 18:57:211507const char kLiteVideoDownlinkBandwidthKbpsName[] =
1508 "Lite Video: Adjust throttling downlink (in Kbps).";
1509const char kLiteVideoDownlinkBandwidthKbpsDescription[] =
1510 "Specify the throttling bandwidth to be used";
1511
Michael Crouse1c9adba2020-07-08 17:39:011512const char kLiteVideoForceOverrideDecisionName[] = "Force LiteVideos decision";
1513const char kLiteVideoForceOverrideDecisionDescription[] =
1514 "Force the LiteVideo decision to be allowed on every navigation.";
1515
Hazem Ashmawyf1cd7e42019-03-25 18:17:321516const char kLogJsConsoleMessagesName[] =
1517 "Log JS console messages in system logs";
1518const char kLogJsConsoleMessagesDescription[] =
1519 "Enable logging JS console messages in system logs, please note that they "
1520 "may contain PII.";
1521
Becca Hughes71e8ceb2020-03-31 22:23:401522const char kMediaHistoryName[] = "Enable Media History";
1523const char kMediaHistoryDescription[] =
1524 "Enables Media History which records data around media playbacks on "
1525 "websites.";
1526
spqchanb87755692018-04-05 00:46:091527const char kMediaRouterCastAllowAllIPsName[] =
1528 "Connect to Cast devices on all IP addresses";
1529const char kMediaRouterCastAllowAllIPsDescription[] =
1530 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311531 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091532
Tommy Steimel40355072021-04-13 00:12:471533const char kMediaSessionWebRTCName[] = "Enable WebRTC actions in Media Session";
1534const char kMediaSessionWebRTCDescription[] =
1535 "Adds new actions into Media Session for video conferencing.";
1536
manukh202a6dd2021-02-19 21:23:251537const char kMemoriesName[] = "Memories";
Moe Ahmadi3b617f82021-07-30 00:43:271538const char kMemoriesDescription[] = "Enables chrome://history/journeys.";
manukh202a6dd2021-02-19 21:23:251539
manukhd4270bc2021-02-19 21:17:281540const char kMemoriesDebugName[] = "Memories Debug";
1541const char kMemoriesDebugDescription[] =
Moe Ahmadi3b617f82021-07-30 00:43:271542 "Shows visit metadata in chrome://history to debug history clustering.";
manukhd4270bc2021-02-19 21:17:281543
Andrey Zaytsevad83cbc32020-09-30 15:43:181544const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1545const char kMetricsSettingsAndroidDescription[] =
1546 "Enables the new design of metrics settings.";
1547
Carlos IL0dc832832020-07-17 01:14:441548const char kMixedFormsDisableAutofillName[] =
1549 "Disable autofill for mixed forms";
1550const char kMixedFormsDisableAutofillDescription[] =
1551 "If enabled, autofill is not allowed for mixed forms (forms on HTTPS sites "
1552 "that submit over HTTP), and a warning bubble will be shown instead. "
1553 "Autofill for passwords is not affected by this setting.";
1554
1555const char kMixedFormsInterstitialName[] = "Mixed forms interstitial";
1556const char kMixedFormsInterstitialDescription[] =
1557 "When enabled, a full-page interstitial warning is shown when a mixed "
1558 "content form (a form on an HTTPS site that submits over HTTP) is "
1559 "submitted.";
1560
David Roger2183afb2019-02-21 14:19:151561const char kMobileIdentityConsistencyName[] = "Mobile identity consistency";
1562const char kMobileIdentityConsistencyDescription[] =
1563 "Enables stronger identity consistency on mobile";
1564
Tanmoy Mollik8036d7f2021-05-12 11:50:031565const char kWipeDataOnChildAccountSigninName[] =
1566 "Wipe Data On Child account signin";
1567const char kWipeDataOnChildAccountSigninDescription[] =
1568 "Wipe Data from previous account when signing in a child account";
1569
Tanmoy Mollika2f25a162021-04-01 12:19:461570const char kMobileIdentityConsistencyFREName[] =
1571 "Mobile identity consistency FRE";
1572const char kMobileIdentityConsistencyFREDescription[] =
1573 "Enables stronger identity consistency on mobile with different UIs for "
1574 "the First Run Experience.";
1575
Peter Beverloo01ca25e2021-01-12 15:23:591576const char kMobilePwaInstallUseBottomSheetName[] =
1577 "Mobile PWA Installation bottom sheet";
1578const char kMobilePwaInstallUseBottomSheetDescription[] =
1579 "Enables use of a rich bottom sheet when offering mobile PWA installation.";
1580
Brian Geffon12b581a2021-02-03 23:48:031581const char kMojoLinuxChannelSharedMemName[] =
1582 "Enable Mojo Shared Memory Channel";
1583const char kMojoLinuxChannelSharedMemDescription[] =
1584 "If enabled Mojo on Linux based platforms can use shared memory as an "
1585 "alternate channel for most messages.";
1586
Ella Ge1282f552019-06-24 20:06:031587const char kMouseSubframeNoImplicitCaptureName[] =
1588 "Disable mouse implicit capture for iframe";
1589const char kMouseSubframeNoImplicitCaptureDescription[] =
1590 "When enable, mouse down does not implicit capture for iframe.";
1591
Viktor Semeniuk3e74da92021-04-15 14:34:471592const char kMutingCompromisedCredentialsName[] =
1593 "Enables muting of compromised credentials";
1594const char kMutingCompromisedCredentialsDescription[] =
1595 "When enable, insecure credential muting state is respected.";
1596
Alisa Lin79251142021-06-15 20:22:121597const char kCanvas2DLayersName[] =
1598 "Enables canvas 2D methods BeginLayer and EndLayer";
1599const char kCanvas2DLayersDescription[] =
1600 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1601
Aaron Krajeski229cffd2020-05-11 22:30:331602const char kNewCanvas2DAPIName[] = "Experimental canvas 2D API features";
1603const char kNewCanvas2DAPIDescription[] =
1604 "Enables in-progress features for the canvas 2D API. See "
1605 "https://github.com/fserb/canvas2d.";
1606
Andreea Costinas1e592142021-04-20 13:24:251607const char kSystemProxyForSystemServicesName[] =
1608 "Enable system-proxy for selected system services";
1609const char kSystemProxyForSystemServicesDescription[] =
1610 "Enabling this flag will allow Chrome OS system service which require "
1611 "network connectivity to use the system-proxy daemon for authentication to "
1612 "remote HTTP web proxies.";
1613
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:491614const char kDestroyProfileOnBrowserCloseName[] =
1615 "Destroy Profile on browser close";
1616const char kDestroyProfileOnBrowserCloseDescription[] =
1617 "Release memory and other resources when a Profile's last browser window "
1618 "is closed, rather than when Chrome closes completely.";
1619
Brett Wilsonecb80982017-07-12 20:34:511620const char kNewUsbBackendName[] = "Enable new USB backend";
1621const char kNewUsbBackendDescription[] =
Reilly Grant314576eb2021-04-15 18:26:491622 "Enables the new experimental USB backend for macOS";
vabr0215a8e2017-03-28 12:47:341623
Taylor Bergquist187a9f92019-08-12 22:13:151624const char kNewTabstripAnimationName[] = "New tabstrip animations";
1625const char kNewTabstripAnimationDescription[] =
1626 "New implementation of tabstrip animations.";
1627
Alex Newcomerd7b0cc42018-05-25 22:58:481628const char kNotificationIndicatorName[] = "Notification Indicators";
1629const char kNotificationIndicatorDescription[] =
Matthew Mourgos7d884692020-08-28 19:31:181630 "Enable notification indicators, which appear on shelf app icons and "
1631 "launcher apps when a notification is active.";
Alex Newcomerd7b0cc42018-05-25 22:58:481632
Xing Liub9070262021-01-07 20:52:161633const char kNotificationSchedulerName[] = "Notification scheduler";
1634const char kNotificationSchedulerDescription[] =
1635 "Enable notification scheduler feature.";
1636
Xing Liu1919ec232019-07-22 20:38:041637const char kNotificationSchedulerDebugOptionName[] =
1638 "Notification scheduler debug options";
1639const char kNotificationSchedulerDebugOptionDescription[] =
1640 "Enable debugging mode to override certain behavior of notification "
1641 "scheduler system for easier manual testing.";
1642const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
1643 "Show scheduled notification right away.";
1644
Peter Beverlooc30c9ddf2021-02-24 19:56:031645const char kNotificationsSystemFlagName[] = "Enable system notifications.";
1646const char kNotificationsSystemFlagDescription[] =
1647 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:511648 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341649
Angela Yoeurng93be4b22021-06-08 16:26:321650const char kOmniboxActiveSearchEnginesName[] =
1651 "Active Search Engines section on settings page";
1652const char kOmniboxActiveSearchEnginesDescription[] =
1653 "Enables a 'Your Search Engines' section on "
1654 "chrome://settings/searchEngines.";
1655
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:371656const char kOmniboxAdaptiveSuggestionsCountName[] =
1657 "Adaptive Omnibox Suggestions count";
1658const char kOmniboxAdaptiveSuggestionsCountDescription[] =
1659 "Dynamically adjust number of presented Omnibox suggestions depending on "
1660 "available space. When enabled, this feature will increase (or decrease) "
1661 "amount of offered Omnibox suggestions to fill in the space between the "
1662 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
1663 "flag to adjust the limit of offered suggestions. The number of shown "
1664 "suggestions will be no less than the platform default limit.";
1665
Brandon Wylie1299ff82020-01-23 02:13:371666const char kOmniboxAssistantVoiceSearchName[] =
1667 "Omnibox Assistant Voice Search";
1668const char kOmniboxAssistantVoiceSearchDescription[] =
1669 "When enabled, use Assistant for omnibox voice query recognition instead of"
1670 " Android's built-in voice recognition service. Only works on Android.";
1671
Lei Zhang1a6fd01b2021-03-24 17:03:481672const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
1673const char kOmniboxBookmarkPathsDescription[] =
manukh61e782512020-10-01 17:33:451674 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
1675 "suggest a bookmark titled 'Jupiter' with URL "
1676 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
1677
Tommy Li19e27ede2020-08-14 22:52:401678const char kOmniboxClobberTriggersContextualWebZeroSuggestName[] =
1679 "Omnibox Clobber Triggers Contextual Web ZeroSuggest";
1680const char kOmniboxClobberTriggersContextualWebZeroSuggestDescription[] =
Tommy Li354a0e42020-07-30 16:46:141681 "If enabled, when the user clears the whole omnibox text (i.e. via "
Tommy Li19e27ede2020-08-14 22:52:401682 "Backspace), Chrome will request ZeroSuggest suggestions for the OTHER "
1683 "page classification (contextual web).";
Tommy Li354a0e42020-07-30 16:46:141684
Tomasz Wiszkowski70fb35f2020-02-27 00:39:191685const char kOmniboxCompactSuggestionsName[] = "Omnibox: Compact suggestions";
1686const char kOmniboxCompactSuggestionsDescription[] =
1687 "Conserve the space for Omnibox Suggestions by slightly reducing their "
1688 "size.";
1689
Angela Yoeurng07a5adb2020-12-02 02:14:011690const char kOmniboxDisableCGIParamMatchingName[] =
1691 "Disable CGI Param Name Matching";
1692const char kOmniboxDisableCGIParamMatchingDescription[] =
1693 "Disables using matches in CGI parameter names while scoring suggestions.";
1694
Mustafa Emre Acercb21d5d2021-01-12 08:08:351695const char kOmniboxDefaultTypedNavigationsToHttpsName[] =
1696 "Omnibox - Use HTTPS as the default protocol for navigations";
1697const char kOmniboxDefaultTypedNavigationsToHttpsDescription[] =
1698 "Use HTTPS as the default protocol when the user types a URL without "
1699 "a protocol in the omnibox such as 'example.com'. Presently, such an entry "
1700 "navigates to http://example.com. When this feature is enabled, it will "
1701 "navigate to https://example.com if the HTTPS URL is available. If Chrome "
1702 "can't determine the availability of the HTTPS URL within the timeout, it "
1703 "will fall back to the HTTP URL.";
1704
manukh6941c4c2021-07-20 00:18:341705const char kOmniboxDocumentProviderAsoName[] = "Omnibox Document Provider ASO";
1706const char kOmniboxDocumentProviderAsoDescription[] =
1707 "If document suggestions are enabled, swaps the backend from cloudsearch "
1708 "to ASO (Apps Search Overlay) search.";
1709
Justin Donnellyf2703482019-10-24 21:42:151710const char kOmniboxExperimentalSuggestScoringName[] =
1711 "Omnibox Experimental Suggest Scoring";
1712const char kOmniboxExperimentalSuggestScoringDescription[] =
1713 "Enables an experimental scoring mode for suggestions when Google is the "
1714 "default search engine.";
1715
Angela Yoeurng715e56082021-05-06 03:13:321716const char kOmniboxKeywordSpaceTriggeringSettingName[] =
1717 "Omnibox Keyword Space Triggering Setting";
1718const char kOmniboxKeywordSpaceTriggeringSettingDescription[] =
1719 "Adds a setting to the search engines setting page to control whether "
1720 "spacebar activates keyword mode.";
1721
Filip Gorskib116dee2020-08-20 14:12:101722const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
1723const char kOmniboxMostVisitedTilesDescription[] =
1724 "Display a list of frquently visited pages from history as a single row "
1725 "with a carousel instead of one URL per line.";
1726
manukh6941c4c2021-07-20 00:18:341727const char kOmniboxPreserveLongerShortcutsTextName[] =
1728 "Omnibox Preserve Longer Shortcuts Text";
1729const char kOmniboxPreserveLongerShortcutsTextDescription[] =
1730 "When disabled, updating shortcuts truncates its text to the user input. "
1731 "When enabled, 3 additional characters are preserved.";
1732
Moe Ahmadi064dbcd2020-08-20 01:53:311733const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPName[] =
1734 "Omnibox Trending Zero Prefix Suggestions";
1735const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPDescription[] =
1736 "Enables trending zero prefix suggestions for signed-in users with no or "
1737 "insufficient search history.";
1738
manuk695f9d4532020-03-18 19:22:081739const char kOmniboxRichAutocompletionName[] = "Omnibox Rich Autocompletion";
1740const char kOmniboxRichAutocompletionDescription[] =
1741 "Allow autocompletion for titles and non-prefixes. I.e. suggestions whose "
1742 "titles or URLs contain the user input as a continuous chunk, but not "
1743 "necessarily a prefix, can be the default suggestion. Typically, only "
1744 "suggestions whose URLs are prefixed by the user input can be. The "
1745 "potential variations toggle 4 params: 1) 'Title UI' displays titles, 2) "
1746 "'2-Line UI' includes titles (and URLs when autocompleting titles) on a "
1747 "2nd line, 3) 'Title AC' autocompletes titles, and 4) 'Non-Prefix AC' "
1748 "autocompletes non-prefixes.";
manuk55bdd972020-07-17 01:06:221749const char kOmniboxRichAutocompletionMinCharName[] =
1750 "Omnibox Rich Autocompletion Min Characters";
1751const char kOmniboxRichAutocompletionMinCharDescription[] =
1752 "Specifies min input character length to trigger rich autocompletion.";
manuk2a837412020-07-30 20:57:561753const char kOmniboxRichAutocompletionShowAdditionalTextName[] =
1754 "Omnibox Rich Autocompletion Show Additional Text";
1755const char kOmniboxRichAutocompletionShowAdditionalTextDescription[] =
1756 "Show the suggestion title or URL additional text when the input matches "
1757 "the URL or title respectively. Defaults to true.";
manukh848a0252020-09-30 19:14:141758const char kOmniboxRichAutocompletionSplitName[] =
1759 "Omnibox Rich Autocompletion Split";
1760const char kOmniboxRichAutocompletionSplitDescription[] =
1761 "Allow splitting the user input to intermix with autocompletions; e.g., "
1762 "the user input 'x z' could be autocompleted as 'x [y ]z'.";
manukheea2de32021-01-22 02:36:231763const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesName[] =
1764 "Omnibox Rich Autocompletion Prefer URLs over prefixes";
1765const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesDescription[] =
1766 "When the input matches both a suggestion's title's prefix and its URL's "
1767 "non-prefix, autocomplete the URL.";
manukh6b9c59c2020-08-28 19:29:251768const char kOmniboxRichAutocompletionPromisingName[] =
1769 "Omnibox Rich Autocompletion Promising Combinations";
1770const char kOmniboxRichAutocompletionPromisingDescription[] =
1771 "Allow autocompletion for titles and non-prefixes; see Omnibox Rich "
1772 "Autocompletion.";
manuk695f9d4532020-03-18 19:22:081773
Rachel Wonge497f032020-09-21 04:26:411774const char kOmniboxRichEntitiesInLauncherName[] =
1775 "Omnibox rich entities in the launcher";
1776const char kOmniboxRichEntitiesInLauncherDescription[] =
1777 "Enable rich entity formatting for Omnibox results in the launcher.";
1778
Tomasz Wiszkowski8d447752021-07-20 02:58:261779const char kOmniboxOnFocusSuggestionsContextualWebAllowSRPName[] =
1780 "Allow Omnibox contextual web on-focus suggestions on the SRP";
1781const char kOmniboxOnFocusSuggestionsContextualWebAllowSRPDescription[] =
1782 "Enables on-focus suggestions on the Search Results page. "
1783 "Requires on-focus suggestions for the contextual web to be enabled. "
1784 "Will only work if user is signed-in and syncing.";
1785
Tommy Li55784022020-04-28 20:58:181786const char kOmniboxOnFocusSuggestionsContextualWebName[] =
1787 "Omnibox on-focus suggestions for the contextual Web";
1788const char kOmniboxOnFocusSuggestionsContextualWebDescription[] =
1789 "Enables on-focus suggestions on the Open Web, that are contextual to the "
1790 "current URL. Will only work if user is signed-in and syncing, or is "
1791 "otherwise eligible to send the current page URL to the suggest server.";
1792
Benoit Lizeab08362c2017-07-19 14:50:541793const char kOmniboxSpareRendererName[] =
1794 "Start spare renderer on omnibox focus";
1795const char kOmniboxSpareRendererDescription[] =
1796 "When the omnibox is focused, start an empty spare renderer. This can "
1797 "speed up the load of the navigation from the omnibox.";
1798
Gang Wua4a85312020-06-20 05:14:131799const char kOmniboxTabSwitchSuggestionsName[] =
1800 "Omnibox switch to tab suggestions";
1801const char kOmniboxTabSwitchSuggestionsDescription[] =
1802 "Enable URL suggestions to optionally take the user to a tab where a "
1803 "website is already opened.";
1804
manukfdd97402020-07-22 18:19:171805const char kOmniboxMaxZeroSuggestMatchesName[] =
1806 "Omnibox Max Zero Suggest Matches";
1807const char kOmniboxMaxZeroSuggestMatchesDescription[] =
1808 "Changes the maximum number of autocomplete matches displayed when zero "
1809 "suggest is active (i.e. displaying suggestions without input).";
1810
Brett Wilsonecb80982017-07-12 20:34:511811const char kOmniboxUIMaxAutocompleteMatchesName[] =
1812 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:511813const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1814 "Changes the maximum number of autocomplete matches displayed in the "
1815 "Omnibox UI.";
1816
Mustafa Emre Acer0626cbb2021-07-14 20:35:041817const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
1818 "Omnibox Updated connection security indicators";
1819const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
1820 "Use new connection security indicators for https pages in the omnibox.";
1821
Kevin Baileycd6889922019-05-30 17:22:551822const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
1823const char kOmniboxMaxURLMatchesDescription[] =
1824 "The maximum number of URL matches to show, unless there are no "
1825 "replacements.";
1826
manuk4e2979d2020-07-08 23:29:281827const char kOmniboxDynamicMaxAutocompleteName[] =
1828 "Omnibox Dynamic Max Autocomplete";
1829const char kOmniboxDynamicMaxAutocompleteDescription[] =
1830 "Configures the maximum number of autocomplete matches displayed in the "
1831 "Omnibox UI dynamically based on the number of URL matches.";
1832
Ce Chenc8d803a2020-04-27 09:31:331833const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
1834 "Omnibox on device head suggestions (incognito only)";
1835const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
Ce Chen20af01c2019-07-02 19:16:361836 "Google head non personalized search suggestions provided by a compact on "
Ce Chenc8d803a2020-04-27 09:31:331837 "device model for incognito";
1838
1839const char kOmniboxOnDeviceHeadSuggestionsNonIncognitoName[] =
1840 "Omnibox on device head suggestions (non-incognito only)";
1841const char kOmniboxOnDeviceHeadSuggestionsNonIncognitoDescription[] =
1842 "Google head non personalized search suggestions provided by a compact on "
1843 "device model for non-incognito";
Ce Chen20af01c2019-07-02 19:16:361844
Tommy Li52c20852020-10-09 23:40:091845const char kOmniboxWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
1846const char kOmniboxWebUIOmniboxPopupDescription[] =
1847 "If enabled, uses WebUI to render the omnibox suggestions popup, similar "
1848 "to how the NTP \"realbox\" is implemented.";
1849
Ryan Sturm98e6aec2020-11-30 20:34:381850const char kEnableSearchPrefetchName[] = "Search Prefetch";
1851const char kEnableSearchPrefetchDescription[] =
1852 "Allow the default search engine to specify prefetch behavior for "
1853 "suggestions to search results pages.";
1854
Adrienne Walkerc87477e2018-06-06 22:28:211855const char kOopRasterizationName[] = "Out of process rasterization";
1856const char kOopRasterizationDescription[] =
1857 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1858 "Must also enable GPU rasterization";
1859
Khushal Sagar5d9d4f22020-05-28 15:42:131860const char kOopRasterizationDDLName[] =
1861 "Out of process rasterization using DDLs";
1862const char kOopRasterizationDDLDescription[] =
1863 "Use Skia Deferred Display Lists when performing rasterization in the GPU "
1864 "process "
1865 "Must also enable OOP rasterization";
1866
mcrousecece5812021-03-03 22:31:571867const char kOptimizationGuideModelDownloadingName[] =
1868 "Allow optimization guide model downloads";
1869const char kOptimizationGuideModelDownloadingDescription[] =
1870 "Enables the optimization guide to download prediction models.";
1871
Robert Ogden52285a52021-07-01 19:26:201872const char kOptimizationGuideModelPushNotificationName[] =
1873 "Enable optimization guide push notifications";
1874const char kOptimizationGuideModelPushNotificationDescription[] =
1875 "Enables the optimization guide to receive push notifications.";
1876
Eric Karl34c48382019-10-15 02:04:171877const char kEnableDeJellyName[] = "Experimental de-jelly effect";
1878const char kEnableDeJellyDescription[] =
1879 "Enables an experimental effect which attempts to mitigate "
1880 "\"jelly-scrolling\". This is an experimental implementation with known "
1881 "bugs, visual artifacts, and performance cost. This implementation may be "
1882 "removed at any time.";
1883
Ethan Mooney01e6f192021-06-10 13:14:071884const char kOsSettingsAppNotificationsPageName[] =
1885 "CrOS Settings App Notifications Page";
1886const char kOsSettingsAppNotificationsPageDescription[] =
1887 "If enabled, a new App Notifications subpage will appear in the "
1888 "CrOS Settings Apps section.";
1889
Daniel Classon5d8a0fd2020-06-30 03:28:491890const char kOsSettingsDeepLinkingName[] = "CrOS Settings Deep Linking";
1891const char kOsSettingsDeepLinkingDescription[] =
1892 "Enables a unique URL for each path in CrOS settings. "
1893 "This allows deep linking to individual settings, i.e. in settings search.";
1894
Wez600f06c2021-03-05 20:32:301895const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1896const char kOverlayScrollbarsDescription[] =
1897 "Enable the experimental overlay scrollbars implementation. You must also "
1898 "enable threaded compositing to have the scrollbars animate.";
1899
Daniele Castagna74ddb9c2018-06-21 22:59:021900const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1901const char kOverlayStrategiesDescription[] =
1902 "Select strategies used to promote quads to HW overlays.";
1903const char kOverlayStrategiesDefault[] = "Default";
1904const char kOverlayStrategiesNone[] = "None";
1905const char kOverlayStrategiesUnoccludedFullscreen[] =
1906 "Unoccluded fullscreen buffers (single-fullscreen)";
1907const char kOverlayStrategiesUnoccluded[] =
1908 "Unoccluded buffers (single-fullscreen,single-on-top)";
1909const char kOverlayStrategiesOccludedAndUnoccluded[] =
1910 "Occluded and unoccluded buffers "
1911 "(single-fullscreen,single-on-top,underlay)";
1912
Scott Littleb26dc862020-09-30 18:08:111913const char kOverrideLanguagePrefsForHrefTranslateName[] =
1914 "Override user-blocklisted languages for hrefTranslate";
1915const char kOverrideLanguagePrefsForHrefTranslateDescription[] =
1916 "When using hrefTranslate, ignore the user's blocklist of languages that "
1917 "shouldn't be translated.";
1918const char kOverrideSitePrefsForHrefTranslateName[] =
1919 "Override user-blocklisted sites for hrefTranslate";
1920const char kOverrideSitePrefsForHrefTranslateDescription[] =
1921 "When using hrefTranslate, ignore the user's blocklist of websites that "
1922 "shouldn't be translated.";
Scott Littleab2a3a52021-07-08 19:17:111923const char kOverrideUnsupportedPageLanguageForHrefTranslateName[] =
1924 "Force translation on pages with unsupported languages for hrefTranslate";
1925const char kOverrideUnsupportedPageLanguageForHrefTranslateDescription[] =
1926 "When using hrefTranslate, force translation on pages where the page's "
1927 "language cannot be determined or is unsupported.";
1928const char kOverrideSimilarLanguagesForHrefTranslateName[] =
1929 "Force translation on pages with a similar page language for hrefTranslate";
1930const char kOverrideSimilarLanguagesForHrefTranslateDescription[] =
1931 "When using hrefTranslate, force translation on pages where the page's "
1932 "language is similar to the target language specified via hrefTranslate.";
Scott Littleb26dc862020-09-30 18:08:111933
Jinsuk Kim2e139e432021-02-26 03:46:561934const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1935const char kOverscrollHistoryNavigationDescription[] =
1936 "History navigation in response to horizontal overscroll.";
1937
minch1ad858c2021-06-24 20:30:011938const char kOverviewButtonName[] = "Overview button at the status area";
1939const char kOverviewButtonDescription[] =
1940 "If enabled, always show the overview button at the status area.";
1941
Olesia Marukhno4d09c9072021-04-08 09:43:231942const char kPageInfoV2DesktopName[] = "Page info version two desktop";
1943const char kPageInfoV2DesktopDescription[] =
1944 "Enable the second version of the page info menu on desktop.";
1945
Xing Liu5400a002017-09-15 21:48:291946const char kParallelDownloadingName[] = "Parallel downloading";
1947const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061948 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291949
Maxim Kolosovskiy411dc8742020-07-25 11:50:141950const char kPasswordChangeInSettingsName[] =
1951 "Rework password change flow from settings";
1952const char kPasswordChangeInSettingsDescription[] =
1953 "Change password when bulk leak check detected an issue.";
1954
Milica Selakovice8bdde62020-02-19 11:48:361955const char kPasswordChangeName[] = "Rework password change flow";
1956const char kPasswordChangeDescription[] =
1957 "Change password when password leak is detected.";
1958
Vaclav Brozekd8a3f542017-11-16 14:21:131959const char kPasswordImportName[] = "Password import";
1960const char kPasswordImportDescription[] =
1961 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511962
Marc Treib05c1ba52021-08-12 15:20:101963const char kPasswordsAccountStorageRevisedOptInFlowName[] =
1964 "Revised opt-in flow for account-scoped passwore storage";
1965const char kPasswordsAccountStorageRevisedOptInFlowDescription[] =
1966 "Enables the revised opt-in flow for the account-scoped passwords storage "
1967 "during first-time save.";
1968
Maxim Kolosovskiybf5b2262020-09-25 15:47:331969const char kPasswordScriptsFetchingName[] = "Fetch password scripts";
1970const char kPasswordScriptsFetchingDescription[] =
1971 "Fetches scripts for password change flows.";
1972
Hui Yingst13aa6c22021-07-09 20:58:531973const char kPdfUnseasonedName[] = "Pepper-free PDF viewer";
1974const char kPdfUnseasonedDescription[] = "Enables the Pepper-free PDF viewer.";
1975
Carlos ILc5c2e2702020-12-15 21:19:501976const char kPdfXfaFormsName[] = "PDF XFA support";
1977const char kPdfXfaFormsDescription[] =
1978 "Enables support for XFA forms in PDFs. "
1979 "Has no effect if Chrome was not built with XFA support.";
1980
Aran Gilman5e9672bed2019-08-02 19:07:491981const char kForceWebContentsDarkModeName[] = "Force Dark Mode for Web Contents";
1982const char kForceWebContentsDarkModeDescription[] =
1983 "Automatically render all web contents using a dark theme.";
1984
Alison Maherc07a3fb2019-10-07 21:25:031985const char kForcedColorsName[] = "Forced Colors";
1986const char kForcedColorsDescription[] =
1987 "Enables forced colors mode for web content.";
1988
Matt Amertecf4bf32019-09-25 19:50:391989const char kPercentBasedScrollingName[] = "Percent-based Scrolling";
1990const char kPercentBasedScrollingDescription[] =
1991 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
1992 "of the scroller size.";
1993
Olesia Marukhno16fdd647a2020-05-04 09:34:001994const char kPermissionChipName[] = "Permissions Chip Experiment";
1995const char kPermissionChipDescription[] =
1996 "Enables an experimental permission prompt that uses a chip in the location"
1997 " bar.";
1998
Bret Sepulveda4aec1d5f2021-03-18 15:24:401999const char kPermissionChipGestureSensitiveName[] =
2000 "Gesture-sensitive Permissions Chip";
2001const char kPermissionChipGestureSensitiveDescription[] =
2002 "If the Permissions Chip Experiment is enabled, controls whether or not "
2003 "the chip should be more prominent when the request is associated with a "
2004 "gesture.";
2005
2006const char kPermissionChipRequestTypeSensitiveName[] =
2007 "Request-type-sensitive Permissions Chip";
2008const char kPermissionChipRequestTypeSensitiveDescription[] =
2009 "If the Permissions Chip Experiment is enabled, controls whether or not "
2010 "the chip should be more or less prominent depending on the request type.";
2011
Andy Paicu204a1bb82020-11-12 21:50:142012const char kPermissionPredictionsName[] = "Permission Predictions";
2013const char kPermissionPredictionsDescription[] =
2014 "Use the Permission Predictions Service to surface permission requests "
2015 "using a quieter UI when the likelihood of the user granting the "
2016 "permission is predicted to be low. Requires "
2017 "chrome://flags/#quiet-notification-prompts and `Safe Browsing Enhanced "
2018 "Protection` to be enabled.";
2019
Illia Klimovdf283b02021-07-07 17:33:252020const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2021const char kPermissionQuietChipDescription[] =
2022 "Enables an experimental permission prompt that uses the quiet chip "
2023 "instead of the right-hand side address bar icon for quiet permission "
2024 "prompts. Requires chrome://flags/#quiet-notification-prompts to be "
2025 "enabled.";
2026
Francois Beaufort3890c312021-05-19 19:03:292027const char kPlaybackSpeedButtonName[] = "Playback Speed Button";
2028const char kPlaybackSpeedButtonDescription[] =
2029 "Enable the playback speed button on the media controls.";
2030
Ella Geb58eed12019-09-05 23:37:012031const char kPointerLockOptionsName[] = "Enables pointer lock options";
2032const char kPointerLockOptionsDescription[] =
2033 "Enables pointer lock unadjustedMovement. When unadjustedMovement is set "
2034 "to true, pointer movements wil not be affected by the underlying platform "
2035 "modications such as mouse accelaration.";
2036
Hiroki Nakagawa5bc48482020-11-19 08:23:552037const char kPrerender2Name[] = "Prerender2";
2038const char kPrerender2Description[] =
Lingqi Chid869d3e2021-06-08 00:00:012039 "Enables the new prerenderer implementation for "
2040 "<script type=speculationrules> that specifies prerender candidates.";
Hiroki Nakagawa5bc48482020-11-19 08:23:552041
Tymofii Chudakov58d51bcf2020-10-05 09:20:212042const char kPrivacyAdvisorName[] = "Privacy Advisor";
2043const char kPrivacyAdvisorDescription[] =
2044 "Provides contextual entry points for adjusting privacy settings";
2045
Rainhard Findling62b818f2021-06-08 09:38:092046const char kPrivacyReviewName[] = "Privacy Review";
2047const char kPrivacyReviewDescription[] =
2048 "Shows a new subpage in Settings that helps the user to review various "
2049 "privacy settings.";
2050
Sean Harrison0a44455c2020-11-17 18:14:542051const char kPrivacySandboxSettingsName[] = "Privacy Sandbox Settings";
2052const char kPrivacySandboxSettingsDescription[] =
Rainhard Findlingd9b03f92021-02-15 13:41:592053 "Enables privacy sandbox settings. Requires at least one of the Privacy "
2054 "Sandbox APIs to be enabled.";
Sean Harrison0a44455c2020-11-17 18:14:542055
sauski288c8472021-05-05 18:01:262056const char kPrivacySandboxSettings2Name[] = "Privacy Sandbox Settings 2";
2057const char kPrivacySandboxSettings2Description[] =
2058 "Enables the second set of privacy sandbox settings. Requires "
2059 "#privacy-sandbox-settings to also be enabled";
2060
Daniel Rubery3b09cd22021-07-26 22:00:392061const char kSafeBrowsingPerProfileNetworkContextsName[] =
2062 "Per-profile Safe Browsing network contexts";
2063const char kSafeBrowsingPerProfileNetworkContextsDescription[] =
2064 "Keys the Safe Browsing network context by the profile initiating the "
2065 "request";
2066
Rainhard Findlingb08b52dc2020-12-01 10:23:072067const char kSafetyCheckWeakPasswordsName[] = "Safety check for weak passwords";
2068const char kSafetyCheckWeakPasswordsDescription[] =
Jan Wilken Dörrie61fa525d2021-02-12 09:28:482069 "If weak passwords were found, show them in safety check.";
Rainhard Findlingb08b52dc2020-12-01 10:23:072070
Dana Friedac7b8ff2019-09-18 21:27:572071const char kProminentDarkModeActiveTabTitleName[] =
2072 "Prominent Dark Mode Active Tab Titles";
2073const char kProminentDarkModeActiveTabTitleDescription[] =
2074 "Makes the active tab title in dark mode bolder so the active tab is "
2075 "easier "
2076 "to identify.";
2077
Mohsen Izadi93faac12017-07-29 04:45:152078const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2079const char kPullToRefreshDescription[] =
2080 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012081const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152082
Finnur Thorarinsson818e6c112021-05-19 13:06:462083const char kPwaUpdateDialogForNameAndIconName[] =
2084 "Enable PWA install update dialog for name/icon changes";
2085const char kPwaUpdateDialogForNameAndIconDescription[] =
2086 "Enable a confirmation dialog that shows up when a PWA changes its "
2087 "icon/name";
2088
Brett Wilsonecb80982017-07-12 20:34:512089const char kQuicName[] = "Experimental QUIC protocol";
2090const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2091
Max Tauroe049b272021-06-01 18:45:342092const char kQuickActionSearchWidgetAndroidName[] = "Quick Action Search Widget";
2093const char kQuickActionSearchWidgetAndroidDescription[] =
2094 "When enabled, the quick action search widget will be available to add to "
2095 "the homescreen.";
2096
Max Tauro7972e5a32021-07-20 23:55:542097const char kQuickActionSearchWidgetAndroidDinoVariantName[] =
2098 "Quick Action Search Widget - Dino Variant";
2099const char kQuickActionSearchWidgetAndroidDinoVariantDescription[] =
2100 "When enabled, the Dino widget will be available to add to the homescreen";
2101
Kamila2724bd702019-09-10 16:08:582102const char kQuietNotificationPromptsName[] =
2103 "Quieter notification permission prompts";
2104const char kQuietNotificationPromptsDescription[] =
2105 "Enables quieter permission prompts for notification permission requests. "
2106 "When a site wishes to show notifications, the usual modal dialog is "
2107 "replaced with a quieter version.";
2108
Yulun Wuc7439a652021-06-18 17:24:182109const char kSettingsAppNotificationSettingsName[] =
2110 "Split notification permission settings";
2111const char kSettingsAppNotificationSettingsDescription[] =
2112 "Remove per-app notification permissions settings from the quick settings "
2113 "menu. Notification permission settings will be split between the "
2114 "lacros-chrome browser's notification permission page "
2115 "and the ChromeOS settings app.";
2116
Illia Klimov5ba0f172020-09-30 21:23:232117const char kAbusiveNotificationPermissionRevocationName[] =
2118 "Abusive notification permission revocation";
2119const char kAbusiveNotificationPermissionRevocationDescription[] =
2120 "Enables notification permission revocation for abusive origins. "
2121 "Prior to dispatching a push message to the service worker, the origin is "
2122 "verified through Safe Browsing. Origins with abusive notification "
2123 "permission requests or content will have the notification permission "
2124 "revoked.";
2125
Tymofii Chudakova0b5f232020-08-06 12:13:002126const char kContentSettingsRedesignName[] = "Content settings page redesign";
2127const char kContentSettingsRedesignDescription[] =
2128 "Enables a new content settings page UI.";
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
Peter Boströmb136d872021-06-16 18:56:072222const char kSidePanelFlagId[] = "side-panel";
Peter Boström259e1472020-10-22 22:26:242223const char kSidePanelName[] = "Side panel";
Peter Boströmb136d872021-06-16 18:56:072224const char kSidePanelDescription[] =
2225 "Enables a browser-level side panel for a useful and persistent way to "
2226 "access your Reading List and Bookmarks.";
Peter Boström259e1472020-10-22 22:26:242227
John Lee0d7ba332021-07-29 18:41:572228const char kSidePanelDragAndDropFlagId[] = "side-panel-drag-and-drop";
2229const char kSidePanelDragAndDropName[] = "Side panel drag and drop";
2230const char kSidePanelDragAndDropDescription[] =
2231 "Enables drag and drop of bookmarks within the side panel.";
2232
Yasmin69a132f2019-08-07 15:30:362233const char kSharedClipboardUIName[] =
2234 "Enable shared clipboard feature signals to be handled";
2235const char kSharedClipboardUIDescription[] =
2236 "Enables shared clipboard feature signals to be handled by showing "
2237 "a list of user's available devices to share the clipboard.";
2238
Kyle Milkacf3aa6e12021-07-28 00:34:022239const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
2240const char kSharingDesktopScreenshotsDescription[] =
2241 "Enables taking"
2242 " screenshots from the desktop sharing hub.";
2243
Kristi Parkaedd01f2021-04-02 23:40:072244const char kSharingHubDesktopAppMenuName[] = "Desktop Sharing Hub in App Menu";
2245const char kSharingHubDesktopAppMenuDescription[] =
2246 "Enables the Chrome Sharing Hub in the 3-dot menu for desktop.";
2247
2248const char kSharingHubDesktopOmniboxName[] = "Desktop Sharing Hub in Omnibox";
2249const char kSharingHubDesktopOmniboxDescription[] =
2250 "Enables the Chrome Sharing Hub in the omnibox for desktop.";
2251
Alex Chaud7886842020-05-13 15:37:052252const char kSharingPreferVapidName[] =
2253 "Prefer sending Sharing message via VAPID";
2254const char kSharingPreferVapidDescription[] =
2255 "Prefer sending Sharing message via FCM WebPush authenticated using VAPID.";
2256
Alex Chauf15a7192020-01-30 17:37:512257const char kSharingSendViaSyncName[] =
2258 "Enable sending Sharing message via Sync";
2259const char kSharingSendViaSyncDescription[] =
2260 "Enables sending Sharing message via commiting to Chrome Sync's "
2261 "SHARING_MESSAGE data type";
2262
Toni Barzicf630740ec2021-06-30 15:53:212263const char kShelfDragToPinName[] = "Pin apps in shelf using drag";
2264
2265const char kShelfDragToPinDescription[] =
2266 "Enables pinning unpinned items in shelf by dragging them to the part of "
2267 "the shelf that contains pinned apps.";
2268
Manu Cornetd7ef7c52018-05-01 22:08:232269const char kShelfHoverPreviewsName[] =
2270 "Show previews of running apps when hovering over the shelf.";
2271const char kShelfHoverPreviewsDescription[] =
2272 "Shows previews of the open windows for a given running app when hovering "
2273 "over the shelf.";
2274
Brett Wilsonecb80982017-07-12 20:34:512275const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2276const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382277 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2278 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512279
2280const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2281const char kShowAutofillTypePredictionsDescription[] =
2282 "Annotates web forms with Autofill field type predictions as placeholder "
2283 "text.";
2284
Lei Zhang1a6fd01b2021-03-24 17:03:482285const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2286const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152287 "Display the performance metrics of current page in a heads up display on "
2288 "the page.";
2289
pwarren878671672019-12-13 19:18:162290const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2291const char kShowOverdrawFeedbackDescription[] =
2292 "Visualize overdraw by color-coding elements based on if they have other "
2293 "elements drawn underneath.";
2294
kylechare8835ca92020-03-16 15:34:582295const char kSkiaRendererName[] = "Skia API for compositing";
Jonathan Backer93610a82019-03-27 14:02:382296const char kSkiaRendererDescription[] =
2297 "If enabled, the display compositor will use Skia as the graphics API "
kylechare8835ca92020-03-16 15:34:582298 "instead of OpenGL ES.";
Jonathan Backer93610a82019-03-27 14:02:382299
Lukasz Anforowiczd2e16e62019-03-28 19:06:592300const char kIsolateOriginsName[] = "Isolate additional origins";
2301const char kIsolateOriginsDescription[] =
2302 "Requires dedicated processes for an additional set of origins, "
2303 "specified as a comma-separated list.";
2304
Mike West6b2bd752020-12-02 06:36:592305const char kIsolationByDefaultName[] =
2306 "Change web-facing behaviors that prevent origin-level isolation";
2307const char kIsolationByDefaultDescription[] =
2308 "Change several web APIs that make it difficult to isolate origins into "
2309 "distinct processes. While these changes will ideally become new default "
2310 "behaviors for the web, this flag is likely to break your experience on "
2311 "sites you visit today.";
2312
Lukasz Anforowicz738a88d2018-11-05 19:19:342313const char kSiteIsolationOptOutName[] = "Disable site isolation";
2314const char kSiteIsolationOptOutDescription[] =
2315 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572316 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2317 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222318 "isolation is force-enabled using a command line switch or using an "
2319 "enterprise policy. "
2320 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572321 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342322const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2323const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512324
Brett Wilsonecb80982017-07-12 20:34:512325const char kSmoothScrollingName[] = "Smooth Scrolling";
2326const char kSmoothScrollingDescription[] =
2327 "Animate smoothly when scrolling page content.";
2328
Majid Valipourae11335e2020-10-14 04:09:242329const char kWebOTPCrossDeviceName[] = "WebOTP Cross Device";
2330const char kWebOTPCrossDeviceDescription[] =
2331 "Enable the WebOTP API to work across devices";
Sam Goto09d69a12019-11-20 23:56:562332
shivanigithub75489e352021-02-22 19:24:302333const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2334const char kSplitCacheByNetworkIsolationKeyDescription[] =
2335 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2336 "disallow cross-site tracking.";
2337
Charlie Reis45fc8d72021-05-27 23:37:172338const char kStrictExtensionIsolationName[] = "Strict Extension Isolation";
2339const char kStrictExtensionIsolationDescription[] =
2340 "Experimental security mode that prevents extensions from sharing a "
2341 "process with each other.";
2342
Lei Zhang507fffd2020-01-29 23:47:542343const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2344const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462345 "Experimental security mode that strengthens the site isolation policy. "
2346 "Controls whether site isolation should use origins instead of scheme and "
2347 "eTLD+1.";
2348
Brandon Maslenda12cf82019-08-23 20:54:182349const char kStorageAccessAPIName[] = "Storage Access API";
2350const char kStorageAccessAPIDescription[] =
2351 "Enables the Storage Access API, allowing websites to request storage "
2352 "access when it would otherwise be restricted.";
2353
Lexi Stavrakos094fd642020-06-17 23:26:432354const char kStoragePressureEventName[] = "Enable storage pressure Event";
2355const char kStoragePressureEventDescription[] =
2356 "If enabled, Chrome will dispatch a DOM event, informing applications "
2357 "about storage pressure (low disk space)";
2358
Talal Jawaid493a07732021-05-06 21:30:232359const char kStoreHoursAndroidName[] = "Store Hours";
2360const char kStoreHoursAndroidDescription[] =
2361 "When enabled, shows store hours for stores in tab grid view.";
2362
Brett Wilsonecb80982017-07-12 20:34:512363const char kSuggestionsWithSubStringMatchName[] =
2364 "Substring matching for Autofill suggestions";
2365const char kSuggestionsWithSubStringMatchDescription[] =
2366 "Match Autofill suggestions based on substrings (token prefixes) rather "
2367 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342368
Siyu An9655bd22020-09-14 23:09:072369const char kSyncAutofillWalletOfferDataName[] =
2370 "Enable syncing autofill offer data";
2371const char kSyncAutofillWalletOfferDataDescription[] =
2372 "When enabled, allows syncing autofill wallet offer data type.";
2373
Brett Wilsonecb80982017-07-12 20:34:512374const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2375const char kSyncSandboxDescription[] =
2376 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342377
Mikel Astiz850b0fe2021-06-16 09:47:272378const char kSyncTrustedVaultPassphrasePromoName[] =
2379 "Enable promos for sync trusted vault passphrase.";
2380const char kSyncTrustedVaultPassphrasePromoDescription[] =
2381 "Enables promos for an experimental sync passphrase type, referred to as "
2382 "trusted vault.";
2383
2384const char kSyncTrustedVaultPassphraseRecoveryName[] =
2385 "Enable sync trusted vault passphrase with improved recovery.";
2386const char kSyncTrustedVaultPassphraseRecoveryDescription[] =
2387 "Enables support for an experimental sync passphrase type, referred to as "
2388 "trusted vault, including logic and APIs for improved account recovery "
2389 "flows.";
2390
Joe Downing8cbbc192018-05-14 17:37:072391const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
2392const char kSystemKeyboardLockDescription[] =
2393 "Enables websites to use the keyboard.lock() API to intercept system "
2394 "keyboard shortcuts and have the events routed directly to the website "
2395 "when in fullscreen mode.";
2396
Ahmed Mehfoozf719a672020-12-17 23:32:522397const char kStylusBatteryStatusName[] =
2398 "Show stylus battery stylus in the stylus tools menu";
2399const char kStylusBatteryStatusDescription[] =
2400 "Enables viewing the current stylus battery level in the stylus tools "
2401 "menu.";
2402
Jesse McKennafbdeac62021-04-26 16:38:472403const char kSubframeShutdownDelayName[] =
2404 "Add delay to subframe renderer process shutdown";
2405const char kSubframeShutdownDelayDescription[] =
2406 "Delays shutdown of subframe renderer processes by a few seconds to allow "
2407 "them to be potentially reused. This aims to reduce process churn in "
2408 "navigations where the source and destination share subframes.";
2409
Matt Simmons1fd0c9f2019-04-15 19:08:222410const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
2411const char kTabEngagementReportingDescription[] =
2412 "Tracks tab engagement and lifetime metrics.";
2413
Yusuf Ozuysal67f05a02019-02-15 19:30:522414const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
2415const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462416 "Allows users to see their tabs in a grid layout in the tab switcher on "
2417 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:522418
Ayman Almadhoun5a72fa742021-04-28 05:49:152419const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
2420const char kCommerceMerchantViewerAndroidDescription[] =
2421 "Allows users to view merchant trust signals on eligible pages.";
2422
Zhiyuan Cai7a67fff2021-06-18 21:35:532423const char kCommercePriceTrackingAndroidName[] = "Price Tracking";
2424const char kCommercePriceTrackingAndroidDescription[] =
2425 "Allows users to track product prices through Chrome.";
2426
Yusuf Ozuysal436d90b82019-03-15 22:17:582427const char kTabGroupsAndroidName[] = "Tab Groups";
2428const char kTabGroupsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462429 "Allows users to create groups to better organize their tabs on phones.";
Yusuf Ozuysal436d90b82019-03-15 22:17:582430
Yue Zhange5610102019-11-01 19:46:392431const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
2432const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462433 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:392434
Yue Zhang2834d6b2019-05-01 17:30:282435const char kTabGroupsUiImprovementsAndroidName[] = "Tab Groups UI Improvements";
2436const char kTabGroupsUiImprovementsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462437 "Allows users to access new features in Tab Group UI on phones.";
Yue Zhang2834d6b2019-05-01 17:30:282438
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092439const char kTabToGTSAnimationAndroidName[] = "Enable Tab-to-GTS Animation";
2440const char kTabToGTSAnimationAndroidDescription[] =
2441 "Allows users to see an animation when entering or leaving the "
Yue Zhang5a167c72020-03-16 16:56:462442 "Grid Tab Switcher on phones.";
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092443
Charlene Yan45ff10d92020-09-16 03:14:592444const char kTabGroupsAutoCreateName[] = "Tab Groups Auto Create";
2445const char kTabGroupsAutoCreateDescription[] =
2446 "Automatically creates groups for users, if tab groups are enabled.";
2447
Charlene Yan65e7cfe2020-07-28 18:55:292448const char kTabGroupsCollapseFreezingName[] = "Tab Groups Collapse Freezing";
2449const char kTabGroupsCollapseFreezingDescription[] =
2450 "Experimental tab freezing upon collapsing a tab group.";
2451
Charlene Yan5b80e052020-04-02 20:48:562452const char kTabGroupsFeedbackName[] = "Tab Groups Feedback";
2453const char kTabGroupsFeedbackDescription[] =
2454 "Enables the feedback app to appear in the tab group editor bubble, if tab "
2455 "groups are enabled.";
2456
Dana Fried7ecd0e02021-02-03 21:20:572457const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
2458const char kTabGroupsNewBadgePromoDescription[] =
2459 "Causes a 'New' badge to appear on the entry point for creating a tab "
2460 "group in the tab context menu.";
2461
Alyssa Frederickab694f22021-07-02 20:05:392462const char kTabGroupsSaveName[] = "Tab Groups Save";
2463const char kTabGroupsSaveDescription[] =
2464 "Enables users to explicitly save and recall tab groups.";
2465
Dana Friedacaa8ef52019-02-08 02:20:352466const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
2467const char kTabHoverCardImagesDescription[] =
2468 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
2469
Dana Fried07b03c62019-07-31 19:20:562470const char kTabOutlinesInLowContrastThemesName[] =
2471 "Tab Outlines in Low Contrast Themes";
2472const char kTabOutlinesInLowContrastThemesDescription[] =
2473 "Expands the range of situations in which tab outline strokes are "
2474 "displayed, improving accessiblity in dark and incognito mode.";
2475
Emily Shack8cf347332021-06-11 18:04:092476const char kTabRestoreSubMenusName[] = "Show app menu history sub menus";
2477const char kTabRestoreSubMenusDescription[] =
2478 "Show app menu history sub menus for the contents of recently closed tab "
2479 "groups and windows.";
2480
Cheick6a288cd2021-01-18 16:04:222481const char kTextFragmentColorChangeName[] = "Text Fragment color change";
2482const char kTextFragmentColorChangeDescription[] =
2483 "Changes the Text Fragment background color"
2484 "away from the default yellow.";
2485
mcrouse2b928eb2021-02-26 21:59:092486const char kTFLiteLanguageDetectionName[] = "TFLite-based Language Detection";
2487const char kTFLiteLanguageDetectionDescription[] =
2488 "Uses TFLite for language detection in place of CLD3";
2489
Daniele Castagnaac71d892020-07-07 17:30:372490const char kTintCompositedContentName[] = "Tint composited content";
2491const char kTintCompositedContentDescription[] =
2492 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:292493 "study overlay support.";
2494
Peter Kastingd77428352018-10-26 15:20:252495const char kTopChromeTouchUiName[] = "Touch UI Layout";
2496const char kTopChromeTouchUiDescription[] =
2497 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:342498
Brett Wilsonecb80982017-07-12 20:34:512499const char kThreadedScrollingName[] = "Threaded scrolling";
2500const char kThreadedScrollingDescription[] =
2501 "Threaded handling of scroll-related input events. Disabling this will "
2502 "force all such scroll events to be handled on the main thread. Note that "
2503 "this can dramatically hurt scrolling performance of most websites and is "
2504 "intended for testing purposes only.";
2505
W. James MacLean17fc6852021-05-06 18:29:292506const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
2507 "Throttle non-visible cross-origin iframes";
2508const char
2509 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
2510 "When enabled, all cross-origin iframes with zero visibility (either "
2511 "display:none or zero area) will be throttled, regardless of whether "
2512 "they are same-process or cross-process. When disabled, only cross-"
2513 "process iframes will be throttled.";
2514
Brett Wilsonecb80982017-07-12 20:34:512515const char kTouchDragDropName[] = "Touch initiated drag and drop";
2516const char kTouchDragDropDescription[] =
2517 "Touch drag and drop can be initiated through long press on a draggable "
2518 "element.";
2519
Brett Wilsonecb80982017-07-12 20:34:512520const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
2521const char kTouchSelectionStrategyDescription[] =
2522 "Controls how text selection granularity changes when touch text selection "
2523 "handles are dragged. Non-default behavior is experimental.";
2524const char kTouchSelectionStrategyCharacter[] = "Character";
2525const char kTouchSelectionStrategyDirection[] = "Direction";
2526
2527const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
2528const char kTraceUploadUrlDescription[] =
2529 "This is to be used in conjunction with the enable-navigation-tracing "
2530 "flag. Please select the label that best describes the recorded traces. "
2531 "This will choose the destination the traces are uploaded to. If you are "
2532 "not sure, select other. If left empty, no traces will be uploaded.";
2533const char kTraceUploadUrlChoiceOther[] = "Other";
2534const char kTraceUploadUrlChoiceEmloading[] = "emloading";
2535const char kTraceUploadUrlChoiceQa[] = "QA";
2536const char kTraceUploadUrlChoiceTesting[] = "Testing";
2537
Josh Simmons7a8e7a942021-06-19 01:08:562538const char kTranslateAssistContentName[] = "Translate AssistContent";
2539const char kTranslateAssistContentDescription[] =
2540 "Enables populating translate details for the current page in "
2541 "AssistContent.";
2542
Anthony Vallee-Dubois265c5692018-06-01 15:57:142543const char kTranslateForceTriggerOnEnglishName[] =
2544 "Select which language model to use to trigger translate on English "
2545 "content";
2546const char kTranslateForceTriggerOnEnglishDescription[] =
2547 "Force the Translate Triggering on English pages experiment to be enabled "
2548 "with the selected language model active.";
2549
Josh Simmons8c98484872021-05-05 20:50:012550const char kTranslateIntentName[] = "Translate intent";
2551const char kTranslateIntentDescription[] =
2552 "Enables an intent that allows Assistant to initiate a translation of the "
2553 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:522554
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052555const char kTreatInsecureOriginAsSecureName[] =
2556 "Insecure origins treated as secure";
2557const char kTreatInsecureOriginAsSecureDescription[] =
2558 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:132559 "supplied as a comma-separated list. Origins must have their protocol "
2560 "specified e.g. \"http://example.com\". For the definition of secure "
2561 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052562
Joe DeBlasio2a4fb9982019-05-06 23:44:432563const char kTreatUnsafeDownloadsAsActiveName[] =
2564 "Treat risky downloads over insecure connections as active mixed content";
2565const char kTreatUnsafeDownloadsAsActiveDescription[] =
2566 "Disallows downloads of unsafe files (files that can potentially execute "
2567 "code), where the final download origin or any origin in the redirect "
2568 "chain is insecure if the originating page is secure.";
2569
David Van Cleve08c5bc012020-03-26 17:31:462570const char kTrustTokensName[] = "Enable Trust Tokens";
2571const char kTrustTokensDescription[] =
2572 "Enables the prototype Trust Token API "
2573 "(https://github.com/wicg/trust-token-api).";
2574
Will Cassellafd1edf02020-08-26 23:13:082575const char kTurnOffStreamingMediaCachingOnBatteryName[] =
2576 "Turn off caching of streaming media to disk while on battery power.";
2577const char kTurnOffStreamingMediaCachingOnBatteryDescription[] =
2578 "Reduces disk activity during media playback, which can result in "
2579 "power savings.";
2580
2581const char kTurnOffStreamingMediaCachingAlwaysName[] =
Shawn Pickett0b470712019-08-15 00:43:452582 "Turn off caching of streaming media to disk.";
Will Cassellafd1edf02020-08-26 23:13:082583const char kTurnOffStreamingMediaCachingAlwaysDescription[] =
Shawn Pickett0b470712019-08-15 00:43:452584 "Reduces disk activity during media playback, which can result in "
2585 "power savings.";
2586
Vasilii Sukhanov36365432021-07-02 08:38:212587const char kUnifiedPasswordManagerAndroidName[] =
2588 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:562589const char kUnifiedPasswordManagerAndroidDescription[] =
2590 "Uses Google Mobile Services to store and retrieve passwords."
2591 "Warning: Highly experimental. May lead to loss of passwords and "
2592 "impact performance.";
2593
François Beaufortdb160c12019-05-01 06:28:142594const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
2595const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:052596 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:142597 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
2598 "for other processes.";
2599
Maya Lekova4785fd22020-08-31 10:36:072600const char kUnsafeFastJSCallsName[] = "Unsafe fast JS calls";
2601const char kUnsafeFastJSCallsDescription[] =
2602 "Enables experimental fast API between Blink and V8."
2603 "Warning: type checking, few POD types and array types "
2604 "are not supported yet, so crashes are possible.";
2605
Brett Wilsonecb80982017-07-12 20:34:512606const char kUiPartialSwapName[] = "Partial swap";
2607const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2608
cfredric04aa50c2020-10-30 13:32:022609const char kUseFirstPartySetName[] = "First-Party Set";
2610const char kUseFirstPartySetDescription[] =
2611 "Use the provided list of origins as a First-Party Set, with the first "
2612 "valid origin as the owner of the set.";
2613
Maria Kazinova85a2ece2021-06-14 19:24:282614const char kUsernameFirstFlowName[] = "Username first flow voting";
Vadym Doroshenkoa063a512019-12-12 17:59:072615const char kUsernameFirstFlowDescription[] =
Maria Kazinova85a2ece2021-06-14 19:24:282616 "Support of sending votes on username first flow i.e. login "
2617 "flows where a user has to type username first on one page and then "
Maria Kazinova58cedc02021-08-02 17:15:112618 "password on another page. Votes are send on single username forms and are "
2619 "based on user interaction with the save prompt.";
2620
2621const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
2622 "Username first flow fallback crowdsourcing";
2623const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
2624 "Support of sending additional votes on username first flow i.e. login "
2625 "flows where a user has to type username first on one page and then "
2626 "password on another page. These votes are sent on single password forms "
2627 "and contain information whether a 1-password form follows a 1-text form "
2628 "and the value's type(or pattern) in the latter (e.g. email-like, "
2629 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:282630
2631const char kUsernameFirstFlowFillingName[] = "Username first flow filling";
2632const char kUsernameFirstFlowFillingDescription[] =
Vadym Doroshenkoa063a512019-12-12 17:59:072633 "Support of username saving and filling on username first flow i.e. login "
Vadym Doroshenkob7f9ef22019-07-16 13:51:062634 "flows where a user has to type username first on one page and then "
2635 "password on another page";
2636
Zentaro Kavanagh892851f2019-05-29 15:13:312637const char kUseSearchClickForRightClickName[] =
2638 "Use Search+Click for right click";
2639const char kUseSearchClickForRightClickDescription[] =
2640 "When enabled search+click will be remapped to right click, allowing "
2641 "webpages and apps to consume alt+click. When disabled the legacy "
2642 "behavior of remapping alt+click to right click will remain unchanged.";
2643
Michael Hablich896d52662017-10-23 15:59:572644const char kV8VmFutureName[] = "Future V8 VM features";
2645const char kV8VmFutureDescription[] =
2646 "This enables upcoming and experimental V8 VM features. "
2647 "This flag does not enable experimental JavaScript features.";
2648
Brett Wilsonecb80982017-07-12 20:34:512649const char kWalletServiceUseSandboxName[] =
2650 "Use Google Payments sandbox servers";
2651const char kWalletServiceUseSandboxDescription[] =
2652 "For developers: use the sandbox service for Google Payments API calls.";
2653
Jeffrey Young35f24d32021-01-27 22:58:212654const char kWallpaperWebUIName[] = "Enable new wallpaper experience";
2655const char kWallpaperWebUIDescription[] =
2656 "Enables the wallpaper picker "
2657 "in ChromeOS Settings";
2658
Ovidio Henriquez3d729f62020-02-07 00:43:292659const char kWebBluetoothNewPermissionsBackendName[] =
2660 "Use the new permissions backend for Web Bluetooth";
2661const char kWebBluetoothNewPermissionsBackendDescription[] =
2662 "Enables the new permissions backend for Web Bluetooth. This will enable "
2663 "persistent storage of device permissions.";
2664
Tsuyoshi Horoabfb079d2019-10-17 02:09:062665const char kWebBundlesName[] = "Web Bundles";
2666const char kWebBundlesDescription[] =
2667 "Enables experimental supports for Web Bundles (Bundled HTTP Exchanges) "
2668 "navigation.";
2669
Ken Buchanan26fbf14c2021-03-04 05:36:142670const char kWebIdName[] = "WebID";
2671const char kWebIdDescription[] =
2672 "Enables WebID HTTP filtering and JavaScript "
2673 "API to intermediate federated identity requests.";
2674
Ayu Ishiidbdd5c92020-03-20 23:40:522675const char kWebOtpBackendName[] = "Web OTP";
2676const char kWebOtpBackendDescription[] =
2677 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:372678const char kWebOtpBackendSmsVerification[] = "Code Browser API";
2679const char kWebOtpBackendUserConsent[] = "User Consent API";
2680const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:522681
Kenneth Russell08c7dc32021-07-09 08:06:592682const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
2683const char kWebglDeveloperExtensionsDescription[] =
2684 "Enabling this option allows web applications to access WebGL extensions "
2685 "intended only for use during development time.";
2686
Brett Wilsonecb80982017-07-12 20:34:512687const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2688const char kWebglDraftExtensionsDescription[] =
2689 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:592690 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:512691
Danyao Wang47a0f312019-05-09 20:52:242692const char kWebPaymentsExperimentalFeaturesName[] =
2693 "Experimental Web Payments API features";
2694const char kWebPaymentsExperimentalFeaturesDescription[] =
2695 "Enable experimental Web Payments API features";
2696
Liquan (Max) Gu5f1223972019-12-13 21:07:102697const char kWebPaymentsMinimalUIName[] = "Web Payments Minimal UI";
2698const char kWebPaymentsMinimalUIDescription[] =
2699 "Allow Payment Request API to open a minimal UI to replace the Payment "
2700 "Request UI when appropriate.";
2701
Liquan (Max) Gu8fcb9192020-05-20 16:22:182702const char kAppStoreBillingDebugName[] =
2703 "Web Payments App Store Billing Debug Mode";
2704const char kAppStoreBillingDebugDescription[] =
2705 "App-store purchases (e.g., Google Play Store) within a TWA can be "
2706 "requested using the Payment Request API. This flag removes the "
2707 "restriction that the TWA has to be installed from the app-store.";
2708
Per Åhgrencef44262019-11-20 10:54:512709const char kWebrtcCaptureMultiChannelApmName[] =
2710 "WebRTC multi-channel capture audio processing.";
2711const char kWebrtcCaptureMultiChannelApmDescription[] =
2712 "Support in WebRTC for processing capture audio in multi channel without "
2713 "downmixing when running APM in the render process.";
2714
Qingsi Wangec2dbf942018-11-03 05:33:042715const char kWebrtcHideLocalIpsWithMdnsName[] =
2716 "Anonymize local IPs exposed by WebRTC.";
2717const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2718 "Conceal local IP addresses with mDNS hostnames.";
2719
Alex Loikob5fb1282018-08-14 10:04:402720const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2721const char kWebrtcHybridAgcDescription[] =
2722 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2723
Alessio Bazzica1fcfa3e2021-06-04 17:26:572724const char kWebrtcAnalogAgcClippingControlName[] =
2725 "WebRTC Agc1 analog clipping control.";
2726const char kWebrtcAnalogAgcClippingControlDescription[] =
2727 "WebRTC Agc1 analog clipping controller to reduce saturation.";
2728
Brett Wilsonecb80982017-07-12 20:34:512729const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2730const char kWebrtcHwDecodingDescription[] =
2731 "Support in WebRTC for decoding video streams using platform hardware.";
2732
2733const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2734const char kWebrtcHwEncodingDescription[] =
2735 "Support in WebRTC for encoding video streams using platform hardware.";
2736
Elad Alon85e0d0be2018-06-26 10:38:372737const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2738const char kWebRtcRemoteEventLogDescription[] =
2739 "Allow collecting WebRTC event logs and uploading them to Crash. "
2740 "Please note that, even if enabled, this will still require "
2741 "a policy to be set, for it to have an effect.";
2742
Brett Wilsonecb80982017-07-12 20:34:512743const char kWebrtcSrtpAesGcmName[] =
2744 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2745const char kWebrtcSrtpAesGcmDescription[] =
2746 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2747
Sergey Silkinc33244f2020-01-31 17:21:302748const char kWebrtcUseMinMaxVEADimensionsName[] =
2749 "WebRTC Min/Max Video Encode Accelerator dimensions";
2750const char kWebrtcUseMinMaxVEADimensionsDescription[] =
2751 "When enabled, WebRTC will only use the Video Encode Accelerator for "
2752 "video resolutions inside those published as supported.";
2753
Alex Cooper01f110e2020-01-08 02:24:162754const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
2755const char kWebXrForceRuntimeDescription[] =
2756 "Force the browser to use a particular runtime, even if it would not "
2757 "usually be enabled or would otherwise not be selected based on the "
2758 "attached hardware.";
2759
2760const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:162761const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:162762
Will Cassellaa1a4d1112019-12-27 20:52:312763const char kWebXrIncubationsName[] = "WebXR Incubations";
2764const char kWebXrIncubationsDescription[] =
2765 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:242766
Elly Fong-Jones32ead50d2020-09-26 01:19:112767const char kWindowNamingName[] = "Window Naming";
2768const char kWindowNamingDescription[] =
2769 "Whether the window naming UI is enabled.";
2770
Brett Wilsonecb80982017-07-12 20:34:512771const char kZeroCopyName[] = "Zero-copy rasterizer";
2772const char kZeroCopyDescription[] =
2773 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342774
Peng Huang70021682019-09-18 19:42:282775const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:472776const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:282777
Gayane Petrosyan65380732021-01-15 01:09:532778const char kSharedHighlightingUseBlocklistName[] =
2779 "Shared Highlighting blocklist";
2780const char kSharedHighlightingUseBlocklistDescription[] =
2781 "Uses a blocklist to disable Shared Highlighting link generation on "
2782 "certain sites where personalized or dynamic content or other technical "
2783 "restrictions make it unlikely that a URL can be generated and actually "
2784 "work when shared.";
2785
Kyle Milka17458ca2021-03-05 20:40:242786const char kSharedHighlightingV2Name[] = "Shared Highlighting 2.0";
2787const char kSharedHighlightingV2Description[] =
2788 "Improvements to Shared Highlighting. Including ability to reshare or "
2789 "remove a highlight.";
2790
Cheick Cisseb8f706032021-06-22 01:50:472791const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
2792const char kSharedHighlightingAmpDescription[] =
2793 "Enables Shared Highlighting for AMP Viwers.";
2794
Gayane Petrosyana08c07372021-03-11 23:27:532795const char kPreemptiveLinkToTextGenerationName[] =
Cheick Cisse032ea112021-02-11 02:23:262796 "Preemptive generation of link to text";
Gayane Petrosyana08c07372021-03-11 23:27:532797const char kPreemptiveLinkToTextGenerationDescription[] =
Cheick Cisse032ea112021-02-11 02:23:262798 "Enables link to text to be generated in advance.";
2799
Mario Bianucci3be046eb2021-02-26 18:41:482800const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
2801const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
2802const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
2803const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
2804const char kDrawPredictedPointsDefault[] = "Disabled";
2805const char kDrawPredictedPointsDescription[] =
2806 "Draw predicted points when using the delegated ink trails API. Requires "
2807 "experimental web platform features to be enabled.";
2808const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
2809
Daniel Vogelheim236d9a82021-04-01 15:40:532810const char kSanitizerApiName[] = "Sanitizer API";
2811const char kSanitizerApiDescription[] =
2812 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
2813
Peng Huang723f26e2021-06-04 01:55:102814const char kUsePassthroughCommandDecoderName[] =
2815 "Use passthrough command decoder";
2816const char kUsePassthroughCommandDecoderDescription[] =
2817 "Use chrome passthrough command decoder instead of validating command "
2818 "decoder.";
2819
Igor Ruvinovbe0d649c2021-06-09 19:50:252820const char kExtensionWorkflowJustificationName[] =
2821 "Extension request justification";
2822const char kExtensionWorkflowJustificationDescription[] =
2823 "Enables users to justify their extension requests by causing a text field "
2824 "to appear on the extension request dialog.";
2825
Brett Wilsonff596952017-07-14 01:06:552826// Android ---------------------------------------------------------------------
2827
2828#if defined(OS_ANDROID)
2829
Shakti Sahu1c04a2872021-03-17 16:38:482830const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
2831const char kAddToHomescreenIPHDescription[] =
2832 " Shows in-product-help messages educating users about add to homescreen "
2833 "option in chrome.";
2834
Vikas Soni5463f1a2020-08-17 22:47:302835const char kAImageReaderName[] = "Android ImageReader";
2836const char kAImageReaderDescription[] =
2837 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
2838 " This feature is only available for android P+ devices. Disabling it also "
2839 " disables SurfaceControl.";
2840
Trevor Perrier990a1c62020-09-11 20:27:322841const char kAndroidDetailedLanguageSettingsName[] =
2842 "Detailed Language Settings";
2843const char kAndroidDetailedLanguageSettingsDescription[] =
2844 "Enable the new detailed language settings page";
2845
Trevor Perrierc1384bb2021-06-04 23:54:032846const char kAndroidForceAppLanguagePromptName[] =
2847 "Force second run app language prompt";
2848const char kAndroidForceAppLanguagePromptDescription[] =
2849 "When enabled the app language prompt to change the UI language will"
2850 "always be shown.";
2851
Lijin Shen4e002bf32020-12-01 22:41:322852const char kAndroidLayoutChangeTabReparentingName[] =
2853 "Android Chrome UI phone/tablet layout change tab reparenting";
2854const char kAndroidLayoutChangeTabReparentingDescription[] =
2855 "If enabled, when the screen size switches between phone and tablet size, "
2856 "the UI layout updates to the proper one and the current tabs are "
2857 "reparented instead of reloaded.";
2858
Vikas Sonif14e32c2020-08-15 06:17:222859const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
2860const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:302861 " Enables SurfaceControl to manage the buffer queue for the "
2862 " DisplayCompositor on Android. This feature is only available on "
2863 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:222864
Josh Simmons825de242020-11-19 19:23:002865const char kAssistantIntentPageUrlName[] =
2866 "Include page URL in Assistant intent";
2867const char kAssistantIntentPageUrlDescription[] =
2868 "Include the current page's URL in the Assistant voice transcription "
2869 "intent.";
2870
Josh Simmons68325af2021-01-15 21:10:212871const char kAssistantIntentTranslateInfoName[] =
2872 "Translate info in Assistant intent";
2873const char kAssistantIntentTranslateInfoDescription[] =
2874 "Include page translation details in the Assistant voice transcription "
2875 "intent. This includes the page's URL and its original, current, and "
2876 "default target language.";
2877
Miriam Gershenson8cf1397222018-01-23 22:48:292878const char kAsyncDnsName[] = "Async DNS resolver";
2879const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2880
Brett Wilsonff596952017-07-14 01:06:552881const char kAutofillAccessoryViewName[] =
2882 "Autofill suggestions as keyboard accessory view";
2883const char kAutofillAccessoryViewDescription[] =
2884 "Shows Autofill suggestions on top of the keyboard rather than in a "
2885 "dropdown.";
2886
Caitlin Fischer43edd90a2019-05-01 13:24:302887const char kAutofillUseMobileLabelDisambiguationName[] =
2888 "Autofill Uses Mobile Label Disambiguation";
2889const char kAutofillUseMobileLabelDisambiguationDescription[] =
2890 "When enabled, Autofill suggestions' labels are displayed using a "
2891 "mobile-friendly format.";
2892
Gang Wua7bfb5f42021-04-09 18:54:212893const char kAppMenuMobileSiteOptionName[] =
2894 "Show Mobile Site option in app menu";
2895const char kAppMenuMobileSiteOptionDescription[] =
2896 "When enabled, app menu should show 'Mobile site' when showing desktop "
2897 "site, instead of showing 'Desktop Site' with checkbox";
2898
Alex Hawker0062f5252020-07-29 21:41:072899const char kBentoOfflineName[] =
2900 "Enables an experiment for Offline Bento content on Android";
2901const char kBentoOfflineDescription[] =
2902 "Enables displaying Bento content on the offline page for Android.";
2903
Xing Liu7b448302021-04-09 05:35:142904const char kBookmarkBottomSheetName[] = "Enables bookmark bottom sheet";
2905const char kBookmarkBottomSheetDescription[] =
2906 "Enables showing a bookmark bottom sheet when adding a bookmark.";
2907
Ramin Halavatiba7ddcc2019-11-13 06:19:282908const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
2909const char kCCTIncognitoDescription[] =
2910 "Enables incognito mode for Chrome Custom Tabs, on Android.";
2911
Rohit Agarwalc3973312020-11-18 14:40:232912const char kCCTIncognitoAvailableToThirdPartyName[] =
2913 "Allow third party to open Custom Tabs Incognito mode";
2914const char kCCTIncognitoAvailableToThirdPartyDescription[] =
2915 "Enabling it would allow third party apps to open incognito mode for "
2916 "Chrome Custom Tabs, on Android.";
2917
Xing Liu1e6b43d2021-03-15 19:26:452918const char kChimeAlwaysShowNotificationDescription[] =
2919 "A debug flag to always show Chime notification after receiving a payload.";
2920const char kChimeAlwaysShowNotificationName[] =
2921 "Always show Chime notification";
2922
2923const char kChimeAndroidSdkDescription[] =
2924 "Enable Chime SDK to receive push notification.";
2925const char kChimeAndroidSdkName[] = "Use Chime SDK";
2926
ckitagawa12ef4152020-12-03 19:14:572927const char kContinuousSearchName[] = "Continuous Search Navigation";
2928const char kContinuousSearchDescription[] =
2929 "Enables caching of search results to permit a more seamless search "
2930 "experience.";
2931
Gayane Petrosyan311a76d12020-07-15 00:27:492932const char kChromeShareHighlightsAndroidName[] =
2933 "Chrome Share text highlights on Android";
2934const char kChromeShareHighlightsAndroidDescription[] =
2935 "Enables UI to generate and share link to text highlights on Android";
2936
Tanya Guptabefbdb32020-10-28 19:36:552937const char kChromeShareLongScreenshotName[] = "Chrome Share Long Screenshots";
2938const char kChromeShareLongScreenshotDescription[] =
2939 "Enables UI to edit and share long screenshots on Android";
2940
Jeffrey Cohen5f2a9fe2019-12-11 01:23:422941const char kChromeShareScreenshotName[] = "Chrome Share Screenshots";
2942const char kChromeShareScreenshotDescription[] =
2943 "Enables UI to edit and share screenshots";
2944
Kyle Milka7a10dbf2021-08-05 20:30:372945const char kChromeSharingHubName[] = "Chrome Sharing Hub";
2946const char kChromeSharingHubDescription[] =
2947 "Enables the Chrome Sharing Hub/custom share sheet for Android.";
2948
Tomasz Wiszkowski34f9afea2021-04-08 18:50:562949const char kClipboardSuggestionContentHiddenName[] =
2950 "Clipboard suggestion content hidden";
2951const char kClipboardSuggestionContentHiddenDescription[] =
2952 "Prevents the Clipboard suggestion from proactively retrieving the "
2953 "clipboard content.";
2954
David Maunder915c7ef2019-09-20 16:22:082955const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
2956const char kCloseTabSuggestionsDescription[] =
2957 "Suggests to the user to close Tabs that haven't been used beyond a "
2958 "configurable threshold or where duplicates of Tabs exist. "
2959 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:282960
David Maunder8cf7fd82020-08-20 19:31:542961const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
2962const char kCriticalPersistedTabDataDescription[] =
2963 "A new method of persisting Tab data across restarts has been devised "
2964 "and implemented. This actives the new approach.";
2965
Josh Simmons4a41bc72020-07-06 19:13:012966const char kContextMenuPerformanceInfoAndRemoteHintFetchingName[] =
2967 "Context menu performance info and remote hint fetching";
2968const char kContextMenuPerformanceInfoAndRemoteHintFetchingDescription[] =
2969 "Enables showing link performance information in the context menu and "
2970 "allows communicating with Google servers to fetch performance information "
2971 "for the main frame URL.";
Josh Simmons0cc3b5eb2020-02-25 20:08:422972
Donn Denman140a08562020-03-09 18:23:192973const char kContextualSearchDebugName[] = "Contextual Search debug";
2974const char kContextualSearchDebugDescription[] =
2975 "Enables internal debugging of Contextual Search behavior on the client "
2976 "and server.";
2977
Donn Denman19688bc2021-03-05 18:48:402978const char kContextualSearchForceCaptionName[] =
2979 "Contextual Search force a caption";
2980const char kContextualSearchForceCaptionDescription[] =
2981 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:412982
Donn Denmand12d7cc2021-02-17 21:54:442983const char kContextualSearchLiteralSearchTapName[] =
2984 "Contextual Search literal search with tap";
2985const char kContextualSearchLiteralSearchTapDescription[] =
2986 "Enables Contextual Search to be activated with a single tap and produce "
2987 "a literal search. This is intended to be used in conjunction with the "
2988 "long-press resolve feature to allow both gestures to trigger a form of "
2989 "Touch to Search.";
2990
Donn Denman6be77d42019-05-04 15:55:422991const char kContextualSearchLongpressResolveName[] =
2992 "Contextual Search long-press Resolves";
2993const char kContextualSearchLongpressResolveDescription[] =
2994 "Enables communicating with Google servers when a long-press gesture is "
Donn Denmanc0a33cbf2020-02-27 15:26:052995 "recognized under some privacy-limited conditions, including having Touch "
2996 "to Search enabled in preferences. The page context data sent to Google is "
2997 "potentially privacy sensitive! This disables the tap gesture from "
2998 "triggering Touch to Search unless that experiment arm is enabled.";
Donn Denman6be77d42019-05-04 15:55:422999
Donn Denman8e58ead2017-11-04 01:44:013000const char kContextualSearchMlTapSuppressionName[] =
3001 "Contextual Search ML tap suppression";
3002const char kContextualSearchMlTapSuppressionDescription[] =
3003 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:023004 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
3005 "enabled!";
Brett Wilsonff596952017-07-14 01:06:553006
Donn Denman59729812018-01-09 01:27:023007const char kContextualSearchRankerQueryName[] =
3008 "Contextual Search Ranker prediction";
3009const char kContextualSearchRankerQueryDescription[] =
3010 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
3011
3012const char kContextualSearchSecondTapName[] =
3013 "Contextual Search second tap triggering";
3014const char kContextualSearchSecondTapDescription[] =
3015 "Enables triggering on a second tap gesture even when Ranker would "
3016 "normally suppress that tap.";
3017
Sinan Sahincdaed9f2021-01-20 22:43:283018const char kContextualSearchThinWebViewImplementationName[] =
3019 "Use Contextual Search ThinWebView implementation";
3020const char kContextualSearchThinWebViewImplementationDescription[] =
3021 "Use ThinWebView and BottomSheet based implementation for Contextual"
3022 "Search.";
3023
Donn Denman58a1da42020-01-27 23:40:383024const char kContextualSearchTranslationsName[] =
3025 "Contextual Search translations";
3026const char kContextualSearchTranslationsDescription[] =
3027 "Enables automatic translations of words on a page to be presented in the "
3028 "caption of the bottom bar.";
3029
Eric Secklerb9545b32020-08-11 21:29:423030const char kCpuAffinityRestrictToLittleCoresName[] = "Restrict to LITTLE cores";
3031const char kCpuAffinityRestrictToLittleCoresDescription[] =
3032 "Restricts Chrome threads to LITTLE cores on devices with big.LITTLE or "
3033 "similar CPU architectures.";
3034
Sky Malice49e21652021-06-29 17:20:293035const char kDynamicColorAndroidName[] = "Dynamic colors on Android";
3036const char kDynamicColorAndroidDescription[] =
3037 "Enabled dynamic colors on supported devices, such as Pixel devices "
3038 "running Android 12.";
3039
Fabio Tirelo918089a2018-10-22 21:24:083040const char kAutofillManualFallbackAndroidName[] =
3041 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3042const char kAutofillManualFallbackAndroidDescription[] =
3043 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3044 "keyboard accessory.";
3045
Fabio Tirelo315e65922018-09-05 03:35:493046const char kEnableAutofillRefreshStyleName[] =
3047 "Enable Autofill refresh style (Android)";
3048const char kEnableAutofillRefreshStyleDescription[] =
3049 "Enable modernized style for Autofill on Android";
3050
Brett Wilsonff596952017-07-14 01:06:553051const char kEnableAndroidSpellcheckerDescription[] =
3052 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:553053
Lei Tianbd5a3bf2018-02-28 19:01:163054const char kEnableCommandLineOnNonRootedName[] =
3055 "Enable command line on non-rooted devices";
3056const char kEnableCommandLineOnNoRootedDescription[] =
3057 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3058
Thomas Guilbert4df60322020-05-18 20:23:323059const char kEnableUseAaudioDriverName[] = "Use AAudio Driver";
3060const char kEnableUseAaudioDriverDescription[] =
3061 "Enable the use of AAudio, if supported by the current Android version.";
3062
Lei Zhang0a318af2018-11-14 02:19:463063const char kExploreSitesName[] = "Explore websites";
3064const char kExploreSitesDescription[] =
3065 "Enables portal from new tab page to explore websites.";
3066
Jian Lif1423512021-06-21 18:03:523067const char kFeedInteractiveRefreshName[] = "Refresh feeds";
3068const char kFeedInteractiveRefreshDescription[] =
3069 "Enables refreshing feeds triggered by the users.";
3070
Reda Tawfik863175b2020-08-03 16:19:033071const char kFillingPasswordsFromAnyOriginName[] =
3072 "Filling passwords from any origin";
3073const char kFillingPasswordsFromAnyOriginDescription[] =
3074 "Enabling this flag adds a button to the password fallback sheet. The "
3075 "button opens a different sheet that allows filling a password from any "
3076 "origin.";
3077
Wenyu Fua369f1552020-05-01 00:54:453078const char kHomepagePromoCardName[] =
3079 "Enable homepage promo card on the New Tab Page";
3080const char kHomepagePromoCardDescription[] =
3081 "Enable homepage promo card that will be shown to users with partner "
3082 "configured homepage.";
3083
Jinsuk Kimfa1b7eb2021-06-30 00:04:323084const char kInstanceSwitcherName[] = "Enable instance switcher";
3085const char kInstanceSwitcherDescription[] =
3086 "Enable instance switcher dialog UI that helps users manage multiple "
3087 "instances of Chrome.";
3088
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463089const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423090const char kInstantStartDescription[] =
3091 "Show start surface before native library is loaded.";
3092
Jochen Eisingerd0e43f52020-01-22 17:04:323093const char kIntentBlockExternalFormRedirectsNoGestureName[] =
3094 "Block intents from form submissions without user gesture";
3095const char kIntentBlockExternalFormRedirectsNoGestureDescription[] =
3096 "Require a user gesture that triggered a form submission in order to "
3097 "allow for redirecting to an external intent.";
3098
Ian Wells34ce1482020-04-03 17:36:163099const char kInterestFeedV2Name[] = "Interest Feed v2";
3100const char kInterestFeedV2Description[] =
3101 "Show content suggestions on the New Tab Page and Start Surface using the "
3102 "new Feed Component.";
3103
Dan Harrington4043b222021-01-15 18:33:423104const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3105const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3106
Jian Lifb04af72021-04-01 21:17:173107const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3108const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3109
Vincent Boisselle482b6a12020-11-13 21:59:293110const char kInterestFeedV1ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443111 "Interest Feed V1 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293112const char kInterestFeedV1ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443113 "Only enable the upload of clicks/views in Feed V1 after reaching "
3114 "conditions.";
3115
Vincent Boisselle482b6a12020-11-13 21:59:293116const char kInterestFeedV2ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443117 "Interest Feed V2 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293118const char kInterestFeedV2ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443119 "Only enable the upload of clicks/views in Feed V2 after reaching "
3120 "conditions.";
3121
Aishwarya Rajesh0dd71922021-07-28 20:22:383122const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3123const char kMessagesForAndroidAdsBlockedDescription[] =
3124 "When enabled, ads blocked message will use the new Messages UI.";
3125
Aishwarya Rajesh010d43a2021-07-16 19:52:213126const char kMessagesForAndroidChromeSurveyName[] = "Chrome Survey Messages UI";
3127const char kMessagesForAndroidChromeSurveyDescription[] =
3128 "When enabled, survey prompt will use the new Messages UI.";
3129
Pavel Yatsuk358291752020-09-03 18:25:223130const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3131const char kMessagesForAndroidInfrastructureDescription[] =
3132 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153133
Lijin Shen92af4f72021-08-06 20:47:223134const char kMessagesForAndroidNotificationBlockedName[] =
3135 "Notification Blocked Messages UI";
3136const char kMessagesForAndroidNotificationBlockedDescription[] =
3137 "When enabled, notification blocked prompt will use the new Messages UI.";
3138
Pavel Yatsuk358291752020-09-03 18:25:223139const char kMessagesForAndroidPasswordsName[] = "Passwords Messages UI";
3140const char kMessagesForAndroidPasswordsDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153141 "When enabled, password prompt will use the new Messages UI.";
3142
Lijin Shen2d61a0a32021-07-20 23:15:523143const char kMessagesForAndroidPermissionUpdateName[] =
3144 "Permission Update Messages UI";
3145const char kMessagesForAndroidPermissionUpdateDescription[] =
3146 "When enabled, permission update prompt will use the new Messages UI.";
3147
Lijin Shenba9a6b0e2021-02-18 01:59:063148const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3149const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153150 "When enabled, popup blocked prompt will use the new Messages UI.";
3151
Pavel Yatsuk3b7dfe902021-07-09 01:33:093152const char kMessagesForAndroidReaderModeName[] = "Reader Mode Messages UI";
3153const char kMessagesForAndroidReaderModeDescription[] =
3154 "When enabled, reader mode prompt will use the new Messages UI.";
3155
Lijin Shen0ccf7282021-04-26 19:38:133156const char kMessagesForAndroidSafetyTipName[] = "Safety Tip Messages UI";
3157const char kMessagesForAndroidSafetyTipDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153158 "When enabled, safety tip prompt will use the new Messages UI.";
Pavel Yatsuk358291752020-09-03 18:25:223159
Lijin Shend98ce992021-05-01 01:47:423160extern const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3161extern const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153162 "When enabled, save card prompt will use the new Messages UI.";
3163
3164const char kMessagesForAndroidUpdatePasswordName[] =
3165 "Update password Messages UI";
3166const char kMessagesForAndroidUpdatePasswordDescription[] =
3167 "When enabled, update password prompt will use the new Messages UI.";
Lijin Shend98ce992021-05-01 01:47:423168
Jinsuk Kim55b5ab72021-05-17 00:11:303169const char kNewWindowAppMenuName[] = "Show a menu item 'New Window'";
3170const char kNewWindowAppMenuDescription[] =
3171 "Show a new menu item 'New Window' on tablet-sized screen when Chrome "
3172 "can open a new window and create a new instance in it.";
3173
Sinan Sahin18cc52c2019-09-12 23:07:153174const char kOfflineIndicatorV2Name[] = "Offline indicator V2";
3175const char kOfflineIndicatorV2Description[] =
3176 "Show a persistent offline indicator when offline.";
3177
Yafei Duan36b4b5b2018-08-07 00:40:033178const char kOfflinePagesLivePageSharingName[] =
3179 "Enables live page sharing of offline pages";
3180const char kOfflinePagesLivePageSharingDescription[] =
3181 "Enables to share current loaded page as offline page by saving as MHTML "
3182 "first.";
3183
bttk24a2caea2020-03-30 21:33:003184const char kAndroidPartnerCustomizationPhenotypeName[] =
3185 "Use homepage and bookmarks from partner customization";
3186const char kAndroidPartnerCustomizationPhenotypeDescription[] =
3187 "This flag loads a new configuration source of the default homepage and "
3188 "bookmarks.";
3189
Ehimare Okoyomon3b068432020-12-16 18:52:263190const char kPageInfoDiscoverabilityName[] = "Page info discoverability";
3191const char kPageInfoDiscoverabilityDescription[] =
3192 "Improve discoverability of permission controls in the page info bubble. "
3193 "After a permission decision is made, the page info icon in the address "
3194 "bar will show a brief animation.";
3195
Jordan Oroshiba244e9ff2021-02-04 22:20:393196const char kPageInfoHistoryName[] = "Page info history";
3197const char kPageInfoHistoryDescription[] =
3198 "Enable a history sub page to the page info menu, and a button to forget "
3199 "a site, removing all preferences and history.";
3200
Olesia Marukhno4d09c9072021-04-08 09:43:233201extern const char kPageInfoV2DesktopName[];
3202extern const char kPageInfoV2DesktopDescription[];
3203
Rodney S. Sampson IIbebce082021-07-28 16:30:183204extern const char kPasswordProtectionForSignedInUsersName[] =
3205 "Password Protection for Signed-In Users";
3206extern const char kPasswordProtectionForSignedInUsersDescription[] =
3207 "Enable signed-in (Google account) password protection for signed-in "
3208 "users and allows users to change their signed-in password through "
3209 "password reuse warnings on phishing or low reputation sites.";
3210
Finnur Thorarinssonaeb6b582020-01-28 17:52:463211const char kPhotoPickerVideoSupportName[] = "Photo Picker Video Support";
3212const char kPhotoPickerVideoSupportDescription[] =
3213 "Enables video files to be shown in the Photo Picker dialog";
3214
Lei Zhang507fffd2020-01-29 23:47:543215const char kProcessSharingWithDefaultSiteInstancesName[] =
Aaron Colwell5235f352019-07-25 20:10:243216 "Process sharing with default site instances";
Lei Zhang507fffd2020-01-29 23:47:543217const char kProcessSharingWithDefaultSiteInstancesDescription[] =
Aaron Colwell5235f352019-07-25 20:10:243218 "When site isolation is disabled, this mode changes how sites are lumped "
3219 "in to shared processes. For sites that do not require isolation, this "
3220 "feature groups them into a single 'default' site instance (per browsing "
3221 "instance) instead of creating unique site instances for each one. This "
3222 "enables resource savings by creating fewer processes for sites that do "
3223 "not need isolation.";
3224
Lei Zhang507fffd2020-01-29 23:47:543225const char kProcessSharingWithStrictSiteInstancesName[] =
Andrei Chulkov1a12e6d22019-07-15 11:16:073226 "Process sharing with strict site instances";
Lei Zhang507fffd2020-01-29 23:47:543227const char kProcessSharingWithStrictSiteInstancesDescription[] =
Andrei Chulkov1a12e6d22019-07-15 11:16:073228 "When site isolation is disabled, this mode changes how sites are lumped "
3229 "in to a shared process. Process selection is usually controlled with "
3230 "site instances. With strict site isolation, each site on a page gets its "
3231 "own site instance and process. With site isolation disabled and without "
3232 "this mode, all sites that share a process are put into the same site "
3233 "instance. This mode adds a third way: site instances are strictly "
3234 "separated like strict site isolation, but process selection puts multiple "
3235 "site instances in a single process.";
3236
Shakti Sahu1f8a9422020-03-12 05:50:503237const char kQueryTilesName[] = "Show query tiles";
3238const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283239const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3240const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Shakti Sahuaaf8a8c2020-04-30 23:40:273241const char kQueryTilesOmniboxName[] = "Show query tiles in omnibox";
3242const char kQueryTilesOmniboxDescription[] = "Shows query tiles in omnibox";
Shakti Sahu8fe5edd2020-05-14 18:57:133243const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3244const char kQueryTilesSingleTierDescription[] =
3245 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543246const char kQueryTilesEnableQueryEditingName[] =
3247 "Query Tiles - Enable query edit mode";
3248const char kQueryTilesEnableQueryEditingDescription[] =
3249 "When a query tile is tapped, the query text will be shown in the omnibox "
3250 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453251const char kQueryTilesEnableTrendingName[] =
3252 "Query Tiles - Enable trending queries";
3253const char kQueryTilesEnableTrendingDescription[] =
3254 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263255const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3256const char kQueryTilesCountryCodeDescription[] =
3257 "When query tiles are enabled, this value determines tiles for which "
3258 "country should be displayed.";
3259const char kQueryTilesCountryCodeUS[] = "US";
3260const char kQueryTilesCountryCodeIndia[] = "IN";
3261const char kQueryTilesCountryCodeBrazil[] = "BR";
3262const char kQueryTilesCountryCodeNigeria[] = "NG";
3263const char kQueryTilesCountryCodeIndonesia[] = "ID";
Hesen Zhang7bdc5ca2020-09-03 06:29:023264const char kQueryTilesLocalOrderingName[] =
3265 "Query Tiles - Enable local ordering";
3266const char kQueryTilesLocalOrderingDescription[] =
3267 "Enables ordering query tiles locally based on user interactions.";
Shakti Sahu8fe5edd2020-05-14 18:57:133268const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193269const char kQueryTilesInstantFetchDescription[] =
3270 "Immediately schedule background task to fetch query tiles";
Min Qin60ae5b82021-01-07 07:07:503271const char kQueryTilesMoreTrendingName[] =
3272 "Query Tiles - more trending queries";
3273const char kQueryTilesMoreTrendingDescription[] =
3274 "Request more trending queries from the server";
Min Qinbe050b72021-06-26 01:32:393275const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
3276const char kQueryTilesRankTilesDescription[] =
3277 "Rank tiles on server based on client context";
Min Qin60ae5b82021-01-07 07:07:503278const char kQueryTilesSwapTrendingName[] =
3279 "Query Tiles - Swap trending queries";
3280const char kQueryTilesSwapTrendingDescription[] =
3281 "Swap trending queries if user didn't click on them after several "
3282 "impressions";
Min Qindb99e6f2020-04-29 06:37:263283
Caroline Risingdb7df182021-01-11 19:49:143284const char kReadLaterFlagId[] = "read-later";
3285const char kReadLaterName[] = "Reading List";
3286const char kReadLaterDescription[] =
3287 "Allow users to save tabs for later. Enables a new button and menu for "
3288 "accessing tabs saved for later.";
3289
Brett Wilsonff596952017-07-14 01:06:553290const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3291const char kReaderModeHeuristicsDescription[] =
3292 "Determines what pages the Reader Mode infobar is shown on.";
3293const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3294const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3295const char kReaderModeHeuristicsAllArticles[] = "All articles";
3296const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3297const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3298
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183299const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3300const char kReaderModeInCCTDescription[] =
3301 "Open Reader Mode in Chrome Custom Tabs.";
3302
Xing Liub9070262021-01-07 20:52:163303const char kReadLaterReminderNotificationName[] =
3304 "Read later reminder notification";
3305const char kReadLaterReminderNotificationDescription[] =
3306 "Enables read later weekly reminder notification.";
3307
Ioana Pandele9fc19b2f2020-01-23 22:16:503308const char kRecoverFromNeverSaveAndroidName[] =
3309 "UI to recover from never save passwords on Android";
3310const char kRecoverFromNeverSaveAndroidDescription[] =
3311 "Enables showing UI which allows for easy reverting of the decision to "
3312 "never save passwords on a certain webiste";
3313
David Trainora38e60e2020-08-04 23:43:253314const char kReengagementNotificationName[] =
3315 "Enable re-engagement notifications";
3316const char kReengagementNotificationDescription[] =
3317 "Enables Chrome to use the in-product help system to decide when "
3318 "to show re-engagement notifications.";
3319
Donn Denmanc42123c2020-03-19 01:44:243320const char kRelatedSearchesName[] =
3321 "Enables an experiment for Related Searches on Android";
3322const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:493323 "Enables requesting related searches suggestions. These will be requested "
3324 "but not shown unless the UI flag is also enabled.";
3325
Donn Denman6ca112ac2021-06-11 21:33:063326const char kRelatedSearchesAlternateUxName[] =
3327 "Enables showing Related Searches in an alternate user experience.";
3328const char kRelatedSearchesAlternateUxDescription[] =
3329 "Enables showing related searches with an alternative from the normal "
3330 "user experience treatment.";
3331
3332const char kRelatedSearchesInBarName[] =
3333 "Enables showing Related Searches in the peeking bar.";
3334const char kRelatedSearchesInBarDescription[] =
3335 "Enables showing related searches suggestions in a carousel in the "
3336 "peeking bar of the bottom sheet on Android.";
3337
3338const char kRelatedSearchesSimplifiedUxName[] =
3339 "Enables showing Related Searches in a simplified user experience.";
3340const char kRelatedSearchesSimplifiedUxDescription[] =
3341 "Enables showing related searches with a simplified form of the normal "
3342 "user experience treatment.";
3343
Donn Denman15522f42021-02-09 22:49:493344const char kRelatedSearchesUiName[] =
3345 "Forces showing of the Related Searches UI on Android";
3346const char kRelatedSearchesUiDescription[] =
3347 "Forces the Related Searches UI and underlying requests to be enabled "
3348 "regardless of whether they are safe or useful. This requires the Related "
3349 "Searches feature flag to also be enabled.";
Donn Denmanc42123c2020-03-19 01:44:243350
Elly Fong-Jonescbab60562021-07-20 22:14:553351const char kShareUsageRankingName[] =
3352 "Incorporate usage history into share target ranking.";
3353const char kShareUsageRankingDescription[] =
3354 "Incorporate the history of which apps were shared to when producing the "
3355 "ordered list of 3P share targets in the share hub.";
3356
Gang Wu325f03f42021-02-25 20:00:463357const char kRequestDesktopSiteForTabletsName[] =
3358 "Request desktop site for tablets on Android";
3359const char kRequestDesktopSiteForTabletsDescription[] =
3360 "Requests a desktop site, if the screen size is large enough on Android."
3361 " On tablets with small screens a mobile site will be requested by "
3362 "default.";
3363
Bettinabfcec6e2020-08-24 20:26:183364const char kSafeBrowsingClientSideDetectionAndroidName[] =
3365 "Safe Browsing Client Side Detection on Android";
3366const char kSafeBrowsingClientSideDetectionAndroidDescription[] =
3367 "Enable DOM feature collection on Safe Browsing pings on Android";
3368
Rodney S. Sampson II17e4bdf2021-07-14 02:55:443369const char kSafeBrowsingPasswordCheckIntegrationForSavedPasswordsAndroidName[] =
3370 "Safe Browsing PasswordCheck Integration for Saved Passwords Android";
3371const char
3372 kSafeBrowsingPasswordCheckIntegrationForSavedPasswordsAndroidDescription[] =
3373 "Allows Android Chrome users to change their saved passwords through "
Rodney S. Sampson IIbebce082021-07-28 16:30:183374 "password reuse warnings on phishing or low reputation sites.";
Rodney S. Sampson II17e4bdf2021-07-14 02:55:443375
Bettina Deaf4491972020-09-30 23:39:443376const char kEnhancedProtectionPromoAndroidName[] =
3377 "Enable enhanced protection promo card on Android on the New Tab Page";
3378const char kEnhancedProtectionPromoAndroidDescription[] =
3379 "Enable enhanced protection promo card for users that have not signed up "
3380 "for enhanced protection.";
3381
Varun Khaneja80712a82018-10-12 23:34:593382const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
3383 "Use local Safe Browsing blacklists";
3384const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
3385 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
3386 "process to check the Safe Browsing reputation of URLs without calling "
3387 "into GmsCore for every URL.";
3388
Brett Wilsonff596952017-07-14 01:06:553389const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
3390const char kSetMarketUrlForTestingDescription[] =
3391 "When enabled, sets the market URL for use in testing the update menu "
3392 "item.";
3393
Donn Denman6ca112ac2021-06-11 21:33:063394const char kSingleTouchSelectName[] =
3395 "Enables selecting plain text with a single touch.";
3396const char kSingleTouchSelectDescription[] =
3397 "Enables selecting plain text with a single touch on Android.";
3398
Alex Moshchuk07e1bb42019-03-08 04:44:083399const char kSiteIsolationForPasswordSitesName[] =
3400 "Site Isolation For Password Sites";
3401const char kSiteIsolationForPasswordSitesDescription[] =
3402 "Security mode that enables site isolation for sites based on "
3403 "password-oriented heuristics, such as a user typing in a password.";
3404
Hung Vuc394db62020-08-21 21:26:523405const char kSmartSuggestionForLargeDownloadsName[] =
3406 "Smart suggestion for large downloads";
3407const char kSmartSuggestionForLargeDownloadsDescription[] =
3408 "Smart suggestion that offers download locations for large files.";
3409
Ioana Pandele9fc19b2f2020-01-23 22:16:503410const char kStartSurfaceAndroidName[] = "Start Surface";
3411const char kStartSurfaceAndroidDescription[] =
3412 "Enable showing the start surface when launching Chrome via the "
3413 "launcher.";
3414
Sophey Dong5bbcaf42021-07-13 14:06:143415const char kSharingHubLinkToggleName[] = "Sharing Hub Link Toggle";
3416const char kSharingHubLinkToggleDescription[] =
3417 "Enable the link toggle in the Sharing Hub.";
3418
Lei Zhang0a318af2018-11-14 02:19:463419const char kStrictSiteIsolationName[] = "Strict site isolation";
3420const char kStrictSiteIsolationDescription[] =
3421 "Security mode that enables site isolation for all sites (SitePerProcess). "
3422 "In this mode, each renderer process will contain pages from at most one "
3423 "site, using out-of-process iframes when needed. "
3424 "Check chrome://process-internals to see the current isolation mode. "
3425 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
3426 "default. Here, 'Disabled' is a legacy value that actually means "
3427 "'Default,' in which case site isolation may be already enabled based on "
3428 "platform, enterprise policy, or field trial. See also "
3429 "#site-isolation-trial-opt-out for how to disable site isolation for "
3430 "testing.";
3431
Lei Zhang1a6fd01b2021-03-24 17:03:483432const char kThemeRefactorAndroidName[] = "Theme refactor on Android";
3433const char kThemeRefactorAndroidDescription[] =
Sinan Sahin9623c942021-02-03 19:28:043434 "Enables the theme refactoring on Android.";
3435
Sky Malice4cca0ff2020-10-26 18:32:503436const char kToolbarIphAndroidName[] = "Enable Toolbar IPH on Android";
3437const char kToolbarIphAndroidDescription[] =
3438 "Enables in product help bubbles on the toolbar. In particular, the home "
3439 "button and the tab switcher button.";
3440
Basia Zimirska1ae58362021-03-12 18:27:173441const char kToolbarMicIphAndroidName[] =
3442 "Enable IPH on Android on the mic in the toolbar";
3443const char kToolbarMicIphAndroidDescription[] =
3444 "Enables in product help bubble on the mic button in the toolbar.";
3445
Brett Wilsonff596952017-07-14 01:06:553446const char kUpdateMenuBadgeName[] = "Force show update menu badge";
3447const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:443448 "When enabled, a badge will be shown on the app menu button if the update "
3449 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:553450
3451const char kUpdateMenuItemCustomSummaryDescription[] =
3452 "When this flag and the force show update menu item flag are enabled, a "
3453 "custom summary string will be displayed below the update menu item.";
3454const char kUpdateMenuItemCustomSummaryName[] =
3455 "Update menu item custom summary";
3456
Tommy Nyquist3c02e592018-10-18 23:36:443457const char kUpdateMenuTypeName[] =
3458 "Forces the update menu type to a specific type";
3459const char kUpdateMenuTypeDescription[] =
3460 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquist023d505f2019-02-16 02:18:383461 "the app menu badge and menu item for updates. For Inline Update, the "
3462 "update available flag is implied. The 'Inline Update: Success' selection "
3463 "goes through the whole inline update flow to the end with a successful "
3464 "outcome. The other 'Inline Update' options go through the same flow, but "
3465 "stop at various stages, see their error type for details.";
Tommy Nyquist3c02e592018-10-18 23:36:443466const char kUpdateMenuTypeNone[] = "None";
3467const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
3468const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Tommy Nyquist023d505f2019-02-16 02:18:383469const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success";
3470const char kUpdateMenuTypeInlineUpdateDialogCanceled[] =
3471 "Inline Update Error: Dialog Canceled";
3472const char kUpdateMenuTypeInlineUpdateDialogFailed[] =
3473 "Inline Update Error: Dialog Failed";
3474const char kUpdateMenuTypeInlineUpdateDownloadFailed[] =
3475 "Inline Update Error: Download Failed";
3476const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] =
3477 "Inline Update Error: Download Canceled";
3478const char kUpdateMenuTypeInlineUpdateInstallFailed[] =
3479 "Inline Update Error: Install Failed";
Brett Wilsonff596952017-07-14 01:06:553480
Richard Knoll1fc70942021-03-11 13:34:343481const char kUseNotificationCompatBuilderName[] =
3482 "Use NotificationCompat.Builder for Web Notifications";
3483const char kUseNotificationCompatBuilderDescription[] =
3484 "This enables using NotificationCompat.Builder instead of "
3485 "Notification.Builder to create Web Notifications.";
3486
Alexander Cooperfaad86452020-10-27 19:39:023487const char kUserMediaScreenCapturingName[] = "Screen Capture API";
3488const char kUserMediaScreenCapturingDescription[] =
3489 "Allows sites to request a video stream of your screen.";
3490
Shakti Sahu2741f8d2020-08-14 03:38:363491const char kVideoTutorialsName[] = "Enable video tutorials";
3492const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:103493const char kVideoTutorialsInstantFetchName[] =
3494 "Video tutorials fetch on startup";
3495const char kVideoTutorialsInstantFetchDescription[] =
3496 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:363497
bttk8031f3fb2021-02-25 20:21:243498const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
3499const char kAdaptiveButtonInTopToolbarDescription[] =
3500 "Enables showing an adaptive action button in the top toolbar";
bttk74acf1b2021-05-19 20:20:593501const char kAdaptiveButtonInTopToolbarCustomizationName[] =
3502 "Adaptive button in top toolbar customization";
3503const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
3504 "Enables UI for customizing the adaptive action button in the top toolbar";
bttk8031f3fb2021-02-25 20:21:243505const char kShareButtonInTopToolbarName[] = "Share button in top toolbar";
3506const char kShareButtonInTopToolbarDescription[] =
3507 "Enables UI to initiate sharing from the top toolbar. Enabling Adaptive "
3508 "Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043509const char kVoiceButtonInTopToolbarName[] = "Voice button in top toolbar";
3510const char kVoiceButtonInTopToolbarDescription[] =
bttk8031f3fb2021-02-25 20:21:243511 "Enables showing the voice search button in the top toolbar. Enabling "
3512 "Adaptive Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043513
Tommy Nyquist26ffb642019-02-20 20:31:523514const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow";
3515const char kInlineUpdateFlowDescription[] =
3516 "When this flag is set, instead of taking the user to the Google Play "
3517 "Store when an update is available, the user is presented with an inline "
3518 "flow where they do not have to leave Chrome until the update is ready "
3519 "to install.";
3520
Shimi Zhang86c5f212020-11-23 20:36:513521const char kSwipeToMoveCursorName[] = "Swipe to move cursor";
3522const char kSwipeToMoveCursorDescription[] =
Shimi Zhang7a4a6002020-12-08 01:37:443523 "Allows user to use touch gestures to move the text cursor around. This "
3524 "flag will only take effect on Android 11 and above.";
Shimi Zhang86c5f212020-11-23 20:36:513525
Marc Treib12dcc972020-10-02 15:27:203526const char kWalletRequiresFirstSyncSetupCompleteName[] =
3527 "Controls whether Wallet (GPay) integration on Android requires "
3528 "first-sync-setup to be complete";
3529const char kWalletRequiresFirstSyncSetupCompleteDescription[] =
3530 "Controls whether the Wallet (GPay) integration on Android requires "
3531 "first-sync-setup to be complete. Only has an effect if "
3532 "enable-autofill-account-wallet-storage is also enabled.";
3533
Carlos Knippschild0cf5a072020-12-01 00:15:533534const char kWebFeedName[] = "Web Feed";
3535const char kWebFeedDescription[] =
3536 "Allows users to keep up with and consume web content.";
3537
Gayane Petrosyanb54b5c82021-04-27 14:18:233538const char kWebNotesStylizeName[] = "WebNotes Stylize";
3539const char kWebNotesStylizeDescription[] =
3540 "Allows users to create and share stylized webnotes.";
3541
Justin DeWitt83faf9d12020-12-17 23:18:033542const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
3543const char kXsurfaceMetricsReportingDescription[] =
3544 "Allows metrics reporting state to be passed to Xsurface";
3545
SebSG9cfb03f2021-07-20 22:07:143546const char kWebNotesPublishName[] = "WebNotes Publish";
3547const char kWebNotesPublishDescription[] =
3548 "Allows users to save their created notes.";
3549
Brett Wilson7b44537e2017-08-18 01:38:283550// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:553551
Brett Wilson7b44537e2017-08-18 01:38:283552#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:483553
Lei Zhang1a6fd01b2021-03-24 17:03:483554const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153555 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:483556const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153557 "When enabled, allows all websites to request to initiate tab mirroring "
3558 "via Presentation API. Requires #cast-media-route-provider to also be "
3559 "enabled";
3560
echo linkercfa62032021-04-27 05:23:333561const char kAppManagementIntentSettingsName[] =
3562 "App Management intent settings";
3563const char kAppManagementIntentSettingsDescription[] =
3564 "Enables and displays the intent settings link handling setting for App "
3565 "Management.";
3566
evliu467c11b82020-11-17 01:29:303567const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
3568const char kEnableAccessibilityLiveCaptionDescription[] =
3569 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:593570 "media playing in Chrome. Turn the feature on in "
3571 "chrome://settings/accessibility.";
3572
Rob Schonberger539fa2e52021-03-25 05:26:593573const char kEnableAccessibilityLiveCaptionSodaName[] = "SODA for Live Caption";
3574const char kEnableAccessibilityLiveCaptionSodaDescription[] =
3575 "If Live Caption (chrome://flags/#enable-accessibility-live-captions) is "
3576 "enabled, whether or not to use SODA for live captions instead of the web "
3577 "api. Turn on the feature in chrome://settings/accessibility.";
3578
John Lee651b47672020-09-14 19:55:023579const char kCopyLinkToTextName[] = "Copy Link To Text";
3580const char kCopyLinkToTextDescription[] =
3581 "Adds an item to the context menu to allow a user to copy a link to the "
3582 "page with the selected text highlighted.";
3583
Owen Min478d330e2020-10-19 19:18:483584const char kEnterpriseRealtimeExtensionRequestName[] =
3585 "Enterprise real-time extension request report";
3586const char kEnterpriseRealtimeExtensionRequestDescription[] =
3587 "Enable the real-time extension request uploading. The feature requires "
3588 "the enterprise reporting and extension request being enabled.";
3589
John Williamse5a683b2020-07-28 03:01:483590const char kGlobalMediaControlsCastStartStopName[] =
3591 "Global media controls control Cast start/stop";
3592const char kGlobalMediaControlsCastStartStopDescription[] =
3593 "Allows global media controls to control when a Cast session is started "
3594 "or stopped instead of relying on the Cast dialog.";
3595
Richard Knoll7b293562021-07-08 08:49:063596const char kMuteNotificationSnoozeActionName[] =
3597 "Snooze action for mute notifications";
3598const char kMuteNotificationSnoozeActionDescription[] =
3599 "Adds a Snooze action to mute notifications shown while sharing a screen.";
3600
Esmael El-Moslimanyf85849d2021-01-15 02:18:103601const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
3602const char kNtpCacheOneGoogleBarDescription[] =
3603 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
3604 "when available.";
3605
Tibor Goldschwendt16a63cb2020-08-04 19:08:153606const char kNtpModulesName[] = "NTP Modules";
3607const char kNtpModulesDescription[] = "Shows modules on the New Tab Page.";
3608
Andre Vincent60a5c5d2020-12-24 02:53:013609const char kNtpDriveModuleName[] = "NTP Drive Module";
3610const char kNtpDriveModuleDescription[] =
3611 "Shows the Google Drive module on the New Tab Page";
3612
Jeremy Selier6d7e19fe2021-07-20 17:08:343613const char kNtpPhotosModuleName[] = "NTP Photos Module";
3614const char kNtpPhotosModuleDescription[] =
3615 "Shows the Google Photos module on the New Tab Page";
3616
Esmael El-Moslimany75e33762020-10-21 18:26:433617const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
3618const char kNtpRecipeTasksModuleDescription[] =
3619 "Shows the recipe tasks module on the New Tab Page.";
3620
Tibor Goldschwendt08c6b882020-10-01 03:09:323621const char kNtpShoppingTasksModuleName[] = "NTP Shopping Tasks Module";
3622const char kNtpShoppingTasksModuleDescription[] =
3623 "Shows the shopping tasks module on the New Tab Page.";
3624
Yue Zhangd50dd692020-12-24 01:20:023625const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
3626const char kNtpChromeCartModuleDescription[] =
3627 "Shows the chrome cart module on the New Tab Page.";
3628
Lydia Lam44eea142021-06-10 01:19:003629const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
3630const char kNtpModulesDragAndDropDescription[] =
3631 "Enables modules to be reordered via dragging and dropping on the "
3632 "New Tab Page.";
3633
Deanna Oei155c24c2021-06-10 22:48:193634const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
3635const char kNtpModulesRedesignedDescription[] =
3636 "Shows the redesigned modules on the New Tab Page.";
3637
Marlon Facey03502f342021-07-14 20:58:583638const char kNtpRealboxSuggestionAnswersName[] =
3639 "NTP Realbox Suggestion Answers";
3640const char kNtpRealboxSuggestionAnswersDescription[] =
3641 "Shows suggestion answers in the NTP Realbox when enabled.";
3642
Aran Gilman766c2ad2019-04-18 00:15:413643const char kEnableReaderModeName[] = "Enable Reader Mode";
3644const char kEnableReaderModeDescription[] =
3645 "Allows viewing of simplified web pages by selecting 'Customize and "
3646 "control Chrome'>'Distill page'";
3647
Wei Li2946b352019-08-19 21:49:543648const char kHappinessTrackingSurveysForDesktopDemoName[] =
3649 "Happiness Tracking Surveys Demo";
3650const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
3651 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
3652
Jon Flatley8c785582019-06-05 00:33:423653const char kKernelnextVMsName[] = "Enable VMs on experimental kernels.";
3654const char kKernelnextVMsDescription[] =
3655 "Enables VM support on devices running experimental kernel versions.";
3656
Travis Skarebcdb5ed32018-08-17 01:49:403657const char kOmniboxDriveSuggestionsName[] =
3658 "Omnibox Google Drive Document suggestions";
3659const char kOmniboxDriveSuggestionsDescriptions[] =
3660 "Display suggestions for Google Drive documents in the omnibox when Google "
3661 "is the default search engine.";
3662
Kevin Bailey9ec05532019-01-31 23:01:333663const char kOmniboxExperimentalKeywordModeName[] =
3664 "Omnibox Experimental Keyword Mode";
3665const char kOmniboxExperimentalKeywordModeDescription[] =
3666 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:153667 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:333668
Orin Jaworski3fb624e2021-05-06 17:27:403669const char kOmniboxPedalsBatch2NonEnglishName[] =
3670 "Omnibox Pedals batch 2 for non-English locales";
3671const char kOmniboxPedalsBatch2NonEnglishDescription[] =
3672 "Enable the second batch of Omnibox Pedals (Safety Check, etc.) for "
3673 "locales other than 'en' and 'en-GB'. This flag has no effect unless "
3674 "\"Omnibox Pedals batch 2\" is also enabled.";
Orin Jaworskiab717e6d2021-03-05 21:45:023675
Orin Jaworskib09ea1bb2021-06-24 22:01:193676const char kOmniboxPedalsBatch3Name[] = "Omnibox Pedals batch 3";
3677const char kOmniboxPedalsBatch3Description[] =
3678 "Enable the third batch of Omnibox Pedals.";
3679
Orin Jaworskif7cb0f112021-08-06 22:51:383680const char kOmniboxPedalsTranslationConsoleName[] =
3681 "Omnibox Pedals Translation Console";
3682const char kOmniboxPedalsTranslationConsoleDescription[] =
3683 "Use translation strings sourced from Translation Console "
3684 "for triggering some omnibox Pedals (aka Chrome Actions).";
3685
Justin Donnelly5726ecf2020-08-14 00:53:523686const char kOmniboxKeywordSearchButtonName[] = "Omnibox keyword search button";
3687const char kOmniboxKeywordSearchButtonDescription[] =
3688 "Enable the omnibox keyword search button which offers a way to search "
Orin Jaworski35e654fd2021-05-04 21:04:403689 "on specific sites from the omnibox.";
Justin Donnelly5726ecf2020-08-14 00:53:523690
Kevin Bailey7d918b92019-05-02 16:00:143691const char kOmniboxShortBookmarkSuggestionsName[] =
3692 "Omnibox short bookmark suggestions";
3693const char kOmniboxShortBookmarkSuggestionsDescription[] =
3694 "Match very short input words to beginning of words in bookmark "
3695 "suggestions.";
3696
Caroline Risingdb7df182021-01-11 19:49:143697const char kReadLaterFlagId[] = "read-later";
3698const char kReadLaterName[] = "Reading List";
3699const char kReadLaterDescription[] =
3700 "Click on the Bookmark icon or right click on a tab to add tabs to a "
3701 "reading list.";
3702
Chris Thompson657d5c82020-10-08 23:04:103703const char kSCTAuditingName[] = "SCT auditing";
3704const char kSCTAuditingDescription[] =
3705 "Enables SCT auditing for users who have opted in to Safe Browsing "
3706 "Extended Reporting.";
3707
Brett Wilson7b44537e2017-08-18 01:38:283708#endif // !defined(OS_ANDROID)
3709
3710// Windows ---------------------------------------------------------------------
3711
3712#if defined(OS_WIN)
3713
David Bienvenud0ddda32018-11-01 16:59:163714const char kCalculateNativeWinOcclusionName[] =
3715 "Calculate window occlusion on Windows";
3716const char kCalculateNativeWinOcclusionDescription[] =
3717 "Calculate window occlusion on Windows will be used in the future "
3718 "to throttle and potentially unload foreground tabs in occluded windows";
3719
Rainhard Findling4bdbaa1d2020-10-26 20:40:303720const char kChromeCleanupScanCompletedNotificationName[] =
3721 "Chrome cleanup scan completion notification";
3722const char kChromeCleanupScanCompletedNotificationDescription[] =
3723 "Allows you to be notified when a Chrome cleaner scan you started "
3724 "completes.";
3725
Frank Liberato754d14f2019-01-30 23:31:173726const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder";
3727const char kD3D11VideoDecoderDescription[] =
3728 "Enables D3D11VideoDecoder for hardware accelerated video decoding.";
3729
Lei Zhang1a6fd01b2021-03-24 17:03:483730const char kEnableIncognitoShortcutOnDesktopName[] =
Mariam Alidbe57662020-08-06 12:28:353731 "Enable Incognito Desktop Shortcut";
Lei Zhang1a6fd01b2021-03-24 17:03:483732const char kEnableIncognitoShortcutOnDesktopDescription[] =
Mariam Alidbe57662020-08-06 12:28:353733 "Enables users to create a desktop shortcut for incognito mode.";
3734
Armando Miragliad2e6fc9e2020-03-06 09:23:093735const char kEnableMediaFoundationVideoCaptureName[] =
3736 "MediaFoundation Video Capture";
3737const char kEnableMediaFoundationVideoCaptureDescription[] =
3738 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
3739 "to DirectShow if disabled.";
3740
henrikac66d1012021-01-19 13:59:183741const char kRawAudioCaptureName[] = "Raw audio capture";
3742const char kRawAudioCaptureDescription[] =
3743 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
3744 "audio stream is a 'raw' stream that bypasses all signal processing except "
3745 "for endpoint specific, always-on processing in the Audio Processing Object"
3746 " (APO), driver, and hardware.";
3747
Lei Zhangc05af2a2020-05-15 20:54:053748const char kRunVideoCaptureServiceInBrowserProcessName[] =
3749 "Run video capture service in browser";
3750const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
3751 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:283752
Rainhard Findling29e729d2020-06-05 08:07:343753const char kSafetyCheckChromeCleanerChildName[] =
3754 "Chrome Cleanup Tool in safety check";
3755const char kSafetyCheckChromeCleanerChildDescription[] =
3756 "Enables the Chrome Cleanup Tool child in safety check.";
3757
Olli Etuaho122321192018-09-07 10:15:293758const char kUseAngleName[] = "Choose ANGLE graphics backend";
3759const char kUseAngleDescription[] =
3760 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
3761 "computers by default. Using the OpenGL driver as the graphics backend may "
3762 "result in higher performance in some graphics-heavy applications, "
3763 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
3764 "video playback.";
3765
3766const char kUseAngleDefault[] = "Default";
3767const char kUseAngleGL[] = "OpenGL";
3768const char kUseAngleD3D11[] = "D3D11";
3769const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:023770const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:293771
Brett Wilson7b44537e2017-08-18 01:38:283772const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3773const char kUseWinrtMidiApiDescription[] =
3774 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3775 "later).";
3776
Daniel Hosseinian159cb3d2020-03-13 03:02:023777#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhangc05af2a2020-05-15 20:54:053778const char kGdiTextPrinting[] = "GDI Text Printing";
3779const char kGdiTextPrintingDescription[] =
3780 "Use GDI to print text as simply text";
3781
Lei Zhanga6a8a492020-05-14 03:55:033782const char kPrintWithReducedRasterizationName[] =
3783 "Print with reduced rasterization";
3784const char kPrintWithReducedRasterizationDescription[] =
3785 "When using GDI printing, avoid rasterization if possible.";
3786
Alan Screen574ffd662019-11-21 22:38:533787const char kUseXpsForPrintingName[] = "Use XPS for printing";
3788const char kUseXpsForPrintingDescription[] =
3789 "When enabled, use XPS printing API instead of the GDI print API.";
3790
Alan Screen49388112019-12-13 23:34:213791const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
3792const char kUseXpsForPrintingFromPdfDescription[] =
3793 "When enabled, use XPS printing API instead of the GDI print API when "
3794 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:023795#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:213796
Tom5efa14f12021-06-30 00:37:323797const char kWin10TabSearchCaptionButtonName[] =
3798 "Windows 10 Tab Search Caption Button";
3799const char kWin10TabSearchCaptionButtonDescription[] =
3800 "Move the Tab Search entrypoint besides the window caption buttons on "
3801 "Windows 10 platforms.";
3802
Brett Wilson7b44537e2017-08-18 01:38:283803#endif // defined(OS_WIN)
3804
3805// Mac -------------------------------------------------------------------------
3806
Avi Drissman2e458df2020-07-29 16:24:313807#if defined(OS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:283808
Daniel Hosseinian159cb3d2020-03-13 03:02:023809#if BUILDFLAG(ENABLE_PRINTING)
3810const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
3811const char kCupsIppPrintingBackendDescription[] =
3812 "Use the CUPS IPP printing backend instead of the original CUPS backend "
3813 "that calls the PPD API.";
3814#endif // BUILDFLAG(ENABLE_PRINTING)
3815
Owen Min3bfb32232020-10-28 17:52:153816const char kEnterpriseReportingApiKeychainRecreationName[] =
3817 "Enterprise reporting API keychain item recreation.";
3818const char kEnterpriseReportingApiKeychainRecreationDescription[] =
3819 "Allow enterprise reporting private API to recreate keychain item on Mac. "
3820 "The recreated item can be accessed by other binaries.";
3821
Sidney San Martín678fd4112019-03-30 00:13:053822const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
3823const char kImmersiveFullscreenDescription[] =
3824 "Automatically hide and show the toolbar in fullscreen.";
3825
Greg Kerrf46f31872019-08-08 20:22:443826const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
3827const char kMacSyscallSandboxDescription[] =
3828 "Controls whether the macOS sandbox filters syscalls.";
3829
Christopher Cameron93855ff2019-10-10 19:26:543830const char kMetalName[] = "Metal";
3831const char kMetalDescription[] =
3832 "Use Metal instead of OpenGL for rasterization (if out-of-process "
3833 "rasterization is enabled) and display (if the Skia renderer is enabled)";
3834
Elly Fong-Jonesbe71ce62021-04-07 15:25:033835const char kScreenTimeName[] = "Screen Time";
3836const char kScreenTimeDescription[] =
3837 "Integrate with the macOS Screen Time system.";
3838
Brett Wilson7b44537e2017-08-18 01:38:283839#endif
3840
3841// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343842
Yuta Hijikata235fc62b2020-12-08 03:48:323843#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:343844
Anastasiia N3967787c2020-11-17 15:05:203845const char kAccountManagementFlowsV2Name[] =
3846 "Enable redesign of account management flows";
3847const char kAccountManagementFlowsV2Description[] =
3848 "Enables redesign of account management flows and Account Manager page in "
3849 "Settings. "
3850 "See go/betterAM";
3851
Brett Wilson7b44537e2017-08-18 01:38:283852const char kAcceleratedMjpegDecodeName[] =
3853 "Hardware-accelerated mjpeg decode for captured frame";
3854const char kAcceleratedMjpegDecodeDescription[] =
3855 "Enable hardware-accelerated mjpeg decode for captured frame where "
3856 "available.";
vabr0215a8e2017-03-28 12:47:343857
Zentaro Kavanagh65b3e112019-09-03 16:18:233858const char kAllowDisableMouseAccelerationName[] =
3859 "Allow disabling mouse acceleration";
3860const char kAllowDisableMouseAccelerationDescription[] =
3861 "Shows a setting to disable mouse acceleration.";
3862
Vyshu9ea9e182021-02-04 17:53:063863const char kAllowRepeatedUpdatesName[] =
3864 "Continue checking for updates before reboot and after initial update.";
3865const char kAllowRepeatedUpdatesDescription[] =
3866 "Continues checking to see if there is a more recent update, even if user"
3867 "has not rebooted to apply the previous update.";
3868
Kyle Horimoto734f0752020-03-20 20:46:543869const char kAllowScrollSettingsName[] =
3870 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
3871const char kAllowScrollSettingsDescription[] =
3872 "Shows settings to enable/disable scroll acceleration and to adjust the "
3873 "sensitivity for scrolling.";
3874
Alex Newcomer2a59139f2021-05-27 19:02:113875extern const char kAppListBubbleName[] =
3876 "Productivity experiment: App Launcher";
3877extern const char kAppListBubbleDescription[] =
3878 "To evaluate an enhanced Launcher experience that aims to improve app "
3879 "workflows by optimizing access to apps, app content, and app actions.";
3880
Maggie Cai062ab3b2020-09-17 13:23:263881const char kAppServiceExternalProtocolName[] = "App Service External Protocol";
3882const char kAppServiceExternalProtocolDescription[] =
3883 "Use the App Service to provide data for external protocol dialog.";
3884
Ryo Hashimoto8f4b30ced2019-04-08 12:14:193885const char kArcCustomTabsExperimentName[] =
3886 "Enable Custom Tabs experiment for ARC";
3887const char kArcCustomTabsExperimentDescription[] =
3888 "Allow Android apps to use Custom Tabs."
3889 "This feature only works on the Canary and Dev channels.";
3890
Alexander Bolodurin4e0a465c2021-03-31 23:14:033891const char kArcDocumentsProviderUnknownSizeName[] =
3892 "Enable ARC DocumentsProvider unknown file size handling";
3893const char kArcDocumentsProviderUnknownSizeDescription[] =
3894 "Allow opening DocumentsProvider files where size is not reported.";
3895
Satoshi Niwa8b1d5282018-10-24 04:53:033896const char kArcFilePickerExperimentName[] =
3897 "Enable file picker experiment for ARC";
3898const char kArcFilePickerExperimentDescription[] =
3899 "Enables using Chrome OS file picker in ARC.";
3900
Tetsui Ohkubo54018862021-06-18 11:13:353901const char kArcImageCopyPasteCompatName[] =
3902 "Enable image copy & paste compatibility mode for ARC";
3903const char kArcImageCopyPasteCompatDescription[] =
3904 "Allows pasting of images to Android apps through commitContent API and "
3905 "share intent.";
3906
Tetsui Ohkubo4c6d7f42021-07-07 16:47:373907const char kArcKeyboardShortcutHelperIntegrationName[] =
3908 "Enable keyboard shortcut helper integration for ARC";
3909const char kArcKeyboardShortcutHelperIntegrationDescription[] =
3910 "Shows keyboard shortcuts from Android apps in Chrome OS Shortcut Viewer";
3911
Lev Rumyantsev6eddc802019-08-27 19:41:213912const char kArcNativeBridgeToggleName[] =
3913 "Toggle between native bridge implementations for ARC";
3914const char kArcNativeBridgeToggleDescription[] =
3915 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:513916
Josh Horwichc50d5b22020-07-07 22:32:183917const char kArcNativeBridge64BitSupportExperimentName[] =
3918 "Enable experimental 64-bit native bridge support for ARC";
3919const char kArcNativeBridge64BitSupportExperimentDescription[] =
3920 "Enable experimental 64-bit native bridge support for ARC where available.";
3921
Yusuke Sato4717d1782021-03-12 23:27:173922const char kArcRtVcpuDualCoreName[] =
3923 "Enable ARC real time vcpu on a device with 2 logical cores online.";
3924const char kArcRtVcpuDualCoreDesc[] =
3925 "Enable ARC real time vcpu on a device with 2 logical cores online to "
3926 "reduce media playback glitch.";
3927
3928const char kArcRtVcpuQuadCoreName[] =
3929 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
3930const char kArcRtVcpuQuadCoreDesc[] =
3931 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
3932 "reduce media playback glitch.";
3933
Yury Khmele4649fc2020-12-01 22:59:153934const char kArcUseHighMemoryDalvikProfileName[] =
3935 "Enable ARC high-memory dalvik profile";
3936const char kArcUseHighMemoryDalvikProfileDesc[] =
3937 "Allow Android to use high-memory dalvik profile when applicable for "
3938 "high-memory devices.";
3939
Tim Sergeant37be4a82021-06-11 07:35:233940const char kArcWebAppShareName[] = "Enable sharing to Web Apps from ARC";
3941const char kArcWebAppShareDescription[] =
3942 "Allow Android apps to send shared text and files to web apps. When "
3943 "disabled, web apps may still appear in share sheets, but will not "
3944 "receive any shared content.";
3945
Mustafa Camurcu32cfc592021-02-10 19:00:403946const char kArcEnableUsapName[] =
3947 "Enable ARC Unspecialized Application Processes";
3948const char kArcEnableUsapDesc[] =
3949 "Enable ARC Unspecialized Application Processes when applicable for "
3950 "high-memory devices.";
3951
Eliot Courtneye87a9c32018-11-20 03:33:023952const char kAshEnablePipRoundedCornersName[] =
3953 "Enable Picture-in-Picture rounded corners.";
3954const char kAshEnablePipRoundedCornersDescription[] =
3955 "Enable rounded corners on the Picture-in-Picture window.";
3956
Andrew Moylan2db11cd2019-05-22 14:25:153957const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3958const char kAshEnableUnifiedDesktopDescription[] =
3959 "Enable unified desktop mode which allows a window to span multiple "
3960 "displays.";
3961
Claudius van der Merwecf95ee62021-06-25 00:07:363962const char kBluetoothAdvertisementMonitoringName[] =
3963 "Bluetooth Advertisement Monitoring";
3964const char kBluetoothAdvertisementMonitoringDescription[] =
3965 "Advertisement monitoring allows applications to register low energy "
3966 "scanners that filter low energy advertisements in a power-efficient "
3967 "manner.";
3968
Ryan Hansberry7c6c2b22019-06-18 21:07:143969const char kBluetoothAggressiveAppearanceFilterName[] =
3970 "Aggressive Bluetooth device filtering";
3971const char kBluetoothAggressiveAppearanceFilterDescription[] =
3972 "Enables a more aggressive Bluetooth filter in the UI to hide devices that "
3973 "likely cannot be connected to.";
3974
Michael Sun1b15a302020-04-07 02:57:293975const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
3976const char kBluetoothFixA2dpPacketSizeDescription[] =
3977 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
3978 "audio quality and may fix audio stutter.";
3979
Kyle Horimoto168d45b2021-07-13 01:51:293980const char kBluetoothRevampName[] = "Bluetooth Revamp";
3981const char kBluetoothRevampDescription[] =
3982 "Enables the Chrome OS Bluetooth Revamp, which updates Bluetooth system UI "
3983 "and related infrastructure.";
3984
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:343985const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
3986const char kBluetoothWbsDogfoodDescription[] =
3987 "Enables Bluetooth wideband speech mic as default audio option. "
3988 "Note that flipping this flag makes no difference on most of the "
3989 "Chrome OS models, because Bluetooth WBS is either unsupported "
3990 "or fully launched. Only on the few models that Bluetooth WBS is "
3991 "still stablizing this flag will take effect.";
3992
Jefferson Choi Bernardc84c6502021-06-22 17:35:143993const char kButtonARCNetworkDiagnosticsName[] = "ARC Network Tests Button";
3994const char kButtonARCNetworkDiagnosticsDescription[] =
3995 "Enables the display of a button on the ARC Provisioning failure dialog "
3996 "that opens the connectivity section of the diagnostics app.";
3997
Jiaming Chenga8091322021-08-05 04:30:453998const char kCalendarViewName[] =
3999 "Productivity experiment: Monthly Calendar View";
4000const char kCalendarViewDescription[] =
4001 "Show Monthly Calendar View with Google Calendar events to increase "
4002 "productivity by helping users view their schedules more quickly.";
4003
Wei Lee4fe87182020-12-22 09:32:444004const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
4005const char kPreferConstantFrameRateDescription[] =
4006 "Enables this flag to prefer using constant frame rate for camera when "
4007 "streaming";
4008
mojahsu3144bf32021-05-26 10:14:464009const char kForceControlFaceAeName[] = "Force control face AE";
4010const char kForceControlFaceAeDescription[] =
4011 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:114012
tby989a5b5ad2021-04-16 06:42:204013const char kCategoricalSearchName[] = "Launcher Categorical Search";
4014const char kCategoricalSearchDescription[] =
4015 "Launcher search results grouped by categories";
4016
Chad Duffinc0e2310e2021-06-23 00:13:574017const char kCellularAllowPerNetworkRoamingName[] =
4018 "Allow per-networking roaming";
4019const char kCellularAllowPerNetworkRoamingDescription[] =
4020 "Allows per-network cellular roaming configuration when cellular roaming "
4021 "is not disabled for the device through enterprise policy.";
4022
Regan Hsub9816d52021-05-26 15:03:484023const char kCellularForbidAttachApnName[] = "Forbid Use Attach APN";
4024const char kCellularForbidAttachApnDescription[] =
4025 "If enabled, the value of |kCellularUseAttachApn| should have no effect "
4026 "and the LTE attach APN configuration will not be sent to the modem. This "
4027 "flag exists because the |kCellularUseAttachApn| flag can be enabled "
4028 "by command-line arguments via board overlays which takes precedence over "
4029 "finch configs, which may be needed to turn off the Attach APN feature.";
4030
Vincent Palatinfd080f82020-12-21 19:47:064031const char kCellularUseAttachApnName[] = "Cellular use Attach APN";
4032const char kCellularUseAttachApnDescription[] =
4033 "Use the mobile operator database to set explicitly an Attach APN "
4034 "for the LTE connections rather than letting the modem decide which "
4035 "attach APN to use or retrieve it from the network";
4036
Azeem Arshad43b191b2021-01-15 23:59:564037const char kCellularUseExternalEuiccName[] = "Use external Euicc";
4038const char kCellularUseExternalEuiccDescription[] =
4039 "When enabled Cellular Setup and Settings UI will use the first available "
4040 "external Euicc.";
4041
Yulun Wu1e355132020-02-11 20:12:224042const char kContextualNudgesName[] =
4043 "Contextual nudges for user gesture education";
4044const char kContextualNudgesDescription[] =
4045 "Enables contextual nudges, periodically showing the user a label "
4046 "explaining how to interact with a particular UI element using gestures.";
4047
Joel Hockey71ebbe62021-03-28 06:24:044048const char kCroshSWAName[] = "Crosh System Web App";
4049const char kCroshSWADescription[] =
4050 "When enabled, crosh (Chrome OS Shell) will run as a tabbed System Web App "
4051 "rather than a normal browser tab.";
4052
mlcui378ba4662021-02-16 00:13:344053const char kCrosLanguageSettingsUpdate2Name[] = "Language Settings Update 2";
4054const char kCrosLanguageSettingsUpdate2Description[] =
4055 "Enables the second language settings update. Requires "
4056 "#enable-cros-language-settings-update to be enabled.";
4057
Jing Wang859fb1a2020-11-27 00:26:484058const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
4059const char kCrosOnDeviceGrammarCheckDescription[] =
4060 "Enable new on-device grammar check component.";
4061
Brett Wilson7b44537e2017-08-18 01:38:284062const char kCrosRegionsModeName[] = "Cros-regions load mode";
4063const char kCrosRegionsModeDescription[] =
4064 "This flag controls cros-regions load mode";
4065const char kCrosRegionsModeDefault[] = "Default";
4066const char kCrosRegionsModeOverride[] = "Override VPD values.";
4067const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:344068
David Munro3528c5c2020-01-13 02:44:374069const char kCrostiniDiskResizingName[] = "Allow resizing Crostini disks";
4070const char kCrostiniDiskResizingDescription[] =
4071 "Use preallocated user-resizeable disks for Crostini instead of sparse "
4072 "automatically sized disks.";
4073
Fergus Dall9d0e95a2021-07-30 08:10:114074const char kCrostiniContainerInstallName[] =
4075 "Debian version for new Crostini containers";
4076const char kCrostiniContainerInstallDescription[] =
4077 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:154078
Ben Wells7238dd02019-05-02 08:20:324079const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
4080const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
4081
David Munro7d1a6712021-07-12 06:52:264082const char kCrostiniUseDlcName[] = "Crostini Use DLC";
4083const char kCrostiniUseDlcDescription[] =
4084 "Download the termina VM using the new DLC service instead of the old "
4085 "component updater.";
4086
David Munro9fce777c2020-10-07 03:55:544087const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
4088const char kCrostiniResetLxdDbDescription[] =
4089 "Recreates the LXD database every time we launch it";
4090
Pilar Molina Lopezd5b787512020-11-19 00:21:484091const char kDisableBufferBWCompressionName[] =
4092 "Disable buffer bandwidth compression";
4093const char kDisableBufferBWCompressionDescription[] =
4094 "Disable bandwidth compression when allocating buffers";
4095
Ricky Liang8df43372020-07-09 09:41:094096const char kDisableCameraFrameRotationAtSourceName[] =
4097 "Disable camera frame rotation at source";
4098const char kDisableCameraFrameRotationAtSourceDescription[] =
4099 "Disable camera frame rotation to the upright display orientation in the "
4100 "video capture device";
4101
Thanh Nguyena4c933442019-05-11 03:43:554102const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
4103const char kDisableCancelAllTouchesDescription[] =
4104 "If enabled, a canceled touch will not force all other touches to be "
4105 "canceled.";
4106
Pavol Marko07c02b72020-11-19 12:04:534107const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
4108 "Disable closing idle sockets on memory pressure";
4109const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
4110 "If enabled, idle sockets will not be closed when chrome detects memory "
4111 "pressure. This applies to web pages only and not to internal requests.";
4112
Daniele Castagna893d822e2019-03-08 21:37:114113const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
4114const char kDisableExplicitDmaFencesDescription[] =
4115 "Always rely on implicit syncrhonization between GPU and display "
4116 "controller instead of using dma-fences explcitily when available.";
4117
Bailey Berro01f09742020-07-21 05:40:594118const char kDisplayAlignmentAssistanceName[] =
4119 "Enable Display Alignment Assistance";
4120const char kDisplayAlignmentAssistanceDescription[] =
4121 "Show indicators on shared edges of the displays when user is "
4122 "attempting to move their mouse over to another display. Show preview "
4123 "indicators when the user is moving a display in display layouts.";
4124
Su Hong Koobbd04e02020-04-04 00:16:064125const char kDisplayIdentificationName[] =
4126 "Enable display identification highlight";
4127const char kDisplayIdentificationDescription[] =
4128 "Shows a blue highlight around the edges of the display that is selected "
4129 "in the Displays Settings page. Only shown when the Displays Settings page "
4130 "is open.";
4131
Jon Mann8e448142021-07-29 19:31:304132const char kFastPairName[] = "Enable Fast Pair";
4133const char kFastPairDescription[] =
4134 "Enables Google Fast Pair service which uses BLE to discover supported "
4135 "nearby Bluetooth devices and surfaces a notification for quick pairing. "
4136 "Use along with #bluetooth-advertisement-monitoring to allow background "
4137 "scanning.";
4138
Miguel Casas8821b0982020-07-02 12:28:494139const char kUseHDRTransferFunctionName[] =
4140 "Monitor/Display HDR transfer function";
4141const char kUseHDRTransferFunctionDescription[] =
4142 "Allows using the HDR transfer functions of any connected monitor that "
4143 "supports it";
Miguel Casasf15028b12019-10-23 12:52:324144
Giovanni Ortuño Urquidi3e5e2072019-09-25 06:50:204145const char kDisableOfficeEditingComponentAppName[] =
4146 "Disable Office Editing for Docs, Sheets & Slides";
4147const char kDisableOfficeEditingComponentAppDescription[] =
4148 "Disables Office Editing for Docs, Sheets & Slides component app so "
4149 "handlers won't be registered, making it possible to install another "
4150 "version for testing.";
4151
Ahmed Fakhry4f567e692018-10-16 15:51:084152const char kDoubleTapToZoomInTabletModeName[] =
4153 "Double-tap to zoom in tablet mode";
4154const char kDoubleTapToZoomInTabletModeDescription[] =
4155 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
4156 "page.";
4157
Yulun Wub88a9202021-07-13 19:44:564158const char kQuickSettingsPWANotificationsName[] =
4159 "Enable setting of PWA notification permissions in quick settings ";
4160const char kQuickSettingsPWANotificationsDescription[] =
4161 "Replace website notification permissions with PWA notification "
4162 "permissions in the quick settings menu. Website notification permissions "
4163 "settings will be migrated to the lacros - chrome browser.";
4164
Austin Tankiang3d356862020-10-01 06:26:154165const char kDriveFsBidirectionalNativeMessagingName[] =
4166 "Enable bidirectional native messaging for DriveFS";
4167const char kDriveFsBidirectionalNativeMessagingDescription[] =
4168 "Enable enhanced native messaging host to communicate with DriveFS.";
4169
Per Åhgrend439e1e2021-05-16 13:49:554170const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
4171const char kCrOSEnforceSystemAecDescription[] =
4172 "Enforces using the system variant in CrAS of the AEC";
4173
4174const char kCrOSEnforceSystemAecAgcName[] =
4175 "Enforce using the system AEC and AGC in CrAS";
4176const char kCrOSEnforceSystemAecAgcDescription[] =
4177 "Enforces using the system variants in CrAS of the AEC and AGC.";
4178
4179const char kCrOSEnforceSystemAecNsName[] =
4180 "Enforce using the system AEC and NS in CrAS";
4181const char kCrOSEnforceSystemAecNsDescription[] =
4182 "Enforces using the system variants in CrAS of the AEC and NS.";
4183
4184const char kCrOSEnforceSystemAecNsAgcName[] =
4185 "Enforce using the system AEC, NS and AGC in CrAS";
4186const char kCrOSEnforceSystemAecNsAgcDescription[] =
4187 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
4188
Andrew Moylan2db11cd2019-05-22 14:25:154189const char kEnableAppReinstallZeroStateName[] =
4190 "Enable Zero State App Reinstall Suggestions.";
4191const char kEnableAppReinstallZeroStateDescription[] =
4192 "Enable Zero State App Reinstall Suggestions feature in launcher, which "
4193 "will show app reinstall recommendations at end of zero state list.";
4194
Matthew Mourgoscf22b4b2019-03-06 23:46:394195const char kEnableAppGridGhostName[] = "App Grid Ghosting";
4196const char kEnableAppGridGhostDescription[] =
4197 "Enables ghosting during an item drag in launcher.";
4198
Lei Zhang0a318af2018-11-14 02:19:464199const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:374200 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:464201const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:374202 "If audio focus is enabled in Chrome then this will delegate audio focus "
4203 "control in Android apps to Chrome.";
4204
Yue Liebaa9952018-12-07 21:41:264205const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
4206const char kEnableAssistantAppSupportDescription[] =
4207 "Enable the Assistant App Support feature";
4208
Xiaohui Chenb523747b2019-03-14 23:38:324209const char kEnableAssistantLauncherIntegrationName[] =
4210 "Assistant & Launcher integration";
4211const char kEnableAssistantLauncherIntegrationDescription[] =
4212 "Combine Launcher search with the power of Assistant to provide the most "
4213 "useful answer for each query. Requires Assistant to be enabled.";
4214
Xiao Yangf59e6932019-07-19 00:18:134215const char kEnableAssistantRoutinesName[] = "Assistant Routines";
4216const char kEnableAssistantRoutinesDescription[] = "Enable Assistant Routines.";
4217
Yue Lic30931472020-08-13 02:30:354218const char kEnableAutoSelectName[] = "Auto Select";
4219const char kEnableAutoSelectDescription[] =
4220 "Automatically select the word under cursor on contextual menu click.";
4221
Alex Newcomere5a362c2019-05-02 19:31:354222const char kEnableBackgroundBlurName[] = "Enable background blur.";
4223const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:284224 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:354225
Alex Newcomer46bfe142020-07-10 20:28:564226const char kEnhancedClipboardName[] =
4227 "Productivity Experiment: Enable Enhanced Clipboard";
4228const char kEnhancedClipboardDescription[] =
4229 "Enables an experimental clipboard history which aims to reduce context "
4230 "switching. After copying to the clipboard, press search + v to show the "
4231 "history. Selecting something from the menu will result in a paste to the "
4232 "active window.";
4233
Lei Zhang1a6fd01b2021-03-24 17:03:484234const char kEnhancedClipboardNudgeSessionResetName[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284235 "Enable resetting enhanced clipboard nudge data";
Lei Zhang1a6fd01b2021-03-24 17:03:484236const char kEnhancedClipboardNudgeSessionResetDescription[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284237 "When enabled, this will reset the clipboard nudge shown data on every new "
4238 "user session, allowing the nudge to be shown again.";
4239
Ana Salazarde4d2692021-06-16 01:37:064240const char kEnhancedClipboardScreenshotNudgeName[] =
4241 "Enable clipboard history screenshot nudge";
4242const char kEnhancedClipboardScreenshotNudgeDescription[] =
4243 "When enabled, the keyboard shortcut for clipboard history will show in "
4244 "the screenshot notification banner in clamshell mode.";
4245
Charles Zhao9d1b8def2019-10-16 22:32:394246const char kEnableCrOSActionRecorderName[] = "Enable CrOS action recorder";
4247const char kEnableCrOSActionRecorderDescription[] =
4248 "When enabled, each app launching, file opening, setting change, and url "
4249 "visiting will be logged locally into an encrypted file. Should not be "
Charles Zhaoafe9e8d2019-10-17 00:34:344250 "enabled. Be aware that hash option only provides a thin layer of privacy.";
Charles Zhao9d1b8def2019-10-16 22:32:394251
Garrick Evans0387e712021-04-28 05:24:324252const char kEnableDnsProxyName[] = "Enable DNS proxy service";
4253const char kEnableDnsProxyDescription[] =
4254 "When enabled, standard DNS queries will be proxied through the system "
4255 "service";
4256
Garrick Evans1d407ca92021-05-10 04:04:304257const char kDnsProxyEnableDOHName[] =
4258 "Enable DNS-over-HTTPS in the DNS proxy service";
4259const char kDnsProxyEnableDOHDescription[] =
4260 "When enabled, the DNS proxy will perform DNS-over-HTTPS in accordance "
4261 "with the Chrome OS SecureDNS settings.";
4262
James Hawkinsa9fefa8d2020-10-08 00:24:034263const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
4264const char kEnableHostnameSettingDescription[] =
4265 "Enables the ability to set the Chrome OS hostname, the name of the device "
4266 "that is exposed to the local network";
4267
Tim Sergeant9aeecd92021-05-24 07:29:074268const char kEnableGeneratedWebApksName[] = "Generated WebAPKs";
4269const char kEnableGeneratedWebApksDescription[] =
4270 "When enabled, generates and installs a WebAPK inside ARC for each "
4271 "installed and eligible PWA.";
4272
Harry Cuttscfe6d934f2019-06-05 21:45:554273const char kEnableGesturePropertiesDBusServiceName[] =
4274 "Enable gesture properties D-Bus service";
4275const char kEnableGesturePropertiesDBusServiceDescription[] =
4276 "Enable a D-Bus service for accessing gesture properties, which are used "
4277 "to configure input devices.";
4278
Xiaohui Chenf4283f32018-11-26 20:02:504279const char kEnableGoogleAssistantDspName[] =
4280 "Enable Google Assistant with hardware-based hotword";
4281const char kEnableGoogleAssistantDspDescription[] =
4282 "Enable an experimental feature that uses hardware-based hotword detection "
4283 "for Assistant. Only a limited number of devices have this type of "
4284 "hardware support.";
4285
Xiaohui Chenc3baca42018-11-30 19:29:374286const char kEnableGoogleAssistantStereoInputName[] =
4287 "Enable Google Assistant with stereo audio input";
4288const char kEnableGoogleAssistantStereoInputDescription[] =
4289 "Enable an experimental feature that uses stereo audio input for hotword "
4290 "and voice to text detection in Google Assistant.";
4291
Xiaohui Chen3f3a5bf12019-09-28 00:29:454292const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
4293const char kEnableGoogleAssistantAecDescription[] =
4294 "Enable an experimental feature that removes local feedback from audio "
4295 "input to help hotword and ASR when background audio is playing.";
4296
Rob Schonberger11bb2812019-07-31 23:41:004297const char kEnableHeuristicStylusPalmRejectionName[] =
4298 "Enable Heuristic for Stylus/Palm Rejection.";
4299const char kEnableHeuristicStylusPalmRejectionDescription[] =
4300 "Enable additional heuristic palm rejection logic when interacting with "
4301 "stylus usage. Not intended for all devices.";
4302
Harry Cutts8b445de2021-06-10 02:25:554303const char kEnableInputEventLoggingName[] = "Enable input event logging";
4304const char kEnableInputEventLoggingDescription[] =
4305 "Enable detailed logging of input events from touchscreens, touchpads, and "
4306 "mice. These events include the locations of all touches as well as "
4307 "relative pointer movements, and so may disclose sensitive data. They "
4308 "will be included in feedback reports and system logs, so DO NOT ENTER "
4309 "SENSITIVE INFORMATION with this flag enabled.";
4310
Harry Cuttsf74356712021-05-14 02:13:384311const char kEnableInputInDiagnosticsAppName[] =
4312 "Enable input device cards in the Diagnostics App";
4313const char kEnableInputInDiagnosticsAppDescription[] =
4314 "Enable input device cards in the Diagnostics App";
4315
Anton Swifton81ecf0c2021-05-04 02:28:514316const char kEnableInputNoiseCancellationUiName[] =
4317 "Enable Input Noise Cancellation UI.";
4318const char kEnableInputNoiseCancellationUiDescription[] =
4319 "Enable toggling input noise cancellation through the Quick Settings. By "
4320 "default, this flag is disabled.";
4321
[email protected]b2bed9d2020-12-09 23:49:424322const char kEnableLauncherSearchNormalizationName[] =
4323 "Enable normalization of launcher search results";
4324const char kEnableLauncherSearchNormalizationDescription[] =
4325 "Enable normalization of scores from different providers to the "
4326 "launcher.";
4327
Ana Salazar270fed42020-06-11 14:44:404328const char kNewDragSpecInLauncherName[] = "Enable Launcher App Paging";
4329const char kNewDragSpecInLauncherDescription[] =
4330 "Show visual affordance of launcher app pages and enable page previews "
4331 "when dragging apps.";
4332
Rob Schonbergerc258473f2019-11-08 05:09:354333const char kEnableNeuralStylusPalmRejectionName[] =
4334 "Enable Neural Palm Detection";
4335const char kEnableNeuralStylusPalmRejectionDescription[] =
4336 "Experimental: Enable Neural Palm detection. Not compatible with all "
4337 "devices.";
4338
Xiangdong Kongec5a0772021-05-03 21:53:014339const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
4340const char kEnableOsFeedbackDescription[] =
4341 "Enable the feedback tool with new UX design that helps users mitigate "
4342 "the issues while writing feedback and makes the UI easier to use.";
4343
Mitsuru Oshimadaf54572020-04-07 14:47:594344const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
4345const char kEnableNewShortcutMappingDescription[] =
4346 "Enables experimental new shortcut mapping";
4347
Rob Schonbergerba235782020-03-11 05:01:144348const char kEnablePalmOnMaxTouchMajorName[] =
4349 "Enable Palm when Touch is Maximum";
4350const char kEnablePalmOnMaxTouchMajorDescription[] =
4351 "Experimental: Enable Palm detection when the touchscreen reports max "
4352 "size. Not compatible with all devices.";
4353
4354const char kEnablePalmOnToolTypePalmName[] =
4355 "Enable Palm when Tool Type is Palm";
4356const char kEnablePalmOnToolTypePalmDescription[] =
4357 "Experimental: Enable palm detection when touchscreen reports "
4358 "TOOL_TYPE_PALM. Not compatible with all devices.";
4359
Rob Schonbergere0a8e3c2020-04-21 03:04:394360const char kEnablePalmSuppressionName[] =
4361 "Enable Palm Suppression with Stylus.";
4362const char kEnablePalmSuppressionDescription[] =
4363 "If enabled, suppresses touch when a stylus is on a touchscreen.";
4364
[email protected]683123b92019-12-10 03:52:224365const char kEnableQuickAnswersName[] = "Enable Quick Answers";
4366const char kEnableQuickAnswersDescription[] =
4367 "Enable the Quick Answers feature";
4368
Yue Li19ffe542020-10-28 02:52:284369const char kEnableQuickAnswersOnEditableTextName[] =
4370 "Enable Quick Answers on editable text";
4371const char kEnableQuickAnswersOnEditableTextDescription[] =
4372 "Enable Quick Answers on editable text.";
4373
Li Linb89713c2020-05-13 00:20:374374const char kEnableQuickAnswersTextAnnotatorName[] =
4375 "Enable Quick Answers text annotator";
4376const char kEnableQuickAnswersTextAnnotatorDescription[] =
4377 "Enable Quick Answers text annotator.";
4378
Yue Li869ba962020-09-19 00:27:134379const char kEnableQuickAnswersTranslationName[] =
4380 "Enable Quick Answers translation";
4381const char kEnableQuickAnswersTranslationDescription[] =
4382 "Enable Quick Answers translation.";
4383
Yue Li8468585fe2020-09-30 20:46:134384const char kEnableQuickAnswersTranslationCloudAPIName[] =
4385 "Enable Quick Answers translation using the Cloud API";
4386const char kEnableQuickAnswersTranslationCloudAPIDescription[] =
4387 "Enable Quick Answers translation using the Cloud API.";
4388
Yue Li354425c2021-06-15 00:26:044389const char kEnableQuickAnswersV2Name[] = "Enable Quick Answers V2 features";
4390const char kEnableQuickAnswersV2Description[] =
4391 "Enable Quick Answers V2 features.";
4392
Yue Li26c44942021-08-12 17:25:114393const char kDisableQuickAnswersV2TranslationName[] =
4394 "Disable Quick Answers Translation";
4395const char kDisableQuickAnswersV2TranslationDescription[] =
4396 "Disable translation services of the Quick Answers.";
4397
Brian Geffon134e77c52019-07-30 21:49:584398const char kTrimOnMemoryPressureName[] = "Trim Working Set on memory pressure";
4399const char kTrimOnMemoryPressureDescription[] =
4400 "Trim Working Set periodically on memory pressure";
4401
paulzhchen26343e92021-02-09 05:43:054402const char kEcheSWAName[] = "Enable Eche App SWA.";
4403const char kEcheSWADescription[] = "Enable the SWA version of the Eche.";
4404
paulzhchen7ee2f68e2021-04-22 23:06:464405const char kEcheSWAResizingName[] = "Allow resizing Eche App.";
4406const char kEcheSWAResizingDescription[] =
4407 "Enable a naive resize for the Eche window";
4408
Michael Checo9d122652021-03-18 15:04:344409const char kEnableNetworkingInDiagnosticsAppName[] =
4410 "Enable networking cards in the Diagnostics App";
4411const char kEnableNetworkingInDiagnosticsAppDescription[] =
4412 "Enable networking cards in the Diagnostics App";
4413
Pranav Batra96b8eba2021-07-02 21:17:214414const char kEnableOAuthIppName[] =
4415 "Enable OAuth when printing via the IPP protocol";
4416const char kEnableOAuthIppDescription[] =
4417 "Enable OAuth when printing via the IPP protocol";
4418
Eleni Dimitriadis86ff60602019-12-23 05:17:094419const char kEnableSuggestedFilesName[] = "Enable Suggested Files";
4420const char kEnableSuggestedFilesDescription[] =
Rachel Wongce88ffdd2021-08-10 04:32:564421 "Enable the Suggested Files feature in Launcher, which will show local "
4422 "file suggestions in the suggestion chips when the launcher is opened.";
4423
4424const char kEnableSuggestedDriveFilesName[] = "Enable Suggested Drive Files";
4425const char kEnableSuggestedDriveFilesDescription[] =
4426 "Enable the Suggested Drive Files feature in Launcher, which will show "
4427 "Drive file suggestions in the suggestion chips when the launcher is "
4428 "opened.";
Eleni Dimitriadis86ff60602019-12-23 05:17:094429
Jason Zhang60f02d502021-07-21 03:30:004430const char kESimPolicyName[] = "Enable ESim Policy";
4431const char kESimPolicyDescription[] =
4432 "Enable the support for policy controlled provisioning and configuration "
4433 "of eSIM cellular networks";
4434
Prabir Pradhan67677e82020-09-11 18:26:524435const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
4436const char kExoGamepadVibrationDescription[] =
4437 "Allow Exo clients like Android to request vibration events for gamepads "
4438 "that support it.";
4439
Nicholas Hollingum4cbff262020-09-08 04:02:154440const char kExoOrdinalMotionName[] =
4441 "Raw (unaccelerated) motion for Linux applications";
4442const char kExoOrdinalMotionDescription[] =
4443 "Send unaccelerated values as raw motion events to linux applications.";
4444
Nicholas Hollingume9a6744f2019-10-03 05:57:294445const char kExoPointerLockName[] = "Pointer lock for Linux applications";
4446const char kExoPointerLockDescription[] =
4447 "Allow Linux applications to request a pointer lock, i.e. exclusive use of "
4448 "the mouse pointer.";
4449
Ben Sylvester Millar410c4d1c2021-01-29 00:19:424450const char kExoLockNotificationName[] = "Notification bubble for UI lock";
4451const char kExoLockNotificationDescription[] =
4452 "Show a notification bubble once an application has switched to "
4453 "non-immersive fullscreen mode or obtained pointer lock.";
4454
Akihiro Ota1519aad2021-02-01 21:36:524455const char kExperimentalAccessibilityDictationExtensionName[] =
4456 "Experimental accessibility dictation extension.";
4457const char kExperimentalAccessibilityDictationExtensionDescription[] =
4458 "Enables the JavaScript dictation extension.";
4459
Akihiro Ota59f4a212021-02-02 02:11:474460const char kExperimentalAccessibilityDictationOfflineName[] =
4461 "Experimental accessibility dictation offline.";
4462const char kExperimentalAccessibilityDictationOfflineDescription[] =
4463 "Enables offline speech recognition for the accessibility dictation "
4464 "feature.";
4465
Rose Garcia26e2ae32019-06-25 00:57:544466const char kExperimentalAccessibilitySwitchAccessTextName[] =
4467 "Enable enhanced Switch Access text input.";
4468const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
4469 "Enable experimental or in-progress Switch Access features for improved "
4470 "text input";
4471
Anastasia Helfinsteinb4efe142020-09-25 05:15:424472const char kSwitchAccessPointScanningName[] =
4473 "Enable point scanning with Switch Access.";
4474const char kSwitchAccessPointScanningDescription[] =
4475 "Enable an in-process feature to select points onscreen with Switch "
4476 "Access.";
4477
Anastasia Helfinstein20349cf2021-02-04 01:25:214478const char kExperimentalAccessibilitySwitchAccessSetupGuideName[] =
4479 "Enable setup guide for Switch Access.";
4480const char kExperimentalAccessibilitySwitchAccessSetupGuideDescription[] =
4481 "Enable a setup guide to walk through the steps of initially configuring "
4482 "Switch Access.";
4483
Josiah Kdc82fb152021-01-12 20:30:394484const char kMagnifierPanningImprovementsName[] =
4485 "Enable panning improvements in magnifier";
4486const char kMagnifierPanningImprovementsDescription[] =
4487 "Enable feature which adds additional mouse and keyboard panning "
4488 "functionality in Magnifier.";
4489
Josiah K376e0352021-02-17 23:44:494490const char kMagnifierContinuousMouseFollowingModeSettingName[] =
4491 "Enable ability to choose continuous mouse following mode in Magnifier "
4492 "settings";
4493const char kMagnifierContinuousMouseFollowingModeSettingDescription[] =
4494 "Enable feature which adds ability to choose new continuous mouse "
4495 "following mode in Magnifier settings.";
4496
Nigel Taoa564f9a2021-07-11 14:54:154497const char kFilesArchivemountName[] = "Archivemount in Files App";
4498const char kFilesArchivemountDescription[] =
4499 "Enable mounting various archive formats in File Manager.";
4500
Ben Reich03d296b2021-07-13 04:38:054501const char kFilesBannerFrameworkName[] =
4502 "Updated Banner framework in Files app";
4503const char kFilesBannerFrameworkDescription[] =
4504 "Enable the updated branner framework in Files app";
4505
Omid Tourzanbf2a0dcf2020-09-10 08:53:554506const char kFilesSinglePartitionFormatName[] =
4507 "Enable Partitioning of Removable Disks.";
4508const char kFilesSinglePartitionFormatDescription[] =
4509 "Enable partitioning of removable disks into single partition.";
4510
Josh Simmons7888f7d2020-08-07 04:47:524511const char kFilesSWAName[] = "Enable Files App SWA.";
4512const char kFilesSWADescription[] =
4513 "Enable the SWA version of the file manager.";
4514
Joel Hockeya4865f1f2020-10-09 00:41:274515const char kFilesTrashName[] = "Enable Files Trash.";
4516const char kFilesTrashDescription[] =
4517 "Enable trash for My files volume in Files App.";
4518
François Degros0caa0d22020-08-13 02:22:324519const char kFilesZipMountName[] = "New ZIP mounting in Files App";
4520const char kFilesZipMountDescription[] =
4521 "Enable new ZIP archive mounting system in File Manager.";
4522
4523const char kFilesZipPackName[] = "New ZIP packing in Files App";
4524const char kFilesZipPackDescription[] =
4525 "Enable new ZIP archive creation system in File Manager.";
4526
4527const char kFilesZipUnpackName[] = "New ZIP unpacking in Files App";
4528const char kFilesZipUnpackDescription[] =
4529 "Enable new ZIP archive extraction system in File Manager.";
François Degros1e581402020-04-28 08:29:594530
Ricky Liang3bd2754b52020-10-07 02:50:324531const char kForceSpectreVariant2MitigationName[] =
4532 "Force Spectre variant 2 mitigagtion";
4533const char kForceSpectreVariant2MitigationDescription[] =
4534 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
4535 "override #spectre-variant2-mitigation and any system-level setting that "
4536 "disables Spectre variant 2 mitigation.";
4537
Lei Zhang1a6fd01b2021-03-24 17:03:484538const char kFiltersInRecentsName[] = "Enable filters in Recents";
4539const char kFiltersInRecentsDescription[] =
Naoki Fukino46529392020-08-11 11:46:094540 "Enable file-type filters (Audio, Images, Videos) in Files App Recents "
4541 "view.";
4542
Daniel Anderssona36c4bc2021-06-04 22:09:434543const char kFocusFollowsCursorName[] = "Focus follows cursor";
4544const char kFocusFollowsCursorDescription[] =
4545 "Enable window focusing by moving the cursor.";
4546
yjliu8f78e8b2020-07-22 20:51:214547const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
4548const char kFrameThrottleFpsDescription[] =
4549 "Set the throttle fps for compositor frame submission.";
4550const char kFrameThrottleFpsDefault[] = "Default";
4551const char kFrameThrottleFps5[] = "5 fps";
4552const char kFrameThrottleFps10[] = "10 fps";
4553const char kFrameThrottleFps15[] = "15 fps";
4554const char kFrameThrottleFps20[] = "20 fps";
4555const char kFrameThrottleFps25[] = "25 fps";
4556const char kFrameThrottleFps30[] = "30 fps";
4557
Nancy Wangd74f1752020-11-10 01:16:324558const char kFullRestoreName[] = "Full restore";
4559const char kFullRestoreDescription[] = "Chrome OS full restore";
4560
Noel Gordonc736eb32021-07-30 05:53:164561const char kFuseBoxName[] = "Enable ChromeOS FuseBox service";
4562const char kFuseBoxDescription[] = "ChromeOS FuseBox service.";
4563
Callistus4352dba2021-06-10 11:37:454564const char kHelpAppBackgroundPageName[] = "Help App Background Page";
4565const char kHelpAppBackgroundPageDescription[] =
4566 "Enables the Background page in the help app. The background page is used "
4567 "to initialize the Help App Launcher search index and show the Discover "
4568 "tab notification.";
4569
Callistus8e47f8b2021-04-14 02:02:304570const char kHelpAppDiscoverTabName[] = "Help App Discover Tab";
4571const char kHelpAppDiscoverTabDescription[] =
4572 "Enables the Discover tab in the help app. Even if the feature is enabled, "
4573 "internal app logic might decide not to show the tab.";
4574
Zufeng Wang9d3362eb822021-03-11 00:23:294575const char kHelpAppLauncherSearchName[] = "Help App launcher search";
4576const char kHelpAppLauncherSearchDescription[] =
4577 "Enables showing search results from the help app in the launcher.";
4578
Zufeng Wang884a7902020-06-30 05:37:334579const char kHelpAppSearchServiceIntegrationName[] =
4580 "Help App search service integration";
4581const char kHelpAppSearchServiceIntegrationDescription[] =
4582 "Enables the integration between the help app and the local search"
4583 " service. Includes using the search service for in app search.";
4584
Becca Hughes71465532019-04-12 19:18:554585const char kHideArcMediaNotificationsName[] = "Hide ARC media notifications";
4586const char kHideArcMediaNotificationsDescription[] =
4587 "Hides media notifications for ARC apps. Requires "
4588 "#enable-media-session-notifications to be enabled.";
4589
David Black863ff422021-07-02 20:05:304590const char kHoldingSpaceInProgressDownloadsIntegrationName[] =
4591 "Enable showing in-progress downloads in Tote.";
4592const char kHoldingSpaceInProgressDownloadsIntegrationDescription[] =
4593 "Show in-progress download functionality in Tote to increase productivity "
4594 "by giving users one place to go to monitor and access their downloads.";
4595
Lei Zhangc05af2a2020-05-15 20:54:054596const char kImeAssistAutocorrectName[] = "Enable assistive autocorrect";
4597const char kImeAssistAutocorrectDescription[] =
John Palmer3ace5a72020-03-11 05:57:514598 "Enable assistive auto-correct features for native IME";
4599
Curtis McMullana1900062021-06-28 01:13:254600const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
4601const char kImeAssistEmojiEnhancedDescription[] =
4602 "Enable enhanced assistive emoji suggestion features for native IME";
4603
Curtis McMullan35800d22020-11-26 06:45:194604const char kImeAssistMultiWordName[] =
4605 "Enable assistive multi word suggestions";
4606const char kImeAssistMultiWordDescription[] =
4607 "Enable assistive multi word suggestions for native IME";
4608
Curtis McMullan6f6526d2021-07-09 04:22:454609const char kImeAssistMultiWordExpandedName[] =
4610 "Enable expanded assistive multi word suggestions";
4611const char kImeAssistMultiWordExpandedDescription[] =
4612 "Enable expanded assistive multi word suggestions for native IME";
4613
Jing Wang1c45fe392020-03-05 01:10:234614const char kImeAssistPersonalInfoName[] = "Enable assistive personal info";
4615const char kImeAssistPersonalInfoDescription[] =
4616 "Enable auto-complete suggestions on personal infomation for native IME.";
4617
My Nguyenc5f0def2020-03-29 23:22:154618const char kImeEmojiSuggestAdditionName[] =
4619 "Enable emoji suggestion (addition)";
4620const char kImeEmojiSuggestAdditionDescription[] =
4621 "Enable emoji suggestion as addition to the text written for native IME.";
4622
Yingbing Wu09cd99a2020-02-14 09:14:244623const char kImeMozcProtoName[] = "Enable protobuf on Japanese IME";
4624const char kImeMozcProtoDescription[] =
4625 "Enable Japanese IME to use protobuf as interactive message format to "
4626 "replace JSON";
4627
Leo Zhang770ee9a2020-11-03 01:06:594628const char kImeServiceDecoderName[] = "ChromeOS IME Service Decoder";
4629const char kImeServiceDecoderDescription[] =
4630 "Controls whether ChromeOS system IME works with the NaCl decoders or "
4631 "the decoders loaded in the IME service.";
4632
John Palmerd6d1d0f2020-12-07 03:02:054633const char kImeSystemEmojiPickerName[] = "System emoji picker";
4634const char kImeSystemEmojiPickerDescription[] =
4635 "Controls whether a System emoji picker, or the virtual keyboard is used "
4636 "for inserting emoji.";
4637
John Palmer77ce9282021-07-15 09:23:094638const char kImeSystemEmojiPickerClipboardName[] =
4639 "System emoji picker clipboard";
4640const char kImeSystemEmojiPickerClipboardDescription[] =
4641 "Emoji picker will insert emoji into clipboard if they can't be inserted "
4642 "into a text field";
John Palmer90a32212021-08-03 08:49:134643const char kImeStylusHandwritingName[] = "Stylus Handwriting";
4644const char kImeStylusHandwritingDescription[] =
4645 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:094646
John Palmer2530f912021-05-24 05:06:304647const char kCrosLanguageSettingsImeOptionsInSettingsName[] =
4648 "Ime settings in settings";
4649const char kCrosLanguageSettingsImeOptionsInSettingsDescription[] =
4650 "Adds IME settings to the settings menu";
4651
Maggie Caib388c3f2020-06-12 03:39:424652const char kIntentHandlingSharingName[] = "Intent handling for sharing";
4653const char kIntentHandlingSharingDescription[] =
4654 "Support sharing in Chrome OS intent handling.";
4655
Maggie Cai05324142020-05-07 00:41:494656const char kIntentPickerPWAPersistenceName[] = "Intent picker PWA Persistence";
4657const char kIntentPickerPWAPersistenceDescription[] =
4658 "Allow user to always open with PWA in intent picker.";
4659
Nick Czajka61982be2020-12-09 23:52:334660const char kKeyboardBasedDisplayArrangementInSettingsName[] =
4661 "Keyboard-based Display Arrangement in Settings";
4662const char kKeyboardBasedDisplayArrangementInSettingsDescription[] =
4663 "Enables using arrow keys to rearrange displays on Settings > Device > "
4664 "Displays page.";
4665
Erik Chend7082ec2021-06-25 01:04:124666const char kLacrosAvailabilityIgnoreName[] =
4667 "Ignore lacros-availability policy";
4668const char kLacrosAvailabilityIgnoreDescription[] =
4669 "Makes the lacros-availability policy have no effect. Instead Lacros "
4670 "availability will be controlled by experiment and/or user flags.";
4671
Hidehiko Abe9f190d12021-03-18 12:55:204672const char kLacrosPrimaryName[] = "Lacros as the primary browser";
4673const char kLacrosPrimaryDescription[] =
4674 "Use Lacros-chrome as the primary web browser on Chrome OS. "
4675 "This flag is ignored if Lacros support is disabled.";
4676
Erik Chen601a5d62020-12-07 20:05:124677const char kLacrosStabilityName[] = "Lacros stability";
4678const char kLacrosStabilityDescription[] = "Frequency of Lacros updates.";
4679
Erik Chen71bc6ad2021-05-11 18:06:404680const char kLacrosStabilityLeastStableDescription[] = "Daily updates";
4681const char kLacrosStabilityLessStableDescription[] = "Weekly updates";
4682const char kLacrosStabilityMoreStableDescription[] = "Monthly updates";
Erik Chen601a5d62020-12-07 20:05:124683
Jae Hoon Kim94e1cfd2021-05-19 20:52:524684const char kLacrosSelectionName[] = "Lacros selection";
4685const char kLacrosSelectionDescription[] =
4686 "Choosing between rootfs or stateful Lacros.";
4687
4688const char kLacrosSelectionRootfsDescription[] = "Rootfs";
4689const char kLacrosSelectionStatefulDescription[] = "Stateful";
4690
James Cook2fe5ca7b2020-10-09 02:54:174691const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:184692const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:384693 "Support for the experimental lacros-chrome browser. Please note that the "
4694 "first restart can take some time to setup lacros-chrome. Please DO NOT "
4695 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:184696
Rachel Wong0210c452021-04-29 03:40:024697const char kLauncherQueryHighlightingName[] = "Launcher query highlighting";
4698const char kLauncherQueryHighlightingDescription[] =
4699 "Enables highlighting occurrences of the search query in launcher search "
4700 "result titles.";
4701
Ahmed Fakhry039882f2020-06-16 21:56:214702const char kLimitShelfItemsToActiveDeskName[] =
4703 "Limit Shelf items to active desk";
4704const char kLimitShelfItemsToActiveDeskDescription[] =
4705 "Limits items on the shelf to the ones associated with windows on the "
4706 "active desk";
4707
Ahmed Fakhry15d707e2019-02-22 23:54:214708const char kListAllDisplayModesName[] = "List all display modes";
4709const char kListAllDisplayModesDescription[] =
4710 "Enables listing all external displays' modes in the display settings.";
4711
Gil Dekel11cbdfb2020-12-23 21:43:274712const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
4713const char kEnableHardwareMirrorModeDescription[] =
4714 "Enables hardware support when multiple displays are set to mirror mode.";
4715
Becca Hughesca82d2d2019-08-05 20:03:224716const char kLockScreenMediaControlsName[] = "Lock screen media controls";
4717const char kLockScreenMediaControlsDescription[] =
4718 "Enable media controls on the lock screen.";
4719
Megumi Hattori5a0d4182018-03-06 11:09:504720const char kLockScreenNotificationName[] = "Lock screen notification";
4721const char kLockScreenNotificationDescription[] =
4722 "Enable notifications on the lock screen.";
4723
Patti7a088712021-04-14 08:23:464724const char kMediaAppHandlesPdfName[] = "Media App Handles PDF";
4725const char kMediaAppHandlesPdfDescription[] =
4726 "Enables opening PDF files by default in chrome://media-app";
David Lei5f7c097e2020-11-19 19:32:044727
Mitch McDermottd6afe582021-07-23 03:49:374728const char kMediaAppMultiWindowName[] = "Media App Multi Window";
4729const char kMediaAppMultiWindowDescription[] =
4730 "Enables opening multiple instances of chrome://media-app";
4731
Steven Bennetts66bc3542020-06-25 23:05:284732const char kMeteredShowToggleName[] = "Show Metered Toggle";
4733const char kMeteredShowToggleDescription[] =
4734 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
4735 "The toggle allows users to set whether a network should be considered "
4736 "metered for purposes of bandwith usage (e.g. for automatic updates).";
4737
Toni Barzic5cf7da92021-05-19 21:07:404738const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
4739const char kMicrophoneMuteNotificationsDescription[] =
4740 "Enables notifications that are shown when an app tries to use microphone "
4741 "while audio input is muted.";
4742
4743const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
4744const char kMicrophoneMuteSwitchDeviceDescription[] =
4745 "Support for detecting the state of hardware microphone mute toggle. Only "
4746 "effective on devices that have a microphone mute toggle. Enabling the "
4747 "flag does not affect the toggle functionality, it only affects how the "
4748 "System UI handles the mute toggle state.";
4749
Bao-Duy Tranaa329d62020-11-27 05:40:584750const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
4751const char kMultilingualTypingDescription[] =
4752 "Enables support for multilingual assistive typing on Chrome OS.";
4753
James Vecoref926b132021-07-10 00:08:264754const char kNearbyKeepAliveFixName[] = "Nearby Keep Alive Fix";
4755const char kNearbyKeepAliveFixDescription[] =
4756 "Enables custom KeepAlive interval and timeout for Nearby Connections and "
4757 "makes Nearby Connections WebRTC KeepAlive less chatty to help with "
4758 "battery life.";
4759
Josh Nohle928fdb62020-11-03 18:54:234760const char kNearbySharingName[] = "Nearby Sharing";
4761const char kNearbySharingDescription[] =
4762 "Enables Nearby Sharing for sharing content between devices.";
4763
Michael Hansen12166ea2021-06-25 18:17:354764const char kNearbySharingBackgroundScanningName[] =
4765 "Nearby Sharing Background Scanning";
4766const char kNearbySharingBackgroundScanningDescription[] =
4767 "Enables background scanning for Nearby Share, allowing devices to "
4768 "persistently scan and present a notification when a nearby device is "
4769 "attempting to share.";
4770
Josh Nohle3b48d0ad2020-11-03 19:18:574771const char kNearbySharingDeviceContactsName[] =
4772 "Nearby Sharing Device Contacts";
4773const char kNearbySharingDeviceContactsDescription[] =
4774 "Enables use of device contacts in Nearby Share.";
4775
Josh Nohle928fdb62020-11-03 18:54:234776const char kNearbySharingWebRtcName[] = "Nearby Sharing WebRTC";
4777const char kNearbySharingWebRtcDescription[] =
4778 "Enables use of WebRTC in Nearby Share.";
4779
Daniel Andersson9bfdde42021-07-15 20:59:144780const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
4781const char kPerformantSplitViewResizingDescription[] =
4782 "If enabled, windows may be moved instead of scaled when resizing split "
4783 "view in tablet mode.";
4784
Jason Sun1d947912021-06-21 16:54:234785const char kPhoneHubCameraRollName[] = "Camera Roll in Phone Hub";
4786const char kPhoneHubCameraRollDescription[] =
4787 "Enables the Camera Roll feature in Phone Hub, which allows users to "
4788 "access recent photos and videos taken on a connected Android device.";
4789
paulzhchenaae52d702021-07-12 23:47:074790const char kPhoneHubRecentAppsName[] = "Recent Apps in Phone Hub";
4791const char kPhoneHubRecentAppsDescription[] =
4792 "Enables the Recent Apps feature in Phone Hub, which allows users to "
4793 "relaunch a recently streamed app.";
4794
Bailey Berro2c1797702019-09-30 18:49:424795const char kReduceDisplayNotificationsName[] = "Reduce display notifications";
4796const char kReduceDisplayNotificationsDescription[] =
4797 "If enabled, notifications for display rotation, display removed, display "
4798 "mirroring, and display extending will be suppressed.";
4799
Rachel Carpenter57c8523c2020-09-23 01:11:224800const char kReleaseNotesNotificationAllChannelsName[] =
4801 "Release Notes Notification All Channels";
4802const char kReleaseNotesNotificationAllChannelsDescription[] =
4803 "Enables the release notes notification for all Chrome OS channels";
4804
Shengsong Tan22e55432021-03-25 05:03:124805const char kArcGhostWindowName[] = "Enable ARC ghost window";
4806const char kArcGhostWindowDescription[] =
4807 "Enables the pre-load app window for "
4808 "ARC++ app during ARCVM booting stage on full restore process";
4809
Kazuki Takisea674f582021-03-05 06:44:064810const char kArcResizeLockName[] = "Resize Lock for Android apps";
4811const char kArcResizeLockDescription[] =
4812 "Enable compatibility mode for Android apps that are not optimized for "
4813 "large screens, and impose restrictions on resizing the apps";
4814
Gavin Williamsd6404b02021-03-09 21:49:484815const char kScanAppMediaLinkName[] = "Show Media app link in Scan app";
4816const char kScanAppMediaLinkDescription[] =
4817 "Enables showing a link in the Scan app to open scanned images in the Media"
4818 " app.";
4819
Gavin Williams39e3ae6e2021-06-18 06:49:284820const char kScanAppMultiPageScanName[] =
4821 "Enable multi-page scanning in Scan app";
4822const char kScanAppMultiPageScanDescription[] =
4823 "Enables creating a single PDF file from multiple flatbed scans";
4824
Kyra Moed00bdf232021-05-06 19:59:364825extern const char kScanAppSearchablePdfName[] =
4826 "Enable saving scans as a searchable PDF.";
4827extern const char kScanAppSearchablePdfDescription[] =
4828 "Allow selecting Searchable PDF file type in Scan app"
4829 " with incorporation of OCR service.";
4830
Gavin Williamsc9c6a222021-04-06 23:30:354831const char kScanAppStickySettingsName[] = "Enable sticky settings in Scan app";
4832const char kScanAppStickySettingsDescription[] =
4833 "Enables sticky settings in Scan app for automatically saving scan"
4834 " settings in Chrome OS.";
4835
Joon Ahn74cda732021-04-08 19:58:104836const char kShimlessRMAFlowName[] = "Enable shimless RMA flow";
4837const char kShimlessRMAFlowDescription[] = "Enable shimless RMA flow";
4838
Andrew Moylan97585272019-02-19 19:01:224839const char kSchedulerConfigurationName[] = "Scheduler Configuration";
4840const char kSchedulerConfigurationDescription[] =
4841 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:014842const char kSchedulerConfigurationConservative[] =
4843 "Disables Hyper-Threading on relevant CPUs.";
4844const char kSchedulerConfigurationPerformance[] =
4845 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:224846
Joel Rileyffbaf662020-10-27 23:07:374847const char kSelectToSpeakNavigationControlName[] =
4848 "Select-to-speak navigation control";
4849const char kSelectToSpeakNavigationControlDescription[] =
4850 "Enables enhanced Select-to-speak navigation features.";
4851
Angela Gyic7efb502020-12-10 23:01:004852const char kSharesheetContentPreviewsName[] = "Sharesheet Content Previews";
4853const char kSharesheetContentPreviewsDescription[] =
4854 "Chrome OS content previews for sharesheet.";
4855
Melissa Zhangba6240b2020-06-24 02:44:234856const char kSharesheetName[] = "Sharesheet";
4857const char kSharesheetDescription[] = "Chrome OS sharesheet.";
4858
Ramya Nagarajan1fbdf5732021-02-12 23:31:584859const char kChromeOSSharingHubName[] = "Chrome OS Sharing Hub";
4860const char kChromeOSSharingHubDescription[] =
4861 "Enables the Sharing Hub (share sheet) on ChromeOS via the Omnibox.";
4862
Kyle Horimoto63a6bd42019-09-16 23:47:524863const char kShowBluetoothDebugLogToggleName[] =
4864 "Show Bluetooth debug log toggle";
4865const char kShowBluetoothDebugLogToggleDescription[] =
4866 "Enables a toggle which can enable debug (i.e., verbose) logs for "
4867 "Bluetooth";
4868
Yu Liu9d01d342021-03-12 20:05:164869const char kBluetoothSessionizedMetricsName[] =
4870 "Enable Bluetooth sessionized metrics";
4871const char kBluetoothSessionizedMetricsDescription[] =
4872 "Enables collecting and processing Bluetooth sessionized metrics.";
4873
Andre Le85312482021-02-26 04:19:234874const char kShowDateInTrayName[] = "Enable Show Date In Tray";
4875const char kShowDateInTrayDescription[] =
4876 "Showing date in status area when the screen is sufficiently large.";
4877
James Cook0ba192bf2017-12-01 20:53:114878const char kShowTapsName[] = "Show taps";
4879const char kShowTapsDescription[] =
4880 "Draws a circle at each touch point, which makes touch points more obvious "
4881 "when projecting or mirroring the display. Similar to the Android OS "
4882 "developer option.";
4883
4884const char kShowTouchHudName[] = "Show HUD for touch points";
4885const char kShowTouchHudDescription[] =
4886 "Shows a trail of colored dots for the last few touch points. Pressing "
4887 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
4888 "debug hardware issues that generate spurious touch events.";
4889
Curt Clemens37a5c99c2021-06-19 00:30:064890const char kSmartLockUIRevampName[] = "Enable Smart Lock UI Revamp";
4891const char kSmartLockUIRevampDescription[] =
4892 "Replaces the existing Smart Lock UI on the lock screen with a new design "
4893 "and adds Smart Lock to the 'Lock screen and sign-in' section of settings.";
4894
Ricky Liang3bd2754b52020-10-07 02:50:324895const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
4896const char kSpectreVariant2MitigationDescription[] =
4897 "Controls whether Spectre variant 2 mitigation is enabled when "
4898 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
4899 "#force-spectre-variant2-mitigation.";
4900
James Cook9348f362019-11-15 01:15:584901const char kSplitSettingsSyncName[] = "Split OS and browser sync";
4902const char kSplitSettingsSyncDescription[] =
4903 "Allows OS sync to be configured separately from browser sync. Changes the "
4904 "OS settings UI to provide controls for OS data types. Requires "
4905 "#split-settings to be enabled.";
4906
Darren Shenddfbd2e2020-09-16 23:07:024907const char kSystemLatinPhysicalTypingName[] =
4908 "Use system IME for latin-script typing";
4909const char kSystemLatinPhysicalTypingDescription[] =
4910 "Use the system input engine instead of the Chrome extension for physical "
4911 "typing in languages based on latin script.";
4912
Joel Hockey77a79962021-02-09 01:30:474913const char kPluginVmFullscreenName[] = "Plugin VM Fullscreen";
4914const char kPluginVmFullscreenDescription[] =
4915 "Hides shelf in immersive mode and allows esc hold to exit.";
4916
Brett Wilson7b44537e2017-08-18 01:38:284917const char kTetherName[] = "Instant Tethering";
4918const char kTetherDescription[] =
4919 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
4920 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:374921
Brett Wilson7b44537e2017-08-18 01:38:284922const char kTouchscreenCalibrationName[] =
4923 "Enable/disable touchscreen calibration option in material design settings";
4924const char kTouchscreenCalibrationDescription[] =
4925 "If enabled, the user can calibrate the touch screen displays in "
4926 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:094927
Kartik Hegde5af70932021-08-12 23:04:204928const char kTrafficCountersSettingsUiName[] = "Traffic Counters Settings UI";
4929const char kTrafficCountersSettingsUiDescription[] =
4930 "If enabled, the SettingsUI will show data usage for cellular networks";
4931
Miguel Casas-Sanchezdcd69152019-09-04 21:22:364932const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
4933const char kUseFakeDeviceForMediaStreamDescription[] =
4934 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
4935 "timestamp) instead of the system audio/video devices, for debugging "
4936 "purposes.";
4937
Qiang Xu045aff222018-05-21 23:21:014938const char kUiDevToolsName[] = "Enable native UI inspection";
4939const char kUiDevToolsDescription[] =
4940 "Enables inspection of native UI elements. For local inspection use "
4941 "chrome://inspect#other";
4942
Andrew Moylan97585272019-02-19 19:01:224943const char kUiSlowAnimationsName[] = "Slow UI animations";
4944const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:464945
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:234946const char kVaapiJpegImageDecodeAccelerationName[] =
4947 "VA-API JPEG decode acceleration for images";
4948const char kVaapiJpegImageDecodeAccelerationDescription[] =
4949 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
4950 " captures) using the VA-API.";
4951
Gil Dekel8f4b5642019-07-27 05:27:404952const char kVaapiWebPImageDecodeAccelerationName[] =
4953 "VA-API WebP decode acceleration for images";
4954const char kVaapiWebPImageDecodeAccelerationDescription[] =
4955 "Enable or disable decode acceleration of WebP images using the VA-API.";
4956
Jing Wang1293e3a2021-02-17 00:56:444957const char kVirtualKeyboardName[] = "Virtual Keyboard";
4958const char kVirtualKeyboardDescription[] =
4959 "Always show virtual keyboard regardless of having a physical keyboard "
4960 "present";
4961
Keith Leead929a62021-07-30 06:57:434962const char kVirtualKeyboardApiName[] = "Virtual Keyboard API";
4963const char kVirtualKeyboardApiDescription[] =
4964 "Enable the JS Virtual keyboard API, allowing manual control of the VK.";
4965
My Nguyen614dbcc2019-10-29 03:52:324966const char kVirtualKeyboardBorderedKeyName[] = "Virtual Keyboard Bordered Key";
4967const char kVirtualKeyboardBorderedKeyDescription[] =
4968 "Show virtual keyboard with bordered key";
4969
My Nguyen0bc9add2020-12-03 21:21:254970const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
4971const char kVirtualKeyboardDisabledDescription[] =
4972 "Always disable virtual keyboard regardless of device mode. Workaround for "
4973 "virtual keyboard showing with some external keyboards.";
4974
Jing Wang1293e3a2021-02-17 00:56:444975const char kVirtualKeyboardMultipasteName[] = "Virtual Keyboard MultiPaste";
4976const char kVirtualKeyboardMultipasteDescription[] =
4977 "Show virtual keyboard with multipaste UI";
Brett Wilson7b44537e2017-08-18 01:38:284978
Jing Wang90afcbd2021-07-19 06:54:444979const char kVirtualKeyboardMultipasteSuggestionName[] =
4980 "Virtual Keyboard MultiPaste Suggestion";
4981const char kVirtualKeyboardMultipasteSuggestionDescription[] =
4982 "Show multipaste items in virtual keyboard suggestion bar if they are "
4983 "copied recently";
4984
Jason Lin55903062021-04-12 05:09:194985const char kVmStatusPageName[] = "VM status page";
4986const char kVmStatusPageDescription[] = "Enable VM status page";
4987
Yen-lin Laif458f8012021-03-29 10:18:204988const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
4989const char kWakeOnWifiAllowedDescription[] =
4990 "Allows wake on WiFi features in shill to be enabled.";
4991
Maggie Cai6dd6b552021-04-27 08:40:324992const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
4993const char kWebAppsCrosapiDescription[] =
4994 "Support web apps publishing from Lacros browser.";
4995
Kyle Horimotoc0108e112020-10-20 21:41:044996const char kWebuiDarkModeName[] = "WebUI dark mode";
4997const char kWebuiDarkModeDescription[] =
4998 "Allows dark mode usage in WebUI. Note that this does not necessary enable "
4999 "dark mode, which is enabled via the #enable-force-dark flag.";
5000
Jon Mannbaa9c882021-04-14 02:41:065001const char kWifiSyncAllowDeletesName[] =
5002 "Sync removal of Wi-Fi network configurations";
5003const char kWifiSyncAllowDeletesDescription[] =
5004 "Enables the option to sync deletions of Wi-Fi networks to other Chrome OS "
5005 "devices when Wi-Fi Sync is enabled.";
5006
Claude van der Merwe6a7f4e42020-08-19 23:26:505007const char kWifiSyncAndroidName[] =
5008 "Sync Wi-Fi network configurations with Android";
5009const char kWifiSyncAndroidDescription[] =
5010 "Enables the option to sync Wi-Fi network configurations between Chrome OS "
5011 "devices and a connected Android phone";
5012
Markus Handellabf6c7812020-12-15 18:14:355013// Prefer keeping this section sorted to adding new definitions down here.
5014
5015#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5016
David Roger42777702021-07-29 15:09:125017#if BUILDFLAG(IS_CHROMEOS_LACROS)
5018extern const char kMultiProfileAccountConsistencyName[] =
5019 "Account consistency for multi-profile.";
5020extern const char kMultiProfileAccountConsistencyDescription[] =
5021 "Enables integration of secondary profiles with the ChromeOS Account "
5022 "Manager.";
5023#endif // BUILDFLAG(IS_CHROMEOS_LACROS)
5024
Alan Cutterae499a6e2021-04-30 08:07:575025#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
Alan Cutter03b39ef32021-05-10 09:23:125026const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersName[] =
5027 "Allow default web app migration for Chrome OS managed users";
5028const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersDescription[] =
5029 "The web app migration flags "
5030 "(chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-gsuite and "
5031 "chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-non-gsuite) "
5032 "are ignored for managed Chrome OS users unless this feature is enabled.";
5033
Alan Cutterae499a6e2021-04-30 08:07:575034const char kDefaultChatWebAppName[] = "Default Chat web app";
5035const char kDefaultChatWebAppDescription[] =
5036 "Enables the Chat web app to be installed by default.";
5037
5038const char kDefaultMeetWebAppName[] = "Default Meet web app";
5039const char kDefaultMeetWebAppDescription[] =
5040 "Enables the Meet web app to be installed by default.";
5041#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
5042
Pilar Molina Lopez40a3e2d2021-03-04 21:01:085043#if defined(OS_CHROMEOS)
5044const char kDeprecateLowUsageCodecsName[] = "Deprecates low usage media codecs";
5045const char kDeprecateLowUsageCodecsDescription[] =
5046 "Deprecates low usage codecs. Disable this feature to allow playback of "
5047 "AMR and GSM.";
Pilar Molina Lopez34dd68b2021-03-16 02:46:365048
5049const char kVaapiAV1DecoderName[] = "VA-API decode acceleration for AV1";
5050const char kVaapiAV1DecoderDescription[] =
5051 "Enable or disable decode acceleration of AV1 videos using the VA-API.";
Pilar Molina Lopez40a3e2d2021-03-04 21:01:085052#endif // defined(OS_CHROMEOS)
5053
Miguel Casasb93a0e352021-07-16 04:07:215054#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS_ASH)
5055const char kVaapiVP9kSVCEncoderName[] =
5056 "VA-API encode acceleration for k-SVC VP9";
5057const char kVaapiVP9kSVCEncoderDescription[] =
5058 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
5059#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS_ASH)
5060
Pilar Molina Lopezfb5103b72021-02-26 23:35:525061#if defined(OS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
5062const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
5063const char kChromeOSDirectVideoDecoderDescription[] =
5064 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
5065 "implementation. Note that this might be entirely disallowed by the "
5066 "--platform-disallows-chromeos-direct-video-decoder command line switch "
5067 "which is added for platforms where said direct VideoDecoder does not work "
5068 "or is not well tested (see the disable_cros_video_decoder USE flag in "
5069 "Chrome OS)";
5070#endif // defined(OS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
5071
Isuru Pathirana9762a942021-02-03 17:38:035072#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC) || defined(OS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:385073const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
5074const char kZeroCopyVideoCaptureDescription[] =
5075 "Camera produces a gpu friendly buffer on capture and, if there is, "
5076 "hardware accelerated video encoder consumes the buffer";
Isuru Pathirana9762a942021-02-03 17:38:035077#endif // BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC) || defined(OS_WIN)
yhanadac5bff5b2017-05-18 06:37:095078
Collin Baker75a29462019-03-13 19:57:315079// All views-based platforms --------------------------------------------------
5080
5081#if defined(TOOLKIT_VIEWS)
5082
Robert Liaod79a0742021-05-18 18:49:155083const char kDownloadShelfWebUI[] = "Download Shelf WebUI";
5084const char kDownloadShelfWebUIDescription[] =
5085 "Replaces the Views download shelf with a WebUI download shelf.";
5086
Collin Baker75a29462019-03-13 19:57:315087#endif // defined(TOOLKIT_VIEWS)
5088
Brett Wilson7b44537e2017-08-18 01:38:285089// Random platform combinations -----------------------------------------------
5090
Avi Drissman2e458df2020-07-29 16:24:315091#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || \
Benjamin Lermanb5d88899d2021-07-29 08:00:315092 defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
Richard Knollc279d3232019-11-11 16:37:075093
Alan Screen652ddbb2020-09-16 07:14:535094const char kEnableOopPrintDriversName[] =
5095 "Enables Out-of-Process Printer Drivers";
5096const char kEnableOopPrintDriversDescription[] =
5097 "Enables printing interactions with the operating system to be performed "
5098 "out-of-process.";
5099
dpapadef1e5f872021-07-15 17:40:125100const char kWebUIBrandingUpdateName[] = "WebUI Branding Update";
5101const char kWebUIBrandingUpdateDescription[] =
5102 "Changes various UI components in WebUI pages to have a more modern look.";
5103
dpapadf779e192021-04-15 20:06:585104const char kWebuiFeedbackName[] = "WebUI Feedback";
5105const char kWebuiFeedbackDescription[] =
5106 "If enabled, Chrome will show the Feedback WebUI, as opposed to Chrome "
5107 "App Feedback UI, when clicking on \"Report an issue...\"";
5108
dpapad8f3597792021-05-11 08:57:595109const char kSettingsLandingPageRedesignName[] =
5110 "Settings Landing Page Redesign";
5111const char kSettingsLandingPageRedesignDescription[] =
5112 "Changes the layout of the chrome://settings page to only show one section "
5113 "at a time.";
5114
Sean McAllister0d73ca3d2020-08-19 17:54:375115#endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) ||
Benjamin Lermanb5d88899d2021-07-29 08:00:315116 // defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
lanwei83f54452018-06-21 23:51:045117
Josh Santana0863d7042021-02-04 20:56:455118#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
5119
Leonard Grey4f7614a72021-02-19 21:30:185120const char kCommanderName[] = "Commander";
5121const char kCommanderDescription[] =
Leonard Grey4d558b02021-03-02 00:59:265122 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
Leonard Grey4f7614a72021-02-19 21:30:185123
Josh Santana0863d7042021-02-04 20:56:455124const char kDesktopRestructuredLanguageSettingsName[] =
5125 "Restructured Language Settings (Desktop)";
5126const char kDesktopRestructuredLanguageSettingsDescription[] =
5127 "Enable the new restructured language settings page";
5128
Josh Santana63007462021-02-10 17:19:015129const char kDesktopDetailedLanguageSettingsName[] =
5130 "Detailed Language Settings (Desktop)";
5131const char kDesktopDetailedLanguageSettingsDescription[] =
5132 "Enable the new detailed language settings page";
5133
Josh Santana0863d7042021-02-04 20:56:455134#endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
5135
Lei Zhangc05af2a2020-05-15 20:54:055136#if defined(OS_CHROMEOS) || defined(OS_LINUX)
5137#if BUILDFLAG(USE_TCMALLOC)
5138const char kDynamicTcmallocName[] = "Dynamic Tcmalloc Tuning";
5139const char kDynamicTcmallocDescription[] =
5140 "Allows tcmalloc to dynamically adjust tunables based on system resource "
5141 "utilization.";
5142#endif // BUILDFLAG(USE_TCMALLOC)
5143#endif // #if defined(OS_CHROMEOS) || defined(OS_LINUX)
5144
Yuta Hijikata235fc62b2020-12-08 03:48:325145#if !defined(OS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangc05af2a2020-05-15 20:54:055146const char kUserDataSnapshotName[] = "Enable user data snapshots";
5147const char kUserDataSnapshotDescription[] =
5148 "Enables taking snapshots of the user data directory after a Chrome "
5149 "update and restoring them after a version rollback.";
Yuta Hijikata235fc62b2020-12-08 03:48:325150#endif // !defined(OS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangc05af2a2020-05-15 20:54:055151
Hassan Talat6443f0fa2021-01-06 20:58:495152#if defined(OS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275153const char kWebShareName[] = "Web Share";
5154const char kWebShareDescription[] =
5155 "Enables the Web Share (navigator.share) APIs on experimentally supported "
5156 "platforms.";
Hassan Talat6443f0fa2021-01-06 20:58:495157#endif // defined(OS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275158
Maksim Sisov622db612021-03-22 08:59:425159#if defined(OS_LINUX) && defined(USE_OZONE)
5160const char kUseOzonePlatformName[] = "Use ozone.";
5161const char kUseOzonePlatformDescription[] =
5162 "Use the Ozone/X11 platform implementation on X11.";
5163#endif // defined(OS_LINUX) && defined(USE_OZONE)
5164
Brett Wilson7b44537e2017-08-18 01:38:285165// Feature flags --------------------------------------------------------------
5166
Lei Zhang0a318af2018-11-14 02:19:465167#if defined(DCHECK_IS_CONFIGURABLE)
5168const char kDcheckIsFatalName[] = "DCHECKs are fatal";
5169const char kDcheckIsFatalDescription[] =
5170 "By default Chrome will evaluate in this build, but only log failures, "
5171 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
5172#endif // defined(DCHECK_IS_CONFIGURABLE)
5173
Moritz Firsching043d32542021-04-07 14:20:595174#if BUILDFLAG(ENABLE_JXL_DECODER)
5175const char kEnableJXLName[] = "Enable JXL image format";
5176const char kEnableJXLDescription[] =
5177 "Adds image decoding support for the JPEG XL image format.";
5178#endif // BUILDFLAG(ENABLE_JXL_DECODER)
5179
Derek Schuff71d9a922019-04-24 21:36:005180#if BUILDFLAG(ENABLE_NACL)
5181const char kNaclName[] = "Native Client";
5182const char kNaclDescription[] =
5183 "Support Native Client for all web applications, even those that were not "
5184 "installed from the Chrome Web Store.";
5185#endif // ENABLE_NACL
5186
ckitagawa8dad53d2020-01-07 16:03:355187#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && defined(OS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:565188const char kPaintPreviewDemoName[] = "Paint Preview Demo";
5189const char kPaintPreviewDemoDescription[] =
5190 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:355191 "previews.";
Mehran Mahmoudib0410d62020-06-15 20:07:285192const char kPaintPreviewStartupName[] = "Paint Preview Startup";
5193const char kPaintPreviewStartupDescription[] =
5194 "If enabled, paint previews for each tab are captured when a tab is hidden "
5195 "and are deleted when a tab is closed. If a paint preview was captured for "
5196 "the tab to be restored on startup, the paint preview will be shown "
5197 "instead.";
ckitagawa8dad53d2020-01-07 16:03:355198#endif // ENABLE_PAINT_PREVIEW && defined(OS_ANDROID)
5199
Lei Zhangc05af2a2020-05-15 20:54:055200#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
5201const char kWebUITabStripName[] = "WebUI tab strip";
5202const char kWebUITabStripDescription[] =
5203 "When enabled makes use of a WebUI-based tab strip.";
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