blob: 2b93f8f8c5dd484b6bd7d0a4d97c2f970408d927 [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
Xiaocheng Huf7ed9cd2020-04-18 00:41:1042const char kAlignFontDisplayAutoTimeoutWithLCPGoalName[] =
43 "Align 'font-display: auto' timeout with LCP goal";
44const char kAlignFontDisplayAutoTimeoutWithLCPGoalDescription[] =
Xiaocheng Hu66795f02020-04-25 00:26:4745 "Make pending 'display: auto' web fonts enter the swap or failure period "
Xiaocheng Huf7ed9cd2020-04-18 00:41:1046 "immediately before reaching the LCP time limit (~2500ms), so that web "
47 "fonts do not become a source of bad LCP (Largest Contentful Paint).";
48
Brett Wilsonf27ff602017-07-07 22:28:4749const char kAllowInsecureLocalhostName[] =
50 "Allow invalid certificates for resources loaded from localhost.";
51const char kAllowInsecureLocalhostDescription[] =
52 "Allows requests to localhost over HTTPS even when an invalid certificate "
53 "is presented.";
54
Katie Dillon8b357312019-09-19 13:23:2355const char kAllowSyncXHRInPageDismissalName[] =
56 "Allows synchronous XHR requests in page dismissal";
57const char kAllowSyncXHRInPageDismissalDescription[] =
58 "Allows synchronous XHR requests during page dismissal when the page is "
59 "being navigated away or closed by the user.";
60
Judy Wangec296a12021-03-12 00:22:5261const char kWindowsFollowCursorName[] =
62 "Windows open on the display with the cursor";
63const char kWindowsFollowCursorDescription[] =
64 "When there are multiple displays, windows open on the display where "
65 "cursor is located.";
66
Chris Blumed5d85872021-02-17 18:21:0167const char kAnimatedImageResumeName[] = "Use animated image resume behavior";
68const char kAnimatedImageResumeDescription[] =
69 "Resumes animated images from the last frame drawn rather than attempt "
70 "to catch up to the frame that should be drawn based on current time.";
71
Dominic Mazzoni34dfc6482020-11-18 22:17:5872const char kAriaElementReflectionName[] = "Enable ARIA element reflection";
73const char kAriaElementReflectionDescription[] =
74 "Enable setting ARIA relationship attributes that reference other elements "
75 "directly without an IDREF";
76
Lei Zhang1a6fd01b2021-03-24 17:03:4877const char kCOLRV1FontsName[] = "COLR v1 Fonts";
78const char kCOLRV1FontsDescription[] =
Dominik Röttsches8723ca92021-02-10 10:02:0379 "Display COLR v1 color gradient vector fonts.";
80
Rune Lillesveen6d1d14c2021-03-25 22:03:0181extern const char kCSSContainerQueriesName[] = "Enable CSS Container Queries";
82extern const char kCSSContainerQueriesDescription[] =
83 "Enables support for @container, inline-size and block-size values for the "
84 "contain property, and the LayoutNG Grid implementation.";
85
Yue Zhangb4d923272020-05-01 03:42:5386const char kConditionalTabStripAndroidName[] = "Conditional Tab Strip";
87const char kConditionalTabStripAndroidDescription[] =
88 "Allows users to access conditional tab strip.";
89
Basia Zimirskab0d235a2021-02-24 19:42:5390const char kContentLanguagesInLanguagePickerName[] =
91 "Content languages in language picker";
92const char kContentLanguagesInLanguagePickerDescription[] =
93 "Enables bringing user's content languages that are translatable to the "
94 "top of the list with all languages shown in the translate menu";
95
John Delaneycd1a54d42020-05-13 23:06:3396const char kConversionMeasurementApiName[] = "Conversion Measurement API";
97const char kConversionMeasurementApiDescription[] =
John Delaneye53980f2020-06-26 05:26:1798 "Enables usage of the Conversion Measurement API. Requires "
99 "#enable-experimental-web-platform-features to be enabled.";
John Delaneycd1a54d42020-05-13 23:06:33100
101const 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
shivanigithub99368382021-06-16 18:33:37113const char kDebugHistoryInterventionNoUserActivationName[] =
114 "Debug flag for history intervention on no user activation";
115const char kDebugHistoryInterventionNoUserActivationDescription[] =
116 "This flag when enabled, will be used to debug an issue where a page that "
117 "did not get user activation "
118 "is able to work around the history intervention which is not the expected "
119 "behavior";
120
Anthony Cuidb01f8a52021-02-18 21:45:18121const char kDetectedSourceLanguageOptionName[] =
122 "Use Detected Language string on Desktop and Android";
123const char kDetectedSourceLanguageOptionDescription[] =
124 "Renames the 'Unknown' source language option to 'Detected Language' and "
125 "enables translation of unknown source language pages on Android.";
126
Maria Kazinovaeed8e4c2020-11-10 21:17:07127const char kDetectFormSubmissionOnFormClearName[] =
128 "Detect form submission when the form is cleared.";
129const char kDetectFormSubmissionOnFormClearDescription[] =
130 "Detect form submissions for change password forms that are cleared and "
131 "not removed from the page.";
132
Jan Wilken Dörried3f92e802020-09-11 11:43:08133const char kEditPasswordsInSettingsName[] = "Edit passwords in settings";
134const char kEditPasswordsInSettingsDescription[] =
135 "Enables password editing in settings.";
136
Vicky Minb02c3e92020-07-07 20:56:52137const char kEnableBluetoothSerialPortProfileInSerialApiName[] =
138 "Enable Bluetooth Serial Port Profile in Serial API";
139const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] =
140 "When enabled, Bluetooth Serial Port Profile devices will be enumerated "
141 "for use with the Serial API.";
142
Asanka Herathd37426e2019-10-29 22:11:10143const char kEnableFtpName[] = "Enable support for FTP URLs";
144const char kEnableFtpDescription[] =
145 "When enabled, the browser will handle navigations to ftp:// URLs by "
146 "either showing a directory listing or downloading the resource over FTP. "
147 "When disabled, the browser has no special handling for ftp:// URLs and "
148 "by default defer handling of the URL to the underlying platform.";
149
Yann Dago3256b872021-01-13 18:48:03150const char kEnablePolicyBlocklistThrottleRequiresPoliciesLoadedName[] =
151 "Url blocklist throttle wait for policies to be loaded";
152const char kEnablePolicyBlocklistThrottleRequiresPoliciesLoadedDescription[] =
153 "Enables behaviour for Url blocklist throttle to wait for all policies to "
154 "load";
155
Tsuyoshi Horo3bab99c2019-05-20 11:05:14156const char kEnableSignedExchangeSubresourcePrefetchName[] =
157 "Enable Signed Exchange subresource prefetching";
158const char kEnableSignedExchangeSubresourcePrefetchDescription[] =
159 "When enabled, the distributors of signed exchanges can let Chrome know "
160 "alternative signed exchange subresources by setting \"alternate\" link "
161 "header. Chrome will prefetch the alternate signed exchange subresources "
162 "and will load them if the publisher of the main signed exchange has set "
Tsuyoshi Horo5e61f162019-05-20 12:24:12163 "\"allowed-alt-sxg\" link header in the signed inner response of the "
Tsuyoshi Horo3bab99c2019-05-20 11:05:14164 "main signed exchange.";
165
Tsuyoshi Horo636e8652019-05-31 03:34:08166const char kEnableSignedExchangePrefetchCacheForNavigationsName[] =
167 "Enable Signed Exchange prefetch cache for navigations";
168const char kEnableSignedExchangePrefetchCacheForNavigationsDescription[] =
169 "When enabled, the prefetched signed exchanges is stored to a prefetch "
170 "cache attached to the frame. The body of the inner response is stored as "
171 "a blob and the verification process of the signed exchange is skipped for "
172 "the succeeding navigation.";
173
Kyle Horimoto7854a032019-04-03 02:51:07174const char kUpdatedCellularActivationUiName[] =
175 "Updated Cellular Activation UI";
176const char kUpdatedCellularActivationUiDescription[] =
177 "Enables the updated cellular activation UI.";
178
Behnood Momenzadeh5c944ff9b02020-06-04 18:35:35179const char kUseLookalikesForNavigationSuggestionsName[] =
180 "Use lookalike URL suggestions for navigation suggestions";
181const char kUseLookalikesForNavigationSuggestionsDescription[] =
182 "Use lookalike URL suggestions to suggest navigations to users who "
183 "face domain not found error.";
184
Regan Hsu1ffea922020-09-10 17:08:47185const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL";
186const char kUseWallpaperStagingUrlDescription[] =
187 "Use the staging server as part of the Wallpaper App to verify "
188 "additions/removals of wallpapers.";
189
Kyle Horimoto874554a2019-01-31 00:52:09190const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
191const char kUseMessagesStagingUrlDescription[] =
192 "Use the staging server as part of the \"Messages\" feature under "
193 "\"Connected Devices\" settings.";
194
Jon Mann5ebbd1532020-04-17 22:12:05195const char kUseCustomMessagesDomainName[] = "Use custom Messages domain";
196const char kUseCustomMessagesDomainDescription[] =
197 "Use a custom URL as part of the \"Messages\" feature under "
198 "\"Connected Devices\" settings.";
199
Jazz Xu32261b542019-06-13 20:11:27200const char kAndroidPictureInPictureAPIName[] =
201 "Picture-in-Picture Web API for Android";
202const char kAndroidPictureInPictureAPIDescription[] =
203 "Enable Picture-in-Picture Web API for Android";
204
Lei Zhangc05af2a2020-05-15 20:54:05205const char kAppCacheName[] = "AppCache web API and browser backend";
206const char kAppCacheDescription[] =
Adrienne Walkerb44bdc902020-04-09 03:09:07207 "When disabled, turns off all AppCache code so that developers "
208 "can test that their code works properly in the future when AppCache "
Adrienne Walkerd701f472020-08-20 02:15:11209 "has been removed. If disabled, this will also delete any AppCache data "
210 "from profile directories.";
Adrienne Walkerb44bdc902020-04-09 03:09:07211
Daniel McArdleb87dd0092020-02-10 20:23:46212const char kDnsHttpssvcName[] = "Support for HTTPSSVC records in DNS.";
213const char kDnsHttpssvcDescription[] =
214 "When enabled, Chrome may query a configured DoH server for HTTPSSVC "
215 "records. If any HTTPSSVC records are returned, Chrome may upgrade the URL "
216 "to HTTPS. If the records indicate support for QUIC, Chrome may attempt "
217 "QUIC on the first connection.";
218
cfredric6f155762020-12-10 18:52:40219const char kEnableFirstPartySetsName[] = "Enable First-Party Sets";
220const char kEnableFirstPartySetsDescription[] =
221 "When enabled, Chrome will apply First-Party Sets to features such as the "
222 "SameParty cookie attribute.";
223
dalykc936eb612019-08-14 11:46:47224const char kDnsOverHttpsName[] = "Secure DNS lookups";
225const char kDnsOverHttpsDescription[] =
226 "Enables DNS over HTTPS. When this feature is enabled, your browser may "
227 "try to use a secure HTTPS connection to look up the addresses of websites "
228 "and other web resources.";
229
Anne Lim24031e9d2019-09-12 23:03:19230const char kAutofillAlwaysReturnCloudTokenizedCardName[] =
231 "Return cloud token details for server credit cards when possible";
232const char kAutofillAlwaysReturnCloudTokenizedCardDescription[] =
233 "When enabled and where available, forms filled using Google Payments "
234 "server cards are populated with cloud token details, including CPAN "
235 "(cloud tokenized version of the Primary Account Number) and dCVV (dynamic "
236 "CVV).";
237
Lei Zhang507fffd2020-01-29 23:47:54238const char kAutofillAssistantChromeEntryName[] = "AutofillAssistantChromeEntry";
239const char kAutofillAssistantChromeEntryDescription[] =
Hui(Andy) Wufbebf91d22019-02-01 01:23:54240 "Initiate autofill assistant from within Chrome.";
241
siashah2b698e2b2021-04-21 15:09:55242const char kAutofillAutoTriggerManualFallbackForCardsName[] =
243 "Auto trigger manual fallback for credit card form-filling failure cases";
244const char kAutofillAutoTriggerManualFallbackForCardsDescription[] =
245 "When enabled, manual fallback will be auto-triggered on form interaction "
246 "in the case where autofill failed to fill a credit card form accurately.";
247
siashah0a386222020-04-23 03:31:35248const char kAutofillEnableGoogleIssuedCardName[] =
249 "Enable Autofill Google-issued card";
250const char kAutofillEnableGoogleIssuedCardDescription[] =
251 "When enabled, Google-issued cards will be available in the autofill "
252 "suggestions.";
253
siashah2b698e2b2021-04-21 15:09:55254const char kAutofillEnableMerchantBoundVirtualCardsName[] =
255 "Offer merchant bound virtual cards in Autofill";
256const char kAutofillEnableMerchantBoundVirtualCardsDescription[] =
257 "When enabled, Autofill will offer to use merchant bound virtual cards in "
258 "payment forms.";
259
Manas Verma279acc72021-01-22 02:33:24260const char kAutofillEnableOfferNotificationName[] =
261 "Enable Autofill offers and rewards notification";
262const char kAutofillEnableOfferNotificationDescription[] =
263 "When enabled, a notification will be displayed on page navigation if the "
264 "domain has an eligible credit card linked offer or reward.";
265
Siyu An1ac0d072021-03-31 23:12:50266const char kAutofillEnableOfferNotificationCrossTabTrackingName[] =
267 "Enable cross tab status tracking for Autofill offer notification";
268const char kAutofillEnableOfferNotificationCrossTabTrackingDescription[] =
269 "When enabled, the offer notification showing will be tracked cross-tab, "
270 "and on one merchant, the notification will only be shown once.";
271
siashaheb118ad52020-12-15 00:17:07272const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
273 "Enable Autofill offers in keyboard accessory";
274const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
275 "When enabled, offers will be displayed in the keyboard accessory when "
276 "available.";
277
Ben Blake14592fe2020-06-16 15:34:38278const char kAutofillEnableOffersInDownstreamName[] =
279 "Enable Autofill offers in downstream";
280const char kAutofillEnableOffersInDownstreamDescription[] =
281 "When enabled, offer data will be retrieved during downstream and shown in "
282 "the dropdown list.";
283
siashah2b698e2b2021-04-21 15:09:55284const char kAutofillEnableStickyManualFallbackForCardsName[] =
285 "Make manual fallback sticky for credit cards";
286const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
287 "When enabled, if the user interacts with the manual fallback bottom "
288 "sheet, it'll remain sticky until the user dismisses it.";
289
siyua1d492612019-03-14 09:27:45290const char kAutofillEnableToolbarStatusChipName[] =
291 "Move Autofill omnibox icons next to the profile avatar icon";
292const char kAutofillEnableToolbarStatusChipDescription[] =
293 "When enabled, Autofill data related icon will be shown in the status "
294 "chip next to the profile avatar icon in the toolbar.";
sebsge35b762c2018-03-29 20:33:27295
siyua19593222019-12-04 22:27:06296const char kAutofillEnableVirtualCardName[] =
297 "Offer to use cloud token virtual card in Autofill";
298const char kAutofillEnableVirtualCardDescription[] =
299 "When enabled, if all requirements are met, Autofill will offer to use "
300 "virtual credit cards in form filling.";
301
Siyu An1ac0d072021-03-31 23:12:50302const char kAutofillFixOfferInIncognitoName[] =
303 "Enable the fix for Autofill offer in Incognito mode";
304const char kAutofillFixOfferInIncognitoDescription[] =
305 "When enabled, the fix will be enabled and offers should work correctly in "
306 "Incognito mode.";
307
Jared Sauld47c2b72021-03-25 22:47:31308const char kAutofillParseMerchantPromoCodeFieldsName[] =
309 "Parse promo code fields in forms";
310const char kAutofillParseMerchantPromoCodeFieldsDescription[] =
311 "When enabled, Autofill will attempt to find merchant promo/coupon/gift "
312 "code fields when parsing forms.";
313
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09314const char kAutofillProfileClientValidationName[] =
315 "Autofill Validates Profiles By Client";
316const char kAutofillProfileClientValidationDescription[] =
317 "Allows autofill to validate profiles on the client side";
318
Parastoo Geranmayeh25fccec22019-01-29 18:38:13319const char kAutofillProfileServerValidationName[] =
320 "Autofill Uses Server Validation";
321const char kAutofillProfileServerValidationDescription[] =
322 "Allows autofill to use server side validation";
323
Caitlin Fischer6d609542019-05-01 21:59:21324const char kAutofillPruneSuggestionsName[] = "Autofill Prune Suggestions";
325const char kAutofillPruneSuggestionsDescription[] =
326 "Further limits the number of suggestions in the Autofill dropdown.";
327
Lei Zhang507fffd2020-01-29 23:47:54328const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47329 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54330const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47331 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
332 "it will offer to save it. If saved, it will be offered for filling in "
333 "fields which expect a VPA.";
334
Siyu Anc23b14fe2021-06-09 04:54:15335const char kAutofillSuggestVirtualCardsOnIncompleteFormName[] =
336 "Autofill suggests virtual cards on incomplete forms";
337const char kAutofillSuggestVirtualCardsOnIncompleteFormDescription[] =
338 "When enabled, merchant bound virtual cards will be suggested even if not "
339 "all "
siashah2b698e2b2021-04-21 15:09:55340 "of the card number, exp date and CVC fields are detected in a payment "
341 "form.";
342
Caitlin Fischer43edd90a2019-05-01 13:24:30343const char kAutofillUseImprovedLabelDisambiguationName[] =
344 "Autofill Uses Improved Label Disambiguation";
345const char kAutofillUseImprovedLabelDisambiguationDescription[] =
346 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
347 "using the improved disambiguation format.";
348
Jia0175adae2019-05-15 00:21:25349const char kAutoScreenBrightnessName[] = "Auto Screen Brightness model";
350const char kAutoScreenBrightnessDescription[] =
Jiac75d4ee022020-08-11 02:34:12351 "Uses Auto Screen Brightness ML model (if it exists) to adjust screen "
352 "brightness based on ambient light. If disabled, screen brightness "
Jiae4e19242020-08-11 05:13:41353 "will be controlled by the heuristic model provided by powerd (and only "
354 "on devices that have ambient light sensors).";
Jia0175adae2019-05-15 00:21:25355
David Roger306b5cd82020-03-16 13:05:13356const char kAvatarToolbarButtonName[] = "Avatar Toolbar Button";
357const char kAvatarToolbarButtonDescription[] =
358 "Enables the avatar toolbar button and the associated menu";
359
Alexander Timin6ae060b62019-09-17 11:21:37360const char kBackForwardCacheName[] = "Back-forward cache";
361const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44362 "If enabled, caches eligible pages after cross-site navigations."
363 "To enable caching pages on same-site navigations too, choose 'enabled "
364 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37365
minch1b874012021-06-17 00:21:33366const char kBentoBarName[] = "Persistent desks bar";
367const char kBentoBarDescription[] =
368 "Showing a persistent desks bar at the top of the screen in clamshell mode "
369 "when there are more than one desk.";
370
Ioana Pandele69fe4672021-04-28 08:06:37371const char kBiometricReauthForPasswordFillingName[] =
372 "Biometric reauth for password filling";
373const char kBiometricReauthForPasswordFillingDescription[] =
374 "Enables biometric"
375 "re-authentication before password filling";
376
Brett Wilsonf27ff602017-07-07 22:28:47377const char kBypassAppBannerEngagementChecksName[] =
378 "Bypass user engagement checks";
379const char kBypassAppBannerEngagementChecksDescription[] =
380 "Bypasses user engagement checks for displaying app banners, such as "
381 "requiring that users have visited the site before and that the banner "
382 "hasn't been shown recently. This allows developers to test that other "
383 "eligibility requirements for showing app banners, such as having a "
384 "manifest, are met.";
385
Viktor Semeniuk2bb6db92020-11-25 15:36:14386const char kChangePasswordAffiliationInfoName[] =
387 "Using Affiliation Service for Change Password URLs";
388const char kChangePasswordAffiliationInfoDescription[] =
389 "In case site doesn't support /.well-known/change-password Chrome will try "
390 "to obtain it using Affiliation Service.";
391
Asami Doid88c97492020-10-29 05:49:09392const char kCheckOfflineCapabilityName[] = "Check offline capability for PWAs";
393const char kCheckOfflineCapabilityDescription[] =
394 "Use advanced offline capability check to decide whether the browser "
395 "displays install prompts for PWAs.";
396
Elaine Chienaeb4adc2020-12-08 04:22:05397const char kChromeLabsName[] = "Chrome Labs";
398const char kChromeLabsDescription[] =
399 "Access Chrome Labs through the toolbar menu to see featured user-facing "
400 "experimental features.";
401
Xianzhu Wang6708f9c2021-03-25 19:55:24402const char kCompositeAfterPaintName[] = "Composite after paint";
403const char kCompositeAfterPaintDescription[] =
404 "A new algorithm to create compositing layers. "
405 "See http://bit.ly/composite-after-paint.";
406
Ben Goldberger0074e682020-09-09 17:09:09407const char kContextMenuGoogleLensChipName[] =
408 "Google Lens powered image search for surfaced as a chip below the context "
409 "menu.";
410const char kContextMenuGoogleLensChipDescription[] =
411 "Enable a chip for a Shopping intent into Google Lens when supported. ";
412
Nandhini11a6a87b2019-08-22 22:45:24413const char kContextMenuSearchWithGoogleLensName[] =
414 "Google Lens powered image search in the context menu.";
415const char kContextMenuSearchWithGoogleLensDescription[] =
416 "Replaces default image search with an intent to Google Lens when "
417 "supported.";
418
Yu Su50dfedd52020-06-19 02:34:49419const char kContextMenuShopWithGoogleLensName[] =
420 "Google Lens powered image search for shoppable images in the context "
421 "menu.";
422const char kContextMenuShopWithGoogleLensDescription[] =
Yu Su9807c022020-06-26 00:09:28423 "Enable a menu item for a Shopping intent into Google Lens when supported. "
424 "By default replaces the Search with Google Lens option.";
Yu Su50dfedd52020-06-19 02:34:49425
426const char kContextMenuSearchAndShopWithGoogleLensName[] =
Yu Su9807c022020-06-26 00:09:28427 "Additional menu item for Google Lens image search for shoppable images in "
428 "the context menu.";
Yu Su50dfedd52020-06-19 02:34:49429const char kContextMenuSearchAndShopWithGoogleLensDescription[] =
Yu Su9807c022020-06-26 00:09:28430 "Display an additional menu item for a Shopping intent to Google Lens "
431 "below Search with Google Lens when Lens shopping feature is enabled";
Yu Su50dfedd52020-06-19 02:34:49432
Juan Mojica5797e4c2021-02-23 21:55:23433const char kContextMenuTranslateWithGoogleLensName[] =
434 "Google Lens powered image search for translatable images surfaced as a "
435 "chip under the context menu.";
436const char kContextMenuTranslateWithGoogleLensDescription[] =
437 "Enable a chip for a Translate intent into Google Lens when supported.";
438
Anupam Snigdha85854972021-06-14 18:07:29439const char kClipboardCustomFormatsName[] = "Clipboard Custom Formats";
440const char kClipboardCustomFormatsDescription[] =
441 "Allows read/write of custom formats with unsanitized clipboard content. "
442 "See crbug.com/106449";
443
Amber Won478561d2017-08-19 01:02:59444const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
445const char kClickToOpenPDFDescription[] =
446 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
447 "embedded PDFs.";
448
sauski8fa237c2020-05-18 12:04:24449const char kClientStorageAccessContextAuditingName[] =
450 "Access contexts for client-side storage";
451const char kClientStorageAccessContextAuditingDescription[] =
452 "Record the first-party contexts in which client-side storage was accessed";
453
Shuran Huangd11e73e2021-04-14 16:10:12454const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
455 "Clear window name in top-level cross-site cross-browsing-context-group "
456 "navigation";
457const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
458 "Clear the preserved window.name property when it's a top-level cross-site "
459 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29460
Dana Fried16e9d9c2021-01-28 09:32:28461#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
462const char kChromeTipsInMainMenuName[] =
463 "Show 'Tips for Chrome' in Help portion of main menu.";
464const char kChromeTipsInMainMenuDescription[] =
465 "Enables 'Tips for Chrome' in main menu; the menu item will take users to "
466 "an official Google site with information about the latest and most "
467 "popular Chrome features.";
Dana Fried1ae80f32021-05-10 19:57:37468
469const char kChromeTipsInMainMenuNewBadgeName[] =
470 "Show 'New' promo badge on 'Tips for Chrome' in Help portion of main menu.";
471const char kChromeTipsInMainMenuNewBadgeDescription[] =
472 "Enables 'New' promo badge on 'Tips for Chrome' in main menu; experiment to"
473 " test the value of this user education feature.";
Dana Fried16e9d9c2021-01-28 09:32:28474#endif
475
rbpottere877c1f2021-06-15 00:23:55476const char kChromeWhatsNewUIName[] =
477 "Show Chrome What's New page at chrome://whats-new";
478const char kChromeWhatsNewUIDescription[] =
479 "Enables Chrome What's New page at chrome://whats-new.";
480
yjliu99c52fb2021-05-07 17:49:20481const char kCompositingBasedThrottling[] = "Compositing-based Throttling";
482const char kCompositingBasedThrottlingDescription[] =
483 "Enables compositing-based throttling to throttle appropriate frame sinks "
484 "that do not need to be refreshed at high fps.";
485
minch6bfe7b32020-10-15 18:46:42486const char kDarkLightTestName[] = "Dark/light mode of system UI";
487const char kDarkLightTestDescription[] =
488 "Enables the dark/light mode of system UI, which includes shelf, launcher, "
489 "system tray etc.";
490
Sasha McIntoshe889f9f2019-09-03 21:01:57491const char kDecodeJpeg420ImagesToYUVName[] = "YUV decoding for JPEG";
492const char kDecodeJpeg420ImagesToYUVDescription[] =
493 "Decode and render 4:2:0 formatted jpeg images from YUV instead of RGB."
494 "This feature requires GPU or OOP rasterization to also be enabled.";
495
Madeleine Barowsky266406d92019-08-12 19:20:15496const char kDecodeLossyWebPImagesToYUVName[] = "YUV Decoding for WebP";
497const char kDecodeLossyWebPImagesToYUVDescription[] =
498 "Decode and render lossy WebP images from YUV instead of RGB. "
499 "You must also have GPU rasterization or OOP rasterization.";
500
Daniele Castagna6a5cbdeb62020-02-18 22:48:14501const char kDoubleBufferCompositingName[] = "Double buffered compositing";
502const char kDoubleBufferCompositingDescription[] =
503 "Use double buffer for compositing (instead of triple-buffering). "
504 "Latency should be reduced in some cases. On the other hand, more skipped "
505 "frames are expected.";
506
Marc Treib7c27a502019-08-28 12:37:03507const char kEnablePasswordsAccountStorageName[] =
508 "Enable the account data storage for passwords";
509const char kEnablePasswordsAccountStorageDescription[] =
510 "Enables storing passwords in a second, Gaia-account-scoped storage for "
511 "signed-in but not syncing users";
512
Marc Treib9d4a5e12020-08-19 17:20:37513const char kEnablePasswordsAccountStorageIPHName[] =
514 "Enable IPH for the account data storage for passwords";
515const char kEnablePasswordsAccountStorageIPHDescription[] =
516 "Enables in-product help bubbles about storing passwords in a second, "
517 "Gaia-account-scoped storage for signed-in but not syncing users";
518
Olivier Yiptongb60d2c42020-01-10 22:47:15519const char kFontAccessAPIName[] = "Font Access APIs";
520const char kFontAccessAPIDescription[] =
521 "Enables the experimental Font Access APIs, giving websites access "
522 "to enumerate local fonts and access their table data.";
523
Olivier Yiptongdc787f92021-02-02 21:44:14524const char kFontAccessPersistentName[] =
525 "Enable persistent access to the Font Access API";
526const char kFontAccessPersistentDescription[] =
527 "Enables persistent access to the Font Access API, giving websites access "
528 "to enumerate local fonts after being granted a permission.";
529
Christopher Cameronceb8727d2017-09-07 23:53:16530const char kForceColorProfileSRGB[] = "sRGB";
531const char kForceColorProfileP3[] = "Display P3 D65";
532const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03533const char kForceColorProfileSCRGBLinear[] =
534 "scRGB linear (HDR where available)";
535const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16536
537const char kForceColorProfileName[] = "Force color profile";
538const char kForceColorProfileDescription[] =
539 "Forces Chrome to use a specific color profile instead of the color "
540 "of the window's current monitor, as specified by the operating system.";
541
Chris Blumeb504da1f22020-04-27 00:21:44542const char kDynamicColorGamutName[] = "Dynamic color gamut";
543const char kDynamicColorGamutDescription[] =
544 "Displays in wide color when the content is wide. When the content is "
545 "not wide, displays sRGB";
546
Keishi Hattori15299742020-04-20 04:00:09547const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
548const char kCooperativeSchedulingDescription[] =
549 "Enables cooperative scheduling in Blink.";
550
Brett Wilsonf27ff602017-07-07 22:28:47551const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
552const char kCreditCardAssistDescription[] =
553 "Enable assisted credit card filling on certain sites.";
554
Lijin Shen5feade62019-09-17 03:01:01555const char kDarkenWebsitesCheckboxInThemesSettingName[] =
556 "Darken websites checkbox in themes setting";
557const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
558 "Show a darken websites checkbox in themes settings when system default or "
559 "dark is selected. The checkbox can toggle the auto-darkening web contents "
560 "feature";
561
Brett Wilsonf27ff602017-07-07 22:28:47562const char kDebugPackedAppName[] = "Debugging for packed apps";
563const char kDebugPackedAppDescription[] =
564 "Enables debugging context menu options such as Inspect Element for packed "
565 "applications.";
566
Brett Wilsonf27ff602017-07-07 22:28:47567const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
568const char kDebugShortcutsDescription[] =
569 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
570
Behnood Momenzadeh7411ae92020-04-29 16:54:18571const char kDetectTargetEmbeddingLookalikesName[] =
572 "Detect target embedding domains as lookalikes.";
573const char kDetectTargetEmbeddingLookalikesDescription[] =
574 "Shows a lookalike interstitial when navigating to target embedding domains"
575 "(e.g. google.com.example.com).";
576
Brett Wilsonf27ff602017-07-07 22:28:47577const char kDeviceDiscoveryNotificationsName[] =
578 "Device Discovery Notifications";
579const char kDeviceDiscoveryNotificationsDescription[] =
580 "Device discovery notifications on local network.";
581
Brett Wilsonf27ff602017-07-07 22:28:47582const char kDisallowDocWrittenScriptsUiName[] =
583 "Block scripts loaded via document.write";
584const char kDisallowDocWrittenScriptsUiDescription[] =
585 "Disallows fetches for third-party parser-blocking scripts inserted into "
586 "the main frame via document.write.";
587
Vladimir Levin4fd9269d2021-03-12 20:07:21588const char kDocumentTransitionName[] = "documentTransition API";
589const char kDocumentTransitionDescription[] =
590 "Controls the availability of the documentTransition JavaScript API.";
591
Anastasia Helfinsteina3d17152019-10-21 20:53:59592const char kEnableAccessibilityObjectModelName[] =
593 "Accessibility Object Model v0 (deprecated)";
Dominic Mazzoni8ac98962018-05-25 05:44:55594const char kEnableAccessibilityObjectModelDescription[] =
Anastasia Helfinsteina3d17152019-10-21 20:53:59595 "Enables experimental support for an earlier version of Accessibility"
596 "Object Model APIs that are now deprecated.";
Dominic Mazzoni8ac98962018-05-25 05:44:55597
Becca Hughesac86cd442019-01-09 23:49:54598const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
599const char kEnableAudioFocusEnforcementDescription[] =
600 "Enables enforcement of a single media session having audio focus at "
601 "any one time. Requires #enable-media-session-service to be enabled too.";
602
Florian Uunk8c428ea2018-07-18 11:12:52603const char kEnableAutofillAccountWalletStorageName[] =
604 "Enable the account data storage for autofill";
605const char kEnableAutofillAccountWalletStorageDescription[] =
606 "Enable the ephemeral storage for account data for autofill.";
607
Mohamed Amir Yoseff6763132021-02-18 15:53:14608const char kEnableAutofillAddressSavePromptName[] =
609 "Autofill Address Save Prompts";
610const char kEnableAutofillAddressSavePromptDescription[] =
611 "Enable the Autofill address save prompts.";
612
Manas Verma7e5b391b2019-04-09 02:08:53613const char kEnableAutofillCreditCardAuthenticationName[] =
614 "Allow using platform authenticators to retrieve server cards";
615const char kEnableAutofillCreditCardAuthenticationDescription[] =
616 "When enabled, users will be given the option to use a platform "
617 "authenticator (if available) to verify card ownership when retrieving "
618 "credit cards from Google Payments.";
619
Anne Lim2de74292020-11-12 19:22:57620const char
621 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersName[] =
622 "Display InfoBar footers with account indication information for "
623 "single account users";
624const char
625 kEnableAutofillInfoBarAccountIndicationFooterForSingleAccountUsersDescription
626 [] = "When enabled and user has single account, a footer indicating "
627 "user's e-mail address will appear at the bottom of InfoBars "
628 "which has corresponding account indication footer flags on.";
629
630const char kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersName[] =
631 "Display InfoBar footers with account indication information for "
632 "sync users";
633const char
634 kEnableAutofillInfoBarAccountIndicationFooterForSyncUsersDescription[] =
635 "When enabled and user is signed in, a footer indicating user's e-mail "
636 "address will appear at the bottom of InfoBars which has "
637 "corresponding account indication footer flags on.";
638
Anne Lim99375dd2020-10-27 00:16:02639const char kEnableAutofillPasswordInfoBarAccountIndicationFooterName[] =
640 "Display password InfoBar footers with account indication information";
641const char kEnableAutofillPasswordInfoBarAccountIndicationFooterDescription[] =
Anne Limc83214c2020-10-23 07:18:05642 "When enabled, a footer indicating user's e-mail address will appear at "
Anne Lim99375dd2020-10-27 00:16:02643 "the bottom of corresponding password InfoBars.";
Anne Limc83214c2020-10-23 07:18:05644
Anne Lim1b70e5c22020-11-12 00:03:18645const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterName[] =
646 "Display SaveCardInfoBar footer with account indication information";
647const char kEnableAutofillSaveCardInfoBarAccountIndicationFooterDescription[] =
648 "When enabled, a footer indicating user's e-mail address will appear at "
649 "the bottom of SaveCardInfoBar.";
650
siyua29899832019-06-07 19:42:12651const char kEnableAutofillCreditCardUploadFeedbackName[] =
652 "Enable feedback for credit card upload flow";
653const char kEnableAutofillCreditCardUploadFeedbackDescription[] =
654 "When enabled, if credit card upload succeeds, the avatar button will "
655 "show a highlight, otherwise the icon will be updated and if it is "
656 "clicked, the save card failure bubble will be shown.";
657
Lily Chen17c57972020-04-22 19:27:44658const char kEnableExperimentalCookieFeaturesName[] =
659 "Enable experimental cookie features";
660const char kEnableExperimentalCookieFeaturesDescription[] =
661 "Enable new features that affect setting, sending, and managing cookies. "
662 "The enabled features are subject to change at any time.";
663
Tarun Bansal56c92932019-04-01 17:58:36664const char kEnableSaveDataName[] = "Enables save data feature";
665const char kEnableSaveDataDescription[] =
666 "Enables save data feature. May cause user's traffic to be proxied via "
667 "Google's data reduction proxy.";
668
Tarun Bansal0c4a7d42020-05-11 19:19:33669const char kEnableNavigationPredictorName[] = "Enables navigation predictor";
670const char kEnableNavigationPredictorDescription[] =
671 "Enables navigation predictor feature that predicts the next likely "
672 "navigation using a set of heuristics.";
673
674const char kEnablePreconnectToSearchName[] =
675 "Enables preconnections to default search engine";
676const char kEnablePreconnectToSearchDescription[] =
677 "Enables the feature that preconnects to the user's default search engine.";
678
Jenny Blessing45326bf2019-08-29 23:50:37679const char kEnableRemovingAllThirdPartyCookiesName[] =
680 "Enable removing SameSite=None cookies";
681const char kEnableRemovingAllThirdPartyCookiesDescription[] =
682 "Enables UI on chrome://settings/siteData to remove all third-party "
683 "cookies and site data.";
684
Yann Dago4e326062020-10-01 20:22:20685const char kEnableBrowsingDataLifetimeManagerName[] =
686 "Enables the BrowsingDataLifetimeManager service to run.";
687const char kEnableBrowsingDataLifetimeManagerDescription[] =
688 "Enables the BrowsingDataLifetimeManager service to run and periodically "
689 "delete browsing data as specified by the BrowsingDataLifetime policy.";
690
Robert Liao5c756102020-03-20 19:46:43691const char kColorProviderRedirectionName[] = "Color Provider Redirection";
692const char kColorProviderRedirectionDescription[] =
693 "Redirects color requests to the color provider where possible.";
694
Daniel Murphy2b46f4602021-05-13 22:58:39695const char kDesktopPWAsPrefixAppNameInWindowTitleName[] =
696 "Desktop PWAs prefix window title with app name.";
697const char kDesktopPWAsPrefixAppNameInWindowTitleDescription[] =
698 "Prefix the window title of installed PWAs with the name of the PWA. On "
699 "ChromeOS this is visible only in the window/activity switcher.";
700
Lei Zhangc05af2a2020-05-15 20:54:05701const char kDesktopPWAsAppIconShortcutsMenuName[] =
Rahul Singh4eabd6d2020-05-01 23:43:19702 "Desktop PWAs app icon shortcuts menu";
Lei Zhangc05af2a2020-05-15 20:54:05703const char kDesktopPWAsAppIconShortcutsMenuDescription[] =
Rahul Singh4eabd6d2020-05-01 23:43:19704 "Enable installed PWAs to include a menu of shortcuts associated with the "
705 "app icon in the taskbar on Windows, or the dock on macOS or Linux.";
706
Eric Willigersc805ad612021-04-01 19:50:09707const char kDesktopPWAsAppIconShortcutsMenuUIName[] =
708 "Desktop PWAs app icon shortcuts menu UI";
709const char kDesktopPWAsAppIconShortcutsMenuUIDescription[] =
710 "Show web app shortcuts in the shelf context menu";
711
Lei Zhang1a6fd01b2021-03-24 17:03:48712const char kDesktopPWAsAttentionBadgingCrOSName[] =
Louise Brett7f5919222020-12-16 13:20:55713 "Desktop PWAs Attention Badging";
Lei Zhang1a6fd01b2021-03-24 17:03:48714const char kDesktopPWAsAttentionBadgingCrOSDescription[] =
Louise Brett7f5919222020-12-16 13:20:55715 "Enable attention badging for PWA icons in the shelf and launcher.";
Lei Zhang1a6fd01b2021-03-24 17:03:48716const char kDesktopPWAsAttentionBadgingCrOSApiAndNotifications[] =
Louise Brett240a9a92021-02-04 00:14:38717 "for Badging API and notifications";
Lei Zhang1a6fd01b2021-03-24 17:03:48718const char kDesktopPWAsAttentionBadgingCrOSApiOverridesNotifications[] =
Eric Willigers53993082021-03-15 06:58:03719 "for Badging API, or notifications for apps not using Badging API";
Lei Zhang1a6fd01b2021-03-24 17:03:48720const char kDesktopPWAsAttentionBadgingCrOSApiOnly[] = "for Badging API only";
721const char kDesktopPWAsAttentionBadgingCrOSNotificationsOnly[] =
Louise Brett240a9a92021-02-04 00:14:38722 "for notifications only";
Louise Brett7f5919222020-12-16 13:20:55723
Matt Giuca9d0aecb2021-01-15 09:10:00724const char kDesktopPWAsRemoveStatusBarName[] = "Desktop PWAs remove status bar";
725const char kDesktopPWAsRemoveStatusBarDescription[] =
726 "Hides the status bar popup in Desktop PWA app windows.";
727
Alan Cuttereaae7f42020-12-07 02:24:11728const char kDesktopPWAsElidedExtensionsMenuName[] =
729 "Desktop PWAs elided extensions menu";
730const char kDesktopPWAsElidedExtensionsMenuDescription[] =
731 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
732 "app menu for web app windows.";
733
Alan Cutter64377262020-12-09 06:49:28734const char kDesktopPWAsFlashAppNameInsteadOfOriginName[] =
735 "Desktop PWAs flash app name instead of origin";
736const char kDesktopPWAsFlashAppNameInsteadOfOriginDescription[] =
737 "Replaces the origin flash with an app name flash when launching a web app "
738 "window.";
739
Alexey Baskakov5e710232021-05-05 02:17:41740const char kDesktopPWAsNotificationIconAndTitleName[] =
741 "Desktop PWAs improvements in notification icon and title";
742const char kDesktopPWAsNotificationIconAndTitleDescription[] =
743 "Replaces the websites origin and the Chrome icon with the web app's name "
744 "and app icon in notifications.";
745
Alan Cutter0d7453cf2021-01-06 23:52:53746const char kDesktopPWAsLinkCapturingName[] =
747 "Desktop PWA declarative link capturing";
748const char kDesktopPWAsLinkCapturingDescription[] =
749 "Enable web app manifests to declare link capturing behavior. Prototype "
750 "implementation of: "
751 "https://github.com/WICG/sw-launch/blob/master/"
752 "declarative_link_capturing.md";
753
Lei Zhang507fffd2020-01-29 23:47:54754const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
755const char kDesktopPWAsTabStripDescription[] =
Alan Cutter121812d2020-01-09 05:03:37756 "Experimental UI for exploring what PWA windows would look like with a tab "
757 "strip.";
758
Alan Cutter8a7d3ed2020-05-12 01:29:34759const char kDesktopPWAsTabStripLinkCapturingName[] =
760 "Desktop PWA tab strip link capturing";
761const char kDesktopPWAsTabStripLinkCapturingDescription[] =
762 "Experimental behaviour for \"Desktop PWA tab strips\" to capture link "
763 "navigations within the app scope and bring them into the app's tabbed "
764 "window.";
765
Louise Brett51548fb2021-06-18 00:27:21766const char kDesktopPWAsTabStripSettingsName[] =
767 "Desktop PWA tab strips settings";
768const char kDesktopPWAsTabStripSettingsDescription[] =
769 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
770
Carlos Frias5ddded62020-05-27 23:38:18771const char kDesktopPWAsRunOnOsLoginName[] = "Desktop PWAs run on OS login";
772const char kDesktopPWAsRunOnOsLoginDescription[] =
773 "Enable installed PWAs to be configured to automatically start when the OS "
Eric Lawrence [MSFT]96915ec2021-04-29 23:04:40774 "user logs in.";
Carlos Frias5ddded62020-05-27 23:38:18775
Ivan Šandrk8a710392021-05-20 13:53:13776const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
777const char kDesktopPWAsSubAppsDescription[] =
778 "Enable installed PWAs to create shortcuts by installing their sub apps. "
779 "Prototype implementation of: "
780 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
781
Samuel Tang104341852021-03-17 18:19:06782const char kDesktopPWAsProtocolHandlingName[] = "Desktop PWA Protocol handling";
783const char kDesktopPWAsProtocolHandlingDescription[] =
784 "Enable web app manifests to declare protocol handling behavior."
785 "See: https://crbug.com/1019239.";
786
Lu Huangc911aaf32021-02-12 22:13:06787const char kDesktopPWAsUrlHandlingName[] = "Desktop PWA URL handling";
788const char kDesktopPWAsUrlHandlingDescription[] =
789 "Enable web app manifests to declare URL handling behavior. Prototype "
790 "implementation of: "
791 "https://github.com/WICG/pwa-url-handler/blob/master/explainer.md";
792
Amanda Baker23fb8fa2021-03-24 18:19:04793const char kDesktopPWAsWindowControlsOverlayName[] =
794 "Desktop PWA Window Controls Overlay";
795const char kDesktopPWAsWindowControlsOverlayDescription[] =
796 "Enable web app manifests to declare Window Controls Overlay as a display "
797 "override. Prototype implementation of: "
798 "https://github.com/WICG/window-controls-overlay/blob/main/explainer.md";
799
Alan Cutter2ab7a042020-09-14 03:57:40800const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteName[] =
801 "Migrate default G Suite Chrome apps to web apps";
802const char kEnableMigrateDefaultChromeAppToWebAppsGSuiteDescription[] =
803 "Enable the migration of default installed G Suite Chrome apps over to "
804 "their corresponding web apps.";
805
806const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteName[] =
807 "Migrate default non-G Suite Chrome apps to web apps";
808const char kEnableMigrateDefaultChromeAppToWebAppsNonGSuiteDescription[] =
809 "Enable the migration of default installed non-G Suite Chrome apps over to "
810 "their corresponding web apps.";
811
Yann Dago413d39d2020-11-11 01:40:50812const char kEnableSyncRequiresPoliciesLoadedName[] =
813 "Sync waits for all policies to load before starting";
814const char kEnableSyncRequiresPoliciesLoadedDescription[] =
815 "Enables behaviour for Sync to wait for all policies to load before "
816 "starting";
817
Steven Valdez89a44ea92019-05-01 15:18:49818const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
819const char kEnableTLS13EarlyDataDescription[] =
820 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
821 "during the handshake when resuming a connection to a compatible TLS 1.3 "
822 "server.";
823
Joel Riley700551502021-05-28 00:20:00824const char kEnhancedNetworkVoicesName[] = "Enhanced network voices";
825const char kEnhancedNetworkVoicesDescription[] =
826 "This option enables high-quality, network-based voices in "
827 "Select-to-speak.";
828
Adam Langleyf66f28d22020-02-05 18:10:38829const char kPostQuantumCECPQ2Name[] = "TLS Post-Quantum Confidentiality";
830const char kPostQuantumCECPQ2Description[] =
831 "This option enables a post-quantum (i.e. resistent to quantum computers) "
832 "key exchange algorithm in TLS (CECPQ2).";
833
James Hollyer070f60a2020-05-05 06:13:15834const char kMacCoreLocationImplementationName[] =
835 "Core Location Implementation";
836const char kMacCoreLocationImplementationDescription[] =
James Hollyer1b943edb2020-10-28 03:28:06837 "Enables usage of the Core Location APIs to get location permission on "
838 "macOS";
839
840const char kMacCoreLocationBackendName[] = "Core Location Backend";
841const char kMacCoreLocationBackendDescription[] =
842 "Enables usage of the Core Location APIs as the backend for Geolocation "
843 "API";
James Hollyer070f60a2020-05-05 06:13:15844
Mohamed Adel52ac1ae2020-09-08 16:10:27845const char kNewMacNotificationAPIName[] =
846 "Determines which notification API to use on macOS devices";
847const char kNewMacNotificationAPIDescription[] =
848 "Enables the usage of Apple's new notification API which will run on macOS "
849 "10.14+";
850
Richard Knoll56915522021-03-05 16:07:34851const char kNotificationsViaHelperAppName[] = "Notifications via helper app";
852const char kNotificationsViaHelperAppDescription[] =
853 "Enables the notification helper app to display alerts on macOS instead of "
854 "the XPC service";
855
Pete Lavallee2d4415c72019-10-07 20:43:56856const char kWinrtGeolocationImplementationName[] =
857 "WinRT Geolocation Implementation";
858const char kWinrtGeolocationImplementationDescription[] =
859 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
860 "for geolocation";
861
Dominic Farolinoaf2f3b72021-05-03 23:44:16862const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
863const char kEnableFencedFramesDescription[] =
864 "Fenced frames are an experimental web platform feature that allows "
865 "embedding an isolated top-level page. See "
866 "https://github.com/shivanigithub/fenced-frame";
867
Mikhail Pozdnyakov73373a62017-08-24 17:31:25868const char kEnableGenericSensorExtraClassesName[] =
869 "Generic Sensor Extra Classes";
870const char kEnableGenericSensorExtraClassesDescription[] =
871 "Enables an extra set of sensor classes based on Generic Sensor API, which "
872 "expose previously unavailable platform features, i.e. AmbientLightSensor "
873 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47874
Vikas Soni78daa632019-01-12 01:32:52875const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
876const char kEnableGpuServiceLoggingDescription[] =
877 "Enable printing the actual GL driver calls.";
878
Jimmy Gong07656e42021-04-08 02:31:08879const char kEnableShortcutCustomizationAppName[] =
880 "Enable shortcut customization app";
881const char kEnableShortcutCustomizationAppDescription[] =
882 "Enable the shortcut customization SWA, allowing users to customize system "
883 "shortcuts.";
884
Robert Ogdene7bbbcb2020-03-24 22:37:33885const char kEnableSRPIsolatedPrerendersName[] =
886 "Enable Navigation Predictor Isolated Prerenders";
887const char kEnableSRPIsolatedPrerendersDescription[] =
888 "Enable Navigation Predictions on the Google SRP to be fully isolated.";
889
Robert Ogden26de9972020-03-27 21:00:25890const char kEnableSRPIsolatedPrerenderProbingName[] =
891 "Enable Probing on Navigation Predictor Isolated Prerenders";
892const char kEnableSRPIsolatedPrerenderProbingDescription[] =
893 "Enable probing checks for Isolated Prerenders which will block commit.";
894
Robert Ogden1261e8f2020-06-24 22:45:46895const char kEnableSRPIsolatedPrerendersNSPName[] =
896 "Enable NoStatePrefetch on Navigation Predictor Isolated Prerenders";
897const char kEnableSRPIsolatedPrerendersNSPDescription[] =
898 "Enables NoStatePrefetch on Isolated Prerenders.";
899
Charlene Yane75ce252019-05-22 17:56:32900const char kDownloadAutoResumptionNativeName[] =
901 "Enable download auto-resumption in native";
902const char kDownloadAutoResumptionNativeDescription[] =
903 "Enables download auto-resumption in native";
904
Xing Liu13e5ec12020-05-08 17:32:34905const char kDownloadLaterName[] = "Enable download later";
906const char kDownloadLaterDescription[] = "Enables download later feature.";
907
Xing Liue36464f42020-07-14 17:25:03908const char kDownloadLaterDebugOnWifiName[] =
909 "Show download later dialog on WIFI.";
910const char kDownloadLaterDebugOnWifiNameDescription[] =
911 "Show download later dialog on WIFI.";
912
Ian Kilpatricke68ef11a2018-07-04 03:52:10913const char kEnableLayoutNGName[] = "Enable LayoutNG";
914const char kEnableLayoutNGDescription[] =
915 "Enable Blink's next generation layout engine.";
916
Aleks Totic1f9056a2020-12-01 01:51:15917const char kEnableLayoutNGTableName[] = "Enable TableNG";
918const char kEnableLayoutNGTableDescription[] =
919 "Enable Blink's next generation table layout.";
920
Scott Littled0fd2d002018-04-13 03:37:26921const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
922const char kEnableLazyFrameLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39923 "Defers the loading of iframes marked with the attribute 'loading=lazy' "
924 "until the page is scrolled down near them.";
Scott Littled0fd2d002018-04-13 03:37:26925
rajendrant793ff512018-08-10 17:07:59926const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
927const char kEnableLazyImageLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39928 "Defers the loading of images marked with the attribute 'loading=lazy' "
929 "until the page is scrolled down near them.";
rajendrant793ff512018-08-10 17:07:59930
Becca Hughesac86cd442019-01-09 23:49:54931const char kEnableMediaSessionServiceName[] = "Media Session Service";
932const char kEnableMediaSessionServiceDescription[] =
933 "Enables the media session mojo service and internal media session "
934 "support.";
935
Bernhard Bauer5533f9912017-11-06 17:56:02936const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
937const char kEnableNetworkLoggingToFileDescription[] =
938 "Enables network logging to a file named netlog.json in the user data "
939 "directory. The file can be imported into chrome://net-internals.";
940
John Abd-El-Malek8067cc02017-12-04 23:23:20941const char kEnableNetworkServiceInProcessName[] =
942 "Runs network service in-process";
943const char kEnableNetworkServiceInProcessDescription[] =
944 "Runs the network service in the browser process.";
945
Shakti Sahu5a046f62019-03-12 19:25:34946const char kEnableNewDownloadBackendName[] = "Enable new download backend";
947const char kEnableNewDownloadBackendDescription[] =
948 "Enables the new download backend that uses offline content provider";
949
Lucas Furukawa Gadani9f57e192019-04-05 14:56:10950const char kEnablePortalsName[] = "Enable Portals.";
951const char kEnablePortalsDescription[] =
952 "Portals are an experimental web platform feature that allows embedding"
953 " and seamless transitions between pages."
954 " See https://github.com/WICG/portals and https://wicg.github.io/portals/";
955
Jeremy Roman30e81e82020-01-29 22:56:47956const char kEnablePortalsCrossOriginName[] = "Enable cross-origin Portals.";
957const char kEnablePortalsCrossOriginDescription[] =
958 "Allows portals to load cross-origin URLs in addition to same-origin ones."
959 " Has no effect if Portals are not enabled.";
960
Doug Arnettc52291a2020-05-07 18:52:30961const char kEnableTranslateSubFramesName[] = "Translate sub frames";
962const char kEnableTranslateSubFramesDescription[] =
963 "Enable the translation of sub frames (as well as the main frame)";
964
Qiaofei Yebeb9a232020-07-22 23:47:04965const char kEnableWindowsGamingInputDataFetcherName[] =
966 "Enable Windows.Gaming.Input";
967const char kEnableWindowsGamingInputDataFetcherDescription[] =
968 "Enable Windows.Gaming.Input by default to provide game controller "
969 "support on Windows 10 desktop.";
970
Titouan Rigoudyf619f5462020-09-25 16:35:49971const char kBlockInsecurePrivateNetworkRequestsName[] =
972 "Block insecure private network requests.";
973const char kBlockInsecurePrivateNetworkRequestsDescription[] =
974 "Prevents non-secure contexts from making sub-resource requests to "
975 "more-private IP addresses. An IP address IP1 is more private than IP2 if "
976 "1) IP1 is localhost and IP2 is not, or 2) IP1 is private and IP2 is "
977 "public. This is a first step towards full enforcement of CORS-RFC1918: "
978 "https://wicg.github.io/cors-rfc1918";
979
arthursonzogni27ef983f2021-06-15 10:09:40980const char kCrossOriginEmbedderPolicyCredentiallessName[] =
981 "Enable Cross-Origin-Embedder-Policy: credentialless";
982const char kCrossOriginEmbedderPolicyCredentiallessDescription[] =
983 "Credentialless is a Cross-Origin-Embedder-Policy (COEP) variant. "
984 "COEP:credentialless causes no-cors cross-origin requests not to include "
985 "credentials (cookies, client certificates, etc...). Similarly to "
986 "require-corp, it can be used to enable cross-origin-isolation.";
987
Zentaro Kavanagh53c48cb22021-03-25 00:19:06988const char kDeprecateAltClickName[] =
989 "Enable Alt+Click deprecation notifications";
990const char kDeprecateAltClickDescription[] =
991 "Start providing notifications about Alt+Click deprecation and enable "
992 "Search+Click as an alternative.";
993
Jimmy Gongba69b982020-08-25 00:01:29994const char kDiagnosticsAppName[] = "Diagnostics app";
995const char kDiagnosticsAppDescription[] =
996 "Enables the Diagnostics app that allows Chrome OS users to be able to "
997 "view their system telemetric information and run diagnostic tests for "
998 "their device.";
999
Michael Checoc6abb922021-05-21 17:55:021000const char kDiagnosticsAppNavigationName[] = "Diagnostics app navigation";
1001const char kDiagnosticsAppNavigationDescription[] =
1002 "Enables the navigation panel in the Diagnostics app.";
1003
Yutaka Hiranoaa0e62e2019-09-05 11:01:041004const char kDisableKeepaliveFetchName[] = "Disable fetch with keepalive set";
1005const char kDisableKeepaliveFetchDescription[] =
1006 "Disable fetch with keepalive set "
1007 "(https://fetch.spec.whatwg.org/#request-keepalive-flag).";
1008
Chris Hall4a4225f62019-01-18 03:07:161009const char kExperimentalAccessibilityLanguageDetectionName[] =
1010 "Experimental accessibility language detection";
1011const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1012 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221013 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161014
Chris Hall4f3ca5582019-11-19 02:55:491015const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1016 "Experimental accessibility language detection for dynamic content";
1017const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1018 "Enable language detection for dynamic content which is then exposed to "
1019 "assistive technologies such as screen readers.";
1020
Rahul Arakeri61a2ad272019-03-19 22:55:081021const char kCompositorThreadedScrollbarScrollingName[] =
Rahul Arakeriac87fb12019-05-14 00:07:221022 "Compositor threaded scrollbar scrolling";
Rahul Arakeri61a2ad272019-03-19 22:55:081023const char kCompositorThreadedScrollbarScrollingDescription[] =
1024 "Enables pointer-based scrollbar scrolling on the compositor thread "
1025 "instead of the main thread";
1026
Alexei Filippov522a5222019-03-29 03:33:181027const char kMemlogName[] = "Chrome heap profiler start mode.";
1028const char kMemlogDescription[] =
1029 "Starts heap profiling service that records sampled memory allocation "
1030 "profile having each sample attributed with a callstack. "
1031 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1032 "Recorded heap dumps can be obtained at chrome://tracing "
1033 "[category:memory-infra] and chrome://memory-internals. This setting "
1034 "controls which processes will be profiled since their start. To profile "
1035 "any given process at a later time use chrome://memory-internals page.";
1036const char kMemlogModeMinimal[] = "Browser and GPU";
1037const char kMemlogModeAll[] = "All processes";
1038const char kMemlogModeAllRenderers[] = "All renderers";
1039const char kMemlogModeRendererSampling[] = "Single renderer";
1040const char kMemlogModeBrowser[] = "Browser only";
1041const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271042
Alexei Filippov522a5222019-03-29 03:33:181043const char kMemlogSamplingRateName[] =
1044 "Heap profiling sampling interval (in bytes).";
1045const char kMemlogSamplingRateDescription[] =
1046 "Heap profiling service uses Poisson process to sample allocations. "
1047 "Default value for the interval between samples is 100000 (100KB). "
1048 "This results in low noise for large and/or frequent allocations "
Alexei Filippov2e8bfee2019-03-07 21:51:271049 "[size * frequency >> 100KB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221050 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181051 "can be trusted with high fidelity. "
1052 "Lower intervals produce higher samples resolution, but come at a cost of "
1053 "higher performance overhead.";
1054const char kMemlogSamplingRate10KB[] = "10KB";
1055const char kMemlogSamplingRate50KB[] = "50KB";
1056const char kMemlogSamplingRate100KB[] = "100KB";
1057const char kMemlogSamplingRate500KB[] = "500KB";
1058const char kMemlogSamplingRate1MB[] = "1MB";
1059const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511060
Alexei Filippov522a5222019-03-29 03:33:181061const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1062const char kMemlogStackModeDescription[] =
1063 "By default heap profiling service records native stacks. "
1064 "A post-processing step is required to symbolize the stacks. "
1065 "'Native with thread names' adds the thread name as the first frame of "
1066 "each native stack. It's also possible to record a pseudo stack using "
1067 "trace events as identifiers. It's also possible to do a mix of both.";
1068const char kMemlogStackModeMixed[] = "Mixed";
1069const char kMemlogStackModeNative[] = "Native";
1070const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
1071const char kMemlogStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:051072
rajendrant41f3f1b2020-12-16 10:29:311073const char kEnableLoginDetectionName[] = "Enable login detection";
1074const char kEnableLoginDetectionDescription[] =
1075 "Allow user sign-in to be detected based on heuristics.";
1076
Anatoliy Potapchukf096475c2021-04-06 15:51:591077const char kEnableManagedConfigurationWebApiName[] =
1078 "Enable Managed Configuration Web API";
1079const char kEnableManagedConfigurationWebApiDescription[] =
1080 "Allows website to access a managed configuration provided by the device "
1081 "administrator for the origin.";
1082
Jimmy Gongcd463fc2021-02-11 01:32:181083const char kEnablePciguardUiName[] =
1084 "Enable Pciguard (Thunderbolt + USB4 tunneling) UI for settings";
1085const char kEnablePciguardUiDescription[] =
1086 "Enable toggling Pciguard settings through the Settings App. By default, "
Jimmy Gong4b6a2792021-02-26 03:00:001087 "this flag is enabled.";
Jimmy Gongcd463fc2021-02-11 01:32:181088
Ben Goldberger2a1433a42021-04-21 18:37:151089const char kEnablePenetratingImageSelectionName[] =
1090 "Penetrating Image Selection";
1091const char kEnablePenetratingImageSelectionDescription[] =
1092 "Enables image options to be surfaced in the context menu for nodes "
1093 "covered by transparent overlays.";
1094
F#m59d036e2017-09-13 07:22:171095const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1096const char kEnablePixelCanvasRecordingDescription[] =
1097 "Pixel canvas recording allows the compositor to raster contents aligned "
1098 "with the pixel and improves text rendering. This should be enabled when a "
1099 "device is using fractional scale factor.";
1100
Robert Flack55c53a412021-03-22 14:46:081101const char kReduceHorizontalFlingVelocityName[] =
1102 "Reduce horizontal fling velocity";
1103const char kReduceHorizontalFlingVelocityDescription[] =
1104 "Reduces the velocity of horizontal flings to 20\% of their original"
1105 "velocity.";
1106
Ella Gebee81c92018-08-14 15:51:091107const char kEnableResamplingInputEventsName[] =
1108 "Enable resampling input events";
1109const char kEnableResamplingInputEventsDescription[] =
1110 "Predicts mouse and touch inputs position at rAF time based on previous "
1111 "input";
1112const char kEnableResamplingScrollEventsName[] =
1113 "Enable resampling scroll events";
1114const char kEnableResamplingScrollEventsDescription[] =
1115 "Predicts the scroll amount at vsync time based on previous input";
Joao Victor Almeida371702c2021-01-08 18:41:561116const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1117 "Enable experimental prediction for scroll events";
1118const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1119 "Predicts the scroll amount after the vsync time to more closely match "
1120 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091121
Lei Zhang1a6fd01b2021-03-24 17:03:481122const char kEnableRestrictedWebApisName[] =
Anqing Zhaoc7136af2021-01-20 05:52:391123 "Enable the restriced web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481124const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391125 "Enable the restricted web APIs for dev trial. This will be replaced with "
1126 "permission policies to control the capabilities afterwards.";
1127
Brett Wilsonf27ff602017-07-07 22:28:471128const char kEnableUseZoomForDsfName[] =
1129 "Use Blink's zoom for device scale factor.";
1130const char kEnableUseZoomForDsfDescription[] =
1131 "If enabled, Blink uses its zooming mechanism to scale content for device "
1132 "scale factor.";
1133const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
1134const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
1135const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
1136
Sean Harrison9dc405a52019-08-27 18:23:101137const char kEnableSubresourceRedirectName[] =
rajendrante2bfd3a2020-11-23 19:48:541138 "Enable Subresource Redirect Compression";
Sean Harrison9dc405a52019-08-27 18:23:101139const char kEnableSubresourceRedirectDescription[] =
rajendrante2bfd3a2020-11-23 19:48:541140 "Allow subresource compression for data savings";
Sean Harrison9dc405a52019-08-27 18:23:101141
Adam Langley7542a7b2019-10-04 02:00:551142const char kEnableWebAuthenticationCableV2SupportName[] =
1143 "Web Authentication caBLE v2 support";
1144const char kEnableWebAuthenticationCableV2SupportDescription[] =
Adam Langley339aa0f2021-04-05 21:46:041145 "Enable use of phones that are signed into the same account, with Sync "
1146 "enabled, to be used as 2nd-factor security keys.";
Kim Paulhamusae635a32018-06-27 07:30:541147
Yicheng Li0a78f462020-08-14 00:08:121148const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1149 "ChromeOS platform Web Authentication support";
1150const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1151 "Enable the ChromeOS platform authenticator for the Web Authentication "
1152 "API.";
1153
Andreas Haasb400d912019-08-28 18:54:101154const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1155const char kExperimentalWebAssemblyFeaturesDescription[] =
1156 "Enable web pages to use experimental WebAssembly features.";
1157
Clemens Hammacher0c8a15a2018-04-27 13:45:321158const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1159const char kEnableWasmBaselineDescription[] =
1160 "Enables WebAssembly baseline compilation and tier up.";
1161
Clemens Backes50e0ecd2020-01-20 10:43:241162const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1163const char kEnableWasmLazyCompilationDescription[] =
1164 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1165
Deepti Gandluri11734cc42019-05-02 18:00:201166const char kEnableWasmSimdName[] = "WebAssembly SIMD support.";
1167const char kEnableWasmSimdDescription[] =
1168 "Enables support for the WebAssembly SIMD proposal.";
1169
Clemens Backes963eb37be2020-01-10 11:56:491170const char kEnableWasmTieringName[] = "WebAssembly tiering";
1171const char kEnableWasmTieringDescription[] =
1172 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241173 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491174
Christopher Thompsonf3ba20122019-06-06 22:01:011175const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1176const char kEvDetailsInPageInfoDescription[] =
1177 "Shows the EV certificate details in the Page Info bubble.";
1178
Brett Wilsonf27ff602017-07-07 22:28:471179const char kExpensiveBackgroundTimerThrottlingName[] =
1180 "Throttle expensive background timers";
1181const char kExpensiveBackgroundTimerThrottlingDescription[] =
1182 "Enables intervention to limit CPU usage of background timers to 1%.";
1183
Mark Schillaci0bd47bd2020-12-09 04:03:351184const char kExperimentalAccessibilityLabelsName[] =
1185 "Experimental Accessibility Labels";
1186const char kExperimentalAccessibilityLabelsDescription[] =
1187 "Enables experimental accessibility labels feature. Note that this only "
1188 "enables the feature, and enabling the service is a profile preference.";
1189
Brett Wilsonf27ff602017-07-07 22:28:471190const char kExperimentalWebPlatformFeaturesName[] =
1191 "Experimental Web Platform features";
1192const char kExperimentalWebPlatformFeaturesDescription[] =
1193 "Enables experimental Web Platform features that are in development.";
1194
1195const char kExtensionContentVerificationName[] =
1196 "Extension Content Verification";
1197const char kExtensionContentVerificationDescription[] =
1198 "This flag can be used to turn on verification that the contents of the "
1199 "files on disk for extensions from the webstore match what they're "
1200 "expected to be. This can be used to turn on this feature if it would not "
1201 "otherwise have been turned on, but cannot be used to turn it off (because "
1202 "this setting can be tampered with by malware).";
1203const char kExtensionContentVerificationBootstrap[] =
1204 "Bootstrap (get expected hashes, but do not enforce them)";
1205const char kExtensionContentVerificationEnforce[] =
1206 "Enforce (try to get hashes, and enforce them if successful)";
1207const char kExtensionContentVerificationEnforceStrict[] =
1208 "Enforce strict (hard fail if we can't get hashes)";
1209
Archana Simha6e7503db2019-12-10 03:52:581210const char kExtensionsCheckupName[] = "Extensions Checkup";
1211const char kExtensionsCheckupDescription[] =
1212 "Enable the extensions checkup experiment";
1213
Brett Wilsonf27ff602017-07-07 22:28:471214const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1215const char kExtensionsOnChromeUrlsDescription[] =
1216 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1217 "request this permission.";
galinapae72e152017-05-12 13:12:281218
Axel Antoine12df71182019-07-25 18:11:211219const char kFilteringScrollPredictionName[] = "Filtering scroll prediction";
1220const char kFilteringScrollPredictionDescription[] =
1221 "Enable filtering of predicted scroll events";
1222
David Bokan432978d2019-08-15 18:18:521223const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1224const char kFractionalScrollOffsetsDescription[] =
1225 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1226 "offsets to web APIs.";
1227
Brett Wilsonecb80982017-07-12 20:34:511228const char kForceEffectiveConnectionTypeName[] =
1229 "Override effective connection type";
1230const char kForceEffectiveConnectionTypeDescription[] =
1231 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301232 "returned by the network quality estimator. Slow 2G on Cellular returns "
1233 "Slow 2G when connected to a cellular network, and the actual estimate "
Tarun Bansalce1cfba2021-03-02 07:05:061234 "effective connection type when not on a cellular network.";
Brett Wilsonecb80982017-07-12 20:34:511235const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1236const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1237const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301238const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1239 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511240const char kEffectiveConnectionType2GDescription[] = "2G";
1241const char kEffectiveConnectionType3GDescription[] = "3G";
1242const char kEffectiveConnectionType4GDescription[] = "4G";
1243
Jay Harris583f48922019-05-06 05:55:241244const char kFileHandlingAPIName[] = "File Handling API";
1245const char kFileHandlingAPIDescription[] =
1246 "Enables the file handling API, allowing websites to register as file "
Jesse McKennabe661982020-10-29 23:57:421247 "handlers.";
Jay Harris583f48922019-05-06 05:55:241248
Viktor Semeniukd5cfc262021-02-25 12:51:221249const char kFillingAcrossAffiliatedWebsitesName[] =
1250 "Fill passwords across affiliated websites.";
1251const char kFillingAcrossAffiliatedWebsitesDescription[] =
1252 "Enables filling password on a website when there is saved "
1253 "password on affiliated website.";
1254
Brett Wilsonecb80982017-07-12 20:34:511255const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1256const char kFillOnAccountSelectDescription[] =
1257 "Filling of passwords when an account is explicitly selected by the user "
1258 "rather than autofilling credentials on page load.";
1259
Brett Wilsonecb80982017-07-12 20:34:511260const char kForceTextDirectionName[] = "Force text direction";
1261const char kForceTextDirectionDescription[] =
1262 "Explicitly force the per-character directionality of UI text to "
1263 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1264 "direction of the character language.";
1265const char kForceDirectionLtr[] = "Left-to-right";
1266const char kForceDirectionRtl[] = "Right-to-left";
1267
1268const char kForceUiDirectionName[] = "Force UI direction";
1269const char kForceUiDirectionDescription[] =
1270 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1271 "mode, overriding the default direction of the UI language.";
1272
Tommy Steimel863e6cf2019-07-01 19:07:361273const char kGlobalMediaControlsName[] = "Global Media Controls";
1274const char kGlobalMediaControlsDescription[] =
1275 "Enables the Global Media Controls UI in the toolbar.";
1276
Takumi Fujimotod25d2b72019-12-19 00:36:181277const char kGlobalMediaControlsForCastName[] = "Global Media Controls for Cast";
1278const char kGlobalMediaControlsForCastDescription[] =
1279 "Shows Cast sessions in the Global Media Controls UI. Requires "
1280 "#global-media-controls and #cast-media-route-provider to also be enabled.";
1281
Jazz Xu223d04c2020-09-22 20:23:011282const char kGlobalMediaControlsForChromeOSName[] =
Jazz Xu326c62c2020-09-24 02:01:521283 "Global Media Controls for ChromeOS";
Jazz Xu223d04c2020-09-22 20:23:011284const char kGlobalMediaControlsForChromeOSDescription[] =
1285 "Enable Global Media Controls UI in shelf and quick settings.";
1286
Tommy Steimele5c5c122020-02-06 23:22:351287const char kGlobalMediaControlsPictureInPictureName[] =
1288 "Global Media Controls Picture-in-Picture";
1289const char kGlobalMediaControlsPictureInPictureDescription[] =
1290 "Enables Picture-in-Picture controls in the Global Media Controls UI. "
1291 "Requires "
1292 "#global-media-controls to also be enabled.";
1293
Noah Rose Ledesma210c5602020-06-22 21:06:461294const char kGlobalMediaControlsSeamlessTransferName[] =
1295 "Global Media Controls Seamless Transfer";
1296const char kGlobalMediaControlsSeamlessTransferDescription[] =
1297 "Enables selection of audio output device to play media through in "
1298 "the Global Media Controls UI. Requires #global-media-controls to "
1299 "also be enabled.";
1300
Noah Rose Ledesma1bbd0712020-09-09 20:36:441301const char kGlobalMediaControlsModernUIName[] =
1302 "Global Media Controls Modern UI";
1303
1304const char kGlobalMediaControlsModernUIDescription[] =
1305 "Use a redesigned version of the Global Media Controls UI. Requires "
1306 "#global-media-controls to also be enabled.";
1307
Jazz Xu15f2b1c2020-07-09 14:42:141308const char kGlobalMediaControlsOverlayControlsName[] =
Tommy Steimel371f69e2020-07-20 16:45:311309 "Enable overlay controls for Global Media Controls";
Jazz Xu15f2b1c2020-07-09 14:42:141310const char kGlobalMediaControlsOverlayControlsDescription[] =
Tommy Steimel371f69e2020-07-20 16:45:311311 "Allowing controls to be dragged out from Global Media Controls dialog. "
Jazz Xu15f2b1c2020-07-09 14:42:141312 "Requires #global-media-controls to also be enabled.";
1313
Juan Mojicacd2cab02021-04-19 22:10:241314const char kGoogleLensSdkIntentName[] =
1315 "Enable the use of the Lens SDK when starting intent into Lens.";
1316const char kGoogleLensSdkIntentDescription[] =
1317 "Starts Lens using the Lens SDK if supported.";
1318
Brett Wilsonecb80982017-07-12 20:34:511319const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051320const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511321
Curtis McMullanf2e45bf2020-08-26 09:51:391322const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1323const char kHandwritingGestureEditingDescription[] =
1324 "Enables editing with handwriting gestures within the virtual keyboard.";
1325
Tommy Steimel1aadd7b2019-01-18 19:39:421326const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1327const char kHardwareMediaKeyHandlingDescription[] =
1328 "Enables using media keys to control the active media session. This "
1329 "requires MediaSessionService to be enabled too";
1330
John Delaney521fe9f2020-04-29 22:18:191331const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1332const char kHeavyAdPrivacyMitigationsDescription[] =
1333 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1334 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561335
1336const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1337const char kHeavyAdInterventionDescription[] =
1338 "Unloads ads that use too many device resources.";
1339
Toni Barzic7e93fa52020-01-29 01:35:471340const char kHideShelfControlsInTabletModeName[] =
1341 "Hide shelf control buttons in tablet mode.";
1342
1343const char kHideShelfControlsInTabletModeDescription[] =
1344 "Hides home, back, and overview button from the shelf while the device is "
1345 "in tablet mode. Predicated on shelf-hotseat feature being enabled.";
1346
Wei-Yin Chen (陳威尹)565a41612020-06-30 22:29:561347const char kTabSwitcherOnReturnName[] = "Tab switcher on return";
Matt Simmons2048b2a2018-12-20 20:12:561348const char kTabSwitcherOnReturnDescription[] =
1349 "Enable tab switcher on return after specified time has elapsed";
1350
Brett Wilsonecb80982017-07-12 20:34:511351const char kHostedAppShimCreationName[] =
1352 "Creation of app shims for hosted apps on Mac";
1353const char kHostedAppShimCreationDescription[] =
1354 "Create app shims on Mac when creating a hosted app.";
1355
Corentin Walleze660b152020-07-15 16:07:541356const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1357const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511358 "Overrides the built-in software rendering list and enables "
1359 "GPU-acceleration on unsupported system configurations.";
1360
Ehimare Okoyomon9b090d422020-01-17 09:52:451361const char kImprovedCookieControlsName[] =
1362 "Enable improved cookie controls UI in incognito mode";
1363const char kImprovedCookieControlsDescription[] =
1364 "Improved UI in Incognito mode for third-party cookie blocking.";
1365
Ehimare Okoyomon504c1952019-12-16 18:05:021366const char kImprovedCookieControlsForThirdPartyCookieBlockingName[] =
1367 "Enable improved UI for third-party cookie blocking";
1368const char kImprovedCookieControlsForThirdPartyCookieBlockingDescription[] =
1369 "Enables an improved UI for existing third-party cookie blocking users.";
1370
Jimmy Gong6de11b02021-02-04 21:35:011371const char kImprovedKeyboardShortcutsName[] =
1372 "Enable improved keyboard shortcuts";
1373const char kImprovedKeyboardShortcutsDescription[] =
1374 "Ensure keyboard shortcuts work consistently with international keyboard "
1375 "layouts and deprecate legacy shortcuts.";
1376
Matt Amert2df4f1452019-12-09 04:59:491377const char kImpulseScrollAnimationsName[] = "Impulse-style scroll animations";
1378const char kImpulseScrollAnimationsDescription[] =
1379 "Replaces the default scroll animation with Impulse-style scroll "
1380 "animations.";
1381
Side Yilmaz424606f2021-04-09 14:08:291382const char kIncognitoBrandConsistencyForAndroidName[] =
1383 "Enable Incognito brand consistency in Android.";
1384const char kIncognitoBrandConsistencyForAndroidDescription[] =
1385 "When enabled, keeps Incognito UI consistent regardless of any selected "
1386 "theme.";
1387
Rohit Agarwalf0fca3eb2021-03-31 12:40:391388const char kIncognitoBrandConsistencyForDesktopName[] =
1389 "Enable Incognito brand consistency in desktop.";
1390const char kIncognitoBrandConsistencyForDesktopDescription[] =
1391 "When enabled, removes any theme or background customization done by the "
1392 "user on the Incognito UI.";
1393
Rohit Agarwal967518a2021-05-31 09:13:201394const char kIncognitoClearBrowsingDataDialogForDesktopName[] =
1395 "Enable clear browsing data dialog in Incognito.";
1396const char kIncognitoClearBrowsingDataDialogForDesktopDescription[] =
1397 "When enabled, clear browsing data option would be enabled in Incognito "
1398 "which upon clicking would show a dialog to close all Incognito windows.";
1399
Side Yilmaz745252f2021-05-03 13:10:221400const char kUpdateHistoryEntryPointsInIncognitoName[] =
Side Yilmaza8ef2ad2021-06-01 15:09:231401 "Update history entry points in Incognito.";
Side Yilmaz745252f2021-05-03 13:10:221402const char kUpdateHistoryEntryPointsInIncognitoDescription[] =
1403 "When enabled, the entry points to history UI from Incognito mode will be "
1404 "removed for iOS and Desktop. An educative placeholder will be shown for "
1405 "Android history page.";
1406
Ramin Halavatidf9668c2020-10-30 15:35:531407const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1408const char kIncognitoScreenshotDescription[] =
1409 "Enables Incognito screenshots on Android. It will also make Incognito "
1410 "thumbnails visible.";
1411
Rohit Agarwal485ecac2021-04-07 19:52:571412const char kInheritNativeThemeFromParentWidgetName[] =
1413 "Allow widgets to inherit native theme from its parent widget.";
1414const char kInheritNativeThemeFromParentWidgetDescription[] =
1415 "When enabled, secondary UI like menu, dialog etc would be in dark mode "
1416 "when Incognito mode is open.";
1417
Brett Wilsonecb80982017-07-12 20:34:511418const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1419const char kInProductHelpDemoModeChoiceDescription[] =
1420 "Selects the In-Product Help demo mode.";
1421
Jarrydc3639ac2020-04-09 17:05:391422const char kInstalledAppsInCbdName[] = "Installed Apps in Clear Browsing Data";
1423const char kInstalledAppsInCbdDescription[] =
1424 "Adds the installed apps warning dialog to the clear browsing data flow "
1425 "which allows users to protect installed apps' data from being deleted.";
1426
Brett Wilsonecb80982017-07-12 20:34:511427const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1428const char kJavascriptHarmonyDescription[] =
1429 "Enable web pages to use experimental JavaScript features.";
1430
1431const char kJavascriptHarmonyShippingName[] =
1432 "Latest stable JavaScript features";
1433const char kJavascriptHarmonyShippingDescription[] =
1434 "Some web pages use legacy or non-standard JavaScript extensions that may "
1435 "conflict with the latest JavaScript features. This flag allows disabling "
1436 "support of those features for compatibility with such pages.";
1437
Christopher Thompson493f1062020-01-28 23:16:431438const char kLegacyTLSEnforcedName[] =
1439 "Enforce deprecation of legacy TLS versions";
1440const char kLegacyTLSEnforcedDescription[] =
1441 "Enable connection errors and interstitials for sites that use legacy TLS "
1442 "versions (TLS 1.0 and TLS 1.1), which are deprecated and will be removed "
1443 " in the future.";
1444
Yu Suc19bb6cc2021-02-25 06:38:291445const char kLensCameraAssistedSearchName[] =
1446 "Google Lens in Omnibox and New Tab Page";
1447const char kLensCameraAssistedSearchDescription[] =
1448 "Enable an entry point to Google Lens to allow users to search what they "
1449 "see using their mobile camera.";
1450
Andrey Zaytsev8b7787e2021-05-14 15:00:221451const char kLinkDoctorDeprecationAndroidName[] =
1452 "Link Doctor Deprecation on Android";
1453const char kLinkDoctorDeprecationAndroidDescription[] =
1454 "Removes the setting for retrieving suggestions on navigation errors since "
1455 "this feature is deprecated.";
1456
Michael Crouse1c9adba2020-07-08 17:39:011457const char kLiteVideoName[] = "Enable LiteVideos";
1458const char kLiteVideoDescription[] =
1459 "Enable the LiteVideo optimization to throttle media requests to "
1460 "reduce data usage";
1461
Tarun Bansalb137fff2020-08-07 18:57:211462const char kLiteVideoDownlinkBandwidthKbpsName[] =
1463 "Lite Video: Adjust throttling downlink (in Kbps).";
1464const char kLiteVideoDownlinkBandwidthKbpsDescription[] =
1465 "Specify the throttling bandwidth to be used";
1466
Michael Crouse1c9adba2020-07-08 17:39:011467const char kLiteVideoForceOverrideDecisionName[] = "Force LiteVideos decision";
1468const char kLiteVideoForceOverrideDecisionDescription[] =
1469 "Force the LiteVideo decision to be allowed on every navigation.";
1470
Hazem Ashmawyf1cd7e42019-03-25 18:17:321471const char kLogJsConsoleMessagesName[] =
1472 "Log JS console messages in system logs";
1473const char kLogJsConsoleMessagesDescription[] =
1474 "Enable logging JS console messages in system logs, please note that they "
1475 "may contain PII.";
1476
Becca Hughes71e8ceb2020-03-31 22:23:401477const char kMediaHistoryName[] = "Enable Media History";
1478const char kMediaHistoryDescription[] =
1479 "Enables Media History which records data around media playbacks on "
1480 "websites.";
1481
spqchanb87755692018-04-05 00:46:091482const char kMediaRouterCastAllowAllIPsName[] =
1483 "Connect to Cast devices on all IP addresses";
1484const char kMediaRouterCastAllowAllIPsDescription[] =
1485 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311486 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091487
Tommy Steimel40355072021-04-13 00:12:471488const char kMediaSessionWebRTCName[] = "Enable WebRTC actions in Media Session";
1489const char kMediaSessionWebRTCDescription[] =
1490 "Adds new actions into Media Session for video conferencing.";
1491
manukh202a6dd2021-02-19 21:23:251492const char kMemoriesName[] = "Memories";
1493const char kMemoriesDescription[] = "Enables chrome://memories.";
1494
manukhd4270bc2021-02-19 21:17:281495const char kMemoriesDebugName[] = "Memories Debug";
1496const char kMemoriesDebugDescription[] =
1497 "Show debug information for chrome://memories.";
1498
Andrey Zaytsevad83cbc32020-09-30 15:43:181499const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
1500const char kMetricsSettingsAndroidDescription[] =
1501 "Enables the new design of metrics settings.";
1502
Carlos IL0dc832832020-07-17 01:14:441503const char kMixedFormsDisableAutofillName[] =
1504 "Disable autofill for mixed forms";
1505const char kMixedFormsDisableAutofillDescription[] =
1506 "If enabled, autofill is not allowed for mixed forms (forms on HTTPS sites "
1507 "that submit over HTTP), and a warning bubble will be shown instead. "
1508 "Autofill for passwords is not affected by this setting.";
1509
1510const char kMixedFormsInterstitialName[] = "Mixed forms interstitial";
1511const char kMixedFormsInterstitialDescription[] =
1512 "When enabled, a full-page interstitial warning is shown when a mixed "
1513 "content form (a form on an HTTPS site that submits over HTTP) is "
1514 "submitted.";
1515
David Roger2183afb2019-02-21 14:19:151516const char kMobileIdentityConsistencyName[] = "Mobile identity consistency";
1517const char kMobileIdentityConsistencyDescription[] =
1518 "Enables stronger identity consistency on mobile";
1519
Alice Wang9caef99d2020-12-01 13:32:451520const char kMobileIdentityConsistencyVarName[] =
1521 "Mobile identity consistency variations";
1522const char kMobileIdentityConsistencyVarDescription[] =
1523 "Enables stronger identity consistency on mobile with different UI "
1524 "variations";
1525
Tanmoy Mollik8036d7f2021-05-12 11:50:031526const char kWipeDataOnChildAccountSigninName[] =
1527 "Wipe Data On Child account signin";
1528const char kWipeDataOnChildAccountSigninDescription[] =
1529 "Wipe Data from previous account when signing in a child account";
1530
Tanmoy Mollika2f25a162021-04-01 12:19:461531const char kMobileIdentityConsistencyFREName[] =
1532 "Mobile identity consistency FRE";
1533const char kMobileIdentityConsistencyFREDescription[] =
1534 "Enables stronger identity consistency on mobile with different UIs for "
1535 "the First Run Experience.";
1536
Peter Beverloo01ca25e2021-01-12 15:23:591537const char kMobilePwaInstallUseBottomSheetName[] =
1538 "Mobile PWA Installation bottom sheet";
1539const char kMobilePwaInstallUseBottomSheetDescription[] =
1540 "Enables use of a rich bottom sheet when offering mobile PWA installation.";
1541
Brian Geffon12b581a2021-02-03 23:48:031542const char kMojoLinuxChannelSharedMemName[] =
1543 "Enable Mojo Shared Memory Channel";
1544const char kMojoLinuxChannelSharedMemDescription[] =
1545 "If enabled Mojo on Linux based platforms can use shared memory as an "
1546 "alternate channel for most messages.";
1547
Ella Ge1282f552019-06-24 20:06:031548const char kMouseSubframeNoImplicitCaptureName[] =
1549 "Disable mouse implicit capture for iframe";
1550const char kMouseSubframeNoImplicitCaptureDescription[] =
1551 "When enable, mouse down does not implicit capture for iframe.";
1552
Viktor Semeniuk3e74da92021-04-15 14:34:471553const char kMutingCompromisedCredentialsName[] =
1554 "Enables muting of compromised credentials";
1555const char kMutingCompromisedCredentialsDescription[] =
1556 "When enable, insecure credential muting state is respected.";
1557
Alisa Lin79251142021-06-15 20:22:121558const char kCanvas2DLayersName[] =
1559 "Enables canvas 2D methods BeginLayer and EndLayer";
1560const char kCanvas2DLayersDescription[] =
1561 "Enables the canvas 2D methods BeginLayer and EndLayer.";
1562
Aaron Krajeski229cffd2020-05-11 22:30:331563const char kNewCanvas2DAPIName[] = "Experimental canvas 2D API features";
1564const char kNewCanvas2DAPIDescription[] =
1565 "Enables in-progress features for the canvas 2D API. See "
1566 "https://github.com/fserb/canvas2d.";
1567
Jan Krcal6c22f9f2021-01-07 10:34:411568const char kSignInProfileCreationName[] = "Profile creation flow with sign-in";
1569const char kSignInProfileCreationDescription[] =
1570 "Enables a new sign-in flow in profile creation";
dizgad7fe842020-08-12 16:55:161571
Jan Krcalb116cbb42021-02-25 20:32:311572const char kSignInProfileCreationEnterpriseName[] =
1573 "Profile creation flow support for enterprise sign-in";
1574const char kSignInProfileCreationEnterpriseDescription[] =
1575 "Enables smoother enterprise experience in signed-in profile creation flow";
1576
Viktor Semeniuk8be5c1b2021-01-21 11:58:161577const char kSyncingCompromisedCredentialsName[] = "Syncing of Security Issues";
1578const char kSyncingCompromisedCredentialsDescription[] =
1579 "Enables syncing of Security issues which includes compromised and phished "
1580 "passwords.";
1581
Andreea Costinas1e592142021-04-20 13:24:251582const char kSystemProxyForSystemServicesName[] =
1583 "Enable system-proxy for selected system services";
1584const char kSystemProxyForSystemServicesDescription[] =
1585 "Enabling this flag will allow Chrome OS system service which require "
1586 "network connectivity to use the system-proxy daemon for authentication to "
1587 "remote HTTP web proxies.";
1588
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:491589const char kDestroyProfileOnBrowserCloseName[] =
1590 "Destroy Profile on browser close";
1591const char kDestroyProfileOnBrowserCloseDescription[] =
1592 "Release memory and other resources when a Profile's last browser window "
1593 "is closed, rather than when Chrome closes completely.";
1594
Brett Wilsonecb80982017-07-12 20:34:511595const char kNewUsbBackendName[] = "Enable new USB backend";
1596const char kNewUsbBackendDescription[] =
Reilly Grant314576eb2021-04-15 18:26:491597 "Enables the new experimental USB backend for macOS";
vabr0215a8e2017-03-28 12:47:341598
Taylor Bergquist187a9f92019-08-12 22:13:151599const char kNewTabstripAnimationName[] = "New tabstrip animations";
1600const char kNewTabstripAnimationDescription[] =
1601 "New implementation of tabstrip animations.";
1602
Alex Newcomerd7b0cc42018-05-25 22:58:481603const char kNotificationIndicatorName[] = "Notification Indicators";
1604const char kNotificationIndicatorDescription[] =
Matthew Mourgos7d884692020-08-28 19:31:181605 "Enable notification indicators, which appear on shelf app icons and "
1606 "launcher apps when a notification is active.";
Alex Newcomerd7b0cc42018-05-25 22:58:481607
Xing Liub9070262021-01-07 20:52:161608const char kNotificationSchedulerName[] = "Notification scheduler";
1609const char kNotificationSchedulerDescription[] =
1610 "Enable notification scheduler feature.";
1611
Xing Liu1919ec232019-07-22 20:38:041612const char kNotificationSchedulerDebugOptionName[] =
1613 "Notification scheduler debug options";
1614const char kNotificationSchedulerDebugOptionDescription[] =
1615 "Enable debugging mode to override certain behavior of notification "
1616 "scheduler system for easier manual testing.";
1617const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
1618 "Show scheduled notification right away.";
1619
Peter Beverlooc30c9ddf2021-02-24 19:56:031620const char kNotificationsSystemFlagName[] = "Enable system notifications.";
1621const char kNotificationsSystemFlagDescription[] =
1622 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:511623 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341624
Lan Wei97ee4b1f2019-07-25 21:02:391625const char kUpdateHoverAtBeginFrameName[] = "Update hover at the begin frame";
1626const char kUpdateHoverAtBeginFrameDescription[] =
1627 "Recompute hover state at BeginFrame for layout and scroll based mouse "
1628 "moves, rather than old timing-based mechanism.";
1629
Angela Yoeurng93be4b22021-06-08 16:26:321630const char kOmniboxActiveSearchEnginesName[] =
1631 "Active Search Engines section on settings page";
1632const char kOmniboxActiveSearchEnginesDescription[] =
1633 "Enables a 'Your Search Engines' section on "
1634 "chrome://settings/searchEngines.";
1635
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:371636const char kOmniboxAdaptiveSuggestionsCountName[] =
1637 "Adaptive Omnibox Suggestions count";
1638const char kOmniboxAdaptiveSuggestionsCountDescription[] =
1639 "Dynamically adjust number of presented Omnibox suggestions depending on "
1640 "available space. When enabled, this feature will increase (or decrease) "
1641 "amount of offered Omnibox suggestions to fill in the space between the "
1642 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
1643 "flag to adjust the limit of offered suggestions. The number of shown "
1644 "suggestions will be no less than the platform default limit.";
1645
Brandon Wylie1299ff82020-01-23 02:13:371646const char kOmniboxAssistantVoiceSearchName[] =
1647 "Omnibox Assistant Voice Search";
1648const char kOmniboxAssistantVoiceSearchDescription[] =
1649 "When enabled, use Assistant for omnibox voice query recognition instead of"
1650 " Android's built-in voice recognition service. Only works on Android.";
1651
Lei Zhang1a6fd01b2021-03-24 17:03:481652const char kOmniboxBookmarkPathsName[] = "Omnibox Bookmark Paths";
1653const char kOmniboxBookmarkPathsDescription[] =
manukh61e782512020-10-01 17:33:451654 "Allows inputs to match with bookmark paths. E.g. 'planets jupiter' can "
1655 "suggest a bookmark titled 'Jupiter' with URL "
1656 "'en.wikipedia.org/wiki/Jupiter' located in a path containing 'planet.'";
1657
Tommy Li19e27ede2020-08-14 22:52:401658const char kOmniboxClobberTriggersContextualWebZeroSuggestName[] =
1659 "Omnibox Clobber Triggers Contextual Web ZeroSuggest";
1660const char kOmniboxClobberTriggersContextualWebZeroSuggestDescription[] =
Tommy Li354a0e42020-07-30 16:46:141661 "If enabled, when the user clears the whole omnibox text (i.e. via "
Tommy Li19e27ede2020-08-14 22:52:401662 "Backspace), Chrome will request ZeroSuggest suggestions for the OTHER "
1663 "page classification (contextual web).";
Tommy Li354a0e42020-07-30 16:46:141664
Tomasz Wiszkowski70fb35f2020-02-27 00:39:191665const char kOmniboxCompactSuggestionsName[] = "Omnibox: Compact suggestions";
1666const char kOmniboxCompactSuggestionsDescription[] =
1667 "Conserve the space for Omnibox Suggestions by slightly reducing their "
1668 "size.";
1669
Angela Yoeurng07a5adb2020-12-02 02:14:011670const char kOmniboxDisableCGIParamMatchingName[] =
1671 "Disable CGI Param Name Matching";
1672const char kOmniboxDisableCGIParamMatchingDescription[] =
1673 "Disables using matches in CGI parameter names while scoring suggestions.";
1674
Mustafa Emre Acercb21d5d2021-01-12 08:08:351675const char kOmniboxDefaultTypedNavigationsToHttpsName[] =
1676 "Omnibox - Use HTTPS as the default protocol for navigations";
1677const char kOmniboxDefaultTypedNavigationsToHttpsDescription[] =
1678 "Use HTTPS as the default protocol when the user types a URL without "
1679 "a protocol in the omnibox such as 'example.com'. Presently, such an entry "
1680 "navigates to http://example.com. When this feature is enabled, it will "
1681 "navigate to https://example.com if the HTTPS URL is available. If Chrome "
1682 "can't determine the availability of the HTTPS URL within the timeout, it "
1683 "will fall back to the HTTP URL.";
1684
Justin Donnellyf2703482019-10-24 21:42:151685const char kOmniboxExperimentalSuggestScoringName[] =
1686 "Omnibox Experimental Suggest Scoring";
1687const char kOmniboxExperimentalSuggestScoringDescription[] =
1688 "Enables an experimental scoring mode for suggestions when Google is the "
1689 "default search engine.";
1690
Angela Yoeurng715e56082021-05-06 03:13:321691const char kOmniboxKeywordSpaceTriggeringSettingName[] =
1692 "Omnibox Keyword Space Triggering Setting";
1693const char kOmniboxKeywordSpaceTriggeringSettingDescription[] =
1694 "Adds a setting to the search engines setting page to control whether "
1695 "spacebar activates keyword mode.";
1696
Filip Gorskib116dee2020-08-20 14:12:101697const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
1698const char kOmniboxMostVisitedTilesDescription[] =
1699 "Display a list of frquently visited pages from history as a single row "
1700 "with a carousel instead of one URL per line.";
1701
Moe Ahmadi064dbcd2020-08-20 01:53:311702const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPName[] =
1703 "Omnibox Trending Zero Prefix Suggestions";
1704const char kOmniboxTrendingZeroPrefixSuggestionsOnNTPDescription[] =
1705 "Enables trending zero prefix suggestions for signed-in users with no or "
1706 "insufficient search history.";
1707
manuk695f9d4532020-03-18 19:22:081708const char kOmniboxRichAutocompletionName[] = "Omnibox Rich Autocompletion";
1709const char kOmniboxRichAutocompletionDescription[] =
1710 "Allow autocompletion for titles and non-prefixes. I.e. suggestions whose "
1711 "titles or URLs contain the user input as a continuous chunk, but not "
1712 "necessarily a prefix, can be the default suggestion. Typically, only "
1713 "suggestions whose URLs are prefixed by the user input can be. The "
1714 "potential variations toggle 4 params: 1) 'Title UI' displays titles, 2) "
1715 "'2-Line UI' includes titles (and URLs when autocompleting titles) on a "
1716 "2nd line, 3) 'Title AC' autocompletes titles, and 4) 'Non-Prefix AC' "
1717 "autocompletes non-prefixes.";
manuk55bdd972020-07-17 01:06:221718const char kOmniboxRichAutocompletionMinCharName[] =
1719 "Omnibox Rich Autocompletion Min Characters";
1720const char kOmniboxRichAutocompletionMinCharDescription[] =
1721 "Specifies min input character length to trigger rich autocompletion.";
manuk2a837412020-07-30 20:57:561722const char kOmniboxRichAutocompletionShowAdditionalTextName[] =
1723 "Omnibox Rich Autocompletion Show Additional Text";
1724const char kOmniboxRichAutocompletionShowAdditionalTextDescription[] =
1725 "Show the suggestion title or URL additional text when the input matches "
1726 "the URL or title respectively. Defaults to true.";
manukh848a0252020-09-30 19:14:141727const char kOmniboxRichAutocompletionSplitName[] =
1728 "Omnibox Rich Autocompletion Split";
1729const char kOmniboxRichAutocompletionSplitDescription[] =
1730 "Allow splitting the user input to intermix with autocompletions; e.g., "
1731 "the user input 'x z' could be autocompleted as 'x [y ]z'.";
manukheea2de32021-01-22 02:36:231732const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesName[] =
1733 "Omnibox Rich Autocompletion Prefer URLs over prefixes";
1734const char kOmniboxRichAutocompletionPreferUrlsOverPrefixesDescription[] =
1735 "When the input matches both a suggestion's title's prefix and its URL's "
1736 "non-prefix, autocomplete the URL.";
manukh6b9c59c2020-08-28 19:29:251737const char kOmniboxRichAutocompletionPromisingName[] =
1738 "Omnibox Rich Autocompletion Promising Combinations";
1739const char kOmniboxRichAutocompletionPromisingDescription[] =
1740 "Allow autocompletion for titles and non-prefixes; see Omnibox Rich "
1741 "Autocompletion.";
manuk695f9d4532020-03-18 19:22:081742
Rachel Wonge497f032020-09-21 04:26:411743const char kOmniboxRichEntitiesInLauncherName[] =
1744 "Omnibox rich entities in the launcher";
1745const char kOmniboxRichEntitiesInLauncherDescription[] =
1746 "Enable rich entity formatting for Omnibox results in the launcher.";
1747
Tommy Li55784022020-04-28 20:58:181748const char kOmniboxOnFocusSuggestionsContextualWebName[] =
1749 "Omnibox on-focus suggestions for the contextual Web";
1750const char kOmniboxOnFocusSuggestionsContextualWebDescription[] =
1751 "Enables on-focus suggestions on the Open Web, that are contextual to the "
1752 "current URL. Will only work if user is signed-in and syncing, or is "
1753 "otherwise eligible to send the current page URL to the suggest server.";
1754
Benoit Lizeab08362c2017-07-19 14:50:541755const char kOmniboxSpareRendererName[] =
1756 "Start spare renderer on omnibox focus";
1757const char kOmniboxSpareRendererDescription[] =
1758 "When the omnibox is focused, start an empty spare renderer. This can "
1759 "speed up the load of the navigation from the omnibox.";
1760
Gang Wua4a85312020-06-20 05:14:131761const char kOmniboxTabSwitchSuggestionsName[] =
1762 "Omnibox switch to tab suggestions";
1763const char kOmniboxTabSwitchSuggestionsDescription[] =
1764 "Enable URL suggestions to optionally take the user to a tab where a "
1765 "website is already opened.";
1766
Tommy C. Lie4194b732018-09-28 22:21:511767const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1768 "Omnibox UI Hide Steady-State URL Scheme";
1769const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1770 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361771 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511772
1773const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1774 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1775const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1776 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361777 "Hidden portions are restored during editing.";
1778
Emily Starkacd08282020-06-08 23:34:491779const char kOmniboxUIRevealSteadyStateUrlPathQueryAndRefOnHoverName[] =
1780 "Omnibox UI Reveal Steady-State URL Path, Query, and Ref On Hover";
1781const char kOmniboxUIRevealSteadyStateUrlPathQueryAndRefOnHoverDescription[] =
1782 "In the omnibox, reveal the path, query and ref from steady state "
Emily Stark8abb7d52020-06-22 23:42:551783 "displayed URLs on hover.";
Emily Starkacd08282020-06-08 23:34:491784
1785const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefOnInteractionName[] =
1786 "Omnibox UI Hide Steady-State URL Path, Query, and Ref On Interaction";
1787const char
1788 kOmniboxUIHideSteadyStateUrlPathQueryAndRefOnInteractionDescription[] =
1789 "In the omnibox, hide the path, query and ref from steady state "
Emily Stark8abb7d52020-06-22 23:42:551790 "displayed URLs when the user interacts with the page.";
Emily Starkacd08282020-06-08 23:34:491791
Joe DeBlasio6d5806e12020-08-06 17:27:181792const char kOmniboxUIMaybeElideToRegistrableDomainName[] =
1793 "Omnibox UI Sometimes Hide Steady-State URL Subdomains Beyond Registrable "
1794 "Domain";
1795const char kOmniboxUIMaybeElideToRegistrableDomainDescription[] =
1796 "In the omnibox, occasionally hide subdomains as well as path, query and "
1797 "ref from steady state displayed URLs, depending on heuristics. Has no "
1798 "effect unless at least one of "
Emily Stark4bca290ac2020-06-29 21:02:301799 "#omnibox-ui-reveal-steady-state-url-path-query-and-ref-on-hover or "
1800 "#omnibox-ui-hide-steady-state-url-path-query-and-ref-on-interaction is "
1801 "enabled.";
1802
manukfdd97402020-07-22 18:19:171803const char kOmniboxMaxZeroSuggestMatchesName[] =
1804 "Omnibox Max Zero Suggest Matches";
1805const char kOmniboxMaxZeroSuggestMatchesDescription[] =
1806 "Changes the maximum number of autocomplete matches displayed when zero "
1807 "suggest is active (i.e. displaying suggestions without input).";
1808
Brett Wilsonecb80982017-07-12 20:34:511809const char kOmniboxUIMaxAutocompleteMatchesName[] =
1810 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:511811const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1812 "Changes the maximum number of autocomplete matches displayed in the "
1813 "Omnibox UI.";
1814
Kevin Baileycd6889922019-05-30 17:22:551815const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
1816const char kOmniboxMaxURLMatchesDescription[] =
1817 "The maximum number of URL matches to show, unless there are no "
1818 "replacements.";
1819
manuk4e2979d2020-07-08 23:29:281820const char kOmniboxDynamicMaxAutocompleteName[] =
1821 "Omnibox Dynamic Max Autocomplete";
1822const char kOmniboxDynamicMaxAutocompleteDescription[] =
1823 "Configures the maximum number of autocomplete matches displayed in the "
1824 "Omnibox UI dynamically based on the number of URL matches.";
1825
Ce Chenc8d803a2020-04-27 09:31:331826const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
1827 "Omnibox on device head suggestions (incognito only)";
1828const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
Ce Chen20af01c2019-07-02 19:16:361829 "Google head non personalized search suggestions provided by a compact on "
Ce Chenc8d803a2020-04-27 09:31:331830 "device model for incognito";
1831
1832const char kOmniboxOnDeviceHeadSuggestionsNonIncognitoName[] =
1833 "Omnibox on device head suggestions (non-incognito only)";
1834const char kOmniboxOnDeviceHeadSuggestionsNonIncognitoDescription[] =
1835 "Google head non personalized search suggestions provided by a compact on "
1836 "device model for non-incognito";
Ce Chen20af01c2019-07-02 19:16:361837
Tommy Li52c20852020-10-09 23:40:091838const char kOmniboxWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
1839const char kOmniboxWebUIOmniboxPopupDescription[] =
1840 "If enabled, uses WebUI to render the omnibox suggestions popup, similar "
1841 "to how the NTP \"realbox\" is implemented.";
1842
Ryan Sturm98e6aec2020-11-30 20:34:381843const char kEnableSearchPrefetchName[] = "Search Prefetch";
1844const char kEnableSearchPrefetchDescription[] =
1845 "Allow the default search engine to specify prefetch behavior for "
1846 "suggestions to search results pages.";
1847
Adrienne Walkerc87477e2018-06-06 22:28:211848const char kOopRasterizationName[] = "Out of process rasterization";
1849const char kOopRasterizationDescription[] =
1850 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1851 "Must also enable GPU rasterization";
1852
Khushal Sagar5d9d4f22020-05-28 15:42:131853const char kOopRasterizationDDLName[] =
1854 "Out of process rasterization using DDLs";
1855const char kOopRasterizationDDLDescription[] =
1856 "Use Skia Deferred Display Lists when performing rasterization in the GPU "
1857 "process "
1858 "Must also enable OOP rasterization";
1859
mcrousecece5812021-03-03 22:31:571860const char kOptimizationGuideModelDownloadingName[] =
1861 "Allow optimization guide model downloads";
1862const char kOptimizationGuideModelDownloadingDescription[] =
1863 "Enables the optimization guide to download prediction models.";
1864
Eric Karl34c48382019-10-15 02:04:171865const char kEnableDeJellyName[] = "Experimental de-jelly effect";
1866const char kEnableDeJellyDescription[] =
1867 "Enables an experimental effect which attempts to mitigate "
1868 "\"jelly-scrolling\". This is an experimental implementation with known "
1869 "bugs, visual artifacts, and performance cost. This implementation may be "
1870 "removed at any time.";
1871
Ethan Mooney01e6f192021-06-10 13:14:071872const char kOsSettingsAppNotificationsPageName[] =
1873 "CrOS Settings App Notifications Page";
1874const char kOsSettingsAppNotificationsPageDescription[] =
1875 "If enabled, a new App Notifications subpage will appear in the "
1876 "CrOS Settings Apps section.";
1877
Daniel Classon5d8a0fd2020-06-30 03:28:491878const char kOsSettingsDeepLinkingName[] = "CrOS Settings Deep Linking";
1879const char kOsSettingsDeepLinkingDescription[] =
1880 "Enables a unique URL for each path in CrOS settings. "
1881 "This allows deep linking to individual settings, i.e. in settings search.";
1882
Wez600f06c2021-03-05 20:32:301883const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1884const char kOverlayScrollbarsDescription[] =
1885 "Enable the experimental overlay scrollbars implementation. You must also "
1886 "enable threaded compositing to have the scrollbars animate.";
1887
Daniele Castagna74ddb9c2018-06-21 22:59:021888const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1889const char kOverlayStrategiesDescription[] =
1890 "Select strategies used to promote quads to HW overlays.";
1891const char kOverlayStrategiesDefault[] = "Default";
1892const char kOverlayStrategiesNone[] = "None";
1893const char kOverlayStrategiesUnoccludedFullscreen[] =
1894 "Unoccluded fullscreen buffers (single-fullscreen)";
1895const char kOverlayStrategiesUnoccluded[] =
1896 "Unoccluded buffers (single-fullscreen,single-on-top)";
1897const char kOverlayStrategiesOccludedAndUnoccluded[] =
1898 "Occluded and unoccluded buffers "
1899 "(single-fullscreen,single-on-top,underlay)";
1900
Scott Littleb26dc862020-09-30 18:08:111901const char kOverrideLanguagePrefsForHrefTranslateName[] =
1902 "Override user-blocklisted languages for hrefTranslate";
1903const char kOverrideLanguagePrefsForHrefTranslateDescription[] =
1904 "When using hrefTranslate, ignore the user's blocklist of languages that "
1905 "shouldn't be translated.";
1906const char kOverrideSitePrefsForHrefTranslateName[] =
1907 "Override user-blocklisted sites for hrefTranslate";
1908const char kOverrideSitePrefsForHrefTranslateDescription[] =
1909 "When using hrefTranslate, ignore the user's blocklist of websites that "
1910 "shouldn't be translated.";
1911
Jinsuk Kim2e139e432021-02-26 03:46:561912const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1913const char kOverscrollHistoryNavigationDescription[] =
1914 "History navigation in response to horizontal overscroll.";
1915
Olesia Marukhno4d09c9072021-04-08 09:43:231916const char kPageInfoV2DesktopName[] = "Page info version two desktop";
1917const char kPageInfoV2DesktopDescription[] =
1918 "Enable the second version of the page info menu on desktop.";
1919
Xing Liu5400a002017-09-15 21:48:291920const char kParallelDownloadingName[] = "Parallel downloading";
1921const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061922 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291923
Brett Wilsonecb80982017-07-12 20:34:511924const char kPassiveEventListenersDueToFlingName[] =
1925 "Touch Event Listeners Passive Default During Fling";
1926const char kPassiveEventListenersDueToFlingDescription[] =
1927 "Forces touchstart, and first touchmove per scroll event listeners during "
1928 "fling to be treated as passive.";
1929
1930const char kPassiveDocumentEventListenersName[] =
1931 "Document Level Event Listeners Passive Default";
1932const char kPassiveDocumentEventListenersDescription[] =
1933 "Forces touchstart, and touchmove event listeners on document level "
1934 "targets (which haven't requested otherwise) to be treated as passive.";
1935
Sahel Sharify7400e882018-08-13 17:13:211936const char kPassiveDocumentWheelEventListenersName[] =
1937 "Document Level Wheel Event Listeners Passive Default";
1938const char kPassiveDocumentWheelEventListenersDescription[] =
1939 "Forces wheel, and mousewheel event listeners on document level targets "
1940 "(which haven't requested otherwise) to be treated as passive.";
1941
Maxim Kolosovskiy411dc8742020-07-25 11:50:141942const char kPasswordChangeInSettingsName[] =
1943 "Rework password change flow from settings";
1944const char kPasswordChangeInSettingsDescription[] =
1945 "Change password when bulk leak check detected an issue.";
1946
Milica Selakovice8bdde612020-02-19 11:48:361947const char kPasswordChangeName[] = "Rework password change flow";
1948const char kPasswordChangeDescription[] =
1949 "Change password when password leak is detected.";
1950
Vaclav Brozekd8a3f542017-11-16 14:21:131951const char kPasswordImportName[] = "Password import";
1952const char kPasswordImportDescription[] =
1953 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511954
Maxim Kolosovskiybf5b2262020-09-25 15:47:331955const char kPasswordScriptsFetchingName[] = "Fetch password scripts";
1956const char kPasswordScriptsFetchingDescription[] =
1957 "Fetches scripts for password change flows.";
1958
Carlos ILc5c2e2702020-12-15 21:19:501959const char kPdfXfaFormsName[] = "PDF XFA support";
1960const char kPdfXfaFormsDescription[] =
1961 "Enables support for XFA forms in PDFs. "
1962 "Has no effect if Chrome was not built with XFA support.";
1963
Aran Gilman5e9672bed2019-08-02 19:07:491964const char kForceWebContentsDarkModeName[] = "Force Dark Mode for Web Contents";
1965const char kForceWebContentsDarkModeDescription[] =
1966 "Automatically render all web contents using a dark theme.";
1967
Alison Maherc07a3fb2019-10-07 21:25:031968const char kForcedColorsName[] = "Forced Colors";
1969const char kForcedColorsDescription[] =
1970 "Enables forced colors mode for web content.";
1971
Matt Amertecf4bf32019-09-25 19:50:391972const char kPercentBasedScrollingName[] = "Percent-based Scrolling";
1973const char kPercentBasedScrollingDescription[] =
1974 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
1975 "of the scroller size.";
1976
Olesia Marukhno16fdd647a2020-05-04 09:34:001977const char kPermissionChipName[] = "Permissions Chip Experiment";
1978const char kPermissionChipDescription[] =
1979 "Enables an experimental permission prompt that uses a chip in the location"
1980 " bar.";
1981
Bret Sepulveda4aec1d5f2021-03-18 15:24:401982const char kPermissionChipGestureSensitiveName[] =
1983 "Gesture-sensitive Permissions Chip";
1984const char kPermissionChipGestureSensitiveDescription[] =
1985 "If the Permissions Chip Experiment is enabled, controls whether or not "
1986 "the chip should be more prominent when the request is associated with a "
1987 "gesture.";
1988
1989const char kPermissionChipRequestTypeSensitiveName[] =
1990 "Request-type-sensitive Permissions Chip";
1991const char kPermissionChipRequestTypeSensitiveDescription[] =
1992 "If the Permissions Chip Experiment is enabled, controls whether or not "
1993 "the chip should be more or less prominent depending on the request type.";
1994
Andy Paicu204a1bb82020-11-12 21:50:141995const char kPermissionPredictionsName[] = "Permission Predictions";
1996const char kPermissionPredictionsDescription[] =
1997 "Use the Permission Predictions Service to surface permission requests "
1998 "using a quieter UI when the likelihood of the user granting the "
1999 "permission is predicted to be low. Requires "
2000 "chrome://flags/#quiet-notification-prompts and `Safe Browsing Enhanced "
2001 "Protection` to be enabled.";
2002
Francois Beaufort3890c312021-05-19 19:03:292003const char kPlaybackSpeedButtonName[] = "Playback Speed Button";
2004const char kPlaybackSpeedButtonDescription[] =
2005 "Enable the playback speed button on the media controls.";
2006
Ella Geb58eed12019-09-05 23:37:012007const char kPointerLockOptionsName[] = "Enables pointer lock options";
2008const char kPointerLockOptionsDescription[] =
2009 "Enables pointer lock unadjustedMovement. When unadjustedMovement is set "
2010 "to true, pointer movements wil not be affected by the underlying platform "
2011 "modications such as mouse accelaration.";
2012
Hiroki Nakagawa5bc48482020-11-19 08:23:552013const char kPrerender2Name[] = "Prerender2";
2014const char kPrerender2Description[] =
Lingqi Chid869d3e2021-06-08 00:00:012015 "Enables the new prerenderer implementation for "
2016 "<script type=speculationrules> that specifies prerender candidates.";
Hiroki Nakagawa5bc48482020-11-19 08:23:552017
Tymofii Chudakov58d51bcf2020-10-05 09:20:212018const char kPrivacyAdvisorName[] = "Privacy Advisor";
2019const char kPrivacyAdvisorDescription[] =
2020 "Provides contextual entry points for adjusting privacy settings";
2021
Rainhard Findling62b818f2021-06-08 09:38:092022const char kPrivacyReviewName[] = "Privacy Review";
2023const char kPrivacyReviewDescription[] =
2024 "Shows a new subpage in Settings that helps the user to review various "
2025 "privacy settings.";
2026
Sean Harrison0a44455c2020-11-17 18:14:542027const char kPrivacySandboxSettingsName[] = "Privacy Sandbox Settings";
2028const char kPrivacySandboxSettingsDescription[] =
Rainhard Findlingd9b03f92021-02-15 13:41:592029 "Enables privacy sandbox settings. Requires at least one of the Privacy "
2030 "Sandbox APIs to be enabled.";
Sean Harrison0a44455c2020-11-17 18:14:542031
sauski288c8472021-05-05 18:01:262032const char kPrivacySandboxSettings2Name[] = "Privacy Sandbox Settings 2";
2033const char kPrivacySandboxSettings2Description[] =
2034 "Enables the second set of privacy sandbox settings. Requires "
2035 "#privacy-sandbox-settings to also be enabled";
2036
Rainhard Findlingb08b52dc2020-12-01 10:23:072037const char kSafetyCheckWeakPasswordsName[] = "Safety check for weak passwords";
2038const char kSafetyCheckWeakPasswordsDescription[] =
Jan Wilken Dörrie61fa525d2021-02-12 09:28:482039 "If weak passwords were found, show them in safety check.";
Rainhard Findlingb08b52dc2020-12-01 10:23:072040
Dana Friedac7b8ff2019-09-18 21:27:572041const char kProminentDarkModeActiveTabTitleName[] =
2042 "Prominent Dark Mode Active Tab Titles";
2043const char kProminentDarkModeActiveTabTitleDescription[] =
2044 "Makes the active tab title in dark mode bolder so the active tab is "
2045 "easier "
2046 "to identify.";
2047
Moe Ahmadi113a0872020-08-10 21:07:402048const char kPromoBrowserCommandsName[] = "NTP Promo Browser Commands";
2049const char kPromoBrowserCommandsDescription[] =
2050 "Enables executing the browser commands sent by the NTP promos";
2051
Mohsen Izadi93faac12017-07-29 04:45:152052const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2053const char kPullToRefreshDescription[] =
2054 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012055const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152056
Finnur Thorarinsson818e6c112021-05-19 13:06:462057const char kPwaUpdateDialogForNameAndIconName[] =
2058 "Enable PWA install update dialog for name/icon changes";
2059const char kPwaUpdateDialogForNameAndIconDescription[] =
2060 "Enable a confirmation dialog that shows up when a PWA changes its "
2061 "icon/name";
2062
Brett Wilsonecb80982017-07-12 20:34:512063const char kQuicName[] = "Experimental QUIC protocol";
2064const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2065
Max Tauroe049b272021-06-01 18:45:342066const char kQuickActionSearchWidgetAndroidName[] = "Quick Action Search Widget";
2067const char kQuickActionSearchWidgetAndroidDescription[] =
2068 "When enabled, the quick action search widget will be available to add to "
2069 "the homescreen.";
2070
Kamila2724bd702019-09-10 16:08:582071const char kQuietNotificationPromptsName[] =
2072 "Quieter notification permission prompts";
2073const char kQuietNotificationPromptsDescription[] =
2074 "Enables quieter permission prompts for notification permission requests. "
2075 "When a site wishes to show notifications, the usual modal dialog is "
2076 "replaced with a quieter version.";
2077
Illia Klimov5ba0f172020-09-30 21:23:232078const char kAbusiveNotificationPermissionRevocationName[] =
2079 "Abusive notification permission revocation";
2080const char kAbusiveNotificationPermissionRevocationDescription[] =
2081 "Enables notification permission revocation for abusive origins. "
2082 "Prior to dispatching a push message to the service worker, the origin is "
2083 "verified through Safe Browsing. Origins with abusive notification "
2084 "permission requests or content will have the notification permission "
2085 "revoked.";
2086
Tymofii Chudakova0b5f232020-08-06 12:13:002087const char kContentSettingsRedesignName[] = "Content settings page redesign";
2088const char kContentSettingsRedesignDescription[] =
2089 "Enables a new content settings page UI.";
2090
Darwin Huangf588cc8e2019-12-13 22:24:562091const char kRawClipboardName[] = "Raw Clipboard";
2092const char kRawClipboardDescription[] =
2093 "Allows raw / unsanitized clipboard content to be read and written. "
2094 "See https://github.com/WICG/raw-clipboard-access.";
2095
Caroline Risingd572da02021-03-30 20:41:082096const char kReadLaterNewBadgePromoName[] = "Reading list 'New' badge promo";
2097const char kReadLaterNewBadgePromoDescription[] =
2098 "Causes a 'New' badge to appear on the entry point for adding to the "
2099 "reading list in the tab context menu.";
2100
Alan Cutter20fd08f2020-12-01 13:39:162101const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2102const char kRecordWebAppDebugInfoDescription[] =
2103 "Enables recording additional web app related debugging data to be "
2104 "displayed in: chrome://internals/web-app";
2105
Mike Taylorcf2393772021-05-25 16:35:412106const char kReduceUserAgentName[] = "Reduce User-Agent request header";
2107const char kReduceUserAgentDescription[] =
2108 "Reduce (formerly, \"freeze\") the amount of information available in "
2109 "the User-Agent request header. "
2110 "See https://www.chromium.org/updates/ua-reduction for more info.";
2111
James Hollyer6e5f5c32020-07-27 21:18:102112const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2113const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222114 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2115 "API";
James Hollyer6e5f5c32020-07-27 21:18:102116
Dominic Farolino0e1f9a1a2020-11-25 23:25:002117const char kMBIModeName[] = "MBI Scheduling Mode";
2118const char kMBIModeDescription[] =
2119 "Enables independent agent cluster scheduling, via the "
2120 "AgentSchedulingGroup infrastructure.";
2121
OlivierLi95a0f6a52020-06-18 15:40:082122const char kIntensiveWakeUpThrottlingName[] =
2123 "Throttle Javascript timers in background.";
2124const char kIntensiveWakeUpThrottlingDescription[] =
Francois Doray6cff4e02020-07-01 01:12:582125 "When enabled, wake ups from DOM Timers are limited to 1 per minute in a "
2126 "page that has been hidden for 5 minutes. For additional details, see "
2127 "https://www.chromestatus.com/feature/4718288976216064.";
OlivierLi95a0f6a52020-06-18 15:40:082128
Joe DeBlasiofb277092019-07-03 23:46:362129const char kSafetyTipName[] =
2130 "Show Safety Tip UI when visiting low-reputation websites";
2131const char kSafetyTipDescription[] =
2132 "If enabled, a Safety Tip UI may be displayed when visiting or interacting "
2133 "with a site Chrome believes may be suspicious.";
2134
Steven Bingler646b3612020-07-06 17:27:182135const char kSchemefulSameSiteName[] = "Schemeful Same-Site";
2136const char kSchemefulSameSiteDescription[] =
2137 "Modify the same-site computation such that origins with the same "
2138 "registrable domain but different schemes are considered cross-site. This "
2139 "change only applies to cookies with the 'SameSite' attribute.";
2140
minch4f893b42020-10-05 21:48:372141const char kScreenCaptureTestName[] = "Screen capture test";
2142const char kScreenCaptureTestDescription[] =
2143 "Enables an improved screen capture experience which aims to increase "
2144 "productivity by making screen capture discoverable, intuitive, and "
2145 "powerful. When enabled, access a new screen capture entry point from "
2146 "quick settings. Select the capture type and selection default from the "
2147 "capture mode UI bar. Try out new screen recording functionality.";
2148
Elaine Chien2b731c82021-01-28 17:50:562149const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142150const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592151const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142152 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592153
Taylor Bergquist1e4bc9bf2021-04-27 21:51:082154const char kScrollableTabStripButtonsName[] = "Tab Scrolling Buttons";
2155const char kScrollableTabStripButtonsDescription[] =
2156 "When the scrollable-tabstrip flag is enabled, this enables buttons to "
2157 "permanently appear on the tabstrip.";
2158
David Bokanebe23cc52020-05-11 18:20:462159const char kScrollUnificationName[] = "Scroll Unification";
2160const char kScrollUnificationDescription[] =
2161 "Refactoring project that eliminates scroll handling code from Blink. "
2162 "Does not affect behavior or performance.";
2163
Andrey Zaytsev0c74fc42021-03-17 10:48:012164const char kSearchHistoryLinkName[] = "Search History Link";
2165const char kSearchHistoryLinkDescription[] =
2166 "Changes the Clear Browsing Data UI to display a link to clear search "
2167 "history on My Google Activity.";
2168
Rouslan Solomakhine73fa7852020-08-28 10:33:462169const char kSecurePaymentConfirmationDebugName[] =
2170 "Secure Payment Confirmation Debug Mode";
2171const char kSecurePaymentConfirmationDebugDescription[] =
2172 "This flag removes the restriction that PaymentCredential in WebAuthn and "
2173 "secure payment confirmation in PaymentRequest API must use user verifying "
2174 "platform authenticators.";
2175
Victor Hugo Vianna Silvabc7f5dd62021-01-07 15:18:502176const char kSendTabToSelfWhenSignedInName[] = "Send tab to self when signed-in";
2177const char kSendTabToSelfWhenSignedInDescription[] =
2178 "Makes the tab sharing feature also available for users who have \"only\" "
2179 "signed-in to their Google Account (as opposed to having enabled Sync).";
2180
Kyle Milka9b53215c32021-05-10 18:40:342181extern const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
2182extern const char kSendTabToSelfV2Description[] =
2183 "Enables new received tab "
2184 "UI shown next to the profile icon instead of using system notifications.";
2185
Peter Boströmb136d872021-06-16 18:56:072186const char kSidePanelFlagId[] = "side-panel";
Peter Boström259e1472020-10-22 22:26:242187const char kSidePanelName[] = "Side panel";
Peter Boströmb136d872021-06-16 18:56:072188const char kSidePanelDescription[] =
2189 "Enables a browser-level side panel for a useful and persistent way to "
2190 "access your Reading List and Bookmarks.";
Peter Boström259e1472020-10-22 22:26:242191
Noah Lemen4330a222021-04-27 23:17:472192const char kServiceWorkerSubresourceFilterName[] =
2193 "ServiceWorker subresource filter";
2194const char kServiceWorkerSubresourceFilterDescription[] =
2195 "Enables an experimental API to specify subresource URLs that bypass "
2196 "service workers";
2197
Yasmin69a132f2019-08-07 15:30:362198const char kSharedClipboardUIName[] =
2199 "Enable shared clipboard feature signals to be handled";
2200const char kSharedClipboardUIDescription[] =
2201 "Enables shared clipboard feature signals to be handled by showing "
2202 "a list of user's available devices to share the clipboard.";
2203
Kristi Parkaedd01f2021-04-02 23:40:072204const char kSharingHubDesktopAppMenuName[] = "Desktop Sharing Hub in App Menu";
2205const char kSharingHubDesktopAppMenuDescription[] =
2206 "Enables the Chrome Sharing Hub in the 3-dot menu for desktop.";
2207
2208const char kSharingHubDesktopOmniboxName[] = "Desktop Sharing Hub in Omnibox";
2209const char kSharingHubDesktopOmniboxDescription[] =
2210 "Enables the Chrome Sharing Hub in the omnibox for desktop.";
2211
Himanshu Jaju8cf9c242019-11-06 13:52:532212const char kSharingPeerConnectionReceiverName[] =
2213 "Enable receiver device to handle peer connection requests.";
2214const char kSharingPeerConnectionReceiverDescription[] =
2215 "Enables receiver device to connect and share data using a peer to peer "
2216 "connection.";
2217
2218const char kSharingPeerConnectionSenderName[] =
2219 "Enable sender device to initiate peer connection requests.";
2220const char kSharingPeerConnectionSenderDescription[] =
2221 "Enables the sender devices to connect with chosen device using a peer to "
2222 "peer connection for transferring data.";
2223
Alex Chaud7886842020-05-13 15:37:052224const char kSharingPreferVapidName[] =
2225 "Prefer sending Sharing message via VAPID";
2226const char kSharingPreferVapidDescription[] =
2227 "Prefer sending Sharing message via FCM WebPush authenticated using VAPID.";
2228
Alex Chauf15a7192020-01-30 17:37:512229const char kSharingSendViaSyncName[] =
2230 "Enable sending Sharing message via Sync";
2231const char kSharingSendViaSyncDescription[] =
2232 "Enables sending Sharing message via commiting to Chrome Sync's "
2233 "SHARING_MESSAGE data type";
2234
Manu Cornetd7ef7c52018-05-01 22:08:232235const char kShelfHoverPreviewsName[] =
2236 "Show previews of running apps when hovering over the shelf.";
2237const char kShelfHoverPreviewsDescription[] =
2238 "Shows previews of the open windows for a given running app when hovering "
2239 "over the shelf.";
2240
Brett Wilsonecb80982017-07-12 20:34:512241const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
2242const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:382243 "Annotates web forms with Autofill signatures as HTML attributes. Also "
2244 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:512245
2246const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
2247const char kShowAutofillTypePredictionsDescription[] =
2248 "Annotates web forms with Autofill field type predictions as placeholder "
2249 "text.";
2250
Lei Zhang1a6fd01b2021-03-24 17:03:482251const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
2252const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:152253 "Display the performance metrics of current page in a heads up display on "
2254 "the page.";
2255
pwarren878671672019-12-13 19:18:162256const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
2257const char kShowOverdrawFeedbackDescription[] =
2258 "Visualize overdraw by color-coding elements based on if they have other "
2259 "elements drawn underneath.";
2260
kylechare8835ca92020-03-16 15:34:582261const char kSkiaRendererName[] = "Skia API for compositing";
Jonathan Backer93610a82019-03-27 14:02:382262const char kSkiaRendererDescription[] =
2263 "If enabled, the display compositor will use Skia as the graphics API "
kylechare8835ca92020-03-16 15:34:582264 "instead of OpenGL ES.";
Jonathan Backer93610a82019-03-27 14:02:382265
Lukasz Anforowiczd2e16e62019-03-28 19:06:592266const char kIsolateOriginsName[] = "Isolate additional origins";
2267const char kIsolateOriginsDescription[] =
2268 "Requires dedicated processes for an additional set of origins, "
2269 "specified as a comma-separated list.";
2270
Mike West6b2bd752020-12-02 06:36:592271const char kIsolationByDefaultName[] =
2272 "Change web-facing behaviors that prevent origin-level isolation";
2273const char kIsolationByDefaultDescription[] =
2274 "Change several web APIs that make it difficult to isolate origins into "
2275 "distinct processes. While these changes will ideally become new default "
2276 "behaviors for the web, this flag is likely to break your experience on "
2277 "sites you visit today.";
2278
Lukasz Anforowicz738a88d2018-11-05 19:19:342279const char kSiteIsolationOptOutName[] = "Disable site isolation";
2280const char kSiteIsolationOptOutDescription[] =
2281 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:572282 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
2283 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:222284 "isolation is force-enabled using a command line switch or using an "
2285 "enterprise policy. "
2286 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:572287 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:342288const char kSiteIsolationOptOutChoiceDefault[] = "Default";
2289const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:512290
Brett Wilsonecb80982017-07-12 20:34:512291const char kSmoothScrollingName[] = "Smooth Scrolling";
2292const char kSmoothScrollingDescription[] =
2293 "Animate smoothly when scrolling page content.";
2294
Majid Valipourae11335e2020-10-14 04:09:242295const char kWebOTPCrossDeviceName[] = "WebOTP Cross Device";
2296const char kWebOTPCrossDeviceDescription[] =
2297 "Enable the WebOTP API to work across devices";
Sam Goto09d69a12019-11-20 23:56:562298
shivanigithub75489e352021-02-22 19:24:302299const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
2300const char kSplitCacheByNetworkIsolationKeyDescription[] =
2301 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
2302 "disallow cross-site tracking.";
2303
Charlie Reis45fc8d72021-05-27 23:37:172304const char kStrictExtensionIsolationName[] = "Strict Extension Isolation";
2305const char kStrictExtensionIsolationDescription[] =
2306 "Experimental security mode that prevents extensions from sharing a "
2307 "process with each other.";
2308
Lei Zhang507fffd2020-01-29 23:47:542309const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
2310const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:462311 "Experimental security mode that strengthens the site isolation policy. "
2312 "Controls whether site isolation should use origins instead of scheme and "
2313 "eTLD+1.";
2314
Brandon Maslenda12cf82019-08-23 20:54:182315const char kStorageAccessAPIName[] = "Storage Access API";
2316const char kStorageAccessAPIDescription[] =
2317 "Enables the Storage Access API, allowing websites to request storage "
2318 "access when it would otherwise be restricted.";
2319
Lexi Stavrakos094fd642020-06-17 23:26:432320const char kStoragePressureEventName[] = "Enable storage pressure Event";
2321const char kStoragePressureEventDescription[] =
2322 "If enabled, Chrome will dispatch a DOM event, informing applications "
2323 "about storage pressure (low disk space)";
2324
Talal Jawaid493a07732021-05-06 21:30:232325const char kStoreHoursAndroidName[] = "Store Hours";
2326const char kStoreHoursAndroidDescription[] =
2327 "When enabled, shows store hours for stores in tab grid view.";
2328
Brett Wilsonecb80982017-07-12 20:34:512329const char kSuggestionsWithSubStringMatchName[] =
2330 "Substring matching for Autofill suggestions";
2331const char kSuggestionsWithSubStringMatchDescription[] =
2332 "Match Autofill suggestions based on substrings (token prefixes) rather "
2333 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:342334
Siyu An9655bd22020-09-14 23:09:072335const char kSyncAutofillWalletOfferDataName[] =
2336 "Enable syncing autofill offer data";
2337const char kSyncAutofillWalletOfferDataDescription[] =
2338 "When enabled, allows syncing autofill wallet offer data type.";
2339
Brett Wilsonecb80982017-07-12 20:34:512340const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
2341const char kSyncSandboxDescription[] =
2342 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:342343
Mikel Astiz850b0fe2021-06-16 09:47:272344const char kSyncTrustedVaultPassphrasePromoName[] =
2345 "Enable promos for sync trusted vault passphrase.";
2346const char kSyncTrustedVaultPassphrasePromoDescription[] =
2347 "Enables promos for an experimental sync passphrase type, referred to as "
2348 "trusted vault.";
2349
2350const char kSyncTrustedVaultPassphraseRecoveryName[] =
2351 "Enable sync trusted vault passphrase with improved recovery.";
2352const char kSyncTrustedVaultPassphraseRecoveryDescription[] =
2353 "Enables support for an experimental sync passphrase type, referred to as "
2354 "trusted vault, including logic and APIs for improved account recovery "
2355 "flows.";
2356
Joe Downing8cbbc192018-05-14 17:37:072357const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
2358const char kSystemKeyboardLockDescription[] =
2359 "Enables websites to use the keyboard.lock() API to intercept system "
2360 "keyboard shortcuts and have the events routed directly to the website "
2361 "when in fullscreen mode.";
2362
Ahmed Mehfoozf719a672020-12-17 23:32:522363const char kStylusBatteryStatusName[] =
2364 "Show stylus battery stylus in the stylus tools menu";
2365const char kStylusBatteryStatusDescription[] =
2366 "Enables viewing the current stylus battery level in the stylus tools "
2367 "menu.";
2368
Jesse McKennafbdeac62021-04-26 16:38:472369const char kSubframeShutdownDelayName[] =
2370 "Add delay to subframe renderer process shutdown";
2371const char kSubframeShutdownDelayDescription[] =
2372 "Delays shutdown of subframe renderer processes by a few seconds to allow "
2373 "them to be potentially reused. This aims to reduce process churn in "
2374 "navigations where the source and destination share subframes.";
2375
Matt Simmons1fd0c9f2019-04-15 19:08:222376const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
2377const char kTabEngagementReportingDescription[] =
2378 "Tracks tab engagement and lifetime metrics.";
2379
Yusuf Ozuysal67f05a02019-02-15 19:30:522380const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
2381const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462382 "Allows users to see their tabs in a grid layout in the tab switcher on "
2383 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:522384
Ayman Almadhoun5a72fa742021-04-28 05:49:152385const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
2386const char kCommerceMerchantViewerAndroidDescription[] =
2387 "Allows users to view merchant trust signals on eligible pages.";
2388
Ayman Almadhounf0abff02021-06-17 18:46:212389const char kCommercePriceTrackingAndroidName[] = "Price Tracking";
2390const char kCommercePriceTrackingAndroidDescription[] =
2391 "Allows users to track product prices through Chrome.";
2392
Yusuf Ozuysal436d90b82019-03-15 22:17:582393const char kTabGroupsAndroidName[] = "Tab Groups";
2394const char kTabGroupsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462395 "Allows users to create groups to better organize their tabs on phones.";
Yusuf Ozuysal436d90b82019-03-15 22:17:582396
Yue Zhange5610102019-11-01 19:46:392397const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
2398const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462399 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:392400
Yue Zhang2834d6b2019-05-01 17:30:282401const char kTabGroupsUiImprovementsAndroidName[] = "Tab Groups UI Improvements";
2402const char kTabGroupsUiImprovementsAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:462403 "Allows users to access new features in Tab Group UI on phones.";
Yue Zhang2834d6b2019-05-01 17:30:282404
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092405const char kTabToGTSAnimationAndroidName[] = "Enable Tab-to-GTS Animation";
2406const char kTabToGTSAnimationAndroidDescription[] =
2407 "Allows users to see an animation when entering or leaving the "
Yue Zhang5a167c72020-03-16 16:56:462408 "Grid Tab Switcher on phones.";
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:092409
Charlene Yan45ff10d92020-09-16 03:14:592410const char kTabGroupsAutoCreateName[] = "Tab Groups Auto Create";
2411const char kTabGroupsAutoCreateDescription[] =
2412 "Automatically creates groups for users, if tab groups are enabled.";
2413
Charlene Yand49235292020-03-14 00:55:432414const char kTabGroupsCollapseName[] = "Tab Groups Collapse";
2415const char kTabGroupsCollapseDescription[] =
2416 "Allows a tab group to be collapsible and expandable, if tab groups are "
2417 "enabled.";
2418
Charlene Yan65e7cfe2020-07-28 18:55:292419const char kTabGroupsCollapseFreezingName[] = "Tab Groups Collapse Freezing";
2420const char kTabGroupsCollapseFreezingDescription[] =
2421 "Experimental tab freezing upon collapsing a tab group.";
2422
Charlene Yan5b80e052020-04-02 20:48:562423const char kTabGroupsFeedbackName[] = "Tab Groups Feedback";
2424const char kTabGroupsFeedbackDescription[] =
2425 "Enables the feedback app to appear in the tab group editor bubble, if tab "
2426 "groups are enabled.";
2427
Dana Fried7ecd0e02021-02-03 21:20:572428const char kTabGroupsNewBadgePromoName[] = "Tab Groups 'New' Badge Promo";
2429const char kTabGroupsNewBadgePromoDescription[] =
2430 "Causes a 'New' badge to appear on the entry point for creating a tab "
2431 "group in the tab context menu.";
2432
Dana Friedacaa8ef52019-02-08 02:20:352433const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
2434const char kTabHoverCardImagesDescription[] =
2435 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
2436
Dana Fried07b03c62019-07-31 19:20:562437const char kTabOutlinesInLowContrastThemesName[] =
2438 "Tab Outlines in Low Contrast Themes";
2439const char kTabOutlinesInLowContrastThemesDescription[] =
2440 "Expands the range of situations in which tab outline strokes are "
2441 "displayed, improving accessiblity in dark and incognito mode.";
2442
Emily Shack8cf347332021-06-11 18:04:092443const char kTabRestoreSubMenusName[] = "Show app menu history sub menus";
2444const char kTabRestoreSubMenusDescription[] =
2445 "Show app menu history sub menus for the contents of recently closed tab "
2446 "groups and windows.";
2447
Cheick6a288cd2021-01-18 16:04:222448const char kTextFragmentColorChangeName[] = "Text Fragment color change";
2449const char kTextFragmentColorChangeDescription[] =
2450 "Changes the Text Fragment background color"
2451 "away from the default yellow.";
2452
mcrouse2b928eb2021-02-26 21:59:092453const char kTFLiteLanguageDetectionName[] = "TFLite-based Language Detection";
2454const char kTFLiteLanguageDetectionDescription[] =
2455 "Uses TFLite for language detection in place of CLD3";
2456
Daniele Castagnaac71d892020-07-07 17:30:372457const char kTintCompositedContentName[] = "Tint composited content";
2458const char kTintCompositedContentDescription[] =
2459 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:292460 "study overlay support.";
2461
Peter Kastingd77428352018-10-26 15:20:252462const char kTopChromeTouchUiName[] = "Touch UI Layout";
2463const char kTopChromeTouchUiDescription[] =
2464 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:342465
Brett Wilsonecb80982017-07-12 20:34:512466const char kThreadedScrollingName[] = "Threaded scrolling";
2467const char kThreadedScrollingDescription[] =
2468 "Threaded handling of scroll-related input events. Disabling this will "
2469 "force all such scroll events to be handled on the main thread. Note that "
2470 "this can dramatically hurt scrolling performance of most websites and is "
2471 "intended for testing purposes only.";
2472
W. James MacLean17fc6852021-05-06 18:29:292473const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
2474 "Throttle non-visible cross-origin iframes";
2475const char
2476 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
2477 "When enabled, all cross-origin iframes with zero visibility (either "
2478 "display:none or zero area) will be throttled, regardless of whether "
2479 "they are same-process or cross-process. When disabled, only cross-"
2480 "process iframes will be throttled.";
2481
Brett Wilsonecb80982017-07-12 20:34:512482const char kTouchDragDropName[] = "Touch initiated drag and drop";
2483const char kTouchDragDropDescription[] =
2484 "Touch drag and drop can be initiated through long press on a draggable "
2485 "element.";
2486
Brett Wilsonecb80982017-07-12 20:34:512487const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
2488const char kTouchSelectionStrategyDescription[] =
2489 "Controls how text selection granularity changes when touch text selection "
2490 "handles are dragged. Non-default behavior is experimental.";
2491const char kTouchSelectionStrategyCharacter[] = "Character";
2492const char kTouchSelectionStrategyDirection[] = "Direction";
2493
2494const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
2495const char kTraceUploadUrlDescription[] =
2496 "This is to be used in conjunction with the enable-navigation-tracing "
2497 "flag. Please select the label that best describes the recorded traces. "
2498 "This will choose the destination the traces are uploaded to. If you are "
2499 "not sure, select other. If left empty, no traces will be uploaded.";
2500const char kTraceUploadUrlChoiceOther[] = "Other";
2501const char kTraceUploadUrlChoiceEmloading[] = "emloading";
2502const char kTraceUploadUrlChoiceQa[] = "QA";
2503const char kTraceUploadUrlChoiceTesting[] = "Testing";
2504
Josh Simmons8c98484872021-05-05 20:50:012505const char kTranslateBubbleUIName[] =
2506 "Select which UI to use for translate bubble";
2507const char kTranslateBubbleUIDescription[] =
2508 "Three bubble options to choose. Existing UI is selected by default";
2509
Anthony Vallee-Dubois265c5692018-06-01 15:57:142510const char kTranslateForceTriggerOnEnglishName[] =
2511 "Select which language model to use to trigger translate on English "
2512 "content";
2513const char kTranslateForceTriggerOnEnglishDescription[] =
2514 "Force the Translate Triggering on English pages experiment to be enabled "
2515 "with the selected language model active.";
2516
Josh Simmons8c98484872021-05-05 20:50:012517const char kTranslateIntentName[] = "Translate intent";
2518const char kTranslateIntentDescription[] =
2519 "Enables an intent that allows Assistant to initiate a translation of the "
2520 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:522521
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052522const char kTreatInsecureOriginAsSecureName[] =
2523 "Insecure origins treated as secure";
2524const char kTreatInsecureOriginAsSecureDescription[] =
2525 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:132526 "supplied as a comma-separated list. Origins must have their protocol "
2527 "specified e.g. \"http://example.com\". For the definition of secure "
2528 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052529
Joe DeBlasio2a4fb9982019-05-06 23:44:432530const char kTreatUnsafeDownloadsAsActiveName[] =
2531 "Treat risky downloads over insecure connections as active mixed content";
2532const char kTreatUnsafeDownloadsAsActiveDescription[] =
2533 "Disallows downloads of unsafe files (files that can potentially execute "
2534 "code), where the final download origin or any origin in the redirect "
2535 "chain is insecure if the originating page is secure.";
2536
David Van Cleve08c5bc012020-03-26 17:31:462537const char kTrustTokensName[] = "Enable Trust Tokens";
2538const char kTrustTokensDescription[] =
2539 "Enables the prototype Trust Token API "
2540 "(https://github.com/wicg/trust-token-api).";
2541
Will Cassellafd1edf02020-08-26 23:13:082542const char kTurnOffStreamingMediaCachingOnBatteryName[] =
2543 "Turn off caching of streaming media to disk while on battery power.";
2544const char kTurnOffStreamingMediaCachingOnBatteryDescription[] =
2545 "Reduces disk activity during media playback, which can result in "
2546 "power savings.";
2547
2548const char kTurnOffStreamingMediaCachingAlwaysName[] =
Shawn Pickett0b470712019-08-15 00:43:452549 "Turn off caching of streaming media to disk.";
Will Cassellafd1edf02020-08-26 23:13:082550const char kTurnOffStreamingMediaCachingAlwaysDescription[] =
Shawn Pickett0b470712019-08-15 00:43:452551 "Reduces disk activity during media playback, which can result in "
2552 "power savings.";
2553
Friedrich Horschig2683d832021-06-09 15:47:562554const char kUnifiedPasswordManagerAndroidName[] = "Unified Password Manager";
2555const char kUnifiedPasswordManagerAndroidDescription[] =
2556 "Uses Google Mobile Services to store and retrieve passwords."
2557 "Warning: Highly experimental. May lead to loss of passwords and "
2558 "impact performance.";
2559
François Beaufortdb160c12019-05-01 06:28:142560const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
2561const char kUnsafeWebGPUDescription[] =
Rafael Cintron9bce9f6e2019-12-19 04:05:052562 "Enables access to the experimental WebGPU API. Warning: As GPU sandboxing "
François Beaufortdb160c12019-05-01 06:28:142563 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
2564 "for other processes.";
shrekshaoc6539252021-04-29 19:21:562565const char kUnsafeWebGPUServiceName[] = "Unsafe WebGPU Service";
2566const char kUnsafeWebGPUServiceDescription[] =
2567 "Enables access to the experimental WebGPU API on service side but not "
2568 "blink side."
2569 "This is used to test origin trial code integrations before WebGPU is "
2570 "enabled globally.";
François Beaufortdb160c12019-05-01 06:28:142571
Maya Lekova4785fd22020-08-31 10:36:072572const char kUnsafeFastJSCallsName[] = "Unsafe fast JS calls";
2573const char kUnsafeFastJSCallsDescription[] =
2574 "Enables experimental fast API between Blink and V8."
2575 "Warning: type checking, few POD types and array types "
2576 "are not supported yet, so crashes are possible.";
2577
Brett Wilsonecb80982017-07-12 20:34:512578const char kUiPartialSwapName[] = "Partial swap";
2579const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2580
cfredric04aa50c2020-10-30 13:32:022581const char kUseFirstPartySetName[] = "First-Party Set";
2582const char kUseFirstPartySetDescription[] =
2583 "Use the provided list of origins as a First-Party Set, with the first "
2584 "valid origin as the owner of the set.";
2585
Viktor Semeniuk2bb6db92020-11-25 15:36:142586const char kUseOfHashAffiliationFetcherName[] =
2587 "Use of Hash Affiliation Fetcher";
2588const char kUseOfHashAffiliationFetcherDescription[] =
2589 "All requests to the affiliation fetcher are made through the hash prefix "
2590 "lookup. Enables use of Hash Affiliation Service for non-synced users.";
2591
Maria Kazinova85a2ece2021-06-14 19:24:282592const char kUsernameFirstFlowName[] = "Username first flow voting";
Vadym Doroshenkoa063a512019-12-12 17:59:072593const char kUsernameFirstFlowDescription[] =
Maria Kazinova85a2ece2021-06-14 19:24:282594 "Support of sending votes on username first flow i.e. login "
2595 "flows where a user has to type username first on one page and then "
2596 "password on another page";
2597
2598const char kUsernameFirstFlowFillingName[] = "Username first flow filling";
2599const char kUsernameFirstFlowFillingDescription[] =
Vadym Doroshenkoa063a512019-12-12 17:59:072600 "Support of username saving and filling on username first flow i.e. login "
Vadym Doroshenkob7f9ef22019-07-16 13:51:062601 "flows where a user has to type username first on one page and then "
2602 "password on another page";
2603
Zentaro Kavanagh892851f2019-05-29 15:13:312604const char kUseSearchClickForRightClickName[] =
2605 "Use Search+Click for right click";
2606const char kUseSearchClickForRightClickDescription[] =
2607 "When enabled search+click will be remapped to right click, allowing "
2608 "webpages and apps to consume alt+click. When disabled the legacy "
2609 "behavior of remapping alt+click to right click will remain unchanged.";
2610
Michael Hablich896d52662017-10-23 15:59:572611const char kV8VmFutureName[] = "Future V8 VM features";
2612const char kV8VmFutureDescription[] =
2613 "This enables upcoming and experimental V8 VM features. "
2614 "This flag does not enable experimental JavaScript features.";
2615
Brett Wilsonecb80982017-07-12 20:34:512616const char kWalletServiceUseSandboxName[] =
2617 "Use Google Payments sandbox servers";
2618const char kWalletServiceUseSandboxDescription[] =
2619 "For developers: use the sandbox service for Google Payments API calls.";
2620
Jeffrey Young35f24d32021-01-27 22:58:212621const char kWallpaperWebUIName[] = "Enable new wallpaper experience";
2622const char kWallpaperWebUIDescription[] =
2623 "Enables the wallpaper picker "
2624 "in ChromeOS Settings";
2625
Ovidio Henriquez3d729f62020-02-07 00:43:292626const char kWebBluetoothNewPermissionsBackendName[] =
2627 "Use the new permissions backend for Web Bluetooth";
2628const char kWebBluetoothNewPermissionsBackendDescription[] =
2629 "Enables the new permissions backend for Web Bluetooth. This will enable "
2630 "persistent storage of device permissions.";
2631
Tsuyoshi Horoabfb079d2019-10-17 02:09:062632const char kWebBundlesName[] = "Web Bundles";
2633const char kWebBundlesDescription[] =
2634 "Enables experimental supports for Web Bundles (Bundled HTTP Exchanges) "
2635 "navigation.";
2636
Ken Buchanan26fbf14c2021-03-04 05:36:142637const char kWebIdName[] = "WebID";
2638const char kWebIdDescription[] =
2639 "Enables WebID HTTP filtering and JavaScript "
2640 "API to intermediate federated identity requests.";
2641
Ayu Ishiidbdd5c92020-03-20 23:40:522642const char kWebOtpBackendName[] = "Web OTP";
2643const char kWebOtpBackendDescription[] =
2644 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:372645const char kWebOtpBackendSmsVerification[] = "Code Browser API";
2646const char kWebOtpBackendUserConsent[] = "User Consent API";
2647const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:522648
Brett Wilsonecb80982017-07-12 20:34:512649const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2650const char kWebglDraftExtensionsDescription[] =
2651 "Enabling this option allows web applications to access the WebGL "
2652 "Extensions that are still in draft status.";
2653
Danyao Wang47a0f312019-05-09 20:52:242654const char kWebPaymentsExperimentalFeaturesName[] =
2655 "Experimental Web Payments API features";
2656const char kWebPaymentsExperimentalFeaturesDescription[] =
2657 "Enable experimental Web Payments API features";
2658
Liquan (Max) Gu5f1223972019-12-13 21:07:102659const char kWebPaymentsMinimalUIName[] = "Web Payments Minimal UI";
2660const char kWebPaymentsMinimalUIDescription[] =
2661 "Allow Payment Request API to open a minimal UI to replace the Payment "
2662 "Request UI when appropriate.";
2663
Liquan (Max) Gu8fcb9192020-05-20 16:22:182664const char kAppStoreBillingDebugName[] =
2665 "Web Payments App Store Billing Debug Mode";
2666const char kAppStoreBillingDebugDescription[] =
2667 "App-store purchases (e.g., Google Play Store) within a TWA can be "
2668 "requested using the Payment Request API. This flag removes the "
2669 "restriction that the TWA has to be installed from the app-store.";
2670
Per Åhgrencef44262019-11-20 10:54:512671const char kWebrtcCaptureMultiChannelApmName[] =
2672 "WebRTC multi-channel capture audio processing.";
2673const char kWebrtcCaptureMultiChannelApmDescription[] =
2674 "Support in WebRTC for processing capture audio in multi channel without "
2675 "downmixing when running APM in the render process.";
2676
Qingsi Wangec2dbf942018-11-03 05:33:042677const char kWebrtcHideLocalIpsWithMdnsName[] =
2678 "Anonymize local IPs exposed by WebRTC.";
2679const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2680 "Conceal local IP addresses with mDNS hostnames.";
2681
Alex Loikob5fb1282018-08-14 10:04:402682const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2683const char kWebrtcHybridAgcDescription[] =
2684 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2685
Alessio Bazzica1fcfa3e2021-06-04 17:26:572686const char kWebrtcAnalogAgcClippingControlName[] =
2687 "WebRTC Agc1 analog clipping control.";
2688const char kWebrtcAnalogAgcClippingControlDescription[] =
2689 "WebRTC Agc1 analog clipping controller to reduce saturation.";
2690
Brett Wilsonecb80982017-07-12 20:34:512691const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2692const char kWebrtcHwDecodingDescription[] =
2693 "Support in WebRTC for decoding video streams using platform hardware.";
2694
2695const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2696const char kWebrtcHwEncodingDescription[] =
2697 "Support in WebRTC for encoding video streams using platform hardware.";
2698
Elad Alon85e0d0be2018-06-26 10:38:372699const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2700const char kWebRtcRemoteEventLogDescription[] =
2701 "Allow collecting WebRTC event logs and uploading them to Crash. "
2702 "Please note that, even if enabled, this will still require "
2703 "a policy to be set, for it to have an effect.";
2704
Brett Wilsonecb80982017-07-12 20:34:512705const char kWebrtcSrtpAesGcmName[] =
2706 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2707const char kWebrtcSrtpAesGcmDescription[] =
2708 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2709
2710const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2711const char kWebrtcStunOriginDescription[] =
2712 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2713 "header.";
2714
Sergey Silkinc33244f2020-01-31 17:21:302715const char kWebrtcUseMinMaxVEADimensionsName[] =
2716 "WebRTC Min/Max Video Encode Accelerator dimensions";
2717const char kWebrtcUseMinMaxVEADimensionsDescription[] =
2718 "When enabled, WebRTC will only use the Video Encode Accelerator for "
2719 "video resolutions inside those published as supported.";
2720
Alex Cooper01f110e2020-01-08 02:24:162721const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
2722const char kWebXrForceRuntimeDescription[] =
2723 "Force the browser to use a particular runtime, even if it would not "
2724 "usually be enabled or would otherwise not be selected based on the "
2725 "attached hardware.";
2726
2727const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alex Cooper01f110e2020-01-08 02:24:162728const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:162729
Will Cassellaa1a4d1112019-12-27 20:52:312730const char kWebXrIncubationsName[] = "WebXR Incubations";
2731const char kWebXrIncubationsDescription[] =
2732 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:242733
Elly Fong-Jones32ead50d2020-09-26 01:19:112734const char kWindowNamingName[] = "Window Naming";
2735const char kWindowNamingDescription[] =
2736 "Whether the window naming UI is enabled.";
2737
Brett Wilsonecb80982017-07-12 20:34:512738const char kZeroCopyName[] = "Zero-copy rasterizer";
2739const char kZeroCopyDescription[] =
2740 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342741
Peng Huang70021682019-09-18 19:42:282742const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:472743const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:282744
Gayane Petrosyan65380732021-01-15 01:09:532745const char kSharedHighlightingUseBlocklistName[] =
2746 "Shared Highlighting blocklist";
2747const char kSharedHighlightingUseBlocklistDescription[] =
2748 "Uses a blocklist to disable Shared Highlighting link generation on "
2749 "certain sites where personalized or dynamic content or other technical "
2750 "restrictions make it unlikely that a URL can be generated and actually "
2751 "work when shared.";
2752
Kyle Milka17458ca2021-03-05 20:40:242753const char kSharedHighlightingV2Name[] = "Shared Highlighting 2.0";
2754const char kSharedHighlightingV2Description[] =
2755 "Improvements to Shared Highlighting. Including ability to reshare or "
2756 "remove a highlight.";
2757
Gayane Petrosyana08c07372021-03-11 23:27:532758const char kPreemptiveLinkToTextGenerationName[] =
Cheick Cisse032ea112021-02-11 02:23:262759 "Preemptive generation of link to text";
Gayane Petrosyana08c07372021-03-11 23:27:532760const char kPreemptiveLinkToTextGenerationDescription[] =
Cheick Cisse032ea112021-02-11 02:23:262761 "Enables link to text to be generated in advance.";
2762
Mario Bianucci3be046eb2021-02-26 18:41:482763const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
2764const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
2765const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
2766const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
2767const char kDrawPredictedPointsDefault[] = "Disabled";
2768const char kDrawPredictedPointsDescription[] =
2769 "Draw predicted points when using the delegated ink trails API. Requires "
2770 "experimental web platform features to be enabled.";
2771const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
2772
Daniel Vogelheim236d9a82021-04-01 15:40:532773const char kSanitizerApiName[] = "Sanitizer API";
2774const char kSanitizerApiDescription[] =
2775 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
2776
Peng Huang723f26e2021-06-04 01:55:102777const char kUsePassthroughCommandDecoderName[] =
2778 "Use passthrough command decoder";
2779const char kUsePassthroughCommandDecoderDescription[] =
2780 "Use chrome passthrough command decoder instead of validating command "
2781 "decoder.";
2782
Igor Ruvinovbe0d649c2021-06-09 19:50:252783const char kExtensionWorkflowJustificationName[] =
2784 "Extension request justification";
2785const char kExtensionWorkflowJustificationDescription[] =
2786 "Enables users to justify their extension requests by causing a text field "
2787 "to appear on the extension request dialog.";
2788
Brett Wilsonff596952017-07-14 01:06:552789// Android ---------------------------------------------------------------------
2790
2791#if defined(OS_ANDROID)
2792
Shakti Sahu1c04a2872021-03-17 16:38:482793const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
2794const char kAddToHomescreenIPHDescription[] =
2795 " Shows in-product-help messages educating users about add to homescreen "
2796 "option in chrome.";
2797
Vikas Soni5463f1a2020-08-17 22:47:302798const char kAImageReaderName[] = "Android ImageReader";
2799const char kAImageReaderDescription[] =
2800 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
2801 " This feature is only available for android P+ devices. Disabling it also "
2802 " disables SurfaceControl.";
2803
Trevor Perrier990a1c62020-09-11 20:27:322804const char kAndroidDetailedLanguageSettingsName[] =
2805 "Detailed Language Settings";
2806const char kAndroidDetailedLanguageSettingsDescription[] =
2807 "Enable the new detailed language settings page";
2808
Trevor Perrierc1384bb2021-06-04 23:54:032809const char kAndroidForceAppLanguagePromptName[] =
2810 "Force second run app language prompt";
2811const char kAndroidForceAppLanguagePromptDescription[] =
2812 "When enabled the app language prompt to change the UI language will"
2813 "always be shown.";
2814
Lijin Shen4e002bf32020-12-01 22:41:322815const char kAndroidLayoutChangeTabReparentingName[] =
2816 "Android Chrome UI phone/tablet layout change tab reparenting";
2817const char kAndroidLayoutChangeTabReparentingDescription[] =
2818 "If enabled, when the screen size switches between phone and tablet size, "
2819 "the UI layout updates to the proper one and the current tabs are "
2820 "reparented instead of reloaded.";
2821
Vikas Sonif14e32c2020-08-15 06:17:222822const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
2823const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:302824 " Enables SurfaceControl to manage the buffer queue for the "
2825 " DisplayCompositor on Android. This feature is only available on "
2826 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:222827
Josh Simmons825de242020-11-19 19:23:002828const char kAssistantIntentPageUrlName[] =
2829 "Include page URL in Assistant intent";
2830const char kAssistantIntentPageUrlDescription[] =
2831 "Include the current page's URL in the Assistant voice transcription "
2832 "intent.";
2833
Josh Simmons68325af2021-01-15 21:10:212834const char kAssistantIntentTranslateInfoName[] =
2835 "Translate info in Assistant intent";
2836const char kAssistantIntentTranslateInfoDescription[] =
2837 "Include page translation details in the Assistant voice transcription "
2838 "intent. This includes the page's URL and its original, current, and "
2839 "default target language.";
2840
Miriam Gershenson8cf1397222018-01-23 22:48:292841const char kAsyncDnsName[] = "Async DNS resolver";
2842const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2843
Brett Wilsonff596952017-07-14 01:06:552844const char kAutofillAccessoryViewName[] =
2845 "Autofill suggestions as keyboard accessory view";
2846const char kAutofillAccessoryViewDescription[] =
2847 "Shows Autofill suggestions on top of the keyboard rather than in a "
2848 "dropdown.";
2849
Lei Zhang722abec2020-02-04 22:35:492850const char kAutofillAssistantDirectActionsName[] =
2851 "Autofill Assistant direct actions";
2852const char kAutofillAssistantDirectActionsDescription[] =
2853 "When enabled, expose direct actions from the Autofill Assistant.";
2854
Caitlin Fischer43edd90a2019-05-01 13:24:302855const char kAutofillUseMobileLabelDisambiguationName[] =
2856 "Autofill Uses Mobile Label Disambiguation";
2857const char kAutofillUseMobileLabelDisambiguationDescription[] =
2858 "When enabled, Autofill suggestions' labels are displayed using a "
2859 "mobile-friendly format.";
2860
Gang Wua7bfb5f42021-04-09 18:54:212861const char kAppMenuMobileSiteOptionName[] =
2862 "Show Mobile Site option in app menu";
2863const char kAppMenuMobileSiteOptionDescription[] =
2864 "When enabled, app menu should show 'Mobile site' when showing desktop "
2865 "site, instead of showing 'Desktop Site' with checkbox";
2866
Alex Hawker0062f5252020-07-29 21:41:072867const char kBentoOfflineName[] =
2868 "Enables an experiment for Offline Bento content on Android";
2869const char kBentoOfflineDescription[] =
2870 "Enables displaying Bento content on the offline page for Android.";
2871
Xing Liu7b448302021-04-09 05:35:142872const char kBookmarkBottomSheetName[] = "Enables bookmark bottom sheet";
2873const char kBookmarkBottomSheetDescription[] =
2874 "Enables showing a bookmark bottom sheet when adding a bookmark.";
2875
Ramin Halavatiba7ddcc2019-11-13 06:19:282876const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
2877const char kCCTIncognitoDescription[] =
2878 "Enables incognito mode for Chrome Custom Tabs, on Android.";
2879
Rohit Agarwalc3973312020-11-18 14:40:232880const char kCCTIncognitoAvailableToThirdPartyName[] =
2881 "Allow third party to open Custom Tabs Incognito mode";
2882const char kCCTIncognitoAvailableToThirdPartyDescription[] =
2883 "Enabling it would allow third party apps to open incognito mode for "
2884 "Chrome Custom Tabs, on Android.";
2885
Anna Malovaf7c734a2019-03-01 13:08:452886const char kCCTTargetTranslateLanguageName[] =
2887 "Chrome Custom Tabs Target Translate Language";
2888const char kCCTTargetTranslateLanguageDescription[] =
2889 "Enables specify target language the page should be translated to "
2890 "in Chrome Custom Tabs.";
2891
Xing Liu1e6b43d2021-03-15 19:26:452892const char kChimeAlwaysShowNotificationDescription[] =
2893 "A debug flag to always show Chime notification after receiving a payload.";
2894const char kChimeAlwaysShowNotificationName[] =
2895 "Always show Chime notification";
2896
2897const char kChimeAndroidSdkDescription[] =
2898 "Enable Chime SDK to receive push notification.";
2899const char kChimeAndroidSdkName[] = "Use Chime SDK";
2900
Yashar Dabiran9a9f9e92021-04-20 16:35:492901const char kContinuousFeedsName[] = "Continuous Feeds Navigation";
2902const char kContinuousFeedsDescription[] =
2903 "Enables caching Discover article metadata to enable more seamless "
2904 "navigation between articles.";
2905
ckitagawa12ef4152020-12-03 19:14:572906const char kContinuousSearchName[] = "Continuous Search Navigation";
2907const char kContinuousSearchDescription[] =
2908 "Enables caching of search results to permit a more seamless search "
2909 "experience.";
2910
Gayane Petrosyan311a76d12020-07-15 00:27:492911const char kChromeShareHighlightsAndroidName[] =
2912 "Chrome Share text highlights on Android";
2913const char kChromeShareHighlightsAndroidDescription[] =
2914 "Enables UI to generate and share link to text highlights on Android";
2915
Tanya Guptabefbdb32020-10-28 19:36:552916const char kChromeShareLongScreenshotName[] = "Chrome Share Long Screenshots";
2917const char kChromeShareLongScreenshotDescription[] =
2918 "Enables UI to edit and share long screenshots on Android";
2919
Jeffrey Cohen5f2a9fe2019-12-11 01:23:422920const char kChromeShareScreenshotName[] = "Chrome Share Screenshots";
2921const char kChromeShareScreenshotDescription[] =
2922 "Enables UI to edit and share screenshots";
2923
Kyle Milka987a0352019-09-28 00:51:532924const char kChromeSharingHubName[] = "Chrome Sharing Hub";
2925const char kChromeSharingHubDescription[] =
Kristi Parkaedd01f2021-04-02 23:40:072926 "Enables the Chrome Sharing Hub/custom share sheet for Android.";
Kyle Milka987a0352019-09-28 00:51:532927
Tomasz Wiszkowski34f9afea2021-04-08 18:50:562928const char kClipboardSuggestionContentHiddenName[] =
2929 "Clipboard suggestion content hidden";
2930const char kClipboardSuggestionContentHiddenDescription[] =
2931 "Prevents the Clipboard suggestion from proactively retrieving the "
2932 "clipboard content.";
2933
Sarath Singapati83aef1c2017-11-16 15:54:522934const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2935const char kClearOldBrowsingDataDescription[] =
2936 "Enables clearing of browsing data which is older than a given time "
2937 "period.";
2938
David Maunder915c7ef2019-09-20 16:22:082939const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
2940const char kCloseTabSuggestionsDescription[] =
2941 "Suggests to the user to close Tabs that haven't been used beyond a "
2942 "configurable threshold or where duplicates of Tabs exist. "
2943 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:282944
David Maunder8cf7fd82020-08-20 19:31:542945const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
2946const char kCriticalPersistedTabDataDescription[] =
2947 "A new method of persisting Tab data across restarts has been devised "
2948 "and implemented. This actives the new approach.";
2949
Josh Simmons4a41bc72020-07-06 19:13:012950const char kContextMenuPerformanceInfoAndRemoteHintFetchingName[] =
2951 "Context menu performance info and remote hint fetching";
2952const char kContextMenuPerformanceInfoAndRemoteHintFetchingDescription[] =
2953 "Enables showing link performance information in the context menu and "
2954 "allows communicating with Google servers to fetch performance information "
2955 "for the main frame URL.";
Josh Simmons0cc3b5eb2020-02-25 20:08:422956
Donn Denman140a08562020-03-09 18:23:192957const char kContextualSearchDebugName[] = "Contextual Search debug";
2958const char kContextualSearchDebugDescription[] =
2959 "Enables internal debugging of Contextual Search behavior on the client "
2960 "and server.";
2961
Donn Denman19688bc2021-03-05 18:48:402962const char kContextualSearchForceCaptionName[] =
2963 "Contextual Search force a caption";
2964const char kContextualSearchForceCaptionDescription[] =
2965 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:412966
Donn Denmand12d7cc2021-02-17 21:54:442967const char kContextualSearchLiteralSearchTapName[] =
2968 "Contextual Search literal search with tap";
2969const char kContextualSearchLiteralSearchTapDescription[] =
2970 "Enables Contextual Search to be activated with a single tap and produce "
2971 "a literal search. This is intended to be used in conjunction with the "
2972 "long-press resolve feature to allow both gestures to trigger a form of "
2973 "Touch to Search.";
2974
Donn Denman6be77d42019-05-04 15:55:422975const char kContextualSearchLongpressResolveName[] =
2976 "Contextual Search long-press Resolves";
2977const char kContextualSearchLongpressResolveDescription[] =
2978 "Enables communicating with Google servers when a long-press gesture is "
Donn Denmanc0a33cbf2020-02-27 15:26:052979 "recognized under some privacy-limited conditions, including having Touch "
2980 "to Search enabled in preferences. The page context data sent to Google is "
2981 "potentially privacy sensitive! This disables the tap gesture from "
2982 "triggering Touch to Search unless that experiment arm is enabled.";
Donn Denman6be77d42019-05-04 15:55:422983
Donn Denman8e58ead2017-11-04 01:44:012984const char kContextualSearchMlTapSuppressionName[] =
2985 "Contextual Search ML tap suppression";
2986const char kContextualSearchMlTapSuppressionDescription[] =
2987 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022988 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2989 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552990
Donn Denman59729812018-01-09 01:27:022991const char kContextualSearchRankerQueryName[] =
2992 "Contextual Search Ranker prediction";
2993const char kContextualSearchRankerQueryDescription[] =
2994 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2995
2996const char kContextualSearchSecondTapName[] =
2997 "Contextual Search second tap triggering";
2998const char kContextualSearchSecondTapDescription[] =
2999 "Enables triggering on a second tap gesture even when Ranker would "
3000 "normally suppress that tap.";
3001
Sinan Sahincdaed9f2021-01-20 22:43:283002const char kContextualSearchThinWebViewImplementationName[] =
3003 "Use Contextual Search ThinWebView implementation";
3004const char kContextualSearchThinWebViewImplementationDescription[] =
3005 "Use ThinWebView and BottomSheet based implementation for Contextual"
3006 "Search.";
3007
Donn Denman58a1da42020-01-27 23:40:383008const char kContextualSearchTranslationsName[] =
3009 "Contextual Search translations";
3010const char kContextualSearchTranslationsDescription[] =
3011 "Enables automatic translations of words on a page to be presented in the "
3012 "caption of the bottom bar.";
3013
Eric Secklerb9545b32020-08-11 21:29:423014const char kCpuAffinityRestrictToLittleCoresName[] = "Restrict to LITTLE cores";
3015const char kCpuAffinityRestrictToLittleCoresDescription[] =
3016 "Restricts Chrome threads to LITTLE cores on devices with big.LITTLE or "
3017 "similar CPU architectures.";
3018
Victor Hugo Vianna Silva3366f572020-09-30 14:18:293019const char kDecoupleSyncFromAndroidAutoSyncName[] =
3020 "Enable Chrome Sync decoupling from Android auto-sync";
3021const char kDecoupleSyncFromAndroidAutoSyncDescription[] =
3022 "Causes Chrome to disappear from the list of auto-sync apps in Android "
3023 "settings. Sync will no longer be disabled when master sync is disabled, "
3024 "provided that Chrome is run at least once with master sync enabled.";
3025
Jordan Demeulenaere9404ba232019-07-01 12:57:163026const char kDirectActionsName[] = "Direct actions";
3027const char kDirectActionsDescription[] =
3028 "Enables direct actions (Android Q and more).";
3029
Fabio Tirelo918089a2018-10-22 21:24:083030const char kAutofillManualFallbackAndroidName[] =
3031 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3032const char kAutofillManualFallbackAndroidDescription[] =
3033 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3034 "keyboard accessory.";
3035
Fabio Tirelo315e65922018-09-05 03:35:493036const char kEnableAutofillRefreshStyleName[] =
3037 "Enable Autofill refresh style (Android)";
3038const char kEnableAutofillRefreshStyleDescription[] =
3039 "Enable modernized style for Autofill on Android";
3040
Brett Wilsonff596952017-07-14 01:06:553041const char kEnableAndroidSpellcheckerDescription[] =
3042 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:553043
Lei Tianbd5a3bf2018-02-28 19:01:163044const char kEnableCommandLineOnNonRootedName[] =
3045 "Enable command line on non-rooted devices";
3046const char kEnableCommandLineOnNoRootedDescription[] =
3047 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3048
Thomas Guilbert4df60322020-05-18 20:23:323049const char kEnableUseAaudioDriverName[] = "Use AAudio Driver";
3050const char kEnableUseAaudioDriverDescription[] =
3051 "Enable the use of AAudio, if supported by the current Android version.";
3052
Lei Zhang0a318af2018-11-14 02:19:463053const char kExploreSitesName[] = "Explore websites";
3054const char kExploreSitesDescription[] =
3055 "Enables portal from new tab page to explore websites.";
3056
Reda Tawfik863175b2020-08-03 16:19:033057const char kFillingPasswordsFromAnyOriginName[] =
3058 "Filling passwords from any origin";
3059const char kFillingPasswordsFromAnyOriginDescription[] =
3060 "Enabling this flag adds a button to the password fallback sheet. The "
3061 "button opens a different sheet that allows filling a password from any "
3062 "origin.";
3063
Wenyu Fua369f1552020-05-01 00:54:453064const char kHomepagePromoCardName[] =
3065 "Enable homepage promo card on the New Tab Page";
3066const char kHomepagePromoCardDescription[] =
3067 "Enable homepage promo card that will be shown to users with partner "
3068 "configured homepage.";
3069
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463070const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423071const char kInstantStartDescription[] =
3072 "Show start surface before native library is loaded.";
3073
Jochen Eisingerd0e43f52020-01-22 17:04:323074const char kIntentBlockExternalFormRedirectsNoGestureName[] =
3075 "Block intents from form submissions without user gesture";
3076const char kIntentBlockExternalFormRedirectsNoGestureDescription[] =
3077 "Require a user gesture that triggered a form submission in order to "
3078 "allow for redirecting to an external intent.";
3079
Theresa920e0ed2018-03-07 18:12:443080const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:153081 "Use the interest feed to render content suggestions. Currently "
3082 "content "
Theresa920e0ed2018-03-07 18:12:443083 "suggestions are shown on the New Tab Page.";
3084const char kInterestFeedContentSuggestionsName[] =
3085 "Interest Feed Content Suggestions";
3086
Vincent Boisselle482b6a12020-11-13 21:59:293087const char kInterestFeedNoticeCardAutoDismissName[] =
3088 "Interest Feed notice card auto-dismiss";
3089const char kInterestFeedNoticeCardAutoDismissDescription[] =
3090 "Auto-dismiss the notice card when there are enough clicks or views on the "
3091 "notice card.";
3092
Ian Wells34ce1482020-04-03 17:36:163093const char kInterestFeedV2Name[] = "Interest Feed v2";
3094const char kInterestFeedV2Description[] =
3095 "Show content suggestions on the New Tab Page and Start Surface using the "
3096 "new Feed Component.";
3097
Dan Harrington4043b222021-01-15 18:33:423098const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3099const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3100
Jian Lifb04af72021-04-01 21:17:173101const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3102const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3103
Vincent Boisselle482b6a12020-11-13 21:59:293104const char kInterestFeedV1ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443105 "Interest Feed V1 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293106const char kInterestFeedV1ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443107 "Only enable the upload of clicks/views in Feed V1 after reaching "
3108 "conditions.";
3109
Vincent Boisselle482b6a12020-11-13 21:59:293110const char kInterestFeedV2ClickAndViewActionsConditionalUploadName[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443111 "Interest Feed V2 clicks/views conditional upload";
Vincent Boisselle482b6a12020-11-13 21:59:293112const char kInterestFeedV2ClickAndViewActionsConditionalUploadDescription[] =
Vincent Boisselle5c4e4d02020-10-13 23:04:443113 "Only enable the upload of clicks/views in Feed V2 after reaching "
3114 "conditions.";
3115
Pavel Yatsuk358291752020-09-03 18:25:223116const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3117const char kMessagesForAndroidInfrastructureDescription[] =
3118 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153119
Pavel Yatsuk358291752020-09-03 18:25:223120const char kMessagesForAndroidPasswordsName[] = "Passwords Messages UI";
3121const char kMessagesForAndroidPasswordsDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153122 "When enabled, password prompt will use the new Messages UI.";
3123
Lijin Shenba9a6b0e2021-02-18 01:59:063124const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3125const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153126 "When enabled, popup blocked prompt will use the new Messages UI.";
3127
Lijin Shen0ccf7282021-04-26 19:38:133128const char kMessagesForAndroidSafetyTipName[] = "Safety Tip Messages UI";
3129const char kMessagesForAndroidSafetyTipDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153130 "When enabled, safety tip prompt will use the new Messages UI.";
Pavel Yatsuk358291752020-09-03 18:25:223131
Lijin Shend98ce992021-05-01 01:47:423132extern const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3133extern const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153134 "When enabled, save card prompt will use the new Messages UI.";
3135
3136const char kMessagesForAndroidUpdatePasswordName[] =
3137 "Update password Messages UI";
3138const char kMessagesForAndroidUpdatePasswordDescription[] =
3139 "When enabled, update password prompt will use the new Messages UI.";
Lijin Shend98ce992021-05-01 01:47:423140
Jinsuk Kim55b5ab72021-05-17 00:11:303141const char kNewWindowAppMenuName[] = "Show a menu item 'New Window'";
3142const char kNewWindowAppMenuDescription[] =
3143 "Show a new menu item 'New Window' on tablet-sized screen when Chrome "
3144 "can open a new window and create a new instance in it.";
3145
Jian Liade82832018-09-06 22:31:413146const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
3147const char kOfflineIndicatorChoiceDescription[] =
3148 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:323149
Sinan Sahin18cc52c2019-09-12 23:07:153150const char kOfflineIndicatorV2Name[] = "Offline indicator V2";
3151const char kOfflineIndicatorV2Description[] =
3152 "Show a persistent offline indicator when offline.";
3153
Peter Connfb008ad82021-05-10 14:34:003154const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
3155const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
3156
Brett Wilsonff596952017-07-14 01:06:553157const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
3158const char kOfflinePagesCtV2Description[] =
3159 "V2 features include attributing pages to the app that initiated the "
3160 "custom tabs, and being able to query for pages by page attribution.";
3161
Candice Sy74fa7a352018-03-30 23:46:493162const char kOfflinePagesDescriptiveFailStatusName[] =
3163 "Enables descriptive failed download status text.";
3164const char kOfflinePagesDescriptiveFailStatusDescription[] =
3165 "Enables failed download status text in notifications and Downloads Home "
3166 "to state the reason the request failed if the failure is actionable.";
3167
3168const char kOfflinePagesDescriptivePendingStatusName[] =
3169 "Enables descriptive pending download status text.";
3170const char kOfflinePagesDescriptivePendingStatusDescription[] =
3171 "Enables pending download status text in notifications and Downloads Home "
3172 "to state the reason the request is pending.";
3173
3174const char kOfflinePagesInDownloadHomeOpenInCctName[] =
3175 "Enables offline pages in the downloads home to be opened in CCT.";
3176const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
3177 "When enabled offline pages launched from the Downloads Home will be "
3178 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
3179
Brett Wilsonff596952017-07-14 01:06:553180const char kOfflinePagesPrefetchingName[] =
3181 "Enables suggested offline pages to be prefetched.";
3182const char kOfflinePagesPrefetchingDescription[] =
3183 "Enables suggested offline pages to be prefetched, so useful content is "
3184 "available while offline.";
3185
Yafei Duan36b4b5b2018-08-07 00:40:033186const char kOfflinePagesLivePageSharingName[] =
3187 "Enables live page sharing of offline pages";
3188const char kOfflinePagesLivePageSharingDescription[] =
3189 "Enables to share current loaded page as offline page by saving as MHTML "
3190 "first.";
3191
bttk24a2caea2020-03-30 21:33:003192const char kAndroidPartnerCustomizationPhenotypeName[] =
3193 "Use homepage and bookmarks from partner customization";
3194const char kAndroidPartnerCustomizationPhenotypeDescription[] =
3195 "This flag loads a new configuration source of the default homepage and "
3196 "bookmarks.";
3197
Ehimare Okoyomon3b068432020-12-16 18:52:263198const char kPageInfoDiscoverabilityName[] = "Page info discoverability";
3199const char kPageInfoDiscoverabilityDescription[] =
3200 "Improve discoverability of permission controls in the page info bubble. "
3201 "After a permission decision is made, the page info icon in the address "
3202 "bar will show a brief animation.";
3203
Jordan Oroshiba244e9ff2021-02-04 22:20:393204const char kPageInfoHistoryName[] = "Page info history";
3205const char kPageInfoHistoryDescription[] =
3206 "Enable a history sub page to the page info menu, and a button to forget "
3207 "a site, removing all preferences and history.";
3208
Olesia Marukhno4d09c9072021-04-08 09:43:233209extern const char kPageInfoV2DesktopName[];
3210extern const char kPageInfoV2DesktopDescription[];
3211
Finnur Thorarinssonaeb6b582020-01-28 17:52:463212const char kPhotoPickerVideoSupportName[] = "Photo Picker Video Support";
3213const char kPhotoPickerVideoSupportDescription[] =
3214 "Enables video files to be shown in the Photo Picker dialog";
3215
Lei Zhang507fffd2020-01-29 23:47:543216const char kProcessSharingWithDefaultSiteInstancesName[] =
Aaron Colwell5235f352019-07-25 20:10:243217 "Process sharing with default site instances";
Lei Zhang507fffd2020-01-29 23:47:543218const char kProcessSharingWithDefaultSiteInstancesDescription[] =
Aaron Colwell5235f352019-07-25 20:10:243219 "When site isolation is disabled, this mode changes how sites are lumped "
3220 "in to shared processes. For sites that do not require isolation, this "
3221 "feature groups them into a single 'default' site instance (per browsing "
3222 "instance) instead of creating unique site instances for each one. This "
3223 "enables resource savings by creating fewer processes for sites that do "
3224 "not need isolation.";
3225
Lei Zhang507fffd2020-01-29 23:47:543226const char kProcessSharingWithStrictSiteInstancesName[] =
Andrei Chulkov1a12e6d22019-07-15 11:16:073227 "Process sharing with strict site instances";
Lei Zhang507fffd2020-01-29 23:47:543228const char kProcessSharingWithStrictSiteInstancesDescription[] =
Andrei Chulkov1a12e6d22019-07-15 11:16:073229 "When site isolation is disabled, this mode changes how sites are lumped "
3230 "in to a shared process. Process selection is usually controlled with "
3231 "site instances. With strict site isolation, each site on a page gets its "
3232 "own site instance and process. With site isolation disabled and without "
3233 "this mode, all sites that share a process are put into the same site "
3234 "instance. This mode adds a third way: site instances are strictly "
3235 "separated like strict site isolation, but process selection puts multiple "
3236 "site instances in a single process.";
3237
Jordan Oroshiba4071f0b2020-12-18 20:18:433238const char kActionableContentSettingsName[] = "Improvements to site settings";
3239const char kActionableContentSettingsDescription[] =
3240 "Changes the site settings to use a switch instead of a dialog. "
3241 " Additionally improves icons to show current blocked status.";
3242
Shakti Sahu1f8a9422020-03-12 05:50:503243const char kQueryTilesName[] = "Show query tiles";
3244const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:283245const char kQueryTilesNTPName[] = "Show query tiles in NTP";
3246const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Shakti Sahuaaf8a8c2020-04-30 23:40:273247const char kQueryTilesOmniboxName[] = "Show query tiles in omnibox";
3248const char kQueryTilesOmniboxDescription[] = "Shows query tiles in omnibox";
Shakti Sahu8fe5edd2020-05-14 18:57:133249const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
3250const char kQueryTilesSingleTierDescription[] =
3251 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:543252const char kQueryTilesEnableQueryEditingName[] =
3253 "Query Tiles - Enable query edit mode";
3254const char kQueryTilesEnableQueryEditingDescription[] =
3255 "When a query tile is tapped, the query text will be shown in the omnibox "
3256 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:453257const char kQueryTilesEnableTrendingName[] =
3258 "Query Tiles - Enable trending queries";
3259const char kQueryTilesEnableTrendingDescription[] =
3260 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:263261const char kQueryTilesCountryCode[] = "Country code for getting tiles";
3262const char kQueryTilesCountryCodeDescription[] =
3263 "When query tiles are enabled, this value determines tiles for which "
3264 "country should be displayed.";
3265const char kQueryTilesCountryCodeUS[] = "US";
3266const char kQueryTilesCountryCodeIndia[] = "IN";
3267const char kQueryTilesCountryCodeBrazil[] = "BR";
3268const char kQueryTilesCountryCodeNigeria[] = "NG";
3269const char kQueryTilesCountryCodeIndonesia[] = "ID";
Hesen Zhang7bdc5ca2020-09-03 06:29:023270const char kQueryTilesLocalOrderingName[] =
3271 "Query Tiles - Enable local ordering";
3272const char kQueryTilesLocalOrderingDescription[] =
3273 "Enables ordering query tiles locally based on user interactions.";
Shakti Sahu8fe5edd2020-05-14 18:57:133274const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:193275const char kQueryTilesInstantFetchDescription[] =
3276 "Immediately schedule background task to fetch query tiles";
Min Qin60ae5b82021-01-07 07:07:503277const char kQueryTilesMoreTrendingName[] =
3278 "Query Tiles - more trending queries";
3279const char kQueryTilesMoreTrendingDescription[] =
3280 "Request more trending queries from the server";
3281const char kQueryTilesSwapTrendingName[] =
3282 "Query Tiles - Swap trending queries";
3283const char kQueryTilesSwapTrendingDescription[] =
3284 "Swap trending queries if user didn't click on them after several "
3285 "impressions";
Min Qindb99e6f2020-04-29 06:37:263286
Caroline Risingdb7df182021-01-11 19:49:143287const char kReadLaterFlagId[] = "read-later";
3288const char kReadLaterName[] = "Reading List";
3289const char kReadLaterDescription[] =
3290 "Allow users to save tabs for later. Enables a new button and menu for "
3291 "accessing tabs saved for later.";
3292
Brett Wilsonff596952017-07-14 01:06:553293const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
3294const char kReaderModeHeuristicsDescription[] =
3295 "Determines what pages the Reader Mode infobar is shown on.";
3296const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
3297const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
3298const char kReaderModeHeuristicsAllArticles[] = "All articles";
3299const char kReaderModeHeuristicsAlwaysOff[] = "Never";
3300const char kReaderModeHeuristicsAlwaysOn[] = "Always";
3301
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:183302const char kReaderModeInCCTName[] = "Reader Mode in CCT";
3303const char kReaderModeInCCTDescription[] =
3304 "Open Reader Mode in Chrome Custom Tabs.";
3305
Xing Liub9070262021-01-07 20:52:163306const char kReadLaterReminderNotificationName[] =
3307 "Read later reminder notification";
3308const char kReadLaterReminderNotificationDescription[] =
3309 "Enables read later weekly reminder notification.";
3310
Ioana Pandele9fc19b2f2020-01-23 22:16:503311const char kRecoverFromNeverSaveAndroidName[] =
3312 "UI to recover from never save passwords on Android";
3313const char kRecoverFromNeverSaveAndroidDescription[] =
3314 "Enables showing UI which allows for easy reverting of the decision to "
3315 "never save passwords on a certain webiste";
3316
David Trainora38e60e2020-08-04 23:43:253317const char kReengagementNotificationName[] =
3318 "Enable re-engagement notifications";
3319const char kReengagementNotificationDescription[] =
3320 "Enables Chrome to use the in-product help system to decide when "
3321 "to show re-engagement notifications.";
3322
Donn Denmanc42123c2020-03-19 01:44:243323const char kRelatedSearchesName[] =
3324 "Enables an experiment for Related Searches on Android";
3325const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:493326 "Enables requesting related searches suggestions. These will be requested "
3327 "but not shown unless the UI flag is also enabled.";
3328
Donn Denman6ca112ac2021-06-11 21:33:063329const char kRelatedSearchesAlternateUxName[] =
3330 "Enables showing Related Searches in an alternate user experience.";
3331const char kRelatedSearchesAlternateUxDescription[] =
3332 "Enables showing related searches with an alternative from the normal "
3333 "user experience treatment.";
3334
3335const char kRelatedSearchesInBarName[] =
3336 "Enables showing Related Searches in the peeking bar.";
3337const char kRelatedSearchesInBarDescription[] =
3338 "Enables showing related searches suggestions in a carousel in the "
3339 "peeking bar of the bottom sheet on Android.";
3340
3341const char kRelatedSearchesSimplifiedUxName[] =
3342 "Enables showing Related Searches in a simplified user experience.";
3343const char kRelatedSearchesSimplifiedUxDescription[] =
3344 "Enables showing related searches with a simplified form of the normal "
3345 "user experience treatment.";
3346
Donn Denman15522f42021-02-09 22:49:493347const char kRelatedSearchesUiName[] =
3348 "Forces showing of the Related Searches UI on Android";
3349const char kRelatedSearchesUiDescription[] =
3350 "Forces the Related Searches UI and underlying requests to be enabled "
3351 "regardless of whether they are safe or useful. This requires the Related "
3352 "Searches feature flag to also be enabled.";
Donn Denmanc42123c2020-03-19 01:44:243353
Gang Wu325f03f42021-02-25 20:00:463354const char kRequestDesktopSiteForTabletsName[] =
3355 "Request desktop site for tablets on Android";
3356const char kRequestDesktopSiteForTabletsDescription[] =
3357 "Requests a desktop site, if the screen size is large enough on Android."
3358 " On tablets with small screens a mobile site will be requested by "
3359 "default.";
3360
Bettinabfcec6e2020-08-24 20:26:183361const char kSafeBrowsingClientSideDetectionAndroidName[] =
3362 "Safe Browsing Client Side Detection on Android";
3363const char kSafeBrowsingClientSideDetectionAndroidDescription[] =
3364 "Enable DOM feature collection on Safe Browsing pings on Android";
3365
Bettina Deaf4491972020-09-30 23:39:443366const char kEnhancedProtectionPromoAndroidName[] =
3367 "Enable enhanced protection promo card on Android on the New Tab Page";
3368const char kEnhancedProtectionPromoAndroidDescription[] =
3369 "Enable enhanced protection promo card for users that have not signed up "
3370 "for enhanced protection.";
3371
Varun Khaneja80712a82018-10-12 23:34:593372const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
3373 "Use local Safe Browsing blacklists";
3374const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
3375 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
3376 "process to check the Safe Browsing reputation of URLs without calling "
3377 "into GmsCore for every URL.";
3378
Brett Wilsonff596952017-07-14 01:06:553379const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
3380const char kSetMarketUrlForTestingDescription[] =
3381 "When enabled, sets the market URL for use in testing the update menu "
3382 "item.";
3383
Donn Denman6ca112ac2021-06-11 21:33:063384const char kSingleTouchSelectName[] =
3385 "Enables selecting plain text with a single touch.";
3386const char kSingleTouchSelectDescription[] =
3387 "Enables selecting plain text with a single touch on Android.";
3388
Alex Moshchuk07e1bb42019-03-08 04:44:083389const char kSiteIsolationForPasswordSitesName[] =
3390 "Site Isolation For Password Sites";
3391const char kSiteIsolationForPasswordSitesDescription[] =
3392 "Security mode that enables site isolation for sites based on "
3393 "password-oriented heuristics, such as a user typing in a password.";
3394
Hung Vuc394db62020-08-21 21:26:523395const char kSmartSuggestionForLargeDownloadsName[] =
3396 "Smart suggestion for large downloads";
3397const char kSmartSuggestionForLargeDownloadsDescription[] =
3398 "Smart suggestion that offers download locations for large files.";
3399
Ioana Pandele9fc19b2f2020-01-23 22:16:503400const char kStartSurfaceAndroidName[] = "Start Surface";
3401const char kStartSurfaceAndroidDescription[] =
3402 "Enable showing the start surface when launching Chrome via the "
3403 "launcher.";
3404
Lei Zhang0a318af2018-11-14 02:19:463405const char kStrictSiteIsolationName[] = "Strict site isolation";
3406const char kStrictSiteIsolationDescription[] =
3407 "Security mode that enables site isolation for all sites (SitePerProcess). "
3408 "In this mode, each renderer process will contain pages from at most one "
3409 "site, using out-of-process iframes when needed. "
3410 "Check chrome://process-internals to see the current isolation mode. "
3411 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
3412 "default. Here, 'Disabled' is a legacy value that actually means "
3413 "'Default,' in which case site isolation may be already enabled based on "
3414 "platform, enterprise policy, or field trial. See also "
3415 "#site-isolation-trial-opt-out for how to disable site isolation for "
3416 "testing.";
3417
Lei Zhang1a6fd01b2021-03-24 17:03:483418const char kThemeRefactorAndroidName[] = "Theme refactor on Android";
3419const char kThemeRefactorAndroidDescription[] =
Sinan Sahin9623c942021-02-03 19:28:043420 "Enables the theme refactoring on Android.";
3421
Sky Malice4cca0ff2020-10-26 18:32:503422const char kToolbarIphAndroidName[] = "Enable Toolbar IPH on Android";
3423const char kToolbarIphAndroidDescription[] =
3424 "Enables in product help bubbles on the toolbar. In particular, the home "
3425 "button and the tab switcher button.";
3426
Basia Zimirska1ae58362021-03-12 18:27:173427const char kToolbarMicIphAndroidName[] =
3428 "Enable IPH on Android on the mic in the toolbar";
3429const char kToolbarMicIphAndroidDescription[] =
3430 "Enables in product help bubble on the mic button in the toolbar.";
3431
Brett Wilsonff596952017-07-14 01:06:553432const char kUpdateMenuBadgeName[] = "Force show update menu badge";
3433const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:443434 "When enabled, a badge will be shown on the app menu button if the update "
3435 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:553436
3437const char kUpdateMenuItemCustomSummaryDescription[] =
3438 "When this flag and the force show update menu item flag are enabled, a "
3439 "custom summary string will be displayed below the update menu item.";
3440const char kUpdateMenuItemCustomSummaryName[] =
3441 "Update menu item custom summary";
3442
Tommy Nyquist3c02e592018-10-18 23:36:443443const char kUpdateMenuTypeName[] =
3444 "Forces the update menu type to a specific type";
3445const char kUpdateMenuTypeDescription[] =
3446 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquist023d505f2019-02-16 02:18:383447 "the app menu badge and menu item for updates. For Inline Update, the "
3448 "update available flag is implied. The 'Inline Update: Success' selection "
3449 "goes through the whole inline update flow to the end with a successful "
3450 "outcome. The other 'Inline Update' options go through the same flow, but "
3451 "stop at various stages, see their error type for details.";
Tommy Nyquist3c02e592018-10-18 23:36:443452const char kUpdateMenuTypeNone[] = "None";
3453const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
3454const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Tommy Nyquist023d505f2019-02-16 02:18:383455const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success";
3456const char kUpdateMenuTypeInlineUpdateDialogCanceled[] =
3457 "Inline Update Error: Dialog Canceled";
3458const char kUpdateMenuTypeInlineUpdateDialogFailed[] =
3459 "Inline Update Error: Dialog Failed";
3460const char kUpdateMenuTypeInlineUpdateDownloadFailed[] =
3461 "Inline Update Error: Download Failed";
3462const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] =
3463 "Inline Update Error: Download Canceled";
3464const char kUpdateMenuTypeInlineUpdateInstallFailed[] =
3465 "Inline Update Error: Install Failed";
Brett Wilsonff596952017-07-14 01:06:553466
Richard Knoll1fc70942021-03-11 13:34:343467const char kUseNotificationCompatBuilderName[] =
3468 "Use NotificationCompat.Builder for Web Notifications";
3469const char kUseNotificationCompatBuilderDescription[] =
3470 "This enables using NotificationCompat.Builder instead of "
3471 "Notification.Builder to create Web Notifications.";
3472
Alexander Cooperfaad86452020-10-27 19:39:023473const char kUserMediaScreenCapturingName[] = "Screen Capture API";
3474const char kUserMediaScreenCapturingDescription[] =
3475 "Allows sites to request a video stream of your screen.";
3476
Shakti Sahu2741f8d2020-08-14 03:38:363477const char kVideoTutorialsName[] = "Enable video tutorials";
3478const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
Shakti Sahu607d9cd2020-10-22 01:10:103479const char kVideoTutorialsInstantFetchName[] =
3480 "Video tutorials fetch on startup";
3481const char kVideoTutorialsInstantFetchDescription[] =
3482 "Fetch video tutorials on startup";
Shakti Sahu2741f8d2020-08-14 03:38:363483
bttk8031f3fb2021-02-25 20:21:243484const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
3485const char kAdaptiveButtonInTopToolbarDescription[] =
3486 "Enables showing an adaptive action button in the top toolbar";
bttk74acf1b2021-05-19 20:20:593487const char kAdaptiveButtonInTopToolbarCustomizationName[] =
3488 "Adaptive button in top toolbar customization";
3489const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
3490 "Enables UI for customizing the adaptive action button in the top toolbar";
bttk8031f3fb2021-02-25 20:21:243491const char kShareButtonInTopToolbarName[] = "Share button in top toolbar";
3492const char kShareButtonInTopToolbarDescription[] =
3493 "Enables UI to initiate sharing from the top toolbar. Enabling Adaptive "
3494 "Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043495const char kVoiceButtonInTopToolbarName[] = "Voice button in top toolbar";
3496const char kVoiceButtonInTopToolbarDescription[] =
bttk8031f3fb2021-02-25 20:21:243497 "Enables showing the voice search button in the top toolbar. Enabling "
3498 "Adaptive Button overrides this.";
Josh Simmons68941d122020-11-11 02:49:043499
Tommy Nyquist26ffb642019-02-20 20:31:523500const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow";
3501const char kInlineUpdateFlowDescription[] =
3502 "When this flag is set, instead of taking the user to the Google Play "
3503 "Store when an update is available, the user is presented with an inline "
3504 "flow where they do not have to leave Chrome until the update is ready "
3505 "to install.";
3506
Shimi Zhang86c5f212020-11-23 20:36:513507const char kSwipeToMoveCursorName[] = "Swipe to move cursor";
3508const char kSwipeToMoveCursorDescription[] =
Shimi Zhang7a4a6002020-12-08 01:37:443509 "Allows user to use touch gestures to move the text cursor around. This "
3510 "flag will only take effect on Android 11 and above.";
Shimi Zhang86c5f212020-11-23 20:36:513511
Marc Treib12dcc972020-10-02 15:27:203512const char kWalletRequiresFirstSyncSetupCompleteName[] =
3513 "Controls whether Wallet (GPay) integration on Android requires "
3514 "first-sync-setup to be complete";
3515const char kWalletRequiresFirstSyncSetupCompleteDescription[] =
3516 "Controls whether the Wallet (GPay) integration on Android requires "
3517 "first-sync-setup to be complete. Only has an effect if "
3518 "enable-autofill-account-wallet-storage is also enabled.";
3519
Carlos Knippschild0cf5a072020-12-01 00:15:533520const char kWebFeedName[] = "Web Feed";
3521const char kWebFeedDescription[] =
3522 "Allows users to keep up with and consume web content.";
3523
Gayane Petrosyanb54b5c82021-04-27 14:18:233524const char kWebNotesStylizeName[] = "WebNotes Stylize";
3525const char kWebNotesStylizeDescription[] =
3526 "Allows users to create and share stylized webnotes.";
3527
Justin DeWitt83faf9d12020-12-17 23:18:033528const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
3529const char kXsurfaceMetricsReportingDescription[] =
3530 "Allows metrics reporting state to be passed to Xsurface";
3531
Brett Wilson7b44537e2017-08-18 01:38:283532// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:553533
Brett Wilson7b44537e2017-08-18 01:38:283534#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:483535
Lei Zhang1a6fd01b2021-03-24 17:03:483536const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153537 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:483538const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:153539 "When enabled, allows all websites to request to initiate tab mirroring "
3540 "via Presentation API. Requires #cast-media-route-provider to also be "
3541 "enabled";
3542
echo linkercfa62032021-04-27 05:23:333543const char kAppManagementIntentSettingsName[] =
3544 "App Management intent settings";
3545const char kAppManagementIntentSettingsDescription[] =
3546 "Enables and displays the intent settings link handling setting for App "
3547 "Management.";
3548
evliu467c11b82020-11-17 01:29:303549const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
3550const char kEnableAccessibilityLiveCaptionDescription[] =
3551 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:593552 "media playing in Chrome. Turn the feature on in "
3553 "chrome://settings/accessibility.";
3554
Rob Schonberger539fa2e52021-03-25 05:26:593555const char kEnableAccessibilityLiveCaptionSodaName[] = "SODA for Live Caption";
3556const char kEnableAccessibilityLiveCaptionSodaDescription[] =
3557 "If Live Caption (chrome://flags/#enable-accessibility-live-captions) is "
3558 "enabled, whether or not to use SODA for live captions instead of the web "
3559 "api. Turn on the feature in chrome://settings/accessibility.";
3560
Takumi Fujimotod1da5b92019-06-07 00:35:483561const char kCastMediaRouteProviderName[] = "Cast Media Route Provider";
3562const char kCastMediaRouteProviderDescription[] =
3563 "Enables the native Cast Media Route Provider implementation to be used "
3564 "instead of the implementation in the Media Router component extension.";
3565
John Lee651b47672020-09-14 19:55:023566const char kCopyLinkToTextName[] = "Copy Link To Text";
3567const char kCopyLinkToTextDescription[] =
3568 "Adds an item to the context menu to allow a user to copy a link to the "
3569 "page with the selected text highlighted.";
3570
Owen Min478d330e2020-10-19 19:18:483571const char kEnterpriseRealtimeExtensionRequestName[] =
3572 "Enterprise real-time extension request report";
3573const char kEnterpriseRealtimeExtensionRequestDescription[] =
3574 "Enable the real-time extension request uploading. The feature requires "
3575 "the enterprise reporting and extension request being enabled.";
3576
John Williamse5a683b2020-07-28 03:01:483577const char kGlobalMediaControlsCastStartStopName[] =
3578 "Global media controls control Cast start/stop";
3579const char kGlobalMediaControlsCastStartStopDescription[] =
3580 "Allows global media controls to control when a Cast session is started "
3581 "or stopped instead of relying on the Cast dialog.";
3582
Esmael El-Moslimanyf85849d2021-01-15 02:18:103583const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
3584const char kNtpCacheOneGoogleBarDescription[] =
3585 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
3586 "when available.";
3587
Ramya Nagarajan0c3954a62020-08-05 22:44:143588const char kNtpRepeatableQueriesName[] =
3589 "Repeatable queries on the New Tab Page";
3590const char kNtpRepeatableQueriesDescription[] =
3591 "Enables surfacing repeatable queries as most visited tiles on the "
3592 "New Tab Page.";
3593
Tibor Goldschwendt16a63cb2020-08-04 19:08:153594const char kNtpModulesName[] = "NTP Modules";
3595const char kNtpModulesDescription[] = "Shows modules on the New Tab Page.";
3596
Andre Vincent60a5c5d2020-12-24 02:53:013597const char kNtpDriveModuleName[] = "NTP Drive Module";
3598const char kNtpDriveModuleDescription[] =
3599 "Shows the Google Drive module on the New Tab Page";
3600
Esmael El-Moslimany75e33762020-10-21 18:26:433601const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
3602const char kNtpRecipeTasksModuleDescription[] =
3603 "Shows the recipe tasks module on the New Tab Page.";
3604
Tibor Goldschwendt08c6b882020-10-01 03:09:323605const char kNtpShoppingTasksModuleName[] = "NTP Shopping Tasks Module";
3606const char kNtpShoppingTasksModuleDescription[] =
3607 "Shows the shopping tasks module on the New Tab Page.";
3608
Yue Zhangd50dd692020-12-24 01:20:023609const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
3610const char kNtpChromeCartModuleDescription[] =
3611 "Shows the chrome cart module on the New Tab Page.";
3612
Lydia Lam44eea142021-06-10 01:19:003613const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
3614const char kNtpModulesDragAndDropDescription[] =
3615 "Enables modules to be reordered via dragging and dropping on the "
3616 "New Tab Page.";
3617
Deanna Oei155c24c2021-06-10 22:48:193618const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
3619const char kNtpModulesRedesignedDescription[] =
3620 "Shows the redesigned modules on the New Tab Page.";
3621
Aran Gilman766c2ad2019-04-18 00:15:413622const char kEnableReaderModeName[] = "Enable Reader Mode";
3623const char kEnableReaderModeDescription[] =
3624 "Allows viewing of simplified web pages by selecting 'Customize and "
3625 "control Chrome'>'Distill page'";
3626
Wei Li2946b352019-08-19 21:49:543627const char kHappinessTrackingSurveysForDesktopDemoName[] =
3628 "Happiness Tracking Surveys Demo";
3629const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
3630 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
3631
sauski95babcf2021-03-30 11:55:533632const char kHappinessTrackingSurveysForDesktopPrivacySandboxName[] =
3633 "Happiness Tracking Surveys for the Privacy Sandbox";
3634const char kHappinessTrackingSurveysForDesktopPrivacySandboxDescription[] =
3635 "Enable showing Happiness Tracking Surveys for the Privacy Sandbox to "
3636 "users on Desktop";
3637
Huanzhong Huang31a213b2020-02-11 15:04:033638const char kHappinessTrackingSurveysForDesktopSettingsName[] =
3639 "Happiness Tracking Surveys for Settings";
3640const char kHappinessTrackingSurveysForDesktopSettingsDescription[] =
3641 "Enable showing Happiness Tracking Surveys for Settings to users on "
3642 "Desktop";
3643
3644const char kHappinessTrackingSurveysForDesktopSettingsPrivacyName[] =
3645 "Happiness Tracking Surveys for Privacy Settings";
3646const char kHappinessTrackingSurveysForDesktopSettingsPrivacyDescription[] =
3647 "Enable showing Happiness Tracking Surveys for Privacy Settings to users "
3648 "on Desktop";
3649
Jon Flatley8c785582019-06-05 00:33:423650const char kKernelnextVMsName[] = "Enable VMs on experimental kernels.";
3651const char kKernelnextVMsDescription[] =
3652 "Enables VM support on devices running experimental kernel versions.";
3653
Travis Skarebcdb5ed32018-08-17 01:49:403654const char kOmniboxDriveSuggestionsName[] =
3655 "Omnibox Google Drive Document suggestions";
3656const char kOmniboxDriveSuggestionsDescriptions[] =
3657 "Display suggestions for Google Drive documents in the omnibox when Google "
3658 "is the default search engine.";
3659
Kevin Bailey9ec05532019-01-31 23:01:333660const char kOmniboxExperimentalKeywordModeName[] =
3661 "Omnibox Experimental Keyword Mode";
3662const char kOmniboxExperimentalKeywordModeDescription[] =
3663 "Enables various experimental features related to keyword mode, its "
Justin Donnellyf2703482019-10-24 21:42:153664 "suggestions and layout.";
Kevin Bailey9ec05532019-01-31 23:01:333665
Orin Jaworskiab717e6d2021-03-05 21:45:023666const char kOmniboxPedalsBatch2Name[] = "Omnibox Pedals batch 2";
3667const char kOmniboxPedalsBatch2Description[] =
Orin Jaworski3fb624e2021-05-06 17:27:403668 "Enable the second batch of Omnibox Pedals (Safety Check, etc.).";
3669
3670const char kOmniboxPedalsBatch2NonEnglishName[] =
3671 "Omnibox Pedals batch 2 for non-English locales";
3672const char kOmniboxPedalsBatch2NonEnglishDescription[] =
3673 "Enable the second batch of Omnibox Pedals (Safety Check, etc.) for "
3674 "locales other than 'en' and 'en-GB'. This flag has no effect unless "
3675 "\"Omnibox Pedals batch 2\" is also enabled.";
Orin Jaworskiab717e6d2021-03-05 21:45:023676
Justin Donnellyf2472062021-04-02 17:00:233677const char kOmniboxPedalsDefaultIconColoredName[] =
3678 "Omnibox Pedals Default Icon Colored";
3679const char kOmniboxPedalsDefaultIconColoredDescription[] =
3680 "Enable a color version of the default icon shown on the button for most "
3681 "omnibox Pedals (aka Chrome Actions).";
3682
Justin Donnelly5726ecf2020-08-14 00:53:523683const char kOmniboxKeywordSearchButtonName[] = "Omnibox keyword search button";
3684const char kOmniboxKeywordSearchButtonDescription[] =
3685 "Enable the omnibox keyword search button which offers a way to search "
Orin Jaworski35e654fd2021-05-04 21:04:403686 "on specific sites from the omnibox.";
Justin Donnelly5726ecf2020-08-14 00:53:523687
Angela Yoeurng81552632020-09-22 23:52:143688const char kOmniboxRefinedFocusStateName[] = "Omnibox refined focus state UI";
3689const char kOmniboxRefinedFocusStateDescription[] =
3690 "Enables new changes to the UI indicating focus and hover states.";
3691
Kevin Bailey7d918b92019-05-02 16:00:143692const char kOmniboxShortBookmarkSuggestionsName[] =
3693 "Omnibox short bookmark suggestions";
3694const char kOmniboxShortBookmarkSuggestionsDescription[] =
3695 "Match very short input words to beginning of words in bookmark "
3696 "suggestions.";
3697
Caroline Risingdb7df182021-01-11 19:49:143698const char kReadLaterFlagId[] = "read-later";
3699const char kReadLaterName[] = "Reading List";
3700const char kReadLaterDescription[] =
3701 "Click on the Bookmark icon or right click on a tab to add tabs to a "
3702 "reading list.";
3703
Chris Thompson657d5c82020-10-08 23:04:103704const char kSCTAuditingName[] = "SCT auditing";
3705const char kSCTAuditingDescription[] =
3706 "Enables SCT auditing for users who have opted in to Safe Browsing "
3707 "Extended Reporting.";
3708
Yutaka Hirano93e924742020-11-11 10:40:133709const char kShutdownSupportForKeepaliveName[] =
3710 "Shutdown support for keepalive requests";
3711const char kShutdownSupportForKeepaliveDescription[] =
3712 "When enabled, keepalive requests "
3713 "(https://fetch.spec.whatwg.org/#request-keepalive-flag) blocks the "
3714 "browser shutdown sequence for a short period of time.";
3715
Francois Doraycd3a0962019-10-11 20:13:333716const char kTabFreezeName[] = "Tab Freeze";
3717const char kTabFreezeDescription[] =
3718 "Enables freezing eligible tabs when they have been backgrounded for 5 "
3719 "minutes.";
Sebastien Marchandd33f7dc2018-06-22 22:07:063720
Brett Wilson7b44537e2017-08-18 01:38:283721#endif // !defined(OS_ANDROID)
3722
3723// Windows ---------------------------------------------------------------------
3724
3725#if defined(OS_WIN)
3726
David Bienvenud0ddda32018-11-01 16:59:163727const char kCalculateNativeWinOcclusionName[] =
3728 "Calculate window occlusion on Windows";
3729const char kCalculateNativeWinOcclusionDescription[] =
3730 "Calculate window occlusion on Windows will be used in the future "
3731 "to throttle and potentially unload foreground tabs in occluded windows";
3732
Rainhard Findling4bdbaa1d2020-10-26 20:40:303733const char kChromeCleanupScanCompletedNotificationName[] =
3734 "Chrome cleanup scan completion notification";
3735const char kChromeCleanupScanCompletedNotificationDescription[] =
3736 "Allows you to be notified when a Chrome cleaner scan you started "
3737 "completes.";
3738
Brett Wilson7b44537e2017-08-18 01:38:283739const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
3740const char kCloudPrintXpsDescription[] =
3741 "XPS enables advanced options for classic printers connected to the Cloud "
3742 "Print with Chrome. Printers must be re-connected after changing this "
3743 "flag.";
3744
Frank Liberato754d14f2019-01-30 23:31:173745const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder";
3746const char kD3D11VideoDecoderDescription[] =
3747 "Enables D3D11VideoDecoder for hardware accelerated video decoding.";
3748
Lei Zhang1a6fd01b2021-03-24 17:03:483749const char kEnableIncognitoShortcutOnDesktopName[] =
Mariam Alidbe57662020-08-06 12:28:353750 "Enable Incognito Desktop Shortcut";
Lei Zhang1a6fd01b2021-03-24 17:03:483751const char kEnableIncognitoShortcutOnDesktopDescription[] =
Mariam Alidbe57662020-08-06 12:28:353752 "Enables users to create a desktop shortcut for incognito mode.";
3753
Armando Miragliad2e6fc9e2020-03-06 09:23:093754const char kEnableMediaFoundationVideoCaptureName[] =
3755 "MediaFoundation Video Capture";
3756const char kEnableMediaFoundationVideoCaptureDescription[] =
3757 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
3758 "to DirectShow if disabled.";
3759
henrikac66d1012021-01-19 13:59:183760const char kRawAudioCaptureName[] = "Raw audio capture";
3761const char kRawAudioCaptureDescription[] =
3762 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
3763 "audio stream is a 'raw' stream that bypasses all signal processing except "
3764 "for endpoint specific, always-on processing in the Audio Processing Object"
3765 " (APO), driver, and hardware.";
3766
Lei Zhangc05af2a2020-05-15 20:54:053767const char kRunVideoCaptureServiceInBrowserProcessName[] =
3768 "Run video capture service in browser";
3769const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
3770 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:283771
Rainhard Findling29e729d2020-06-05 08:07:343772const char kSafetyCheckChromeCleanerChildName[] =
3773 "Chrome Cleanup Tool in safety check";
3774const char kSafetyCheckChromeCleanerChildDescription[] =
3775 "Enables the Chrome Cleanup Tool child in safety check.";
3776
Olli Etuaho122321192018-09-07 10:15:293777const char kUseAngleName[] = "Choose ANGLE graphics backend";
3778const char kUseAngleDescription[] =
3779 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
3780 "computers by default. Using the OpenGL driver as the graphics backend may "
3781 "result in higher performance in some graphics-heavy applications, "
3782 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
3783 "video playback.";
3784
3785const char kUseAngleDefault[] = "Default";
3786const char kUseAngleGL[] = "OpenGL";
3787const char kUseAngleD3D11[] = "D3D11";
3788const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:023789const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:293790
Brett Wilson7b44537e2017-08-18 01:38:283791const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3792const char kUseWinrtMidiApiDescription[] =
3793 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3794 "later).";
3795
Daniel Hosseinian159cb3d2020-03-13 03:02:023796#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhangc05af2a2020-05-15 20:54:053797const char kGdiTextPrinting[] = "GDI Text Printing";
3798const char kGdiTextPrintingDescription[] =
3799 "Use GDI to print text as simply text";
3800
Lei Zhanga6a8a492020-05-14 03:55:033801const char kPrintWithReducedRasterizationName[] =
3802 "Print with reduced rasterization";
3803const char kPrintWithReducedRasterizationDescription[] =
3804 "When using GDI printing, avoid rasterization if possible.";
3805
Alan Screen574ffd662019-11-21 22:38:533806const char kUseXpsForPrintingName[] = "Use XPS for printing";
3807const char kUseXpsForPrintingDescription[] =
3808 "When enabled, use XPS printing API instead of the GDI print API.";
3809
Alan Screen49388112019-12-13 23:34:213810const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
3811const char kUseXpsForPrintingFromPdfDescription[] =
3812 "When enabled, use XPS printing API instead of the GDI print API when "
3813 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:023814#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:213815
Guillaume Jenkinsdd8060a72019-07-03 17:28:063816#if BUILDFLAG(ENABLE_SPELLCHECK)
Guillaume Jenkins2c1717a82019-12-05 21:20:163817const char kWinUseBrowserSpellCheckerName[] =
3818 "Use the Windows OS spell checker";
Guillaume Jenkinsdd8060a72019-07-03 17:28:063819const char kWinUseBrowserSpellCheckerDescription[] =
Guillaume Jenkinscd9afb5b2020-06-04 20:57:163820 "For supported languages, use the Windows OS spell checker to find "
3821 "spelling mistakes and provide spelling suggestions. Additional languages "
3822 "can be installed in the Windows OS settings to improve Windows spell "
3823 "check support.";
Guillaume Jenkinsdd8060a72019-07-03 17:28:063824#endif // BUILDFLAG(ENABLE_SPELLCHECK)
3825
Brett Wilson7b44537e2017-08-18 01:38:283826#endif // defined(OS_WIN)
3827
3828// Mac -------------------------------------------------------------------------
3829
Avi Drissman2e458df2020-07-29 16:24:313830#if defined(OS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:283831
Daniel Hosseinian159cb3d2020-03-13 03:02:023832#if BUILDFLAG(ENABLE_PRINTING)
3833const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
3834const char kCupsIppPrintingBackendDescription[] =
3835 "Use the CUPS IPP printing backend instead of the original CUPS backend "
3836 "that calls the PPD API.";
3837#endif // BUILDFLAG(ENABLE_PRINTING)
3838
Owen Min3bfb32232020-10-28 17:52:153839const char kEnterpriseReportingApiKeychainRecreationName[] =
3840 "Enterprise reporting API keychain item recreation.";
3841const char kEnterpriseReportingApiKeychainRecreationDescription[] =
3842 "Allow enterprise reporting private API to recreate keychain item on Mac. "
3843 "The recreated item can be accessed by other binaries.";
3844
Sidney San Martín678fd4112019-03-30 00:13:053845const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
3846const char kImmersiveFullscreenDescription[] =
3847 "Automatically hide and show the toolbar in fullscreen.";
3848
Greg Kerrf46f31872019-08-08 20:22:443849const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
3850const char kMacSyscallSandboxDescription[] =
3851 "Controls whether the macOS sandbox filters syscalls.";
3852
Christopher Cameron93855ff2019-10-10 19:26:543853const char kMetalName[] = "Metal";
3854const char kMetalDescription[] =
3855 "Use Metal instead of OpenGL for rasterization (if out-of-process "
3856 "rasterization is enabled) and display (if the Skia renderer is enabled)";
3857
Elly Fong-Jonesbe71ce62021-04-07 15:25:033858const char kScreenTimeName[] = "Screen Time";
3859const char kScreenTimeDescription[] =
3860 "Integrate with the macOS Screen Time system.";
3861
Brett Wilson7b44537e2017-08-18 01:38:283862#endif
3863
3864// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343865
Yuta Hijikata235fc62b2020-12-08 03:48:323866#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:343867
Anastasiia N3967787c2020-11-17 15:05:203868const char kAccountManagementFlowsV2Name[] =
3869 "Enable redesign of account management flows";
3870const char kAccountManagementFlowsV2Description[] =
3871 "Enables redesign of account management flows and Account Manager page in "
3872 "Settings. "
3873 "See go/betterAM";
3874
Brett Wilson7b44537e2017-08-18 01:38:283875const char kAcceleratedMjpegDecodeName[] =
3876 "Hardware-accelerated mjpeg decode for captured frame";
3877const char kAcceleratedMjpegDecodeDescription[] =
3878 "Enable hardware-accelerated mjpeg decode for captured frame where "
3879 "available.";
vabr0215a8e2017-03-28 12:47:343880
Zentaro Kavanagh65b3e112019-09-03 16:18:233881const char kAllowDisableMouseAccelerationName[] =
3882 "Allow disabling mouse acceleration";
3883const char kAllowDisableMouseAccelerationDescription[] =
3884 "Shows a setting to disable mouse acceleration.";
3885
Vyshu9ea9e182021-02-04 17:53:063886const char kAllowRepeatedUpdatesName[] =
3887 "Continue checking for updates before reboot and after initial update.";
3888const char kAllowRepeatedUpdatesDescription[] =
3889 "Continues checking to see if there is a more recent update, even if user"
3890 "has not rebooted to apply the previous update.";
3891
Kyle Horimoto734f0752020-03-20 20:46:543892const char kAllowScrollSettingsName[] =
3893 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
3894const char kAllowScrollSettingsDescription[] =
3895 "Shows settings to enable/disable scroll acceleration and to adjust the "
3896 "sensitivity for scrolling.";
3897
Alex Newcomer2a59139f2021-05-27 19:02:113898extern const char kAppListBubbleName[] =
3899 "Productivity experiment: App Launcher";
3900extern const char kAppListBubbleDescription[] =
3901 "To evaluate an enhanced Launcher experience that aims to improve app "
3902 "workflows by optimizing access to apps, app content, and app actions.";
3903
Maggie Cai062ab3b2020-09-17 13:23:263904const char kAppServiceExternalProtocolName[] = "App Service External Protocol";
3905const char kAppServiceExternalProtocolDescription[] =
3906 "Use the App Service to provide data for external protocol dialog.";
3907
[email protected]093af042020-06-12 03:13:373908const char kAppServiceAdaptiveIconName[] = "App Service Adaptive Icons";
3909const char kAppServiceAdaptiveIconDescription[] =
3910 "Provide adaptive icons through the App Service";
3911
Ryo Hashimoto8f4b30ced2019-04-08 12:14:193912const char kArcCustomTabsExperimentName[] =
3913 "Enable Custom Tabs experiment for ARC";
3914const char kArcCustomTabsExperimentDescription[] =
3915 "Allow Android apps to use Custom Tabs."
3916 "This feature only works on the Canary and Dev channels.";
3917
Alexander Bolodurin4e0a465c2021-03-31 23:14:033918const char kArcDocumentsProviderUnknownSizeName[] =
3919 "Enable ARC DocumentsProvider unknown file size handling";
3920const char kArcDocumentsProviderUnknownSizeDescription[] =
3921 "Allow opening DocumentsProvider files where size is not reported.";
3922
Satoshi Niwa8b1d5282018-10-24 04:53:033923const char kArcFilePickerExperimentName[] =
3924 "Enable file picker experiment for ARC";
3925const char kArcFilePickerExperimentDescription[] =
3926 "Enables using Chrome OS file picker in ARC.";
3927
Lev Rumyantsev6eddc802019-08-27 19:41:213928const char kArcNativeBridgeToggleName[] =
3929 "Toggle between native bridge implementations for ARC";
3930const char kArcNativeBridgeToggleDescription[] =
3931 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:513932
Josh Horwichc50d5b22020-07-07 22:32:183933const char kArcNativeBridge64BitSupportExperimentName[] =
3934 "Enable experimental 64-bit native bridge support for ARC";
3935const char kArcNativeBridge64BitSupportExperimentDescription[] =
3936 "Enable experimental 64-bit native bridge support for ARC where available.";
3937
Yusuke Sato4717d1782021-03-12 23:27:173938const char kArcRtVcpuDualCoreName[] =
3939 "Enable ARC real time vcpu on a device with 2 logical cores online.";
3940const char kArcRtVcpuDualCoreDesc[] =
3941 "Enable ARC real time vcpu on a device with 2 logical cores online to "
3942 "reduce media playback glitch.";
3943
3944const char kArcRtVcpuQuadCoreName[] =
3945 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
3946const char kArcRtVcpuQuadCoreDesc[] =
3947 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
3948 "reduce media playback glitch.";
3949
Yury Khmele4649fc2020-12-01 22:59:153950const char kArcUseHighMemoryDalvikProfileName[] =
3951 "Enable ARC high-memory dalvik profile";
3952const char kArcUseHighMemoryDalvikProfileDesc[] =
3953 "Allow Android to use high-memory dalvik profile when applicable for "
3954 "high-memory devices.";
3955
Tim Sergeant37be4a82021-06-11 07:35:233956const char kArcWebAppShareName[] = "Enable sharing to Web Apps from ARC";
3957const char kArcWebAppShareDescription[] =
3958 "Allow Android apps to send shared text and files to web apps. When "
3959 "disabled, web apps may still appear in share sheets, but will not "
3960 "receive any shared content.";
3961
Mustafa Camurcu32cfc592021-02-10 19:00:403962const char kArcEnableUsapName[] =
3963 "Enable ARC Unspecialized Application Processes";
3964const char kArcEnableUsapDesc[] =
3965 "Enable ARC Unspecialized Application Processes when applicable for "
3966 "high-memory devices.";
3967
Eliot Courtneye87a9c32018-11-20 03:33:023968const char kAshEnablePipRoundedCornersName[] =
3969 "Enable Picture-in-Picture rounded corners.";
3970const char kAshEnablePipRoundedCornersDescription[] =
3971 "Enable rounded corners on the Picture-in-Picture window.";
3972
Andrew Moylan2db11cd2019-05-22 14:25:153973const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3974const char kAshEnableUnifiedDesktopDescription[] =
3975 "Enable unified desktop mode which allows a window to span multiple "
3976 "displays.";
3977
minchc6243fd2019-10-22 00:45:463978const char kAshSwipingFromLeftEdgeToGoBackName[] =
3979 "Swping from the left edge of the display to go back to the previous page.";
3980const char kAshSwipingFromLeftEdgeToGoBackDescription[] =
3981 "Swiping from the restricted left area of the display with enough drag "
3982 "distance or fling velocity could go back to the previous page while in "
3983 "tablet mode.";
3984
Ryan Hansberry7c6c2b22019-06-18 21:07:143985const char kBluetoothAggressiveAppearanceFilterName[] =
3986 "Aggressive Bluetooth device filtering";
3987const char kBluetoothAggressiveAppearanceFilterDescription[] =
3988 "Enables a more aggressive Bluetooth filter in the UI to hide devices that "
3989 "likely cannot be connected to.";
3990
Michael Sun1b15a302020-04-07 02:57:293991const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
3992const char kBluetoothFixA2dpPacketSizeDescription[] =
3993 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
3994 "audio quality and may fix audio stutter.";
3995
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:343996const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
3997const char kBluetoothWbsDogfoodDescription[] =
3998 "Enables Bluetooth wideband speech mic as default audio option. "
3999 "Note that flipping this flag makes no difference on most of the "
4000 "Chrome OS models, because Bluetooth WBS is either unsupported "
4001 "or fully launched. Only on the few models that Bluetooth WBS is "
4002 "still stablizing this flag will take effect.";
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
Jeffrey Kardatzkef4ea1652020-07-13 17:41:314017const char kCdmFactoryDaemonName[] = "CDM Factory Daemon";
4018const char kCdmFactoryDaemonDescription[] =
4019 "Use the CDM daemon instead of the library CDM";
4020
Regan Hsub9816d52021-05-26 15:03:484021const char kCellularForbidAttachApnName[] = "Forbid Use Attach APN";
4022const char kCellularForbidAttachApnDescription[] =
4023 "If enabled, the value of |kCellularUseAttachApn| should have no effect "
4024 "and the LTE attach APN configuration will not be sent to the modem. This "
4025 "flag exists because the |kCellularUseAttachApn| flag can be enabled "
4026 "by command-line arguments via board overlays which takes precedence over "
4027 "finch configs, which may be needed to turn off the Attach APN feature.";
4028
Vincent Palatinfd080f82020-12-21 19:47:064029const char kCellularUseAttachApnName[] = "Cellular use Attach APN";
4030const char kCellularUseAttachApnDescription[] =
4031 "Use the mobile operator database to set explicitly an Attach APN "
4032 "for the LTE connections rather than letting the modem decide which "
4033 "attach APN to use or retrieve it from the network";
4034
Azeem Arshad43b191b2021-01-15 23:59:564035const char kCellularUseExternalEuiccName[] = "Use external Euicc";
4036const char kCellularUseExternalEuiccDescription[] =
4037 "When enabled Cellular Setup and Settings UI will use the first available "
4038 "external Euicc.";
4039
Yulun Wu1e355132020-02-11 20:12:224040const char kContextualNudgesName[] =
4041 "Contextual nudges for user gesture education";
4042const char kContextualNudgesDescription[] =
4043 "Enables contextual nudges, periodically showing the user a label "
4044 "explaining how to interact with a particular UI element using gestures.";
4045
Joel Hockey71ebbe62021-03-28 06:24:044046const char kCroshSWAName[] = "Crosh System Web App";
4047const char kCroshSWADescription[] =
4048 "When enabled, crosh (Chrome OS Shell) will run as a tabbed System Web App "
4049 "rather than a normal browser tab.";
4050
mlcui378ba4662021-02-16 00:13:344051const char kCrosLanguageSettingsUpdate2Name[] = "Language Settings Update 2";
4052const char kCrosLanguageSettingsUpdate2Description[] =
4053 "Enables the second language settings update. Requires "
4054 "#enable-cros-language-settings-update to be enabled.";
4055
Jing Wang859fb1a2020-11-27 00:26:484056const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
4057const char kCrosOnDeviceGrammarCheckDescription[] =
4058 "Enable new on-device grammar check component.";
4059
Brett Wilson7b44537e2017-08-18 01:38:284060const char kCrosRegionsModeName[] = "Cros-regions load mode";
4061const char kCrosRegionsModeDescription[] =
4062 "This flag controls cros-regions load mode";
4063const char kCrosRegionsModeDefault[] = "Default";
4064const char kCrosRegionsModeOverride[] = "Override VPD values.";
4065const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:344066
David Munro3528c5c2020-01-13 02:44:374067const char kCrostiniDiskResizingName[] = "Allow resizing Crostini disks";
4068const char kCrostiniDiskResizingDescription[] =
4069 "Use preallocated user-resizeable disks for Crostini instead of sparse "
4070 "automatically sized disks.";
4071
David Munro3728ef72019-10-30 07:22:154072const char kCrostiniUseBusterImageName[] = "New Crostini containers use Buster";
4073const char kCrostiniUseBusterImageDescription[] =
4074 "New Crostini containers use Debian Buster images instead of Debian "
4075 "Stretch.";
4076
Ben Wells7238dd02019-05-02 08:20:324077const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
4078const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
4079
David Munro9fce777c2020-10-07 03:55:544080const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
4081const char kCrostiniResetLxdDbDescription[] =
4082 "Recreates the LXD database every time we launch it";
4083
Max Li6f2e8142019-10-23 13:34:114084const char kCryptAuthV2DeviceActivityStatusName[] =
4085 "CryptAuth Device Activity Status";
4086const char kCryptAuthV2DeviceActivityStatusDescription[] =
4087 "Use the CryptAuth GetDevicesActivityStatus API to sort devices.";
4088
Josh Nohle628bfd12020-12-08 20:48:364089const char kCryptAuthV2DeviceActivityStatusUseConnectivityName[] =
4090 "CryptAuth Device Activity Status: Use connectivity status";
4091const char kCryptAuthV2DeviceActivityStatusUseConnectivityDescription[] =
4092 "Utilize the connectivity status from the CryptAuth "
4093 "GetDevicesActivityStatus API to sort devices.";
4094
Josh Nohle12948a12019-10-10 21:06:164095const char kCryptAuthV2DeviceSyncName[] = "CryptAuth v2 DeviceSync";
4096const char kCryptAuthV2DeviceSyncDescription[] =
Josh Nohle7cf892de2019-11-08 16:14:054097 "Use the CryptAuth v2 DeviceSync protocol. Note: v1 DeviceSync will "
4098 "continue to run until the deprecation flag is flipped.";
Josh Nohle12948a12019-10-10 21:06:164099
Josh Nohle2f82dcc2018-12-17 23:11:234100const char kCryptAuthV2EnrollmentName[] = "CryptAuth v2 Enrollment";
4101const char kCryptAuthV2EnrollmentDescription[] =
4102 "Use the CryptAuth v2 Enrollment protocol.";
4103
Pilar Molina Lopezd5b787512020-11-19 00:21:484104const char kDisableBufferBWCompressionName[] =
4105 "Disable buffer bandwidth compression";
4106const char kDisableBufferBWCompressionDescription[] =
4107 "Disable bandwidth compression when allocating buffers";
4108
Ricky Liang8df43372020-07-09 09:41:094109const char kDisableCameraFrameRotationAtSourceName[] =
4110 "Disable camera frame rotation at source";
4111const char kDisableCameraFrameRotationAtSourceDescription[] =
4112 "Disable camera frame rotation to the upright display orientation in the "
4113 "video capture device";
4114
Thanh Nguyena4c933442019-05-11 03:43:554115const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
4116const char kDisableCancelAllTouchesDescription[] =
4117 "If enabled, a canceled touch will not force all other touches to be "
4118 "canceled.";
4119
Josh Nohle115bc2892019-12-18 18:26:344120const char kDisableCryptAuthV1DeviceSyncName[] =
4121 "Disable CryptAuth v1 DeviceSync";
4122const char kDisableCryptAuthV1DeviceSyncDescription[] =
4123 "Disable the CryptAuth v1 DeviceSync protocol. The v2 DeviceSync flag "
4124 "should be enabled before this flag is flipped.";
4125
Pavol Marko07c02b72020-11-19 12:04:534126const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
4127 "Disable closing idle sockets on memory pressure";
4128const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
4129 "If enabled, idle sockets will not be closed when chrome detects memory "
4130 "pressure. This applies to web pages only and not to internal requests.";
4131
Daniele Castagna893d822e2019-03-08 21:37:114132const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
4133const char kDisableExplicitDmaFencesDescription[] =
4134 "Always rely on implicit syncrhonization between GPU and display "
4135 "controller instead of using dma-fences explcitily when available.";
4136
Bailey Berro01f09742020-07-21 05:40:594137const char kDisplayAlignmentAssistanceName[] =
4138 "Enable Display Alignment Assistance";
4139const char kDisplayAlignmentAssistanceDescription[] =
4140 "Show indicators on shared edges of the displays when user is "
4141 "attempting to move their mouse over to another display. Show preview "
4142 "indicators when the user is moving a display in display layouts.";
4143
Su Hong Koobbd04e02020-04-04 00:16:064144const char kDisplayIdentificationName[] =
4145 "Enable display identification highlight";
4146const char kDisplayIdentificationDescription[] =
4147 "Shows a blue highlight around the edges of the display that is selected "
4148 "in the Displays Settings page. Only shown when the Displays Settings page "
4149 "is open.";
4150
Miguel Casas8821b0982020-07-02 12:28:494151const char kUseHDRTransferFunctionName[] =
4152 "Monitor/Display HDR transfer function";
4153const char kUseHDRTransferFunctionDescription[] =
4154 "Allows using the HDR transfer functions of any connected monitor that "
4155 "supports it";
Miguel Casasf15028b12019-10-23 12:52:324156
Giovanni Ortuño Urquidi3e5e2072019-09-25 06:50:204157const char kDisableOfficeEditingComponentAppName[] =
4158 "Disable Office Editing for Docs, Sheets & Slides";
4159const char kDisableOfficeEditingComponentAppDescription[] =
4160 "Disables Office Editing for Docs, Sheets & Slides component app so "
4161 "handlers won't be registered, making it possible to install another "
4162 "version for testing.";
4163
Ahmed Fakhry4f567e692018-10-16 15:51:084164const char kDoubleTapToZoomInTabletModeName[] =
4165 "Double-tap to zoom in tablet mode";
4166const char kDoubleTapToZoomInTabletModeDescription[] =
4167 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
4168 "page.";
4169
Austin Tankiang3d356862020-10-01 06:26:154170const char kDriveFsBidirectionalNativeMessagingName[] =
4171 "Enable bidirectional native messaging for DriveFS";
4172const char kDriveFsBidirectionalNativeMessagingDescription[] =
4173 "Enable enhanced native messaging host to communicate with DriveFS.";
4174
Andrew Moylan2db11cd2019-05-22 14:25:154175const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
4176const char kEnableAppDataSearchDescription[] =
4177 "Allow launcher search to access data available through Firebase App "
4178 "Indexing";
4179
Per Åhgrend439e1e2021-05-16 13:49:554180const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
4181const char kCrOSEnforceSystemAecDescription[] =
4182 "Enforces using the system variant in CrAS of the AEC";
4183
4184const char kCrOSEnforceSystemAecAgcName[] =
4185 "Enforce using the system AEC and AGC in CrAS";
4186const char kCrOSEnforceSystemAecAgcDescription[] =
4187 "Enforces using the system variants in CrAS of the AEC and AGC.";
4188
4189const char kCrOSEnforceSystemAecNsName[] =
4190 "Enforce using the system AEC and NS in CrAS";
4191const char kCrOSEnforceSystemAecNsDescription[] =
4192 "Enforces using the system variants in CrAS of the AEC and NS.";
4193
4194const char kCrOSEnforceSystemAecNsAgcName[] =
4195 "Enforce using the system AEC, NS and AGC in CrAS";
4196const char kCrOSEnforceSystemAecNsAgcDescription[] =
4197 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
4198
Andrew Moylan2db11cd2019-05-22 14:25:154199const char kEnableAppReinstallZeroStateName[] =
4200 "Enable Zero State App Reinstall Suggestions.";
4201const char kEnableAppReinstallZeroStateDescription[] =
4202 "Enable Zero State App Reinstall Suggestions feature in launcher, which "
4203 "will show app reinstall recommendations at end of zero state list.";
4204
Matthew Mourgoscf22b4b2019-03-06 23:46:394205const char kEnableAppGridGhostName[] = "App Grid Ghosting";
4206const char kEnableAppGridGhostDescription[] =
4207 "Enables ghosting during an item drag in launcher.";
4208
Lei Zhang0a318af2018-11-14 02:19:464209const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:374210 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:464211const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:374212 "If audio focus is enabled in Chrome then this will delegate audio focus "
4213 "control in Android apps to Chrome.";
4214
Yue Liebaa9952018-12-07 21:41:264215const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
4216const char kEnableAssistantAppSupportDescription[] =
4217 "Enable the Assistant App Support feature";
4218
David Black12709a382020-06-30 04:03:004219const char kEnableAssistantBetterOnboardingName[] =
4220 "Enable Assistant Better Onboarding";
4221const char kEnableAssistantBetterOnboardingDescription[] =
4222 "Enables the Assistant better onboarding experience.";
4223
Xiaohui Chenb523747b2019-03-14 23:38:324224const char kEnableAssistantLauncherIntegrationName[] =
4225 "Assistant & Launcher integration";
4226const char kEnableAssistantLauncherIntegrationDescription[] =
4227 "Combine Launcher search with the power of Assistant to provide the most "
4228 "useful answer for each query. Requires Assistant to be enabled.";
4229
Yue Li26244a8e2019-11-14 02:05:034230const char kEnableAssistantLauncherUIName[] = "Assistant Launcher UI";
4231const char kEnableAssistantLauncherUIDescription[] =
4232 "Enables the embedded Assistant UI in the app list. Requires Assistant to "
4233 "be enabled.";
4234
Xiao Yangf59e6932019-07-19 00:18:134235const char kEnableAssistantRoutinesName[] = "Assistant Routines";
4236const char kEnableAssistantRoutinesDescription[] = "Enable Assistant Routines.";
4237
Yue Lic30931472020-08-13 02:30:354238const char kEnableAutoSelectName[] = "Auto Select";
4239const char kEnableAutoSelectDescription[] =
4240 "Automatically select the word under cursor on contextual menu click.";
4241
Alex Newcomere5a362c2019-05-02 19:31:354242const char kEnableBackgroundBlurName[] = "Enable background blur.";
4243const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:284244 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:354245
Alex Newcomer46bfe142020-07-10 20:28:564246const char kEnhancedClipboardName[] =
4247 "Productivity Experiment: Enable Enhanced Clipboard";
4248const char kEnhancedClipboardDescription[] =
4249 "Enables an experimental clipboard history which aims to reduce context "
4250 "switching. After copying to the clipboard, press search + v to show the "
4251 "history. Selecting something from the menu will result in a paste to the "
4252 "active window.";
4253
Lei Zhang1a6fd01b2021-03-24 17:03:484254const char kEnhancedClipboardNudgeSessionResetName[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284255 "Enable resetting enhanced clipboard nudge data";
Lei Zhang1a6fd01b2021-03-24 17:03:484256const char kEnhancedClipboardNudgeSessionResetDescription[] =
Matthew Mourgosdfd6d852020-10-22 03:15:284257 "When enabled, this will reset the clipboard nudge shown data on every new "
4258 "user session, allowing the nudge to be shown again.";
4259
Ana Salazarde4d2692021-06-16 01:37:064260const char kEnhancedClipboardScreenshotNudgeName[] =
4261 "Enable clipboard history screenshot nudge";
4262const char kEnhancedClipboardScreenshotNudgeDescription[] =
4263 "When enabled, the keyboard shortcut for clipboard history will show in "
4264 "the screenshot notification banner in clamshell mode.";
4265
Charles Zhao9d1b8def2019-10-16 22:32:394266const char kEnableCrOSActionRecorderName[] = "Enable CrOS action recorder";
4267const char kEnableCrOSActionRecorderDescription[] =
4268 "When enabled, each app launching, file opening, setting change, and url "
4269 "visiting will be logged locally into an encrypted file. Should not be "
Charles Zhaoafe9e8d2019-10-17 00:34:344270 "enabled. Be aware that hash option only provides a thin layer of privacy.";
Charles Zhao9d1b8def2019-10-16 22:32:394271
Garrick Evans0387e712021-04-28 05:24:324272const char kEnableDnsProxyName[] = "Enable DNS proxy service";
4273const char kEnableDnsProxyDescription[] =
4274 "When enabled, standard DNS queries will be proxied through the system "
4275 "service";
4276
Garrick Evans1d407ca92021-05-10 04:04:304277const char kDnsProxyEnableDOHName[] =
4278 "Enable DNS-over-HTTPS in the DNS proxy service";
4279const char kDnsProxyEnableDOHDescription[] =
4280 "When enabled, the DNS proxy will perform DNS-over-HTTPS in accordance "
4281 "with the Chrome OS SecureDNS settings.";
4282
James Hawkinsa9fefa8d2020-10-08 00:24:034283const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
4284const char kEnableHostnameSettingDescription[] =
4285 "Enables the ability to set the Chrome OS hostname, the name of the device "
4286 "that is exposed to the local network";
4287
Tim Sergeant9aeecd92021-05-24 07:29:074288const char kEnableGeneratedWebApksName[] = "Generated WebAPKs";
4289const char kEnableGeneratedWebApksDescription[] =
4290 "When enabled, generates and installs a WebAPK inside ARC for each "
4291 "installed and eligible PWA.";
4292
Harry Cuttscfe6d934f2019-06-05 21:45:554293const char kEnableGesturePropertiesDBusServiceName[] =
4294 "Enable gesture properties D-Bus service";
4295const char kEnableGesturePropertiesDBusServiceDescription[] =
4296 "Enable a D-Bus service for accessing gesture properties, which are used "
4297 "to configure input devices.";
4298
Xiaohui Chenf4283f32018-11-26 20:02:504299const char kEnableGoogleAssistantDspName[] =
4300 "Enable Google Assistant with hardware-based hotword";
4301const char kEnableGoogleAssistantDspDescription[] =
4302 "Enable an experimental feature that uses hardware-based hotword detection "
4303 "for Assistant. Only a limited number of devices have this type of "
4304 "hardware support.";
4305
Xiaohui Chenc3baca42018-11-30 19:29:374306const char kEnableGoogleAssistantStereoInputName[] =
4307 "Enable Google Assistant with stereo audio input";
4308const char kEnableGoogleAssistantStereoInputDescription[] =
4309 "Enable an experimental feature that uses stereo audio input for hotword "
4310 "and voice to text detection in Google Assistant.";
4311
Xiaohui Chen3f3a5bf12019-09-28 00:29:454312const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
4313const char kEnableGoogleAssistantAecDescription[] =
4314 "Enable an experimental feature that removes local feedback from audio "
4315 "input to help hotword and ASR when background audio is playing.";
4316
Rob Schonberger11bb2812019-07-31 23:41:004317const char kEnableHeuristicStylusPalmRejectionName[] =
4318 "Enable Heuristic for Stylus/Palm Rejection.";
4319const char kEnableHeuristicStylusPalmRejectionDescription[] =
4320 "Enable additional heuristic palm rejection logic when interacting with "
4321 "stylus usage. Not intended for all devices.";
4322
Harry Cutts8b445de2021-06-10 02:25:554323const char kEnableInputEventLoggingName[] = "Enable input event logging";
4324const char kEnableInputEventLoggingDescription[] =
4325 "Enable detailed logging of input events from touchscreens, touchpads, and "
4326 "mice. These events include the locations of all touches as well as "
4327 "relative pointer movements, and so may disclose sensitive data. They "
4328 "will be included in feedback reports and system logs, so DO NOT ENTER "
4329 "SENSITIVE INFORMATION with this flag enabled.";
4330
Harry Cuttsf74356712021-05-14 02:13:384331const char kEnableInputInDiagnosticsAppName[] =
4332 "Enable input device cards in the Diagnostics App";
4333const char kEnableInputInDiagnosticsAppDescription[] =
4334 "Enable input device cards in the Diagnostics App";
4335
Anton Swifton81ecf0c2021-05-04 02:28:514336const char kEnableInputNoiseCancellationUiName[] =
4337 "Enable Input Noise Cancellation UI.";
4338const char kEnableInputNoiseCancellationUiDescription[] =
4339 "Enable toggling input noise cancellation through the Quick Settings. By "
4340 "default, this flag is disabled.";
4341
[email protected]b2bed9d2020-12-09 23:49:424342const char kEnableLauncherSearchNormalizationName[] =
4343 "Enable normalization of launcher search results";
4344const char kEnableLauncherSearchNormalizationDescription[] =
4345 "Enable normalization of scores from different providers to the "
4346 "launcher.";
4347
Ana Salazar270fed42020-06-11 14:44:404348const char kNewDragSpecInLauncherName[] = "Enable Launcher App Paging";
4349const char kNewDragSpecInLauncherDescription[] =
4350 "Show visual affordance of launcher app pages and enable page previews "
4351 "when dragging apps.";
4352
Rob Schonbergerc258473f2019-11-08 05:09:354353const char kEnableNeuralStylusPalmRejectionName[] =
4354 "Enable Neural Palm Detection";
4355const char kEnableNeuralStylusPalmRejectionDescription[] =
4356 "Experimental: Enable Neural Palm detection. Not compatible with all "
4357 "devices.";
4358
Xiangdong Kongec5a0772021-05-03 21:53:014359const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
4360const char kEnableOsFeedbackDescription[] =
4361 "Enable the feedback tool with new UX design that helps users mitigate "
4362 "the issues while writing feedback and makes the UI easier to use.";
4363
Mitsuru Oshimadaf54572020-04-07 14:47:594364const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
4365const char kEnableNewShortcutMappingDescription[] =
4366 "Enables experimental new shortcut mapping";
4367
Rob Schonbergerba235782020-03-11 05:01:144368const char kEnablePalmOnMaxTouchMajorName[] =
4369 "Enable Palm when Touch is Maximum";
4370const char kEnablePalmOnMaxTouchMajorDescription[] =
4371 "Experimental: Enable Palm detection when the touchscreen reports max "
4372 "size. Not compatible with all devices.";
4373
4374const char kEnablePalmOnToolTypePalmName[] =
4375 "Enable Palm when Tool Type is Palm";
4376const char kEnablePalmOnToolTypePalmDescription[] =
4377 "Experimental: Enable palm detection when touchscreen reports "
4378 "TOOL_TYPE_PALM. Not compatible with all devices.";
4379
Rob Schonbergere0a8e3c2020-04-21 03:04:394380const char kEnablePalmSuppressionName[] =
4381 "Enable Palm Suppression with Stylus.";
4382const char kEnablePalmSuppressionDescription[] =
4383 "If enabled, suppresses touch when a stylus is on a touchscreen.";
4384
Vladislav Kaznacheevaa213a02018-10-29 17:54:284385const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
4386const char kEnablePlayStoreSearchDescription[] =
4387 "Enable Play Store search in launcher.";
4388
[email protected]683123b92019-12-10 03:52:224389const char kEnableQuickAnswersName[] = "Enable Quick Answers";
4390const char kEnableQuickAnswersDescription[] =
4391 "Enable the Quick Answers feature";
4392
Yue Li19ffe542020-10-28 02:52:284393const char kEnableQuickAnswersOnEditableTextName[] =
4394 "Enable Quick Answers on editable text";
4395const char kEnableQuickAnswersOnEditableTextDescription[] =
4396 "Enable Quick Answers on editable text.";
4397
Xiao Yangfcee43b2020-02-11 03:27:434398const char kEnableQuickAnswersRichUiName[] = "Enable Quick Answers Rich UI";
4399const char kEnableQuickAnswersRichUiDescription[] =
4400 "Enable the Quick Answers rich UI.";
4401
Li Linb89713c2020-05-13 00:20:374402const char kEnableQuickAnswersTextAnnotatorName[] =
4403 "Enable Quick Answers text annotator";
4404const char kEnableQuickAnswersTextAnnotatorDescription[] =
4405 "Enable Quick Answers text annotator.";
4406
Yue Li869ba962020-09-19 00:27:134407const char kEnableQuickAnswersTranslationName[] =
4408 "Enable Quick Answers translation";
4409const char kEnableQuickAnswersTranslationDescription[] =
4410 "Enable Quick Answers translation.";
4411
Yue Li8468585fe2020-09-30 20:46:134412const char kEnableQuickAnswersTranslationCloudAPIName[] =
4413 "Enable Quick Answers translation using the Cloud API";
4414const char kEnableQuickAnswersTranslationCloudAPIDescription[] =
4415 "Enable Quick Answers translation using the Cloud API.";
4416
Yue Li354425c2021-06-15 00:26:044417const char kEnableQuickAnswersV2Name[] = "Enable Quick Answers V2 features";
4418const char kEnableQuickAnswersV2Description[] =
4419 "Enable Quick Answers V2 features.";
4420
Brian Geffon134e77c52019-07-30 21:49:584421const char kTrimOnFreezeName[] = "Trim Working Set on freeze";
4422const char kTrimOnFreezeDescription[] = "Trim Working Set on all frames frozen";
4423
4424const char kTrimOnMemoryPressureName[] = "Trim Working Set on memory pressure";
4425const char kTrimOnMemoryPressureDescription[] =
4426 "Trim Working Set periodically on memory pressure";
4427
paulzhchen26343e92021-02-09 05:43:054428const char kEcheSWAName[] = "Enable Eche App SWA.";
4429const char kEcheSWADescription[] = "Enable the SWA version of the Eche.";
4430
paulzhchen7ee2f68e2021-04-22 23:06:464431const char kEcheSWAResizingName[] = "Allow resizing Eche App.";
4432const char kEcheSWAResizingDescription[] =
4433 "Enable a naive resize for the Eche window";
4434
Michael Checo9d122652021-03-18 15:04:344435const char kEnableNetworkingInDiagnosticsAppName[] =
4436 "Enable networking cards in the Diagnostics App";
4437const char kEnableNetworkingInDiagnosticsAppDescription[] =
4438 "Enable networking cards in the Diagnostics App";
4439
Eleni Dimitriadis86ff60602019-12-23 05:17:094440const char kEnableSuggestedFilesName[] = "Enable Suggested Files";
4441const char kEnableSuggestedFilesDescription[] =
4442 "Enable Suggested Files feature in Launcher, which will show file "
4443 "suggestions in the suggestion chips when the launcher is opened";
4444
Anqing Zhao05ec5822019-11-21 15:42:434445const char kEnterpriseReportingInChromeOSName[] =
4446 "Enterprise cloud reporting in Chrome OS";
4447const char kEnterpriseReportingInChromeOSDescription[] =
4448 "Enable the enterprise cloud reporting in Chrome OS. This feature requires "
4449 "user level cloud management.";
4450
Prabir Pradhan67677e82020-09-11 18:26:524451const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
4452const char kExoGamepadVibrationDescription[] =
4453 "Allow Exo clients like Android to request vibration events for gamepads "
4454 "that support it.";
4455
Nicholas Hollingum4cbff262020-09-08 04:02:154456const char kExoOrdinalMotionName[] =
4457 "Raw (unaccelerated) motion for Linux applications";
4458const char kExoOrdinalMotionDescription[] =
4459 "Send unaccelerated values as raw motion events to linux applications.";
4460
Nicholas Hollingume9a6744f2019-10-03 05:57:294461const char kExoPointerLockName[] = "Pointer lock for Linux applications";
4462const char kExoPointerLockDescription[] =
4463 "Allow Linux applications to request a pointer lock, i.e. exclusive use of "
4464 "the mouse pointer.";
4465
Ben Sylvester Millar410c4d1c2021-01-29 00:19:424466const char kExoLockNotificationName[] = "Notification bubble for UI lock";
4467const char kExoLockNotificationDescription[] =
4468 "Show a notification bubble once an application has switched to "
4469 "non-immersive fullscreen mode or obtained pointer lock.";
4470
Akihiro Ota1519aad2021-02-01 21:36:524471const char kExperimentalAccessibilityDictationExtensionName[] =
4472 "Experimental accessibility dictation extension.";
4473const char kExperimentalAccessibilityDictationExtensionDescription[] =
4474 "Enables the JavaScript dictation extension.";
4475
Katie Dektar006a5c22021-03-13 01:36:264476const char kExperimentalAccessibilityDictationListeningName[] =
4477 "Experimental accessibility dictation listening duration and behavior.";
4478const char kExperimentalAccessibilityDictationListeningDescription[] =
4479 "Enables longer listening with network recognition and listening after "
4480 "finalized speech for the accessibility dictation feature.";
4481
Akihiro Ota59f4a212021-02-02 02:11:474482const char kExperimentalAccessibilityDictationOfflineName[] =
4483 "Experimental accessibility dictation offline.";
4484const char kExperimentalAccessibilityDictationOfflineDescription[] =
4485 "Enables offline speech recognition for the accessibility dictation "
4486 "feature.";
4487
Rose Garcia26e2ae32019-06-25 00:57:544488const char kExperimentalAccessibilitySwitchAccessTextName[] =
4489 "Enable enhanced Switch Access text input.";
4490const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
4491 "Enable experimental or in-progress Switch Access features for improved "
4492 "text input";
4493
Anastasia Helfinsteinb4efe142020-09-25 05:15:424494const char kSwitchAccessPointScanningName[] =
4495 "Enable point scanning with Switch Access.";
4496const char kSwitchAccessPointScanningDescription[] =
4497 "Enable an in-process feature to select points onscreen with Switch "
4498 "Access.";
4499
Anastasia Helfinstein20349cf2021-02-04 01:25:214500const char kExperimentalAccessibilitySwitchAccessSetupGuideName[] =
4501 "Enable setup guide for Switch Access.";
4502const char kExperimentalAccessibilitySwitchAccessSetupGuideDescription[] =
4503 "Enable a setup guide to walk through the steps of initially configuring "
4504 "Switch Access.";
4505
Josiah Kdc82fb152021-01-12 20:30:394506const char kMagnifierPanningImprovementsName[] =
4507 "Enable panning improvements in magnifier";
4508const char kMagnifierPanningImprovementsDescription[] =
4509 "Enable feature which adds additional mouse and keyboard panning "
4510 "functionality in Magnifier.";
4511
Josiah K376e0352021-02-17 23:44:494512const char kMagnifierContinuousMouseFollowingModeSettingName[] =
4513 "Enable ability to choose continuous mouse following mode in Magnifier "
4514 "settings";
4515const char kMagnifierContinuousMouseFollowingModeSettingDescription[] =
4516 "Enable feature which adds ability to choose new continuous mouse "
4517 "following mode in Magnifier settings.";
4518
[email protected]ba2cbce72020-08-28 14:13:494519const char kFilesAppCopyImageName[] = "Enable Copy Images from Files App";
4520const char kFilesAppCopyImageDescription[] =
4521 "Enables the Files App to copy images selected to the system clipboard";
4522
Omid Tourzanbf2a0dcf2020-09-10 08:53:554523const char kFilesSinglePartitionFormatName[] =
4524 "Enable Partitioning of Removable Disks.";
4525const char kFilesSinglePartitionFormatDescription[] =
4526 "Enable partitioning of removable disks into single partition.";
4527
Josh Simmons7888f7d2020-08-07 04:47:524528const char kFilesSWAName[] = "Enable Files App SWA.";
4529const char kFilesSWADescription[] =
4530 "Enable the SWA version of the file manager.";
4531
Joel Hockeya4865f1f2020-10-09 00:41:274532const char kFilesTrashName[] = "Enable Files Trash.";
4533const char kFilesTrashDescription[] =
4534 "Enable trash for My files volume in Files App.";
4535
François Degros0caa0d22020-08-13 02:22:324536const char kFilesZipMountName[] = "New ZIP mounting in Files App";
4537const char kFilesZipMountDescription[] =
4538 "Enable new ZIP archive mounting system in File Manager.";
4539
4540const char kFilesZipPackName[] = "New ZIP packing in Files App";
4541const char kFilesZipPackDescription[] =
4542 "Enable new ZIP archive creation system in File Manager.";
4543
4544const char kFilesZipUnpackName[] = "New ZIP unpacking in Files App";
4545const char kFilesZipUnpackDescription[] =
4546 "Enable new ZIP archive extraction system in File Manager.";
François Degros1e581402020-04-28 08:29:594547
Ricky Liang3bd2754b52020-10-07 02:50:324548const char kForceSpectreVariant2MitigationName[] =
4549 "Force Spectre variant 2 mitigagtion";
4550const char kForceSpectreVariant2MitigationDescription[] =
4551 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
4552 "override #spectre-variant2-mitigation and any system-level setting that "
4553 "disables Spectre variant 2 mitigation.";
4554
Lei Zhang1a6fd01b2021-03-24 17:03:484555const char kFiltersInRecentsName[] = "Enable filters in Recents";
4556const char kFiltersInRecentsDescription[] =
Naoki Fukino46529392020-08-11 11:46:094557 "Enable file-type filters (Audio, Images, Videos) in Files App Recents "
4558 "view.";
4559
Daniel Anderssona36c4bc2021-06-04 22:09:434560const char kFocusFollowsCursorName[] = "Focus follows cursor";
4561const char kFocusFollowsCursorDescription[] =
4562 "Enable window focusing by moving the cursor.";
4563
yjliu8f78e8b2020-07-22 20:51:214564const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
4565const char kFrameThrottleFpsDescription[] =
4566 "Set the throttle fps for compositor frame submission.";
4567const char kFrameThrottleFpsDefault[] = "Default";
4568const char kFrameThrottleFps5[] = "5 fps";
4569const char kFrameThrottleFps10[] = "10 fps";
4570const char kFrameThrottleFps15[] = "15 fps";
4571const char kFrameThrottleFps20[] = "20 fps";
4572const char kFrameThrottleFps25[] = "25 fps";
4573const char kFrameThrottleFps30[] = "30 fps";
4574
Nancy Wangd74f1752020-11-10 01:16:324575const char kFullRestoreName[] = "Full restore";
4576const char kFullRestoreDescription[] = "Chrome OS full restore";
4577
Callistus4352dba2021-06-10 11:37:454578const char kHelpAppBackgroundPageName[] = "Help App Background Page";
4579const char kHelpAppBackgroundPageDescription[] =
4580 "Enables the Background page in the help app. The background page is used "
4581 "to initialize the Help App Launcher search index and show the Discover "
4582 "tab notification.";
4583
Callistus8e47f8b2021-04-14 02:02:304584const char kHelpAppDiscoverTabName[] = "Help App Discover Tab";
4585const char kHelpAppDiscoverTabDescription[] =
4586 "Enables the Discover tab in the help app. Even if the feature is enabled, "
4587 "internal app logic might decide not to show the tab.";
4588
Zufeng Wang9d3362eb822021-03-11 00:23:294589const char kHelpAppLauncherSearchName[] = "Help App launcher search";
4590const char kHelpAppLauncherSearchDescription[] =
4591 "Enables showing search results from the help app in the launcher.";
4592
Zufeng Wang884a7902020-06-30 05:37:334593const char kHelpAppSearchServiceIntegrationName[] =
4594 "Help App search service integration";
4595const char kHelpAppSearchServiceIntegrationDescription[] =
4596 "Enables the integration between the help app and the local search"
4597 " service. Includes using the search service for in app search.";
4598
Becca Hughes71465532019-04-12 19:18:554599const char kHideArcMediaNotificationsName[] = "Hide ARC media notifications";
4600const char kHideArcMediaNotificationsDescription[] =
4601 "Hides media notifications for ARC apps. Requires "
4602 "#enable-media-session-notifications to be enabled.";
4603
Lei Zhangc05af2a2020-05-15 20:54:054604const char kImeAssistAutocorrectName[] = "Enable assistive autocorrect";
4605const char kImeAssistAutocorrectDescription[] =
John Palmer3ace5a72020-03-11 05:57:514606 "Enable assistive auto-correct features for native IME";
4607
Curtis McMullan35800d22020-11-26 06:45:194608const char kImeAssistMultiWordName[] =
4609 "Enable assistive multi word suggestions";
4610const char kImeAssistMultiWordDescription[] =
4611 "Enable assistive multi word suggestions for native IME";
4612
Jing Wang1c45fe392020-03-05 01:10:234613const char kImeAssistPersonalInfoName[] = "Enable assistive personal info";
4614const char kImeAssistPersonalInfoDescription[] =
4615 "Enable auto-complete suggestions on personal infomation for native IME.";
4616
My Nguyenc5f0def2020-03-29 23:22:154617const char kImeEmojiSuggestAdditionName[] =
4618 "Enable emoji suggestion (addition)";
4619const char kImeEmojiSuggestAdditionDescription[] =
4620 "Enable emoji suggestion as addition to the text written for native IME.";
4621
Yingbing Wu09cd99a2020-02-14 09:14:244622const char kImeMozcProtoName[] = "Enable protobuf on Japanese IME";
4623const char kImeMozcProtoDescription[] =
4624 "Enable Japanese IME to use protobuf as interactive message format to "
4625 "replace JSON";
4626
Leo Zhang770ee9a2020-11-03 01:06:594627const char kImeServiceDecoderName[] = "ChromeOS IME Service Decoder";
4628const char kImeServiceDecoderDescription[] =
4629 "Controls whether ChromeOS system IME works with the NaCl decoders or "
4630 "the decoders loaded in the IME service.";
4631
John Palmerd6d1d0f2020-12-07 03:02:054632const char kImeSystemEmojiPickerName[] = "System emoji picker";
4633const char kImeSystemEmojiPickerDescription[] =
4634 "Controls whether a System emoji picker, or the virtual keyboard is used "
4635 "for inserting emoji.";
4636
John Palmer2530f912021-05-24 05:06:304637const char kCrosLanguageSettingsImeOptionsInSettingsName[] =
4638 "Ime settings in settings";
4639const char kCrosLanguageSettingsImeOptionsInSettingsDescription[] =
4640 "Adds IME settings to the settings menu";
4641
Maggie Caib388c3f2020-06-12 03:39:424642const char kIntentHandlingSharingName[] = "Intent handling for sharing";
4643const char kIntentHandlingSharingDescription[] =
4644 "Support sharing in Chrome OS intent handling.";
4645
Maggie Cai05324142020-05-07 00:41:494646const char kIntentPickerPWAPersistenceName[] = "Intent picker PWA Persistence";
4647const char kIntentPickerPWAPersistenceDescription[] =
4648 "Allow user to always open with PWA in intent picker.";
4649
Nick Czajka61982be2020-12-09 23:52:334650const char kKeyboardBasedDisplayArrangementInSettingsName[] =
4651 "Keyboard-based Display Arrangement in Settings";
4652const char kKeyboardBasedDisplayArrangementInSettingsDescription[] =
4653 "Enables using arrow keys to rearrange displays on Settings > Device > "
4654 "Displays page.";
4655
Hidehiko Abe9f190d12021-03-18 12:55:204656const char kLacrosPrimaryName[] = "Lacros as the primary browser";
4657const char kLacrosPrimaryDescription[] =
4658 "Use Lacros-chrome as the primary web browser on Chrome OS. "
4659 "This flag is ignored if Lacros support is disabled.";
4660
Erik Chen601a5d62020-12-07 20:05:124661const char kLacrosStabilityName[] = "Lacros stability";
4662const char kLacrosStabilityDescription[] = "Frequency of Lacros updates.";
4663
Erik Chen71bc6ad2021-05-11 18:06:404664const char kLacrosStabilityLeastStableDescription[] = "Daily updates";
4665const char kLacrosStabilityLessStableDescription[] = "Weekly updates";
4666const char kLacrosStabilityMoreStableDescription[] = "Monthly updates";
Erik Chen601a5d62020-12-07 20:05:124667
Jae Hoon Kim94e1cfd2021-05-19 20:52:524668const char kLacrosSelectionName[] = "Lacros selection";
4669const char kLacrosSelectionDescription[] =
4670 "Choosing between rootfs or stateful Lacros.";
4671
4672const char kLacrosSelectionRootfsDescription[] = "Rootfs";
4673const char kLacrosSelectionStatefulDescription[] = "Stateful";
4674
James Cook2fe5ca7b2020-10-09 02:54:174675const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:184676const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:384677 "Support for the experimental lacros-chrome browser. Please note that the "
4678 "first restart can take some time to setup lacros-chrome. Please DO NOT "
4679 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:184680
Rachel Wong0210c452021-04-29 03:40:024681const char kLauncherQueryHighlightingName[] = "Launcher query highlighting";
4682const char kLauncherQueryHighlightingDescription[] =
4683 "Enables highlighting occurrences of the search query in launcher search "
4684 "result titles.";
4685
Ahmedfae13af52020-03-25 20:07:284686const char kLimitAltTabToActiveDeskName[] =
4687 "Limit Alt-Tab windows to active desk";
4688const char kLimitAltTabToActiveDeskDescription[] =
4689 "Limits the windows listed in Alt-Tab to the ones in the currently active "
4690 "virtual desk";
4691
Ahmed Fakhry039882f2020-06-16 21:56:214692const char kLimitShelfItemsToActiveDeskName[] =
4693 "Limit Shelf items to active desk";
4694const char kLimitShelfItemsToActiveDeskDescription[] =
4695 "Limits items on the shelf to the ones associated with windows on the "
4696 "active desk";
4697
Ahmed Fakhry15d707e2019-02-22 23:54:214698const char kListAllDisplayModesName[] = "List all display modes";
4699const char kListAllDisplayModesDescription[] =
4700 "Enables listing all external displays' modes in the display settings.";
4701
Gil Dekel11cbdfb2020-12-23 21:43:274702const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
4703const char kEnableHardwareMirrorModeDescription[] =
4704 "Enables hardware support when multiple displays are set to mirror mode.";
4705
Becca Hughesca82d2d2019-08-05 20:03:224706const char kLockScreenMediaControlsName[] = "Lock screen media controls";
4707const char kLockScreenMediaControlsDescription[] =
4708 "Enable media controls on the lock screen.";
4709
Megumi Hattori5a0d4182018-03-06 11:09:504710const char kLockScreenNotificationName[] = "Lock screen notification";
4711const char kLockScreenNotificationDescription[] =
4712 "Enable notifications on the lock screen.";
4713
Trent Aptedebcb97d2020-10-29 11:40:254714const char kMediaAppAnnotationName[] = "Media App Annotation";
4715const char kMediaAppAnnotationDescription[] =
4716 "Enables image annotation in chrome://media-app";
4717
Bugs Nash5d5ab202021-03-23 05:51:144718const char kMediaAppDisplayExifName[] = "Media App Display Exif";
4719const char kMediaAppDisplayExifDescription[] =
4720 "Enables displaying EXIF metadata in chrome://media-app";
4721
Patti7a088712021-04-14 08:23:464722const char kMediaAppHandlesPdfName[] = "Media App Handles PDF";
4723const char kMediaAppHandlesPdfDescription[] =
4724 "Enables opening PDF files by default in chrome://media-app";
David Lei5f7c097e2020-11-19 19:32:044725
Trent Apted4786b9b2021-03-24 05:43:274726const char kMediaAppVideoName[] = "Media App Handles Video";
4727const char kMediaAppVideoDescription[] =
4728 "Use chrome://media-app as the default handler for video. Hides the "
4729 "deprecated VideoPlayer chrome app as a file handler.";
4730
Steven Bennetts66bc3542020-06-25 23:05:284731const char kMeteredShowToggleName[] = "Show Metered Toggle";
4732const char kMeteredShowToggleDescription[] =
4733 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
4734 "The toggle allows users to set whether a network should be considered "
4735 "metered for purposes of bandwith usage (e.g. for automatic updates).";
4736
Toni Barzic5cf7da92021-05-19 21:07:404737const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
4738const char kMicrophoneMuteNotificationsDescription[] =
4739 "Enables notifications that are shown when an app tries to use microphone "
4740 "while audio input is muted.";
4741
4742const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
4743const char kMicrophoneMuteSwitchDeviceDescription[] =
4744 "Support for detecting the state of hardware microphone mute toggle. Only "
4745 "effective on devices that have a microphone mute toggle. Enabling the "
4746 "flag does not affect the toggle functionality, it only affects how the "
4747 "System UI handles the mute toggle state.";
4748
Bao-Duy Tranaa329d62020-11-27 05:40:584749const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
4750const char kMultilingualTypingDescription[] =
4751 "Enables support for multilingual assistive typing on Chrome OS.";
4752
Josh Nohle928fdb62020-11-03 18:54:234753const char kNearbySharingName[] = "Nearby Sharing";
4754const char kNearbySharingDescription[] =
4755 "Enables Nearby Sharing for sharing content between devices.";
4756
Josh Nohle3b48d0ad2020-11-03 19:18:574757const char kNearbySharingDeviceContactsName[] =
4758 "Nearby Sharing Device Contacts";
4759const char kNearbySharingDeviceContactsDescription[] =
4760 "Enables use of device contacts in Nearby Share.";
4761
Josh Nohle928fdb62020-11-03 18:54:234762const char kNearbySharingWebRtcName[] = "Nearby Sharing WebRTC";
4763const char kNearbySharingWebRtcDescription[] =
4764 "Enables use of WebRTC in Nearby Share.";
4765
Bailey Berro2c1797702019-09-30 18:49:424766const char kReduceDisplayNotificationsName[] = "Reduce display notifications";
4767const char kReduceDisplayNotificationsDescription[] =
4768 "If enabled, notifications for display rotation, display removed, display "
4769 "mirroring, and display extending will be suppressed.";
4770
Rachel Carpenter0dcd7d12020-08-11 03:36:404771const char kReleaseNotesNotificationName[] = "Release Notes Notification";
4772const char kReleaseNotesNotificationDescription[] =
4773 "Enables the release notes notification and suggestion chip";
4774
Rachel Carpenter57c8523c2020-09-23 01:11:224775const char kReleaseNotesNotificationAllChannelsName[] =
4776 "Release Notes Notification All Channels";
4777const char kReleaseNotesNotificationAllChannelsDescription[] =
4778 "Enables the release notes notification for all Chrome OS channels";
4779
Shengsong Tan22e55432021-03-25 05:03:124780const char kArcGhostWindowName[] = "Enable ARC ghost window";
4781const char kArcGhostWindowDescription[] =
4782 "Enables the pre-load app window for "
4783 "ARC++ app during ARCVM booting stage on full restore process";
4784
Kazuki Takisea674f582021-03-05 06:44:064785const char kArcResizeLockName[] = "Resize Lock for Android apps";
4786const char kArcResizeLockDescription[] =
4787 "Enable compatibility mode for Android apps that are not optimized for "
4788 "large screens, and impose restrictions on resizing the apps";
4789
Gavin Williamsd6404b02021-03-09 21:49:484790const char kScanAppMediaLinkName[] = "Show Media app link in Scan app";
4791const char kScanAppMediaLinkDescription[] =
4792 "Enables showing a link in the Scan app to open scanned images in the Media"
4793 " app.";
4794
Kyra Moed00bdf232021-05-06 19:59:364795extern const char kScanAppSearchablePdfName[] =
4796 "Enable saving scans as a searchable PDF.";
4797extern const char kScanAppSearchablePdfDescription[] =
4798 "Allow selecting Searchable PDF file type in Scan app"
4799 " with incorporation of OCR service.";
4800
Gavin Williamsc9c6a222021-04-06 23:30:354801const char kScanAppStickySettingsName[] = "Enable sticky settings in Scan app";
4802const char kScanAppStickySettingsDescription[] =
4803 "Enables sticky settings in Scan app for automatically saving scan"
4804 " settings in Chrome OS.";
4805
Joon Ahn74cda732021-04-08 19:58:104806const char kShimlessRMAFlowName[] = "Enable shimless RMA flow";
4807const char kShimlessRMAFlowDescription[] = "Enable shimless RMA flow";
4808
Andrew Moylan97585272019-02-19 19:01:224809const char kSchedulerConfigurationName[] = "Scheduler Configuration";
4810const char kSchedulerConfigurationDescription[] =
4811 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:014812const char kSchedulerConfigurationConservative[] =
4813 "Disables Hyper-Threading on relevant CPUs.";
4814const char kSchedulerConfigurationPerformance[] =
4815 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:224816
Joel Rileyffbaf662020-10-27 23:07:374817const char kSelectToSpeakNavigationControlName[] =
4818 "Select-to-speak navigation control";
4819const char kSelectToSpeakNavigationControlDescription[] =
4820 "Enables enhanced Select-to-speak navigation features.";
4821
Angela Gyic7efb502020-12-10 23:01:004822const char kSharesheetContentPreviewsName[] = "Sharesheet Content Previews";
4823const char kSharesheetContentPreviewsDescription[] =
4824 "Chrome OS content previews for sharesheet.";
4825
Melissa Zhangba6240b2020-06-24 02:44:234826const char kSharesheetName[] = "Sharesheet";
4827const char kSharesheetDescription[] = "Chrome OS sharesheet.";
4828
Ramya Nagarajan1fbdf5732021-02-12 23:31:584829const char kChromeOSSharingHubName[] = "Chrome OS Sharing Hub";
4830const char kChromeOSSharingHubDescription[] =
4831 "Enables the Sharing Hub (share sheet) on ChromeOS via the Omnibox.";
4832
Kyle Horimoto63a6bd42019-09-16 23:47:524833const char kShowBluetoothDebugLogToggleName[] =
4834 "Show Bluetooth debug log toggle";
4835const char kShowBluetoothDebugLogToggleDescription[] =
4836 "Enables a toggle which can enable debug (i.e., verbose) logs for "
4837 "Bluetooth";
4838
Yu Liu9d01d342021-03-12 20:05:164839const char kBluetoothSessionizedMetricsName[] =
4840 "Enable Bluetooth sessionized metrics";
4841const char kBluetoothSessionizedMetricsDescription[] =
4842 "Enables collecting and processing Bluetooth sessionized metrics.";
4843
Andre Le85312482021-02-26 04:19:234844const char kShowDateInTrayName[] = "Enable Show Date In Tray";
4845const char kShowDateInTrayDescription[] =
4846 "Showing date in status area when the screen is sufficiently large.";
4847
James Cook0ba192bf2017-12-01 20:53:114848const char kShowTapsName[] = "Show taps";
4849const char kShowTapsDescription[] =
4850 "Draws a circle at each touch point, which makes touch points more obvious "
4851 "when projecting or mirroring the display. Similar to the Android OS "
4852 "developer option.";
4853
4854const char kShowTouchHudName[] = "Show HUD for touch points";
4855const char kShowTouchHudDescription[] =
4856 "Shows a trail of colored dots for the last few touch points. Pressing "
4857 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
4858 "debug hardware issues that generate spurious touch events.";
4859
Ricky Liang3bd2754b52020-10-07 02:50:324860const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
4861const char kSpectreVariant2MitigationDescription[] =
4862 "Controls whether Spectre variant 2 mitigation is enabled when "
4863 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
4864 "#force-spectre-variant2-mitigation.";
4865
James Cook9348f362019-11-15 01:15:584866const char kSplitSettingsSyncName[] = "Split OS and browser sync";
4867const char kSplitSettingsSyncDescription[] =
4868 "Allows OS sync to be configured separately from browser sync. Changes the "
4869 "OS settings UI to provide controls for OS data types. Requires "
4870 "#split-settings to be enabled.";
4871
Darren Shenddfbd2e2020-09-16 23:07:024872const char kSystemLatinPhysicalTypingName[] =
4873 "Use system IME for latin-script typing";
4874const char kSystemLatinPhysicalTypingDescription[] =
4875 "Use the system input engine instead of the Chrome extension for physical "
4876 "typing in languages based on latin script.";
4877
Joel Hockey77a79962021-02-09 01:30:474878const char kPluginVmFullscreenName[] = "Plugin VM Fullscreen";
4879const char kPluginVmFullscreenDescription[] =
4880 "Hides shelf in immersive mode and allows esc hold to exit.";
4881
Brett Wilson7b44537e2017-08-18 01:38:284882const char kTetherName[] = "Instant Tethering";
4883const char kTetherDescription[] =
4884 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
4885 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:374886
Brett Wilson7b44537e2017-08-18 01:38:284887const char kTouchscreenCalibrationName[] =
4888 "Enable/disable touchscreen calibration option in material design settings";
4889const char kTouchscreenCalibrationDescription[] =
4890 "If enabled, the user can calibrate the touch screen displays in "
4891 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:094892
Miguel Casas-Sanchezdcd69152019-09-04 21:22:364893const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
4894const char kUseFakeDeviceForMediaStreamDescription[] =
4895 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
4896 "timestamp) instead of the system audio/video devices, for debugging "
4897 "purposes.";
4898
Qiang Xu045aff222018-05-21 23:21:014899const char kUiDevToolsName[] = "Enable native UI inspection";
4900const char kUiDevToolsDescription[] =
4901 "Enables inspection of native UI elements. For local inspection use "
4902 "chrome://inspect#other";
4903
Andrew Moylan97585272019-02-19 19:01:224904const char kUiSlowAnimationsName[] = "Slow UI animations";
4905const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:464906
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:234907const char kVaapiJpegImageDecodeAccelerationName[] =
4908 "VA-API JPEG decode acceleration for images";
4909const char kVaapiJpegImageDecodeAccelerationDescription[] =
4910 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
4911 " captures) using the VA-API.";
4912
Gil Dekel8f4b5642019-07-27 05:27:404913const char kVaapiWebPImageDecodeAccelerationName[] =
4914 "VA-API WebP decode acceleration for images";
4915const char kVaapiWebPImageDecodeAccelerationDescription[] =
4916 "Enable or disable decode acceleration of WebP images using the VA-API.";
4917
Jing Wang1293e3a2021-02-17 00:56:444918const char kVirtualKeyboardName[] = "Virtual Keyboard";
4919const char kVirtualKeyboardDescription[] =
4920 "Always show virtual keyboard regardless of having a physical keyboard "
4921 "present";
4922
My Nguyen614dbcc2019-10-29 03:52:324923const char kVirtualKeyboardBorderedKeyName[] = "Virtual Keyboard Bordered Key";
4924const char kVirtualKeyboardBorderedKeyDescription[] =
4925 "Show virtual keyboard with bordered key";
4926
My Nguyen0bc9add2020-12-03 21:21:254927const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
4928const char kVirtualKeyboardDisabledDescription[] =
4929 "Always disable virtual keyboard regardless of device mode. Workaround for "
4930 "virtual keyboard showing with some external keyboards.";
4931
Jing Wang1293e3a2021-02-17 00:56:444932const char kVirtualKeyboardMultipasteName[] = "Virtual Keyboard MultiPaste";
4933const char kVirtualKeyboardMultipasteDescription[] =
4934 "Show virtual keyboard with multipaste UI";
Brett Wilson7b44537e2017-08-18 01:38:284935
Jason Lin55903062021-04-12 05:09:194936const char kVmStatusPageName[] = "VM status page";
4937const char kVmStatusPageDescription[] = "Enable VM status page";
4938
Yen-lin Laif458f8012021-03-29 10:18:204939const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
4940const char kWakeOnWifiAllowedDescription[] =
4941 "Allows wake on WiFi features in shill to be enabled.";
4942
Maggie Cai6dd6b552021-04-27 08:40:324943const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
4944const char kWebAppsCrosapiDescription[] =
4945 "Support web apps publishing from Lacros browser.";
4946
Kyle Horimotoc0108e112020-10-20 21:41:044947const char kWebuiDarkModeName[] = "WebUI dark mode";
4948const char kWebuiDarkModeDescription[] =
4949 "Allows dark mode usage in WebUI. Note that this does not necessary enable "
4950 "dark mode, which is enabled via the #enable-force-dark flag.";
4951
Jon Mannbaa9c882021-04-14 02:41:064952const char kWifiSyncAllowDeletesName[] =
4953 "Sync removal of Wi-Fi network configurations";
4954const char kWifiSyncAllowDeletesDescription[] =
4955 "Enables the option to sync deletions of Wi-Fi networks to other Chrome OS "
4956 "devices when Wi-Fi Sync is enabled.";
4957
Claude van der Merwe6a7f4e42020-08-19 23:26:504958const char kWifiSyncAndroidName[] =
4959 "Sync Wi-Fi network configurations with Android";
4960const char kWifiSyncAndroidDescription[] =
4961 "Enables the option to sync Wi-Fi network configurations between Chrome OS "
4962 "devices and a connected Android phone";
4963
Markus Handellabf6c7812020-12-15 18:14:354964// Prefer keeping this section sorted to adding new definitions down here.
4965
4966#endif // BUILDFLAG(IS_CHROMEOS_ASH)
4967
Alan Cutterae499a6e2021-04-30 08:07:574968#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
Alan Cutter03b39ef32021-05-10 09:23:124969const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersName[] =
4970 "Allow default web app migration for Chrome OS managed users";
4971const char kAllowDefaultWebAppMigrationForChromeOsManagedUsersDescription[] =
4972 "The web app migration flags "
4973 "(chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-gsuite and "
4974 "chrome://flags/#enable-migrate-default-chrome-app-to-web-apps-non-gsuite) "
4975 "are ignored for managed Chrome OS users unless this feature is enabled.";
4976
Alan Cutterae499a6e2021-04-30 08:07:574977const char kDefaultChatWebAppName[] = "Default Chat web app";
4978const char kDefaultChatWebAppDescription[] =
4979 "Enables the Chat web app to be installed by default.";
4980
4981const char kDefaultMeetWebAppName[] = "Default Meet web app";
4982const char kDefaultMeetWebAppDescription[] =
4983 "Enables the Meet web app to be installed by default.";
4984#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
4985
Pilar Molina Lopez40a3e2d2021-03-04 21:01:084986#if defined(OS_CHROMEOS)
4987const char kDeprecateLowUsageCodecsName[] = "Deprecates low usage media codecs";
4988const char kDeprecateLowUsageCodecsDescription[] =
4989 "Deprecates low usage codecs. Disable this feature to allow playback of "
4990 "AMR and GSM.";
Pilar Molina Lopez34dd68b2021-03-16 02:46:364991
4992const char kVaapiAV1DecoderName[] = "VA-API decode acceleration for AV1";
4993const char kVaapiAV1DecoderDescription[] =
4994 "Enable or disable decode acceleration of AV1 videos using the VA-API.";
Pilar Molina Lopez40a3e2d2021-03-04 21:01:084995#endif // defined(OS_CHROMEOS)
4996
Pilar Molina Lopezfb5103b72021-02-26 23:35:524997#if defined(OS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
4998const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
4999const char kChromeOSDirectVideoDecoderDescription[] =
5000 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
5001 "implementation. Note that this might be entirely disallowed by the "
5002 "--platform-disallows-chromeos-direct-video-decoder command line switch "
5003 "which is added for platforms where said direct VideoDecoder does not work "
5004 "or is not well tested (see the disable_cros_video_decoder USE flag in "
5005 "Chrome OS)";
5006#endif // defined(OS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
5007
Isuru Pathirana9762a942021-02-03 17:38:035008#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC) || defined(OS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:385009const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
5010const char kZeroCopyVideoCaptureDescription[] =
5011 "Camera produces a gpu friendly buffer on capture and, if there is, "
5012 "hardware accelerated video encoder consumes the buffer";
Isuru Pathirana9762a942021-02-03 17:38:035013#endif // BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC) || defined(OS_WIN)
yhanadac5bff5b2017-05-18 06:37:095014
Collin Baker75a29462019-03-13 19:57:315015// All views-based platforms --------------------------------------------------
5016
5017#if defined(TOOLKIT_VIEWS)
5018
Collin Baker113c2ebd2020-10-07 21:43:395019const char kDesktopInProductHelpSnoozeName[] =
5020 "Allow snooze on supported in-product help promos";
5021const char kDesktopInProductHelpSnoozeDescription[] =
5022 "Snoozing an in-product help promo closes it and schedules it to be shown "
5023 "later. When enabled, this functionality is allowed on supported promos.";
5024
Robert Liaod79a0742021-05-18 18:49:155025const char kDownloadShelfWebUI[] = "Download Shelf WebUI";
5026const char kDownloadShelfWebUIDescription[] =
5027 "Replaces the Views download shelf with a WebUI download shelf.";
5028
Sajad Maysamc30d6f82019-03-19 22:52:505029const char kEnableMDRoundedCornersOnDialogsName[] =
Dana Fried4e177f32019-04-11 23:46:465030 "MD corners on secondary UI";
Sajad Maysamc30d6f82019-03-19 22:52:505031const char kEnableMDRoundedCornersOnDialogsDescription[] =
Dana Fried4e177f32019-04-11 23:46:465032 "Increases corner radius on secondary UI.";
Sajad Maysamc30d6f82019-03-19 22:52:505033
Collin Baker75a29462019-03-13 19:57:315034const char kInstallableInkDropName[] = "Use InstallableInkDrop where supported";
5035const char kInstallableInkDropDescription[] =
5036 "InstallableInkDrop is part of an InkDrop refactoring effort. This enables "
5037 "the pilot implementation where available.";
5038
5039#endif // defined(TOOLKIT_VIEWS)
5040
Brett Wilson7b44537e2017-08-18 01:38:285041// Random platform combinations -----------------------------------------------
5042
Avi Drissman2e458df2020-07-29 16:24:315043#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || \
Richard Knollc279d3232019-11-11 16:37:075044 defined(OS_CHROMEOS)
5045
Alan Screen652ddbb2020-09-16 07:14:535046const char kEnableOopPrintDriversName[] =
5047 "Enables Out-of-Process Printer Drivers";
5048const char kEnableOopPrintDriversDescription[] =
5049 "Enables printing interactions with the operating system to be performed "
5050 "out-of-process.";
5051
dpapadf779e192021-04-15 20:06:585052const char kWebuiFeedbackName[] = "WebUI Feedback";
5053const char kWebuiFeedbackDescription[] =
5054 "If enabled, Chrome will show the Feedback WebUI, as opposed to Chrome "
5055 "App Feedback UI, when clicking on \"Report an issue...\"";
5056
dpapad8f3597792021-05-11 08:57:595057const char kSettingsLandingPageRedesignName[] =
5058 "Settings Landing Page Redesign";
5059const char kSettingsLandingPageRedesignDescription[] =
5060 "Changes the layout of the chrome://settings page to only show one section "
5061 "at a time.";
5062
Sean McAllister0d73ca3d2020-08-19 17:54:375063#endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) ||
5064 // defined(OS_CHROMEOS)
lanwei83f54452018-06-21 23:51:045065
Josh Santana0863d7042021-02-04 20:56:455066#if defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
5067
Leonard Grey4f7614a72021-02-19 21:30:185068const char kCommanderName[] = "Commander";
5069const char kCommanderDescription[] =
Leonard Grey4d558b02021-03-02 00:59:265070 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
Leonard Grey4f7614a72021-02-19 21:30:185071
Josh Santana0863d7042021-02-04 20:56:455072const char kDesktopRestructuredLanguageSettingsName[] =
5073 "Restructured Language Settings (Desktop)";
5074const char kDesktopRestructuredLanguageSettingsDescription[] =
5075 "Enable the new restructured language settings page";
5076
Josh Santana63007462021-02-10 17:19:015077const char kDesktopDetailedLanguageSettingsName[] =
5078 "Detailed Language Settings (Desktop)";
5079const char kDesktopDetailedLanguageSettingsDescription[] =
5080 "Enable the new detailed language settings page";
5081
Josh Santana0863d7042021-02-04 20:56:455082#endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX)
5083
Lei Zhangc05af2a2020-05-15 20:54:055084#if defined(OS_CHROMEOS) || defined(OS_LINUX)
5085#if BUILDFLAG(USE_TCMALLOC)
5086const char kDynamicTcmallocName[] = "Dynamic Tcmalloc Tuning";
5087const char kDynamicTcmallocDescription[] =
5088 "Allows tcmalloc to dynamically adjust tunables based on system resource "
5089 "utilization.";
5090#endif // BUILDFLAG(USE_TCMALLOC)
5091#endif // #if defined(OS_CHROMEOS) || defined(OS_LINUX)
5092
Yuta Hijikata235fc62b2020-12-08 03:48:325093#if !defined(OS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangc05af2a2020-05-15 20:54:055094const char kUserDataSnapshotName[] = "Enable user data snapshots";
5095const char kUserDataSnapshotDescription[] =
5096 "Enables taking snapshots of the user data directory after a Chrome "
5097 "update and restoring them after a version rollback.";
Yuta Hijikata235fc62b2020-12-08 03:48:325098#endif // !defined(OS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangc05af2a2020-05-15 20:54:055099
Hassan Talat6443f0fa2021-01-06 20:58:495100#if defined(OS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275101const char kWebShareName[] = "Web Share";
5102const char kWebShareDescription[] =
5103 "Enables the Web Share (navigator.share) APIs on experimentally supported "
5104 "platforms.";
Hassan Talat6443f0fa2021-01-06 20:58:495105#endif // defined(OS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:275106
Yuta Hijikata235fc62b2020-12-08 03:48:325107// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
5108// of lacros-chrome is complete.
5109#if defined(OS_WIN) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
Hidehiko Abe7ca911f2020-10-08 08:51:105110 defined(OS_MAC)
Ramin Halavatic1e26592020-09-28 09:19:465111const char kEnableEphemeralGuestProfilesOnDesktopName[] =
5112 "Enable ephemeral Guest profiles on Desktop";
5113const char kEnableEphemeralGuestProfilesOnDesktopDescription[] =
5114 "Enables ephemeral Guest profiles on Windows, Linux, and Mac.";
Yuta Hijikata235fc62b2020-12-08 03:48:325115#endif // defined(OS_WIN) || (defined(OS_LINUX) ||
5116 // BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_MAC)
Ramin Halavatic1e26592020-09-28 09:19:465117
Maksim Sisov622db612021-03-22 08:59:425118#if defined(OS_LINUX) && defined(USE_OZONE)
5119const char kUseOzonePlatformName[] = "Use ozone.";
5120const char kUseOzonePlatformDescription[] =
5121 "Use the Ozone/X11 platform implementation on X11.";
5122#endif // defined(OS_LINUX) && defined(USE_OZONE)
5123
Brett Wilson7b44537e2017-08-18 01:38:285124// Feature flags --------------------------------------------------------------
5125
Lei Zhang0a318af2018-11-14 02:19:465126#if defined(DCHECK_IS_CONFIGURABLE)
5127const char kDcheckIsFatalName[] = "DCHECKs are fatal";
5128const char kDcheckIsFatalDescription[] =
5129 "By default Chrome will evaluate in this build, but only log failures, "
5130 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
5131#endif // defined(DCHECK_IS_CONFIGURABLE)
5132
Moritz Firsching043d32542021-04-07 14:20:595133#if BUILDFLAG(ENABLE_JXL_DECODER)
5134const char kEnableJXLName[] = "Enable JXL image format";
5135const char kEnableJXLDescription[] =
5136 "Adds image decoding support for the JPEG XL image format.";
5137#endif // BUILDFLAG(ENABLE_JXL_DECODER)
5138
David Roger346d6672020-05-04 15:11:095139#if BUILDFLAG(ENABLE_DICE_SUPPORT)
5140const char kDiceWebSigninInterceptionName[] = "Dice Web-Signin Interception";
5141const char kDiceWebSigninInterceptionDescription[] =
5142 "If enabled, Chrome may promote profile creation after signin on the web.";
5143#endif
5144
Derek Schuff71d9a922019-04-24 21:36:005145#if BUILDFLAG(ENABLE_NACL)
5146const char kNaclName[] = "Native Client";
5147const char kNaclDescription[] =
5148 "Support Native Client for all web applications, even those that were not "
5149 "installed from the Chrome Web Store.";
5150#endif // ENABLE_NACL
5151
ckitagawa8dad53d2020-01-07 16:03:355152#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && defined(OS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:565153const char kPaintPreviewDemoName[] = "Paint Preview Demo";
5154const char kPaintPreviewDemoDescription[] =
5155 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:355156 "previews.";
Mehran Mahmoudib0410d62020-06-15 20:07:285157const char kPaintPreviewStartupName[] = "Paint Preview Startup";
5158const char kPaintPreviewStartupDescription[] =
5159 "If enabled, paint previews for each tab are captured when a tab is hidden "
5160 "and are deleted when a tab is closed. If a paint preview was captured for "
5161 "the tab to be restored on startup, the paint preview will be shown "
5162 "instead.";
ckitagawa8dad53d2020-01-07 16:03:355163#endif // ENABLE_PAINT_PREVIEW && defined(OS_ANDROID)
5164
Lei Zhangc05af2a2020-05-15 20:54:055165#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
5166const char kWebUITabStripName[] = "WebUI tab strip";
5167const char kWebUITabStripDescription[] =
5168 "When enabled makes use of a WebUI-based tab strip.";
Yuheng Huang0554a3292021-05-20 21:47:305169
5170const char kWebUITabStripNTBInTabStripName[] =
5171 "WebUI tab strip NTB in tab strip";
5172const char kWebUITabStripNTBInTabStripDescription[] =
5173 "Whether the new tab button is in the WebUI tab strip or in the toolbar.";
Lei Zhangc05af2a2020-05-15 20:54:055174#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
5175
Yuta Hijikata235fc62b2020-12-08 03:48:325176#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:485177const char kWebUITabStripTabDragIntegrationName[] =
5178 "ChromeOS drag-drop extensions for WebUI tab strip";
5179const char kWebUITabStripTabDragIntegrationDescription[] =
5180 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
5181 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:325182#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:485183
Brett Wilson7b44537e2017-08-18 01:38:285184#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
5185
5186const char kAutofillCreditCardUploadName[] =
5187 "Enable offering upload of Autofilled credit cards";
5188const char kAutofillCreditCardUploadDescription[] =
5189 "Enables a new option to upload credit cards to Google Payments for sync "
5190 "to all Chrome devices.";
5191
5192#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
5193
Ian Barkley-Yeungcf2a9342020-10-13 17:04:475194#if !defined(OS_WIN) && !defined(OS_FUCHSIA)
5195const char kSendWebUIJavaScriptErrorReportsName[] =
5196 "Send WebUI JavaScript Error Reports";
5197const char kSendWebUIJavaScriptErrorReportsDescription[] =
5198 "If enabled, and if the user has consented to sending metrics to Google, "
5199 "then when the JavaScript has an error on a WebUI page, an error report "
5200 "will be sent to Google.";
5201#endif
5202
Robert Flackd69659f2021-06-02 22:32:335203#if defined(OS_WIN) || defined(OS_ANDROID)
5204const char kElasticOverscrollName[] = "Elastic Overscroll";
5205const char kElasticOverscrollDescription[] =
5206 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
5207#endif // defined(OS_WIN) || defined(OS_ANDROID)
5208
Wei Li51e9c162021-02-01 19:53:355209#if defined(OS_WIN) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
5210 defined(OS_MAC)
5211const char kUIDebugToolsName[] = "Debugging tools for UI";
5212const char kUIDebugToolsDescription[] =
5213 "Enables additional keyboard shortcuts to help debugging.";
5214#endif
5215
Jordan Bayles7da20a22021-05-19 17:51:555216#if BUILDFLAG(IS_CHROMEOS_ASH)
5217const char kAuraWindowSubtreeCaptureName[] = "ChromeOS Window Subtree Capture";
5218const char kAuraWindowSubtreeCaptureDescription[] =
5219 "Enables capture of ChromeOS Aura windows using subtree capture. When "
5220 "disabled, the legacy slow capturer will be used.";
5221#endif // BUILDFLAG(IS_CHROMEOS_ASH)
5222
Tomas Popela253a5832019-01-14 17:22:105223#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:545224const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
5225const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:105226 "When enabled the WebRTC will use the PipeWire multimedia server for "
5227 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:105228#endif // #if defined(WEBRTC_USE_PIPEWIRE)
5229
Brett Wilson7b44537e2017-08-18 01:38:285230// ============================================================================
5231// Don't just add flags to the end, put them in the right section in
5232// alphabetical order just like the header file.
5233// ============================================================================
5234
vabr0215a8e2017-03-28 12:47:345235} // namespace flag_descriptions