blob: f2402834d523708fcfc6ef7b324278399d270aea [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2017 The Chromium Authors
vabr0215a8e2017-03-28 12:47:342// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Xiaohui Chencd2db09e2023-06-12 18:20:267#include "ash/constants/ash_features.h"
Xiaohan Wang55ae2c012022-01-20 21:49:118#include "build/build_config.h"
Yuta Hijikata235fc62b2020-12-08 03:48:329#include "build/chromeos_buildflags.h"
Greg Thompson96e19b292023-05-25 08:33:5910#include "components/supervised_user/core/common/buildflags.h"
Colin Blundell120bc902023-01-12 15:33:2711#include "flag_descriptions.h"
David Dorwin7d75ca92022-03-10 21:59:5612#include "pdf/buildflags.h"
Yuta Hijikata235fc62b2020-12-08 03:48:3213
Brett Wilson7b44537e2017-08-18 01:38:2814// Keep in identical order as the header file, see the comment at the top
15// for formatting rules.
16
vabr0215a8e2017-03-28 12:47:3417namespace flag_descriptions {
18
Brett Wilsonf27ff602017-07-07 22:28:4719const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
20const char kAccelerated2dCanvasDescription[] =
21 "Enables the use of the GPU to perform 2d canvas rendering instead of "
22 "using software rendering.";
horodb71a5a2017-06-09 16:08:2423
Justin Novosad8faf6952021-08-20 22:36:4924const char kCanvasOopRasterizationName[] =
25 "Out-of-process 2D canvas rasterization.";
26const char kCanvasOopRasterizationDescription[] =
27 "The rasterization of 2d canvas contents is performed in the GPU process. "
28 "Requires that out-of-process rasterization be enabled.";
29
Brett Wilsonf27ff602017-07-07 22:28:4730const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
31const char kAcceleratedVideoDecodeDescription[] =
32 "Hardware-accelerated video decode where available.";
33
Hirokazu Honda732d3e622019-06-12 01:13:4434const char kAcceleratedVideoEncodeName[] = "Hardware-accelerated video encode";
35const char kAcceleratedVideoEncodeDescription[] =
36 "Hardware-accelerated video encode where available.";
37
David Dorwin7d75ca92022-03-10 21:59:5638#if BUILDFLAG(ENABLE_PDF)
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3039const char kAccessiblePDFFormName[] = "Accessible PDF Forms";
40const char kAccessiblePDFFormDescription[] =
41 "Enables accessibility support for PDF forms.";
Hui Yingst058c23702022-11-06 18:59:2242
Hui Yingsta4a03ec82023-05-16 00:00:1743const char kPdfUseSkiaRendererName[] =
44 "Use Skia Renderer. This flag will have no effect if the renderer choice "
45 "is controlled by an enterprise policy.";
Hui Yingst058c23702022-11-06 18:59:2246const char kPdfUseSkiaRendererDescription[] = "Use Skia as the PDF renderer.";
David Dorwin7d75ca92022-03-10 21:59:5647#endif
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3048
Nikki Fang32bf6282023-01-04 05:28:4149const char kAppDeduplicationServiceFondueName[] =
50 "Identify duplicate app groups.";
51const char kAppDeduplicationServiceFondueDescription[] =
52 "Enables pulling app duplicate data from a Google server to allow clients "
53 "to determine app duplicates.";
54
Etienne Pierre-dorayb6e0b672022-07-06 17:17:3655const char kAlignWakeUpsName[] = "Align delayed wake ups at 125 Hz";
56const char kAlignWakeUpsDescription[] =
57 "Run most delayed tasks with a non-zero delay (including DOM Timers) on a "
58 "periodic 125Hz tick, instead of as soon as their delay has passed.";
59
Brett Wilsonf27ff602017-07-07 22:28:4760const char kAllowInsecureLocalhostName[] =
61 "Allow invalid certificates for resources loaded from localhost.";
62const char kAllowInsecureLocalhostDescription[] =
63 "Allows requests to localhost over HTTPS even when an invalid certificate "
64 "is presented.";
65
sophiewencc86b2c2023-02-07 18:29:4666const char kWindowLayoutMenu[] = "New Window Layout Menu";
67const char kWindowLayoutMenuDescription[] =
68 "Enables the new Window Layout menu for adjusting window layouts. Also "
69 "enables Floating windows and partial split-screen layouts.";
70
Gang Wu83ac7ee2023-04-19 23:22:4771const char kAndroidAppIntegrationName[] = "Integrate with Android App Search";
72const char kAndroidAppIntegrationDescription[] =
73 "If enabled, allows Chrome to integrate with the Android App Search.";
74
Thao Nguyenf8482bc2023-06-13 22:19:5775const char kAndroidAppIntegrationSafeSearchName[] =
76 "SafeSearch in Android App Search";
77const char kAndroidAppIntegrationSafeSearchDescription[] =
78 "If enabled, allows Chrome to filter out sensitive urls";
79
Wayne Jackson Jrc70686e82023-04-24 14:12:1080const char kAndroidExtendedKeyboardShortcutsName[] =
81 "Android Extended Keyboard Shortcuts";
82const char kAndroidExtendedKeyboardShortcutsDescription[] =
83 "If enabled, allows for extended keyboard shortcuts (i.e. Alt + Backspace "
84 "to delete line).";
85
Chris Blumed5d85872021-02-17 18:21:0186const char kAnimatedImageResumeName[] = "Use animated image resume behavior";
87const char kAnimatedImageResumeDescription[] =
88 "Resumes animated images from the last frame drawn rather than attempt "
89 "to catch up to the frame that should be drawn based on current time.";
90
Wen-Chien Wangecbea052023-03-02 00:02:2391const char kAppCollectionFolderRefreshName[] =
92 "App Collection feature: Folder icon refresh";
93const char kAppCollectionFolderRefreshDescription[] =
94 "Enables the App Collection feature: the new folder icon style in the app "
95 "list.";
96
Dominic Mazzoni34dfc6482020-11-18 22:17:5897const char kAriaElementReflectionName[] = "Enable ARIA element reflection";
98const char kAriaElementReflectionDescription[] =
99 "Enable setting ARIA relationship attributes that reference other elements "
100 "directly without an IDREF";
101
Andrew Paseltiner11afa4e2022-07-26 14:23:49102const char kAttributionReportingDebugModeName[] =
103 "Attribution Reporting Debug Mode";
104const char kAttributionReportingDebugModeDescription[] =
105 "Enables debug mode for the Attribution Reporting API. This removes all "
106 "reporting delays and noise. Only works if the Attribution Reporting API "
107 "is already enabled.";
108
Tsuyoshi Horo41b0fe002023-01-30 03:04:57109const char kBackgroundResourceFetchName[] = "Background Resource Fetch";
110const char kBackgroundResourceFetchDescription[] =
111 "Process resource requests in a background thread inside Blink.";
112
Yutaka Hirano92bdfa22022-06-01 15:51:33113const char kBrokerFileOperationsOnDiskCacheInNetworkServiceName[] =
114 "Broker file operations on disk cache in the Network Service";
115const char kBrokerFileOperationsOnDiskCacheInNetworkServiceDescription[] =
116 "Broker file operations on disk cache running in the Network Service. This "
117 "is no-op when the Network Service is running in the browser process.";
118
Hubert Chaoc30058a2022-12-01 01:08:44119const char kCertDualVerificationEnabledName[] = "Cert Dual Verification";
120const char kCertDualVerificationEnabledDescription[] =
121 "Runs both platform Cert Verifer and Chrome Cert Verifier, reporting "
122 "any differences to Chrome if Safe Browsing Extended Reporting is "
123 "enabled.";
124
Elly Fong-Jones6d1e47c72023-02-24 16:12:57125const char kClickToCallName[] = "Click-To-Call";
126const char kClickToCallDescription[] = "Enable the click-to-call feature.";
127
Patrick Nolandd50e38b2023-06-14 22:32:11128const char kClipboardMaximumAgeName[] = "Clipboard maximum age";
129const char kClipboardMaximumAgeDescription[] =
130 "Limit the maximum age for recent clipboard content";
131
Ana SollanoKim2266c112022-07-14 23:38:15132const char kClipboardUnsanitizedContentName[] =
133 "Clipboard unsanitized read and write";
134const char kClipboardUnsanitizedContentDescription[] =
135 "Allows reading/writing unsanitized content from/to the clipboard. "
136 "Currently, it is only applicable to HTML format. See crbug.com/1268679.";
137
Hubert Chaod8adfa72022-10-19 18:18:52138const char kChromeRootStoreEnabledName[] = "Chrome Root Store";
139const char kChromeRootStoreEnabledDescription[] =
140 "Enable use of Chrome Root Store over platform roots. "
141 "On some platforms this may also enable Chrome Cert Verifier.";
142
Basia Zimirskab0d235a2021-02-24 19:42:53143const char kContentLanguagesInLanguagePickerName[] =
144 "Content languages in language picker";
145const char kContentLanguagesInLanguagePickerDescription[] =
146 "Enables bringing user's content languages that are translatable to the "
147 "top of the list with all languages shown in the translate menu";
148
Riley Tatum8a784fdb2022-10-19 16:48:52149const char kCustomizeChromeColorExtractionName[] =
150 "Customize Chrome Color Extraction";
151const char kCustomizeChromeColorExtractionDescription[] =
152 "Enables setting theme color based on background image color when "
153 "background image is changed in New Tab Page Customize Chrome.";
154
Nihar Majmudarc934f4f2022-08-02 23:56:15155const char kCustomizeChromeSidePanelName[] = "Customize Chrome Side Panel";
156const char KCustomizeChromeSidePanelDescription[] =
157 "Enables the ability to use Customize Chrome functionality from the "
158 "unified side panel on the New Tab Page.";
159
Alice Wang345e09442021-07-05 09:03:29160const char kForceStartupSigninPromoName[] = "Force Start-up Signin Promo";
161const char kForceStartupSigninPromoDescription[] =
162 "If enabled, the full screen signin promo will be forced to show up at "
163 "Chrome start-up.";
164
Dominik Röttsches94487ec2023-06-21 09:45:58165#if BUILDFLAG(USE_FONTATIONS_BACKEND)
Lei Zhange52be9912023-06-23 17:29:13166const char kFontationsFontBackendName[] = "Enable Fontations font backend";
167const char kFontationsFontBackendDescription[] =
Dominik Röttsches94487ec2023-06-21 09:45:58168 "If enabled, the Fontations font backend will be used for web fonts where "
169 "otherwise FreeType would have been used.";
170#endif
171
Christopher Cameron39af14a2023-04-18 17:35:09172const char kGainmapHdrImagesName[] = "Gainmap HDR image rendering";
173const char kGainmapHdrImagesDescription[] =
174 "If enabled, renders images that include an gainmap in HDR";
175
Maryla26d1a412023-06-27 19:18:28176const char kAvifGainmapHdrImagesName[] = "AVIF gainmap HDR image rendering";
177const char kAvifGainmapHdrImagesDescription[] =
178 "If enabled, and the 'Gainmap HDR image rendering' flag is also enabled, "
179 "Chrome uses the gainmap (if present) in AVIF images to render the HDR "
180 "version (if the base image is SDR) or the SDR version (if the base image "
181 "is HDR).";
182
Tanmoy Mollik429d21a2022-11-28 15:42:06183const char kIdentityStatusConsistencyName[] = "Identity Status Consistency";
184const char kIdentityStatusConsistencyDescription[] =
185 "If enabled, always show identity status - even for signed-out users";
186
Alice Wang97469582022-05-09 08:00:26187const char kTangibleSyncName[] = "Tangible Sync";
188const char kTangibleSyncDescription[] =
189 "Enables the tangible sync when a user starts the sync consent flow";
190
shivanigithub99368382021-06-16 18:33:37191const char kDebugHistoryInterventionNoUserActivationName[] =
192 "Debug flag for history intervention on no user activation";
193const char kDebugHistoryInterventionNoUserActivationDescription[] =
194 "This flag when enabled, will be used to debug an issue where a page that "
195 "did not get user activation "
196 "is able to work around the history intervention which is not the expected "
197 "behavior";
198
Jonathan Njeunje9dc4e6c2023-04-10 03:05:32199const char kDIPSName[] = "Bounce Tracking Mitigations";
200const char kDIPSDescription[] =
201 "This flag controls bounce tracking mitigations. Setting the flag to "
202 "\"Enabled With Deletion\" will cause the browser to delete state for "
203 "sites that appear to be performing cross-site tracking using the bounce "
204 "tracking technique.";
205
Tommy Steimelc79b2e02022-07-07 19:07:51206const char kDocumentPictureInPictureApiName[] =
207 "Document Picture-in-Picture API";
208const char kDocumentPictureInPictureApiDescription[] =
209 "Enables API to open an always-on-top window with a full HTML document";
210
Erik Chen92f2f0d2023-03-13 00:09:48211const char kEnableBenchmarkingName[] = "Enable benchmarking";
212const char kEnableBenchmarkingDescription[] =
213 "Sets all features to their default state; that is, disables randomization "
214 "for feature states. This is used by developers and testers to "
215 "diagnose whether an observed problem is caused by a non-default "
216 "base::Feature configuration. This flag is automatically reset "
217 "after 3 restarts. On the third restart, the flag will appear to be off "
218 "but the effect is still active.";
219
Andre Le29427c22022-09-23 23:01:57220const char kPrivacyIndicatorsName[] = "Enable Privacy Indicators";
221const char kPrivacyIndicatorsDescription[] =
222 "While screen sharing or camera/microphone is being accessed, show a green "
223 "icon in the status area as well as add a silent notification to the tray.";
224
Vicky Minb02c3e92020-07-07 20:56:52225const char kEnableBluetoothSerialPortProfileInSerialApiName[] =
226 "Enable Bluetooth Serial Port Profile in Serial API";
227const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] =
228 "When enabled, Bluetooth Serial Port Profile devices will be enumerated "
229 "for use with the Serial API.";
230
Vikas Soni7981a2d2021-07-30 18:51:11231const char kEnableDrDcName[] =
232 "Enables Display Compositor to use a new gpu thread.";
233const char kEnableDrDcDescription[] =
234 "When enabled, chrome uses 2 gpu threads instead of 1. "
235 " Display compositor uses new dr-dc gpu thread and all other clients "
236 "(raster, webgl, video) "
237 " continues using the gpu main thread.";
238
vikassoni93f244b2022-05-12 21:58:26239const char kEnableDrDcVulkanName[] =
240 " Use this flag along with flag enable-drdc to enable DrDc on Vulkan. "
241 " Note that this flag will be a no-op if enable-drdc is disabled. ";
242
Le Hoang Quyend6ceade62022-05-20 07:13:10243const char kForceGpuMainThreadToNormalPriorityDrDcName[] =
244 "Force GPU main thread priority to normal for DrDc.";
245const char kForceGpuMainThreadToNormalPriorityDrDcDescription[] =
246 "When enabled, force GPU main thread priority to be normal for DrDc mode. "
247 "In that case DrDc thread continues to use DISPLAY thread priority and "
248 "hence have higher thread priority than GPU main. Note that this flag will "
249 "be a no-op when DrDc is disabled.";
250
Vikas Soni973650612023-05-24 08:59:46251const char kUseClientGmbInterfaceName[] =
252 "Use ClientGmb interface to create GpuMemoryBuffers.";
253const char kUseClientGmbInterfaceDescription[] =
254 " Use new ClientGmb interface to create GpuMemoryBuffers when enabled."
255 " This is expected to reduce number of IPCs happening while creating "
256 " GpuMemoryBuffers.";
257
Aashna Shethec3b89f2022-09-15 13:06:50258const char kTextBasedAudioDescriptionName[] = "Enable audio descriptions.";
259const char kTextBasedAudioDescriptionDescription[] =
260 "When enabled, HTML5 video elements with a 'descriptions' WebVTT track "
261 "will speak the audio descriptions aloud as the video plays.";
262
Aga Wronska344fa8282021-10-07 14:18:05263#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
264const char kWebFilterInterstitialRefreshName[] =
265 "Web filter interstitial refresh.";
266const char kWebFilterInterstitialRefreshDescription[] =
James Lee89b449e52022-12-13 18:14:52267 "Enable web filter interstitial refresh for Family Link users.";
James Leee2190152023-06-06 11:45:39268
269const char kEnableSupervisionOnDesktopName[] =
270 "Enable parental supervision infrastructure";
271const char kEnableSupervisionOnDesktopDescription[] =
272 "Enables the infrastructure for Family Link supervision features. "
273 "Individual features are controlled by separate flags.";
274
275const char kFilterWebsitesForSupervisedUsersOnDesktopName[] =
276 "Enable website filtering for supervised users";
277const char kFilterWebsitesForSupervisedUsersOnDesktopDescription[] =
278 "Enable filtering of web content for Family Link supervised users. "
279 "The enable-family-link-supervision flag must also be enabled.";
280
281const char kEnableExtensionsPermissionsForSupervisedUsersOnDesktopName[] =
282 "Require parent permissions for extensions";
283const char
284 kEnableExtensionsPermissionsForSupervisedUsersOnDesktopDescription[] =
285 "Apply Family Link parental control settings for extension "
286 "installation. "
287 "The enable-family-link-supervision flag must also be enabled.";
288
289const char kSupervisedPrefsControlledBySupervisedStoreName[] =
290 "Display updated UI for preferences managed by Family Link";
291const char kSupervisedPrefsControlledBySupervisedStoreDescription[] =
292 "Display updated UI for preferences managed by Family Link. "
293 "The enable-family-link-supervision flag must also be enabled.";
294
295const char kEnableManagedByParentUiName[] = "Enable Family Link management UI";
296const char kEnableManagedByParentUiDescription[] =
297 "Enables UI indicating if a Profile is managed by Family Link parental "
298 "controls."
299 "The enable-family-link-supervision flag must also be enabled.";
Liza Bipinac549552023-06-21 13:18:54300
301const char kClearingCookiesKeepsSupervisedUsersSignedInName[] =
302 "Clearing cookies keep supervised users signed in";
303const char kClearingCookiesKeepsSupervisedUsersSignedInDescription[] =
304 "Supervised users will remain signed in when cookies are cleared. Display "
305 "UI is updated accordingly"
306 "The enable-family-link-supervision flag must also be enabled.";
307
Aga Wronska344fa8282021-10-07 14:18:05308#endif // ENABLE_SUPERVISED_USERS
309
Elly Fong-Jones43624372023-02-16 19:36:11310const char kUpcomingFollowFeaturesName[] = "Enable upcoming follow features.";
311const char kUpcomingFollowFeaturesDescription[] =
312 "This flag enables all upcoming follow features, in the experiment "
313 "arms that are most likely to be shipped. This is a meta-flag to which "
314 "features are upcoming at any given time may change.";
315
Chad Duffin73b2226f2023-05-29 16:53:32316const char kUseAndroidStagingSmdsName[] = "Use Android staging SM-DS";
317const char kUseAndroidStagingSmdsDescription[] =
318 "Use the Android staging address when fetching pending eSIM profiles.";
319
Regan Hsu3243afa2021-06-21 18:27:27320const char kUseStorkSmdsServerAddressName[] = "Use Stork SM-DS address";
321const char kUseStorkSmdsServerAddressDescription[] =
322 "Use the Stork SM-DS address to fetch pending eSIM profiles managed by the "
323 "Stork prod server. Note that Stork profiles can be created with an EID at "
324 "go/stork-profile, and managed at go/stork-batch > View Profiles. Also "
Jason Zhang26cacea2022-04-04 18:55:04325 "note that an test EUICC card is required to use this feature, usually "
326 "that requires the kCellularUseSecond flag to be enabled. Go to "
Regan Hsu3243afa2021-06-21 18:27:27327 "go/cros-connectivity > Dev Tips for more instructions.";
328
Regan Hsu1ffea922020-09-10 17:08:47329const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL";
330const char kUseWallpaperStagingUrlDescription[] =
331 "Use the staging server as part of the Wallpaper App to verify "
332 "additions/removals of wallpapers.";
333
Kyle Horimoto874554a2019-01-31 00:52:09334const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
335const char kUseMessagesStagingUrlDescription[] =
336 "Use the staging server as part of the \"Messages\" feature under "
337 "\"Connected Devices\" settings.";
338
Jon Mann5ebbd1532020-04-17 22:12:05339const char kUseCustomMessagesDomainName[] = "Use custom Messages domain";
340const char kUseCustomMessagesDomainDescription[] =
341 "Use a custom URL as part of the \"Messages\" feature under "
342 "\"Connected Devices\" settings.";
343
Vasiliy Telezhnikova4164812022-10-03 18:38:20344const char kUseDMSAAForTilesName[] = "Use DMSAA for tiles";
345const char kUseDMSAAForTilesDescription[] =
346 "Switches skia to use DMSAA instead of MSAA for tile raster";
347
Tsuyoshi Horod81149602022-07-04 01:34:09348const char kUseDnsHttpsSvcbAlpnName[] = "Use DNS https alpn";
349const char kUseDnsHttpsSvcbAlpnDescription[] =
350 "When enabled, Chrome may try QUIC on the first connection using the ALPN"
351 " information in the DNS HTTPS record.";
352
cfredric6f155762020-12-10 18:52:40353const char kEnableFirstPartySetsName[] = "Enable First-Party Sets";
354const char kEnableFirstPartySetsDescription[] =
Chris Fredricksonbebf42e2023-05-18 19:14:40355 "When enabled, Chrome will enable First-Party Sets and the Storage Access "
356 "API.";
cfredric6f155762020-12-10 18:52:40357
Lei Zhange52be9912023-06-23 17:29:13358const char kSHA1ServerSignatureName[] = "Allow SHA-1 server signatures in TLS.";
359const char kSHA1ServerSignatureDescription[] =
Bob Beckd9873c22023-02-21 22:56:45360 "When enabled, Chrome will allow the use of SHA-1 in signatures from the "
361 "server during a TLS handshake";
362
Lei Zhange52be9912023-06-23 17:29:13363const char kEncryptedClientHelloName[] = "Encrypted ClientHello";
364const char kEncryptedClientHelloDescription[] =
David Benjamin371481f2022-06-15 15:57:40365 "When enabled, Chrome will enable Encrypted ClientHello support. This will "
366 "encrypt TLS ClientHello if the server enables the extension via the HTTPS "
367 "DNS record.";
368
Lei Zhange52be9912023-06-23 17:29:13369const char kIsolatedSandboxedIframesName[] = "Isolated sandboxed iframes";
370const char kIsolatedSandboxedIframesDescription[] =
W. James MacLean0d757fa2022-02-16 16:13:31371 "When enabled, applies process isolation to iframes with the 'sandbox' "
372 "attribute and without the 'allow-same-origin' permission set on that "
W. James MacLean3b6d0872022-06-24 16:16:14373 "attribute. This also applies to documents with a similar CSP sandbox "
374 "header, even in the main frame. The affected sandboxed documents can be "
375 "grouped into processes based on their URL's site or origin. The default "
376 "grouping when enabled is per-site.";
W. James MacLean0d757fa2022-02-16 16:13:31377
Anne Lim24031e9d2019-09-12 23:03:19378const char kAutofillAlwaysReturnCloudTokenizedCardName[] =
379 "Return cloud token details for server credit cards when possible";
380const char kAutofillAlwaysReturnCloudTokenizedCardDescription[] =
381 "When enabled and where available, forms filled using Google Payments "
382 "server cards are populated with cloud token details, including CPAN "
383 "(cloud tokenized version of the Primary Account Number) and dCVV (dynamic "
384 "CVV).";
385
siashah2b698e2b2021-04-21 15:09:55386const char kAutofillAutoTriggerManualFallbackForCardsName[] =
387 "Auto trigger manual fallback for credit card form-filling failure cases";
388const char kAutofillAutoTriggerManualFallbackForCardsDescription[] =
389 "When enabled, manual fallback will be auto-triggered on form interaction "
390 "in the case where autofill failed to fill a credit card form accurately.";
391
Vipul Vinod Kouldbbe2512023-06-15 06:20:18392const char kAutofillEnableCvcStorageAndFillingName[] =
393 "Enable CVC storage and filling for payments autofill";
394const char kAutofillEnableCvcStorageAndFillingDescription[] =
395 "When enabled, we will store CVC for both local and server credit cards. "
396 "This will also allow the users to autofill their CVCs on checkout pages.";
397
Yi An8b28bef2022-06-29 19:11:32398const char kAutofillEnableFIDOProgressDialogName[] =
399 "Show FIDO progress dialog on Android";
400const char kAutofillEnableFIDOProgressDialogDescription[] =
401 "When enabled, a progress dialog is displayed while authenticating with "
402 "FIDO on Android.";
403
Vinny Perskye6677d52023-02-22 22:22:19404const char kAutofillEnableIbanClientSideUrlFilteringName[] =
405 "Enable Autofill IBAN client side URL filtering";
406const char kAutofillEnableIbanClientSideUrlFilteringDescription[] =
407 "When enabled, client side URL filtering will be triggered for the IBAN "
408 "use-case, so that IBAN autofill is not offered on websites that are "
409 "blocked.";
410
siashahd779824402022-03-31 20:06:55411const char kAutofillEnableManualFallbackForVirtualCardsName[] =
412 "Show manual fallback for virtual cards";
413const char kAutofillEnableManualFallbackForVirtualCardsDescription[] =
414 "When enabled, manual fallback will be enabled for virtual cards on "
415 "Android.";
416
Vinny Persky5a0ac3a32023-03-02 18:35:50417const char kAutofillEnableMerchantOptOutClientSideUrlFilteringName[] =
418 "Enable Autofill merchant opt-out client side URL filtering";
419const char kAutofillEnableMerchantOptOutClientSideUrlFilteringDescription[] =
420 "When enabled, client side URL filtering will be triggered for the "
421 "merchant opt-out use-case, so that virtual card suggestions are not shown "
422 "on websites that are opted-out of virtual cards.";
423
Siyu An042eac82022-09-19 23:55:03424const char kAutofillEnableCardArtImageName[] = "Enable showing card art images";
425const char kAutofillEnableCardArtImageDescription[] =
426 "When enabled, card product images (instead of network icons) will be "
427 "shown in Payments Autofill UI.";
428
Vishwas Uppoord6bfcb52023-06-27 02:15:35429const char kAutofillEnableCardArtServerSideStretchingName[] =
430 "Enable server side stretching of card art images";
431const char kAutofillEnableCardArtServerSideStretchingDescription[] =
432 "When enabled, the server will stretch (if necessary) and return card art "
433 "images of the exact required dimensions. The client side resizing of "
434 "images will not be required.";
435
Vishwas Uppoor89303a92022-08-03 00:56:26436const char kAutofillEnableCardProductNameName[] =
437 "Enable showing card product name";
438const char kAutofillEnableCardProductNameDescription[] =
439 "When enabled, card product name (instead of issuer network) will be shown "
Siyu An042eac82022-09-19 23:55:03440 "in Payments Autofill UI.";
Vishwas Uppoor89303a92022-08-03 00:56:26441
Junhui He9896c7b2023-03-27 18:39:53442const char kAutofillEnableEmailOtpForVcnYellowPathName[] =
443 "Enable email OTP authentication in the yellow path of the VCN retrieval "
444 "flow";
445const char kAutofillEnableEmailOtpForVcnYellowPathDescription[] =
446 "When enabled, if the user encounters the yellow path (challenge path) in "
447 "the VCN retrieval flow and the server denotes that the card is eligible "
448 "for email OTP authentication, email OTP authentication will be offered as "
449 "one of the challenge options.";
450
Alexander Teklea82c4142023-02-22 01:33:42451const char kAutofillEnableNewCardArtAndNetworkImagesName[] =
452 "Enable showing new card art and network images";
453const char kAutofillEnableNewCardArtAndNetworkImagesDescription[] =
454 "When enabled, new and larger card art and network icons will be shown.";
455
Jared Saul702563e2021-09-20 22:36:52456const char kAutofillEnableOfferNotificationForPromoCodesName[] =
457 "Extend Autofill offers and rewards notification to promo code offers";
458const char kAutofillEnableOfferNotificationForPromoCodesDescription[] =
459 "When enabled, a notification will be displayed on page navigation if the "
460 "domain has an eligible merchant promo code offer or reward.";
461
siashaheb118ad52020-12-15 00:17:07462const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
463 "Enable Autofill offers in keyboard accessory";
464const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
465 "When enabled, offers will be displayed in the keyboard accessory when "
466 "available.";
467
Vinny Persky7442638c2023-03-24 01:02:54468const char kAutofillEnablePaymentsMandatoryReauthName[] =
469 "Enable mandatory re-auth for payments autofill";
470const char kAutofillEnablePaymentsMandatoryReauthDescription[] =
471 "When enabled, in use-cases where we would not have triggered any "
Vinny Persky470d1292023-05-10 20:38:05472 "interactive authentication to autofill payment methods, we will trigger "
Vinny Persky7442638c2023-03-24 01:02:54473 "a device authentication.";
474
Alexander Tekleb4643812023-01-06 23:12:30475const char kAutofillEnableRankingFormulaAddressProfilesName[] =
476 "Enable new Autofill suggestion ranking formula for profiles";
477const char kAutofillEnableRankingFormulaAddressProfilesDescription[] =
478 "When enabled, Autofill will use a new ranking formula to rank Autofill "
479 "profile suggestions.";
480
Alexander Tekle35dfbbd2023-01-31 08:32:39481const char kAutofillEnableRankingFormulaCreditCardsName[] =
482 "Enable new Autofill suggestion ranking formula for credit cards";
483const char kAutofillEnableRankingFormulaCreditCardsDescription[] =
484 "When enabled, Autofill will use a new ranking formula to rank Autofill "
485 "credit card suggestions.";
486
Siyu An3194bda2022-07-13 19:30:37487const char kAutofillEnableRemadeDownstreamMetricsName[] =
488 "Enable remade Autofill Downstream metrics logging";
489const char kAutofillEnableRemadeDownstreamMetricsDescription[] =
490 "When enabled, some extra metrics logging for Autofill Downstream will "
491 "start.";
492
siashah2b698e2b2021-04-21 15:09:55493const char kAutofillEnableStickyManualFallbackForCardsName[] =
494 "Make manual fallback sticky for credit cards";
495const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
496 "When enabled, if the user interacts with the manual fallback bottom "
497 "sheet, it'll remain sticky until the user dismisses it.";
498
Norge Vizcay7346a982023-05-17 09:02:08499const char kAutofillEnableSupportForLandmarkName[] =
500 "Enable autofill support for landmark fields";
501const char kAutofillEnableSupportForLandmarkDescription[] =
502 "Enables support for filling and importing landmark fields.";
Norge Vizcay541719c42023-05-12 12:05:15503
Vinny Perskyf98de022022-01-05 22:14:10504const char kAutofillEnableUpdateVirtualCardEnrollmentName[] =
505 "Enable Update Virtual Card Enrollment";
506const char kAutofillEnableUpdateVirtualCardEnrollmentDescription[] =
507 "When enabled, the user will have the ability to update the virtual card "
508 "enrollment of a credit card through their chrome browser after certain "
509 "autofill flows (for example, downstream and upstream), and from the "
510 "settings page.";
511
Vinny Persky650f84402022-04-14 18:46:18512const char kAutofillEnableVirtualCardFidoEnrollmentName[] =
513 "Enable FIDO enrollment for virtual cards";
514const char kAutofillEnableVirtualCardFidoEnrollmentDescription[] =
515 "When enabled, after a successful authentication to autofill a virtual "
516 "card, the user will be prompted to opt-in to FIDO if the user is not "
517 "currently opted-in, and if the user is opted-in already and the virtual "
518 "card is FIDO eligible the user will be prompted to register the virtual "
519 "card into FIDO.";
520
siyua19593222019-12-04 22:27:06521const char kAutofillEnableVirtualCardName[] =
522 "Offer to use cloud token virtual card in Autofill";
523const char kAutofillEnableVirtualCardDescription[] =
524 "When enabled, if all requirements are met, Autofill will offer to use "
525 "virtual credit cards in form filling.";
526
Vipul Vinod Koul633bbf652023-02-21 23:34:11527const char kAutofillEnableNewSaveCardBubbleUiName[] =
528 "Update UI messaging and banner image for credit card upload save";
529const char kAutofillEnableNewSaveCardBubbleUiDescription[] =
530 "When enabled, the user will see a new banner logo and text in the bubble "
531 "offering to upload their cards to Google Pay.";
532
Siyu Ana8b9a0bc2022-01-31 19:40:41533const char kAutofillEnableVirtualCardManagementInDesktopSettingsPageName[] =
534 "Enable virtual card enrollment management in desktop payments settings "
535 "page";
536const char
537 kAutofillEnableVirtualCardManagementInDesktopSettingsPageDescription[] =
538 "When enabled, chrome://settings/payments will offer the option to "
539 "enroll in virtual card if the card is eligible and to unenroll if the "
540 "card has been enrolled.";
541
Siyu An003243c2022-04-07 22:13:11542const char kAutofillEnableVirtualCardMetadataName[] =
543 "Enable showing metadata for virtual cards";
544const char kAutofillEnableVirtualCardMetadataDescription[] =
545 "When enabled, Chrome will show metadata together with other card "
546 "information when the virtual card is presented to users.";
547
Siyu Anff02e742022-04-07 19:08:22548const char kAutofillEnforceDelaysInStrikeDatabaseName[] =
549 "Enforce delay between offering Autofill opportunities in the strike "
550 "database";
551const char kAutofillEnforceDelaysInStrikeDatabaseDescription[] =
552 "When enabled, if previous Autofill feature offer was declined, "
553 "Chrome will wait for some time before showing the offer again.";
554
Lei Zhange52be9912023-06-23 17:29:13555const char kAutofillFillIbanFieldsName[] =
Qihui Zhao30bf4ca2022-07-26 20:24:59556 "Enable Autofill of IBAN fields in forms";
Lei Zhange52be9912023-06-23 17:29:13557const char kAutofillFillIbanFieldsDescription[] =
Qihui Zhao30bf4ca2022-07-26 20:24:59558 "When enabled, Autofill will attempt to fill IBAN (International Bank "
559 "Account Number) fields when data is available.";
560
Jared Saul2188f762021-08-02 21:22:23561const char kAutofillFillMerchantPromoCodeFieldsName[] =
562 "Enable Autofill of promo code fields in forms";
563const char kAutofillFillMerchantPromoCodeFieldsDescription[] =
564 "When enabled, Autofill will attempt to fill merchant promo/coupon/gift "
565 "code fields when data is available.";
566
Matthias Körber44082a492021-09-15 18:29:18567const char kAutofillHighlightOnlyChangedValuesInPreviewModeName[] =
568 "Highlight only changed values in preview mode.";
569const char kAutofillHighlightOnlyChangedValuesInPreviewModeDescription[] =
570 "When Autofill is previewing filling a form, already autofilled values "
571 "and other values that are not changed by accepting the preview should "
572 "not be highlighted.";
573
Yishui Liub55635462023-05-23 04:22:29574const char kAutofillMoveLegalTermsAndIconForNewCardEnrollmentName[] =
Vinny Perskybb6bf6b2023-06-26 19:54:54575 "Move legal terms for new card enrollment";
Yishui Liub55635462023-05-23 04:22:29576const char kAutofillMoveLegalTermsAndIconForNewCardEnrollmentDescription[] =
Vinny Perskybb6bf6b2023-06-26 19:54:54577 "When enabled, legal terms will be moved before action buttons in autofill "
578 "save card and virtual card enrollment bubbles and dialogs.";
Yishui Liub55635462023-05-23 04:22:29579
Qihui Zhao72836c62022-12-16 04:31:41580const char kAutofillOfferToSaveCardWithSameLastFourName[] =
581 "Offer credit card save for cards with same last-4 but different "
582 "expiration dates";
583const char kAutofillOfferToSaveCardWithSameLastFourDescription[] =
584 "Offer credit card save when Chrome detects a card number with the same "
585 "last 4 digits as an existing server card, but a different expiration "
586 "date.";
587
Nakul Vaidya876210f2022-08-08 17:47:19588const char kAutofillParseIBANFieldsName[] = "Parse IBAN fields in forms";
589const char kAutofillParseIBANFieldsDescription[] =
Nakul Vaidyaddfdfbc2022-06-28 23:43:32590 "When enabled, Autofill will attempt to find International Bank Account "
591 "Number (IBAN) fields when parsing forms.";
592
Nakul Vaidya13ca2042022-07-27 01:59:55593const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsName[] =
594 "Parse standalone CVC fields for VCN card on file in forms";
595const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsDescription[] =
596 "When enabled, Autofill will attempt to find standalone CVC fields for VCN "
597 "card on file when parsing forms.";
598
Vidhan5885afa2022-06-23 15:18:16599const char kAutofillPreventOverridingPrefilledValuesName[] =
600 "Prevent Autofill from overriding prefilled field values";
601const char kAutofillPreventOverridingPrefilledValuesDescription[] =
602 "When enabled, Autofill won't override any field values that have not been "
603 "filled by Autofill";
604
Dmitry Vykochko91af82b02022-12-09 17:37:37605const char kAutofillMoreProminentPopupName[] = "More prominent Autofill popup";
606const char kAutofillMoreProminentPopupDescription[] =
607 "If enabled Autofill's popup becomes more prominent, i.e. its shadow "
608 "becomes more emphasized, position is also updated";
609
Qihui Zhao69ac9eee2022-12-15 21:36:39610const char kAutofillRemoveCardExpirationAndTypeTitlesName[] =
611 "Remove expiration and type titles from Chrome Payment Settings page on "
612 "desktop";
613const char kAutofillRemoveCardExpirationAndTypeTitlesDescription[] =
614 "When enabled, expiration and type titles will be removed from the Chrome "
615 "Payment Settings page on desktop platforms.";
616
Lei Zhang507fffd2020-01-29 23:47:54617const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47618 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54619const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47620 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
621 "it will offer to save it. If saved, it will be offered for filling in "
622 "fields which expect a VPA.";
623
Jan Keitel05180472023-03-01 11:01:42624const char kAutofillShowAutocompleteDeleteButtonName[] =
625 "Show a delete button for Autocomplete entries";
626const char kAutofillShowAutocompleteDeleteButtonDescription[] =
627 "When enabled, Autocomplete entries in filling popups will contain a "
628 "delete button";
629
Vidhanb03b1ea2022-05-19 12:07:58630const char kAutofillShowManualFallbackInContextMenuName[] =
631 "Show Autofill options in Context Menu";
632const char kAutofillShowManualFallbackInContextMenuDescription[] =
633 "When enabled, users would get address/credit cards/passwords autofilling "
634 "options in the context menu if the context menu is opened on a text field";
635
Vipul Vinod Koulaebbcb3a2023-01-05 19:50:50636const char kAutofillSuggestServerCardInsteadOfLocalCardName[] =
637 "Suggest Server card instead of Local card for deduped cards";
638const char kAutofillSuggestServerCardInsteadOfLocalCardDescription[] =
639 "When enabled, Autofill suggestions that consist of a local and server "
640 "version of the same card will attempt to fill the server card upon "
641 "selection instead of the local card.";
642
Vishwas Uppoor940bd242022-12-15 09:49:42643const char kAutofillTouchToFillForCreditCardsAndroidName[] =
644 "Enable Touch To Fill bottomsheet for Autofill credit card suggestions";
645const char kAutofillTouchToFillForCreditCardsAndroidDescription[] =
646 "When enabled, Autofill credit card suggestions are shown on the "
647 "Touch To Fill bottomsheet";
648
Jared Saulb0473bd2022-04-20 00:03:41649const char kAutofillUpstreamAllowAdditionalEmailDomainsName[] =
650 "Allow Autofill credit card upload save for select non-Google-based "
651 "accounts";
652const char kAutofillUpstreamAllowAdditionalEmailDomainsDescription[] =
653 "When enabled, credit card upload is offered if the user's logged-in "
654 "account's domain is from a common email provider.";
655
656const char kAutofillUpstreamAllowAllEmailDomainsName[] =
657 "Allow Autofill credit card upload save for all non-Google-based accounts";
658const char kAutofillUpstreamAllowAllEmailDomainsDescription[] =
659 "When enabled, credit card upload is offered without regard to the user's "
660 "logged-in account's domain.";
661
Jared Saul5363f3962023-03-10 23:03:51662const char kAutofillUpstreamAuthenticatePreflightCallName[] =
663 "Set authentication token in credit card upload preflight call";
664const char kAutofillUpstreamAuthenticatePreflightCallDescription[] =
665 "When enabled, sets the OAuth2 token in GetUploadDetails requests to "
666 "Google Payments, in order to provide a better experience for users with "
667 "server-side features disabled but not client-side features.";
668
Jared Saul5ea8b257f2023-02-22 18:53:27669const char kAutofillUpstreamUseAlternateSecureDataTypeName[] =
670 "Use alternate secure data type for credit card upload save";
671const char kAutofillUpstreamUseAlternateSecureDataTypeDescription[] =
672 "When enabled, the secure data type for cards sent during credit card "
673 "upload save is updated to match newer server requirements.";
674
Caitlin Fischer43edd90a2019-05-01 13:24:30675const char kAutofillUseImprovedLabelDisambiguationName[] =
676 "Autofill Uses Improved Label Disambiguation";
677const char kAutofillUseImprovedLabelDisambiguationDescription[] =
678 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
679 "using the improved disambiguation format.";
680
Vishwas Uppoor416acea2023-03-09 02:25:22681const char kAutofillVirtualCardsOnTouchToFillAndroidName[] =
682 "Enable virtual cards on Touch To Fill bottomsheet for credit cards";
683const char kAutofillVirtualCardsOnTouchToFillAndroidDescription[] =
684 "When enabled, virtual credit card suggestions are shown on the Touch To "
685 "Fill bottomsheet for credit cards.";
686
Alexander Timin6ae060b62019-09-17 11:21:37687const char kBackForwardCacheName[] = "Back-forward cache";
688const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44689 "If enabled, caches eligible pages after cross-site navigations."
690 "To enable caching pages on same-site navigations too, choose 'enabled "
691 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37692
Yuzu Saijo312b8432022-03-01 03:27:31693const char kEnableBackForwardCacheForScreenReaderName[] =
694 "Enable Back-forward cache for screen readers";
695const char kEnableBackForwardCacheForScreenReaderDescription[] =
696 "If enabled, allow pages to enter back/forward cache even if a screen "
697 "reader is in use. The page might still not be cached for other reasons.";
698
Ioana Pandele69fe4672021-04-28 08:06:37699const char kBiometricReauthForPasswordFillingName[] =
700 "Biometric reauth for password filling";
701const char kBiometricReauthForPasswordFillingDescription[] =
702 "Enables biometric"
703 "re-authentication before password filling";
704
Norge Vizcay5f6bfb42022-06-10 08:33:14705const char kFastCheckoutName[] = "Fast Checkout";
706const char kFastCheckoutDescription[] =
707 "Enables Fast Checkout experiences in Chrome.";
708
Illia Klimove406ecc12022-11-22 15:53:29709const char kFailFastQuietChipName[] = "Fail fast quiet chip";
710const char kFailFastQuietChipDescription[] =
711 "Enables fast finalization of a permission request if it is displayed as a "
712 "quiet chip.";
713
danielngdd3ef942021-10-28 06:42:48714const char kBorealisBigGlName[] = "Borealis Big GL";
715const char kBorealisBigGlDescription[] = "Enable Big GL when running Borealis.";
716
Dominik Behr03b5c24f2023-04-18 21:20:52717const char kBorealisDGPUName[] = "Borealis dGPU";
718const char kBorealisDGPUDescription[] = "Enable dGPU when running Borealis.";
719
danielng1078c6372021-06-28 06:31:36720const char kBorealisDiskManagementName[] = "Borealis Disk management";
721const char kBorealisDiskManagementDescription[] =
722 "Enable experimental disk management settings.";
723
Nicholas Hollingum449d8252021-11-29 00:18:29724const char kBorealisForceBetaClientName[] = "Borealis Force Beta Client";
725const char kBorealisForceBetaClientDescription[] =
726 "Force the client to run its beta version.";
727
Nicholas Hollingume8672092022-08-25 04:23:16728const char kBorealisForceDoubleScaleName[] = "Borealis Force Double Scale";
729const char kBorealisForceDoubleScaleDescription[] =
730 "Force the client to run in 2x visual zoom.";
731
Nicholas Hollingum449d8252021-11-29 00:18:29732const char kBorealisLinuxModeName[] = "Borealis Linux Mode";
733const char kBorealisLinuxModeDescription[] =
734 "Do not run ChromeOS-specific code in the client.";
735
Nicholas Hollingum97500cc12022-03-03 22:44:43736// For UX reasons we prefer "enabled", but that is used internally to refer to
737// whether borealis is installed or not, so the name of the variable is a bit
738// different to the user-facing name.
739const char kBorealisPermittedName[] = "Borealis Enabled";
740const char kBorealisPermittedDescription[] =
741 "Allows Borealis to run on your device. Borealis may still be blocked for "
742 "other reasons, including: administrator settings, device hardware "
743 "capabilities, or other security measures.";
744
danielng573ad3742022-07-06 05:26:24745const char kBorealisStorageBallooningName[] = "Borealis Storage Ballooning";
746const char kBorealisStorageBallooningDescription[] =
747 "Enables storage balloning for Borealis. This takes precedence over the "
748 "other Borealis Disk management flag.";
749
Brett Wilsonf27ff602017-07-07 22:28:47750const char kBypassAppBannerEngagementChecksName[] =
751 "Bypass user engagement checks";
752const char kBypassAppBannerEngagementChecksDescription[] =
753 "Bypasses user engagement checks for displaying app banners, such as "
754 "requiring that users have visited the site before and that the banner "
755 "hasn't been shown recently. This allows developers to test that other "
756 "eligibility requirements for showing app banners, such as having a "
757 "manifest, are met.";
758
sisidovskia29a3022023-04-20 07:53:54759const char kServiceWorkerBypassFetchHandlerName[] =
760 "Bypass Service Worker Fetch Handler";
761const char kServiceWorkerBypassFetchHandlerDescription[] =
762 "Bypass starting a service worker and its fetch handler when the fetch "
763 "event meets the conditions. The service worker may start after sending a "
764 "resource request, or conduct a race between the network request and its "
765 "fetch handler. If the resource could be handled in the fetch handler, the "
766 "feature may affect the page load. This feature will override "
767 "chrome://flags/#service-worker-bypass-fetch-handler-for-main-resource";
768
sisidovski62b577f22022-12-15 03:10:00769const char kServiceWorkerBypassFetchHandlerForMainResourceName[] =
770 "Bypass Service Worker Fetch Handler for main resource";
771const char kServiceWorkerBypassFetchHandlerForMainResourceDescription[] =
772 "Bypass starting a service worker and its fetch handler for main resource "
773 "requests. The service worker starts after sending a main resource request "
774 "and handles subresources. If the main resource could be handled in the "
sisidovskia29a3022023-04-20 07:53:54775 "fetch handler, the feature may affect the page load. This feature will be "
776 "overridden by chrome://flags/#service-worker-bypass-fetch-handler";
sisidovski62b577f22022-12-15 03:10:00777
Yoshisato Yanagisawa9dc8ebe2023-06-13 07:07:04778const char kServiceWorkerStaticRouterName[] = "Service Worker Static Router";
779const char kServiceWorkerStaticRouterDescription[] =
780 "When enabled, Chrome will enable the Service Worker Static Routing API. "
781 "https://chromestatus.com/feature/5185352976826368";
782
Bryant Chandlerdcd994e2023-06-13 18:23:31783#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
784const char kCameraMicPreviewName[] = "Camera and Mic Preview";
785const char kCameraMicPreviewDescription[] =
786 "Enables camera and mic preview in permission bubble and site settings.";
787#endif
788
Elaine Chienaeb4adc2020-12-08 04:22:05789const char kChromeLabsName[] = "Chrome Labs";
790const char kChromeLabsDescription[] =
791 "Access Chrome Labs through the toolbar menu to see featured user-facing "
792 "experimental features.";
793
Elaine Chienaef6d932023-05-15 18:29:41794const char kChromeRefresh2023Id[] = "chrome-refresh-2023";
Elaine Chienf90ffa72023-01-25 19:18:32795const char kChromeRefresh2023Name[] = "Chrome Refresh 2023";
Elaine Chienaef6d932023-05-15 18:29:41796const char kChromeRefresh2023Description[] = "Enables the new desktop design.";
Elaine Chienf90ffa72023-01-25 19:18:32797
John Leee6d9a8682023-04-22 00:58:39798const char kChromeWebuiRefresh2023Name[] = "Chrome WebUI Refresh 2023";
799const char kChromeWebuiRefresh2023Description[] =
800 "Enables Chrome Refresh 2023 styles for various WebUI surfaces.";
801
Yue Zhang25d72962022-06-13 21:14:05802const char kCommerceHintAndroidName[] = "Commerce Hint Android";
803const char kCommerceHintAndroidDescription[] =
804 "Enables commerce hint detection on Android.";
805
Jae Hoon Kim2d4256e2022-04-15 21:59:09806const char kConsumerAutoUpdateToggleAllowedName[] =
807 "Allow Consumer Auto Update Toggle";
808const char kConsumerAutoUpdateToggleAllowedDescription[] =
809 "Allow enabling the consumer auto update toggle in settings";
810
Nandhini11a6a87b2019-08-22 22:45:24811const char kContextMenuSearchWithGoogleLensName[] =
812 "Google Lens powered image search in the context menu.";
813const char kContextMenuSearchWithGoogleLensDescription[] =
814 "Replaces default image search with an intent to Google Lens when "
815 "supported.";
816
Anudeep Palankic903c59e2023-01-26 16:46:55817const char kContextMenuGoogleLensSearchOptimizationsName[] =
818 "Google Lens powered image search string variations in the context menu.";
819const char kContextMenuGoogleLensSearchOptimizationsDescription[] =
820 "Replaces Google Lens string variations when Google Lens is supported.";
821
Shuran Huangd11e73e2021-04-14 16:10:12822const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
823 "Clear window name in top-level cross-site cross-browsing-context-group "
824 "navigation";
825const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
826 "Clear the preserved window.name property when it's a top-level cross-site "
827 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29828
rbpottere877c1f2021-06-15 00:23:55829const char kChromeWhatsNewUIName[] =
830 "Show Chrome What's New page at chrome://whats-new";
831const char kChromeWhatsNewUIDescription[] =
832 "Enables Chrome What's New page at chrome://whats-new.";
833
Lei Zhange52be9912023-06-23 17:29:13834const char kDeviceForceScheduledRebootName[] =
Sanja Perisica1e5cd82022-02-24 11:52:50835 "Enable DeviceScheduledReboot policy for all sessions.";
Lei Zhange52be9912023-06-23 17:29:13836const char kDeviceForceScheduledRebootDescription[] =
Sanja Perisica1e5cd82022-02-24 11:52:50837 "Schedule recurring reboot for the device. Reboots are always executed at "
838 "a scheduled time. If the session is active, user will be notified about "
839 "the reboot, but the reboot will not be delayed.";
840
Alexis Menard61ecb91d2021-07-17 04:10:33841const char kDevicePostureName[] = "Device Posture API";
842const char kDevicePostureDescription[] =
843 "Enables Device Posture API (foldable devices)";
844
Mei Liang36e41a5e2022-02-10 01:43:50845const char kDiscountConsentV2Name[] = "Discount Consent V2";
846const char kDiscountConsentV2Description[] = "Enables Discount Consent V2";
847
Kamila5e9935682022-08-05 12:43:29848const char kDisruptiveNotificationPermissionRevocationName[] =
849 "Disruptive notification permission revocation";
850const char kDisruptiveNotificationPermissionRevocationDescription[] =
851 "Enables revoking the notification permission on sites that send "
852 "disruptive notifications unless the permission was granted through a "
853 "prompt that informed the user about this possibility.";
854
Daniele Castagna6a5cbdeb62020-02-18 22:48:14855const char kDoubleBufferCompositingName[] = "Double buffered compositing";
856const char kDoubleBufferCompositingDescription[] =
857 "Use double buffer for compositing (instead of triple-buffering). "
858 "Latency should be reduced in some cases. On the other hand, more skipped "
859 "frames are expected.";
860
Youssef Esmat9cdb6b42022-12-21 19:28:45861const char kMainThreadCompositingPriorityName[] =
862 "Main thread runs as compositing";
863const char kMainThreadCompositingPriorityDescription[] =
864 "Runs the main thread at compositing priority since it responds to input "
865 "and is on the critical path.";
866
Mei Liangd79d3822022-10-26 21:55:25867const char kMerchantWidePromotionsName[] = "Merchant wide promotions";
868const char kMerchantWidePromotionsDescription[] =
869 "Enables the discount consent for all merchants, and show merchant wide "
870 "promotions if they are available";
871
Mei Liangd5813c32022-10-29 01:09:07872const char kCodeBasedRBDName[] = "Code-based RBD";
873const char kCodeBasedRBDDescription[] = "Enables the Code-based RBD.";
874
Tsuyoshi Horo2fbde5b2023-04-04 22:52:55875const char kCompressionDictionaryTransportName[] =
876 "Compression dictionary transport";
877const char kCompressionDictionaryTransportDescription[] =
878 "Enables compression dictionary transport features. Requires "
879 "chrome://flags/#enable-compression-dictionary-transport-backend to be "
880 "enabled.";
881
882const char kCompressionDictionaryTransportBackendName[] =
883 "Compression dictionary transport backend";
884const char kCompressionDictionaryTransportBackendDescription[] =
885 "Enables the backend of compression dictionary transport features. "
886 "Requires chrome://flags/#enable-compression-dictionary-transport to be "
887 "enabled for testing the feature.";
888
Christopher Cameronceb8727d2017-09-07 23:53:16889const char kForceColorProfileSRGB[] = "sRGB";
890const char kForceColorProfileP3[] = "Display P3 D65";
Christopher Cameronb15ffe62022-11-15 10:25:31891const char kForceColorProfileRec2020[] = "ITU-R BT.2020";
Christopher Cameronceb8727d2017-09-07 23:53:16892const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03893const char kForceColorProfileSCRGBLinear[] =
894 "scRGB linear (HDR where available)";
895const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16896
897const char kForceColorProfileName[] = "Force color profile";
898const char kForceColorProfileDescription[] =
899 "Forces Chrome to use a specific color profile instead of the color "
900 "of the window's current monitor, as specified by the operating system.";
901
Chris Blumeb504da1f22020-04-27 00:21:44902const char kDynamicColorGamutName[] = "Dynamic color gamut";
903const char kDynamicColorGamutDescription[] =
904 "Displays in wide color when the content is wide. When the content is "
905 "not wide, displays sRGB";
906
Keishi Hattori15299742020-04-20 04:00:09907const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
908const char kCooperativeSchedulingDescription[] =
909 "Enables cooperative scheduling in Blink.";
910
Lijin Shen5feade62019-09-17 03:01:01911const char kDarkenWebsitesCheckboxInThemesSettingName[] =
912 "Darken websites checkbox in themes setting";
913const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
914 "Show a darken websites checkbox in themes settings when system default or "
915 "dark is selected. The checkbox can toggle the auto-darkening web contents "
916 "feature";
917
Brett Wilsonf27ff602017-07-07 22:28:47918const char kDebugPackedAppName[] = "Debugging for packed apps";
919const char kDebugPackedAppDescription[] =
920 "Enables debugging context menu options such as Inspect Element for packed "
921 "applications.";
922
Brett Wilsonf27ff602017-07-07 22:28:47923const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
924const char kDebugShortcutsDescription[] =
925 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
926
Sharon Yangf390ea92021-06-23 19:55:40927const char kDisableProcessReuse[] = "Disable subframe process reuse";
928const char kDisableProcessReuseDescription[] =
929 "Prevents out-of-process iframes from reusing compatible processes from "
930 "unrelated tabs. This is an experimental mode that will result in more "
931 "processes being created.";
932
Brett Wilsonf27ff602017-07-07 22:28:47933const char kDisallowDocWrittenScriptsUiName[] =
934 "Block scripts loaded via document.write";
935const char kDisallowDocWrittenScriptsUiDescription[] =
936 "Disallows fetches for third-party parser-blocking scripts inserted into "
937 "the main frame via document.write.";
938
Yann Dagoc9bca0352023-02-28 16:30:50939#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
940const char kDisallowManagedProfileSignoutName[] =
941 "Disallow managed profile signout";
942const char kDisallowManagedProfileSignoutDescription[] =
943 "Disallows signing out from managed profiles.";
944#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
945
Vladimir Levin501455e2022-11-04 20:04:54946const char kViewTransitionName[] = "viewTransition API";
947const char kViewTransitionDescription[] =
948 "Controls the availability of the viewTransition JavaScript API.";
Vladimir Levin4fd9269d2021-03-12 20:07:21949
Khushal Sagarb5af36e2022-11-09 22:33:29950const char kViewTransitionOnNavigationName[] =
951 "viewTransition API for navigations";
952const char kViewTransitionOnNavigationDescription[] =
953 "Controls the availability of the viewTransition API on document "
954 "navigations.";
955
Mark Schillaci402301cb2022-02-02 18:36:37956const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility";
957const char kEnableAutoDisableAccessibilityDescription[] =
958 "When accessibility APIs are no longer being requested, automatically "
959 "disables accessibility. This might happen if an assistive technology is "
960 "turned off or if an extension which uses accessibility APIs no longer "
961 "needs them.";
962
Jack Lynchef0bac52022-11-01 21:22:18963const char kEnableAutoDisableAccessibilityV2Name[] =
964 "Auto-disable Accessibility V2";
965const char kEnableAutoDisableAccessibilityV2Description[] =
966 "Automatically disable accessibility when Android reports no assistive "
967 "technologies are running. Might break accessibility for assistive "
968 "technologies without isAccessibilityTool set.";
969
Mohamed Amir Yoseff6763132021-02-18 15:53:14970const char kEnableAutofillAddressSavePromptName[] =
971 "Autofill Address Save Prompts";
972const char kEnableAutofillAddressSavePromptDescription[] =
973 "Enable the Autofill address save prompts.";
974
Lily Chen17c57972020-04-22 19:27:44975const char kEnableExperimentalCookieFeaturesName[] =
976 "Enable experimental cookie features";
977const char kEnableExperimentalCookieFeaturesDescription[] =
978 "Enable new features that affect setting, sending, and managing cookies. "
979 "The enabled features are subject to change at any time.";
980
Peng Huanga0f7d7e52021-09-29 13:27:13981const char kEnableRawDrawName[] = "Enable raw draw";
982const char kEnableRawDrawDescription[] =
983 "When enabled, web content will be rastered on output surface directly.";
984
Peter McNeeley8a0156d22022-02-01 20:37:54985const char kEnableDelegatedCompositingName[] = "Enable delegated compositing";
986const char kEnableDelegatedCompositingDescription[] =
987 "When enabled and applicable, the act of compositing is delegated to Ash.";
988
Jenny Blessing45326bf2019-08-29 23:50:37989const char kEnableRemovingAllThirdPartyCookiesName[] =
990 "Enable removing SameSite=None cookies";
991const char kEnableRemovingAllThirdPartyCookiesDescription[] =
992 "Enables UI on chrome://settings/siteData to remove all third-party "
993 "cookies and site data.";
994
Sonja Laurilac0492c852021-09-17 14:49:32995const char kDesktopPWAsAdditionalWindowingControlsName[] =
996 "Desktop PWA Window Minimize/maximize/restore";
997const char kDesktopPWAsAdditionalWindowingControlsDescription[] =
998 "Enable PWAs to manually recreate the minimize, maximize and restore "
999 "window functionalities with respective APIs.";
1000
liqining.keiling151bedd62022-08-17 19:18:261001#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
1002
1003const char kDesktopPWAsAppHomePageFlagId[] =
1004 "enable-desktop-pwas-app-home-page";
1005const char kDesktopPWAsAppHomePageName[] = "desktop PWAs app home page";
1006const char kDesktopPWAsAppHomePageDescription[] =
1007 "Use new chrome://apps page which has different UX on desktop";
1008
1009#endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
1010
Alan Cuttereaae7f42020-12-07 02:24:111011const char kDesktopPWAsElidedExtensionsMenuName[] =
1012 "Desktop PWAs elided extensions menu";
1013const char kDesktopPWAsElidedExtensionsMenuDescription[] =
1014 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
1015 "app menu for web app windows.";
1016
Alan Cutter62704892021-08-31 21:27:171017const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
1018const char kDesktopPWAsLaunchHandlerDescription[] =
1019 "Enable web app manifests to declare app launch behavior. Prototype "
1020 "implementation of: "
Alan Cutter203d5de2022-10-28 04:53:371021 "https://github.com/WICG/web-app-launch/blob/main/launch_handler.md";
Alan Cutter62704892021-08-31 21:27:171022
Lei Zhang507fffd2020-01-29 23:47:541023const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
1024const char kDesktopPWAsTabStripDescription[] =
Louise Brett01158472023-04-26 08:06:131025 "Tabbed application mode - enables the `tabbed` display mode which allows "
1026 "web apps to add a tab strip to their app.";
Alan Cutter121812d2020-01-09 05:03:371027
Louise Brett51548fb2021-06-18 00:27:211028const char kDesktopPWAsTabStripSettingsName[] =
1029 "Desktop PWA tab strips settings";
1030const char kDesktopPWAsTabStripSettingsDescription[] =
1031 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
1032
Louise Brett01158472023-04-26 08:06:131033const char kDesktopPWAsTabStripCustomizationsName[] =
1034 "Desktop PWA tab strip customizations";
1035const char kDesktopPWAsTabStripCustomizationsDescription[] =
1036 "Enable PWAs to customize their tab strip when in tabbed mode by adding "
1037 "the `tab_strip` manifest field.";
1038
Ivan Šandrk8a710392021-05-20 13:53:131039const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
1040const char kDesktopPWAsSubAppsDescription[] =
1041 "Enable installed PWAs to create shortcuts by installing their sub apps. "
1042 "Prototype implementation of: "
1043 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
1044
Abhinav Kasamsettyd7bb22c2023-01-31 08:18:321045const char kDesktopPWAsScopeExtensionsName[] = "Desktop PWA Scope Extensions";
1046const char kDesktopPWAsScopeExtensionsDescription[] =
1047 "Enable web app manifests to declare scope extensions to extend app scope "
1048 "to other origins. Prototype implementation of: "
1049 "https://github.com/WICG/manifest-incubations/blob/gh-pages/"
1050 "scope_extensions-explainer.md";
1051
Sonja Laurila67ab70d2022-05-13 13:57:261052const char kDesktopPWAsBorderlessName[] = "Desktop PWA Borderless";
1053const char kDesktopPWAsBorderlessDescription[] =
1054 "Enable web app manifests to declare borderless mode as a display "
1055 "override. Prototype implementation of: go/borderless-mode.";
1056
Alexey Baskakovd913a1272021-07-09 02:12:191057const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
1058const char kDesktopPWAsWebBundlesDescription[] =
1059 "Adds support for web bundles, making web apps able to be launched "
1060 "offline.";
1061
Alan Cutterb85c0d22022-01-28 01:46:101062const char kEnablePreinstalledWebAppDuplicationFixerName[] =
1063 "Enable the app deduplication fix for migrated preinstalled web apps";
1064const char kEnablePreinstalledWebAppDuplicationFixerDescription[] =
1065 "The preinstalled web app migration encountered app duplication issues "
1066 "when it rolled out. This code path will attempt to re-migrate instances "
1067 "of app duplication where the old app failed to stay removed. See "
1068 "https://crbug.com/1290716.";
1069
Steven Valdez89a44ea92019-05-01 15:18:491070const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
1071const char kEnableTLS13EarlyDataDescription[] =
1072 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
1073 "during the handshake when resuming a connection to a compatible TLS 1.3 "
1074 "server.";
1075
Adam Langley664d93d2023-05-02 19:38:221076const char kEnableTLS13KyberName[] = "TLS 1.3 hybridized Kyber support";
1077const char kEnableTLS13KyberDescription[] =
1078 "This option enables a combination of X25519 and Kyber in TLS 1.3.";
1079
Katie Dektar7faf40ba2023-01-11 22:19:301080const char kAccessibilityAcceleratorNotificationsTimeoutName[] =
1081 "Allows accelerator notifications for accessibility features to time out";
1082const char kAccessibilityAcceleratorNotificationsTimeoutDescription[] =
1083 "Enables notifications for accessibility features turned on by keyboard "
1084 "shortcut (docked magnifier, screen magnifier and high contrast) to time "
1085 "out instead of remaining pinned.";
1086
Katie Dektar29e670d82022-08-23 17:54:401087const char kAccessibilityServiceName[] = "Experimental Accessibility Service";
1088const char kAccessibilityServiceDescription[] =
1089 "This option enables the experimental Accessibility Service and runs some "
1090 "accessibility features in the service.";
1091
Katie Dektar4cf2df72022-08-26 22:31:191092const char kExperimentalAccessibilityColorEnhancementSettingsName[] =
1093 "Experimental Accessibility color enhancement settings";
1094const char kExperimentalAccessibilityColorEnhancementSettingsDescription[] =
1095 "This option enables the experimental Accessibility color enhancement "
1096 "settings found in the OS Accessibility settings.";
1097
Katie Dektar7143fb02023-03-20 21:01:511098const char kAccessibilityDeprecateChromeVoxTabsName[] =
1099 "This option enables the ChromeVox tabs menu deprecation";
1100const char kAccessibilityDeprecateChromeVoxTabsDescription[] =
1101 "Enabling this option will remove the ChromeVox tabs menu from the "
1102 "ChromeVox menus.";
1103
Josiah Krutzc796db12022-09-02 23:38:371104const char kAccessibilitySelectToSpeakPageMigrationName[] =
1105 "Select-to-Speak Page Migration";
1106const char kAccessibilitySelectToSpeakPageMigrationDescription[] =
1107 "This option enables Select-to-Speak page migration from extension options "
1108 "page to a Chrome OS settings page.";
1109
Josiah Krutzef021612023-02-10 05:04:541110const char kAccessibilityChromeVoxPageMigrationName[] =
1111 "ChromeVox Page Migration";
1112const char kAccessibilityChromeVoxPageMigrationDescription[] =
Josiah Krutz48a658612023-04-26 17:31:151113 "This option enables ChromeVox page migration from extension options page "
Josiah Krutzef021612023-02-10 05:04:541114 "to a Chrome OS settings page.";
1115
Josiah Krutzf581bb02022-10-13 22:57:011116const char kAccessibilitySelectToSpeakHoverTextImprovementsName[] =
1117 "Select-to-Speak Hover Text Improvements";
1118const char kAccessibilitySelectToSpeakHoverTextImprovementsDescription[] =
1119 "This option enables improvements in the text shown when hovering over the "
1120 "Select-to-Speak feature icon in the system tray.";
1121
Mark Schillacifcf19922023-03-30 20:20:071122const char kAccessibilityUnserializeOptimizationsName[] =
1123 "Experimental optimzations for accessibility";
1124const char kAccessibilityUnserializeOptimizationsDescription[] =
1125 "This option enables the use of experimental optimzations to the "
1126 "AXTree::Unserialize method, which may improve browser-side accessibility "
1127 "performance.";
1128
James Hollyer1b943edb2020-10-28 03:28:061129const char kMacCoreLocationBackendName[] = "Core Location Backend";
1130const char kMacCoreLocationBackendDescription[] =
1131 "Enables usage of the Core Location APIs as the backend for Geolocation "
1132 "API";
James Hollyer070f60a2020-05-05 06:13:151133
Mohamed Adel52ac1ae2020-09-08 16:10:271134const char kNewMacNotificationAPIName[] =
1135 "Determines which notification API to use on macOS devices";
1136const char kNewMacNotificationAPIDescription[] =
1137 "Enables the usage of Apple's new notification API which will run on macOS "
1138 "10.14+";
1139
Pete Lavallee2d4415c72019-10-07 20:43:561140const char kWinrtGeolocationImplementationName[] =
1141 "WinRT Geolocation Implementation";
1142const char kWinrtGeolocationImplementationDescription[] =
1143 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
1144 "for geolocation";
1145
Dominic Farolinoaf2f3b72021-05-03 23:44:161146const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
1147const char kEnableFencedFramesDescription[] =
1148 "Fenced frames are an experimental web platform feature that allows "
Nan Lin066a81a2022-04-20 18:46:541149 "embedding an isolated top-level page. This requires "
1150 "#privacy-sandbox-ads-apis to also be enabled. See "
Dominic Farolinoaf2f3b72021-05-03 23:44:161151 "https://github.com/shivanigithub/fenced-frame";
1152
Liam Brady1ead36c2023-05-30 17:37:381153const char kEnableFencedFramesDeveloperModeName[] =
1154 "Enable the `FencedFrameConfig` constructor.";
1155const char kEnableFencedFramesDeveloperModeDescription[] =
1156 "The `FencedFrameConfig` constructor allows you to test the <fencedframe> "
1157 "element without running an ad auction, as you can manually supply a URL "
1158 "to navigate the fenced frame to.";
1159
James Hollyer24f30cb722021-06-18 21:22:241160const char kEnableGamepadButtonAxisEventsName[] =
1161 "Gamepad Button and Axis Events";
1162const char kEnableGamepadButtonAxisEventsDescription[] =
1163 "Enables the ability to subscribe to changes in buttons and/or axes "
1164 "on the gamepad object.";
1165
Lei Zhange52be9912023-06-23 17:29:131166const char kEnableGamepadMultitouchName[] = "Gamepad Multitouch";
1167const char kEnableGamepadMultitouchDescription[] =
Bradley Needham835f0f492023-04-04 23:00:541168 "Enables the ability to receive input from multitouch surface "
1169 "on the gamepad object.";
1170
Mikhail Pozdnyakov73373a62017-08-24 17:31:251171const char kEnableGenericSensorExtraClassesName[] =
1172 "Generic Sensor Extra Classes";
1173const char kEnableGenericSensorExtraClassesDescription[] =
1174 "Enables an extra set of sensor classes based on Generic Sensor API, which "
1175 "expose previously unavailable platform features, i.e. AmbientLightSensor "
1176 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:471177
Vikas Soni78daa632019-01-12 01:32:521178const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
1179const char kEnableGpuServiceLoggingDescription[] =
1180 "Enable printing the actual GL driver calls.";
1181
Christian Flach3de81af12022-06-10 17:53:111182const char kEnableIsolatedWebAppsName[] = "Enable Isolated Web Apps";
1183const char kEnableIsolatedWebAppsDescription[] =
1184 "Enables experimental support for isolated web apps. "
1185 "See https://github.com/reillyeon/isolated-web-apps for more information.";
1186
Robbie McElrath8bc8f2b2022-11-14 19:59:021187const char kEnableIsolatedWebAppDevModeName[] =
1188 "Enable Isolated Web App Developer Mode";
1189const char kEnableIsolatedWebAppDevModeDescription[] =
1190 "Enables the installation of unverified Isolated Web Apps";
1191
Chase Phillipsf29be252023-02-02 22:19:391192const char kEnableIwaControlledFrameName[] = "Enable IWA Controlled Frame";
1193const char kEnableIwaControlledFrameDescription[] =
1194 "Enables experimental support for IWA Controlled Frame. "
1195 "See "
1196 "https://github.com/chasephillips/controlled-frame/blob/main/EXPLAINER.md "
1197 "for more information.";
1198
Jimmy Gong07656e42021-04-08 02:31:081199const char kEnableShortcutCustomizationAppName[] =
1200 "Enable shortcut customization app";
1201const char kEnableShortcutCustomizationAppDescription[] =
1202 "Enable the shortcut customization SWA, allowing users to customize system "
1203 "shortcuts.";
1204
Lei Zhange52be9912023-06-23 17:29:131205const char kEnableShortcutCustomizationName[] =
Cam Bickeld363a1792022-10-06 16:59:091206 "Enable customization in new shortcuts app";
Lei Zhange52be9912023-06-23 17:29:131207const char kEnableShortcutCustomizationDescription[] =
Cam Bickeld363a1792022-10-06 16:59:091208 "Enable customization of shortcuts in the new shortcuts app.";
1209
Lei Zhange52be9912023-06-23 17:29:131210const char kEnableSearchCustomizableShortcutsInLauncherName[] =
xiangdong kong72ae8d12023-06-13 16:47:521211 "Enable search for customizable shortcuts in launcher";
Lei Zhange52be9912023-06-23 17:29:131212const char kEnableSearchCustomizableShortcutsInLauncherDescription[] =
xiangdong kong72ae8d12023-06-13 16:47:521213 "Enable searching for customizable shortcuts in launcher.";
1214
Lei Zhange52be9912023-06-23 17:29:131215const char kEnableSearchInShortcutsAppName[] =
Cam Bickelfd253282023-02-09 20:12:221216 "Enable search in new shortcuts app";
Lei Zhange52be9912023-06-23 17:29:131217const char kEnableSearchInShortcutsAppDescription[] =
Cam Bickelfd253282023-02-09 20:12:221218 "Enable searching for shortcuts in the new shortcuts app.";
1219
David Padlipskya68a56442022-11-02 22:06:131220const char kEnableInputDeviceSettingsSplitName[] =
1221 "Enable input device settings split";
1222const char kEnableInputDeviceSettingsSplitDescription[] =
1223 "Enable input device settings to be split per-device.";
1224
YuhanYangf34f292f2023-06-01 23:56:231225const char kEnablePeripheralCustomizationName[] =
1226 "Enable peripheral customization";
1227const char kEnablePeripheralCustomizationDescription[] =
1228 "Enable peripheral customization to allow users to customize buttons on "
1229 "their peripherals.";
1230
Michael Checo26110cc92022-05-04 00:55:071231const char kExperimentalRgbKeyboardPatternsName[] =
1232 "Enable experimental RGB Keyboard patterns support";
1233const char kExperimentalRgbKeyboardPatternsDescription[] =
1234 "Enable experimental RGB Keyboard patterns support on supported devices.";
1235
Varun Khanejae493d2b22022-02-18 18:17:311236const char kDownloadBubbleName[] = "Enable download bubble";
1237const char kDownloadBubbleDescription[] =
1238 "Enables the download bubble instead of the download shelf.";
1239
thefroge0ea8bd2022-06-24 15:04:531240const char kDownloadBubbleV2Name[] = "Enable download bubble V2";
1241const char kDownloadBubbleV2Description[] =
1242 "Adds features to the download bubble not available on the download shelf. "
1243 "Only works if the base download bubble flag download-bubble is also "
1244 "enabled.";
1245
Xing Liua8d6b272021-11-11 00:02:161246const char kDownloadRangeName[] = "Enable download range support";
1247const char kDownloadRangeDescription[] =
1248 "Enables arbitrary download range request support.";
1249
Awad Osman33029872022-12-02 19:04:261250const char kEnableEnhancedSafeBrowsingSettingsImprovementsName[] =
1251 "Enable enhanced safe browsing settings improvements";
1252const char kEnableEnhancedSafeBrowsingSettingsImprovementsDescription[] =
1253 "Adds an in-product-help bubble to the ESB settings options when users are "
1254 "directed to the chrome security settings page through ESB promotions and "
1255 "also collapses the ESB option.";
1256
Awad Osmana930e9c2023-06-12 17:33:011257const char kEnableFriendlierSafeBrowsingSettingsName[] =
1258 "Enable friendlier safe browsing settings";
1259const char kEnableFriendlierSafeBrowsingSettingsDescription[] =
1260 "Updates the text, layout, and icons on both the privacy guide and the "
1261 "security settings page.";
1262
Awad Osman0bbaafd2023-04-14 01:35:291263const char kEnableTailoredSecurityUpdatedMessagesName[] =
1264 "Enable tailored security updated messages";
1265const char kEnableTailoredSecurityUpdatedMessagesDescription[] =
1266 "Updates the tailored security dialog strings and icons for their "
1267 "respective platforms.";
1268
Bernhard Bauer5533f9912017-11-06 17:56:021269const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
1270const char kEnableNetworkLoggingToFileDescription[] =
1271 "Enables network logging to a file named netlog.json in the user data "
1272 "directory. The file can be imported into chrome://net-internals.";
1273
Shakti Sahu5a046f62019-03-12 19:25:341274const char kEnableNewDownloadBackendName[] = "Enable new download backend";
1275const char kEnableNewDownloadBackendDescription[] =
1276 "Enables the new download backend that uses offline content provider";
1277
Alexander Timina812932f2022-06-29 23:39:341278const char kEnablePerfettoSystemTracingName[] =
1279 "Enable Perfetto system tracing";
1280const char kEnablePerfettoSystemTracingDescription[] =
1281 "When enabled, Chrome will attempt to connect to the system tracing "
1282 "service";
1283
Doug Arnettc52291a2020-05-07 18:52:301284const char kEnableTranslateSubFramesName[] = "Translate sub frames";
1285const char kEnableTranslateSubFramesDescription[] =
1286 "Enable the translation of sub frames (as well as the main frame)";
1287
Matt Reynolds9e96d08d2022-09-30 01:28:501288const char kEnableWebUsbOnExtensionServiceWorkerName[] =
1289 "Enable WebUSB on extension service workers";
1290const char kEnableWebUsbOnExtensionServiceWorkerDescription[] =
1291 "When enabled, WebUSB API is available on extension service workers.";
1292
Qiaofei Yebeb9a232020-07-22 23:47:041293const char kEnableWindowsGamingInputDataFetcherName[] =
1294 "Enable Windows.Gaming.Input";
1295const char kEnableWindowsGamingInputDataFetcherDescription[] =
1296 "Enable Windows.Gaming.Input by default to provide game controller "
1297 "support on Windows 10 desktop.";
1298
Titouan Rigoudyf619f5462020-09-25 16:35:491299const char kBlockInsecurePrivateNetworkRequestsName[] =
1300 "Block insecure private network requests.";
1301const char kBlockInsecurePrivateNetworkRequestsDescription[] =
Titouan Rigoudy449de9d2022-02-16 19:14:061302 "Prevents non-secure contexts from making subresource requests to "
1303 "more-private IP addresses. See also: "
1304 "https://developer.chrome.com/blog/private-network-access-update/";
1305
Brandon Nguyen11e89212023-06-22 20:46:581306const char kPipDoubleTapToResizeName[] =
1307 "Enable double-tap to resize PiP windows";
1308const char kPipDoubleTapToResizeDescription[] =
1309 "Enables double-tapping on existing PiP windows to resize "
1310 "them depending on its current state, such as minimizng or maximizing.";
1311
Titouan Rigoudy449de9d2022-02-16 19:14:061312const char kPrivateNetworkAccessSendPreflightsName[] =
1313 "Send Private Network Access preflights";
1314const char kPrivateNetworkAccessSendPreflightsDescription[] =
1315 "Enables sending Private Network Access preflights ahead of requests to "
1316 "more-private IP addresses. Failed preflights display warnings in DevTools "
1317 "without failing entire request. See also: "
1318 "https://developer.chrome.com/blog/private-network-access-preflight/";
1319
1320const char kPrivateNetworkAccessRespectPreflightResultsName[] =
1321 "Respect the result of Private Network Access preflights";
1322const char kPrivateNetworkAccessRespectPreflightResultsDescription[] =
1323 "Enables sending Private Network Access preflights ahead of requests to "
1324 "more-private IP addresses. These preflight requests must succeed in order "
1325 "for the request to proceed. See also: "
1326 "https://developer.chrome.com/blog/private-network-access-preflight/";
Titouan Rigoudyf619f5462020-09-25 16:35:491327
Yifan Luo6e4029d52022-08-11 17:28:111328const char kPrivateNetworkAccessPreflightShortTimeoutName[] =
1329 "Reduce waiting time for Private Network Access preflights response";
1330const char kPrivateNetworkAccessPreflightShortTimeoutDescription[] =
1331 "Reduce the waiting time for Private Network Access preflights to 200 "
1332 "milliseconds. The default timeout period for requests is 5 minutes."
1333 "See also: "
1334 "https://developer.chrome.com/blog/private-network-access-preflight/";
1335
Zentaro Kavanagh53c48cb22021-03-25 00:19:061336const char kDeprecateAltClickName[] =
1337 "Enable Alt+Click deprecation notifications";
1338const char kDeprecateAltClickDescription[] =
1339 "Start providing notifications about Alt+Click deprecation and enable "
1340 "Search+Click as an alternative.";
1341
Zentaro Kavanaghc1898fe2021-06-25 00:31:451342const char kDeprecateAltBasedSixPackName[] =
1343 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1344const char kDeprecateAltBasedSixPackDescription[] =
1345 "Show deprecation notifications and disable functionality for Alt based "
1346 "six pack deprecations. The Search based versions continue to work.";
1347
Cam Bickelc4f81892023-05-10 23:29:591348const char kDeprecateOldKeyboardShortcutsAcceleratorName[] =
1349 "Enable deprecation notifications for Ctrl+Alt+/ to open Keyboard "
1350 "shortcuts app";
1351const char kDeprecateOldKeyboardShortcutsAcceleratorDescription[] =
1352 "Show deprecation notifications and disable functionality for Ctrl+Alt+/ "
1353 "as the shortcut to open the Keyboard shortcuts app. The new shortcut is "
1354 "Ctrl+Search+S.";
1355
Chris Hall4a4225f62019-01-18 03:07:161356const char kExperimentalAccessibilityLanguageDetectionName[] =
1357 "Experimental accessibility language detection";
1358const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1359 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221360 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161361
Chris Hall4f3ca5582019-11-19 02:55:491362const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1363 "Experimental accessibility language detection for dynamic content";
1364const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1365 "Enable language detection for dynamic content which is then exposed to "
1366 "assistive technologies such as screen readers.";
1367
Alexei Filippov522a5222019-03-29 03:33:181368const char kMemlogName[] = "Chrome heap profiler start mode.";
1369const char kMemlogDescription[] =
1370 "Starts heap profiling service that records sampled memory allocation "
1371 "profile having each sample attributed with a callstack. "
1372 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1373 "Recorded heap dumps can be obtained at chrome://tracing "
1374 "[category:memory-infra] and chrome://memory-internals. This setting "
1375 "controls which processes will be profiled since their start. To profile "
1376 "any given process at a later time use chrome://memory-internals page.";
1377const char kMemlogModeMinimal[] = "Browser and GPU";
1378const char kMemlogModeAll[] = "All processes";
1379const char kMemlogModeAllRenderers[] = "All renderers";
1380const char kMemlogModeRendererSampling[] = "Single renderer";
1381const char kMemlogModeBrowser[] = "Browser only";
1382const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271383
Alexei Filippov522a5222019-03-29 03:33:181384const char kMemlogSamplingRateName[] =
1385 "Heap profiling sampling interval (in bytes).";
1386const char kMemlogSamplingRateDescription[] =
1387 "Heap profiling service uses Poisson process to sample allocations. "
Erik Chend0ec40e2021-09-17 22:43:561388 "Default value for the interval between samples is 1000000 (1MB). "
Alexei Filippov522a5222019-03-29 03:33:181389 "This results in low noise for large and/or frequent allocations "
Erik Chend0ec40e2021-09-17 22:43:561390 "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221391 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181392 "can be trusted with high fidelity. "
1393 "Lower intervals produce higher samples resolution, but come at a cost of "
1394 "higher performance overhead.";
1395const char kMemlogSamplingRate10KB[] = "10KB";
1396const char kMemlogSamplingRate50KB[] = "50KB";
1397const char kMemlogSamplingRate100KB[] = "100KB";
1398const char kMemlogSamplingRate500KB[] = "500KB";
1399const char kMemlogSamplingRate1MB[] = "1MB";
1400const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511401
Alexei Filippov522a5222019-03-29 03:33:181402const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1403const char kMemlogStackModeDescription[] =
1404 "By default heap profiling service records native stacks. "
1405 "A post-processing step is required to symbolize the stacks. "
1406 "'Native with thread names' adds the thread name as the first frame of "
1407 "each native stack. It's also possible to record a pseudo stack using "
1408 "trace events as identifiers. It's also possible to do a mix of both.";
Alexei Filippov522a5222019-03-29 03:33:181409const char kMemlogStackModeNative[] = "Native";
1410const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
Erik Chen3303fd0232018-01-11 20:29:051411
Anupam Snigdhaecc5739e2022-02-14 18:35:581412const char kEditContextName[] = "EditContext API";
1413const char kEditContextDescription[] =
1414 "Allows web pages to use the experimental EditContext API to better "
1415 "control text input.";
1416
Juan Mojica6ea85d072022-03-17 20:33:191417const char kEnableLensStandaloneFlagId[] = "enable-lens-standalone";
1418const char kEnableLensStandaloneName[] = "Enable Lens features in Chrome.";
1419const char kEnableLensStandaloneDescription[] =
1420 "Enables Lens image and region search to learn about the visual content "
1421 "you see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261422
Anatoliy Potapchukf096475c2021-04-06 15:51:591423const char kEnableManagedConfigurationWebApiName[] =
1424 "Enable Managed Configuration Web API";
1425const char kEnableManagedConfigurationWebApiDescription[] =
1426 "Allows website to access a managed configuration provided by the device "
1427 "administrator for the origin.";
1428
F#m59d036e2017-09-13 07:22:171429const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1430const char kEnablePixelCanvasRecordingDescription[] =
1431 "Pixel canvas recording allows the compositor to raster contents aligned "
1432 "with the pixel and improves text rendering. This should be enabled when a "
1433 "device is using fractional scale factor.";
1434
Kenichi Ishibashied0f1d22023-06-09 00:27:311435const char kEnableProcessPerSiteUpToMainFrameThresholdName[] =
1436 "Enable ProcessPerSite up to main frame threshold";
1437const char kEnableProcessPerSiteUpToMainFrameThresholdDescription[] =
1438 "Proactively reuses same-site renderer processes to host multiple main "
1439 "frames, up to a certain threshold.";
1440
Lei Zhange52be9912023-06-23 17:29:131441const char kDropInputEventsBeforeFirstPaintName[] =
Mehdi Kazemi4db00b92022-07-08 14:25:201442 "Drop Input Events Before First Paint";
Lei Zhange52be9912023-06-23 17:29:131443const char kDropInputEventsBeforeFirstPaintDescription[] =
Mehdi Kazemi4db00b92022-07-08 14:25:201444 "Before the user can see the first paint of a new page they cannot "
1445 "intentionally interact with elements on that page. By dropping the events "
1446 "we prevent accidental interaction with a page the user has not seen yet.";
1447
Mehdi Kazemif155bc92021-11-22 18:35:521448const char kEnableCssSelectorFragmentAnchorName[] =
1449 "Enables CSS selector fragment anchors";
1450const char kEnableCssSelectorFragmentAnchorDescription[] =
1451 "Similar to text directives, CSS selector directives can be specified "
1452 "in a url which is to be scrolled into view and highlighted.";
1453
Mei Liang267ee2482021-09-17 02:54:511454const char kRetailCouponsName[] = "Enable to fetch for retail coupons";
1455const char kRetailCouponsDescription[] =
1456 "Allow to fetch retail coupons for consented users";
1457
Marc Treibe9f79ea72023-03-14 10:25:421458const char kEnablePreferencesAccountStorageName[] =
1459 "Enable the account data storage for preferences for syncing users";
1460const char kEnablePreferencesAccountStorageDescription[] =
1461 "Enables storing preferences in a second, Gaia-account-scoped storage for "
1462 "syncing users";
1463
Joao Victor Almeida371702c2021-01-08 18:41:561464const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1465 "Enable experimental prediction for scroll events";
1466const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1467 "Predicts the scroll amount after the vsync time to more closely match "
1468 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091469
Lei Zhang1a6fd01b2021-03-24 17:03:481470const char kEnableRestrictedWebApisName[] =
Felipe Andrade579b7fd2022-10-14 15:17:281471 "Enable the restricted web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481472const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391473 "Enable the restricted web APIs for dev trial. This will be replaced with "
1474 "permission policies to control the capabilities afterwards.";
1475
Yicheng Li0a78f462020-08-14 00:08:121476const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1477 "ChromeOS platform Web Authentication support";
1478const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1479 "Enable the ChromeOS platform authenticator for the Web Authentication "
1480 "API.";
1481
Piotr Bialecki0fe14632022-03-09 00:49:241482const char kEnableZeroCopyTabCaptureName[] = "Zero-copy tab capture";
1483const char kEnableZeroCopyTabCaptureDescription[] =
1484 "Enable zero-copy content tab for getDisplayMedia() APIs.";
1485
Andreas Haasb400d912019-08-28 18:54:101486const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1487const char kExperimentalWebAssemblyFeaturesDescription[] =
1488 "Enable web pages to use experimental WebAssembly features.";
1489
Francis McCabecfc1e47d2023-01-09 22:55:491490const char kExperimentalWebAssemblyJSPIName[] =
1491 "Experimental WebAssembly JavaScript Promise Integration (JSPI)";
1492const char kExperimentalWebAssemblyJSPIDescription[] =
1493 "Enable web pages to use experimental WebAssembly JavaScript Promise "
1494 "Integration (JSPI) "
1495 "API.";
Francis McCabef3548832022-05-26 15:11:271496
Elena Scobici74eb9cf2023-05-30 19:55:321497const char kEnablePolicyTestPageName[] =
Elena Scobicidb1e74e2023-06-08 22:52:241498 "Enable access to the policy test page";
Elena Scobici74eb9cf2023-05-30 19:55:321499const char kEnablePolicyTestPageDescription[] =
1500 "When enabled, allows the policy test page to be accessed at "
1501 "chrome://policy/test.";
1502
Clemens Hammacher0c8a15a2018-04-27 13:45:321503const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1504const char kEnableWasmBaselineDescription[] =
1505 "Enables WebAssembly baseline compilation and tier up.";
1506
Clemens Backes50e0ecd2020-01-20 10:43:241507const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1508const char kEnableWasmLazyCompilationDescription[] =
1509 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1510
Adam Kleinadbd0ef2022-12-15 00:07:151511const char kEnableWasmGarbageCollectionName[] =
1512 "WebAssembly Garbage Collection";
1513const char kEnableWasmGarbageCollectionDescription[] =
1514 "Enables the experimental Garbage Collection (GC) extensions to "
1515 "WebAssembly.";
1516
Deepti Gandluri377ba8cc2022-11-11 18:09:381517const char kEnableWasmRelaxedSimdName[] = "WebAssembly Relaxed SIMD";
1518const char kEnableWasmRelaxedSimdDescription[] =
1519 "Enables the use of WebAssembly vector operations with relaxed semantics";
1520
Matthias Liedtke731a77c2023-03-14 16:11:331521const char kEnableWasmStringrefName[] = "WebAssembly Stringref";
1522const char kEnableWasmStringrefDescription[] =
1523 "Enables the experimental stringref (reference-typed strings) extensions "
1524 "to WebAssembly.";
1525
Clemens Backes963eb37be2020-01-10 11:56:491526const char kEnableWasmTieringName[] = "WebAssembly tiering";
1527const char kEnableWasmTieringDescription[] =
1528 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241529 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491530
Christopher Thompsonf3ba20122019-06-06 22:01:011531const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1532const char kEvDetailsInPageInfoDescription[] =
1533 "Shows the EV certificate details in the Page Info bubble.";
1534
Brett Wilsonf27ff602017-07-07 22:28:471535const char kExperimentalWebPlatformFeaturesName[] =
1536 "Experimental Web Platform features";
1537const char kExperimentalWebPlatformFeaturesDescription[] =
1538 "Enables experimental Web Platform features that are in development.";
1539
Devlin Cronin15608c32022-06-01 01:39:521540#if BUILDFLAG(ENABLE_EXTENSIONS)
Emilia Pazd7cce422021-08-14 00:50:481541const char kExtensionsMenuAccessControlName[] =
1542 "Extensions Menu Access Control";
1543const char kExtensionsMenuAccessControlDescription[] =
1544 "Enables a redesigned extensions menu that allows the user to control "
1545 "extensions site access.";
Kevin McNee96b3a1b2023-02-02 20:24:501546const char kWebViewTagMPArchBehaviorName[] =
Kevin McNee9c146d392023-06-06 14:58:371547 "MPArch behavior change for <webview> tags";
Kevin McNee96b3a1b2023-02-02 20:24:501548const char kWebViewTagMPArchBehaviorDescription[] =
Kevin McNee9c146d392023-06-06 14:58:371549 "Enables a behavior change associated with the migration of "
Kevin McNee96b3a1b2023-02-02 20:24:501550 "<webview> tags to MPArch. See https://crbug.com/1261928. Specifically, "
Kevin McNee96b3a1b2023-02-02 20:24:501551 "cross-WebContents newwindow event usage invalidates some window.open "
1552 "usage within <webview>s. For enterprise, the "
1553 "ChromeAppsWebViewPermissiveBehaviorAllowed policy serves as an escape "
1554 "hatch during the roll out of this change.";
Solomon Kinard6b014f0b2023-02-24 02:20:341555
Ryan Sultanembff00a92023-03-06 11:45:101556const char kWebAuthFlowInBrowserTabName[] =
1557 "Web Authentication Flow in Browser Tab";
1558const char kWebAuthFlowInBrowserTabDescription[] =
1559 "Web authentication flows to be displayed in a Browser Tab instead of an "
1560 "App Window. The flows are used via the Chrome Extension API, using "
1561 "`chrome.identity` functions. Browser Tab can be displayed either in a New "
1562 "Tab or a Popup Window via the feature paramters.";
1563
Anunoy Ghosh24ebac02023-06-14 19:32:191564const char kCWSInfoFastCheckName[] = "CWS Info Fast Check";
1565const char kCWSInfoFastCheckDescription[] =
1566 "When enabled, Chrome checks and fetches metadata for installed extensions "
1567 "more frequently.";
1568
1569const char kSafetyCheckExtensionsName[] = "Extensions Module in Safety Check";
1570const char kSafetyCheckExtensionsDescription[] =
1571 "When enabled, adds the Extensions Module to Safety Check on "
1572 "desktop. The module will be shown if there are potentially unsafe "
1573 "extensions to review.";
1574
Solomon Kinard6b014f0b2023-02-24 02:20:341575#if BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhange52be9912023-06-23 17:29:131576const char kExtensionWebFileHandlersName[] = "Extensions Web File Handlers";
1577const char kExtensionWebFileHandlersDescription[] =
Solomon Kinard6b014f0b2023-02-24 02:20:341578 "Enable Extension Web File Handlers, which allows extensions to operate on "
1579 "the native file system. An extension can register to read and edit files, "
1580 "specified in the manifest, by their file extension or mime type.";
1581#endif // IS_CHROMEOS_ASH
1582#endif // ENABLE_EXTENSIONS
Emilia Pazd7cce422021-08-14 00:50:481583
Brett Wilsonf27ff602017-07-07 22:28:471584const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1585const char kExtensionsOnChromeUrlsDescription[] =
1586 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1587 "request this permission.";
galinapae72e152017-05-12 13:12:281588
David Bokan432978d2019-08-15 18:18:521589const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1590const char kFractionalScrollOffsetsDescription[] =
1591 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1592 "offsets to web APIs.";
1593
Peter Kotwicz980079f2021-12-02 07:18:341594const char kFedCmName[] = "FedCM";
1595const char kFedCmDescription[] =
1596 "Enables JavaScript API to intermediate federated identity requests.";
1597
Sam Goto0b64ffc2023-04-01 00:02:301598const char kFedCmAuthzName[] = "FedCmAuthz";
1599const char kFedCmAuthzDescription[] =
1600 "Enables RPs to request authorization for custom IdP scopes.";
1601
Sam Gotoa0b477b2023-02-07 06:37:291602const char kFedCmIdPRegistrationName[] = "FedCM with IdP Registration support";
1603const char kFedCmIdPRegistrationDescription[] =
1604 "Enables RPs to get identity credentials from registered IdPs.";
1605
Yi Guc1648582022-10-13 19:45:241606const char kFedCmMetricsEndpointName[] = "FedCmMetricsEndpoint";
1607const char kFedCmMetricsEndpointDescription[] =
1608 "Allows the FedCM API to send performance measurement to the metrics "
1609 "endpoint on the identity provider side. Requires FedCM to be enabled.";
1610
Nicolás Peña Moreno8e558562022-12-20 18:57:441611const char kFedCmMultiIdpName[] = "FedCmMultiIdp";
1612const char kFedCmMultiIdpDescription[] =
1613 "Allows the FedCM API to request multiple identity providers "
1614 "simultaneously. Requires FedCM to be enabled as well.";
1615
Sam Goto2cff8a52022-12-21 00:50:341616const char kFedCmSelectiveDisclosureName[] = "FedCmSelectiveDisclosure";
1617const char kFedCmSelectiveDisclosureDescription[] =
1618 "Allows a relying party to selectively request a set of identity "
1619 "attributes to be disclosed.";
1620
Nicolás Peña Moreno8e558562022-12-20 18:57:441621const char kFedCmWithoutThirdPartyCookiesName[] =
1622 "FedCmWithoutThirdPartyCookies";
1623const char kFedCmWithoutThirdPartyCookiesDescription[] =
1624 "Allows the FedCM API to be enabled when third party cookies are disabled.";
Nicolás Peña Moreno4f77c4b2022-09-06 22:16:541625
Christian Biesinger88c922642023-06-21 03:52:421626const char kFedCmIdpSigninStatusName[] = "FedCmIdpSigninStatus";
1627const char kFedCmIdpSigninStatusDescription[] =
1628 "Enables the FedCM IDP sign-in status API that allows IDPs to notify the "
1629 "browser about the user's sign-in status.";
1630
Sam Goto4edd6392023-02-28 16:15:281631const char kWebIdentityMDocsName[] = "MDocs";
1632const char kWebIdentityMDocsDescription[] =
1633 "Allows relying parties to request the presentation of ISO mdocs.";
1634
Darwin Huang1473bc32021-06-18 01:56:231635const char kFileHandlingIconsName[] = "File Handling Icons";
1636const char kFileHandlingIconsDescription[] =
1637 "Allows websites using the file handling API to also register file type "
1638 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1639 "for more information.";
1640
Viktor Semeniukd5cfc262021-02-25 12:51:221641const char kFillingAcrossAffiliatedWebsitesName[] =
1642 "Fill passwords across affiliated websites.";
1643const char kFillingAcrossAffiliatedWebsitesDescription[] =
1644 "Enables filling password on a website when there is saved "
1645 "password on affiliated website.";
1646
Din Nezametdinov9e537c22023-04-25 11:42:441647const char kFillingAcrossGroupedSitesName[] =
1648 "Password filling across grouped websites";
1649const char kFillingAcrossGroupedSitesDescription[] =
1650 "This flag enables password filling across grouped websites. Information "
1651 "about website groups is provided by the affiliation service.";
1652
Mason Freede8de8802023-05-22 23:54:131653const char kMutationEventsName[] =
1654 "Enable (deprecated) synchronous mutation events";
1655const char kMutationEventsDescription[] =
1656 "Mutation Events are a deprecated set of events which cause performance "
1657 "issues. Disabling this feature turns off Mutation Events. NOTE: Disabling "
1658 "these events can cause breakage on some sites that are still reliant on "
1659 "these deprecated features.";
1660
Mason Freed7e294a82023-06-05 23:46:141661const char kHTMLPopoverAttributeName[] = "Enable the popover API";
1662const char kHTMLPopoverAttributeDescription[] =
1663 "The popover API is a set of features built into the Web to enable the "
1664 "construction of popovers. It is accessed primarily via the `popover` "
1665 "attribute.";
1666
Brett Wilsonecb80982017-07-12 20:34:511667const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1668const char kFillOnAccountSelectDescription[] =
1669 "Filling of passwords when an account is explicitly selected by the user "
1670 "rather than autofilling credentials on page load.";
1671
Brett Wilsonecb80982017-07-12 20:34:511672const char kForceTextDirectionName[] = "Force text direction";
1673const char kForceTextDirectionDescription[] =
1674 "Explicitly force the per-character directionality of UI text to "
1675 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1676 "direction of the character language.";
1677const char kForceDirectionLtr[] = "Left-to-right";
1678const char kForceDirectionRtl[] = "Right-to-left";
1679
1680const char kForceUiDirectionName[] = "Force UI direction";
1681const char kForceUiDirectionDescription[] =
1682 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1683 "mode, overriding the default direction of the UI language.";
1684
Mike Wasserman90ee63f2023-04-10 22:35:481685const char kFullscreenPopupWindowsName[] = "Fullscreen popup windows";
1686const char kFullscreenPopupWindowsDescription[] =
1687 "Enables sites with Window Management permission to open fullscreen popup "
1688 "windows with a `fullscreen` window.open() features parameter. See "
1689 "https://chromestatus.com/feature/6002307972464640 for more information.";
1690
Yuki Awanoeeaad0f2022-11-22 22:44:591691const char kGalleryAppPdfEditNotificationName[] =
1692 "Gallery App Pdf Edit Notification";
1693const char kGalleryAppPdfEditNotificationDescription[] =
1694 "Shows a notification to provide an option to open Gallery app for a "
1695 "downloaded pdf file";
1696
Muyao Xu217663c2023-01-17 18:55:581697const char kMediaRemotingWithoutFullscreenName[] =
1698 "Media Remoting without videos in fullscreen mode";
1699const char kMediaRemotingWithoutFullscreenDescription[] =
1700 "Starts Media Remoting from Global Media Controls without making the "
1701 "videos fullscreen.";
1702
Jazz Xu7b2047a2023-01-19 10:44:091703#if BUILDFLAG(IS_CHROMEOS)
1704const char kGlobalMediaControlsCrOSUpdatedUIName[] =
1705 "Global Media Controls CrOS updated UI";
1706const char kGlobalMediaControlsCrOSUpdatedUIDescription[] =
1707 "Show updated UI for Global Media Controls in CrOS.";
1708#endif
1709
Yuki Awano6ac1a1dc2023-01-21 00:50:241710const char kGoogleOneOfferFilesBannerName[] = "Google One offer Files banner";
1711const char kGoogleOneOfferFilesBannerDescription[] =
1712 "Shows a Files banner about Google One offer.";
1713
Jordan Baylesb3160b262021-08-18 00:33:011714const char kOpenscreenCastStreamingSessionName[] =
1715 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501716 "Streaming implementation";
Jordan Baylesb3160b262021-08-18 00:33:011717const char kOpenscreenCastStreamingSessionDescription[] =
1718 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501719 "be used for negotiating and executing mirroring and remoting sessions.";
1720
Kennan Gumbsdf768ce92021-08-25 19:09:511721const char kCastStreamingAv1Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171722 "Enable AV1 video encoding for Cast Streaming";
Kennan Gumbsdf768ce92021-08-25 19:09:511723const char kCastStreamingAv1Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171724 "Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 "
1725 "if selected for the session.";
1726
1727const char kCastStreamingHardwareH264Name[] =
1728 "Toggle hardware accelerated H.264 video encoding for Cast Streaming";
1729const char kCastStreamingHardwareH264Description[] =
1730 "The default is to allow hardware H.264 encoding when recommended for the "
1731 "platform. If enabled, hardware H.264 encoding will always be allowed when "
1732 "supported by the platform. If disabled, hardware H.264 encoding will "
1733 "never be used.";
1734
1735const char kCastStreamingHardwareVp8Name[] =
1736 "Toggle hardware accelerated VP8 video encoding for Cast Streaming";
1737const char kCastStreamingHardwareVp8Description[] =
1738 "The default is to allow hardware VP8 encoding when recommended for the "
1739 "platform. If enabled, hardware VP8 encoding will always be allowed when "
1740 "supported by the platform (regardless of recommendation). If disabled, "
1741 "hardware VP8 encoding will never be used.";
Kennan Gumbsdf768ce92021-08-25 19:09:511742
mark a. foltzfdcf2ee2023-06-09 18:15:361743const char kCastStreamingPerformanceOverlayName[] =
1744 "Toggle a performance metrics overlay while Cast Streaming";
1745const char kCastStreamingPerformanceOverlayDescription[] =
1746 "When enabled, a text overlay is rendered on top of each frame sent while "
1747 "Cast Streaming that includes frame duration, resolution, timestamp, "
1748 "low latency mode, capture duration, target playout delay, target bitrate, "
1749 "and encoder utilitization.";
1750
Abraham Corea Diaze4c3abe2021-08-24 17:43:501751const char kCastStreamingVp9Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171752 "Enable VP9 video encoding for Cast Streaming";
Abraham Corea Diaze4c3abe2021-08-24 17:43:501753const char kCastStreamingVp9Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171754 "Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 "
1755 "if selected for the session.";
Jordan Baylesb3160b262021-08-18 00:33:011756
Jordan Bayles5cbeb3502023-02-09 03:30:451757const char kCastEnableStreamingWithHiDPIName[] =
1758 "HiDPI tab capture support for Cast Streaming";
1759const char kCastEnableStreamingWithHiDPIDescription[] =
1760 "Enables HiDPI tab capture during Cast Streaming mirroring sessions. May "
1761 "reduce performance on some platforms and also improve quality of video "
1762 "frames.";
1763
Brett Wilsonecb80982017-07-12 20:34:511764const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051765const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511766
Salvador Guerrerocd7b24bb2022-07-20 00:32:481767const char kContextualPageActionsName[] = "Contextual page actions";
1768const char kContextualPageActionsDescription[] =
1769 "Enables contextual page action feature.";
1770
Salvador Guerrero3ac349f2022-10-12 02:44:531771const char kContextualPageActionsPriceTrackingName[] =
1772 "Contextual page actions - price tracking";
1773const char kContextualPageActionsPriceTrackingDescription[] =
Shakti Sahu28a76012022-05-30 15:29:141774 "Enables price tracking as a contextual page action.";
1775
Salvador Guerrero3ac349f2022-10-12 02:44:531776const char kContextualPageActionsReaderModeName[] =
1777 "Contextual page actions - reader mode";
1778const char kContextualPageActionsReaderModeDescription[] =
1779 "Enables reader mode as a contextual page action.";
1780
Hailey Wang0ed879a2023-01-10 21:17:361781const char kContextualPageActionsShareModelName[] =
1782 "Contextual page actions - share model";
1783const char kContextualPageActionsShareModelDescription[] =
1784 "Enables share model data collection.";
1785
Dibyajyoti Palbe5f0012022-11-29 00:39:341786const char kEnableOsIntegrationSubManagersName[] =
1787 "OS Integration sub managers";
1788const char kEnableOsIntegrationSubManagersDescription[] =
1789 "Enable OS integration sub managers to either just write new OS "
1790 "integration states to DB or execute on the OS integration states before "
1791 "writing to the DB";
1792
Curtis McMullanf2e45bf2020-08-26 09:51:391793const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1794const char kHandwritingGestureEditingDescription[] =
1795 "Enables editing with handwriting gestures within the virtual keyboard.";
1796
Curtis McMullan88e039e2021-07-27 08:06:311797const char kHandwritingLegacyRecognitionName[] =
1798 "Handwriting Legacy Recognition";
1799const char kHandwritingLegacyRecognitionDescription[] =
1800 "Enables new on-device recognition for handwriting legacy paths.";
1801
Darren Shenb42629a2022-08-17 02:52:311802const char kHandwritingLibraryDlcName[] =
1803 "Handwriting recognition with library from DLC";
1804const char kHandwritingLibraryDlcDescription[] =
1805 "Enables new on-device recognition with the handwriting library installed "
1806 "from DLC";
1807
Tommy Steimel1aadd7b2019-01-18 19:39:421808const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1809const char kHardwareMediaKeyHandlingDescription[] =
1810 "Enables using media keys to control the active media session. This "
1811 "requires MediaSessionService to be enabled too";
1812
John Delaney521fe9f2020-04-29 22:18:191813const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1814const char kHeavyAdPrivacyMitigationsDescription[] =
1815 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1816 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561817
1818const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1819const char kHeavyAdInterventionDescription[] =
1820 "Unloads ads that use too many device resources.";
1821
rudranshd650903892022-06-16 18:42:301822const char kHiddenNetworkMigrationName[] = "Hidden Network Migration";
1823
1824const char kHiddenNetworkMigrationDescription[] =
1825 "Enables a privacy improvement that removes wrongly configured hidden"
1826 "networks and mitigates the creation of these networks.";
1827
evliue454a132022-01-25 23:03:431828const char kTabAudioMutingName[] = "Tab audio muting UI control";
1829const char kTabAudioMutingDescription[] =
1830 "When enabled, the audio indicators in the tab strip double as tab audio "
1831 "mute controls.";
1832
whalechangd4b2ca942023-02-11 16:35:191833const char kCrasSplitAlsaUsbInternalName[] =
1834 "CRAS Split USB/Internal refactor control";
1835const char kCrasSplitAlsaUsbInternalDescription[] =
1836 "When enable, CRAS will create different iodev with USB and internal "
1837 "device.";
1838
Brandon Fong7ec73ac2023-06-15 19:08:591839const char kRestoreTabsOnFREName[] = "Restore tabs on FRE";
1840const char kRestoreTabsOnFREDescription[] =
1841 "Enable promo sheet to indicate tabs from synced devices can be restored";
1842
Xi Han3dec5782022-10-26 20:23:191843const char kStartSurfaceReturnTimeName[] = "Start surface return time";
1844const char kStartSurfaceReturnTimeDescription[] =
1845 "Enable showing start surface at startup after specified time has elapsed";
1846
Ayu Ishii1e06316f2022-12-14 14:54:501847const char kStorageBucketsName[] = "Storage Buckets API";
1848const char kStorageBucketsDescription[] =
1849 "Enable experimental Storage Buckets API, allowing websites to create "
1850 "multiple buckets of storage to organize their data, allowing user agents "
1851 "to delete each bucket independently of other buckets.";
1852
Emily Stark70158ce2021-07-16 18:26:311853const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321854const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311855 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321856 "Mode.";
1857
Chris Thompson69d09012022-12-21 01:26:051858const char kHttpsFirstModeV2Name[] = "HTTPS-First Mode V2";
1859const char kHttpsFirstModeV2Description[] =
1860 "Enable rearchitected version of HTTPS-First Mode.";
1861
Mustafa Emre Acer002821e2023-05-09 23:47:021862const char kHttpsFirstModeV2ForEngagedSitesName[] =
1863 "HTTPS-First Mode V2 For Engaged Sites";
1864const char kHttpsFirstModeV2ForEngagedSitesDescription[] =
1865 "Enable Site-Engagement based HTTPS-First Mode. Shows HTTPS-First Mode "
1866 "interstitial on sites whose HTTPS URLs have high Site Engagement scores. "
1867 "Requires #https-upgrades feature to be enabled";
1868
Chris Thompsonde18f3d62022-12-08 01:23:271869const char kHttpsUpgradesName[] = "HTTPS Upgrades";
1870const char kHttpsUpgradesDescription[] =
1871 "Enable automatically upgrading all top-level navigations to HTTPS with "
1872 "fast fallback to HTTP.";
1873
Corentin Walleze660b152020-07-15 16:07:541874const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1875const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511876 "Overrides the built-in software rendering list and enables "
1877 "GPU-acceleration on unsupported system configurations.";
1878
Victor Hugo Vianna Silva020f8dc2022-06-27 19:36:431879const char kIgnoreSyncEncryptionKeysLongMissingName[] =
1880 "Ignore Chrome Sync encryption keys long missing";
1881const char kIgnoreSyncEncryptionKeysLongMissingDescription[] =
1882 "Drops pending encrypted updates if their key has been missing for a "
1883 "(configurable) number of consecutive GetUpdates. Restarting the browser "
1884 "resets the counter. The threshold is configurable via the "
1885 "MinGuResponsesToIgnoreKey feature parameter.";
1886
Zaina Al-Mashni9ff754072023-06-13 11:39:141887const char kImprovedIncognitoScreenshotName[] =
1888 "Improved Incognito Screenshots";
1889const char kImprovedIncognitoScreenshotDescription[] =
1890 "Enable Incognito screenshots on Android except while the user is on "
1891 "recents screen. Only affects devices on API version >= 33. The "
1892 "IncognitoScreenshot flag will be ignored when this flag is enabled.";
1893
Jimmy Gong6de11b02021-02-04 21:35:011894const char kImprovedKeyboardShortcutsName[] =
1895 "Enable improved keyboard shortcuts";
1896const char kImprovedKeyboardShortcutsDescription[] =
1897 "Ensure keyboard shortcuts work consistently with international keyboard "
1898 "layouts and deprecate legacy shortcuts.";
1899
Alex Ilasiab901f92021-09-13 09:27:271900const char kIncognitoDownloadsWarningName[] =
1901 "Enable Incognito downloads warning";
1902const char kIncognitoDownloadsWarningDescription[] =
1903 "When enabled, users will be warned that downloaded files are saved on the "
1904 "device and might be seen by other users even if they are in Incognito.";
1905
Rohit Agarwal6e9b6022021-08-10 19:44:371906const char kIncognitoReauthenticationForAndroidName[] =
1907 "Enable device reauthentication for Incognito.";
1908const char kIncognitoReauthenticationForAndroidDescription[] =
1909 "When enabled, a setting appears in Settings > Privacy and Security, to "
1910 "enable reauthentication for accessing your existing Incognito tabs.";
1911
Saba Khukhunashvilif7a4f822021-07-23 10:59:211912const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1913const char kIncognitoNtpRevampDescription[] =
1914 "When enabled, Incognito new tab page will have an updated UI";
1915
Ramin Halavatidf9668c2020-10-30 15:35:531916const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1917const char kIncognitoScreenshotDescription[] =
1918 "Enables Incognito screenshots on Android. It will also make Incognito "
Zaina Al-Mashni9ff754072023-06-13 11:39:141919 "thumbnails visible. This flag will be ignored when the "
1920 "ImprovedIncognitoScreenshot flag is enabled.";
Ramin Halavatidf9668c2020-10-30 15:35:531921
Lijin Shenf3215dcd2022-08-30 00:34:141922const char kInfobarScrollOptimizationName[] = "Infobar scroll optimiaztion";
1923const char kInfobarScrollOptimizationDescription[] =
1924 "Optimize Infobar scroll on Android.";
1925
Brett Wilsonecb80982017-07-12 20:34:511926const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1927const char kInProductHelpDemoModeChoiceDescription[] =
1928 "Selects the In-Product Help demo mode.";
1929
Hailey Wanga7607f02021-08-12 19:37:511930const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1931const char kInProductHelpSnoozeDescription[] =
1932 "Enables the snooze button on In-Product Help.";
1933
Hailey Wang5f048eb82021-10-27 01:29:131934const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config";
1935const char kInProductHelpUseClientConfigDescription[] =
1936 "Enable In-Product Help to use client side configuration.";
1937
Joe DeBlasiob82518ad2023-05-18 17:42:191938const char kInsecureDownloadWarningsName[] = "Warn on insecure downloads";
1939const char kInsecureDownloadWarningsDescription[] =
1940 "Enables insecure download warnings. Requires users to bypass a warning "
1941 "when they attempt to download a file over insecure transports (e.g. HTTP) "
1942 "either directly or via an insecure redirect.";
1943
Robbie McElrathb66ff502022-10-12 01:50:591944const char kInstallIsolatedWebAppFromUrl[] =
1945 "Install Isolated Web App from Proxy URL";
1946const char kInstallIsolatedWebAppFromUrlDescription[] =
1947 "Installs a new developer mode Isolated Web App whose contents are hosted "
1948 "at the provided HTTP(S) URL.";
Dmitrii Kuragin053a3c602022-06-07 16:34:421949
Brett Wilsonecb80982017-07-12 20:34:511950const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1951const char kJavascriptHarmonyDescription[] =
1952 "Enable web pages to use experimental JavaScript features.";
1953
1954const char kJavascriptHarmonyShippingName[] =
1955 "Latest stable JavaScript features";
1956const char kJavascriptHarmonyShippingDescription[] =
1957 "Some web pages use legacy or non-standard JavaScript extensions that may "
1958 "conflict with the latest JavaScript features. This flag allows disabling "
1959 "support of those features for compatibility with such pages.";
1960
Shu-yu Guob5461a52022-09-02 01:22:241961const char kJavascriptExperimentalSharedMemoryName[] =
1962 "Experimental JavaScript shared memory features";
1963const char kJavascriptExperimentalSharedMemoryDescription[] =
1964 "Enable web pages to use non-standard, experimental JavaScript shared "
1965 "memory features. Their use requires the same HTTP headers required by "
1966 "cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP).";
1967
Tommy Lia142e2c2021-09-29 20:35:161968const char kJourneysName[] = "History Journeys";
1969const char kJourneysDescription[] = "Enables the History Journeys UI.";
1970
Sophie Chang19b579d2022-09-27 22:30:351971const char kJourneysContentClusteringName[] =
1972 "History Journeys Content Clustering";
1973const char kJourneysContentClusteringDescription[] =
1974 "Enables clustering page loads using content annotations.";
1975
Tommy C. Lie99770072022-10-26 23:24:161976const char kJourneysImagesName[] = "History Journeys Images";
1977const char kJourneysImagesDescription[] =
1978 "Enables Images for the History Journeys UI.";
1979
Tommy C. Li1d8296b52022-04-27 22:12:171980const char kJourneysLabelsName[] = "History Journeys Labels";
1981const char kJourneysLabelsDescription[] =
1982 "Enables labels for Journeys within the History Journeys UI.";
1983
Tommy Lia142e2c2021-09-29 20:35:161984const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action";
1985const char kJourneysOmniboxActionDescription[] =
1986 "Enables the History Journeys Omnibox Action.";
1987
manukh37c48752022-06-21 15:38:101988const char kJourneysOmniboxHistoryClusterProviderName[] =
1989 "History Journeys Omnibox History Cluster Provider";
1990const char kJourneysOmniboxHistoryClusterProviderDescription[] =
1991 "Enables the History Journeys Omnibox History Cluster Provider to surface "
1992 "Journeys as a suggestion row instead of an action chip.";
1993
Patrick Nolanda62bf462023-03-20 18:09:341994const char kJourneysPersistCachesToPrefsName[] =
1995 "History Journeys Persist Caches to Prefs";
1996const char kJourneysPersistCachesToPrefsDescription[] =
1997 "Enables the persistence of Journeys keyword caches via the pref service.";
1998
Sophie Changd30f4dc4f2022-10-18 16:10:171999const char kJourneysShowAllClustersName[] =
2000 "History Journeys Show All Clusters";
2001const char kJourneysShowAllClustersDescription[] =
2002 "Enables all Journeys clusters to be shown on prominent UI surfaces";
2003
Sophie Chang4b7eff72022-12-08 16:43:292004const char kJourneysIncludeSyncedVisitsName[] =
2005 "History Journeys Include SyncedVisits";
2006const char kJourneysIncludeSyncedVisitsDescription[] =
2007 "Enabled synced visits to be included in History Journeys clusters.";
2008
Sophie Chang8ee03ca2023-04-17 17:30:462009const char kJourneysZeroStateFilteringName[] =
2010 "History Journeys Zero-State Filtering";
2011const char kJourneysZeroStateFilteringDescription[] =
2012 "Enables filtering of clusters in the zero state of the History Journeys "
2013 "WebUI.";
2014
Khalid Peer197c7462022-11-28 21:20:362015const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] =
2016 "Extract Related Searches from Prefetched ZPS Response";
2017const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] =
2018 "Enables page annotation logic to source related searches data from "
2019 "prefetched ZPS responses";
2020
bttk90927fd2021-11-12 19:38:272021const char kLargeFaviconFromGoogleName[] = "Large favicons from Google";
2022const char kLargeFaviconFromGoogleDescription[] =
2023 "Request large favicons from Google's favicon service";
2024
Yu Suc19bb6cc2021-02-25 06:38:292025const char kLensCameraAssistedSearchName[] =
2026 "Google Lens in Omnibox and New Tab Page";
2027const char kLensCameraAssistedSearchDescription[] =
2028 "Enable an entry point to Google Lens to allow users to search what they "
2029 "see using their mobile camera.";
2030
Juan Mojicaa2c06482022-10-14 18:27:012031const char kLensRegionSearchStaticPageName[] =
2032 "Use a static page with the Lens region search feature.";
2033const char kLensRegionSearchStaticPageDescription[] =
2034 "Enables use of a static page in a new tab when using the Lens region "
2035 "search feature.";
2036
Duncan Mercer10a2000a2022-11-07 23:00:532037const char kLensImageFormatOptimizationsName[] = "Lens Optimized Image Formats";
2038const char kLensImageFormatOptimizationsDescription[] =
2039 "Enables the use of either WebP or JPEG on all Lens quries to reduce "
2040 "network load and improve latency";
2041
Bryan Nguyend7f0cd742023-02-10 21:16:222042const char kLensImageTranslateName[] =
2043 "Translate text in images with Google Lens";
2044const char kLensImageTranslateDescription[] =
2045 "Enables a context menu item to translate text in images using Google "
2046 "Lens. The context menu item appears when the current page is being "
2047 "translated.";
2048
Jason Hua755d79832023-04-27 00:26:442049const char kEnableLensPingName[] =
2050 "Enable the ping to Lens before Lens requests";
2051const char kEnableLensPingDescription[] =
2052 "Enables a ping to the Lens Standalone server before a request is sent. "
2053 "This ping is used to proactively set cookies needed by Lens.";
2054
Ali Stanfield561043282023-03-10 03:04:302055const char kCscName[] = "CSC";
2056const char kCscDescription[] = "";
2057
mcrouseff4a6cf2023-05-31 04:46:422058const char kCscPinnedName[] = "CSC Pin State";
2059const char kCscPinnedDescription[] = "";
2060
Pierre St Juste9bc615e32023-05-26 01:58:322061const char kCscVssName[] = "CSC-VSS";
2062const char kCscVssDescription[] = "";
2063
Hazem Ashmawyf1cd7e42019-03-25 18:17:322064const char kLogJsConsoleMessagesName[] =
2065 "Log JS console messages in system logs";
2066const char kLogJsConsoleMessagesDescription[] =
2067 "Enable logging JS console messages in system logs, please note that they "
2068 "may contain PII.";
2069
Etienne Pierre-doray247abce2022-03-08 18:45:482070const char kUnthrottledNestedTimeoutName[] =
2071 "Increase the nesting threshold before which setTimeout(..., <4ms) start "
2072 "being clamped.";
2073const char kUnthrottledNestedTimeoutDescription[] =
2074 "setTimeout(..., 0) is commonly used to break down long Javascript tasks. "
2075 "Under this flag, setTimeouts and setIntervals with an interval < 4ms are "
2076 "not clamped as aggressively. This improves short horizon performance, but "
2077 "websites abusing the API will still eventually have their setTimeouts "
2078 "clamped.";
2079
spqchanb87755692018-04-05 00:46:092080const char kMediaRouterCastAllowAllIPsName[] =
2081 "Connect to Cast devices on all IP addresses";
2082const char kMediaRouterCastAllowAllIPsDescription[] =
2083 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:312084 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:092085
Andrey Zaytsevad83cbc32020-09-30 15:43:182086const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
2087const char kMetricsSettingsAndroidDescription[] =
2088 "Enables the new design of metrics settings.";
2089
Brian Geffon12b581a2021-02-03 23:48:032090const char kMojoLinuxChannelSharedMemName[] =
2091 "Enable Mojo Shared Memory Channel";
2092const char kMojoLinuxChannelSharedMemDescription[] =
2093 "If enabled Mojo on Linux based platforms can use shared memory as an "
2094 "alternate channel for most messages.";
2095
Alisa Lin79251142021-06-15 20:22:122096const char kCanvas2DLayersName[] =
2097 "Enables canvas 2D methods BeginLayer and EndLayer";
2098const char kCanvas2DLayersDescription[] =
2099 "Enables the canvas 2D methods BeginLayer and EndLayer.";
2100
Honglin Yua0a14fa2022-03-31 22:40:052101const char kEnableMachineLearningModelLoaderWebPlatformApiName[] =
2102 "Enables Machine Learning Model Loader Web Platform API";
2103const char kEnableMachineLearningModelLoaderWebPlatformApiDescription[] =
2104 "Enables the Machine Learning Model Loader Web Platform API.";
2105
Andreea Costinas1e592142021-04-20 13:24:252106const char kSystemProxyForSystemServicesName[] =
2107 "Enable system-proxy for selected system services";
2108const char kSystemProxyForSystemServicesDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:352109 "Enabling this flag will allow ChromeOS system service which require "
Andreea Costinas1e592142021-04-20 13:24:252110 "network connectivity to use the system-proxy daemon for authentication to "
2111 "remote HTTP web proxies.";
2112
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:492113const char kDestroyProfileOnBrowserCloseName[] =
2114 "Destroy Profile on browser close";
2115const char kDestroyProfileOnBrowserCloseDescription[] =
2116 "Release memory and other resources when a Profile's last browser window "
2117 "is closed, rather than when Chrome closes completely.";
2118
Nicolas Ouellet-Payeur4aff8682022-01-26 16:03:162119const char kDestroySystemProfilesName[] = "Destroy System Profile";
2120const char kDestroySystemProfilesDescription[] =
2121 "After you close the Profile Picker, release memory and other resources "
2122 "owned by the System Profile. This requires "
2123 "#destroy-profile-on-browser-close.";
2124
Side Yilmazd828f162022-10-11 00:05:242125const char kNotificationInteractionHistoryName[] =
2126 "Notification Interaction History";
2127const char kNotificationInteractionHistoryDescription[] =
2128 "Enable recording notification count and interaction.";
2129
Xing Liub9070262021-01-07 20:52:162130const char kNotificationSchedulerName[] = "Notification scheduler";
2131const char kNotificationSchedulerDescription[] =
2132 "Enable notification scheduler feature.";
2133
Xing Liu1919ec232019-07-22 20:38:042134const char kNotificationSchedulerDebugOptionName[] =
2135 "Notification scheduler debug options";
2136const char kNotificationSchedulerDebugOptionDescription[] =
2137 "Enable debugging mode to override certain behavior of notification "
2138 "scheduler system for easier manual testing.";
2139const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
2140 "Show scheduled notification right away.";
2141
Peter Beverlooc30c9ddf2021-02-24 19:56:032142const char kNotificationsSystemFlagName[] = "Enable system notifications.";
2143const char kNotificationsSystemFlagDescription[] =
2144 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:512145 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:342146
momoka0122yda18aeb2022-03-15 08:23:542147const char kOmitCorsClientCertName[] =
2148 "Omit TLS client certificates if credential mode disallows";
2149const char kOmitCorsClientCertDescription[] =
2150 "Strictly conform the Fetch spec to omit TLS client certificates if "
2151 "credential mode disallows. Without this flag enabled, Chrome will always "
2152 "try sending client certificates regardless of the credential mode.";
2153
Moe Ahmadi82cd8302023-04-13 04:04:412154const char kOmniboxActionsInSuggestName[] = "Action in Suggest";
2155const char kOmniboxActionsInSuggestDescription[] =
2156 "Actions in Suggest permits optional Action Chips to be attached to "
2157 "Entity suggestions.";
2158
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:372159const char kOmniboxAdaptiveSuggestionsCountName[] =
2160 "Adaptive Omnibox Suggestions count";
2161const char kOmniboxAdaptiveSuggestionsCountDescription[] =
2162 "Dynamically adjust number of presented Omnibox suggestions depending on "
2163 "available space. When enabled, this feature will increase (or decrease) "
2164 "amount of offered Omnibox suggestions to fill in the space between the "
2165 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
2166 "flag to adjust the limit of offered suggestions. The number of shown "
2167 "suggestions will be no less than the platform default limit.";
2168
Tomasz Wiszkowski1b7e75db82023-04-11 06:27:362169const char kOmniboxAdaptiveSuggestionsVisibleGroupEligibilityUpdateName[] =
2170 "Adaptive Suggestions Visible Group Eligibility Update";
2171const char
2172 kOmniboxAdaptiveSuggestionsVisibleGroupEligibilityUpdateDescription[] =
2173 "When enabled, considers suggestions exposed 50% or more as fully "
2174 "visible, and suggestions concealed 51% or more as fully hidden. This "
2175 "changes the former behavior, where a suggestion exposed 1% or more "
2176 "was considered fully visible.";
2177
Patrick Nolanddd4774952023-03-09 23:59:582178const char kOmniboxAdaptNarrowTabletWindowsName[] =
2179 "Omnibox adapts to narrow tablet windows";
2180const char kOmniboxAdaptNarrowTabletWindowsDescription[] =
2181 "When enabled the omnibox uses a phone-like appearance for windows that "
2182 "are less than 600dp wide, regardless of the overall display width.";
2183
Patrick Noland49cbd3d92023-04-05 21:54:412184const char kOmniboxCacheSuggestionResourcesName[] =
2185 "Omnibox cache suggestion resources";
2186const char kOmniboxCacheSuggestionResourcesDescription[] =
2187 "When enabled, the omnibox will cache frequently used drawables and "
2188 "strings rather than loading them from Android every time they're needed.";
2189
Patrick Noland299fa6582023-03-03 16:41:592190const char kOmniboxConsumesImeInsetsName[] =
2191 "Omnibox Consumes IME (keyboard) insets directly";
2192const char kOmniboxConsumesImeInsetsDescription[] =
2193 "When enabled, the Android Omnibox will directly handle IME (keyboard) "
2194 "inset changes while visible.";
2195
manukh221345f2023-04-14 18:46:342196const char kOmniboxCR23ActionChipsName[] = "Omnibox CR 2023 Action Chips";
2197const char kOmniboxCR23ActionChipsDescription[] =
Justin Donnelly8a5df4d2023-06-15 05:40:542198 "Updates Omnibox Action Chips to comply with CR23 shape guidelines.";
2199
2200const char kOmniboxCR23ActionChipsIconsName[] =
2201 "Omnibox CR 2023 Action Chips Icons";
2202const char kOmniboxCR23ActionChipsIconsDescription[] =
2203 "Updates Omnibox Action Chips to comply with CR23 icons design.";
manukh221345f2023-04-14 18:46:342204
Khalid Peerfe882042023-04-11 20:34:242205const char kOmniboxCR23ExpandedStateColorsName[] =
2206 "Omnibox Expanded State Colors";
2207const char kOmniboxCR23ExpandedStateColorsDescription[] =
2208 "Updates colors in Omnibox expanded state to comply with CR23 guidelines.";
2209
Justin Donnelly87f3c562023-03-30 02:55:402210const char kOmniboxCR23ExpandedStateHeightName[] =
2211 "Omnibox Expanded State Height";
2212const char kOmniboxCR23ExpandedStateHeightDescription[] =
2213 "Updates Omnibox expanded state height to comply with CR23 guidelines.";
2214
manukhb82b26f02023-05-02 18:59:192215const char kOmniboxCR23ExpandedStateLayoutName[] =
2216 "Omnibox Expanded State Layout";
2217const char kOmniboxCR23ExpandedStateLayoutDescription[] =
2218 "Updates Omnibox expanded state layout to comply with CR23 guidelines.";
2219
Justin Donnelly87f3c562023-03-30 02:55:402220const char kOmniboxCR23ExpandedStateShapeName[] =
2221 "Omnibox Expanded State Shape";
2222const char kOmniboxCR23ExpandedStateShapeDescription[] =
2223 "Updates Omnibox expanded state shape to comply with CR23 guidelines.";
2224
Khalid Peer49592462023-04-19 17:16:072225const char kOmniboxCR23ExpandedStateSuggestIconsName[] =
2226 "Omnibox Expanded State Suggest Icons";
2227const char kOmniboxCR23ExpandedStateSuggestIconsDescription[] =
2228 "Updates suggestion icons in Omnibox query row and expanded state to "
2229 "comply with CR23 guidelines.";
2230
Shibalik Mohapatra3477e6d52023-04-03 17:24:372231const char kOmniboxCR23SteadyStateIconsName[] = "Omnibox Steady State Icons";
2232const char kOmniboxCR23SteadyStateIconsDescription[] =
2233 "Updates Omnibox steady state icons to comply with CR23 guidelines.";
2234
Khalid Peer55a25642023-06-14 19:08:302235const char kOmniboxCR23SuggestionHoverFillShapeName[] =
2236 "Omnibox Suggestion Hover Fill Shape";
2237const char kOmniboxCR23SuggestionHoverFillShapeDescription[] =
2238 "Updates Omnibox suggestion hover fill shape to comply with CR23 "
2239 "guidelines.";
2240
Tomasz Wiszkowskia382fc62023-04-12 00:28:362241const char kOmniboxIgnoreIntermediateResultsName[] =
2242 "Ignore intermediate Autocomplete results.";
2243const char kOmniboxIgnoreIntermediateResultsDescription[] =
2244 "When active, reduces number of Autocomplete updates to cover only the "
2245 "first (synchronous) and last (final) Autocomplete result. This reduces "
2246 "resource utlization (CPU, memory) during active Omnibox input session.";
2247
manukh8fcd3932023-02-28 06:10:522248const char kOmniboxDiscardTemporaryInputOnTabSwitchName[] =
2249 "Omnibox discard temporary input on tab switch";
2250const char kOmniboxDiscardTemporaryInputOnTabSwitchDescription[] =
2251 "Discards temporary input in the omnibox when switching tabs.";
2252
manukh37b13bd32022-10-04 16:01:512253const char kOmniboxDomainSuggestionsName[] = "Omnibox Domain Suggestions";
manukh918d82552022-10-11 01:12:222254const char kOmniboxDomainSuggestionsDescription[] =
manukh37b13bd32022-10-04 16:01:512255 "If enabled, history URL suggestions from hosts visited often bypass the "
2256 "per provider limit.";
2257
Orin Jaworski291b0a32022-05-17 17:29:052258const char kOmniboxFuzzyUrlSuggestionsName[] = "Omnibox Fuzzy URL Suggestions";
2259const char kOmniboxFuzzyUrlSuggestionsDescription[] =
2260 "Enables URL suggestions for inputs that may contain typos.";
2261
Khalid Peer93f49312023-03-06 22:28:132262const char kOmniboxGM3SteadyStateBackgroundColorName[] =
2263 "Omnibox Steady State Background Color";
2264const char kOmniboxGM3SteadyStateBackgroundColorDescription[] =
2265 "Updates Omnibox steady state background color to comply with GM3 "
2266 "guidelines.";
2267
Khalid Peer3b6c61fb2023-02-17 01:43:282268const char kOmniboxGM3SteadyStateHeightName[] = "Omnibox Steady State Height";
2269const char kOmniboxGM3SteadyStateHeightDescription[] =
2270 "Updates Omnibox steady state height to comply with GM3 guidelines.";
2271
Khalid Peer4520af92023-03-02 21:50:512272const char kOmniboxGM3SteadyStateTextStyleName[] =
2273 "Omnibox Steady State Text Style";
2274const char kOmniboxGM3SteadyStateTextStyleDescription[] =
2275 "Updates Omnibox steady state text style to comply with GM3 guidelines.";
2276
Khalid Peer4ef65ef52023-03-27 23:29:072277const char kOmniboxGM3SteadyStateTextColorName[] =
2278 "Omnibox Steady State Text Color";
2279const char kOmniboxGM3SteadyStateTextColorDescription[] =
2280 "Updates Omnibox steady state text color to comply with GM3 guidelines.";
2281
Ender19574f92023-03-16 01:14:262282const char kOmniboxGroupingFrameworkZPSName[] =
2283 "Omnibox Grouping Framework for ZPS";
2284const char kOmniboxGroupingFrameworkNonZPSName[] =
2285 "Omnibox Grouping Framework for Typed Suggestions";
manukh01e47192022-12-23 00:50:252286const char kOmniboxGroupingFrameworkDescription[] =
2287 "Enables an alternative grouping implementation for omnibox "
2288 "autocompletion.";
2289
Tomasz Wiszkowski539249962023-03-16 01:01:422290const char kOmniboxInspireMeName[] = "Omnibox Trending and Related Queries";
2291const char kOmniboxInspireMeDescription[] =
2292 "When enabled, appends additional suggestions based on local trends and/or "
2293 "related to the recently executed queries.";
2294
Rong Tan01c989902022-10-28 04:06:252295const char kOmniboxMatchToolbarAndStatusBarColorName[] =
2296 "Omnibox Omnibox Match Toolbar And Status Bar Color";
2297const char kOmniboxMatchToolbarAndStatusBarColorDescription[] =
2298 "When enabled, the color of the toolbar and the status bar will be "
2299 "synchronized.";
2300
Gang Wu67847242022-06-30 06:18:512301const char kOmniboxModernizeVisualUpdateName[] =
2302 "Omnibox Modernize Visual Update";
2303const char kOmniboxModernizeVisualUpdateDescription[] =
2304 "When enabled, Omnibox will show a new UI which is visually "
2305 "updated. This flag is for the step 1 in the Clank Omnibox revamp plan.";
2306
Filip Gorskib116dee2020-08-20 14:12:102307const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
2308const char kOmniboxMostVisitedTilesDescription[] =
manukhd9801bfc2022-01-04 22:43:582309 "Display a list of frequently visited pages from history as a single row "
Filip Gorskib116dee2020-08-20 14:12:102310 "with a carousel instead of one URL per line.";
2311
Rong Tanef44d632022-11-18 19:02:312312const char kOmniboxMostVisitedTilesAddRecycledViewPoolName[] =
2313 "Omnibox Most Visited Tiles Add Recycled View Pool";
2314const char kOmniboxMostVisitedTilesAddRecycledViewPoolDescription[] =
2315 "Add a recycled view pool to omnibox most visited tiles carousel to "
2316 "increase tile view reuse and reduce jackiness.";
2317
manukh539d958b2023-03-01 16:50:252318const char kOmniboxRedoCurrentMatchName[] = "Omnibox redo current match";
2319const char kOmniboxRedoCurrentMatchDescription[] =
2320 "Use an alternative implementation of calculating the cached omnibox "
2321 "current match that is valid more often.";
2322
Patrick Nolandd50e38b2023-06-14 22:32:112323const char kOmniboxSuppressClipboardSuggestionAfterFirstUsedName[] =
2324 "Suppress clipboard suggestion after first used";
2325const char kOmniboxSuppressClipboardSuggestionAfterFirstUsedDescription[] =
2326 "Stops showing a clipboard suggestion for distinct clip data once it's "
2327 "been clicked on";
2328
Patrick Nolanda12a190e2023-04-13 20:15:102329const char kOmniboxWarmRecycledViewPoolName[] =
2330 "Omnibox warm recycled view pool";
2331const char kOmniboxWarmRecycledViewPoolDescription[] =
2332 "Pre-warms the Android Omnibox's RecyclerView pool by inflating "
2333 "views before the omnibox is focused.";
2334
Moe Ahmadi7c889d82022-10-27 20:35:242335const char kOmniboxReportAssistedQueryStatsName[] =
2336 "Omnibox Assisted Query Stats param";
2337const char kOmniboxReportAssistedQueryStatsDescription[] =
2338 "Enables reporting the Assisted Query Stats param in search destination "
2339 "URLs originated from the Omnibox.";
2340
2341const char kOmniboxReportSearchboxStatsName[] =
2342 "Omnibox Searchbox Stats proto param";
2343const char kOmniboxReportSearchboxStatsDescription[] =
2344 "Enables reporting the serialized Searchbox Stats proto param in search "
2345 "destination URLs originated from the Omnibox.";
2346
manukh539d958b2023-03-01 16:50:252347const char kOmniboxRevertModelBeforeClosingPopupName[] =
2348 "Omnibox revert model before closing popup";
2349const char kOmniboxRevertModelBeforeClosingPopupDescription[] =
2350 "When reverting the omnibox view, revert the model before closing the "
2351 "popup to avoid some extra calculations.";
2352
Ryan Sturmb9aaea22023-03-07 21:35:012353const char kOmniboxUseExistingAutocompleteClientName[] =
2354 "Omnibox use exisitng autocomplete client";
2355const char kOmniboxUseExistingAutocompleteClientDescription[] =
2356 "When querying autocomplete client from the omnibox edit model, use the "
2357 "existing one instead of creating a new one.";
2358
Moe Ahmadi4d6f27b2021-11-19 01:40:362359const char kOmniboxZeroSuggestPrefetchingName[] =
Khalid Peere26e6962022-07-26 22:39:552360 "Omnibox Zero Prefix Suggestion Prefetching on NTP";
Moe Ahmadi4d6f27b2021-11-19 01:40:362361const char kOmniboxZeroSuggestPrefetchingDescription[] =
Khalid Peere26e6962022-07-26 22:39:552362 "Enables prefetching of the zero prefix suggestions for eligible users "
2363 "on the New Tab page.";
2364
2365const char kOmniboxZeroSuggestPrefetchingOnSRPName[] =
2366 "Omnibox Zero Prefix Suggestion Prefetching on SRP";
2367const char kOmniboxZeroSuggestPrefetchingOnSRPDescription[] =
2368 "Enables prefetching of the zero prefix suggestions for eligible users "
2369 "on the Search Results page.";
Moe Ahmadi4d6f27b2021-11-19 01:40:362370
Khalid Peer28546042022-08-12 23:18:082371const char kOmniboxZeroSuggestPrefetchingOnWebName[] =
2372 "Omnibox Zero Prefix Suggestion Prefetching on the Web";
2373const char kOmniboxZeroSuggestPrefetchingOnWebDescription[] =
2374 "Enables prefetching of the zero prefix suggestions for eligible users "
2375 "on the Web (i.e. non-NTP and non-SRP URLs).";
2376
Khalid Peer4bca7ea2022-08-26 22:51:292377const char kOmniboxZeroSuggestInMemoryCachingName[] =
2378 "Omnibox Zero Prefix Suggestion in-memory caching";
2379const char kOmniboxZeroSuggestInMemoryCachingDescription[] =
2380 "Enables in-memory caching of zero prefix suggestions.";
2381
Ce Chen7762ef32022-06-17 14:34:172382const char kOmniboxOnDeviceHeadSuggestionsName[] =
2383 "Omnibox on device head suggestions (non-incognito only)";
2384const char kOmniboxOnDeviceHeadSuggestionsDescription[] =
2385 "Google head non personalized search suggestions provided by a compact on "
2386 "device model for non-incognito. Turn off this feature if you have other "
2387 "apps running which affects local file access (e.g. anti-virus software) "
2388 "and are experiencing searchbox typing lags.";
2389const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
2390 "Omnibox on device head suggestions (incognito only)";
2391const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
2392 "Google head non personalized search suggestions provided by a compact on "
2393 "device model for incognito. Turn off this feature if you have other "
2394 "apps running which affects local file access (e.g. anti-virus software) "
2395 "and are experiencing searchbox typing lags.";
Ce Chenbdfaed22022-10-20 16:08:352396const char kOmniboxOnDeviceTailSuggestionsName[] =
2397 "Omnibox on device tail suggestions";
2398const char kOmniboxOnDeviceTailSuggestionsDescription[] =
2399 "Google tail non personalized search suggestions provided by a compact on "
2400 "device model.";
Ce Chen7762ef32022-06-17 14:34:172401
manukh6b9c59c2020-08-28 19:29:252402const char kOmniboxRichAutocompletionPromisingName[] =
2403 "Omnibox Rich Autocompletion Promising Combinations";
2404const char kOmniboxRichAutocompletionPromisingDescription[] =
manukh6a6aeb82022-06-24 21:11:012405 "Allow autocompletion for titles and non-prefixes. Suggestions whose "
2406 "titles or URLs contain the user input as a continuous chunk, but not "
2407 "necessarily a prefix, can be the default suggestion. Otherwise, only "
2408 "suggestions whose URLs are prefixed by the user input can be.";
manukhf6414512022-06-15 01:26:192409
Moe Ahmadi01028f22022-08-06 17:57:352410const char kOmniboxLocalHistoryZeroSuggestBeyondNTPName[] =
2411 "Allow local history zero-prefix suggestions beyond NTP";
2412const char kOmniboxLocalHistoryZeroSuggestBeyondNTPDescription[] =
2413 "Enables local history zero-prefix suggestions in every context in which "
2414 "the remote zero-prefix suggestions are enabled.";
2415
Moe Ahmadi50223462022-06-30 22:37:272416const char kOmniboxFocusTriggersSRPZeroSuggestName[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262417 "Allow Omnibox contextual web on-focus suggestions on the SRP";
Moe Ahmadi50223462022-06-30 22:37:272418const char kOmniboxFocusTriggersSRPZeroSuggestDescription[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262419 "Enables on-focus suggestions on the Search Results page. "
2420 "Requires on-focus suggestions for the contextual web to be enabled. "
2421 "Will only work if user is signed-in and syncing.";
2422
Moe Ahmadi50223462022-06-30 22:37:272423const char kOmniboxFocusTriggersContextualWebZeroSuggestName[] =
Tommy Li55784022020-04-28 20:58:182424 "Omnibox on-focus suggestions for the contextual Web";
Moe Ahmadi50223462022-06-30 22:37:272425const char kOmniboxFocusTriggersContextualWebZeroSuggestDescription[] =
Tommy Li55784022020-04-28 20:58:182426 "Enables on-focus suggestions on the Open Web, that are contextual to the "
2427 "current URL. Will only work if user is signed-in and syncing, or is "
2428 "otherwise eligible to send the current page URL to the suggest server.";
2429
Jun Zoud1e35932b2022-12-01 20:01:372430const char kOmniboxMlLogUrlScoringSignalsName[] =
2431 "Log Omnibox URL Scoring Signals";
2432const char kOmniboxMlLogUrlScoringSignalsDescription[] =
2433 "Enables Omnibox to log scoring signals of URL suggestions.";
2434
Moe Ahmadi6ca4dc52023-04-14 22:47:342435const char kOmniboxMlUrlScoringName[] = "Omnibox ML URL Scoring";
2436const char kOmniboxMlUrlScoringDescription[] =
2437 "Enables ML-based relevance scoring for Omnibox URL Suggestions.";
Angela Yoeurngd75d0dfe2023-01-12 23:17:092438
Moe Ahmadi6ca4dc52023-04-14 22:47:342439const char kOmniboxMlUrlScoringModelName[] = "Omnibox URL Scoring Model";
Jun Zoub695a0a2023-01-20 18:55:022440const char kOmniboxMlUrlScoringModelDescription[] =
Moe Ahmadi6ca4dc52023-04-14 22:47:342441 "Enables ML scoring model for Omnibox URL sugestions.";
Jun Zoub695a0a2023-01-20 18:55:022442
Moe Ahmadi3c2569e2022-10-06 23:41:392443const char kOmniboxOnClobberFocusTypeOnContentName[] =
2444 "Omnibox On Clobber Focus Type On Content";
2445const char kOmniboxOnClobberFocusTypeOnContentDescription[] =
Rong Tan390e219c2022-09-30 23:56:282446 "Send ON_CLOBBER focus type for zero-prefix requests with an empty input "
Moe Ahmadi3c2569e2022-10-06 23:41:392447 "on Web/SRP.";
Rong Tan390e219c2022-09-30 23:56:282448
manukh453ab7e2023-02-02 21:09:572449const char kOmniboxShortcutBoostName[] = "Omnibox shortcut boosting";
2450const char kOmniboxShortcutBoostDescription[] =
2451 "Promote shortcuts to be default when available.";
2452
Yohanes Shimelis53d0f6b2023-01-12 19:09:102453const char kOmniboxSimplifiedUiUniformRowHeightName[] =
2454 "Omnibox Suggestion Row Height";
2455const char kOmniboxSimplifiedUiUniformRowHeightDescription[] =
2456 "Changes the row height of omnibox suggetions.";
2457
2458const char kOmniboxSimplifiedUiSquareSuggestIconName[] =
2459 "Omnibox Square Suggest Icons";
2460const char kOmniboxSimplifiedUiSquareSuggestIconDescription[] =
2461 "Adds a grey square background to suggestion icons, and makes the answer "
2462 "icon square.";
2463
manukfdd97402020-07-22 18:19:172464const char kOmniboxMaxZeroSuggestMatchesName[] =
2465 "Omnibox Max Zero Suggest Matches";
2466const char kOmniboxMaxZeroSuggestMatchesDescription[] =
2467 "Changes the maximum number of autocomplete matches displayed when zero "
2468 "suggest is active (i.e. displaying suggestions without input).";
2469
Brett Wilsonecb80982017-07-12 20:34:512470const char kOmniboxUIMaxAutocompleteMatchesName[] =
2471 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:512472const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
2473 "Changes the maximum number of autocomplete matches displayed in the "
2474 "Omnibox UI.";
2475
Mustafa Emre Acer0626cbb2021-07-14 20:35:042476const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
2477 "Omnibox Updated connection security indicators";
2478const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
2479 "Use new connection security indicators for https pages in the omnibox.";
2480
Moe Ahmadi40e0eba52022-12-22 01:44:252481const char kWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
2482const char kWebUIOmniboxPopupDescription[] =
2483 "If enabled, shows the omnibox suggestions popup in WebUI.";
2484
dpapad36b3a3b22023-04-19 17:07:462485#if !BUILDFLAG(IS_LINUX)
dpapad7c00cc7f02023-03-24 17:54:352486const char kWebUiSystemFontName[] = "WebUI System font";
2487const char kWebUiSystemFontDescription[] =
2488 "If enabled, all WebUI surfaces will use the default UI font of the "
2489 "underlying platform.";
dpapad36b3a3b22023-04-19 17:07:462490#endif
dpapad7c00cc7f02023-03-24 17:54:352491
Kevin Baileycd6889922019-05-30 17:22:552492const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
2493const char kOmniboxMaxURLMatchesDescription[] =
2494 "The maximum number of URL matches to show, unless there are no "
2495 "replacements.";
2496
manuk4e2979d2020-07-08 23:29:282497const char kOmniboxDynamicMaxAutocompleteName[] =
2498 "Omnibox Dynamic Max Autocomplete";
2499const char kOmniboxDynamicMaxAutocompleteDescription[] =
2500 "Configures the maximum number of autocomplete matches displayed in the "
2501 "Omnibox UI dynamically based on the number of URL matches.";
2502
Michael Checo91977f562023-01-25 01:02:222503const char kOnlyShowNewShortcutsAppName[] =
2504 "Only show the new Shortcut Viewer app";
2505const char kOnlyShowNewShortcutsAppDescription[] =
2506 "If enabled, the existing Shortcut Viewer app will be hidden and only the "
2507 "new Shortcut Customization app will be discoverable.";
2508
Florian Jacky3560a402023-04-03 16:39:032509const char kOneTimePermissionName[] = "One time permission";
2510const char kOneTimePermissionDescription[] =
2511 "Enables experimental one time permissions for Geolocation, Microphone and "
2512 "Camera.";
2513
rajendrant277b1ba2022-02-18 01:59:362514const char kOptimizationGuideDebugLogsName[] =
2515 "Enable optimization guide debug logs";
2516const char kOptimizationGuideDebugLogsDescription[] =
2517 "Enables the optimization guide to log and save debug messages that can be "
2518 "shown in the internals page.";
2519
rajendrantb6ef55fd2022-10-20 20:25:242520const char kOptimizationGuideInstallWideModelStoreName[] =
2521 "Enables the new optimization guide install-wide model store";
2522const char kOptimizationGuideInstallWideModelStoreDescription[] =
2523 "Enables the new model store that is per Chrome installation and can "
2524 "share models across user profiles.";
2525
Tarun Bansalca4fae3d2022-04-05 21:17:342526const char kOptimizationGuidePushNotificationName[] =
Robert Ogden52285a52021-07-01 19:26:202527 "Enable optimization guide push notifications";
Tarun Bansalca4fae3d2022-04-05 21:17:342528const char kOptimizationGuidePushNotificationDescription[] =
Robert Ogden52285a52021-07-01 19:26:202529 "Enables the optimization guide to receive push notifications.";
2530
Moe Ahmadi359d0722022-05-16 23:17:332531const char kOrganicRepeatableQueriesName[] =
2532 "Organic repeatable queries in Most Visited tiles";
2533const char kOrganicRepeatableQueriesDescription[] =
2534 "Enables showing the most repeated queries, from the device browsing "
2535 "history, organically among the most visited sites in the MV tiles.";
2536
Daniel Vogelheim88d1ca9e2022-02-04 19:53:452537const char kOriginAgentClusterDefaultName[] =
2538 "Origin-keyed Agent Clusters by default";
2539const char kOriginAgentClusterDefaultDescription[] =
2540 "Select the default behaviour for the Origin-Agent-Cluster http header. "
2541 "If enabled, an absent header will cause pages to be assigned to an "
2542 "origin-keyed agent cluster, and to a site-keyed agent cluster when "
2543 "disabled. Documents whose agent clusters are origin-keyed cannot set "
2544 "document.domain to relax the same-origin policy.";
2545
W. James MacLean2f339dc2023-05-25 14:43:412546const char kOriginKeyedProcessesByDefaultName[] =
2547 "Origin-keyed Processes by default";
2548const char kOriginKeyedProcessesByDefaultDescription[] =
2549 "Enables origin-keyed process isolation for most pages (i.e., those "
2550 "assigned to an origin-keyed agent cluster by default). This improves "
2551 "security but also increases the number of processes created. Note: "
2552 "enabling this feature also enables 'Origin-keyed Agent Clusters by "
2553 "default'.";
2554
Ethan Mooney01e6f192021-06-10 13:14:072555const char kOsSettingsAppNotificationsPageName[] =
2556 "CrOS Settings App Notifications Page";
2557const char kOsSettingsAppNotificationsPageDescription[] =
2558 "If enabled, a new App Notifications subpage will appear in the "
2559 "CrOS Settings Apps section.";
2560
Wez600f06c2021-03-05 20:32:302561const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
2562const char kOverlayScrollbarsDescription[] =
2563 "Enable the experimental overlay scrollbars implementation. You must also "
2564 "enable threaded compositing to have the scrollbars animate.";
2565
Daniele Castagna74ddb9c2018-06-21 22:59:022566const char kOverlayStrategiesName[] = "Select HW overlay strategies";
2567const char kOverlayStrategiesDescription[] =
Harry Cutts14a1da052023-05-15 16:41:162568 "Select strategies used to promote quads to HW overlays. Note that "
2569 "strategies other than Default may break playback of protected content.";
Daniele Castagna74ddb9c2018-06-21 22:59:022570const char kOverlayStrategiesDefault[] = "Default";
2571const char kOverlayStrategiesNone[] = "None";
2572const char kOverlayStrategiesUnoccludedFullscreen[] =
2573 "Unoccluded fullscreen buffers (single-fullscreen)";
2574const char kOverlayStrategiesUnoccluded[] =
2575 "Unoccluded buffers (single-fullscreen,single-on-top)";
2576const char kOverlayStrategiesOccludedAndUnoccluded[] =
2577 "Occluded and unoccluded buffers "
2578 "(single-fullscreen,single-on-top,underlay)";
2579
Jinsuk Kim2e139e432021-02-26 03:46:562580const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
2581const char kOverscrollHistoryNavigationDescription[] =
2582 "History navigation in response to horizontal overscroll.";
2583
minch1ad858c2021-06-24 20:30:012584const char kOverviewButtonName[] = "Overview button at the status area";
2585const char kOverviewButtonDescription[] =
2586 "If enabled, always show the overview button at the status area.";
2587
Richard Chui9bb649182022-12-09 07:12:022588const char kOverviewDeskNavigationName[] =
2589 "CrOS Labs: Overview Desk Navigation";
2590const char kOverviewDeskNavigationDescription[] =
2591 "Stay in overview when navigating between desks using a swipe gesture or "
2592 "keyboard shortcut.";
2593
Sophie Chang9081cb32021-09-28 22:39:102594const char kPageContentAnnotationsName[] = "Page content annotations";
2595const char kPageContentAnnotationsDescription[] =
2596 "Enables page content to be annotated on-device.";
2597
Sophie Chang854625a2023-03-22 19:57:332598const char kPageContentAnnotationsPersistSalientImageMetadataName[] =
2599 "Page content annotations - Persist salient image metadata";
2600const char kPageContentAnnotationsPersistSalientImageMetadataDescription[] =
2601 "Enables salient image metadata per page load to be persisted on-device.";
2602
Sophie Chang0f519332023-03-28 21:45:302603const char kPageContentAnnotationsRemotePageMetadataName[] =
2604 "Page content annotations - Remote page metadata";
2605const char kPageContentAnnotationsRemotePageMetadataDescription[] =
2606 "Enables fetching of page load metadata to be persisted on-device.";
2607
Sophie Chang8d500672022-02-09 22:45:302608const char kPageEntitiesPageContentAnnotationsName[] =
2609 "Page entities content annotations";
2610const char kPageEntitiesPageContentAnnotationsDescription[] =
2611 "Enables annotating the page entities model for each page load on-device.";
2612
Tommy C. Li7960fc82023-03-03 00:56:452613const char kPageImageServiceOptimizationGuideSalientImagesName[] =
2614 "Page Image Service - Optimization Guide Salient Images";
2615const char kPageImageServiceOptimizationGuideSalientImagesDescription[] =
2616 "Enables the PageImageService fetching images from the Optimization Guide "
2617 "Salient Images source.";
2618
Tommy C. Li315f9ff62023-03-16 16:13:152619const char kPageImageServiceSuggestPoweredImagesName[] =
2620 "Page Image Service - Suggest Powered Images";
2621const char kPageImageServiceSuggestPoweredImagesDescription[] =
2622 "Enables the PageImageService fetching images from the Suggest source.";
2623
Filipa Senrafc3fb4522023-03-17 18:12:222624const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavs[] =
2625 "'About this site' keep side panel on same tab navs";
2626const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavsDescription[] =
2627 "Keeps the 'About this site' side panel open and updated on same tab "
2628 "navigations.";
2629
Filipa Senrab5787562023-02-20 11:03:502630const char kPageInfoAboutThisSiteNewIconName[] = "'About this site' new icon";
2631const char kPageInfoAboutThisSiteNewIconDescription[] =
2632 "Shows the 'About this site' section in the page info UI with a new google "
2633 "branded icon.";
2634
Christian Dullweber77ae6752022-12-14 18:58:382635const char kPageInfoAboutThisSiteNonEnName[] =
2636 "'About this site' section in page info in all languages";
2637const char kPageInfoAboutThisSiteNonEnDescription[] =
2638 "Enable the 'About this site' section in the page info UI in languages "
2639 "other than English.";
Olesia Marukhno0fc754b2021-09-17 15:05:062640
Christian Dullweber8fdeb5d2022-08-24 20:14:572641const char kPageInfoboutThisPageDescriptionPlaceholderName[] =
2642 "AboutThisPage description placeholder";
2643const char kPageInfoboutThisPageDescriptionPlaceholderDescription[] =
2644 "Shows a placeholder when no description is availble instead of not "
2645 "showing an entry at all";
2646
2647const char kPageInfoboutThisPagePersistentEntryName[] =
2648 "AboutThisPage persistent SidePanel entry";
2649const char kPageInfoboutThisPagePersistentEntryDescription[] =
2650 "Registers a SidePanel entry on pageload if 'AboutThisPage' info is "
2651 "available";
2652
Zofia Salatad830d4b2022-09-19 09:22:362653const char kPageInfoCookiesSubpageName[] = "Cookies subpage in page info";
2654const char kPageInfoCookiesSubpageDescription[] =
2655 "Enable the Cookies subpage in page info for managing cookies and site "
2656 "data.";
2657
Christian Dullweberec4715a82022-04-28 17:12:012658const char kPageInfoMoreAboutThisPageName[] =
2659 "'More about this page' link in page info";
2660const char kPageInfoMoreAboutThisPageDescription[] =
2661 "Enable the 'More about this page' link in the 'From the web' section of "
2662 "page info.";
2663
Zofia Salata1f9c6ae2022-07-21 16:23:312664const char kPageInfoHideSiteSettingsName[] = "Page info hide site settings";
2665const char kPageInfoHideSiteSettingsDescription[] =
2666 "Hides site settings row in the page info menu.";
2667
Olesia Marukhno4f39c7fb2021-12-14 16:55:482668const char kPageInfoHistoryDesktopName[] = "Page info history";
2669const char kPageInfoHistoryDesktopDescription[] =
2670 "Enable a history section in the page info.";
2671
Sophie Chang8d500672022-02-09 22:45:302672const char kPageVisibilityPageContentAnnotationsName[] =
2673 "Page visibility content annotations";
2674const char kPageVisibilityPageContentAnnotationsDescription[] =
2675 "Enables annotating the page visibility model for each page load "
2676 "on-device.";
2677
Xing Liu5400a002017-09-15 21:48:292678const char kParallelDownloadingName[] = "Parallel downloading";
2679const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:062680 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:292681
rgod9bbe0a52023-05-10 16:04:292682const char kPasswordGenerationExperimentName[] =
2683 "Password generation experiment";
2684const char kPasswordGenerationExperimentDescription[] =
2685 "Enables different experiments that modify content and behavior of the "
2686 "existing generated password suggestion dropdown.";
2687
Andrii Natiahlyid9fd4282023-04-14 10:38:522688const char kPasswordsImportM2Name[] = "Passwords Import M2";
2689const char kPasswordsImportM2Description[] =
2690 "Extends passwords import flow in password settings with conflict "
2691 "resolution functionality.";
2692
Norge Vizcay81af8802022-09-06 09:57:122693const char kForceEnableFastCheckoutCapabilitiesName[] =
2694 "Force enable fast checkout capabilities";
2695const char kForceEnableFastCheckoutCapabilitiesDescription[] =
2696 "Force enables fast checkout capabilities for every domain, regardless "
2697 "of the server response.";
2698
Nektarios Paisios989068702022-03-02 09:06:562699const char kPdfOcrName[] = "Performs OCR on inaccessible PDFs";
2700const char kPdfOcrDescription[] =
2701 "Enables a feature whereby inaccessible (i.e. untagged) PDFs are made "
2702 "accessible using an optical character recognition service.";
2703
Carlos ILc5c2e2702020-12-15 21:19:502704const char kPdfXfaFormsName[] = "PDF XFA support";
2705const char kPdfXfaFormsDescription[] =
2706 "Enables support for XFA forms in PDFs. "
2707 "Has no effect if Chrome was not built with XFA support.";
2708
Max Leefb53d9c2022-09-01 00:23:342709const char kVmPerBootShaderCacheName[] = "VM per-boot shader cache";
2710const char kVmPerBootShaderCacheDescription[] =
Max Lee324065832022-09-08 07:15:242711 "If enabled, VM shader cache is refreshed per boot. If disabled, VM shader "
2712 "cache is refreshed per OS build.";
Max Leefb53d9c2022-09-01 00:23:342713
Peter Beverloodcd5d9652021-10-11 23:30:592714const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents";
2715const char kAutoWebContentsDarkModeDescription[] =
Aran Gilman5e9672bed2019-08-02 19:07:492716 "Automatically render all web contents using a dark theme.";
2717
Alison Maherc07a3fb2019-10-07 21:25:032718const char kForcedColorsName[] = "Forced Colors";
2719const char kForcedColorsDescription[] =
2720 "Enables forced colors mode for web content.";
2721
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242722const char kWindowsScrollingPersonalityName[] = "Windows Scrolling Personality";
2723const char kWindowsScrollingPersonalityDescription[] =
Matt Amertecf4bf32019-09-25 19:50:392724 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242725 "of the scroller size and the default scroll animation is replaced with "
2726 "Impulse-style scroll animations.";
Matt Amertecf4bf32019-09-25 19:50:392727
Olesia Marukhno16fdd647a2020-05-04 09:34:002728const char kPermissionChipName[] = "Permissions Chip Experiment";
2729const char kPermissionChipDescription[] =
2730 "Enables an experimental permission prompt that uses a chip in the location"
2731 " bar.";
2732
Florian Jackyca9da172022-09-26 16:29:462733const char kChipLocationBarIconOverrideName[] =
2734 "Chip Location Bar Icon Override Experiment.";
2735const char kChipLocationBarIconOverrideDescription[] =
2736 "Enables an experimental location bar icon override while a chip is shown "
2737 "in the location bar. Takes effect when #permission-chip or "
2738 "#confirmation-chip are active.";
2739
2740const char kConfirmationChipName[] = "Confirmation Chip Experiment";
2741const char kConfirmationChipNameDescription[] =
2742 "Enables an experimental confirmation chip in the location bar after a "
Florian Jackycb018cb2022-10-10 09:57:362743 "permission prompt shown has been decided by the user.";
Florian Jackyca9da172022-09-26 16:29:462744
Andy Paicu204a1bb82020-11-12 21:50:142745const char kPermissionPredictionsName[] = "Permission Predictions";
2746const char kPermissionPredictionsDescription[] =
2747 "Use the Permission Predictions Service to surface permission requests "
2748 "using a quieter UI when the likelihood of the user granting the "
2749 "permission is predicted to be low. Requires "
Balazs Engedy6f94e1c2021-11-22 14:16:352750 "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be "
2751 "enabled.";
Andy Paicu204a1bb82020-11-12 21:50:142752
Illia Klimovdf283b02021-07-07 17:33:252753const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2754const char kPermissionQuietChipDescription[] =
Illia Klimov1b2ca40c2022-06-09 20:02:412755 "Enables a permission prompt that uses the quiet chip instead of the "
2756 "right-hand side address bar icon for quiet permission prompts. Requires "
2757 "chrome://flags/#quiet-notification-prompts to be enabled.";
Illia Klimovdf283b02021-07-07 17:33:252758
Tom Van Goethem7ad67c082022-12-13 18:56:262759const char kRecordPermissionExpirationTimestampsName[] =
2760 "Record permission expiration timestamps";
2761const char kRecordPermissionExpirationTimestampsDescription[] =
2762 "When enabled, permissions grants with a durable session model will have "
2763 "an expiration date set.";
2764
Brandon Wylie130e5792023-02-23 23:59:382765const char kPowerBookmarkBackendName[] = "Power bookmark backend";
2766const char kPowerBookmarkBackendDescription[] =
2767 "Enables storing additional metadata to support power bookmark features.";
2768
Emily Shack675ca992022-11-18 22:07:242769const char kPowerBookmarksSidePanel[] = "Power bookmarks side panel";
2770const char kPowerBookmarksSidePanelDescription[] =
2771 "Enables the power bookmarks version of the bookmarks side panel content.";
2772
Brandon Wylie955a16942021-09-24 22:43:102773const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow";
2774const char kBookmarksImprovedSaveFlowDescription[] =
2775 "Enabled an improved save flow for bookmarks.";
2776
Brandon Wylief203eee2021-10-11 22:55:452777const char kBookmarksRefreshName[] = "Bookmarks refresh";
Brandon Wylie9fe37582021-08-24 01:22:532778const char kBookmarksRefreshDescription[] =
Brandon Wylief203eee2021-10-11 22:55:452779 "Enable various changes to bookmarks.";
Brandon Wylie9fe37582021-08-24 01:22:532780
Robert Lin4035ebb2021-10-08 12:23:412781const char kOmniboxTriggerForPrerender2Name[] =
2782 "Omnibox trigger for Prerender2";
2783const char kOmniboxTriggerForPrerender2Description[] =
2784 "Enables the new omnibox trigger prerenderer implementation.";
2785
Lingqi Chi357fcda12022-02-18 03:34:152786const char kSupportSearchSuggestionForPrerender2Name[] =
2787 "Prerender search suggestions";
2788const char kSupportSearchSuggestionForPrerender2Description[] =
2789 "Allows Prerender2 to prerender search suggestions provided by the default "
Johann6299c232022-11-21 03:10:442790 "search engine.";
Lingqi Chi357fcda12022-02-18 03:34:152791
Ryan Sturm0c7162f72022-09-16 15:13:412792const char kEnableOmniboxSearchPrefetchName[] = "Omnibox prefetch Search";
2793const char kEnableOmniboxSearchPrefetchDescription[] =
2794 "Allows omnibox to prefetch likely search suggestions provided by the "
2795 "Default Search Engine";
2796
2797const char kEnableOmniboxClientSearchPrefetchName[] =
2798 "Omnibox client prefetch Search";
2799const char kEnableOmniboxClientSearchPrefetchDescription[] =
2800 "Allows omnibox to prefetch search suggestions provided by the Default "
2801 "Search Engine that the client thinks are likely to be navigated. Requires "
2802 "chrome://flags/#omnibox-search-prefetch";
2803
Andrey Zaytsev7c790c12022-05-23 13:07:302804const char kPrivacyGuideAndroidName[] = "Privacy Guide on Android";
2805const char kPrivacyGuideAndroidDescription[] =
2806 "Shows a new subpage in Settings that helps the user to review various "
2807 "privacy settings.";
2808
John Delaney1d6e4b5c2022-03-25 02:19:222809const char kPrivacySandboxAdsAPIsOverrideName[] = "Privacy Sandbox Ads APIs";
2810const char kPrivacySandboxAdsAPIsOverrideDescription[] =
Nan Lin066a81a2022-04-20 18:46:542811 "Enables Privacy Sandbox APIs: Attribution Reporting, Fledge, Topics, "
Alex Turner64f3bef2022-09-09 18:56:582812 "Fenced Frames, Shared Storage, Private Aggregation, and their associated "
2813 "features.";
John Delaney1d6e4b5c2022-03-25 02:19:222814
Liam Brady018446b82023-06-23 18:03:292815const char kPrivacySandboxEnrollmentOverridesName[] =
2816 "Privacy Sandbox Enrollment Overrides";
2817const char kPrivacySandboxEnrollmentOverridesDescription[] =
2818 "Allows a list of sites to use Privacy Sandbox features without them being "
2819 "enrolled and attested into the Privacy Sandbox experiment. See: "
2820 "https://developer.chrome.com/en/docs/privacy-sandbox/enroll/";
2821
Theodore Olsauskas-Warren474cdb52023-01-04 10:16:342822const char kPrivacySandboxSettings4Name[] = "Privacy Sandbox Settings V4";
2823const char kPrivacySandboxSettings4Description[] =
2824 "Enables updated Privacy Sandbox UI";
2825
Alex Turnerb6d89fa2022-10-12 18:33:572826const char kPrivateAggregationDeveloperModeName[] =
2827 "Private Aggregation developer mode";
2828const char kPrivateAggregationDeveloperModeDescription[] =
2829 "Enables the developer mode for the Private Aggregation API. This removes "
2830 "all reporting delays. Only works if the Private Aggregation API is "
2831 "already enabled.";
Alex Turner2d504952022-09-21 23:56:492832
Mohsen Izadi93faac12017-07-29 04:45:152833const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2834const char kPullToRefreshDescription[] =
2835 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012836const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152837
Finnur Thorarinssonfb625e12022-09-06 17:22:532838const char kPWAsDefaultOfflinePageName[] = "Default offline page for PWAs";
2839const char kPWAsDefaultOfflinePageDescription[] =
2840 "Shows customised default offline page when web app is offline.";
2841
Finnur Thorarinsson528355742022-03-07 10:57:012842const char kPwaUpdateDialogForAppIconName[] =
2843 "Enable PWA install update dialog for icon changes";
2844const char kPwaUpdateDialogForAppIconDescription[] =
2845 "Enable a confirmation dialog that shows up when a PWA changes its icon";
2846
Rakina Zata Amnibd37a572023-06-14 09:58:162847const char kRenderDocumentName[] = "Enable RenderDocument";
2848const char kRenderDocumentDescription[] =
2849 "Enable swapping RenderFrameHosts on same-site navigations";
2850
Brett Wilsonecb80982017-07-12 20:34:512851const char kQuicName[] = "Experimental QUIC protocol";
2852const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2853
Lei Zhange52be9912023-06-23 17:29:132854const char kQuickAppAccessTestUIName[] = "Internal test: quick app access";
2855const char kQuickAppAccessTestUIDescription[] =
Matthew Mourgos467fb1e2023-04-26 21:28:302856 "Show an app in the quick app access area at the start of the session";
2857
Jiahe Zhangc3577e332022-06-22 11:20:382858const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] =
2859 "Quick intensive throttling after loading";
2860const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] =
2861 "For pages that are loaded when backgrounded, activates intensive "
Jiahe Zhang498669852022-12-12 17:21:102862 "throttling after 1 minute instead of the default 5 minutes. Intensive "
Jiahe Zhangc3577e332022-06-22 11:20:382863 "throttling will limit wake ups, from setTimeout and setInterval tasks "
2864 "with a high nesting level and delayed scheduler.postTask tasks, to 1 per "
2865 "minute. See https://chromestatus.com/feature/5580139453743104 for more "
2866 "info.";
2867
Lei Zhange52be9912023-06-23 17:29:132868const char kQuickDeleteForAndroidName[] = "Enable quick delete";
2869const char kQuickDeleteForAndroidDescription[] =
Rohit Agarwal5e1c17fc2023-02-03 11:44:152870 "When enabled, a new quick delete option appears in the three dots menu, "
2871 "allowing users to quickly delete their last 15 mins of data.";
2872
Yulun Wuc7439a652021-06-18 17:24:182873const char kSettingsAppNotificationSettingsName[] =
2874 "Split notification permission settings";
2875const char kSettingsAppNotificationSettingsDescription[] =
2876 "Remove per-app notification permissions settings from the quick settings "
2877 "menu. Notification permission settings will be split between the "
2878 "lacros-chrome browser's notification permission page "
2879 "and the ChromeOS settings app.";
2880
Alan Cutter20fd08f2020-12-01 13:39:162881const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2882const char kRecordWebAppDebugInfoDescription[] =
2883 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442884 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162885
Victor Tan0e75ea52022-08-12 16:46:282886const char kReduceAcceptLanguageName[] =
2887 "Reduce Accept-Language request header";
2888const char kReduceAcceptLanguageDescription[] =
2889 "Reduce the amount of information available in the Accept-Language request "
2890 "header. See https://github.com/Tanych/accept-language for more info.";
2891
James Hollyer6e5f5c32020-07-27 21:18:102892const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2893const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222894 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2895 "API";
James Hollyer6e5f5c32020-07-27 21:18:102896
Zoraiz Naeem82fa01072022-06-14 20:13:092897const char kRoundedDisplay[] = "Rounded display";
2898const char kRoundedDisplayDescription[] =
2899 "Enables rounded corners for the display";
2900
Zoraiz Naeem056fe4b2023-05-23 00:35:382901const char kRoundedWindows[] = "Use rounded windows";
2902const char kRoundedWindowsDescription[] =
2903 "Specifies the radius of rounded windows in DIPs (Device Independent "
2904 "Pixels)";
2905
Dominic Farolino0e1f9a1a2020-11-25 23:25:002906const char kMBIModeName[] = "MBI Scheduling Mode";
2907const char kMBIModeDescription[] =
2908 "Enables independent agent cluster scheduling, via the "
2909 "AgentSchedulingGroup infrastructure.";
2910
Eduard Hez0141dce2022-09-22 11:46:502911const char kSafetyCheckNotificationPermissionsName[] =
2912 "Permission Module for notifications in Safety Check";
2913const char kSafetyCheckNotificationPermissionsDescription[] =
2914 "When enabled, adds the notification permission module to Safety Check on "
2915 "desktop. The module will be shown depending on the browser state.";
2916
2917const char kSafetyCheckUnusedSitePermissionsName[] =
2918 "Permission Module for unused sites in Safety Check";
2919const char kSafetyCheckUnusedSitePermissionsDescription[] =
2920 "When enabled, adds the unused sites permission module to Safety Check on "
2921 "desktop. The module will be shown depending on the browser state.";
Side Yilmazcdd69f782022-07-22 08:05:302922
Side Yilmaz468cad22023-05-10 10:43:062923const char kSafetyHubName[] = "Safety Hub";
2924const char kSafetyHubDescription[] =
2925 "When enabled, Safety Hub will be visible in settings.";
2926
Andrew Pantera67b07b42022-12-06 19:32:002927const char kSameAppWindowCycleName[] = "Cros Labs: Same App Window Cycling";
2928const char kSameAppWindowCycleDescription[] =
2929 "Use Alt+` to cycle through the windows of the active application.";
2930
Dylan Cutlerc2988fe2021-08-05 14:24:372931const char kPartitionedCookiesName[] = "Partitioned cookies";
2932const char kPartitionedCookiesDescription[] =
2933 "Controls if the Partitioned cookie attribute is enabled.";
2934
Nathan Eliason320cf312022-07-26 23:02:322935const char kThirdPartyStoragePartitioningName[] =
2936 "Experimental third-party storage partitioning.";
2937const char kThirdPartyStoragePartitioningDescription[] =
2938 "Enables partitioning of third-party storage by top-level site. "
2939 "Note: this is under active development and may result in unexpected "
2940 "behavior. Please file bugs at https://bugs.chromium.org/p/chromium/issues/"
2941 "entry?labels=StoragePartitioning-trial-bugs&components=Blink%3EStorage.";
2942
Jerry Liu3c11fe892023-03-20 21:00:502943const char kScreenSaverDurationName[] = "Screen saver duration settings";
2944const char kScreenSaverDurationDescription[] =
2945 "Allow users to customize screen saver running time.";
2946
Ilkin Safarli2692d5d12022-12-09 00:03:212947const char kScreenSaverPreviewName[] = "Screen saver preview";
2948const char kScreenSaverPreviewDescription[] =
2949 "Enables the screen saver preview feature which allows the users to "
2950 "preview current screen saver.";
2951
Elaine Chien2b731c82021-01-28 17:50:562952const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142953const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592954const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142955 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592956
David Pennington423db8f2022-10-24 22:30:042957const char kTabScrollingButtonPositionFlagId[] =
2958 "tab-scrolling-button-position";
2959const char kTabScrollingButtonPositionName[] = "Tab Scrolling Buttons";
2960const char kTabScrollingButtonPositionDescription[] =
2961 "Enables buttons on the tab strip to scroll left and right when full";
2962
Shibalik Mohapatra9a31f7d32022-10-26 23:53:592963const char kScrollableTabStripWithDraggingFlagId[] =
2964 "scrollable-tabstrip-with-dragging";
2965const char kScrollableTabStripWithDraggingName[] =
2966 "Tab Scrolling With Dragging";
2967const char kScrollableTabStripWithDraggingDescription[] =
2968 "Scrolls the tabstrip while dragging tabs towards the end of the visible "
2969 "view.";
2970
David Pennington02c635e2022-11-18 01:03:452971const char kScrollableTabStripOverflowFlagId[] = "scrollable-tabstrip-overflow";
2972const char kScrollableTabStripOverflowName[] =
2973 "Tab Scrolling Overflow Indicator";
2974const char kScrollableTabStripOverflowDescription[] =
2975 "Choices for overflow indicators shown when the tabstrip is in scrolling "
2976 "mode.";
2977
Taylor Bergquist9adeb292022-08-25 20:33:082978const char kSplitTabStripName[] = "Split TabStrip";
2979const char kSplitTabStripDescription[] =
2980 "Splits pinned and unpinned tabs into separate TabStrips under the hood. "
2981 "Pure refactoring, no user-visible behavioral changes are included.";
2982
David Bokanebe23cc52020-05-11 18:20:462983const char kScrollUnificationName[] = "Scroll Unification";
2984const char kScrollUnificationDescription[] =
2985 "Refactoring project that eliminates scroll handling code from Blink. "
2986 "Does not affect behavior or performance.";
2987
Lei Zhange52be9912023-06-23 17:29:132988const char kSearchResultInlineIconName[] = "Search Result Inline Icons";
2989const char kSearchResultInlineIconDescription[] =
Yulun Wu04255512022-02-15 01:34:152990 "Show iconified text and vector icons "
2991 "in launcher search results.";
2992
Lei Zhange52be9912023-06-23 17:29:132993const char kDynamicSearchUpdateAnimationName[] =
Yulun Wu1cd0faa2022-03-03 06:59:212994 "Dynamic Search Result Update Animation";
Lei Zhange52be9912023-06-23 17:29:132995const char kDynamicSearchUpdateAnimationDescription[] =
Yulun Wu1cd0faa2022-03-03 06:59:212996 "Dynamically adjust the search result update animation when those update "
2997 "animations are preempted. Shortened animation durations configurable "
2998 "(unit: milliseconds).";
2999
Rouslan Solomakhine73fa7852020-08-28 10:33:463000const char kSecurePaymentConfirmationDebugName[] =
3001 "Secure Payment Confirmation Debug Mode";
3002const char kSecurePaymentConfirmationDebugDescription[] =
3003 "This flag removes the restriction that PaymentCredential in WebAuthn and "
3004 "secure payment confirmation in PaymentRequest API must use user verifying "
3005 "platform authenticators.";
3006
Victor Hugo Vianna Silvaf0a44002022-02-16 10:38:003007const char kSendTabToSelfSigninPromoName[] = "Send tab to self sign-in promo";
3008const char kSendTabToSelfSigninPromoDescription[] =
3009 "Enables a sign-in promo if the user attempts to share a tab while being "
3010 "signed out";
3011
Marlon Faceyfce1a9e2022-03-31 23:48:063012const char kSidePanelJourneysFlagId[] = "side-panel-journeys";
3013const char kSidePanelJourneysName[] = "Side panel journeys";
3014const char kSidePanelJourneysDescription[] =
3015 "Enables Journeys within the side panel.";
3016
Marlon Facey41373d72b2022-10-11 02:34:093017const char kSidePanelJourneysQuerylessFlagId[] =
3018 "side-panel-journeys-queryless";
3019const char kSidePanelJourneysQuerylessName[] = "Side panel journeys queryless";
3020const char kSidePanelJourneysQuerylessDescription[] =
3021 "Enables Journeys queryless view within the side panel.";
3022
Kyle Milkacf3aa6e12021-07-28 00:34:023023const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
3024const char kSharingDesktopScreenshotsDescription[] =
3025 "Enables taking"
3026 " screenshots from the desktop sharing hub.";
3027
Yulun Wuee444262023-01-31 22:40:523028const char kShelfStackedHotseatName[] = "Shelf Stacked Hotseat";
3029const char kShelfStackedHotseatDescription[] =
3030 "Stack the hotseat app bar above the shelf button panels/system tray when "
3031 "there is not enough space for the app bar.";
3032
Brett Wilsonecb80982017-07-12 20:34:513033const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
3034const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:383035 "Annotates web forms with Autofill signatures as HTML attributes. Also "
3036 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:513037
3038const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
3039const char kShowAutofillTypePredictionsDescription[] =
3040 "Annotates web forms with Autofill field type predictions as placeholder "
3041 "text.";
3042
Lei Zhang1a6fd01b2021-03-24 17:03:483043const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
3044const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:153045 "Display the performance metrics of current page in a heads up display on "
3046 "the page.";
3047
pwarren878671672019-12-13 19:18:163048const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
3049const char kShowOverdrawFeedbackDescription[] =
3050 "Visualize overdraw by color-coding elements based on if they have other "
3051 "elements drawn underneath.";
3052
Sharon Yangf68d8c32023-06-27 17:27:543053const char kSiteInstanceGroupsForDataUrlsName[] =
3054 "SiteInstanceGroups for data: URLs";
3055const char kSiteInstanceGroupsForDataUrlsDescription[] =
3056 "Put data: URL subframes in a separate SiteInstance from the initiator, "
3057 "but in the same SiteInstanceGroup, and thus the same process.";
3058
Lukasz Anforowiczd2e16e62019-03-28 19:06:593059const char kIsolateOriginsName[] = "Isolate additional origins";
3060const char kIsolateOriginsDescription[] =
3061 "Requires dedicated processes for an additional set of origins, "
3062 "specified as a comma-separated list.";
3063
Mike West6b2bd752020-12-02 06:36:593064const char kIsolationByDefaultName[] =
3065 "Change web-facing behaviors that prevent origin-level isolation";
3066const char kIsolationByDefaultDescription[] =
3067 "Change several web APIs that make it difficult to isolate origins into "
3068 "distinct processes. While these changes will ideally become new default "
3069 "behaviors for the web, this flag is likely to break your experience on "
3070 "sites you visit today.";
3071
Lukasz Anforowicz738a88d2018-11-05 19:19:343072const char kSiteIsolationOptOutName[] = "Disable site isolation";
3073const char kSiteIsolationOptOutDescription[] =
3074 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:573075 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
3076 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:223077 "isolation is force-enabled using a command line switch or using an "
3078 "enterprise policy. "
3079 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:573080 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:343081const char kSiteIsolationOptOutChoiceDefault[] = "Default";
3082const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:513083
Sunny Sachanandaniad91d1a2023-05-18 23:31:313084const char kSkiaGraphiteName[] = "Skia Graphite";
3085const char kSkiaGraphiteDescription[] =
3086 "Enable Skia Graphite. This will use the Dawn backend by default, but can "
3087 "be overridden with command line flags for testing on non-official "
3088 "developer builds. See --skia-graphite-backend flag in gpu_switches.h.";
3089
Brett Wilsonecb80982017-07-12 20:34:513090const char kSmoothScrollingName[] = "Smooth Scrolling";
3091const char kSmoothScrollingDescription[] =
3092 "Animate smoothly when scrolling page content.";
3093
shivanigithub75489e352021-02-22 19:24:303094const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
3095const char kSplitCacheByNetworkIsolationKeyDescription[] =
3096 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
3097 "disallow cross-site tracking.";
3098
Lei Zhang507fffd2020-01-29 23:47:543099const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
3100const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:463101 "Experimental security mode that strengthens the site isolation policy. "
3102 "Controls whether site isolation should use origins instead of scheme and "
3103 "eTLD+1.";
3104
Brandon Maslenda12cf82019-08-23 20:54:183105const char kStorageAccessAPIName[] = "Storage Access API";
3106const char kStorageAccessAPIDescription[] =
3107 "Enables the Storage Access API, allowing websites to request storage "
3108 "access when it would otherwise be restricted.";
3109
Lexi Stavrakos094fd642020-06-17 23:26:433110const char kStoragePressureEventName[] = "Enable storage pressure Event";
3111const char kStoragePressureEventDescription[] =
3112 "If enabled, Chrome will dispatch a DOM event, informing applications "
3113 "about storage pressure (low disk space)";
3114
Brett Wilsonecb80982017-07-12 20:34:513115const char kSuggestionsWithSubStringMatchName[] =
3116 "Substring matching for Autofill suggestions";
3117const char kSuggestionsWithSubStringMatchDescription[] =
3118 "Match Autofill suggestions based on substrings (token prefixes) rather "
3119 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:343120
Irem Uguza84737922022-05-19 09:37:153121const char kSupportTool[] = "Support Tool";
3122const char kSupportToolDescription[] =
3123 "Support Tool collects and exports logs to help debugging the issues. It's"
3124 " available in chrome://support-tool.";
3125
Irem Uguz1eca96212023-04-24 14:04:153126const char kSupportToolCopyTokenButton[] = "Support Tool Copy Token Button";
3127const char kSupportToolCopyTokenButtonDescription[] =
3128 "Enables the copy token button on Support Tool URL generation page.";
3129
Yumin Su90c764de2022-09-28 19:56:153130const char kSupportToolScreenshot[] = "Support Tool Screenshot";
3131const char kSupportToolScreenshotDescription[] =
3132 "Enables the Support Tool to capture and include a screenshot in the "
3133 "exported packet.";
3134
Patrick Nolandfa5abf92022-02-02 20:26:133135const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures";
3136const char kSuppressToolbarCapturesDescription[] =
3137 "Suppress Toolbar Captures except when certain properties change.";
3138
Alexander Tekle629b1be2022-12-05 23:55:123139const char kSyncAutofillWalletUsageDataName[] =
3140 "Sync Autofill Wallet Usage Data";
3141const char kSyncAutofillWalletUsageDataDescription[] =
3142 "When enabled, allows syncing of the autofill wallet usage data type.";
3143
Marc Treibb9d8ed802022-07-05 15:15:493144const char kSyncEnableHistoryDataTypeName[] = "Enable History sync data type";
3145const char kSyncEnableHistoryDataTypeDescription[] =
3146 "Enables the History sync data type instead of TypedURLs";
3147
Brett Wilsonecb80982017-07-12 20:34:513148const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
3149const char kSyncSandboxDescription[] =
3150 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:343151
Mikel Astiz850b0fe2021-06-16 09:47:273152const char kSyncTrustedVaultPassphrasePromoName[] =
3153 "Enable promos for sync trusted vault passphrase.";
3154const char kSyncTrustedVaultPassphrasePromoDescription[] =
3155 "Enables promos for an experimental sync passphrase type, referred to as "
3156 "trusted vault.";
3157
Joe Downing8cbbc192018-05-14 17:37:073158const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
3159const char kSystemKeyboardLockDescription[] =
3160 "Enables websites to use the keyboard.lock() API to intercept system "
3161 "keyboard shortcuts and have the events routed directly to the website "
3162 "when in fullscreen mode.";
3163
Hongyu Long3bd31e52022-11-21 20:08:303164const char kSystemSoundsName[] = "Power Sounds";
3165const char kSystemSoundsDescription[] =
3166 "Enable device charging and low battery warning sounds.";
3167
Ahmed Mehfoozf719a672020-12-17 23:32:523168const char kStylusBatteryStatusName[] =
3169 "Show stylus battery stylus in the stylus tools menu";
3170const char kStylusBatteryStatusDescription[] =
3171 "Enables viewing the current stylus battery level in the stylus tools "
3172 "menu.";
3173
Ranjith Kagathi Anandad13a1a72023-05-20 00:28:303174const char kTabDragDropName[] = "Tab Drag and Drop";
3175const char kTabDragDropDescription[] =
3176 "Enables Tab drag and drop UI to move tab across windows.";
3177
Matt Simmons1fd0c9f2019-04-15 19:08:223178const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
3179const char kTabEngagementReportingDescription[] =
3180 "Tracks tab engagement and lifetime metrics.";
3181
Yusuf Ozuysal67f05a02019-02-15 19:30:523182const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
3183const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463184 "Allows users to see their tabs in a grid layout in the tab switcher on "
3185 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:523186
Mei Liang6b296982021-10-06 22:49:043187const char kCommerceDeveloperName[] = "Commerce developer mode";
3188const char kCommerceDeveloperDescription[] =
3189 "Allows users in the allowlist to enter the developer mode";
3190
Ayman Almadhoun5a72fa742021-04-28 05:49:153191const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
3192const char kCommerceMerchantViewerAndroidDescription[] =
3193 "Allows users to view merchant trust signals on eligible pages.";
3194
Yue Zhange5610102019-11-01 19:46:393195const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
3196const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463197 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:393198
Alyssa Frederickab694f22021-07-02 20:05:393199const char kTabGroupsSaveName[] = "Tab Groups Save";
3200const char kTabGroupsSaveDescription[] =
3201 "Enables users to explicitly save and recall tab groups.";
3202
Charles Mengb48a56c2023-06-26 17:20:073203const char kTabHoverCardImageSettingsName[] = "Tab Hover Card Image Setting";
3204const char kTabHoverCardImageSettingsDescription[] =
3205 "Show a toggle in appearance settings to control if tab hover card preview "
3206 "images are shown.";
3207
Eshwar Stalinf1bb82c2023-05-16 17:12:423208const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
3209const char kTabHoverCardImagesDescription[] =
3210 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
3211
Yuheng Huang59d1d302021-10-29 21:21:143212const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search";
3213const char kTabSearchFuzzySearchDescription[] =
3214 "Enable fuzzy search for Tab Search.";
3215
Wen-Chien Wange893a8d2022-10-05 16:53:253216const char kTextInShelfName[] = "Internal test: text in shelf";
3217const char kTextInShelfDescription[] =
3218 "Extend text in shelf timeout to learn about user education";
3219
Daniele Castagnaac71d892020-07-07 17:30:373220const char kTintCompositedContentName[] = "Tint composited content";
3221const char kTintCompositedContentDescription[] =
3222 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:293223 "study overlay support.";
3224
Peter Kastingd77428352018-10-26 15:20:253225const char kTopChromeTouchUiName[] = "Touch UI Layout";
3226const char kTopChromeTouchUiDescription[] =
3227 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:343228
Brett Wilsonecb80982017-07-12 20:34:513229const char kThreadedScrollingName[] = "Threaded scrolling";
3230const char kThreadedScrollingDescription[] =
3231 "Threaded handling of scroll-related input events. Disabling this will "
3232 "force all such scroll events to be handled on the main thread. Note that "
3233 "this can dramatically hurt scrolling performance of most websites and is "
3234 "intended for testing purposes only.";
3235
W. James MacLean17fc6852021-05-06 18:29:293236const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
3237 "Throttle non-visible cross-origin iframes";
3238const char
3239 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
3240 "When enabled, all cross-origin iframes with zero visibility (either "
W. James MacLean86b04de2022-03-25 15:00:033241 "display:none or zero viewport intersection with non-zero area) will be"
3242 " throttled, regardless of whether they are same-process or "
3243 "cross-process. When disabled, throttling for cross-process iframes is "
3244 "the same, but for same-process iframes throttling only occurs when "
3245 "the frame has zero viewport intersection, a non-zero area, and is "
3246 "not display:none.";
W. James MacLean17fc6852021-05-06 18:29:293247
Calder Kitagawae13c23912023-02-08 22:50:283248const char kThumbnailCacheRefactorName[] = "Thumbnail Cache Refactor";
3249const char kThumbnailCacheRefactorDescription[] =
3250 "When enabled the thumbnail cache for Android is updated to improve "
3251 "memory usage and performance.";
3252
W. James MacLean853cd422022-10-17 14:08:583253const char kNewBaseUrlInheritanceBehaviorName[] =
3254 "Enable new base url inheritance behaviors for srcdoc and about:blank";
3255const char kNewBaseUrlInheritanceBehaviorDescription[] =
3256 "When enabled, about:blank and srcdoc frames will use newly proposed "
3257 "behaviors around inheriting their base urls, as discussed on "
3258 "https://crbug.com/1356658. Note: this is automatically enabled when "
3259 "'isolate sandboxed iframes' is enabled.";
3260
Brett Wilsonecb80982017-07-12 20:34:513261const char kTouchDragDropName[] = "Touch initiated drag and drop";
3262const char kTouchDragDropDescription[] =
3263 "Touch drag and drop can be initiated through long press on a draggable "
3264 "element.";
3265
Brett Wilsonecb80982017-07-12 20:34:513266const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
3267const char kTouchSelectionStrategyDescription[] =
3268 "Controls how text selection granularity changes when touch text selection "
3269 "handles are dragged. Non-default behavior is experimental.";
3270const char kTouchSelectionStrategyCharacter[] = "Character";
3271const char kTouchSelectionStrategyDirection[] = "Direction";
3272
Josh Simmons7a8e7a942021-06-19 01:08:563273const char kTranslateAssistContentName[] = "Translate AssistContent";
3274const char kTranslateAssistContentDescription[] =
3275 "Enables populating translate details for the current page in "
3276 "AssistContent.";
3277
Anthony Vallee-Dubois265c5692018-06-01 15:57:143278const char kTranslateForceTriggerOnEnglishName[] =
3279 "Select which language model to use to trigger translate on English "
3280 "content";
3281const char kTranslateForceTriggerOnEnglishDescription[] =
3282 "Force the Translate Triggering on English pages experiment to be enabled "
3283 "with the selected language model active.";
3284
Josh Simmons8c98484872021-05-05 20:50:013285const char kTranslateIntentName[] = "Translate intent";
3286const char kTranslateIntentDescription[] =
3287 "Enables an intent that allows Assistant to initiate a translation of the "
3288 "foreground tab.";
Haohao Wang5b525f722019-05-18 15:37:523289
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053290const char kTreatInsecureOriginAsSecureName[] =
3291 "Insecure origins treated as secure";
3292const char kTreatInsecureOriginAsSecureDescription[] =
3293 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:133294 "supplied as a comma-separated list. Origins must have their protocol "
3295 "specified e.g. \"http://example.com\". For the definition of secure "
3296 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053297
Sergey Kataevc3be71f12022-11-18 20:11:553298const char kPrivateStateTokensName[] = "Enable Private State Tokens";
3299const char kPrivateStateTokensDescription[] =
3300 "Enables the prototype Private State Token API "
David Van Cleve08c5bc012020-03-26 17:31:463301 "(https://github.com/wicg/trust-token-api).";
3302
Javier Castro44dd9c12023-06-22 20:05:493303const char kTailoredSecurityRetryForSyncUsersName[] =
3304 "Enable Tailored Security retry for sync users";
3305const char kTailoredSecurityRetryForSyncUsersDescription[] =
3306 "Enables a stateful recovery mechanism for the Tailored Security feature";
3307
Vasilii Sukhanov36365432021-07-02 08:38:213308const char kUnifiedPasswordManagerAndroidName[] =
3309 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:563310const char kUnifiedPasswordManagerAndroidDescription[] =
3311 "Uses Google Mobile Services to store and retrieve passwords."
3312 "Warning: Highly experimental. May lead to loss of passwords and "
3313 "impact performance.";
3314
Maria Kazinova32748352022-09-27 10:34:193315const char kUnifiedPasswordManagerAndroidReenrollmentName[] =
3316 "Automatic reenrollement of users who were evicted from using Google "
3317 "Mobile Services after experiencing errors.";
3318const char kUnifiedPasswordManagerAndroidReenrollmentDescription[] =
3319 "Requires UnifiedPasswordManagerAndroid flag enabled. Allows automatic "
3320 "reenrollment into Google Mobile Services if sync and backend "
3321 "communication work.";
3322
Corentin Wallez6af45da2023-04-28 12:50:543323const char kUnsafeWebGPUName[] = "Unsafe WebGPU Support";
François Beaufortdb160c12019-05-01 06:28:143324const char kUnsafeWebGPUDescription[] =
Corentin Wallez6af45da2023-04-28 12:50:543325 "Convenience flag for WebGPU development. Enables best-effort WebGPU "
3326 "support on unsupported configurations and more! Note that this flag could "
3327 "expose security issues to websites so only use it for your own "
3328 "development.";
François Beaufortdb160c12019-05-01 06:28:143329
Brett Wilsonecb80982017-07-12 20:34:513330const char kUiPartialSwapName[] = "Partial swap";
3331const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
3332
Maksim Sisovdc5d70a2022-11-23 08:03:023333const char kUIEnableSharedImageCacheForGpuName[] = "Shared GPUImageDecodeCache";
3334const char kUIEnableSharedImageCacheForGpuDescription[] =
3335 "Enables shared GPUImageDecodeCache for UI if gpu rasterization is "
3336 "enabled.";
3337
Momoka Yamamotof1accfce2022-10-13 10:00:193338const char kUseNAT64ForIPv4LiteralName[] =
3339 "Use NAT64 translation for IPv4 literals";
3340const char kUseNAT64ForIPv4LiteralDescription[] =
3341 "Enables IPv4 to IPv6 address translation for IPv4 literals when chrome is "
3342 "on an IPv6 only network";
3343
Olesia Marukhnocfcb3882023-06-06 08:55:113344const char kUserBypassUIName[] = "User Bypass UI";
3345const char kUserBypassUIDescription[] = "Enables the User Bypass UI. ";
3346
Caroline Rising19c84902023-02-27 23:46:003347const char kUserNotesSidePanelName[] = "User notes side panel";
3348const char kUserNotesSidePanelDescription[] =
3349 "Enables the user notes feature in the side panel. "
3350 "Only works if Power bookmark backend is also enabled.";
3351
Maria Kazinova58cedc02021-08-02 17:15:113352const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
3353 "Username first flow fallback crowdsourcing";
3354const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
3355 "Support of sending additional votes on username first flow i.e. login "
3356 "flows where a user has to type username first on one page and then "
3357 "password on another page. These votes are sent on single password forms "
3358 "and contain information whether a 1-password form follows a 1-text form "
3359 "and the value's type(or pattern) in the latter (e.g. email-like, "
3360 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:283361
Zentaro Kavanagh892851f2019-05-29 15:13:313362const char kUseSearchClickForRightClickName[] =
3363 "Use Search+Click for right click";
3364const char kUseSearchClickForRightClickDescription[] =
3365 "When enabled search+click will be remapped to right click, allowing "
3366 "webpages and apps to consume alt+click. When disabled the legacy "
3367 "behavior of remapping alt+click to right click will remain unchanged.";
3368
Guoxing Zhao7e129632023-01-25 03:58:553369const char kVideoConferenceName[] = "Enable video conference features";
3370const char kVideoConferenceDescription[] =
3371 "Enables all features for ChromeOS built-in video conferencing UI.";
Guoxing Zhao13538c62022-09-15 06:08:163372
Guoxing Zhao7e129632023-01-25 03:58:553373const char kVcBackgroundReplaceName[] = "Enable vc background replacement";
3374const char kVcBackgroundReplaceDescription[] =
Jim Pollockc74e3822022-10-17 03:56:503375 "Enables background replacement feature for video conferencing on "
3376 "chromebooks. THIS WILL OVERRIDE BACKGROUND BLUR.";
3377
Ard Oerlemansc550dd02023-03-13 10:02:153378const char kVcSegmentationModelName[] = "Use a different segmentation model";
3379const char kVcSegmentationModelDescription[] =
3380 "Allows a different segmentation model to be used for blur and relighting, "
3381 "which may reduce the workload on the GPU.";
3382
Nikolas Bowe2d3e0c52023-05-22 00:20:123383const char kVcLightIntensityName[] = "VC relighting intensity";
3384const char kVcLightIntensityDescription[] =
3385 "Allows different light intenisty to be used for relighting.";
3386
Michael Hablich896d52662017-10-23 15:59:573387const char kV8VmFutureName[] = "Future V8 VM features";
3388const char kV8VmFutureDescription[] =
3389 "This enables upcoming and experimental V8 VM features. "
3390 "This flag does not enable experimental JavaScript features.";
3391
Jeff Chen64a0458a2022-01-13 17:12:173392const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper.";
3393const char kGlobalVaapiLockDescription[] =
3394 "Enable or disable the global VA-API lock for platforms and paths that "
3395 "support controlling this.";
3396
Hirokazu Honda22eb73a2021-10-29 03:58:383397const char kVp9kSVCHWDecodingName[] =
3398 "Hardware decode acceleration for k-SVC VP9";
3399const char kVp9kSVCHWDecodingDescription[] =
3400 "Enable or disable k-SVC VP9 hardware decode acceleration";
3401
Brett Wilsonecb80982017-07-12 20:34:513402const char kWalletServiceUseSandboxName[] =
3403 "Use Google Payments sandbox servers";
3404const char kWalletServiceUseSandboxDescription[] =
3405 "For developers: use the sandbox service for Google Payments API calls.";
3406
Simon Hanglf8a8cf52023-05-16 19:58:103407const char kTaskManagerEndProcessDisabledForExtensionName[] =
3408 "Disable extension process termination through task manager";
3409const char kTaskManagerEndProcessDisabledForExtensionDescription[] =
3410 "Allows admnistrators to configure managed devices to prevent users from "
3411 "closing terminating the process for certain extensions";
3412
Colin Kincaid292cfc42022-05-03 19:17:073413const char kWallpaperFastRefreshName[] =
3414 "Enable shortened wallpaper daily refresh interval for manual testing";
3415const char kWallpaperFastRefreshDescription[] =
3416 "Allows developers to see a new wallpaper once every ten seconds rather "
3417 "than once per day when using the daily refresh feature.";
3418
Jerry Liua21b61622022-12-20 00:52:123419const char kWallpaperGooglePhotosSharedAlbumsName[] =
3420 "Enable Google Photos shared albums for wallpaper";
3421const char kWallpaperGooglePhotosSharedAlbumsDescription[] =
3422 "Allow users to set shared Google Photos albums as the source for their "
3423 "wallpaper.";
3424
Sean Kau1d8791e32021-11-08 22:51:543425const char kWallpaperPerDeskName[] =
3426 "Enable setting different wallpapers per desk";
3427const char kWallpaperPerDeskDescription[] =
3428 "Allow users to set different wallpapers on each of their active desks";
3429
François Beaufort7aace812022-02-02 13:57:173430const char kWebBluetoothName[] = "Web Bluetooth";
3431const char kWebBluetoothDescription[] =
3432 "Enables the Web Bluetooth API on platforms without official support";
3433
Ovidio Henriquez3d729f62020-02-07 00:43:293434const char kWebBluetoothNewPermissionsBackendName[] =
3435 "Use the new permissions backend for Web Bluetooth";
3436const char kWebBluetoothNewPermissionsBackendDescription[] =
3437 "Enables the new permissions backend for Web Bluetooth. This will enable "
François Beaufort2b916752021-12-06 13:05:173438 "persistent storage of device permissions and Web Bluetooth features such "
3439 "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()";
Ovidio Henriquez3d729f62020-02-07 00:43:293440
Klaus Weidner90b78032022-06-01 22:48:333441const char kWebContentsCaptureHiDpiName[] = "HiDPI Tab Capture";
3442const char kWebContentsCaptureHiDpiDescription[] =
3443 "Enables HiDPI rendering for tab capture if the displayed content's "
3444 "resolution is low compared to the capture size. This improves "
3445 "legibility for viewers with higher-resolution screens.";
3446
Reilly Grant679f59d2021-09-29 18:39:383447const char kWebMidiName[] = "Web MIDI";
3448const char kWebMidiDescription[] =
3449 "Enables the implementation of the Web MIDI API. When disabled the "
3450 "interface will still be exposed by Blink.";
3451
Ayu Ishiidbdd5c92020-03-20 23:40:523452const char kWebOtpBackendName[] = "Web OTP";
3453const char kWebOtpBackendDescription[] =
3454 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:373455const char kWebOtpBackendSmsVerification[] = "Code Browser API";
3456const char kWebOtpBackendUserConsent[] = "User Consent API";
3457const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:523458
Kenneth Russell08c7dc32021-07-09 08:06:593459const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
3460const char kWebglDeveloperExtensionsDescription[] =
3461 "Enabling this option allows web applications to access WebGL extensions "
3462 "intended only for use during development time.";
3463
Brett Wilsonecb80982017-07-12 20:34:513464const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
3465const char kWebglDraftExtensionsDescription[] =
3466 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:593467 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:513468
Brandon Jones2ebd9a62022-06-15 19:55:593469const char kWebGpuDeveloperFeaturesName[] = "WebGPU Developer Features";
3470const char kWebGpuDeveloperFeaturesDescription[] =
3471 "Enables web applications to access WebGPU features intended only for use "
3472 "during development.";
3473
Danyao Wang47a0f312019-05-09 20:52:243474const char kWebPaymentsExperimentalFeaturesName[] =
3475 "Experimental Web Payments API features";
3476const char kWebPaymentsExperimentalFeaturesDescription[] =
3477 "Enable experimental Web Payments API features";
3478
Rouslan Solomakhin8c770f582023-01-03 22:23:513479const char kIgnoreCSPInWebPaymentAPIName[] = "Ignore CSP in Web Payment API";
3480const char kIgnoreCSPInWebPaymentAPIDescription[] =
3481 "Temporarily disable enforcing Content Security Policy connect-src "
3482 "directive for Web Payment API when fetching manifest files, app icons, "
3483 "and service worker JavaScript files.";
Rouslan Solomakhin6cc11082022-08-09 14:02:573484
Rouslan Solomakhin1b63d252023-01-04 15:36:333485const char kAddIdentityInCanMakePaymentEventName[] =
3486 "Add identity to canmakepayment event";
3487const char kAddIdentityInCanMakePaymentEventDescription[] =
3488 "Temporarily re-enable the deprecated feature of sharing the merchant and "
3489 "user identity with the payment app when the merchant checks whether the "
3490 "payment app can make payments.";
Rouslan Solomakhinfb386b12022-06-24 01:41:203491
Liquan (Max) Gu8fcb9192020-05-20 16:22:183492const char kAppStoreBillingDebugName[] =
3493 "Web Payments App Store Billing Debug Mode";
3494const char kAppStoreBillingDebugDescription[] =
3495 "App-store purchases (e.g., Google Play Store) within a TWA can be "
3496 "requested using the Payment Request API. This flag removes the "
3497 "restriction that the TWA has to be installed from the app-store.";
3498
Qingsi Wangec2dbf942018-11-03 05:33:043499const char kWebrtcHideLocalIpsWithMdnsName[] =
3500 "Anonymize local IPs exposed by WebRTC.";
3501const char kWebrtcHideLocalIpsWithMdnsDecription[] =
3502 "Conceal local IP addresses with mDNS hostnames.";
3503
Alessio Bazzica570a4f62022-10-17 11:16:303504const char kWebRtcAllowInputVolumeAdjustmentName[] =
3505 "Allow WebRTC to adjust the input volume.";
3506const char kWebRtcAllowInputVolumeAdjustmentDescription[] =
3507 "Allow the Audio Processing Module in WebRTC to adjust the input volume "
3508 "during a real-time call. Disable if microphone muting or clipping issues "
3509 "are observed when the browser is running and used for a real-time call. "
3510 "This flag is experimental and may be removed at any time.";
3511
Alessio Bazzica76a45022022-12-06 17:13:173512const char kWebRtcApmDownmixCaptureAudioMethodName[] =
3513 "WebRTC downmix capture audio method.";
3514const char kWebRtcApmDownmixCaptureAudioMethodDescription[] =
3515 "Override the method that the Audio Processing Module in WebRTC uses to "
3516 "downmix the captured audio to mono (when needed) during a real-time call. "
3517 "This flag is experimental and may be removed at any time.";
3518
Brett Wilsonecb80982017-07-12 20:34:513519const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
3520const char kWebrtcHwDecodingDescription[] =
3521 "Support in WebRTC for decoding video streams using platform hardware.";
3522
3523const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
3524const char kWebrtcHwEncodingDescription[] =
3525 "Support in WebRTC for encoding video streams using platform hardware.";
3526
Elad Alon85e0d0be2018-06-26 10:38:373527const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
3528const char kWebRtcRemoteEventLogDescription[] =
3529 "Allow collecting WebRTC event logs and uploading them to Crash. "
3530 "Please note that, even if enabled, this will still require "
3531 "a policy to be set, for it to have an effect.";
3532
Sergey Silkinc33244f2020-01-31 17:21:303533const char kWebrtcUseMinMaxVEADimensionsName[] =
3534 "WebRTC Min/Max Video Encode Accelerator dimensions";
3535const char kWebrtcUseMinMaxVEADimensionsDescription[] =
3536 "When enabled, WebRTC will only use the Video Encode Accelerator for "
3537 "video resolutions inside those published as supported.";
3538
Reilly Grant3c560fa2021-09-25 01:27:253539const char kWebUsbDeviceDetectionName[] =
3540 "Automatic detection of WebUSB-compatible devices";
3541const char kWebUsbDeviceDetectionDescription[] =
3542 "When enabled, the user will be notified when a device which advertises "
3543 "support for WebUSB is connected. Disable if problems with USB devices are "
3544 "observed when the browser is running.";
3545
Alex Cooper01f110e2020-01-08 02:24:163546const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
3547const char kWebXrForceRuntimeDescription[] =
3548 "Force the browser to use a particular runtime, even if it would not "
3549 "usually be enabled or would otherwise not be selected based on the "
3550 "attached hardware.";
3551
3552const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alexander Cooper98a8edb2023-05-23 18:04:053553const char kWebXrRuntimeChoiceCardboard[] = "Cardboard";
3554const char kWebXrRuntimeChoiceGVR[] = "Google VR Services";
Alex Cooper01f110e2020-01-08 02:24:163555const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:163556
Will Cassellaa1a4d1112019-12-27 20:52:313557const char kWebXrIncubationsName[] = "WebXR Incubations";
3558const char kWebXrIncubationsDescription[] =
3559 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:243560
Brett Wilsonecb80982017-07-12 20:34:513561const char kZeroCopyName[] = "Zero-copy rasterizer";
3562const char kZeroCopyDescription[] =
3563 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:343564
Peng Huang70021682019-09-18 19:42:283565const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:473566const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:283567
Cheick Cisseb8f706032021-06-22 01:50:473568const char kSharedHighlightingAmpName[] = "Shared Highlighting for AMP Viewers";
3569const char kSharedHighlightingAmpDescription[] =
3570 "Enables Shared Highlighting for AMP Viwers.";
3571
Cheick Cisse006ab4e12022-06-03 17:30:053572const char kSharedHighlightingManagerName[] = "Refactoring Shared Highlighting";
3573const char kSharedHighlightingManagerDescription[] =
3574 "Refactors Shared Highlighting by centralizing the IPC calls in a Manager.";
3575
Mario Bianucci3be046eb2021-02-26 18:41:483576const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
3577const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
3578const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
3579const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
Mario Bianucci3be046eb2021-02-26 18:41:483580const char kDrawPredictedPointsDescription[] =
3581 "Draw predicted points when using the delegated ink trails API. Requires "
3582 "experimental web platform features to be enabled.";
3583const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
3584
Daniel Vogelheim236d9a82021-04-01 15:40:533585const char kSanitizerApiName[] = "Sanitizer API";
3586const char kSanitizerApiDescription[] =
3587 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
3588
Peng Huang723f26e2021-06-04 01:55:103589const char kUsePassthroughCommandDecoderName[] =
3590 "Use passthrough command decoder";
3591const char kUsePassthroughCommandDecoderDescription[] =
3592 "Use chrome passthrough command decoder instead of validating command "
3593 "decoder.";
3594
Saifuddin Hitawala74627fe2023-02-14 20:25:453595const char kPassthroughYuvRgbConversionName[] =
3596 "Enable video YUV <-> RGB conversion through passthrough command decoder";
3597const char kPassthroughYuvRgbConversionDescription[] =
3598 "Enable YUV to RGB and RGB to YUV conversion for media clients through "
3599 "passthrough command decoder";
3600
Saifuddin Hitawala0c647802023-03-22 21:20:493601const char kUseMultiPlaneFormatForHardwareVideoName[] =
3602 "Enable multi-plane formats for hardware video decoder";
3603const char kUseMultiPlaneFormatForHardwareVideoDescription[] =
3604 "Enable single shared image and mailbox for multi-plane formats for "
3605 "hardware video decoder";
3606
Saifuddin Hitawalae3b5ec82023-03-30 17:08:033607const char kUseMultiPlaneFormatForSoftwareVideoName[] =
3608 "Enable multi-plane formats for software video decoder";
3609const char kUseMultiPlaneFormatForSoftwareVideoDescription[] =
3610 "Enable single shared image and mailbox for multi-plane formats for "
3611 "software video decoder";
3612
Yoshisato Yanagisawa577d82822022-08-17 01:51:103613const char kSkipServiceWorkerFetchHandlerName[] =
3614 "Skip Service Worker Fetch Handler if skippable";
3615const char kSkipServiceWorkerFetchHandlerDescription[] =
3616 "Skips starting the service worker and run the fetch handler if the fetch "
3617 "handler is recognized as skippable.";
3618
Ari Chivukula8edcb692022-03-10 19:22:313619const char kWebSQLAccessName[] = "Allows access to WebSQL APIs";
3620const char kWebSQLAccessDescription[] =
3621 "The WebSQL API is enabled by default, but can be disabled here.";
3622
Vikas Sonif7d55a32023-06-05 18:52:403623const char kUseGpuSchedulerDfsName[] = "Use new gpu scheduler.";
3624const char kUseGpuSchedulerDfsDescription[] =
3625 "Enables using the new gpu "
3626 "scheduler called GpuSchedulerDfs.";
3627
Mustafa Emre Acerc6b51352022-11-18 18:43:513628const char kUseIDNA2008NonTransitionalName[] =
3629 "Enable IDNA 2008 Non-Transitional Mode";
3630const char kUseIDNA2008NonTransitionalDescription[] =
3631 "Enables IDNA 2008 in Non-Transitional Mode in URL processing, allowing "
3632 "deviation characters in domain names.";
3633
Igor Ruvinov3755731f2023-02-17 17:16:243634const char kPolicyMergeMultiSourceName[] =
3635 "Merge policies from multiple sources";
3636const char kPolicyMergeMultiSourceDescription[] =
3637 "Only merge policies that are set from multiple sources. Policies set from "
3638 "a single source will not be treated as merged and will keep their "
3639 "original source.";
3640
James Leeed090a1b2023-03-16 22:51:583641const char kEnableVariationsGoogleGroupFilteringName[] =
3642 "Enables filtering experiments by Google group membership";
3643const char kEnableVariationsGoogleGroupFilteringDescription[] =
3644 "Enables filtering of experiments by Google group membership. This feature "
3645 "is experimental and is used only for dogfooding, and only for users who "
3646 "are signed in and have Chrome Sync enabled.";
3647
Brett Wilsonff596952017-07-14 01:06:553648// Android ---------------------------------------------------------------------
3649
Xiaohan Wang55ae2c012022-01-20 21:49:113650#if BUILDFLAG(IS_ANDROID)
Brett Wilsonff596952017-07-14 01:06:553651
Mark Schillacid9ce86c2021-09-30 16:37:533652const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom";
3653const char kAccessibilityPageZoomDescription[] =
3654 "Whether the UI and underlying code for page zoom should be enabled to"
3655 " allow a user to increase/decrease the web contents zoom factor.";
3656
Amanda Lin Dietzfad213752023-05-16 22:09:573657const char kAccessibilityPerformanceFilteringName[] =
3658 "Accessibility Performance Filtering";
3659const char kAccessibilityPerformanceFilteringDescription[] =
3660 "Enable experimental accessibility filters to improve performance by"
3661 " supporting different levels of the accessibility engine depending on what"
3662 " accessibility services and assistive technologies are running.";
3663
Shakti Sahu1c04a2872021-03-17 16:38:483664const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
3665const char kAddToHomescreenIPHDescription[] =
3666 " Shows in-product-help messages educating users about add to homescreen "
3667 "option in chrome.";
3668
Vikas Soni5463f1a2020-08-17 22:47:303669const char kAImageReaderName[] = "Android ImageReader";
3670const char kAImageReaderDescription[] =
3671 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
3672 " This feature is only available for android P+ devices. Disabling it also "
3673 " disables SurfaceControl.";
3674
Trevor Perrierc1384bb2021-06-04 23:54:033675const char kAndroidForceAppLanguagePromptName[] =
3676 "Force second run app language prompt";
3677const char kAndroidForceAppLanguagePromptDescription[] =
3678 "When enabled the app language prompt to change the UI language will"
3679 "always be shown.";
3680
Vikas Sonif14e32c2020-08-15 06:17:223681const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
3682const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:303683 " Enables SurfaceControl to manage the buffer queue for the "
3684 " DisplayCompositor on Android. This feature is only available on "
3685 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:223686
Sky Malice300d5fc2023-01-12 19:37:333687const char kAndroidImprovedBookmarksName[] = "Android Visual Bookmark Manager";
3688const char kAndroidImprovedBookmarksDescription[] =
3689 "More visual changes to the bookmarks surfaces, with more thumbnails and a "
3690 "focus on search instead of folders/hierarchy";
3691
Shu Yang95506102023-01-11 19:16:323692const char kAnimatedImageDragShadowName[] =
3693 "Enable animated image drag shadow on Android.";
3694const char kAnimatedImageDragShadowDescription[] =
3695 "Animate the shadow image from its original bound to the touch point. "
3696 "Image drag on Android is available when flag touch-drag-and-context-menu "
3697 "is enabled.";
3698
Caitlin Fischer43edd90a2019-05-01 13:24:303699const char kAutofillUseMobileLabelDisambiguationName[] =
3700 "Autofill Uses Mobile Label Disambiguation";
3701const char kAutofillUseMobileLabelDisambiguationDescription[] =
3702 "When enabled, Autofill suggestions' labels are displayed using a "
3703 "mobile-friendly format.";
3704
Gang Wua7bfb5f42021-04-09 18:54:213705const char kAppMenuMobileSiteOptionName[] =
3706 "Show Mobile Site option in app menu";
3707const char kAppMenuMobileSiteOptionDescription[] =
3708 "When enabled, app menu should show 'Mobile site' when showing desktop "
3709 "site, instead of showing 'Desktop Site' with checkbox";
3710
Lijin Shen88a1b422023-03-31 22:08:213711const char kBackGestureActivityTabProviderName[] =
3712 "Back Gesture Refactor (Activity Tab Provider)";
3713const char kBackGestureActivityTabProviderDescription[] =
3714 "When enabled, ChromeTabActivity will use getActivityTabProvider to "
3715 "get current tab, rather than getActivityTab if predictive back gesture"
3716 "is disabled.";
3717
Lijin Shen7c494d72023-01-17 23:54:553718const char kBackGestureRefactorActivityAndroidName[] =
3719 "Back Gesture Refactor (Secondary Activities)";
3720const char kBackGestureRefactorActivityAndroidDescription[] =
3721 "Enable Back Gesture Refactor for Secondary Activities to support in-app "
3722 "activity-to-activity predictive back gestures";
3723
Lijin Shence2f5722022-04-26 23:11:523724const char kBackGestureRefactorAndroidName[] = "Back Gesture Refactor";
3725const char kBackGestureRefactorAndroidDescription[] =
3726 "Enable Back Gesture Refactor.";
3727
Wenyu Fuf929f732022-07-08 19:48:473728const char kCCTBrandTransparencyName[] =
3729 "Chrome Custom Tabs Brand Transparency";
3730const char kCCTBrandTransparencyDescription[] =
3731 "When enabled, CCT will show more Chrome branding information when start, "
3732 "giving user more transparency that the web page is running in Chrome.";
3733
Ramin Halavatiba7ddcc2019-11-13 06:19:283734const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
3735const char kCCTIncognitoDescription[] =
3736 "Enables incognito mode for Chrome Custom Tabs, on Android.";
3737
Rohit Agarwalc3973312020-11-18 14:40:233738const char kCCTIncognitoAvailableToThirdPartyName[] =
3739 "Allow third party to open Custom Tabs Incognito mode";
3740const char kCCTIncognitoAvailableToThirdPartyDescription[] =
3741 "Enabling it would allow third party apps to open incognito mode for "
3742 "Chrome Custom Tabs, on Android.";
3743
Jinsuk Kim9d042572023-05-16 03:31:343744const char kCCTPageInsightsHubName[] = "PageInsights Hub";
3745const char kCCTPageInsightsHubDescription[] =
3746 "Show PageInsights Hub on Chrome Custom Tabs.";
3747
Shimi Zhangdabb3c22021-09-16 22:10:253748const char kCCTResizable90MaximumHeightName[] =
3749 "Bottom sheet Custom Tabs maximum height";
3750const char kCCTResizable90MaximumHeightDescription[] =
3751 "When enabled, the bottom sheet Custom Tabs will have maximum height 90% "
3752 "of the screen height, otherwise the maximum height is 100% of the screen "
3753 "height. In both cases, Custom Tabs will yield to the top status bar when "
3754 "at full stop";
Shimi Zhangdabb3c22021-09-16 22:10:253755const char kCCTResizableForThirdPartiesName[] =
3756 "Bottom sheet Custom Tabs (third party)";
3757const char kCCTResizableForThirdPartiesDescription[] =
3758 "Enable bottom sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553759const char kCCTResizableSideSheetName[] = "Side sheet Custom Tabs";
3760const char kCCTResizableSideSheetDescription[] =
3761 "Enable side sheet Custom Tabs";
Zach Katzadd35f12023-03-24 19:48:433762const char kCCTResizableSideSheetDiscoverFeedSettingsName[] =
3763 "Discover feed settings Partial Custom Tab";
3764const char kCCTResizableSideSheetDiscoverFeedSettingsDescription[] =
3765 "Enable discover feed settings Partial Custom Tabs";
Zach Katzec1cc2f2023-01-26 01:37:463766const char kCCTResizableSideSheetForThirdPartiesName[] =
3767 "Side sheet Custom Tabs (third party)";
3768const char kCCTResizableSideSheetForThirdPartiesDescription[] =
3769 "Enable side sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553770
Zach Katzdc587ef2022-10-28 18:35:263771const char kCCTRetainingStateInMemoryName[] =
3772 "Enable restoring of previous Custom Tab session";
3773const char kCCTRetainingStateInMemoryDescription[] =
3774 "Enables ability to fully restore a recently engaged with Custom Tab.";
Sinan Sahinc04b1c62022-07-01 18:14:023775const char kCCTRealTimeEngagementSignalsName[] =
3776 "Enable CCT real-time engagement signals.";
3777const char kCCTRealTimeEngagementSignalsDescription[] =
3778 "Enables sending real-time engagement signals (e.g. scroll) through "
3779 "CustomTabsCallback.";
Sinan Sahind9fa5c52023-03-02 02:57:043780const char kCCTRealTimeEngagementSignalsAlternativeImplName[] =
3781 "Enable alternative implementation for CCT real-time engagement signals.";
3782const char kCCTRealTimeEngagementSignalsAlternativeImplDescription[] =
3783 "Enables an alternative implementation for sending real-time engagement "
3784 "signals (e.g. scroll) through CustomTabsCallback.";
Sinan Sahinc04b1c62022-07-01 18:14:023785
Tarun Bansal41f3cf22023-04-25 16:16:293786const char kCCTTextFragmentLookupApiEnabledName[] =
3787 "Enable CCT API to lookup text fragments";
3788const char kCCTTextFragmentLookupApiEnabledDescription[] =
3789 "Enable CCT API to lookup text fragments";
3790
Xing Liu1e6b43d2021-03-15 19:26:453791const char kChimeAlwaysShowNotificationDescription[] =
3792 "A debug flag to always show Chime notification after receiving a payload.";
3793const char kChimeAlwaysShowNotificationName[] =
3794 "Always show Chime notification";
3795
3796const char kChimeAndroidSdkDescription[] =
3797 "Enable Chime SDK to receive push notification.";
3798const char kChimeAndroidSdkName[] = "Use Chime SDK";
3799
David Maunder915c7ef2019-09-20 16:22:083800const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
3801const char kCloseTabSuggestionsDescription[] =
3802 "Suggests to the user to close Tabs that haven't been used beyond a "
3803 "configurable threshold or where duplicates of Tabs exist. "
3804 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:283805
David Maunder8cf7fd82020-08-20 19:31:543806const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
3807const char kCriticalPersistedTabDataDescription[] =
3808 "A new method of persisting Tab data across restarts has been devised "
3809 "and implemented. This actives the new approach.";
3810
Wenyu Fu54672f42022-09-22 17:51:513811const char kContextMenuPopupForAllScreenSizesName[] =
3812 "Context menu popup for all screen sizes";
3813const char kContextMenuPopupForAllScreenSizesDescription[] =
3814 "When disabled, context menu will be shown as pop-up window only for "
3815 "devices in tablet mode, while shown as a fullscreen dialog for mobile "
3816 "devices; when enabled, context menu will be shown as a pop-up window "
3817 "for all form factors regardless of the screen sizes.";
3818
Donn Denman19688bc2021-03-05 18:48:403819const char kContextualSearchForceCaptionName[] =
3820 "Contextual Search force a caption";
3821const char kContextualSearchForceCaptionDescription[] =
3822 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:413823
Donn Denman05a5b99b2022-07-27 23:38:443824const char kContextualSearchSuppressShortViewName[] =
3825 "Contextual Search suppress short view";
3826const char kContextualSearchSuppressShortViewDescription[] =
3827 "Contextual Search suppress when the base page view is too short";
3828
Michael van Ouwerkerk99b42f42023-04-24 16:15:413829const char kConvertTrackpadEventsToMouseName[] =
3830 "Convert trackpad events to mouse events";
3831const char kConvertTrackpadEventsToMouseDescription[] =
3832 "Convert trackpad events to mouse events to improve gesture support";
3833
David Bokane2396e22023-04-18 20:27:143834const char kDefaultViewportIsDeviceWidthName[] =
3835 "Default viewport width is device width";
3836const char kDefaultViewportIsDeviceWidthDescription[] =
3837 "Sets the default viewport layout width to be equivalent to "
3838 "width=device-width";
3839
Finnur Thorarinsson118fc3f2023-06-05 10:54:013840const char kDeprecatedExternalPickerFunctionName[] =
3841 "Use deprecated External Picker method";
3842const char kDeprecatedExternalPickerFunctionDescription[] =
3843 "Use the old-style opening of an External Picker when uploading files";
3844
Donn Denmanc2db1e622023-04-12 17:28:083845const char kDrawEdgeToEdgeName[] = "DrawEdgeToEdge";
3846const char kDrawEdgeToEdgeDescription[] =
3847 "Enables the Android feature Edge-to-Edge to draw below the Nav Bar.";
3848
Fabio Tirelo918089a2018-10-22 21:24:083849const char kAutofillManualFallbackAndroidName[] =
3850 "Enable Autofill manual fallback for Addresses and Payments (Android)";
3851const char kAutofillManualFallbackAndroidDescription[] =
3852 "If enabled, adds toggle for addresses and payments bottom sheet to the "
3853 "keyboard accessory.";
3854
Lei Tianbd5a3bf2018-02-28 19:01:163855const char kEnableCommandLineOnNonRootedName[] =
3856 "Enable command line on non-rooted devices";
3857const char kEnableCommandLineOnNoRootedDescription[] =
3858 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3859
Victor Hugo Vianna Silvabb878dea2022-10-18 10:19:043860const char kEnablePasswordsAccountStorageName[] =
3861 "Enable the account data storage for passwords";
3862const char kEnablePasswordsAccountStorageDescription[] =
3863 "Enables storing passwords in a second, Gaia-account-scoped storage for "
3864 "signed-in but not syncing users";
3865
Lei Zhang0a318af2018-11-14 02:19:463866const char kExploreSitesName[] = "Explore websites";
3867const char kExploreSitesDescription[] =
3868 "Enables portal from new tab page to explore websites.";
3869
Michael Thiessen495a0d32022-08-24 17:58:193870const char kExternalNavigationDebugLogsName[] =
3871 "External Navigation Debug Logs";
3872const char kExternalNavigationDebugLogsDescription[] =
3873 "Enables detailed logging to logcat about why Chrome is making decisions "
3874 "about whether to allow or block navigation to other apps";
3875
Shakti Sahuedcbaef2022-01-18 19:54:213876const char kFeatureNotificationGuideName[] = "Feature notification guide";
3877const char kFeatureNotificationGuideDescription[] =
3878 "Enables notifications about chrome features.";
3879
Shakti Sahu6c4afcde2022-01-31 23:03:543880const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] =
3881 "Feature notification guide - Skip check for low engaged users";
3882const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] =
3883 "Skips check for low engaged users.";
3884
Jian Lic22a3ce2021-08-31 15:46:593885const char kFeedBackToTopName[] = "Back to top of the feeds";
3886const char kFeedBackToTopDescription[] =
3887 "Enables showing a callout to help users return to the top of the feeds "
3888 "quickly.";
3889
Nick Birnie7982fbe2023-03-01 22:22:523890const char kFeedBoCSigninInterstitialName[] = "Show Signin Interstitial";
3891const char kFeedBoCSigninInterstitialDescription[] =
3892 "Enables the sign in interstitial to be"
3893 " shown in a bottom sheet when triggered.";
3894
Cathy Weie5c7d612022-10-14 18:55:073895const char kFeedHeaderStickToTopName[] = "Feed header stick to top";
3896const char kFeedHeaderStickToTopDescription[] =
3897 "Stick feed header to top on scroll.";
3898
Justin DeWitt3eca4372021-09-17 19:44:523899const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder";
3900const char kFeedLoadingPlaceholderDescription[] =
3901 "Enables a placeholder UI in "
3902 "the feed instead of the loading spinner at first load.";
3903
Jonathan Freedaa862a542021-09-03 17:42:253904const char kFeedStampName[] = "StAMP cards in the feed";
3905const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
3906
Ian Wells6cf75a82022-07-13 02:11:023907const char kFeedCloseRefreshName[] = "Feed-close refresh";
3908const char kFeedCloseRefreshDescription[] =
3909 "Enables scheduling a background refresh of the feed following feed use.";
3910
Jonathan Freed4adf604f2022-08-31 17:06:143911const char kFeedDiscoFeedEndpointName[] =
3912 "Feed using the DiscoFeed backend endpoint";
3913const char kFeedDiscoFeedEndpointDescription[] =
3914 "Uses the DiscoFeed endpoint for serving the feed instead of GWS.";
3915
Cathy Lid4f39a852023-05-18 00:27:313916const char kFeedDynamicColorsName[] = "Enable dynamic colors in the feed";
3917const char kFeedDynamicColorsDescription[] =
3918 "Allows feed to fully respect dynamic colors if supported by the client.";
3919
Jian Lie41ddcb2022-05-04 01:11:563920const char kInfoCardAcknowledgementTrackingName[] =
3921 "Info card acknowledgement tracking";
3922const char kInfoCardAcknowledgementTrackingDescription[] =
3923 "Enable acknowledgement tracking for info cards.";
3924
Jinsuk Kimfa1b7eb2021-06-30 00:04:323925const char kInstanceSwitcherName[] = "Enable instance switcher";
3926const char kInstanceSwitcherDescription[] =
3927 "Enable instance switcher dialog UI that helps users manage multiple "
3928 "instances of Chrome.";
3929
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463930const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423931const char kInstantStartDescription[] =
3932 "Show start surface before native library is loaded.";
3933
Ian Wells34ce1482020-04-03 17:36:163934const char kInterestFeedV2Name[] = "Interest Feed v2";
3935const char kInterestFeedV2Description[] =
3936 "Show content suggestions on the New Tab Page and Start Surface using the "
3937 "new Feed Component.";
3938
Dan Harrington4043b222021-01-15 18:33:423939const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3940const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3941
Jian Lifb04af72021-04-01 21:17:173942const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3943const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3944
Finnur Thorarinsson4e43a0852023-03-23 09:20:023945const char kMediaPickerAdoptionStudyName[] = "Android Media Picker Adoption";
3946const char kMediaPickerAdoptionStudyDescription[] =
3947 "Controls how to launch the Android Media Picker";
3948
Aishwarya Rajesh0dd71922021-07-28 20:22:383949const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3950const char kMessagesForAndroidAdsBlockedDescription[] =
3951 "When enabled, ads blocked message will use the new Messages UI.";
3952
Pavel Yatsuk358291752020-09-03 18:25:223953const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3954const char kMessagesForAndroidInfrastructureDescription[] =
3955 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153956
Lei Zhange52be9912023-06-23 17:29:133957const char kMessagesForAndroidOfferNotificationName[] =
Vishwas Uppoor8031d642022-05-10 01:28:513958 "Offer Notification Messages UI";
Lei Zhange52be9912023-06-23 17:29:133959const char kMessagesForAndroidOfferNotificationDescription[] =
Vishwas Uppoor8031d642022-05-10 01:28:513960 "When enabled, offer notification will use the new Messages UI";
3961
Lijin Shen2d61a0a32021-07-20 23:15:523962const char kMessagesForAndroidPermissionUpdateName[] =
3963 "Permission Update Messages UI";
3964const char kMessagesForAndroidPermissionUpdateDescription[] =
3965 "When enabled, permission update prompt will use the new Messages UI.";
3966
Lijin Shenba9a6b0e2021-02-18 01:59:063967const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3968const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153969 "When enabled, popup blocked prompt will use the new Messages UI.";
3970
Pavel Yatsukb7307fa2021-09-15 18:02:303971const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI";
3972const char kMessagesForAndroidPWAInstallDescription[] =
3973 "When enabled, PWA Installation prompt will use the new Messages UI.";
3974
Lei Zhang44abd5d22022-01-11 00:32:343975const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3976const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153977 "When enabled, save card prompt will use the new Messages UI.";
3978
Lijin Shen0e049c432022-04-05 23:12:433979const char kMessagesForAndroidStackingAnimationName[] =
3980 "Stacking Animation of Messages UI";
3981const char kMessagesForAndroidStackingAnimationDescription[] =
3982 "When enabled, Messages UI will use the new stacking animation.";
3983
Yutaka Hirano639d9742022-05-13 12:35:163984const char kNetworkServiceInProcessName[] =
3985 "Run the network service on the browser process";
3986const char kNetworkServiceInProcessDescription[] =
3987 "When enabled, the network service runs on the browser process. Otherwise, "
3988 "it runs on a dedicated process.";
3989
Salvador Guerrero4d5ff6e62022-03-24 00:03:203990const char kNotificationPermissionRationaleName[] =
3991 "Notification Permission Rationale UI";
3992const char kNotificationPermissionRationaleDescription[] =
3993 "Configure the dialog shown before requesting notification permission. "
3994 "Only works with builds targeting Android T.";
3995
Salvador Guerrero0af36992023-01-23 20:46:473996const char kNotificationPermissionRationaleBottomSheetName[] =
3997 "Notification Permission Rationale Bottom Sheet UI";
3998const char kNotificationPermissionRationaleBottomSheetDescription[] =
3999 "Enable the alternative bottom sheet UI for the notification permission "
4000 "flow. "
4001 "Only works with builds targeting Android T+.";
4002
Yafei Duan36b4b5b2018-08-07 00:40:034003const char kOfflinePagesLivePageSharingName[] =
4004 "Enables live page sharing of offline pages";
4005const char kOfflinePagesLivePageSharingDescription[] =
4006 "Enables to share current loaded page as offline page by saving as MHTML "
4007 "first.";
4008
Jordan Oroshiba244e9ff2021-02-04 22:20:394009const char kPageInfoHistoryName[] = "Page info history";
4010const char kPageInfoHistoryDescription[] =
4011 "Enable a history sub page to the page info menu, and a button to forget "
4012 "a site, removing all preferences and history.";
4013
Zaina Al-Mashni2df0e5f2023-01-20 11:09:264014const char kPageInfoAboutThisSiteImprovedBottomSheetName[] =
4015 "Page info 'About this site' improved bottomsheet";
4016const char kPageInfoAboutThisSiteImprovedBottomSheetDescription[] =
4017 "Enable an improved 'About this site' bottomsheet, which includes a "
4018 "less cluttered toolbar view and opening navigations in a new tab.";
4019
Anna Tsvirchkova0891e9da2023-03-08 12:42:094020const char kPasswordGenerationBottomSheetName[] =
4021 "Password generation bottom sheet";
4022const char kPasswordGenerationBottomSheetDescription[] =
4023 "Enabled showing the password generation bottom sheet.";
4024
Adem Derinelee646e212023-05-12 13:46:564025const char kPasswordsInCredManName[] = "Passwords in Credential Management API";
4026const char kPasswordsInCredManDescription[] =
4027 "Enable saving and logging in with passwords using Credential Management "
4028 "API. Requires Android 14 or higher.";
4029
Salma Elmahallawydcdfa9e2023-01-30 18:42:244030const char kPolicyLogsPageAndroidName[] = "Policy Logs Page on Android";
4031const char kPolicyLogsPageAndroidDescription[] =
Jiewei Qianb25c74502023-05-24 01:36:124032 "Enable the new chrome://policy-logs page containing logs for debugging "
Salma Elmahallawydcdfa9e2023-01-30 18:42:244033 "policy related issues on Android.";
4034
Shakti Sahu1f8a9422020-03-12 05:50:504035const char kQueryTilesName[] = "Show query tiles";
4036const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:284037const char kQueryTilesNTPName[] = "Show query tiles in NTP";
4038const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Min Qineb0c2152022-08-26 19:13:124039const char kQueryTilesOnStartName[] = "Query tiles on start";
4040const char kQueryTilesOnStartDescription[] =
4041 "Show query tiles on start surface";
Shakti Sahu8fe5edd2020-05-14 18:57:134042const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
4043const char kQueryTilesSingleTierDescription[] =
4044 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:544045const char kQueryTilesEnableQueryEditingName[] =
4046 "Query Tiles - Enable query edit mode";
4047const char kQueryTilesEnableQueryEditingDescription[] =
4048 "When a query tile is tapped, the query text will be shown in the omnibox "
4049 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:454050const char kQueryTilesEnableTrendingName[] =
4051 "Query Tiles - Enable trending queries";
4052const char kQueryTilesEnableTrendingDescription[] =
4053 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:264054const char kQueryTilesCountryCode[] = "Country code for getting tiles";
4055const char kQueryTilesCountryCodeDescription[] =
4056 "When query tiles are enabled, this value determines tiles for which "
4057 "country should be displayed.";
4058const char kQueryTilesCountryCodeUS[] = "US";
4059const char kQueryTilesCountryCodeIndia[] = "IN";
4060const char kQueryTilesCountryCodeBrazil[] = "BR";
4061const char kQueryTilesCountryCodeNigeria[] = "NG";
4062const char kQueryTilesCountryCodeIndonesia[] = "ID";
Shakti Sahu8fe5edd2020-05-14 18:57:134063const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:194064const char kQueryTilesInstantFetchDescription[] =
4065 "Immediately schedule background task to fetch query tiles";
Min Qinbe050b72021-06-26 01:32:394066const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
4067const char kQueryTilesRankTilesDescription[] =
4068 "Rank tiles on server based on client context";
Min Qindb789462021-08-26 04:00:114069const char kQueryTilesSegmentationName[] =
4070 "Query Tiles - use segmentation rules";
4071const char kQueryTilesSegmentationDescription[] =
4072 "enable segmentation rules to decide whether to show query tiles";
Min Qin60ae5b82021-01-07 07:07:504073const char kQueryTilesSwapTrendingName[] =
4074 "Query Tiles - Swap trending queries";
4075const char kQueryTilesSwapTrendingDescription[] =
4076 "Swap trending queries if user didn't click on them after several "
4077 "impressions";
Min Qindb99e6f2020-04-29 06:37:264078
Caroline Risingdb7df182021-01-11 19:49:144079const char kReadLaterFlagId[] = "read-later";
4080const char kReadLaterName[] = "Reading List";
4081const char kReadLaterDescription[] =
4082 "Allow users to save tabs for later. Enables a new button and menu for "
4083 "accessing tabs saved for later.";
4084
Brett Wilsonff596952017-07-14 01:06:554085const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
4086const char kReaderModeHeuristicsDescription[] =
4087 "Determines what pages the Reader Mode infobar is shown on.";
4088const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
4089const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
4090const char kReaderModeHeuristicsAllArticles[] = "All articles";
4091const char kReaderModeHeuristicsAlwaysOff[] = "Never";
4092const char kReaderModeHeuristicsAlwaysOn[] = "Always";
4093
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:184094const char kReaderModeInCCTName[] = "Reader Mode in CCT";
4095const char kReaderModeInCCTDescription[] =
4096 "Open Reader Mode in Chrome Custom Tabs.";
4097
Ioana Pandele9fc19b2f2020-01-23 22:16:504098const char kRecoverFromNeverSaveAndroidName[] =
4099 "UI to recover from never save passwords on Android";
4100const char kRecoverFromNeverSaveAndroidDescription[] =
4101 "Enables showing UI which allows for easy reverting of the decision to "
4102 "never save passwords on a certain webiste";
4103
David Trainora38e60e2020-08-04 23:43:254104const char kReengagementNotificationName[] =
4105 "Enable re-engagement notifications";
4106const char kReengagementNotificationDescription[] =
4107 "Enables Chrome to use the in-product help system to decide when "
4108 "to show re-engagement notifications.";
4109
Donn Denmanc42123c2020-03-19 01:44:244110const char kRelatedSearchesName[] =
4111 "Enables an experiment for Related Searches on Android";
4112const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:494113 "Enables requesting related searches suggestions. These will be requested "
4114 "but not shown unless the UI flag is also enabled.";
4115
Shu Yangd1d8f6b82022-06-30 18:46:284116const char kRequestDesktopSiteAdditionsName[] =
4117 "Secondary settings for request desktop site on Android.";
4118const char kRequestDesktopSiteAdditionsDescription[] =
4119 "Secondary options in `Site settings` to request the desktop version of "
4120 "websites based on external display or peripheral.";
4121
Aishwarya Rajesh3d0bd212022-07-22 22:48:314122const char kRequestDesktopSiteDefaultsName[] =
4123 "Default settings for request desktop site on Android.";
4124const char kRequestDesktopSiteDefaultsDescription[] =
4125 "Request the desktop version of websites by default based on device "
4126 "conditions.";
4127
Aishwarya Rajeshed9865f82022-09-12 22:46:574128const char kRequestDesktopSiteDefaultsDowngradeName[] =
4129 "Downgrade default settings for request desktop site on Android.";
4130const char kRequestDesktopSiteDefaultsDowngradeDescription[] =
4131 "Disable the request desktop site global setting if it was enabled by "
4132 "default based on device conditions.";
4133
Shu Yang6673a042023-02-28 00:27:364134const char kRequestDesktopSiteDefaultsLoggingName[] =
4135 "Silently report crashes for debugging request desktop site on Android.";
4136const char kRequestDesktopSiteDefaultsLoggingDescription[] =
4137 "Silently report crashes with display spec when ineligible device shows "
4138 "up in cohort or device screen size exceeds threshold.";
4139
Aishwarya Rajesha327b162023-01-06 01:34:424140const char kRequestDesktopSitePerSiteIphName[] =
4141 "Contextual help for request desktop site site-level settings on Android.";
4142const char kRequestDesktopSitePerSiteIphDescription[] =
4143 "Provide in-product help for desktop site site-level settings.";
4144
Aishwarya Rajesh7b43f262022-11-02 20:22:044145const char kRequestDesktopSiteZoomName[] =
4146 "Default zoom for request desktop site on Android.";
4147const char kRequestDesktopSiteZoomDescription[] =
4148 "Apply default page zoom on the desktop version of websites.";
4149
Philip Rogers388e07a2023-03-27 17:54:334150const char kForceOffTextAutosizingName[] =
4151 "Force off heuristics for inflating text sizes on devices with small "
4152 "screens.";
4153const char kForceOffTextAutosizingDescription[] = "Disable text autosizing.";
4154
Illia Klimov352f34a2022-08-18 13:45:134155const char kRevokeNotificationsPermissionIfDisabledOnAppLevelName[] =
4156 "Revoke site-level notification permission on Android";
4157const char kRevokeNotificationsPermissionIfDisabledOnAppLevelDescription[] =
4158 "Allow revoking site-level notification permission if Chrome has no "
4159 "app-level notification permission on Android.";
4160
Henrique Nakashimaaa6c3142022-07-14 21:53:114161const char kSafeModeForCachedFlagsName[] = "Safe Mode for Cached Flags";
4162const char kSafeModeForCachedFlagsDescription[] =
4163 "Attempts recovery from startup crash loops caused by a bad field trial "
4164 "by rolling back to previous known safe flag values.";
4165
Lei Zhange52be9912023-06-23 17:29:134166const char kSafeSitesFilterBehaviorPolicyAndroidName[] =
Fabio Tirelo343dcc82023-03-13 16:34:104167 "Allow SafeSitesFilterBehavior policy on Android";
Lei Zhange52be9912023-06-23 17:29:134168const char kSafeSitesFilterBehaviorPolicyAndroidDescription[] =
Fabio Tirelo343dcc82023-03-13 16:34:104169 "Allows the SafeSitesFilterBehavior policy to be applied on Android.";
4170
Kenechi Okoyeff5bd5f2022-06-13 20:47:534171const char kScreenshotsForAndroidV2Name[] = "Screenshots for Android V2";
4172const char kScreenshotsForAndroidV2Description[] =
4173 "Adds functionality to the share screenshot panel within Chrome Browser"
4174 " on Android";
4175
spdonghaoe4b51242022-03-14 23:06:184176const char kShowScrollableMVTOnNTPAndroidName[] = "Show scrollable MVT on NTP";
4177const char kShowScrollableMVTOnNTPAndroidDescription[] =
4178 "Enable showing the scrollable most visited tiles on NTP.";
4179
Liquan (Max) Guf2834612021-08-31 14:49:164180const char kSecurePaymentConfirmationAndroidName[] =
4181 "Secure Payment Confirmation on Android";
4182const char kSecurePaymentConfirmationAndroidDescription[] =
4183 "Enables Secure Payment Confirmation on Android.";
4184
Elly Fong-Jones6fde14c2022-01-05 18:10:584185const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
4186const char kSendTabToSelfV2Description[] =
4187 "Enables new received tab "
4188 "UI shown next to the profile icon instead of using system notifications.";
4189
Brett Wilsonff596952017-07-14 01:06:554190const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
4191const char kSetMarketUrlForTestingDescription[] =
4192 "When enabled, sets the market URL for use in testing the update menu "
4193 "item.";
4194
Wenyu Fu385c4962023-04-07 22:19:534195const char kShareSheetCustomActionsPolishName[] =
4196 "Share sheet custom actions polish";
4197const char kShareSheetCustomActionsPolishDescription[] =
4198 "Polish Chrome provided custom actions for share sheet including dropping "
4199 "low engagement actions, and shuffle the ordering. Android only.";
4200
Wenyu Fu2518c9802023-02-08 23:52:264201const char kShareSheetMigrationAndroidName[] = "Share sheet refactor Android";
4202const char kShareSheetMigrationAndroidDescription[] =
4203 "When enabled, use the Android OS share sheet.";
4204
Alex Moshchuk07e1bb42019-03-08 04:44:084205const char kSiteIsolationForPasswordSitesName[] =
4206 "Site Isolation For Password Sites";
4207const char kSiteIsolationForPasswordSitesDescription[] =
4208 "Security mode that enables site isolation for sites based on "
4209 "password-oriented heuristics, such as a user typing in a password.";
4210
Bo Liude36ab62023-02-24 20:08:294211const char kSlimCompositorName[] = "Slim browser compositor";
4212const char kSlimCompositorDescription[] = "Use new simpler browser compositor";
4213
Hung Vuc394db62020-08-21 21:26:524214const char kSmartSuggestionForLargeDownloadsName[] =
4215 "Smart suggestion for large downloads";
4216const char kSmartSuggestionForLargeDownloadsDescription[] =
4217 "Smart suggestion that offers download locations for large files.";
4218
Ioana Pandele9fc19b2f2020-01-23 22:16:504219const char kStartSurfaceAndroidName[] = "Start Surface";
4220const char kStartSurfaceAndroidDescription[] =
4221 "Enable showing the start surface when launching Chrome via the "
4222 "launcher.";
4223
Xi Han8e1b2452022-05-26 15:43:164224const char kFeedPositionAndroidName[] = "Feed Position";
4225const char kFeedPositionAndroidDescription[] =
4226 "Enable pushing down or pulling up of Feeds on NTP";
4227
Xi Hanfe309c02022-06-07 16:57:264228const char kSearchResumptionModuleAndroidName[] = "Search Resumption Module";
4229const char kSearchResumptionModuleAndroidDescription[] =
4230 "Enable showing search suggestions on NTP";
4231
Andrey Zaytsev5794f892022-07-14 16:16:554232const char kSiteDataImprovementsName[] = "Site data improvements";
4233const char kSiteDataImprovementsDescription[] =
4234 "Improved 'All sites' and 'Site settings' pages on Android.";
4235
spdonghao86345d52022-09-20 20:13:154236const char kStartSurfaceDisabledFeedImprovementName[] =
4237 "Start Surface Disabled Feed Improvement";
4238const char kStartSurfaceDisabledFeedImprovementDescription[] =
4239 "Enable improving Start surface when Feed is disabled";
4240
Xinyi Ji411f38f2023-02-10 23:32:504241const char kStartSurfaceOnTabletName[] = "Start Surface On Tablet";
4242const char kStartSurfaceOnTabletDescription[] =
4243 "Enable Start Surface On Tablet.";
4244
spdonghao921dbdf42022-07-12 19:02:344245const char kStartSurfaceRefactorName[] = "Start Surface Refactor";
4246const char kStartSurfaceRefactorDescription[] =
4247 "Enable splitting Tab switcher from Start surface";
4248
Sreeja Kamishetty0ecfb5602023-05-02 16:20:524249const char kStartSurfaceSpareTabName[] = "Start Surface Spare Tab";
4250const char kStartSurfaceSpareTabDescription[] =
4251 "Enable using Spare Tab for navigations from Start Surface.";
4252
Xinyi Jie3289432023-03-08 20:42:224253const char kStartSurfaceWithAccessibilityName[] =
4254 "Start Surface With Accessibility";
4255const char kStartSurfaceWithAccessibilityDescription[] =
4256 "Enable Start Surface with Accessibility.";
4257
Lei Zhang0a318af2018-11-14 02:19:464258const char kStrictSiteIsolationName[] = "Strict site isolation";
4259const char kStrictSiteIsolationDescription[] =
4260 "Security mode that enables site isolation for all sites (SitePerProcess). "
4261 "In this mode, each renderer process will contain pages from at most one "
4262 "site, using out-of-process iframes when needed. "
4263 "Check chrome://process-internals to see the current isolation mode. "
4264 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
4265 "default. Here, 'Disabled' is a legacy value that actually means "
4266 "'Default,' in which case site isolation may be already enabled based on "
4267 "platform, enterprise policy, or field trial. See also "
4268 "#site-isolation-trial-opt-out for how to disable site isolation for "
4269 "testing.";
4270
Alex Mitrac4bcea22023-02-09 11:10:154271const char kStylusRichGesturesName[] = "Stylus rich gestures";
4272const char kStylusRichGesturesDescription[] =
4273 "Enable rich gestures for stylus which can be used to modify text in "
4274 "editable web content.";
4275
Bo Liu2f247292023-05-15 18:28:324276const char kSurfaceControlMagnifierName[] = "Surface control magnifier";
4277const char kSurfaceControlMagnifierDescription[] =
4278 "Use magnifier built using SurfaceControl. Depends on SurfaceControl, "
4279 "Slim compositor, and Android OS support. No effect if enabled on "
4280 "unsupported environment.";
4281
Xinyi Ji55e1c77db2023-05-29 19:22:224282const char kSurfacePolishName[] = "Surface Polish";
4283const char kSurfacePolishDescription[] =
4284 "Enable clank home surface polish for Start surface and NTP.";
4285
Sirisha Kavuluru003e0962021-12-08 21:40:304286const char kTabGroupsForTabletsName[] = "Tab groups on tablets";
4287const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets.";
4288
Calder Kitagawa04cc6942023-06-14 18:38:464289const char kThumbnailPlaceholderName[] = "Thumbnail placeholder";
4290const char kThumbnailPlaceholderDescription[] =
4291 "Display a placeholder image for missing thumbnails.";
4292
Sirisha Kavuluru263350ba2022-09-08 21:40:214293const char kDiscoverFeedMultiColumnAndroidName[] =
4294 "Multi-column Discover feed Android.";
4295const char kDiscoverFeedMultiColumnAndroidDescription[] =
Sirisha Kavulurue968d502022-10-27 19:37:404296 "Enables single or multi-column Discover feed based on screen width on "
Sirisha Kavuluru263350ba2022-09-08 21:40:214297 "Android.";
4298
Zhe Li5d302c82022-10-12 16:56:544299const char kTabStripRedesignAndroidName[] = "Tab Strip Redesign Android.";
4300const char kTabStripRedesignAndroidDescription[] =
4301 "Enabled Tab Strip Redesign on Android - A visual redesign of Clank Tab "
4302 "Strip that is consistent with GM3.";
4303
Zhe Lidbe38d12023-05-17 23:55:524304const char kTabletToolbarReorderingAndroidName[] =
4305 "Tablet Toolbar Reordering Android.";
4306const char kTabletToolbarReorderingAndroidDescription[] =
4307 "Enable Tablet Toolbar Reordering on Android - Reorder the toolbar by "
4308 "placing the Home button from 1st to the 4th position after the Refresh"
4309 "button to match the Desktop toolbar";
4310
Zhe Li6ed8d9c2023-04-14 18:24:214311const char kEmptyStatesAndroidName[] = "Empty States Android.";
4312const char kEmptyStatesAndroidDescription[] =
4313 "Enabled Clank Empty States on Android - Add illustrations to Clank empty "
4314 "states to update tab switcher UI, recent tabs, bookmarks, reading list "
4315 "and history zero states";
4316
Sirisha Kavulurue968d502022-10-27 19:37:404317const char kFoldableJankFixAndroidName[] = "Fix for jank seen on foldables.";
4318const char kFoldableJankFixAndroidDescription[] =
4319 "Enables fix for jank seen during fold to unfold transition on foldables "
4320 "with Android 12+";
4321
Neil Coronado6a12ed82023-05-11 23:59:004322const char kTabStripStartupRefactoringName[] =
4323 "Refactor for tablet tab strip startup.";
4324const char kTabStripStartupRefactoringDescription[] =
4325 "Enables refactor for tablet tab strip startup. This creates placeholder "
4326 "tabs before the tab strip is initialized to prevent "
4327 "jank (tabs seeming to quickly flicker / scroll).";
4328
Neil Coronado97e135512023-01-11 20:21:094329const char kBaselineGM3SurfaceColorsName[] = "Baseline GM3 Surface Colors";
4330const char kBaselineGM3SurfaceColorsDescription[] =
4331 "Updates baseline surface colors to match the GM3 formula.";
4332
Neil Coronado28176942023-05-01 23:17:454333const char kDelayTempStripRemovalName[] =
4334 "Delay temp tab strip removal on startup";
4335const char kDelayTempStripRemovalDescription[] =
4336 "By delaying the removal of the placeholder tab strip, we mitigate the "
4337 "jank seen as tabs are being restored on startup.";
4338
Mustaq Ahmeda130fec2022-02-09 19:03:264339const char kTouchDragAndContextMenuName[] =
4340 "Simultaneous touch drag and context menu";
4341const char kTouchDragAndContextMenuDescription[] =
4342 "Enables touch dragging and a context menu to start simultaneously, with"
4343 "the assumption that the menu is non-modal.";
4344
Scott Littlec0f9a472022-03-23 19:23:224345const char kTranslateMessageUIName[] = "Translate Message UI";
4346const char kTranslateMessageUIDescription[] =
4347 "Controls whether the Translate Message UI will be shown instead of the "
4348 "Translate InfoBar.";
4349
Peter E Conn9eea1c0b2023-04-24 15:53:454350const char kTwaPostMessageName[] = "PostMessage for Trusted Web Activities";
4351const char kTwaPostMessageDescription[] =
4352 "Enables PostMessage between the "
4353 "shell app and the web page in Trusted Web Activities.";
4354
Brett Wilsonff596952017-07-14 01:06:554355const char kUpdateMenuBadgeName[] = "Force show update menu badge";
4356const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:444357 "When enabled, a badge will be shown on the app menu button if the update "
4358 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:554359
4360const char kUpdateMenuItemCustomSummaryDescription[] =
4361 "When this flag and the force show update menu item flag are enabled, a "
4362 "custom summary string will be displayed below the update menu item.";
4363const char kUpdateMenuItemCustomSummaryName[] =
4364 "Update menu item custom summary";
4365
Tommy Nyquist3c02e592018-10-18 23:36:444366const char kUpdateMenuTypeName[] =
4367 "Forces the update menu type to a specific type";
4368const char kUpdateMenuTypeDescription[] =
4369 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquistb0f8692e2021-10-15 19:13:054370 "the app menu badge and menu item for updates.";
Tommy Nyquist3c02e592018-10-18 23:36:444371const char kUpdateMenuTypeNone[] = "None";
4372const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
4373const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:554374
Tommy Nyquist5b7ac1a02022-08-16 16:56:004375const char kOmahaMinSdkVersionAndroidName[] =
4376 "Forces the minumum Android SDK version to a particular value.";
4377const char kOmahaMinSdkVersionAndroidDescription[] =
4378 "When set, the minimum Android minimum SDK version is set to a particular "
4379 "value which impact the app menu badge, menu items, and settings about "
4380 "screen regarding whether Chrome can be updated.";
4381const char kOmahaMinSdkVersionAndroidMinSdk1Description[] = "Minimum SDK = 1";
4382const char kOmahaMinSdkVersionAndroidMinSdk1000Description[] =
4383 "Minimum SDK = 1000";
4384
Shakti Sahu2741f8d2020-08-14 03:38:364385const char kVideoTutorialsName[] = "Enable video tutorials";
4386const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
4387
bttk8031f3fb2021-02-25 20:21:244388const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
4389const char kAdaptiveButtonInTopToolbarDescription[] =
4390 "Enables showing an adaptive action button in the top toolbar";
Salvador Guerrerob5d9c762023-03-22 21:24:034391
Salvador Guerreroa071de302023-03-18 00:34:274392const char kAdaptiveButtonInTopToolbarTranslateName[] =
4393 "Adaptive button in top toolbar - Translate button";
4394const char kAdaptiveButtonInTopToolbarTranslateDescription[] =
4395 "Enables a translate button in the top toolbar. Must be selected in "
4396 "Settings > Toolbar Shortcut.";
Salvador Guerrerob5d9c762023-03-22 21:24:034397const char kAdaptiveButtonInTopToolbarAddToBookmarksName[] =
4398 "Adaptive button in top toolbar - Add to bookmarks button";
4399const char kAdaptiveButtonInTopToolbarAddToBookmarksDescription[] =
4400 "Enables an add to bookmarks button in the top toolbar. Must be selected "
4401 "in "
4402 "Settings > Toolbar Shortcut.";
4403
bttk74acf1b2021-05-19 20:20:594404const char kAdaptiveButtonInTopToolbarCustomizationName[] =
4405 "Adaptive button in top toolbar customization";
4406const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
4407 "Enables UI for customizing the adaptive action button in the top toolbar";
Josh Simmons68941d122020-11-11 02:49:044408
Ken Buchanan3e7f855d2023-04-12 01:03:224409const char kWebAuthnAndroidCredManName[] =
4410 "Android Credential Management for passkeys";
4411const char kWebAuthnAndroidCredManDescription[] =
4412 "Use Credential Management API for passkeys. Requires Android 14 or "
4413 "higher.";
4414
Ella Ge95775d72023-06-14 21:27:174415const char kWebApkInstallFailureNotificationName[] =
4416 "Web app install failure notification";
4417const char kWebApkInstallFailureNotificationDescription[] =
4418 "Enables showing a notification when web app install failed";
4419
4420const char kWebApkInstallFailureRetryName[] = "Web app install retry";
4421const char kWebApkInstallFailureRetryDescription[] =
4422 "Allows user to retry failed web app installs with the failure "
4423 "notification";
4424
Carlos Knippschild0cf5a072020-12-01 00:15:534425const char kWebFeedName[] = "Web Feed";
4426const char kWebFeedDescription[] =
4427 "Allows users to keep up with and consume web content.";
4428
Pete Williamson55cbb162022-04-09 02:41:524429const char kWebFeedAwarenessName[] = "Web Feed Awareness";
4430const char kWebFeedAwarenessDescription[] =
4431 "Helps the user discover the web feed.";
4432
Pete Williamson06a50ba2022-03-10 02:08:534433const char kWebFeedOnboardingName[] = "Web Feed Onboarding";
4434const char kWebFeedOnboardingDescription[] =
Pete Williamson55cbb162022-04-09 02:41:524435 "Helps the user understand how to use the web feed.";
Pete Williamson06a50ba2022-03-10 02:08:534436
Cathy Lie949b3c2021-09-10 20:15:454437const char kWebFeedSortName[] = "Web Feed Sort";
4438const char kWebFeedSortDescription[] =
4439 "Allows users to sort their web content in the web feed. "
4440 "Only works if Web Feed is also enabled.";
4441
Alex Cooper5fca205f2023-03-20 23:13:274442const char kWebXrSharedBuffersName[] = "WebXR Shared Buffers";
4443const char kWebXrSharedBuffersDescription[] =
4444 "Toggles whether or not WebXR attempts to use SharedBuffers for moving "
4445 "textures from the device to the renderer. When this flag is set to either "
4446 "enabled or default SharedBuffer support will be dependent on what the "
4447 "device can actually support.";
4448
Justin DeWitt83faf9d12020-12-17 23:18:034449const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
4450const char kXsurfaceMetricsReportingDescription[] =
4451 "Allows metrics reporting state to be passed to Xsurface";
4452
Anna Tsvirchkova94fecb5f2022-04-14 10:34:044453const char kPasswordEditDialogWithDetailsName[] =
4454 "Password edit dialog with details UI";
4455const char kPasswordEditDialogWithDetailsDescription[] =
4456 "Enables UI which shows the dialog after clicking on save/update password"
4457 " with the functionality to choose user account and edit the password.";
4458
liyanbo.monster41ebdd12022-06-30 04:32:324459const char kEnableAndroidGamepadVibrationName[] = "Gamepad vibration";
4460const char kEnableAndroidGamepadVibrationDescription[] =
4461 "Enables the ability to play vibration effects on supported gamepads.";
4462
Wissem Gamra2a91d862022-08-17 18:17:224463const char kCormorantName[] = "Cormorant";
4464const char kCormorantDescription[] = "Enables the experimental Cormorant UI.";
4465
Alexander Cooper98a8edb2023-05-23 18:04:054466#if BUILDFLAG(ENABLE_VR) && BUILDFLAG(ENABLE_OPENXR)
4467const char kOpenXRName[] = "Enable OpenXR WebXR Runtime";
4468const char kOpenXRDescription[] =
4469 "Enables the use of the OpenXR runtime to create WebXR sessions.";
4470#endif
4471
Brett Wilson7b44537e2017-08-18 01:38:284472// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:554473
Xiaohan Wang55ae2c012022-01-20 21:49:114474#else // BUILDFLAG(IS_ANDROID)
brettw5f9c1642017-05-14 17:12:484475
Benjamin Zielinski04f8c802023-04-13 23:26:554476const char kAccessCodeCastFreezeUiName[] =
4477 "Pause Cast sessions (Access Code Cast users only)";
4478const char kAccessCodeCastFreezeUiDescription[] =
4479 "When enabled, adds controls to pause Cast sessions when sharing tab or "
4480 "screen, if using Access Code Casting.";
4481
echo linkerb7f43382022-02-10 23:20:344482const char kAppManagementAppDetailsName[] =
4483 "Enable App Details in App Management.";
4484const char kAppManagementAppDetailsDescription[] =
4485 "Show app details on an app's App Management page.";
4486
Lei Zhang1a6fd01b2021-03-24 17:03:484487const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154488 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:484489const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154490 "When enabled, allows all websites to request to initiate tab mirroring "
4491 "via Presentation API. Requires #cast-media-route-provider to also be "
4492 "enabled";
4493
Sunggook Chue99ab1982023-06-20 21:24:064494const char kDialMediaRouteProviderName[] =
4495 "Allow cast device discovery with DIAL protocol";
4496const char kDialMediaRouteProviderDescription[] =
4497 "Enable/Disable the browser discovery of the DIAL support cast device."
4498 "It sends a discovery SSDP message every 120 seconds";
4499
mark a. foltz8d3e26ed2023-03-17 17:46:574500const char kMediaRouterOtrInstanceName[] =
4501 "Create a separate Media Router instance for off-the-record "
4502 "profiles.";
4503const char kMediaRouterOtrInstanceDescription[] =
4504 "When enabled, a separate Media Router instance will be created for "
4505 "off-the-record (\"incognito\") profiles.";
4506
George Benz05086302023-05-02 23:39:104507const char kCastMirroringTargetPlayoutDelayName[] =
4508 "Changes the target playout delay for cast mirroring.";
4509const char kCastMirroringTargetPlayoutDelayDescription[] =
4510 "Choose a target playout delay for cast mirroring. A lower delay will "
4511 "decrease latency, but may come at the cost of other quality standards "
4512 "such as dropped frames or FPS.";
4513const char kCastMirroringTargetPlayoutDelayDefault[] = "400ms (default)";
4514const char kCastMirroringTargetPlayoutDelay100ms[] = "100ms.";
4515const char kCastMirroringTargetPlayoutDelay150ms[] = "150ms.";
4516const char kCastMirroringTargetPlayoutDelay200ms[] = "200ms.";
4517const char kCastMirroringTargetPlayoutDelay250ms[] = "250ms.";
4518const char kCastMirroringTargetPlayoutDelay300ms[] = "300ms.";
4519const char kCastMirroringTargetPlayoutDelay350ms[] = "3500ms.";
4520
Anthony Cuie4109852022-07-27 19:01:014521const char kCopyLinkToTextName[] = "Copy Link To Text";
4522const char kCopyLinkToTextDescription[] =
4523 "Adds an item to the context menu to allow a user to copy a link to the "
4524 "page with the selected text highlighted.";
4525
4526const char kDesktopPartialTranslateName[] = "Desktop Partial Translate";
4527const char kDesktopPartialTranslateDescription[] =
4528 "Enables the Partial Translate feature on Desktop, which allows users to "
4529 "translate text selections on the page through the right click context "
4530 "menu.";
4531
evliu467c11b82020-11-17 01:29:304532const char kEnableAccessibilityLiveCaptionName[] = "Live Caption";
4533const char kEnableAccessibilityLiveCaptionDescription[] =
4534 "Enables the live caption feature which generates captions for "
Katie Df558c1a2020-04-21 20:33:594535 "media playing in Chrome. Turn the feature on in "
4536 "chrome://settings/accessibility.";
4537
Jocelyn Tran48b694aa2023-03-03 21:00:114538const char kReadAnythingName[] = "Reading Mode";
Abigail Kleincef69482023-01-24 22:14:374539const char kReadAnythingDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114540 "Enables the Reading Mode feature which generates a reader-friendly view "
4541 "of web pages. Open the side panel and select Reading Mode to try the "
Abigail Kleincef69482023-01-24 22:14:374542 "feature.";
4543
Jocelyn Tran48b694aa2023-03-03 21:00:114544const char kReadAnythingWithScreen2xName[] = "Reading Mode with Screen2x";
Abigail Kleincef69482023-01-24 22:14:374545const char kReadAnythingWithScreen2xDescription[] =
Jocelyn Tran48b694aa2023-03-03 21:00:114546 "Have Reading Mode use a local machine learning model for web page "
Abigail Kleincef69482023-01-24 22:14:374547 "distillation.";
4548
Jack Hsieh1e6d84a2022-07-01 16:18:574549const char kEnableWebHidOnExtensionServiceWorkerName[] =
4550 "Enable WebHID on extension service workers";
4551const char kEnableWebHidOnExtensionServiceWorkerDescription[] =
4552 "When enabled, WebHID API is available on extension service workers.";
4553
John Williamse5a683b2020-07-28 03:01:484554const char kGlobalMediaControlsCastStartStopName[] =
4555 "Global media controls control Cast start/stop";
4556const char kGlobalMediaControlsCastStartStopDescription[] =
4557 "Allows global media controls to control when a Cast session is started "
4558 "or stopped instead of relying on the Cast dialog.";
4559
Lei Zhange52be9912023-06-23 17:29:134560const char kHeuristicMemorySaverName[] =
Anthony Vallee-Dubois3d3039fb2023-03-17 16:11:154561 "Enable the heuristics-based policy for Memory Saver Mode.";
Lei Zhange52be9912023-06-23 17:29:134562const char kHeuristicMemorySaverDescription[] =
Anthony Vallee-Dubois3d3039fb2023-03-17 16:11:154563 "When enabled, Memory Saver will take multiple signals into account before "
4564 "discarding a tab rather than doing it after a fixed amount of time in the "
4565 "background.";
4566
Baitinq8e9648d2023-06-05 10:52:344567const char kHideIncognitoMediaMetadataName[] =
4568 "Hide media metadata when in Incognito";
4569const char kHideIncognitoMediaMetadataDescription[] =
4570 "When enabled, media metadata will be hidden from your OS' media player "
4571 "if you are in an Incognito session.";
4572
Lei Zhange52be9912023-06-23 17:29:134573const char kHighEfficiencyMultistateModeAvailableName[] =
Alison Galea48e0e12023-05-10 22:57:524574 "Enable the multi-state option for Memory Saver Mode.";
Lei Zhange52be9912023-06-23 17:29:134575const char kHighEfficiencyMultistateModeAvailableDescription[] =
Alison Galea48e0e12023-05-10 22:57:524576 "When enabled, Memory Saver can take one of three options: enabled with a "
Gabriel Charetted2cdb222023-06-15 15:28:174577 "heuristic mode, enabled with a fixed timer, and discarded. Configure this "
Alison Galea48e0e12023-05-10 22:57:524578 "through the settings page.";
4579
Lei Zhange52be9912023-06-23 17:29:134580const char kHighEfficiencyDiscardedTabTreatmentName[] =
Alison Galee124dea32023-05-05 21:39:054581 "Enable discarded tab treatment for Memory Saver Mode.";
Lei Zhange52be9912023-06-23 17:29:134582const char kHighEfficiencyDiscardedTabTreatmentDescription[] =
Alison Galee124dea32023-05-05 21:39:054583 "When enabled, discarded tabs will have a modified favicon to indicate "
4584 "that state.";
4585
Lei Zhange52be9912023-06-23 17:29:134586const char kHighEfficiencyMemoryUsageInHovercardsName[] =
Alison Galeeebae682023-06-06 20:30:534587 "Show memory usage in hovercards.";
Lei Zhange52be9912023-06-23 17:29:134588const char kHighEfficiencyMemoryUsageInHovercardsDescription[] =
Alison Galeeebae682023-06-06 20:30:534589 "When enabled, memory usage for active tabs can be found in their "
4590 "hovercards.";
4591
Lei Zhange52be9912023-06-23 17:29:134592const char kHighEfficiencyDiscardExceptionsImprovementsName[] =
Alison Galeaf767012023-05-12 18:27:064593 "Enable improvements to creating tab discard exceptions.";
Lei Zhange52be9912023-06-23 17:29:134594const char kHighEfficiencyDiscardExceptionsImprovementsDescription[] =
Alison Galeaf767012023-05-12 18:27:064595 "When enabled, tab discard exceptions can be created from the Memory Saver "
4596 "page action chip dialog and they can be created from currently open tabs "
4597 "via the settings page.";
4598
Lei Zhange52be9912023-06-23 17:29:134599const char kHighEfficiencySavingsReportingImprovementsName[] =
Alison Gale56cd69b2023-04-25 16:56:324600 "Enable improvements to how memory savings are reported.";
Lei Zhange52be9912023-06-23 17:29:134601const char kHighEfficiencySavingsReportingImprovementsDescription[] =
Alison Gale56cd69b2023-04-25 16:56:324602 "When enabled, the Memory Saver page action chip and dialog will be used "
4603 "to highlight memory savings.";
4604
Nicolas MacBeth3dcf7532023-04-21 21:30:134605#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Lei Zhange52be9912023-06-23 17:29:134606const char kIOSPromoPasswordBubbleName[] =
Nicolas MacBeth3dcf7532023-04-21 21:30:134607 "Contextual Chrome for iOS promo in the password save/update bubble.";
Lei Zhange52be9912023-06-23 17:29:134608const char kIOSPromoPasswordBubbleDecription[] =
Nicolas MacBeth3dcf7532023-04-21 21:30:134609 "When enabled, a contextual Chrome for iOS promo will be shown to eligible "
4610 "users. The different flag options are for the promo's activation.";
4611#endif
4612
Richard Knoll7b293562021-07-08 08:49:064613const char kMuteNotificationSnoozeActionName[] =
4614 "Snooze action for mute notifications";
4615const char kMuteNotificationSnoozeActionDescription[] =
4616 "Adds a Snooze action to mute notifications shown while sharing a screen.";
4617
Paul Adedejiabbaf292023-04-03 21:21:184618const char kNtpAlphaBackgroundCollectionsName[] =
4619 "NTP Alpha Background Collections";
4620const char kNtpAlphaBackgroundCollectionsDescription[] =
4621 "Shows alpha NTP background collections in Customize Chrome.";
4622
Paul Adedejic4acd3092023-05-22 19:29:134623const char kNtpBackgroundImageErrorDetectionName[] =
4624 "NTP Background Image Error Detection";
4625const char kNtpBackgroundImageErrorDetectionDescription[] =
4626 "Checks NTP background image links for HTTP status errors.";
4627
Esmael El-Moslimanyf85849d2021-01-15 02:18:104628const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
4629const char kNtpCacheOneGoogleBarDescription[] =
4630 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
4631 "when available.";
4632
Paul Adedeji1ed53002022-06-13 20:15:304633const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
4634const char kNtpChromeCartModuleDescription[] =
4635 "Shows the chrome cart module on the New Tab Page.";
Tibor Goldschwendt16a63cb2020-08-04 19:08:154636
Roman Arora201df092022-10-20 16:53:514637const char kNtpComprehensiveThemeRealboxName[] =
4638 "NTP Comprehensive Theme Realbox";
4639const char kNtpComprehensiveThemeRealboxDescription[] =
4640 "Applies theme based colors to the NTP Realbox element";
4641
Yo Wakitadcd38802022-10-12 17:27:074642const char kNtpDesktopLensName[] = "NTP Desktop Lens Entrypoint";
4643const char kNtpDesktopLensDescription[] =
4644 "Shows a Lens entrypoint and upload dialog in desktop NTP when enabled.";
4645
Andre Vincent60a5c5d2020-12-24 02:53:014646const char kNtpDriveModuleName[] = "NTP Drive Module";
4647const char kNtpDriveModuleDescription[] =
4648 "Shows the Google Drive module on the New Tab Page";
4649
Paul Adedeji680466942022-01-13 22:10:504650#if !defined(OFFICIAL_BUILD)
4651const char kNtpDummyModulesName[] = "NTP Dummy Modules";
4652const char kNtpDummyModulesDescription[] =
4653 "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is "
4654 "enabled.";
4655#endif
4656
Roman Arorac7579c92023-02-27 22:17:174657const char kNtpHistoryClustersModuleName[] = "NTP Journeys Module";
4658const char kNtpHistoryClustersModuleDescription[] =
4659 "Shows the Journeys module on the New Tab Page.";
4660
Sophie Changdf637c982023-05-14 17:06:314661const char kNtpHistoryClustersModuleUseModelRankingName[] =
4662 "NTP Journeys Module Model Ranking";
4663const char kNtpHistoryClustersModuleUseModelRankingDescription[] =
4664 "Leverages a machine learning model to rank clusters for the Journeys "
4665 "module on the New Tab Page.";
4666
Yue Zhangb7a521b2023-04-11 22:33:194667const char kNtpChromeCartInHistoryClustersModuleName[] =
4668 "NTP ChromeCart in Journeys Module";
4669const char kNtpChromeCartInHistoryClustersModuleDescription[] =
4670 "Shows ChromeCart tile in the Journeys module when available on the New "
4671 "Tab Page.";
4672
Yue Zhang9d4bff02023-04-26 15:32:054673const char kNtpChromeCartHistoryClusterCoexistName[] =
4674 "NTP ChromeCart and Journeys Module Coexist";
4675const char kNtpChromeCartHistoryClusterCoexistDescription[] =
4676 "Shows ChromeCart module and ChromeCart+Journeys module together when "
4677 "available on the New Tab Page.";
4678
Paul Adedeji1ed53002022-06-13 20:15:304679const char kNtpMiddleSlotPromoDismissalName[] =
4680 "NTP Middle Slot Promo Dismissal";
4681const char kNtpMiddleSlotPromoDismissalDescription[] =
4682 "Allows middle slot promo to be dismissed from New Tab Page until "
4683 "new promo message is populated.";
Rohit Bhatia34189362021-09-04 03:55:204684
Lydia Lam44eea142021-06-10 01:19:004685const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
4686const char kNtpModulesDragAndDropDescription[] =
4687 "Enables modules to be reordered via dragging and dropping on the "
4688 "New Tab Page.";
4689
Paul Adedejid25542d32022-03-09 03:06:374690const char kNtpModulesFirstRunExperienceName[] =
4691 "NTP Modules First Run Experience";
4692const char kNtpModulesFirstRunExperienceDescription[] =
4693 "Shows first run experience for Modular NTP Desktop v1.";
4694
Tibor Goldschwendtf9501a62023-03-23 03:11:194695const char kNtpModulesHeaderIconName[] = "NTP Modules Header Icon";
4696const char kNtpModulesHeaderIconDescription[] =
4697 "Shows icons in NTP module headers.";
4698
Paul Adedeji1ed53002022-06-13 20:15:304699const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
4700const char kNtpModulesRedesignedDescription[] =
4701 "Shows the redesigned modules on the New Tab Page.";
4702
4703const char kNtpPhotosModuleName[] = "NTP Photos Module";
4704const char kNtpPhotosModuleDescription[] =
4705 "Shows the Google Photos module on the New Tab Page";
4706
4707const char kNtpPhotosModuleOptInArtWorkName[] =
4708 "NTP Photos Module Opt In ArtWork";
4709const char kNtpPhotosModuleOptInArtWorkDescription[] =
4710 "Determines the art work in the NTP Photos Opt-In card";
4711
4712const char kNtpPhotosModuleOptInTitleName[] = "NTP Photos Module Opt In Title";
4713const char kNtpPhotosModuleOptInTitleDescription[] =
4714 "Determines the title of the NTP Photos Opt-In card";
4715
4716const char kNtpPhotosModuleSoftOptOutName[] = "NTP Photos Module Soft Opt-Out";
4717const char kNtpPhotosModuleSoftOptOutDescription[] =
4718 "Enables soft opt-out option in Photos opt-in card";
4719
Tibor Goldschwendt899492d2023-06-14 00:03:514720const char kNtpRealboxIsTallName[] = "NTP Realbox Is Tall";
4721const char kNtpRealboxIsTallDescription[] =
4722 "Makes NTP Realbox taller when enabled.";
4723
Marlon Faceya00e2f92022-01-27 23:04:094724const char kNtpRealboxMatchSearchboxThemeName[] =
4725 "NTP Realbox Matches Searchbox Theme";
4726const char kNtpRealboxMatchSearchboxThemeDescription[] =
Marlon Facey4a2c2072022-09-26 23:24:534727 "Makes NTP Realbox drop shadow match that of the Searchbox when enabled.";
Marlon Faceya00e2f92022-01-27 23:04:094728
Marlon Facey904d12442021-09-02 23:02:244729const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals";
4730const char kNtpRealboxPedalsDescription[] =
4731 "Shows pedals in the NTP Realbox when enabled.";
4732
John Lee07f68aa2023-05-19 21:32:584733const char kNtpRealboxWidthBehaviorName[] = "NTP Realbox Width Behavior";
4734const char kNtpRealboxWidthBehaviorDescription[] =
4735 "Determines the width of the NTP realbox.";
4736
Marlon Facey94eac62a02021-12-15 01:16:374737const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon";
4738const char kNtpRealboxUseGoogleGIconDescription[] =
4739 "Shows Google G icon "
4740 "instead of Search Loupe in realbox when enabled";
4741
Paul Adedeji1ed53002022-06-13 20:15:304742const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
4743const char kNtpRecipeTasksModuleDescription[] =
4744 "Shows the recipe tasks module on the New Tab Page.";
4745
Tibor Goldschwendta82f86c2023-03-14 00:26:514746const char kNtpReducedLogoSpaceName[] = "NTP Reduced Logo Space";
4747const char kNtpReducedLogoSpaceDescription[] =
4748 "Reduces space the logo fills up vertically.";
4749
Paul Adedeji1ed53002022-06-13 20:15:304750const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module";
4751const char kNtpSafeBrowsingModuleDescription[] =
4752 "Shows the safe browsing module on the New Tab Page.";
4753
Tibor Goldschwendteec42922023-03-22 18:54:544754const char kNtpSingleRowShortcutsName[] = "NTP Single Row Shortcuts";
4755const char kNtpSingleRowShortcutsDescription[] =
4756 "Shows shortcuts in a single wide row on the New Tab Page.";
4757
Tibor Goldschwendtf9501a62023-03-23 03:11:194758const char kNtpWideModulesName[] = "NTP Wide Modules";
4759const char kNtpWideModulesDescription[] =
4760 "Shows wide NTP modules if NTP provides enough space.";
4761
Aran Gilman766c2ad2019-04-18 00:15:414762const char kEnableReaderModeName[] = "Enable Reader Mode";
4763const char kEnableReaderModeDescription[] =
4764 "Allows viewing of simplified web pages by selecting 'Customize and "
4765 "control Chrome'>'Distill page'";
4766
Wei Li2946b352019-08-19 21:49:544767const char kHappinessTrackingSurveysForDesktopDemoName[] =
4768 "Happiness Tracking Surveys Demo";
4769const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
4770 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
4771
Ramin Halavati7935b622022-11-16 08:11:464772const char kLayoutExtractionName[] = "Layout Extraction";
4773const char kLayoutExtractionDescription[] =
4774 "Enables Layout Extraction local machine intelligence library to use "
4775 "screen snapshots to add metadata for accessibility tools.";
4776
Travis Skarebcdb5ed32018-08-17 01:49:404777const char kOmniboxDriveSuggestionsName[] =
4778 "Omnibox Google Drive Document suggestions";
manukh918d82552022-10-11 01:12:224779const char kOmniboxDriveSuggestionsDescription[] =
Travis Skarebcdb5ed32018-08-17 01:49:404780 "Display suggestions for Google Drive documents in the omnibox when Google "
4781 "is the default search engine.";
4782
Viktor Semeniuk083adff22022-11-16 16:15:474783const char kPasswordsGroupingName[] = "Passwords grouping";
4784const char kPasswordsGroupingDescription[] =
4785 "Enables displaying passwords grouped together using information from "
4786 "the affiliation service.";
4787
Viktor Semeniuke4aa5bc2022-08-17 07:22:594788const char kPasswordManagerRedesignName[] = "Password Manager new UI";
4789const char kPasswordManagerRedesignDescription[] =
4790 "Enables new Password Manager UI on Desktop";
4791
Filipa Senracb661ca32023-04-19 16:03:134792const char kPermissionStorageAccessAPIName[] =
4793 "Storage Access API permission UI";
4794const char kPermissionStorageAccessAPIDescription[] =
4795 "Enables the new Storage Access API permission UI on Desktop";
4796
Moe Ahmadi6a814b92023-04-11 23:28:464797const char kRealboxSecondaryZeroSuggestName[] =
4798 "Enables showing secondary zero-prefix suggestions in NTP realbox.";
4799const char kRealboxSecondaryZeroSuggestDescription[] =
4800 "When enabled, allows showing secondary zero-prefix suggestions in NTP "
4801 "realbox.";
4802
Chris Thompson657d5c82020-10-08 23:04:104803const char kSCTAuditingName[] = "SCT auditing";
4804const char kSCTAuditingDescription[] =
4805 "Enables SCT auditing for users who have opted in to Safe Browsing "
4806 "Extended Reporting.";
4807
Jochen Eisingerbd1033a2023-03-27 18:31:234808#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
4809const char kSettingsEnableGetTheMostOutOfChromeName[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184810 "'Get the most out of Chrome' documentation";
Jochen Eisingerbd1033a2023-03-27 18:31:234811const char kSettingsEnableGetTheMostOutOfChromeDescription[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184812 "When enabled, the 'Get the most out of Chrome' documentation section "
4813 "will be available.";
Jochen Eisingerbd1033a2023-03-27 18:31:234814#endif
Jochen Eisinger6ef16de2023-03-23 20:44:184815
Alan Cutter5ad03af2023-06-15 08:53:294816const char kWebAppDedupeInstallUrlsName[] = "Web App Dedupe Install URLs";
4817const char kWebAppDedupeInstallUrlsDescription[] =
4818 "Enables a clean up fix for web apps that were installed by external "
4819 "(non-user) sources that install the same URL but result in different web "
4820 "apps being installed.";
4821
Alan Cutter9aa158b2023-01-20 16:12:144822const char kWebAppManifestImmediateUpdatingName[] =
4823 "Web App Manifest Immediate Updating";
4824const char kWebAppManifestImmediateUpdatingDescription[] =
4825 "Enables web app manifest updates to apply to running web app windows as "
4826 "soon as a change has been detected instead of waiting for all app windows "
4827 "to be closed.";
4828
Alan Cutter51d16c82023-04-17 08:29:054829const char kWebAppSyncGeneratedIconBackgroundFixName[] =
4830 "Web App Sync Generated Icon Background Fix";
4831const char kWebAppSyncGeneratedIconBackgroundFixDescription[] =
4832 "Schedules attempts to fix generated icons for sync installed web apps in "
4833 "the background with exponential backoff within their permitted fix time "
4834 "window.";
4835
4836const char kWebAppSyncGeneratedIconRetroactiveFixName[] =
4837 "Web App Sync Generated Icon Retroactive Fix";
4838const char kWebAppSyncGeneratedIconRetroactiveFixDescription[] =
4839 "Starts a time window for existing sync installed web apps with generated "
4840 "icons for background/update events to attempt fixes.";
4841
4842const char kWebAppSyncGeneratedIconUpdateFixName[] =
4843 "Web App Sync Generated Icon Update Fix";
4844const char kWebAppSyncGeneratedIconUpdateFixDescription[] =
Alan Cutterb9da75942023-04-06 02:05:344845 "Allows web apps installed via sync to update their icons without prompting"
4846 "during a manifest update if the icons were generated, indictative of"
4847 "network errors during the sync install.";
4848
Paul Adedeji1ed53002022-06-13 20:15:304849const char kWebAuthenticationPermitEnterpriseAttestationName[] =
4850 "Web Authentication Enterprise Attestation";
4851const char kWebAuthenticationPermitEnterpriseAttestationDescription[] =
4852 "Permit a set of origins to request a uniquely identifying enterprise "
4853 "attestation statement from a security key when creating a Web "
4854 "Authentication credential.";
4855
Danil Somsikov0d206142022-11-28 23:37:204856const char kDevToolsTabTargetLiteralName[] = "DevTools using Tab Target";
4857const char kDevToolsTabTargetLiteralDescription[] =
4858 "Makes DevTools use an experimental CDP Tab target.";
4859
Xiaohan Wang55ae2c012022-01-20 21:49:114860#endif // BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:284861
4862// Windows ---------------------------------------------------------------------
4863
Xiaohan Wang55ae2c012022-01-20 21:49:114864#if BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284865
Bill Carr49f46082022-02-28 17:54:414866const char kCalculateNativeWinOcclusionName[] =
4867 "Calculate window occlusion on Windows";
4868const char kCalculateNativeWinOcclusionDescription[] =
4869 "Calculate window occlusion on Windows will be used in the future "
4870 "to throttle and potentially unload foreground tabs in occluded windows";
4871
Igor Ruvinova21c076a2023-05-10 18:51:094872const char kCloudApAuthAttachAsHeaderName[] =
4873 "CloudAP authentication data headers";
4874const char kCloudApAuthAttachAsHeaderDescription[] =
4875 "Allows certain ambient authentication data to be added to HTTP requests "
4876 "as separate headers instead of being appended to the cookie "
4877 "header.";
4878
Armando Miragliad2e6fc9e2020-03-06 09:23:094879const char kEnableMediaFoundationVideoCaptureName[] =
4880 "MediaFoundation Video Capture";
4881const char kEnableMediaFoundationVideoCaptureDescription[] =
4882 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
4883 "to DirectShow if disabled.";
4884
Xiaohan Wang9c9e5d35c2021-09-02 17:36:094885const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption";
4886const char kHardwareSecureDecryptionDescription[] =
4887 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4888 "for protected content playback.";
4889
Xiaohan Wang2d588832021-11-16 00:57:074890const char kHardwareSecureDecryptionExperimentName[] =
4891 "Hardware Secure Decryption Experiment";
4892const char kHardwareSecureDecryptionExperimentDescription[] =
4893 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4894 "for experimental protected content playback.";
4895
Xiaohan Wang90409292022-03-26 09:06:284896const char kHardwareSecureDecryptionFallbackName[] =
4897 "Hardware Secure Decryption Fallback";
4898const char kHardwareSecureDecryptionFallbackDescription[] =
4899 "Allows automatically disabling hardware secure Content Decryption Module "
4900 "(CDM) after failures or crashes. Subsequent playback may use software "
4901 "secure CDMs. If this feature is disabled, the fallback will never happen "
4902 "and users could be stuck with playback failures.";
4903
Bill Carrc2abb9222021-11-07 22:02:564904const char kMediaFoundationClearName[] = "MediaFoundation for Clear";
4905const char kMediaFoundationClearDescription[] =
4906 "Enable/Disable the use of MediaFoundation for non-protected content "
4907 "playback on supported systems.";
4908
henrikac66d1012021-01-19 13:59:184909const char kRawAudioCaptureName[] = "Raw audio capture";
4910const char kRawAudioCaptureDescription[] =
4911 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
4912 "audio stream is a 'raw' stream that bypasses all signal processing except "
4913 "for endpoint specific, always-on processing in the Audio Processing Object"
4914 " (APO), driver, and hardware.";
4915
Lei Zhangc05af2a2020-05-15 20:54:054916const char kRunVideoCaptureServiceInBrowserProcessName[] =
4917 "Run video capture service in browser";
4918const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
4919 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:284920
Jonah Ryan-Davis90ae3322021-09-21 17:34:484921const char kUseAngleDescriptionWindows[] =
Olli Etuaho122321192018-09-07 10:15:294922 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
4923 "computers by default. Using the OpenGL driver as the graphics backend may "
4924 "result in higher performance in some graphics-heavy applications, "
4925 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
4926 "video playback.";
4927
Olli Etuaho122321192018-09-07 10:15:294928const char kUseAngleD3D11[] = "D3D11";
4929const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:024930const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:294931
Alex Forrenceb42504892022-07-20 21:50:074932const char kUseWaitableSwapChainName[] = "Use waitable swap chains";
4933const char kUseWaitableSwapChainDescription[] =
4934 "Use waitable swap chains to reduce presentation latency (effective only "
4935 "Windows 8.1 or later). If enabled, specify the maximum number of frames "
4936 "that can be queued, ranging from 1-3. 1 has the lowest delay but is most "
4937 "likely to drop frames, while 3 has the highest delay but is least likely "
4938 "to drop frames.";
4939
Brett Wilson7b44537e2017-08-18 01:38:284940const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
4941const char kUseWinrtMidiApiDescription[] =
4942 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
4943 "later).";
4944
Jackson Loefflera6915ef2023-05-23 16:36:474945const char kWindows11MicaTitlebarName[] = "Windows 11 Mica titlebar";
4946const char kWindows11MicaTitlebarDescription[] =
4947 "Use the DWM system-drawn Mica titlebar on Windows 11, version 22H2 (build "
4948 "22621) and above.";
4949
Eric Lawrencebff3a1652023-05-23 04:12:034950#if BUILDFLAG(ENABLE_EXTENSIONS)
4951const char kLaunchWindowsNativeHostsDirectlyName[] =
4952 "Force Native Host Executables to Launch Directly";
4953const char kLaunchWindowsNativeHostsDirectlyDescription[] =
4954 "Force Native Host executables to launch directly via CreateProcess.";
4955#endif // ENABLE_EXTENSIONS
4956
Daniel Hosseinian159cb3d2020-03-13 03:02:024957#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhang1419cab2021-09-09 17:04:444958const char kPrintWithPostScriptType42FontsName[] =
4959 "Print with PostScript Type 42 fonts";
4960const char kPrintWithPostScriptType42FontsDescription[] =
4961 "When using PostScript level 3 printing, render text with Type 42 fonts if "
4962 "possible.";
4963
Lei Zhanga6a8a492020-05-14 03:55:034964const char kPrintWithReducedRasterizationName[] =
4965 "Print with reduced rasterization";
4966const char kPrintWithReducedRasterizationDescription[] =
4967 "When using GDI printing, avoid rasterization if possible.";
4968
Cuc Doan074d8ed2022-03-14 22:03:344969const char kReadPrinterCapabilitiesWithXpsName[] =
4970 "Read printer capabilities with XPS";
Lei Zhange52be9912023-06-23 17:29:134971const char kReadPrinterCapabilitiesWithXpsDescription[] =
Cuc Doan074d8ed2022-03-14 22:03:344972 "When enabled, utilize XPS interface to read printer capabilities.";
4973
Alan Screen574ffd662019-11-21 22:38:534974const char kUseXpsForPrintingName[] = "Use XPS for printing";
4975const char kUseXpsForPrintingDescription[] =
4976 "When enabled, use XPS printing API instead of the GDI print API.";
4977
Alan Screen49388112019-12-13 23:34:214978const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
4979const char kUseXpsForPrintingFromPdfDescription[] =
4980 "When enabled, use XPS printing API instead of the GDI print API when "
4981 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:024982#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:214983
Xiaohan Wang55ae2c012022-01-20 21:49:114984#endif // BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284985
4986// Mac -------------------------------------------------------------------------
4987
Xiaohan Wang55ae2c012022-01-20 21:49:114988#if BUILDFLAG(IS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:284989
Karol Sygiet901acb42022-08-08 16:00:044990const char kBiometricAuthenticationInSettingsName[] =
4991 "Biometric authentication in settings";
4992const char kBiometricAuthenticationInSettingsDescription[] =
4993 "Enables biometric authentication in settings to view/edit/copy a password";
4994
Keren Zhu28ac51822023-04-10 18:27:534995const char kCr2023MacFontSmoothingName[] =
4996 "Chrome Refresh 2023 Mac Font Smoothing";
4997const char kCr2023MacFontSmoothingDescription[] =
4998 "Enables Mac Font Smoothing that simulates optical sizes "
4999 "to enhance text readability at smaller scales. "
5000 "Only effective when Chrome Refresh 2023 is enabled.";
5001
Daniel Hosseinian159cb3d2020-03-13 03:02:025002#if BUILDFLAG(ENABLE_PRINTING)
5003const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
5004const char kCupsIppPrintingBackendDescription[] =
5005 "Use the CUPS IPP printing backend instead of the original CUPS backend "
5006 "that calls the PPD API.";
5007#endif // BUILDFLAG(ENABLE_PRINTING)
5008
Avi Drissman0095f552021-11-05 19:58:535009const char kEnableUniversalLinksName[] = "Universal Links";
5010const char kEnableUniversalLinksDescription[] =
5011 "Include Universal Links in the intent picker.";
5012
Sidney San Martín678fd4112019-03-30 00:13:055013const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
5014const char kImmersiveFullscreenDescription[] =
5015 "Automatically hide and show the toolbar in fullscreen.";
5016
Greg Kerrf46f31872019-08-08 20:22:445017const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
5018const char kMacSyscallSandboxDescription[] =
5019 "Controls whether the macOS sandbox filters syscalls.";
5020
Florent Castellibd7db032023-02-22 11:22:035021const char kRetryGetVideoCaptureDeviceInfosName[] =
5022 "Retry capture device enumeration on crash";
5023const char kRetryGetVideoCaptureDeviceInfosDescription[] =
5024 "Enables retries when enumerating the available video capture devices "
5025 "after a crash. The capture service is restarted without loading external "
5026 "DAL plugins which could have caused the crash.";
5027
Leonard Grey2e90921c2021-12-02 22:46:135028const char kScreenTimeName[] = "Screen Time";
5029const char kScreenTimeDescription[] =
5030 "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 "
5031 "and later.";
5032
Jonah Ryan-Davis90ae3322021-09-21 17:34:485033const char kUseAngleDescriptionMac[] =
5034 "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be "
5035 "deprecated on Mac, and may contain driver bugs that are not planned to be "
5036 "fixed. The Metal backend is still experimental, and may contain bugs that "
5037 "are still being worked on. The Metal backend should be more performant, "
5038 "but may still be behind the OpenGL backend until fully released.";
5039
5040const char kUseAngleMetal[] = "Metal";
5041
Tom Burgin5c3fde02022-06-23 18:24:075042const char kSystemColorChooserName[] = "System Color Chooser";
5043const char kSystemColorChooserDescription[] =
5044 "Enables a button that launches the macOS native color chooser.";
5045
Brett Wilson7b44537e2017-08-18 01:38:285046#endif
5047
Jonah Ryan-Davis90ae3322021-09-21 17:34:485048// Windows and Mac -------------------------------------------------------------
5049
Xiaohan Wang55ae2c012022-01-20 21:49:115050#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:485051
5052const char kUseAngleName[] = "Choose ANGLE graphics backend";
5053const char kUseAngleDefault[] = "Default";
5054const char kUseAngleGL[] = "OpenGL";
Karol Sygiet901acb42022-08-08 16:00:045055
Karol Sygietc5e3da652022-08-02 15:47:505056const char kBiometricAuthenticationForFillingName[] =
5057 "Biometric authentication reauth before filling";
5058const char kBiometricAuthenticationForFillingDescription[] =
5059 "Enables biometric authentication before filling form data";
Xiaohan Wang55ae2c012022-01-20 21:49:115060#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:485061
Richard Chuia9ed7be12022-04-13 21:30:355062// ChromeOS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:345063
Yuta Hijikata235fc62b2020-12-08 03:48:325064#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:345065
Brett Wilson7b44537e2017-08-18 01:38:285066const char kAcceleratedMjpegDecodeName[] =
5067 "Hardware-accelerated mjpeg decode for captured frame";
5068const char kAcceleratedMjpegDecodeDescription[] =
5069 "Enable hardware-accelerated mjpeg decode for captured frame where "
5070 "available.";
vabr0215a8e2017-03-28 12:47:345071
Thanh Nguyen6b4c5852022-05-26 22:03:255072const char kAdaptiveChargingForTestingName[] =
5073 "Show adaptive charging notifications for testing";
5074const char kAdaptiveChargingForTestingDescription[] =
5075 "Show adaptive charging notifications and nudges for testing. This is "
5076 "meant to be used by developers to test the feature UI only. The "
5077 "notifications will be shown after the device is plugged in to the "
5078 "charger. Please DO NOT enable this if you're not a developer who wants to "
5079 "test the UI of the adaptive charging feature.";
5080
Thanh Nguyen730ac8a32022-05-19 08:50:465081const char kAdaptiveChargingName[] = "Enable adaptive charging feature";
5082const char kAdaptiveChargingDescription[] =
5083 "Show settings to enable/disable adaptive charging feature.";
5084
Jun Ishiguro508cc98d2023-06-09 00:12:355085const char kAllowDevtoolsInSystemUIName[] = "Enable DevTools in System UI";
5086const char kAllowDevtoolsInSystemUIDescription[] =
5087 "Enable the developer tools (DevTools) including the page source viewer "
5088 "(view-source) in Ash. By default, these tools are disabled if Lacros is "
5089 "the only browser, so as not to confuse the user by opening an Ash window. "
5090 "By enabling this flag, you can access them via the context menu or "
5091 "shortcuts to debug the system UI.";
5092
Andreea Costinas99e24192023-02-15 14:39:465093const char kAllowEapDefaultCasWithoutSubjectVerificationName[] =
5094 "Allow EAP network configs with default server CAs without subject "
5095 "verification";
5096const char kAllowEapDefaultCasWithoutSubjectVerificationDescription[] =
5097 "Allows creating EAP network configs which use the default server CA certs "
5098 "without specifying subject or domain match options which validate the "
5099 "identity of the server.";
5100
Vyshu9ea9e182021-02-04 17:53:065101const char kAllowRepeatedUpdatesName[] =
5102 "Continue checking for updates before reboot and after initial update.";
5103const char kAllowRepeatedUpdatesDescription[] =
5104 "Continues checking to see if there is a more recent update, even if user"
5105 "has not rebooted to apply the previous update.";
5106
Kyle Horimoto734f0752020-03-20 20:46:545107const char kAllowScrollSettingsName[] =
5108 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
5109const char kAllowScrollSettingsDescription[] =
5110 "Shows settings to enable/disable scroll acceleration and to adjust the "
5111 "sensitivity for scrolling.";
5112
Michael Checo6adc5f92023-05-09 03:09:025113const char kAltClickAndSixPackCustomizationName[] =
5114 "Allow users to customize Alt-Click and 6-pack key remapping.";
5115
5116const char kAltClickAndSixPackCustomizationDescription[] =
5117 "Shows settings to customize Alt-Click and 6-pack key remapping in the "
5118 "keyboard settings page.";
5119
Jeffrey Kardatzkea686ded22022-03-28 18:28:465120const char kAlwaysEnableHdcpName[] = "Always enable HDCP for external displays";
5121const char kAlwaysEnableHdcpDescription[] =
5122 "Enables the specified type for HDCP whenever an external display is "
5123 "connected. By default, HDCP is only enabled when required.";
5124const char kAlwaysEnableHdcpDefault[] = "Default";
5125const char kAlwaysEnableHdcpType0[] = "Type 0";
5126const char kAlwaysEnableHdcpType1[] = "Type 1";
5127
Eric Sum2971b952022-10-20 04:55:375128const char kAmbientModeThrottleAnimationName[] =
5129 "Throttle the frame rate of Lottie animations in ambient mode";
5130const char kAmbientModeThrottleAnimationDescription[] =
5131 "The throttled frame rate and when to throttle are embedded within the "
5132 "Lottie animation file itself. It is chosen by the motion designer and "
5133 "varies depending on how much motion there is in the animation. This is "
5134 "done in the hopes of improving power consumption while maintaining the "
5135 "same user-visible smoothness. This flag applies to all ambient Lottie "
5136 "animations that have throttling specified in the file.";
5137
Antoni Dikovb3487502022-09-21 15:24:215138const char kApnRevampName[] = "APN Revamp";
5139const char kApnRevampDescription[] =
5140 "Enables the ChromeOS APN Revamp, which updates cellular network APN "
5141 "system UI and related infrastructure.";
5142
Daniel Andersson9a81b33502023-03-20 19:15:375143const char kAppLaunchAutomationName[] = "Enable app launch automation";
5144const char kAppLaunchAutomationDescription[] =
5145 "Allows groups of apps to be launched.";
5146
Bryan Yuc6e84d522023-04-03 02:48:595147const char kArcArcOnDemandExperimentName[] = "Enable ARC on Demand";
5148const char kArcArcOnDemandExperimentDescription[] =
5149 "Delay ARC activation if no apps is installed.";
5150
Ryo Hashimoto8f4b30ced2019-04-08 12:14:195151const char kArcCustomTabsExperimentName[] =
5152 "Enable Custom Tabs experiment for ARC";
5153const char kArcCustomTabsExperimentDescription[] =
5154 "Allow Android apps to use Custom Tabs."
5155 "This feature only works on the Canary and Dev channels.";
5156
Alexander Bolodurin4e0a465c2021-03-31 23:14:035157const char kArcDocumentsProviderUnknownSizeName[] =
5158 "Enable ARC DocumentsProvider unknown file size handling";
5159const char kArcDocumentsProviderUnknownSizeDescription[] =
5160 "Allow opening DocumentsProvider files where size is not reported.";
5161
Satoshi Niwa8b1d5282018-10-24 04:53:035162const char kArcFilePickerExperimentName[] =
5163 "Enable file picker experiment for ARC";
5164const char kArcFilePickerExperimentDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355165 "Enables using ChromeOS file picker in ARC.";
Satoshi Niwa8b1d5282018-10-24 04:53:035166
Lei Zhange52be9912023-06-23 17:29:135167const char kArcFixupWindowName[] = "Enable ARC Ghost Window for ARC App fixup";
5168const char kArcFixupWindowDescription[] =
Shengsong Tan61924b62022-09-13 03:05:115169 "Popup ARC Ghost Window app launching before fixup finishes.";
5170
Rachel Wongec3b8c42022-07-08 03:11:225171const char kArcGameModeName[] = "Enable Game Mode for ARC";
Matthew DeVoreb8bdedd2022-06-28 15:17:465172const char kArcGameModeDescription[] =
5173 "ARC Fullscreen Games will request accomodation from ChromeOS for "
5174 "sustained performance.";
5175
Charles William Dicka0a0f972023-01-27 02:12:325176const char kArcIdleManagerName[] = "Enable ARC Idle Manager";
5177const char kArcIdleManagerDescription[] =
5178 "ARC will turn on Android's doze mode when idle.";
5179
Lei Zhange52be9912023-06-23 17:29:135180const char kArcInstantResponseWindowOpenName[] =
Shengsong Tan6cb88592022-11-09 01:57:355181 "Enable Instance Response for ARC app window open";
Lei Zhange52be9912023-06-23 17:29:135182const char kArcInstantResponseWindowOpenDescription[] =
Shengsong Tan6cb88592022-11-09 01:57:355183 "In some devices the placeholder window will popup immediately after the "
5184 "user attempts to launch apps.";
5185
Tetsui Ohkubo4c6d7f42021-07-07 16:47:375186const char kArcKeyboardShortcutHelperIntegrationName[] =
5187 "Enable keyboard shortcut helper integration for ARC";
5188const char kArcKeyboardShortcutHelperIntegrationDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355189 "Shows keyboard shortcuts from Android apps in ChromeOS Shortcut Viewer";
Tetsui Ohkubo4c6d7f42021-07-07 16:47:375190
Lev Rumyantsev6eddc802019-08-27 19:41:215191const char kArcNativeBridgeToggleName[] =
5192 "Toggle between native bridge implementations for ARC";
5193const char kArcNativeBridgeToggleDescription[] =
5194 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:515195
Tim Sergeantb2f5dc02022-09-14 08:07:175196const char kArcNearbyShareFuseBoxName[] = "ARC Nearby Sharing through FuseBox";
5197const char kArcNearbyShareFuseBoxDescription[] =
5198 "When enabled, files shared through ARC Nearby Sharing will be shared "
5199 "through the ChromeOS FuseBox Service.";
5200
Yusuke Sato4717d1782021-03-12 23:27:175201const char kArcRtVcpuDualCoreName[] =
5202 "Enable ARC real time vcpu on a device with 2 logical cores online.";
5203const char kArcRtVcpuDualCoreDesc[] =
5204 "Enable ARC real time vcpu on a device with 2 logical cores online to "
5205 "reduce media playback glitch.";
5206
5207const char kArcRtVcpuQuadCoreName[] =
5208 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
5209const char kArcRtVcpuQuadCoreDesc[] =
5210 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
5211 "reduce media playback glitch.";
5212
Yao Li68896be2023-06-09 21:10:125213const char kArcSwitchToKeyMintDaemonName[] = "Switch to KeyMint Daemon.";
5214const char kArcSwitchToKeyMintDaemonDesc[] =
5215 "Switch from Keymaster Daemon to KeyMint Daemon. Must be switched on/off "
5216 "at the same time with \"Switch To KeyMint on ARC-T\"";
5217
Yao Li8f4568b12023-02-15 19:59:455218const char kArcSwitchToKeyMintOnTName[] = "Switch to KeyMint on ARC-T.";
5219const char kArcSwitchToKeyMintOnTDesc[] =
Yao Li68896be2023-06-09 21:10:125220 "Switch from Keymaster to KeyMint on ARC-T. Must be switched on/off at the "
5221 "same time with \"Switch to KeyMint Daemon\"";
Yao Li8f4568b12023-02-15 19:59:455222
lgchengcda295dce2023-02-22 02:38:315223const char kArcSyncInstallPriorityName[] =
5224 "Enable supporting install priority for synced ARC apps.";
5225const char kArcSyncInstallPriorityDescription[] =
5226 "Enable supporting install priority for synced ARC apps. Pass install "
5227 "priority to Play instead of using default install priority specified "
5228 "in Play";
5229
Shengsong Tan4cc02572023-02-06 05:25:245230const char kArcVmmSwapKBShortcutName[] =
5231 "Keyboard shortcut trigger for ARCVM"
5232 " vmm swap feature";
5233const char kArcVmmSwapKBShortcutDesc[] =
5234 "Alt + Ctrl + Shift + O/P to enable / disable ARCVM vmm swap. Only for "
5235 "experimental usage.";
5236
Pattara Teerapong425077a2023-01-12 15:21:405237const char kArcEnableAAudioMMAPName[] = "Enable ARCVM AAudio MMAP";
5238const char kArcEnableAAudioMMAPDescription[] =
5239 "Enable AAudio MMAP support for ARCVM which provides low latency audio "
5240 "for supported apps.";
5241
Pattara Teerapong5aad01b2023-05-12 03:15:295242const char kArcAAudioMMAPLowLatencyName[] =
5243 "Enable ARCVM AAudio MMAP low latency";
5244const char kArcAAudioMMAPLowLatencyDescription[] =
5245 "When enabled, ARCVM AAudio MMAP will use low latency setting.";
5246
Satoshi Niwa4e1c9962022-03-01 00:23:575247const char kArcEnableVirtioBlkForDataName[] =
5248 "Enable virtio-blk for ARCVM /data";
5249const char kArcEnableVirtioBlkForDataDesc[] =
5250 "If enabled, ARCVM uses virtio-blk for /data in Android storage.";
5251
Youkichi Hosoi26d9aa12023-04-21 06:34:355252const char kArcExternalStorageAccessName[] = "External storage access by ARC";
5253const char kArcExternalStorageAccessDescription[] =
5254 "Allow Android apps to access external storage devices like USB flash "
5255 "drives and SD cards";
5256
Andrew Moylan2db11cd2019-05-22 14:25:155257const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
5258const char kAshEnableUnifiedDesktopDescription[] =
5259 "Enable unified desktop mode which allows a window to span multiple "
5260 "displays.";
5261
Hung-Hsien Chen30af66752023-02-24 02:55:265262const char kAudioAPNoiseCancellationName[] = "Audio noise cancellation on AP";
5263const char kAudioAPNoiseCancellationDescription[] =
5264 "Enable noise cancellation on AP";
5265
Li-Yu Yu7610f0082023-01-04 08:36:295266const char kAudioFlexibleLoopbackName[] =
5267 "ChromeOS flexible loopback API support";
5268const char kAudioFlexibleLoopbackDescription[] =
5269 "Enable flexible loopback API support in ChromeOS.";
5270
Chih-Yang Hsia540cf372022-08-04 08:10:225271const char kAudioHFPMicSRName[] =
5272 "Audio super-resolution Bluetooth HFP microphone";
5273const char kAudioHFPMicSRDescription[] =
5274 "Enable super-resolution Bluetooth HFP microphone recording.";
5275
Jeremy Wu8ea57b62023-06-02 02:55:265276const char kAudioHFPNbsWarningName[] = "Warn when an NBS device is selected";
5277const char kAudioHFPNbsWarningDescription[] =
5278 "Shows a warning in the quick settings when an NBS device is selected";
5279
Pin-chih Linf52f4602023-03-06 04:01:315280const char kAudioHFPOffloadName[] =
5281 "Audio Bluetooth HFP offloaded to DSP if supported";
5282const char kAudioHFPOffloadDescription[] =
5283 "While enabled, HFP Audio data is transmitted via the offloaded path "
5284 "in DSP if supported by device.";
5285
Jeremy Wu74b1a552023-06-05 07:59:285286const char kAudioHFPSwbName[] = "Audio Bluetooth HFP Super-wide-band support";
5287const char kAudioHFPSwbDescription[] =
5288 "Enable Bluetooth HFP Super-wide-band codec if supported.";
5289
Ren-Pei Zeng61605a52021-12-06 13:07:485290const char kAutoFramingOverrideName[] = "Auto-framing control override";
5291const char kAutoFramingOverrideDescription[] =
5292 "Overrides the default to forcibly enable or disable the auto-framing "
5293 "feature";
5294
Yulun Wufad53772022-06-22 22:56:355295const char kAutocompleteExtendedSuggestionsName[] =
5296 "Extended suggestions for CrOS autocomplete";
5297const char kAutocompleteExtendedSuggestionsDescription[] =
5298 "Enables extended autocomplete suggestions experiment on ChromeOS.";
5299
Curtis McMullanf1351802022-12-02 05:23:025300const char kAutocorrectByDefaultName[] = "CrOS autocorrect by default";
5301const char kAutocorrectByDefaultDescription[] =
5302 "Enables autocorrect by default experiment on ChromeOS";
5303
Bao-Duy Tran395c169c72022-02-14 06:57:345304const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning";
5305const char kAutocorrectParamsTuningDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355306 "Enables params tuning experiment for autocorrect on ChromeOS.";
Bao-Duy Tran395c169c72022-02-14 06:57:345307
Zac Partridgeefc2ec02022-11-21 06:28:455308const char kAutocorrectToggleName[] = "CrOS autocorrect toggle";
5309const char kAutocorrectToggleDescription[] =
5310 "Enables using a toggle for enabling autocorrect on ChromeOS.";
5311
Chuong Hob2718c32023-06-02 07:47:015312const char kAutocorrectUseReplaceSurroundingTextName[] =
5313 "Use ReplaceSurroundingText API for autocorrect.";
5314const char kAutocorrectUseReplaceSurroundingTextDescription[] =
5315 "When autocorrect is enabled, use the ReplaceSurroundingText API "
5316 "for better app compatibility.";
5317
Yue Li1c3496412022-08-10 23:37:145318const char kAvatarsCloudMigrationName[] =
5319 "Loading CrOS avatar images from the cloud";
5320const char kAvatarsCloudMigrationDescription[] =
5321 "Enables loading avatar images from the cloud on ChromeOS.";
5322
Michael Sun1b15a302020-04-07 02:57:295323const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
5324const char kBluetoothFixA2dpPacketSizeDescription[] =
5325 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
5326 "audio quality and may fix audio stutter.";
5327
Joseph Hwangc0c68e62022-08-12 16:52:165328const char kBluetoothQualityReportName[] = "Bluetooth Quality Report";
5329const char kBluetoothQualityReportDescription[] =
5330 "Enables the Bluetooth Quality Report feature on Bluetooth controllers "
5331 "which will send the Bluetooth link quality statistics such as the "
5332 "signal strength, the lost packet count, etc. to the host.";
5333
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345334const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
5335const char kBluetoothWbsDogfoodDescription[] =
5336 "Enables Bluetooth wideband speech mic as default audio option. "
5337 "Note that flipping this flag makes no difference on most of the "
Richard Chuia9ed7be12022-04-13 21:30:355338 "ChromeOS models, because Bluetooth WBS is either unsupported "
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345339 "or fully launched. Only on the few models that Bluetooth WBS is "
5340 "still stablizing this flag will take effect.";
5341
Manish Mandlikdd93b612022-08-12 01:08:195342const char kBluetoothCoredumpName[] = "Enable Bluetooth Device Coredump";
5343const char kBluetoothCoredumpDescription[] =
5344 "Enable Bluetooth coredump collection if supported. Please note that "
5345 "coredumps are only collected when hardware exceptions occur and are "
5346 "used for debugging such exceptions.";
5347
Manish Mandlik05533f12023-03-16 00:31:075348const char kBluetoothFlossCoredumpName[] =
5349 "Enable Bluetooth Device Coredump for Floss";
5350const char kBluetoothFlossCoredumpDescription[] =
5351 "Enable Bluetooth coredump collection if supported. Please note that "
5352 "coredumps are only collected when hardware exceptions occur and are "
5353 "used for debugging such exceptions.";
5354
mingxuanshia43a7ce2022-08-25 07:46:365355const char kRobustAudioDeviceSelectLogicName[] =
5356 "Robust Audio Device Select Logic";
5357const char kRobustAudioDeviceSelectLogicDescription[] =
5358 "A more robust logic for automatic audio device selection which is more "
5359 "capable of remembering the user's preferences of audio devices.";
5360
Sonny Sasaka94725212021-12-17 01:37:305361const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ";
5362const char kBluetoothUseFlossDescription[] =
5363 "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) "
5364 "instead of Bluez. This is meant to be used by developers and is not "
5365 "guaranteed to be stable";
5366
Zhengping Jiang706c2272022-07-13 05:50:345367const char kBluetoothUseLLPrivacyName[] = "Enable LL Privacy in BlueZ";
5368const char kBluetoothUseLLPrivacyDescription[] =
5369 "Enable address resolution offloading to Bluetooth Controller if "
5370 "supported. Modifying this flag will cause Bluetooth Controller to reset.";
5371
Abhishek Pandit-Subedi1843978c2023-05-17 02:52:235372const char kBluetoothLongAutosuspendName[] =
5373 "Use longer autosuspend delay for Bluetooth";
5374const char kBluetoothLongAutosuspendDescription[] =
5375 "Bluetooth will suspend-to-idle if there is no traffic for a set amount of "
5376 "time. When this flag is set, this autosuspend delay will be increased to "
5377 "several minutes when mice/keyboards are connected. This will impact power "
5378 "usage.";
5379
Sam Cackett2891ad82022-12-08 19:45:555380const char kCalendarJellyName[] = "Enable Calendar Jelly features";
5381const char kCalendarJellyDescription[] =
5382 "Enables Jelly changes for the sys tray Calendar views.";
5383
Ahmed Fakhry886038f2023-06-10 00:11:255384const char kCaptureModeAudioMixingName[] =
5385 "Enable screen capture advanced audio settings";
5386const char kCaptureModeAudioMixingDescription[] =
5387 "Enables the ability to record the microphone, or system audio each "
5388 "separately, or mix them together in a single stream in the screen capture "
5389 "tool.";
5390
Michele Fanb0c93e42023-01-03 16:08:005391const char kCaptureModeDemoToolsName[] =
5392 "Enable demo tools feature in screen capture";
5393const char kCaptureModeDemoToolsDescription[] =
5394 "Enables the ability to show clicks and keys during video recordings to "
5395 "enhance demo experience.";
5396
Ahmed Fakhrye1072c12023-02-27 20:58:495397const char kCaptureModeGifRecordingName[] =
5398 "Enable GIF recording in screen capture";
5399const char kCaptureModeGifRecordingDescription[] =
Ahmed Fakhry886038f2023-06-10 00:11:255400 "Enables the ability to record the screen into animated GIFs.";
Ahmed Fakhrye1072c12023-02-27 20:58:495401
Maggie Caic0666ef2023-06-01 08:46:375402const char kCrosWebAppShortcutUiUpdateName[] =
5403 "New ChromeOS Web app Shortcut UI";
5404const char kCrosWebAppShortcutUiUpdateDescription[] =
5405 "Enables new UI for shortcuts created from browser that backed by web app"
5406 "system on ChromeOS.";
5407
Lei Zhange52be9912023-06-23 17:29:135408const char kDeskButtonName[] = "Desk button in shelf";
5409const char kDeskButtonDescription[] =
Ben Beckerf60ef852023-03-22 23:08:245410 "Show a desk button that provides quick access to the desk menu in the "
5411 "shelf in clamshell mode when there is more than one desk.";
5412
Charles William Dick778e6c22023-06-13 07:57:475413const char kCrosBatterySaverAlwaysOnName[] =
5414 "Make ChromeOS Battery Saver on all the time";
5415const char kCrosBatterySaverAlwaysOnDescription[] =
5416 "Turns on ChomeOS Battery Saver all the time, even when charging or fully "
5417 "charged. Used for testing ChromeOS Battery Saver Mode.";
5418
Charles William Dickc35c0692023-06-07 09:15:025419const char kCrosBatterySaverName[] =
5420 "Enable ChromeOS Battery Saver Mode Support";
5421const char kCrosBatterySaverDescription[] =
5422 "Enables the ability to turn on battery saver mode in the ChromeOS Power "
5423 "Settings";
5424
Richard Chui1b6141772022-03-04 01:28:585425const char kDesksTemplatesName[] = "Desk Templates";
Richard Chuif823bf62021-10-29 21:06:015426const char kDesksTemplatesDescription[] =
5427 "Streamline workflows by saving a group of applications and windows as a "
Richard Chui1b6141772022-03-04 01:28:585428 "launchable template in a new desk";
Richard Chuif823bf62021-10-29 21:06:015429
Lei Zhange52be9912023-06-23 17:29:135430const char kDnsOverHttpsWithIdentifiersReuseOldPolicyName[] =
Andreea Costinas81bed8a2022-11-23 16:03:385431 "Experiment: Allows using identifiers in the DoH template URI";
Lei Zhange52be9912023-06-23 17:29:135432const char kDnsOverHttpsWithIdentifiersReuseOldPolicyDescription[] =
Andreea Costinas81bed8a2022-11-23 16:03:385433 "Enables early testing of the DoH template URI with identifiers by "
5434 "evaluating user identifiers in the existing policy DnsOverHttpsTemplates "
5435 "and hashing them using a hardcoded salt.";
5436
Wei Lee4fe87182020-12-22 09:32:445437const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
5438const char kPreferConstantFrameRateDescription[] =
5439 "Enables this flag to prefer using constant frame rate for camera when "
5440 "streaming";
5441
Wei Lee585fa1b2022-05-15 20:26:255442const char kMoreVideoCaptureBuffersName[] = "More Video Capture Buffers";
5443const char kMoreVideoCaptureBuffersDescription[] =
5444 "This flag enables using a larger amount Chrome-allocated buffers for "
5445 "video capture. This larger amount is needed for deeper pipelines, e.g. "
5446 "sophisticated camera effects.";
5447
mojahsu3144bf32021-05-26 10:14:465448const char kForceControlFaceAeName[] = "Force control face AE";
5449const char kForceControlFaceAeDescription[] =
5450 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:115451
Jason Zhang9ec877752021-10-29 18:10:505452const char kCellularBypassESimInstallationConnectivityCheckName[] =
5453 "Bypass eSIM installation connectivity check";
5454const char kCellularBypassESimInstallationConnectivityCheckDescription[] =
5455 "Bypass the non-cellular internet connectivity check during eSIM "
5456 "installation.";
5457
Jason Zhang26cacea2022-04-04 18:55:045458const char kCellularUseSecondEuiccName[] = "Use second Euicc";
5459const char kCellularUseSecondEuiccDescription[] =
5460 "When enabled Cellular Setup and Settings UI will use the second available "
5461 "Euicc that's exposed by Hermes.";
Azeem Arshad43b191b2021-01-15 23:59:565462
Colin Kincaidfdf46612023-03-23 01:23:235463const char kClipboardHistoryLongpressName[] =
5464 "Hold Ctrl+V to paste an item from clipboard history";
5465const char kClipboardHistoryLongpressDescription[] =
5466 "Enables an experimental behavior change where long-pressing Ctrl+V shows "
5467 "the clipboard history menu. If an item is selected to paste, it replaces "
5468 "the content initially pasted by Ctrl+V.";
5469
Colin Kincaidb78ba322023-06-22 02:25:375470const char kClipboardHistoryRefreshName[] = "Clipboard history refresh";
5471const char kClipboardHistoryRefreshDescription[] =
5472 "Enables the following updates to the clipboard history feature: a new "
5473 "educational nudge, refreshed menu UI, and a clipboard history submenu "
5474 "embedded in context menus.";
5475
Roman Arora595d5712021-09-24 18:06:055476const char kComponentUpdaterTestRequestName[] =
5477 "Enable the component updater check 'test-request' parameter";
5478const char kComponentUpdaterTestRequestDescription[] =
5479 "Enables the 'test-request' parameter for component updater check requests."
5480 " Overrides any other component updater check request parameters that may "
5481 "have been specified.";
5482
Yulun Wu1e355132020-02-11 20:12:225483const char kContextualNudgesName[] =
5484 "Contextual nudges for user gesture education";
5485const char kContextualNudgesDescription[] =
5486 "Enables contextual nudges, periodically showing the user a label "
5487 "explaining how to interact with a particular UI element using gestures.";
5488
Jing Wang859fb1a2020-11-27 00:26:485489const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
5490const char kCrosOnDeviceGrammarCheckDescription[] =
5491 "Enable new on-device grammar check component.";
5492
Richard Chuia9ed7be12022-04-13 21:30:355493const char kSystemExtensionsName[] = "ChromeOS System Extensions";
Christopher Lamd8708c32021-10-29 04:31:475494const char kSystemExtensionsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355495 "Enable the ChromeOS System Extension platform.";
Christopher Lamd8708c32021-10-29 04:31:475496
Giovanni Ortuño Urquidifeb77d22022-04-08 05:40:235497const char kEnableServiceWorkersForChromeUntrustedName[] =
5498 "Enable chrome-untrusted:// Service Workers";
5499const char kEnableServiceWorkersForChromeUntrustedDescription[] =
5500 "When enabled, allows chrome-untrusted:// WebUIs to use service workers.";
5501
Tyler Garrett86f698b32023-01-25 22:01:415502const char kEnterpriseReportingUIName[] =
5503 "Enable chrome://enterprise-reporting";
5504const char kEnterpriseReportingUIDescription[] =
5505 "When enabled, allows for chrome://enterprise-reporting to be visited";
5506
maciek swiechbb244932023-06-15 22:18:545507const char kPermissiveUsbPassthroughName[] =
5508 "Enable more permissive passthrough for USB Devices";
5509const char kPermissiveUsbPassthroughDescription[] =
5510 "When enabled, applies more permissive rules passthrough of USB devices.";
5511
Fergus Dall9d0e95a2021-07-30 08:10:115512const char kCrostiniContainerInstallName[] =
5513 "Debian version for new Crostini containers";
5514const char kCrostiniContainerInstallDescription[] =
5515 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:155516
Ben Wells7238dd02019-05-02 08:20:325517const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
5518const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
5519
David Munro9fce777c2020-10-07 03:55:545520const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
5521const char kCrostiniResetLxdDbDescription[] =
5522 "Recreates the LXD database every time we launch it";
5523
Nicholas Verne6eb340a82021-10-19 05:55:385524const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers";
5525const char kCrostiniMultiContainerDescription[] =
5526 "Experimental UI for creating and managing multiple Crostini containers";
5527
Timothy Loh05b4d59f2021-11-08 05:05:525528const char kCrostiniImeSupportName[] = "Crostini IME support";
5529const char kCrostiniImeSupportDescription[] =
Timothy Lohe9cb1af2023-05-22 06:26:535530 "Support for IMEs (excluding VK) in Crostini for applications built with "
5531 "GTK3 or Electron.";
5532
5533const char kCrostiniQtImeSupportName[] =
5534 "Crostini IME support for Qt applications";
5535const char kCrostiniQtImeSupportDescription[] =
5536 "Experimental support for IMEs (excluding VK) in Crostini for applications "
5537 "built with Qt. Requires #crostini-ime-support to be enabled.";
Timothy Loh05b4d59f2021-11-08 05:05:525538
5539const char kCrostiniVirtualKeyboardSupportName[] =
5540 "Crostini Virtual Keyboard Support";
5541const char kCrostiniVirtualKeyboardSupportDescription[] =
5542 "Experimental support for the Virtual Keyboard on Crostini.";
5543
Nicholas Verne6df17e62023-06-07 02:19:095544const char kCrostiniUseLxd5Name[] =
5545 "Use LXD 5 instead of the default - Irreversible";
5546const char kCrostiniUseLxd5Description[] =
5547 "Uses LXD version 5 instead of the default version. WARNING: Once this is "
5548 "set you can't unset it without deleting your entire container";
5549
David Munro762bf322022-02-03 02:21:465550const char kBruschettaName[] = "Enable the third party VMs feature";
5551const char kBruschettaDescription[] =
5552 "Enables UI support for third party/generic VMs";
5553
Fergus Dalldb66df32022-08-19 02:54:445554const char kBruschettaAlphaMigrateName[] = "Migration for Bruschetta Alpha";
5555const char kBruschettaAlphaMigrateDescription[] =
5556 "Enable this flag to migrate a Bruschetta installed during the alpha. "
5557 "Requires the bruschetta flag to be enabled.";
5558
David Munro5e67bf12023-05-22 07:07:165559const char kBruschettaInstallerDownloadStrategyName[] =
5560 "How the Bruschetta installer should download files";
5561const char kBruschettaInstallerDownloadStrategyDescription[] =
5562 "Selects how the Bruschetta installer will download files. Some issues are "
5563 "only reproducible on dev channel or later, this lets us evaluate the "
5564 "reliability of different approaches.";
5565
Kam Kwankajornkietbc6eb782023-03-16 04:40:085566const char kCameraAppTimeLapseName[] = "Camera App Time-lapse Recording";
5567const char kCameraAppTimeLapseDescription[] =
5568 "Enable this flag to record time-lapse video in Camera app.";
5569
Pilar Molina Lopezd5b787512020-11-19 00:21:485570const char kDisableBufferBWCompressionName[] =
5571 "Disable buffer bandwidth compression";
5572const char kDisableBufferBWCompressionDescription[] =
5573 "Disable bandwidth compression when allocating buffers";
5574
Ricky Liang8df43372020-07-09 09:41:095575const char kDisableCameraFrameRotationAtSourceName[] =
5576 "Disable camera frame rotation at source";
5577const char kDisableCameraFrameRotationAtSourceDescription[] =
5578 "Disable camera frame rotation to the upright display orientation in the "
5579 "video capture device";
5580
Thanh Nguyena4c933442019-05-11 03:43:555581const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
5582const char kDisableCancelAllTouchesDescription[] =
5583 "If enabled, a canceled touch will not force all other touches to be "
5584 "canceled.";
5585
Daniele Castagna893d822e2019-03-08 21:37:115586const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
5587const char kDisableExplicitDmaFencesDescription[] =
5588 "Always rely on implicit syncrhonization between GPU and display "
5589 "controller instead of using dma-fences explcitily when available.";
5590
Bailey Berro01f09742020-07-21 05:40:595591const char kDisplayAlignmentAssistanceName[] =
5592 "Enable Display Alignment Assistance";
5593const char kDisplayAlignmentAssistanceDescription[] =
5594 "Show indicators on shared edges of the displays when user is "
5595 "attempting to move their mouse over to another display. Show preview "
5596 "indicators when the user is moving a display in display layouts.";
5597
Harry Cutts932c80a2021-10-07 15:00:385598const char kEnableLibinputToHandleTouchpadName[] =
5599 "Enable libinput to handle touchpad.";
5600const char kEnableLibinputToHandleTouchpadDescription[] =
5601 "Use libinput instead of the gestures library to handle touchpad."
5602 "Libgesures works very well on modern devices but fails on legacy"
5603 "devices. Use libinput if an input device doesn't work or is not working"
5604 "well.";
5605
William Mahon9d1605f2022-04-22 23:54:595606const char kEnableFakeKeyboardHeuristicName[] =
5607 "Enable Fake Keyboard Heuristic";
5608const char kEnableFakeKeyboardHeuristicDescription[] =
5609 "Enable heuristic to prevent non-keyboard devices from pretending "
5610 "to be keyboards. Primarily assists in preventing the virtual keyboard "
5611 "from being disabled unintentionally.";
5612
Jon Mann8e448142021-07-29 19:31:305613const char kFastPairName[] = "Enable Fast Pair";
5614const char kFastPairDescription[] =
5615 "Enables Google Fast Pair service which uses BLE to discover supported "
Josh Graydus84ef1a372022-05-10 21:40:515616 "nearby Bluetooth devices and surfaces a notification for quick pairing.";
Jon Mann8e448142021-07-29 19:31:305617
Alex Kingsborough31acba6e2023-01-17 21:47:455618const char kFastPairHandshakeRefactorName[] =
5619 "Enable Fast Pair Handshake Refactor";
5620const char kFastPairHandshakeRefactorDescription[] =
5621 "Enables refactored handshake logic for Google Fast Pair service.";
5622
Daniel Classon1def7072023-03-30 17:16:395623const char kFastPairHIDName[] = "Enable Fast Pair HID";
5624const char kFastPairHIDDescription[] =
5625 "Enables prototype support for Fast Pair HID.";
5626
Shane Fitzpatrickea882292022-01-24 20:30:155627const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode";
5628const char kFastPairLowPowerDescription[] =
5629 "Enables Fast Pair Low Power mode, which doesn't scan for devices "
5630 "continously. This results in lower power usage, but also higher latency "
5631 "for device discovery.";
5632
Jon Mann022bd3522022-01-19 22:11:515633const char kFastPairSoftwareScanningName[] =
5634 "Enable Fast Pair Software Scanning";
5635const char kFastPairSoftwareScanningDescription[] =
5636 "Allow using Fast Pair on devices which don't support hardware offloading "
5637 "of BLE scans. For development use.";
5638
Juliet Levesqueaa230e02022-04-19 18:11:145639const char kFastPairSavedDevicesName[] = "Enable Fast Pair Saved Devices";
5640const char kFastPairSavedDevicesDescription[] =
5641 "Enables the Fast Pair \"Saved Devices\" page to display a list of the "
5642 "user's devices and provide the option to opt in or out of saving devices "
5643 "to their account.";
5644
Ashutosh Singhalab30b18e2022-06-24 15:09:275645const char kFrameSinkDesktopCapturerInCrdName[] =
5646 "Enable FrameSinkDesktopCapturer in CRD";
5647const char kFrameSinkDesktopCapturerInCrdDescription[] =
5648 "Enables the use of FrameSinkDesktopCapturer in the video streaming for "
5649 "CRD, "
5650 "replacing the use of AuraDesktopCapturer";
5651
Miguel Casas8821b0982020-07-02 12:28:495652const char kUseHDRTransferFunctionName[] =
5653 "Monitor/Display HDR transfer function";
5654const char kUseHDRTransferFunctionDescription[] =
5655 "Allows using the HDR transfer functions of any connected monitor that "
5656 "supports it";
Ahmed Fakhry4f567e692018-10-16 15:51:085657const char kDoubleTapToZoomInTabletModeName[] =
5658 "Double-tap to zoom in tablet mode";
5659const char kDoubleTapToZoomInTabletModeDescription[] =
5660 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
5661 "page.";
5662
Yulun Wub88a9202021-07-13 19:44:565663const char kQuickSettingsPWANotificationsName[] =
5664 "Enable setting of PWA notification permissions in quick settings ";
5665const char kQuickSettingsPWANotificationsDescription[] =
5666 "Replace website notification permissions with PWA notification "
5667 "permissions in the quick settings menu. Website notification permissions "
5668 "settings will be migrated to the lacros - chrome browser.";
5669
Travis Lane636a4ac2022-05-24 16:28:555670const char kDriveFsChromeNetworkingName[] =
5671 "Enable the DriveFS / Chrome Network Service bridge";
5672const char kDriveFsChromeNetworkingDescription[] =
5673 "Enable the bridge bewteen DriveFS and the Chrome Network Service for "
5674 "communication with the Drive backend.";
5675
Oleg Davydov5f3716c2023-06-15 15:43:475676const char kDriveFsShowCSEFilesName[] = "Enable listing of CSE files";
5677const char kDriveFsShowCSEFilesDescription[] =
5678 "Enable listing of CSE files in DriveFS, which will result in these files "
5679 "being visible in the Files App's Google Drive item.";
5680
Alex Newcomere5a362c2019-05-02 19:31:355681const char kEnableBackgroundBlurName[] = "Enable background blur.";
5682const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:285683 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:355684
Garrick Evanse6f9f252023-01-19 05:43:085685const char kDisableDnsProxyName[] = "Disable DNS proxy service for ChromeOS";
5686const char kDisableDnsProxyDescription[] =
5687 "Turns off DNS proxying and SecureDNS for ChromeOS (only). Does not impact "
5688 "Chrome browser.";
5689
Taoyu Lib19cd582023-03-30 01:13:385690const char kEnableRFC8925Name[] =
5691 "Enable RFC8925 (prefer IPv6-only on IPv6-only-capable network)";
5692const char kEnableRFC8925Description[] =
5693 "Let ChromeOS DHCPv4 client voluntarily drop DHCPv4 lease and prefer to"
5694 "operate IPv6-only, if the network is also IPv6-only capable.";
5695
Jason Jeremy Iman516f0722023-03-03 02:15:455696const char kPasspointARCSupportName[] = "Enable Passpoint ARC support";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045697const char kPasspointARCSupportDescription[] =
Jason Jeremy Iman516f0722023-03-03 02:15:455698 "Feature to allow Android apps (running on ARC) to provision WiFi networks "
5699 "through Passpoint.";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045700
Damien Dejean837a7f02023-04-10 08:39:305701const char kPasspointSettingsName[] = "Enable Passpoint settings";
5702const char kPasspointSettingsDescription[] =
5703 "Enables displaying Passpoint subscription information in network "
5704 "settings.";
5705
Gil Dekel43a14582022-12-02 05:50:285706const char kEnableEdidBasedDisplayIdsName[] = "Enable EDID-based display IDs";
5707const char kEnableEdidBasedDisplayIdsDescription[] =
5708 "When enabled, a display's ID will be produced by hashing certain values "
5709 "in the display's EDID blob. EDID-based display IDs allow ChromeOS to "
5710 "consistently identify previously connected displays, regardless of the "
5711 "physical port they were connected to, and load user display layouts more "
5712 "accurately.";
5713
Harry Cutts6deecd82022-04-08 01:30:235714const char kEnableExternalKeyboardsInDiagnosticsAppName[] =
5715 "Enable external keyboards in the Diagnostics App";
5716const char kEnableExternalKeyboardsInDiagnosticsAppDescription[] =
5717 "Shows external keyboards in the Diagnostics App's input section. Requires "
5718 "#enable-input-in-diagnostics-app to be enabled.";
5719
xiangdong kong7348a6562023-02-15 18:10:055720const char kEnableGetDebugdLogsInParallelName[] =
5721 "Enable getting debug daemon logs in parallel for feedback";
5722const char kEnableGetDebugdLogsInParallelDescription[] =
5723 "When enabled, the feedback app will use a new debug daemon method to get "
5724 "logs. The method collects different pieces of logs in parallel.";
5725
James Hawkinsa9fefa8d2020-10-08 00:24:035726const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
5727const char kEnableHostnameSettingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355728 "Enables the ability to set the ChromeOS hostname, the name of the device "
James Hawkinsa9fefa8d2020-10-08 00:24:035729 "that is exposed to the local network";
5730
Harry Cuttscfe6d934f2019-06-05 21:45:555731const char kEnableGesturePropertiesDBusServiceName[] =
5732 "Enable gesture properties D-Bus service";
5733const char kEnableGesturePropertiesDBusServiceDescription[] =
5734 "Enable a D-Bus service for accessing gesture properties, which are used "
5735 "to configure input devices.";
5736
Xiaohui Chenf4283f32018-11-26 20:02:505737const char kEnableGoogleAssistantDspName[] =
5738 "Enable Google Assistant with hardware-based hotword";
5739const char kEnableGoogleAssistantDspDescription[] =
5740 "Enable an experimental feature that uses hardware-based hotword detection "
5741 "for Assistant. Only a limited number of devices have this type of "
5742 "hardware support.";
5743
Xiaohui Chenc3baca42018-11-30 19:29:375744const char kEnableGoogleAssistantStereoInputName[] =
5745 "Enable Google Assistant with stereo audio input";
5746const char kEnableGoogleAssistantStereoInputDescription[] =
5747 "Enable an experimental feature that uses stereo audio input for hotword "
5748 "and voice to text detection in Google Assistant.";
5749
Xiaohui Chen3f3a5bf12019-09-28 00:29:455750const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
5751const char kEnableGoogleAssistantAecDescription[] =
5752 "Enable an experimental feature that removes local feedback from audio "
5753 "input to help hotword and ASR when background audio is playing.";
5754
Harry Cutts8b445de2021-06-10 02:25:555755const char kEnableInputEventLoggingName[] = "Enable input event logging";
5756const char kEnableInputEventLoggingDescription[] =
5757 "Enable detailed logging of input events from touchscreens, touchpads, and "
5758 "mice. These events include the locations of all touches as well as "
5759 "relative pointer movements, and so may disclose sensitive data. They "
5760 "will be included in feedback reports and system logs, so DO NOT ENTER "
5761 "SENSITIVE INFORMATION with this flag enabled.";
5762
Ashley Prasadaeff69382023-03-31 22:50:435763const char kDiagnosticsAppJellyName[] =
5764 "Enable jelly colors for the Diagnostics App";
5765const char kDiagnosticsAppJellyDescription[] =
5766 "Enable jelly colors for the Diagnostics App. Requires "
5767 "jelly-colors flag to be enabled.";
5768
Roger Tinkoff6c1bed22022-01-07 14:52:015769const char kEnableKeyboardBacklightToggleName[] =
5770 "Enable Keyboard Backlight Toggle.";
5771const char kEnableKeyboardBacklightToggleDescription[] =
5772 "Enable toggling of the keyboard backlight. By "
5773 "default, this flag is enabled.";
5774
alanlxl43ddc2082022-02-01 00:24:165775const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold";
5776const char kEnableNeuralPalmAdaptiveHoldDescription[] =
5777 "Enable adaptive hold in palm rejection. Not compatible with all devices.";
5778
Rob Schonbergerc258473f2019-11-08 05:09:355779const char kEnableNeuralStylusPalmRejectionName[] =
5780 "Enable Neural Palm Detection";
5781const char kEnableNeuralStylusPalmRejectionDescription[] =
5782 "Experimental: Enable Neural Palm detection. Not compatible with all "
5783 "devices.";
5784
Xiangdong Kongec5a0772021-05-03 21:53:015785const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
5786const char kEnableOsFeedbackDescription[] =
5787 "Enable the feedback tool with new UX design that helps users mitigate "
5788 "the issues while writing feedback and makes the UI easier to use.";
5789
Mitsuru Oshimadaf54572020-04-07 14:47:595790const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
5791const char kEnableNewShortcutMappingDescription[] =
5792 "Enables experimental new shortcut mapping";
5793
Rob Schonbergere0a8e3c2020-04-21 03:04:395794const char kEnablePalmSuppressionName[] =
5795 "Enable Palm Suppression with Stylus.";
5796const char kEnablePalmSuppressionDescription[] =
5797 "If enabled, suppresses touch when a stylus is on a touchscreen.";
5798
Catherine Zhang9df0c472023-03-09 07:33:215799const char kEnableEdgeDetectionName[] = "Enable Edge Detection.";
5800const char kEnableEdgeDetectionDescription[] =
5801 "If enabled, suppresses edge touch based on sensors' info.";
5802
Daniel Andersson3a71e982022-11-17 02:34:075803const char kEnablePerDeskZOrderName[] =
5804 "Enable per-desk Z-order for all-desk windows.";
5805const char kEnablePerDeskZOrderDescription[] =
5806 "The Z-order of all-desk windows is maintained on a per-desk basis. This "
5807 "means that all-desk windows will not keep popping to the front when "
5808 "switching desks.";
5809
Drew Davenportef725712022-07-13 21:05:085810const char kEnableSeamlessRefreshRateSwitchingName[] =
5811 "Seamless Refresh Rate Switching";
5812const char kEnableSeamlessRefreshRateSwitchingDescription[] =
5813 "This option enables seamlessly changing the refresh rate based on power "
5814 "state on devices with supported hardware and drivers.";
5815
Harry Cuttsbc6941802022-04-07 22:57:475816const char kEnableTouchpadsInDiagnosticsAppName[] =
5817 "Enable touchpad cards in the Diagnostics App";
5818const char kEnableTouchpadsInDiagnosticsAppDescription[] =
5819 "Shows touchpad cards in the Diagnostics App's input section. Requires "
5820 "#enable-input-in-diagnostics-app to be enabled.";
5821
5822const char kEnableTouchscreensInDiagnosticsAppName[] =
5823 "Enable touchscreen cards in the Diagnostics App";
5824const char kEnableTouchscreensInDiagnosticsAppDescription[] =
5825 "Shows touchscreen cards in the Diagnostics App's input section. Requires "
5826 "#enable-input-in-diagnostics-app to be enabled.";
5827
Brian Geffon297843f2022-06-27 16:33:435828const char kEnableZramWriteback[] = "Enable Zram Writeback";
5829const char kEnableZramWritebackDescription[] =
5830 "If enabled zram swap will be able to write back to disk increasing "
5831 "overall swap capacity";
5832
Brian Geffon1c24556a2023-06-12 17:10:445833const char kEnableSuspendToDisk[] = "Enable Suspend to Disk";
5834const char kEnableSuspendToDiskDescription[] =
5835 "If enabled the system will attempt to suspend to disk (hibernate) "
5836 "after 6 hours or more hours. This is a best effort and might fail, in "
5837 "which case the legacy suspend or shutdown behavior will remain";
5838
Andrew Wolfersa051f742022-03-03 21:08:225839const char kEnableVariableRefreshRateName[] = "Enable Variable Refresh Rate";
5840const char kEnableVariableRefreshRateDescription[] =
5841 "Enable the variable refresh rate (Adaptive Sync) setting for capable "
5842 "displays.";
5843
Kyle Horimoto2d3b6b42022-05-13 02:12:165844const char kEapGtcWifiAuthenticationName[] = "EAP-GTC WiFi Authentication";
5845const char kEapGtcWifiAuthenticationDescription[] =
5846 "Allows configuration of WiFi networks using EAP-GTC authentication";
5847
whalechangf06b6ea72022-08-26 01:13:115848const char kAudioPeripheralVolumeGranularityName[] =
5849 "Audio Peripheral Volume Granularity";
5850const char kAudioPeripheralVolumeGranularityDescription[] =
5851 "Change audio peripheral volume granularity as close as peripheral "
5852 "reported. "
5853 "If the reported volume granularity are too small or too big. use 25 steps "
5854 "instead.";
5855
Abbas Nayebi6263f192022-05-13 21:10:415856const char kEcheSWAName[] = "Enable Eche feature";
5857const char kEcheSWADescription[] = "This is the main flag for enabling Eche.";
paulzhchen26343e92021-02-09 05:43:055858
Jon Manndf97fa52022-11-28 23:01:165859const char kEcheLauncherName[] = "Enable the Eche launcher";
5860const char kEcheLauncherDescription[] =
5861 "Enables the launcher for all apps for Eche.";
5862
Pu Shi93793432022-12-20 20:34:575863const char kEcheLauncherListViewName[] = "Enable Eche launcher list view";
5864const char kEcheLauncherListViewDescription[] =
5865 "Convert Eche launcher from grid view to list view";
5866
Joe Antonettib56b8202023-01-18 20:42:085867const char kEcheLauncherIconsInMoreAppsButtonName[] =
5868 "Enable app icons in the Eche launcher more apps button";
5869const char kEcheLauncherIconsInMoreAppsButtonDescription[] =
5870 "Show app icons in the Eche launcher more apps button";
5871
Crisrael Lucero264086d2023-03-07 02:30:065872const char kEcheNetworkConnectionStateName[] =
5873 "Enable loading and error states for Eche.";
5874const char kEcheNetworkConnectionStateDescription[] =
5875 "Shows loading and error states in Phone Hub's recent apps section based "
5876 "on the connection state with the Phone.";
5877
paulzhchenfac28192021-10-08 08:14:185878const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode";
Abbas Nayebi6263f192022-05-13 21:10:415879const char kEcheSWADebugModeDescription[] =
paulzhchen7c5907f52022-09-03 17:46:485880 "Save console logs of Eche in the system log";
5881
5882const char kEcheSWAMeasureLatencyName[] = "Measure Eche E2E Latency";
5883const char kEcheSWAMeasureLatencyDescription[] =
5884 "Measure Eche E2E Latency and print all E2E latency logs of Eche in "
5885 "Console";
paulzhchenfac28192021-10-08 08:14:185886
mavishsuc3dcafaac2022-09-28 06:27:425887const char kEcheSWASendStartSignalingName[] =
5888 "Enable Eche Send Start Signaling";
5889const char kEcheSWASendStartSignalingDescription[] =
5890 "Allows sending start signaling action to establish Eche's WebRTC "
5891 "connection";
5892
mavishsu1ebe64a2022-09-29 12:52:245893const char kEcheSWADisableStunServerName[] = "Disable Eche STUN server";
5894const char kEcheSWADisableStunServerDescription[] =
5895 "Allows disabling the stun servers when establishing a WebRTC connection "
5896 "to Eche";
5897
Denalex Orakwue44a47a42022-12-07 08:56:085898const char kEcheSWACheckAndroidNetworkInfoName[] = "Check Android network info";
5899const char kEcheSWACheckAndroidNetworkInfoDescription[] =
5900 "Allows CrOS to analyze Android network information to provide more "
5901 "context on connection errors";
5902
Denalex Orakwuef2ea70a2023-02-22 20:48:265903const char kEcheSWAProcessAndroidAccessibilityTreeName[] =
5904 "Process Android Application Accessibility Tree";
5905const char kEcheSWAProcessAndroidAccessibilityTreeDescription[] =
5906 "Allows CrOS to process the Android accessibility tree information of the "
5907 "currently streaming app.";
5908
andrewxu6396d652023-02-20 17:58:545909const char kEnableNotificationImageDragName[] =
5910 "Enable notification image drag";
5911const char kEnableNotificationImageDragDescription[] =
5912 "Enable users to drag the image shown on the notification and drop it to "
5913 "directly paste or share";
5914
Pranav Batra96b8eba2021-07-02 21:17:215915const char kEnableOAuthIppName[] =
5916 "Enable OAuth when printing via the IPP protocol";
5917const char kEnableOAuthIppDescription[] =
5918 "Enable OAuth when printing via the IPP protocol";
5919
Jenny Zhang0c298e42022-01-12 03:09:265920const char kEnforceAshExtensionKeeplistName[] =
5921 "Enforce Ash extension keeplist";
5922const char kEnforceAshExtensionKeeplistDescription[] =
5923 "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on"
5924 " the keeplist are enabled in Ash.";
5925
Matthew Mourgos6f663a42023-03-14 20:58:085926const char kEolResetDismissedPrefsName[] =
5927 "Reset end of life notification prefs";
5928const char kEolResetDismissedPrefsDescription[] =
5929 "Reset the end of life notification prefs to their default value, at the "
5930 "start of the user session. This is meant to make manual testing easier.";
5931
Matthew Mourgos0f79f502023-03-17 21:22:405932const char kEolIncentiveName[] = "Enable end of life incentives";
5933const char kEolIncentiveDescription[] =
5934 "Allows end of life incentives to be shown within the system ui.";
5935
Hidehiko Abe826511f2023-03-24 06:58:435936const char kExoConsumedByImeByFlagName[] =
5937 "Use the consumed bit from IME in exo";
5938const char kExoConsumedByImeByFlagDescription[] =
5939 "To see whether a key event is consumed or not, this let exo to use a bit"
5940 " from IME directly, instead of using heuristics based on key code etc.";
5941
Prabir Pradhan67677e82020-09-11 18:26:525942const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
5943const char kExoGamepadVibrationDescription[] =
5944 "Allow Exo clients like Android to request vibration events for gamepads "
5945 "that support it.";
5946
Nicholas Hollingum4cbff262020-09-08 04:02:155947const char kExoOrdinalMotionName[] =
5948 "Raw (unaccelerated) motion for Linux applications";
5949const char kExoOrdinalMotionDescription[] =
5950 "Send unaccelerated values as raw motion events to linux applications.";
5951
Hidehiko Abe03ab7322023-05-17 10:22:185952const char kExoSurroundingTextOffsetName[] =
5953 "Supports offset of surrounding_text in exosphere";
5954const char kExoSurroundingTextOffsetDescription[] =
5955 "On wayland protocol, surrounding text may be trimmed. Enabling this "
5956 "supports the cases.";
5957
Jeeva Murugan0c7d43a82022-11-07 01:10:275958const char kExperimentalAccessibilityDictationContextCheckingName[] =
5959 "Experimental accessibility dictation using context checking.";
5960const char kExperimentalAccessibilityDictationContextCheckingDescription[] =
5961 "Enables experimental dictation context checking.";
5962
Josiah Kcb91cd12022-03-22 19:27:065963const char kExperimentalAccessibilityGoogleTtsLanguagePacksName[] =
5964 "Experimental accessibility Google TTS Langauge Packs.";
5965const char kExperimentalAccessibilityGoogleTtsLanguagePacksDescription[] =
5966 "Enables downloading Google TTS voices using Langauge Packs.";
5967
Rose Garcia26e2ae32019-06-25 00:57:545968const char kExperimentalAccessibilitySwitchAccessTextName[] =
5969 "Enable enhanced Switch Access text input.";
5970const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
5971 "Enable experimental or in-progress Switch Access features for improved "
5972 "text input";
5973
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:115974const char kExposeOutOfProcessVideoDecodingToLacrosName[] =
5975 "Expose out-of-process video decoding (OOP-VD) to LaCrOS.";
5976const char kExposeOutOfProcessVideoDecodingToLacrosDescription[] =
5977 "Accept media.stable.mojom.StableVideoDecoderFactory connection requests "
5978 "from LaCrOS and host said factories in utility processes.";
5979
Xinglong Luanff7dec52023-05-30 01:07:505980const char kFederatedServiceName[] =
5981 "Enable Federated Service on ChromeOS login";
5982const char kFederatedServiceDescription[] =
5983 "If disalbed, all federated service activities are stopped.";
5984
Steffen Secklerc95470d2022-08-12 07:26:005985const char kFileTransferEnterpriseConnectorName[] =
5986 "Enable Files Transfer Enterprise Connector.";
5987const char kFileTransferEnterpriseConnectorDescription[] =
5988 "Enable the File Transfer Enterprise Connector.";
5989
Luciano Pachecoa2f314ee2022-06-02 14:22:145990const char kFilesAppExperimentalName[] =
5991 "Experimental UI features for Files app";
5992const char kFilesAppExperimentalDescription[] =
5993 "Enable experimental UI features for Files app. Experimental features are "
5994 "expected to be non functional to end users.";
5995
Noel Gordon5c5a49e62023-01-16 06:14:005996const char kFilesConflictDialogName[] = "Files app conflict dialog";
5997const char kFilesConflictDialogDescription[] =
5998 "When enabled, the conflict dialog will be shown during file transfers "
5999 "if a file entry in the transfer exists at the destination.";
6000
Ben Reich2caaccf2023-02-06 23:17:506001const char kFilesDriveShortcutsName[] = "Files app Google Drive shortcut icons";
6002const char kFilesDriveShortcutsDescription[] =
6003 "When enabled, shows an icon for files in Google Drive that are shortcuts";
6004
Alex Danilo22b6b9c2021-11-18 06:44:446005const char kFilesExtractArchiveName[] = "Extract archive in Files app";
6006const char kFilesExtractArchiveDescription[] =
6007 "Enable the simplified archive extraction feature in Files app";
6008
Marcello Salomaodd0e6de2022-09-14 00:28:476009const char kFilesInlineSyncStatusName[] =
6010 "Enable inline sync status in Files app.";
6011const char kFilesInlineSyncStatusDescription[] =
6012 "Enable displaying the sync status of each file next to its name in Files "
6013 "app.";
6014
Marcello Salomaoc517be52023-05-18 06:43:366015const char kFilesInlineSyncStatusProgressEventsName[] =
6016 "Enable inline sync status in Files app to work with a new source of "
6017 "progress events.";
6018const char kFilesInlineSyncStatusProgressEventsDescription[] =
6019 "An improvement for inline sync status that will eventually allow it to "
6020 "display progress for downsyncing operations.";
6021
Bo Majewski24757cb2022-09-20 06:42:186022const char kFilesSearchV2Name[] = "V2 generation of file search.";
6023const char kFilesSearchV2Description[] = "Enable V2 generation of file search.";
6024
Omid Tourzanbf2a0dcf2020-09-10 08:53:556025const char kFilesSinglePartitionFormatName[] =
6026 "Enable Partitioning of Removable Disks.";
6027const char kFilesSinglePartitionFormatDescription[] =
6028 "Enable partitioning of removable disks into single partition.";
6029
Joel Hockey487b679b2023-03-15 04:10:296030const char kFilesTrashDriveName[] = "Enable Files Trash for Drive.";
6031const char kFilesTrashDriveDescription[] =
6032 "Enable trash for Drive volume in Files App.";
6033
Ashley Prasadbe89bd22023-04-03 21:26:126034const char kFirmwareUpdateJellyName[] =
6035 "Enable jelly colors for the Firmware Update App";
6036const char kFirmwareUpdateJellyDescription[] =
6037 "Enable jelly colors for the Firmware Update App. Requires "
6038 "jelly-colors flag to be enabled.";
6039
Ricky Liang3bd2754b52020-10-07 02:50:326040const char kForceSpectreVariant2MitigationName[] =
6041 "Force Spectre variant 2 mitigagtion";
6042const char kForceSpectreVariant2MitigationDescription[] =
6043 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
6044 "override #spectre-variant2-mitigation and any system-level setting that "
6045 "disables Spectre variant 2 mitigation.";
6046
jhtinc1f43aa2022-11-10 03:27:046047const char kFirstPartyVietnameseInputName[] =
6048 "First party Vietnamese Input Method";
6049const char kFirstPartyVietnameseInputDescription[] =
6050 "Use first party input method for Vietnamese VNI and Telex";
6051
Daniel Anderssona36c4bc2021-06-04 22:09:436052const char kFocusFollowsCursorName[] = "Focus follows cursor";
6053const char kFocusFollowsCursorDescription[] =
6054 "Enable window focusing by moving the cursor.";
6055
Cassy Chun-Crogan26d8e142023-01-25 02:00:536056const char kForceReSyncDriveName[] = "Force resync drive";
6057const char kForceReSyncDriveDescription[] =
6058 "Enable Drive to forcibly resync office files.";
6059
yjliu8f78e8b2020-07-22 20:51:216060const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
6061const char kFrameThrottleFpsDescription[] =
6062 "Set the throttle fps for compositor frame submission.";
6063const char kFrameThrottleFpsDefault[] = "Default";
6064const char kFrameThrottleFps5[] = "5 fps";
6065const char kFrameThrottleFps10[] = "10 fps";
6066const char kFrameThrottleFps15[] = "15 fps";
6067const char kFrameThrottleFps20[] = "20 fps";
6068const char kFrameThrottleFps25[] = "25 fps";
6069const char kFrameThrottleFps30[] = "30 fps";
6070
Nigel Tao03c69032022-04-23 03:10:476071const char kFuseBoxDebugName[] = "Debugging UI for ChromeOS FuseBox service";
6072const char kFuseBoxDebugDescription[] =
6073 "Show additional debugging UI for ChromeOS FuseBox service.";
6074
Callistusd4ba8b0d2023-04-03 05:34:596075const char kHelpAppAppsDiscoveryName[] = "Help App Apps Discovery";
6076const char kHelpAppAppsDiscoveryDescription[] =
6077 "Enables the ChromeOS Apps Discovery experience in the Help App.";
6078
Callistus3b862272023-05-09 02:34:086079const char kHelpAppAutoTriggerInstallDialogName[] =
6080 "Help App Auto Trigger Install Dialog";
6081const char kHelpAppAutoTriggerInstallDialogDescription[] =
6082 "Enables the logic that auto triggers the install dialog during the web "
6083 "app install flow initiated from the Help App.";
6084
Zufeng Wang9d3362eb822021-03-11 00:23:296085const char kHelpAppLauncherSearchName[] = "Help App launcher search";
6086const char kHelpAppLauncherSearchDescription[] =
6087 "Enables showing search results from the help app in the launcher.";
6088
Angela Xiao64360742023-06-15 21:35:076089const char kHelpAppWelcomeTipsName[] = "Help App Welcome Tips";
6090const char kHelpAppWelcomeTipsDescription[] =
6091 "Enables showing the welcome tips page in the help app. This feature "
6092 "is dependent on the #scalable-iph feature being enabled as well.";
6093
jhtin2c8808102022-02-21 08:53:356094const char kDiacriticsOnPhysicalKeyboardLongpressName[] =
6095 "Enable diacritics and variant character selection on PK longpress.";
6096const char kDiacriticsOnPhysicalKeyboardLongpressDescription[] =
6097 "Enable diacritics and other varient character selection on physical "
6098 "keyboard longpress.";
6099
John Palmer8cbc27b2023-04-19 00:53:016100const char kDiacriticsOnPhysicalKeyboardLongpressDefaultOnName[] =
6101 "Enable diacritics and variant character selection on PK longpress by "
6102 "default.";
6103const char kDiacriticsOnPhysicalKeyboardLongpressDefaultOnDescription[] =
6104 "Enable diacritics and other varient character selection on physical "
6105 "keyboard longpress by default.";
6106
Darren Shen1c21e1e42023-05-11 00:03:396107const char kDiacriticsUseReplaceSurroundingTextName[] =
6108 "Use ReplaceSurroundingText API for longpress diacritics.";
6109const char kDiacriticsUseReplaceSurroundingTextDescription[] =
6110 "When longpress diacritics is enabled, use the ReplaceSurroundingText API "
6111 "for better app compatibility.";
6112
David Black6fca0bc2022-10-08 00:35:176113const char kHoldingSpacePredictabilityName[] =
6114 "Enable holding space predictability";
6115const char kHoldingSpacePredictabilityDescription[] =
6116 "Increases predictability of holding space by being ever present in the "
6117 "shelf and always reserving space for downloads and screen captures.";
6118
6119const char kHoldingSpaceRefreshName[] = "Enable holding space refresh";
6120const char kHoldingSpaceRefreshDescription[] =
6121 "Enables a refresh of holding space which better conveys the relationship "
6122 "with the Files app.";
6123
6124const char kHoldingSpaceSuggestionsName[] = "Enable holding space suggestions";
6125const char kHoldingSpaceSuggestionsDescription[] =
6126 "Enables pinned file suggestions in holding space to help the user "
6127 "understand and discover the ability to pin.";
6128
Lei Zhange52be9912023-06-23 17:29:136129const char kHotspotName[] = "Hotspot";
6130const char kHotspotDescription[] =
6131 "Enables the Chromebook to share its cellular internet connection to other "
6132 "devices through WiFi. While this feature is under development, enabling "
6133 "this flag may cause your device's non-tethering traffic to use a "
6134 "tethering APN, which can result in carrier limits or fees.";
6135
Curtis McMullana1900062021-06-28 01:13:256136const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
6137const char kImeAssistEmojiEnhancedDescription[] =
6138 "Enable enhanced assistive emoji suggestion features for native IME";
6139
Curtis McMullan35800d22020-11-26 06:45:196140const char kImeAssistMultiWordName[] =
6141 "Enable assistive multi word suggestions";
6142const char kImeAssistMultiWordDescription[] =
6143 "Enable assistive multi word suggestions for native IME";
6144
Curtis McMullan6f6526d2021-07-09 04:22:456145const char kImeAssistMultiWordExpandedName[] =
6146 "Enable expanded assistive multi word suggestions";
6147const char kImeAssistMultiWordExpandedDescription[] =
6148 "Enable expanded assistive multi word suggestions for native IME";
6149
Chuong Ho0db3d5d22023-02-27 02:18:336150const char kImeFstDecoderParamsUpdateName[] =
6151 "Enable FST Decoder parameters update";
6152const char kImeFstDecoderParamsUpdateDescription[] =
6153 "Enable updated parameters for the FST decoder.";
6154
Grey Wang8896c882022-09-02 00:21:556155const char kImeTrayHideVoiceButtonName[] =
6156 "Hides redudant voice button in IME tray";
6157const char kImeTrayHideVoiceButtonDescription[] =
6158 "Hides voice button in IME tray when mic icon is shown in the shelf";
6159
John Palmerb4e42c02022-02-11 07:25:166160const char kVirtualKeyboardNewHeaderName[] =
6161 "Enable new header for virtual keyboard";
6162const char kVirtualKeyboardNewHeaderDescription[] =
6163 "Enable new header for virtual keyboard to improve navigation.";
6164
John Palmer77ce9282021-07-15 09:23:096165const char kImeSystemEmojiPickerClipboardName[] =
6166 "System emoji picker clipboard";
6167const char kImeSystemEmojiPickerClipboardDescription[] =
6168 "Emoji picker will insert emoji into clipboard if they can't be inserted "
6169 "into a text field";
Chuong Hoa3217d52021-12-08 06:36:146170
6171const char kImeSystemEmojiPickerExtensionName[] =
6172 "System emoji picker extension";
6173const char kImeSystemEmojiPickerExtensionDescription[] =
6174 "Emoji picker extension allows users to select emoticons and symbols to "
6175 "input.";
6176
Kaiqi Liang5ddd91b2022-12-01 23:14:536177const char kImeSystemEmojiPickerGIFSupportName[] =
6178 "System emoji picker gif support";
6179const char kImeSystemEmojiPickerGIFSupportDescription[] =
6180 "Emoji picker gif support allows users to select gifs to input.";
6181
Chuong Ho7a5781832022-02-09 06:47:266182const char kImeSystemEmojiPickerSearchExtensionName[] =
6183 "System emoji picker search extension";
6184const char kImeSystemEmojiPickerSearchExtensionDescription[] =
6185 "Emoji picker search extension enhances current emoji search by "
6186 "introducing multi-word prefix search.";
6187
John Palmer90a32212021-08-03 08:49:136188const char kImeStylusHandwritingName[] = "Stylus Handwriting";
6189const char kImeStylusHandwritingDescription[] =
6190 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:096191
Curtis McMullan6011fe7f2023-02-23 01:22:206192const char kImeUsEnglishModelUpdateName[] =
6193 "Enable US English IME model update";
6194const char kImeUsEnglishModelUpdateDescription[] =
6195 "Enable updated US English IME language models for native IME";
6196
Sean Kaud5d0fc72023-01-30 19:08:266197const char kJellyColorsName[] = "Jelly Colors";
6198const char kJellyColorsDescription[] = "Enable Jelly coloring";
6199
Erik Chend7082ec2021-06-25 01:04:126200const char kLacrosAvailabilityIgnoreName[] =
6201 "Ignore lacros-availability policy";
6202const char kLacrosAvailabilityIgnoreDescription[] =
6203 "Makes the lacros-availability policy have no effect. Instead Lacros "
6204 "availability will be controlled by experiment and/or user flags.";
6205
Hidehiko Abea7217c92022-02-01 05:54:576206const char kLacrosOnlyName[] = "Lacros is the only browser";
6207const char kLacrosOnlyDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356208 "Use Lacros-chrome as the only web browser on ChromeOS. "
Hidehiko Abea7217c92022-02-01 05:54:576209 "This flag is ignored if Lacros support or primary is disabled.";
6210
Hidehiko Abe9f190d12021-03-18 12:55:206211const char kLacrosPrimaryName[] = "Lacros as the primary browser";
6212const char kLacrosPrimaryDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356213 "Use Lacros-chrome as the primary web browser on ChromeOS. "
Hidehiko Abe9f190d12021-03-18 12:55:206214 "This flag is ignored if Lacros support is disabled.";
6215
Erik Chen601a5d62020-12-07 20:05:126216const char kLacrosStabilityName[] = "Lacros stability";
Roman Arorac36aeeb92021-10-04 20:35:586217const char kLacrosStabilityDescription[] = "Lacros update channel.";
Erik Chen601a5d62020-12-07 20:05:126218
Jae Hoon Kim94e1cfd2021-05-19 20:52:526219const char kLacrosSelectionName[] = "Lacros selection";
6220const char kLacrosSelectionDescription[] =
6221 "Choosing between rootfs or stateful Lacros.";
6222
6223const char kLacrosSelectionRootfsDescription[] = "Rootfs";
6224const char kLacrosSelectionStatefulDescription[] = "Stateful";
6225
Artem Sumaneev1f3555a2023-01-30 12:48:276226const char kLacrosSelectionPolicyIgnoreName[] =
6227 "Ignore lacros-selection policy";
6228const char kLacrosSelectionPolicyIgnoreDescription[] =
6229 "Makes the lacros-selection policy have no effect. Instead Lacros "
6230 "selection will be controlled by experiment and/or user flags.";
6231
James Cook2fe5ca7b2020-10-09 02:54:176232const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:186233const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:386234 "Support for the experimental lacros-chrome browser. Please note that the "
6235 "first restart can take some time to setup lacros-chrome. Please DO NOT "
6236 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:186237
Erik Chen5d686e2a02022-11-01 23:11:316238const char kLacrosWaylandLoggingName[] = "Lacros wayland logging";
6239const char kLacrosWaylandLoggingDescription[] =
6240 "Enables wayland logging for Lacros. This generates a significant amount "
6241 "of logs on disk. Logs are cleared after two restarts.";
6242
Yuta Hijikataad794422022-04-15 17:33:126243const char kLacrosMoveProfileMigrationName[] = "Enforce profile move migration";
6244const char kLacrosMoveProfileMigrationDescription[] =
6245 "Enforce Lacros profile move migration which moves files from Ash profile "
6246 "directory to Lacros profile directory instead of copying. Please note "
6247 "that disabling Lacros and falling back to Ash after move migration is not "
6248 "supported.";
6249
Yuta Hijikata6a575d42022-01-11 04:09:076250const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration";
6251const char kLacrosProfileMigrationForceOffDescription[] =
6252 "Disables lacros profile migration. Lacros profile migration is being "
6253 "rolled out to internal users first. Once lacros profile migration becomes "
6254 "available to the user, the completion of profile migration becomes a "
6255 "requirement to use lacros i.e. if profile migration gets rolled out to "
6256 "the user and the migration fails, then lacros becomes unavailable until "
6257 "the migration is completed. By enabling this flag, even if profile "
6258 "migration is rolled out to the user, the migration will not run and the "
6259 "user can continue to use lacros without profile migration.";
6260
Jana Grill661e4752023-06-21 12:27:216261const char kLacrosProfileBackwardMigrationName[] =
6262 "Trigger Lacros profile backward migration";
6263const char kLacrosProfileBackwardMigrationDescription[] =
6264 "Trigger data migration back from the Lacros profile directory to the Ash "
6265 "profile directory on next restart. Set this flag only together with "
6266 "disabling the Lacros availability flag, otherwise it has no effect.";
6267
Claudio Mf9303632023-06-28 04:33:156268const char kLanguagePacksInSettingsName[] = "Language Packs in Settings";
6269const char kLanguagePacksInSettingsDescription[] =
6270 "Enables the UI and logic to manage Language Packs in Settings. This is "
6271 "used for languages and input methods.";
6272
Rachel Wongbde90d72022-07-11 06:18:276273const char kLauncherItemSuggestName[] = "Launcher ItemSuggest";
6274const char kLauncherItemSuggestDescription[] =
6275 "Allows configuration of experiment parameters for ItemSuggest in the "
6276 "launcher.";
6277
Ahmed Fakhry039882f2020-06-16 21:56:216278const char kLimitShelfItemsToActiveDeskName[] =
6279 "Limit Shelf items to active desk";
6280const char kLimitShelfItemsToActiveDeskDescription[] =
6281 "Limits items on the shelf to the ones associated with windows on the "
6282 "active desk";
6283
Ahmed Fakhry15d707e2019-02-22 23:54:216284const char kListAllDisplayModesName[] = "List all display modes";
6285const char kListAllDisplayModesDescription[] =
6286 "Enables listing all external displays' modes in the display settings.";
6287
Gil Dekel11cbdfb2020-12-23 21:43:276288const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
6289const char kEnableHardwareMirrorModeDescription[] =
6290 "Enables hardware support when multiple displays are set to mirror mode.";
6291
Jungshik Shin1c8c4882022-09-14 05:35:266292const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS";
6293const char kHindiInscriptLayoutDescription[] =
6294 "Enables Hindi Inscript Layout on ChromeOS.";
6295
Megumi Hattori5a0d4182018-03-06 11:09:506296const char kLockScreenNotificationName[] = "Lock screen notification";
6297const char kLockScreenNotificationDescription[] =
6298 "Enable notifications on the lock screen.";
6299
Pattid12c5eb2023-04-03 01:37:006300const char kMediaAppPdfSignatureName[] = "Media App PDF Signature";
6301const char kMediaAppPdfSignatureDescription[] =
6302 "Enable signature and element selection feature for PDFs in Gallery app.";
6303
Steven Bennetts66bc3542020-06-25 23:05:286304const char kMeteredShowToggleName[] = "Show Metered Toggle";
6305const char kMeteredShowToggleDescription[] =
6306 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
6307 "The toggle allows users to set whether a network should be considered "
6308 "metered for purposes of bandwith usage (e.g. for automatic updates).";
6309
Toni Barzic5cf7da92021-05-19 21:07:406310const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
6311const char kMicrophoneMuteNotificationsDescription[] =
6312 "Enables notifications that are shown when an app tries to use microphone "
6313 "while audio input is muted.";
6314
6315const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
6316const char kMicrophoneMuteSwitchDeviceDescription[] =
6317 "Support for detecting the state of hardware microphone mute toggle. Only "
6318 "effective on devices that have a microphone mute toggle. Enabling the "
6319 "flag does not affect the toggle functionality, it only affects how the "
6320 "System UI handles the mute toggle state.";
6321
Jason Thai7036e64e2023-01-23 23:14:396322const char kMultiZoneRgbKeyboardName[] =
6323 "Enable multi-zone RGB keyboard customization";
6324const char kMultiZoneRgbKeyboardDescription[] =
6325 "Enable multi-zone RGB keyboard customization on supported devices.";
6326
Bao-Duy Tranaa329d62020-11-27 05:40:586327const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
6328const char kMultilingualTypingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356329 "Enables support for multilingual assistive typing on ChromeOS.";
Bao-Duy Tranaa329d62020-11-27 05:40:586330
Brando51a6f882023-05-26 19:02:446331const char kNearbySharingSelfShareName[] = "Nearby Sharing Self Share";
6332const char kNearbySharingSelfShareDescription[] =
6333 "Enables Self Share auto-accept and UI features to allow seamless sharing "
6334 "between a user's own devices.";
Michael Hansenf59f974b2022-01-14 17:40:026335
Gordon Seto2c79d0442022-02-22 22:33:066336const char kOobeHidDetectionRevampName[] = "OOBE HID Detection Revamp";
6337const char kOobeHidDetectionRevampDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356338 "Enables the ChromeOS HID Detection Revamp, which updates OOBE HID "
Gordon Seto2c79d0442022-02-22 22:33:066339 "detection screen UI and related infrastructure.";
6340
Ashley Prasad26ebba5d2023-03-31 16:47:466341const char kOsFeedbackJellyName[] =
6342 "Enable jelly colors for the OS Feedback app";
6343const char kOsFeedbackJellyDescription[] =
6344 "Enable jelly colors for the OS Feedback app. Requires jelly-colors flag "
6345 "to be enabled.";
6346
Wes Okuhara72373672022-10-14 16:38:196347const char kOsSettingsAppBadgingToggleName[] =
6348 "ChromeOS Settings App Badging Toggle";
6349const char kOsSettingsAppBadgingToggleDescription[] =
6350 "Enables app badging toggle to be displayed in app notification page in"
6351 "ChromeOS Settings.";
6352
Xiaohui Chencd2db09e2023-06-12 18:20:266353const char kOsSettingsDeprecateSyncMetricsToggleName[] =
6354 "ChromeOS Settings Deprecate Sync Metrics Toggle";
6355const char kOsSettingsDeprecateSyncMetricsToggleDescription[] =
6356 "If enabled, deprecate the metrics in sync settings page in "
6357 "ChromeOS Settings.";
6358
Wes Okuharad71d73df2023-05-17 23:33:386359const char kOsSettingsRevampWayfindingName[] =
6360 "ChromeOS Settings Revamp: Wayfinding Improvements";
6361const char kOsSettingsRevampWayfindingDescription[] =
6362 "Enables wayfinding improvements in the ChromeOS Settings UI.";
6363
Jimmy Gong35094482021-10-06 23:14:286364const char kPcieBillboardNotificationName[] = "Pcie billboard notification";
6365const char kPcieBillboardNotificationDescription[] =
6366 "Enable Pcie peripheral billboard notification.";
6367
Daniel Andersson9bfdde42021-07-15 20:59:146368const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
6369const char kPerformantSplitViewResizingDescription[] =
6370 "If enabled, windows may be moved instead of scaled when resizing split "
6371 "view in tablet mode.";
6372
Sam Chiu1dee4a12021-10-12 18:21:276373const char kPhoneHubCallNotificationName[] =
6374 "Incoming call notification in Phone Hub";
6375const char kPhoneHubCallNotificationDescription[] =
6376 "Enables the incoming/ongoing call feature in Phone Hub.";
6377
Jennifer Serranof65bc542023-01-11 01:00:566378const char kPhoneHubNudgeName[] = "Phone Hub nudge";
6379const char kPhoneHubNudgeDescription[] =
6380 "Enables a nudge to direct eligible users to open Phone Hub.";
6381
Andreea Costinas478d1ca22023-02-23 11:49:506382const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenName[] =
6383 "Policy-provided trust anchors at lock screen";
6384const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenDescription[] =
6385 "Enables using the policy-provided trust anchors at lock screen";
6386
Peter Boström6324b792022-09-28 23:15:566387const char kPreferDcheckName[] = "Prefer DCHECK-enabled build";
6388const char kPreferDcheckDescription[] =
6389 "Use a DCHECK-enabled build when available.";
6390
Gavin Williamsf92f14962023-05-01 23:19:416391const char kPrinterSettingsPrinterStatusName[] =
6392 "Enable Printer Settings printer statuses";
6393const char kPrinterSettingsPrinterStatusDescription[] =
6394 "Enables printer status querying and displaying from the OS Printer "
6395 "settings page.";
6396
Gavin Williams4d4ab1312023-04-18 18:30:386397const char kPrinterSettingsRevampName[] = "Enable Printer Settings Revamped UI";
6398const char kPrinterSettingsRevampDescription[] =
6399 "Show the enhanced UI for the OS Printer settings page.";
6400
Gavin Williams2e687bf2023-06-01 17:25:036401const char kPrintPreviewDiscoveredPrintersName[] =
6402 "Enables showing discovered printers in the Print Preview dialog.";
6403const char kPrintPreviewDiscoveredPrintersDescription[] =
6404 "Shows discovered printers in the Print Preview dialog that get set up "
6405 "once selected.";
6406
Piotr Pawliczek49732c92022-12-12 18:10:586407const char kPrintingPpdChannelName[] = "Printing PPD channel";
6408const char kPrintingPpdChannelDescription[] =
6409 "The channel from which PPD index "
6410 "is loaded when matching PPD files during printer setup.";
6411
Ashley Prasad9363e832023-04-04 15:59:566412const char kPrintManagementJellyName[] =
6413 "Enable jelly colors for the Print Management App";
6414const char kPrintManagementJellyDescription[] =
6415 "Enable jelly colors for the Print Management App. Requires "
6416 "jelly-colors flag to be enabled.";
6417
Ashley Prasad7909321b2023-05-18 16:27:446418const char kPrintManagementSetupAssistanceName[] =
6419 "Enable improved printer setup experience for the Print Management App";
6420const char kPrintManagementSetupAssistanceDescription[] =
6421 "Enable improved printer setup experience for the Print Management App.";
6422
James Cookb661f3802021-09-30 21:43:206423const char kProductivityLauncherName[] =
6424 "Productivity experiment: App Launcher";
6425const char kProductivityLauncherDescription[] =
6426 "To evaluate an enhanced Launcher experience that aims to improve app "
6427 "workflows by optimizing access to apps, app content, and app actions.";
6428
Yulun Wu2f5597992022-08-12 23:57:206429const char kProductivityLauncherImageSearchName[] =
6430 "Productivity Launcher experiment: Launcher Image Search";
6431const char kProductivityLauncherImageSearchDescription[] =
6432 "To evaluate the viability of image search as part of Productivity "
6433 "Launcher Search.";
6434
Ana Salazarbb287bcc42023-01-11 00:34:206435const char kAppListDragAndDropRefactorName[] =
6436 "Drag and drop refactor in launcher";
6437const char kAppListDragAndDropRefactorDescription[] =
6438 "Enables app list drag and drop refactor to use views drag and drop APIs. "
6439 "No user visible changes are expected.";
6440
Li Lin122b7852022-03-10 02:46:396441const char kProjectorName[] = "Enable Projector";
6442const char kProjectorDescription[] =
6443 "Enables Projects SWA and associated recording tools";
6444
Toby Huang6a77193f22022-08-12 18:07:306445const char kProjectorLocalPlaybackName[] = "Enable Projector local playback";
6446const char kProjectorLocalPlaybackDescription[] =
6447 "Supports streaming screencast videos from DriveFS instead of Drive before "
6448 "they have finished transcoding";
6449
6450const char kProjectorAppDebugName[] = "Enable Projector app debug";
6451const char kProjectorAppDebugDescription[] =
6452 "Adds more informative error messages to the Projector app for debugging";
Li Lin122b7852022-03-10 02:46:396453
Yilkal2bc65312023-02-23 21:27:126454const char kProjectorServerSideSpeechRecognitionName[] =
6455 "Enable server side speech recognition for Projector";
6456const char kProjectorServerSideSpeechRecognitionDescription[] =
6457 "Adds server side speech recognition capability to Projector.";
6458
Jiaming Chenge04b3b52022-08-09 02:46:596459const char kQsRevampName[] = "Quick Settings Revamp";
6460const char kQsRevampDescription[] =
6461 "Enable QS UI revamp with separated message center.";
6462
Rachel Carpenter57c8523c2020-09-23 01:11:226463const char kReleaseNotesNotificationAllChannelsName[] =
6464 "Release Notes Notification All Channels";
6465const char kReleaseNotesNotificationAllChannelsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356466 "Enables the release notes notification for all ChromeOS channels";
Rachel Carpenter57c8523c2020-09-23 01:11:226467
Lei Zhange52be9912023-06-23 17:29:136468const char kRenderArcNotificationsByChromeName[] =
Shuming Hao42af3d72023-03-30 20:06:106469 "Render ARC notifications by ChromeOS";
Lei Zhange52be9912023-06-23 17:29:136470const char kRenderArcNotificationsByChromeDescription[] =
Shuming Hao42af3d72023-03-30 20:06:106471 "Enables rendering ARC notifications using ChromeOS notification framework "
6472 "if supported";
6473
Lei Zhang44abd5d22022-01-11 00:32:346474const char kArcWindowPredictorName[] = "Enable ARC window predictor";
6475const char kArcWindowPredictorDescription[] =
Shengsong Tan81338972021-12-22 05:27:506476 "Enables the window state and bounds predictor for ARC task windows";
6477
Cici Ruan846b6712022-08-12 21:08:186478const char kArcInputOverlayNameBeta[] = "Enable ARC Input Overlay Beta";
6479const char kArcInputOverlayDescriptionBeta[] =
Cici Ruan2374f1b02022-12-07 01:19:586480 "Enable full editor feature for Gaming Input Overlay including features in "
6481 "Alpha V2, so users can add and remove actions.";
Joseph Panga61e7db2022-11-29 21:23:386482
Cici Ruan2374f1b02022-12-07 01:19:586483const char kArcInputOverlayNameAlphaV2[] = "Enable ARC Input Overlay Alpha V2";
6484const char kArcInputOverlayDescriptionAlphaV2[] =
Joseph Panga61e7db2022-11-29 21:23:386485 "Enable menu and action reposition feature for Gaming Input Overlay based "
6486 "on Alpha.";
Cici Ruan846b6712022-08-12 21:08:186487
Angela Xiao69e8fc22023-06-01 22:05:226488const char kScalableIphName[] = "Enable ChromeOS scalable IPH.";
6489const char kScalableIphDescription[] =
6490 "Enable scalable IPH. In addition to this flag, each respective IPH "
6491 "trigger condition needs to be met before an IPH notifier is shown.";
6492
Ashley Prasad0b9fb6082023-04-05 17:36:196493const char kScanningAppJellyName[] =
6494 "Enable jelly colors for the Scanning App.";
6495const char kScanningAppJellyDescription[] =
6496 "Enable jelly colors for the Scanning App. Requires "
6497 "jelly-colors flag to be enabled.";
6498
Elliot Tuck5551fdd2022-07-25 21:10:146499const char kShelfAutoHideSeparationName[] =
6500 "Enable separate shelf auto-hide preferences.";
6501const char kShelfAutoHideSeparationDescription[] =
6502 "Allows for the shelf's auto-hide preference to be specified separately "
6503 "for clamshell and tablet mode.";
6504
Anton Swifton1917b872022-05-26 06:27:436505const char kShimlessRMAOsUpdateName[] = "Enable OS updates in shimless RMA";
6506const char kShimlessRMAOsUpdateDescription[] =
6507 "Turns on OS updating in Shimless RMA";
6508
wenyu zhang98000162022-06-16 17:02:536509const char kShimlessRMADisableDarkModeName[] =
6510 "Disable dark mode in Shimless RMA";
6511const char kShimlessRMADisableDarkModeDescription[] =
6512 "Disable dark mode and only allow light mode in Shimless RMA";
6513
Gavin Williams1a14b9212023-03-22 19:42:296514const char kShimlessRMADiagnosticPageName[] =
6515 "Enable diagnostic page in Shimless RMA";
6516const char kShimlessRMADiagnosticPageDescription[] =
6517 "Enable the diagnostic page in Shimless RMA for showing detailed device "
6518 "information";
6519
Cam Bickela8297462023-06-15 19:36:526520const char kShimlessRMAComplianceCheckName[] =
6521 "Enable compliance check in Shimless RMA";
6522const char kShimlessRMAComplianceCheckDescription[] =
6523 "Enable device compliance check in the Shimless RMA flow";
6524
Ashley Prasada370c0602023-04-04 20:54:056525const char kShortcutCustomizationJellyName[] =
6526 "Enable jelly colors for the Shortcut Customization App";
6527const char kShortcutCustomizationJellyDescription[] =
6528 "Enable jelly colors for the Shortcut Customization App. Requires "
6529 "jelly-colors flag to be enabled.";
6530
Andrew Moylan97585272019-02-19 19:01:226531const char kSchedulerConfigurationName[] = "Scheduler Configuration";
6532const char kSchedulerConfigurationDescription[] =
6533 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:016534const char kSchedulerConfigurationConservative[] =
6535 "Disables Hyper-Threading on relevant CPUs.";
6536const char kSchedulerConfigurationPerformance[] =
6537 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:226538
Erin Parkbbb5decc2022-07-21 21:37:136539const char kMediaDynamicCgroupName[] = "Media Dynamic Cgroup";
6540const char kMediaDynamicCgroupDescription[] =
6541 "Dynamic Cgroup allows tasks from media workload to be consolidated on "
6542 "limited cpuset";
6543
Leonid Barazc904d472023-05-09 23:53:446544const char kMissiveStorageName[] = "Missive Daemon Storage Configuration";
6545const char kMissiveStorageDescription[] =
6546 "Provides missive daemon with custom storage configuration parameters";
6547
Kyle Horimoto63a6bd42019-09-16 23:47:526548const char kShowBluetoothDebugLogToggleName[] =
6549 "Show Bluetooth debug log toggle";
6550const char kShowBluetoothDebugLogToggleDescription[] =
6551 "Enables a toggle which can enable debug (i.e., verbose) logs for "
6552 "Bluetooth";
6553
Yu Liu9d01d342021-03-12 20:05:166554const char kBluetoothSessionizedMetricsName[] =
6555 "Enable Bluetooth sessionized metrics";
6556const char kBluetoothSessionizedMetricsDescription[] =
6557 "Enables collecting and processing Bluetooth sessionized metrics.";
6558
James Cook0ba192bf2017-12-01 20:53:116559const char kShowTapsName[] = "Show taps";
6560const char kShowTapsDescription[] =
6561 "Draws a circle at each touch point, which makes touch points more obvious "
6562 "when projecting or mirroring the display. Similar to the Android OS "
6563 "developer option.";
6564
6565const char kShowTouchHudName[] = "Show HUD for touch points";
6566const char kShowTouchHudDescription[] =
6567 "Shows a trail of colored dots for the last few touch points. Pressing "
6568 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
6569 "debug hardware issues that generate spurious touch events.";
6570
Kevin Radtkecb7f1d482023-06-20 21:10:486571const char kSpeakOnMuteOptInNudgePrefsResetName[] =
6572 "Reset Speak-on-mute detection opt-in nudge prefs";
6573const char kSpeakOnMuteOptInNudgePrefsResetDescription[] =
6574 "Resets the prefs that prevent the speak-on-mute opt-in nudge from "
6575 "showing, so it can be shown again for debugging purposes. With this flag "
6576 "enabled, the speak-on-mute nudge will show after every login.";
6577
Ricky Liang3bd2754b52020-10-07 02:50:326578const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
6579const char kSpectreVariant2MitigationDescription[] =
6580 "Controls whether Spectre variant 2 mitigation is enabled when "
6581 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
6582 "#force-spectre-variant2-mitigation.";
6583
Keith Lee8b2131fe2021-10-11 05:11:066584const char kSystemJapanesePhysicalTypingName[] =
6585 "Use system IME for Japanese typing";
6586const char kSystemJapanesePhysicalTypingDescription[] =
6587 "Use the system input engine instead of the Chrome extension for physical "
Keith Lee6dfc28e2022-10-25 07:20:466588 "typing in Japanese. This also replaces the Japanese extension settings "
6589 "page with one built into the UI and migrates the data to a new location.";
Keith Lee8b2131fe2021-10-11 05:11:066590
Michael Martisd3a46a872023-02-08 05:27:506591const char kSystemLiveCaptionName[] = "System Live Caption";
6592const char kSystemLiveCaptionDescription[] =
6593 "Enables the live caption feature for non-Chrome (e.g. Android, linux) "
6594 "audio.";
6595
Pu Shi12b1d042023-06-15 22:18:406596const char kSystemNudgeV2Name[] = "New System Nudges";
6597const char kSystemNudgeV2Description[] =
6598 "Enables the use of the new System Nudges";
6599
Steven Bennetts2038c6c2022-12-02 20:06:096600const char kCaptivePortalErrorPageName[] =
6601 "Enables Captive Portal error page suggestions.";
6602const char kCaptivePortalErrorPageDescription[] =
6603 "Enables Captive Portal error page suggestions when a page fails to load "
6604 "and ChromeOS has detected a captive portal.";
6605
Jason Lin30ea2619c2022-07-27 06:40:296606const char kTerminalAlternativeEmulatorName[] = "Terminal alternative emulator";
6607const char kTerminalAlternativeEmulatorDescription[] =
6608 "Enable the alternative emulator for the Terminal app. You will also get "
6609 "an option in Terminal settings to change the default emulator.";
Jason Lin193ef782022-06-21 02:12:036610
Joel Hockey6bc7d9b2022-04-28 00:36:056611const char kTerminalDevName[] = "Terminal dev";
6612const char kTerminalDevDescription[] =
6613 "Enables Terminal System App to load from Downloads for developer testing. "
6614 "Only works in dev and canary channels.";
6615
Brett Wilson7b44537e2017-08-18 01:38:286616const char kTetherName[] = "Instant Tethering";
6617const char kTetherDescription[] =
6618 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
6619 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:376620
Jason Thaie13aa822023-02-24 04:09:236621const char kTimeOfDayScreenSaverName[] = "Time of Day Screen Saver";
6622const char kTimeOfDayScreenSaverDescription[] =
6623 "Enables Time of Day Screen Saver feature on supported devices. Requires "
6624 "Time Of Day Wallpaper feature to be enabled.";
6625
Jason Thai5af7e8d2023-02-24 00:13:056626const char kTimeOfDayWallpaperName[] = "Time of Day Wallpaper";
6627const char kTimeOfDayWallpaperDescription[] =
6628 "Enables Time of Day Wallpaper feature on supported devices.";
6629
Brett Wilson7b44537e2017-08-18 01:38:286630const char kTouchscreenCalibrationName[] =
6631 "Enable/disable touchscreen calibration option in material design settings";
6632const char kTouchscreenCalibrationDescription[] =
6633 "If enabled, the user can calibrate the touch screen displays in "
6634 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:096635
Steven Bennetts9b695dc2022-04-12 17:10:276636const char kTrafficCountersEnabledName[] = "Traffic counters enabled";
6637const char kTrafficCountersEnabledDescription[] =
6638 "If enabled, data usage will be visible in the Cellular Settings UI and "
6639 "traffic counters will be automatically reset if that setting is enabled.";
Kartik Hegde5af70932021-08-12 23:04:206640
Jérémie Boulic8c1c3fc2022-06-20 05:35:556641const char kUploadOfficeToCloudName[] = "Enable Office files upload workflow.";
6642const char kUploadOfficeToCloudDescription[] =
6643 "Some file handlers for Microsoft Office files are only available on the "
6644 "the cloud. Enables the cloud upload workflow for Office file handling.";
6645
Miguel Casas-Sanchezdcd69152019-09-04 21:22:366646const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
6647const char kUseFakeDeviceForMediaStreamDescription[] =
6648 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
6649 "timestamp) instead of the system audio/video devices, for debugging "
6650 "purposes.";
6651
Erik Chen366873d62022-03-08 23:11:386652const char kUXStudy1Name[] = "UX Study 1";
6653const char kUXStudy1Description[] = "Opt into a group for UX Study";
6654
Qiang Xu045aff222018-05-21 23:21:016655const char kUiDevToolsName[] = "Enable native UI inspection";
6656const char kUiDevToolsDescription[] =
6657 "Enables inspection of native UI elements. For local inspection use "
6658 "chrome://inspect#other";
6659
Andrew Moylan97585272019-02-19 19:01:226660const char kUiSlowAnimationsName[] = "Slow UI animations";
6661const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:466662
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:236663const char kVaapiJpegImageDecodeAccelerationName[] =
6664 "VA-API JPEG decode acceleration for images";
6665const char kVaapiJpegImageDecodeAccelerationDescription[] =
6666 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
6667 " captures) using the VA-API.";
6668
Gil Dekel8f4b5642019-07-27 05:27:406669const char kVaapiWebPImageDecodeAccelerationName[] =
6670 "VA-API WebP decode acceleration for images";
6671const char kVaapiWebPImageDecodeAccelerationDescription[] =
6672 "Enable or disable decode acceleration of WebP images using the VA-API.";
6673
Jing Wang1293e3a2021-02-17 00:56:446674const char kVirtualKeyboardName[] = "Virtual Keyboard";
6675const char kVirtualKeyboardDescription[] =
6676 "Always show virtual keyboard regardless of having a physical keyboard "
6677 "present";
6678
My Nguyen0bc9add2020-12-03 21:21:256679const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
6680const char kVirtualKeyboardDisabledDescription[] =
6681 "Always disable virtual keyboard regardless of device mode. Workaround for "
6682 "virtual keyboard showing with some external keyboards.";
6683
Michelle1569cf32022-03-24 06:34:486684const char kVirtualKeyboardMultitouchName[] = "Virtual Keyboard Multitouch";
6685const char kVirtualKeyboardMultitouchDescription[] =
6686 "Enables multitouch on the virtual keyboard.";
6687
John Palmer489eda922022-05-13 05:40:416688const char kVirtualKeyboardRoundCornersName[] =
6689 "Virtual Keyboard Round Corners";
6690const char kVirtualKeyboardRoundCornersDescription[] =
6691 "Enables round corners on the virtual keyboard.";
6692
Yen-lin Laif458f8012021-03-29 10:18:206693const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
6694const char kWakeOnWifiAllowedDescription[] =
6695 "Allows wake on WiFi features in shill to be enabled.";
6696
Maggie Cai6dd6b552021-04-27 08:40:326697const char kWebAppsCrosapiName[] = "Web Apps Crosapi";
6698const char kWebAppsCrosapiDescription[] =
6699 "Support web apps publishing from Lacros browser.";
6700
James Cook49358cc2022-08-30 20:30:266701const char kWelcomeScreenName[] =
6702 "Productivity Experiment: Reorient with welcome screen";
6703const char kWelcomeScreenDescription[] =
6704 "When a user is about to start a new task, provide them with relevant "
6705 "information and tools to help them orient and get started.";
6706
Jacek Siuda7ed81c92021-11-24 10:39:446707const char kWifiConnectMacAddressRandomizationName[] =
6708 "MAC address randomization";
6709const char kWifiConnectMacAddressRandomizationDescription[] =
6710 "Randomize MAC address when connecting to unmanaged (non-enterprise) "
6711 "WiFi networks.";
6712
tbye50bce9a2022-03-31 03:32:546713const char kLauncherGameSearchName[] = "Enable launcher game search";
6714const char kLauncherGameSearchDescription[] =
6715 "Enables cloud game search results in the launcher.";
6716
Rebecca Hsu1d633912022-12-14 06:09:336717const char kLauncherKeywordExtractionScoring[] =
6718 "Query keyword extraction and scoring in launcher";
6719const char kLauncherKeywordExtractionScoringDescription[] =
6720 "Enables extraction of keywords from query then calculate score from "
6721 "extracted keyword in the launcher.";
6722
Dmitry Grebenyuk462003b2023-03-26 23:42:266723const char kLauncherLocalImageSearchName[] =
6724 "Enable launcher local image search";
6725const char kLauncherLocalImageSearchDescription[] =
6726 "Enables on-device local image search in the launcher.";
6727
Dmitry Grebenyuk5f388ac22023-05-22 03:24:396728const char kLauncherLocalImageSearchOcrName[] =
6729 "Enable OCR for local image search";
6730const char kLauncherLocalImageSearchOcrDescription[] =
6731 "Enables on-device Optical Character Recognition for local image search in "
6732 "the launcher.";
6733
6734const char kLauncherLocalImageSearchIcaName[] =
6735 "Enable ICA for local image search";
6736const char kLauncherLocalImageSearchIcaDescription[] =
6737 "Enables on-device Image Content-based Annotation for local image search "
6738 "in the launcher.";
6739
Lauren Commeignes9c601fe32023-06-05 02:47:306740const char kLauncherFuzzyMatchAcrossProvidersName[] =
6741 "Enable fuzzy match for relevance scores";
6742const char kLauncherFuzzyMatchAcrossProvidersDescription[] =
6743 "Change relevance score in Drive Files, Local Files, Help App, Keyboard "
6744 "shortcuts, OS Settings and personalization app to all be based on a fuzzy "
6745 "match";
6746
Lauren Commeignes9f0db8f2022-12-21 00:03:476747const char kLauncherFuzzyMatchForOmniboxName[] =
6748 "Omnibox Results Fuzzy match experiment";
6749const char kLauncherFuzzyMatchForOmniboxDescription[] =
6750 "To evaluate the viability of a Fuzzy match on Omnibox results to "
6751 "downweight search sugestions";
6752
Lauren Commeignes33aea8b2023-01-03 02:38:286753const char kLauncherSystemInfoAnswerCardsName[] =
6754 "System Info Answer Cards in launcher";
6755const char kLauncherSystemInfoAnswerCardsDescription[] =
6756 "Enables System info answer cards in the launcher to provide system "
6757 "performance metrics";
6758
Chad Duffincdab9362022-07-29 18:31:386759const char kMacAddressRandomizationName[] = "MAC address randomization";
6760const char kMacAddressRandomizationDescription[] =
6761 "Feature to allow MAC address randomization to be enabled for WiFi "
6762 "networks.";
6763
Chad Duffinea47d502023-04-12 23:25:376764const char kSmdsSupportName[] = "SM-DS Support";
6765const char kSmdsSupportDescription[] =
6766 "Feature to enable the consumer and enterprise support for provisioning "
6767 "eSIM profiles using Subscription Manager Discovery Service (SM-DS). This "
Chad Duffinceb4285a2023-05-24 21:58:286768 "flag is a no-op unless the smds-dbus-migration and "
6769 "smds-support-euicc-upload flags are enabled.";
Chad Duffinea47d502023-04-12 23:25:376770
Chad Duffine34312d2023-04-13 00:17:106771const char kSmdsSupportEuiccUploadName[] = "SM-DS Support EUICC Upload";
6772const char kSmdsSupportEuiccUploadDescription[] =
6773 "Feature to enable tracking when a policy-defined cellular network "
6774 "configured to use SM-DS has already been applied and an eSIM profile for "
Chad Duffinceb4285a2023-05-24 21:58:286775 "the network was installed.";
Chad Duffine34312d2023-04-13 00:17:106776
Chad Duffinc8c37082023-03-07 17:04:056777const char kSmdsDbusMigrationName[] = "SM-DS DBus Migration";
6778const char kSmdsDbusMigrationDescription[] =
6779 "Feature to enable the usage of DBus APIs that improve the stability"
6780 "around performing SM-DS scans.";
6781
Simon Ziegltrum55f69bc2022-12-22 16:05:516782const char kOobeJellyName[] = "Jelly design for OOBE";
6783const char kOobeJellyDescription[] =
6784 "Feature to enable the Jelly design in out of box experience.";
Simon Ziegltrumc23cb6c52022-09-22 19:43:446785
Simon Ziegltrumf02c98af2023-03-16 23:03:286786const char kOobeSimonName[] = "Simon features for OOBE";
6787const char kOobeSimonDescription[] =
6788 "Feature to enable the Simon features in out of box experience.";
6789
Tao Wu4b5d8162022-11-10 19:58:076790const char kLibAssistantV2MigrationName[] = "LibAssistant V2 migration";
6791const char kLibAssistantV2MigrationDescription[] =
6792 "Enables loading LibAssistant V2 for Assistant on ChromeOS.";
6793
Markus Handellabf6c7812020-12-15 18:14:356794// Prefer keeping this section sorted to adding new definitions down here.
6795
6796#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6797
Simon Hangl05d1f6a2023-01-13 15:33:596798#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
Simon Hanglcfe153b2023-04-03 14:38:406799const char kGetAllScreensMediaName[] = "GetAllScreensMedia API";
6800const char kGetAllScreensMediaDescription[] =
6801 "When enabled, the getAllScreensMedia API for capturing multiple screens "
6802 "at once, is available.";
Simon Hangl05d1f6a2023-01-13 15:33:596803#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6804
Sebastian Fiß8f6d9a82023-03-07 09:04:256805#if BUILDFLAG(IS_CHROMEOS)
6806const char kRunOnOsLoginName[] = "Run on OS login";
6807const char kRunOnOsLoginDescription[] =
6808 "When enabled, allows PWAs to be automatically run on OS login.";
Simon Hangl39e525b2023-04-14 17:19:386809
6810const char kPreventCloseName[] = "Prevent close";
6811const char kPreventCloseDescription[] =
6812 "When enabled, allow-listed PWAs cannot be closed manually.";
Simon Hanglf35f0a02023-04-18 15:37:246813
6814const char kKeepAliveName[] = "Keep alive";
6815const char kKeepAliveDescription[] =
6816 "When enabled, allow-listed PWAs will be prevented for throttling or "
6817 "hibernation.";
Sebastian Fiß8f6d9a82023-03-07 09:04:256818#endif // BUILDFLAG(IS_CHROMEOS)
6819
Jan Krcald11ad892022-01-17 12:37:026820#if BUILDFLAG(IS_CHROMEOS_LACROS)
Jason Lin288a01a2023-04-03 01:50:476821const char kExperimentalWebAppProfileIsolationName[] =
6822 "Enable experimental web app profile isolation";
6823const char kExperimentalWebAppProfileIsolationDescription[] =
6824 "This is a highly experimental feature to isolate a web app with a "
Jason Linc8bb215f2023-05-01 03:10:296825 "dedicated profile. ExperimentalWebAppStoragePartitionIsolation is ignored "
6826 "if this flag is on. Enabling this flag could break things. And a factory "
Jason Lin288a01a2023-04-03 01:50:476827 "reset might be needed to fully recover the state.";
6828
Jason Line4862b02023-03-21 04:38:136829const char kExperimentalWebAppStoragePartitionIsolationName[] =
6830 "Enable experimental web app stroage partition isolation";
6831const char kExperimentalWebAppStoragePartitionIsolationDescription[] =
Jason Linc8bb215f2023-05-01 03:10:296832 "Ignored if ExperimentalWebAppProfileIsolation is on. This is highly "
6833 "experimental. Enabling this flag could break things. And a factory reset"
6834 "might be needed to fully recover the state.";
Jason Line4862b02023-03-21 04:38:136835
Alex Cooperdad8fb692022-10-03 22:42:416836const char kLacrosAuraCaptureName[] = "Enable Lacros Aura Capture";
6837const char kLacrosAuraCaptureDescription[] =
6838 "Enables LaCrOS to perform an in-process capture of it's own windows "
6839 "rather than needing to delegate the capture to Ash";
6840
Andrea Orrue14d8fd82022-02-24 16:47:516841const char kLacrosMergeIcuDataFileName[] =
6842 "Enable merging of icudtl.dat in Lacros";
6843const char kLacrosMergeIcuDataFileDescription[] =
6844 "Enables sharing common areas of icudtl.dat between Ash and Lacros.";
Jan Krcald11ad892022-01-17 12:37:026845#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
6846
Eric Willigers02f80aa2022-04-29 01:29:326847#if BUILDFLAG(IS_CHROMEOS)
Hsin-Yu Chaoe46eb5992022-03-18 13:34:276848const char kCrOSDspBasedAecAllowedName[] =
6849 "Allow CRAS to use a DSP-based AEC if available";
6850const char kCrOSDspBasedAecAllowedDescription[] =
6851 "Allows the system variant of the AEC in CRAS to be run on DSP ";
6852
6853const char kCrOSDspBasedNsAllowedName[] =
6854 "Allow CRAS to use a DSP-based NS if available";
6855const char kCrOSDspBasedNsAllowedDescription[] =
6856 "Allows the system variant of the NS in CRAS to be run on DSP ";
6857
6858const char kCrOSDspBasedAgcAllowedName[] =
6859 "Allow CRAS to use a DSP-based AGC if available";
6860const char kCrOSDspBasedAgcAllowedDescription[] =
6861 "Allows the system variant of the AGC in CRAS to be run on DSP ";
6862
6863const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
6864const char kCrOSEnforceSystemAecDescription[] =
6865 "Enforces using the system variant in CrAS of the AEC";
6866
6867const char kCrOSEnforceSystemAecAgcName[] =
6868 "Enforce using the system AEC and AGC in CrAS";
6869const char kCrOSEnforceSystemAecAgcDescription[] =
6870 "Enforces using the system variants in CrAS of the AEC and AGC.";
6871
6872const char kCrOSEnforceSystemAecNsName[] =
6873 "Enforce using the system AEC and NS in CrAS";
6874const char kCrOSEnforceSystemAecNsDescription[] =
6875 "Enforces using the system variants in CrAS of the AEC and NS.";
6876
6877const char kCrOSEnforceSystemAecNsAgcName[] =
6878 "Enforce using the system AEC, NS and AGC in CrAS";
6879const char kCrOSEnforceSystemAecNsAgcDescription[] =
6880 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
6881
Eddy Hsu26abc1ce2023-05-31 01:00:586882const char kIgnoreUiGainsName[] = "Ignore UI Gains in system mic gain setting";
6883const char kIgnoreUiGainsDescription[] =
6884 "Ignore UI Gains in system mic gain setting";
6885
Eddy Hsu03885a02023-06-05 20:29:576886const char kShowForceRespectUiGainsToggleName[] =
6887 "Enable a setting toggle to force respect UI gains";
6888const char kShowForceRespectUiGainsToggleDescription[] =
6889 "Enable a setting toggle to force respect UI gains.";
6890
Jan Lanik1812e6882022-05-24 18:43:356891const char kCrosPrivacyHubName[] = "Enable ChromeOS Privacy Hub";
6892const char kCrosPrivacyHubDescription[] = "Enables ChromeOS Privacy Hub.";
6893
Jan Lanik3f592332022-10-06 21:08:006894const char kCrosPrivacyHubV0Name[] =
6895 "Enable ChromeOS Privacy Hub without the location switch.";
6896const char kCrosPrivacyHubV0Description[] =
6897 "Enables ChromeOS Privacy Hub without the location switch.";
Jan Lanik4aa0d0f12022-08-08 20:50:476898
Pavol Marko798ffdb42022-06-23 13:22:426899const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
6900 "Disable closing idle sockets on memory pressure";
6901const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
6902 "If enabled, idle sockets will not be closed when chrome detects memory "
6903 "pressure. This applies to web pages only and not to internal requests.";
6904
Jenny Zhang0f8cb4fc2022-05-27 00:03:506905const char kDisableOfficeEditingComponentAppName[] =
6906 "Disable Office Editing for Docs, Sheets & Slides";
6907const char kDisableOfficeEditingComponentAppDescription[] =
6908 "Disables Office Editing for Docs, Sheets & Slides component app so "
6909 "handlers won't be registered, making it possible to install another "
6910 "version for testing.";
6911
Bryan Caind277a9f2023-06-23 20:37:026912const char kEnableBorderlessPrintingName[] = "Borderless printing";
6913const char kEnableBorderlessPrintingDescription[] =
6914 "Enable borderless printing and paper type selection in the print preview "
6915 "dialog.";
6916
Yi Xieac082b42022-08-03 09:58:376917const char kKioskEnableAppServiceName[] = "Enable App Service in Kiosk.";
6918const char kKioskEnableAppServiceDescription[] =
6919 "Uses App Service to install web apps and launch both Chrome apps and web "
6920 "apps in Kiosk sessions.";
6921
Femi Adegunloyec22dc3e2022-09-08 15:25:586922const char kLacrosColorManagementName[] = "Enable Chrome Color Management.";
6923const char kLacrosColorManagementDescription[] =
Femi Adegunloye65a07072023-05-31 00:53:016924 "Uses chrome-color-management wayland protocol to manage color spaces "
Femi Adegunloye35d79742023-06-14 21:40:386925 "for lacros. This is necessary for enabling HDR on compatible devices.";
Femi Adegunloyec22dc3e2022-09-08 15:25:586926
Jon Mannf67d2fb2022-02-28 06:26:226927const char kMessagesPreinstallName[] = "Preinstall Messages PWA";
6928const char kMessagesPreinstallDescription[] =
6929 "Enables preinstallation of the Messages for Web PWA for unmanaged users.";
Maksim Moskvitin70a77cb2022-04-06 12:26:406930
Youssef Esmatc732bf82022-05-27 00:47:196931const char kOneGroupPerRendererName[] =
6932 "Use one cgroup for each foreground renderer";
6933const char kOneGroupPerRendererDescription[] =
6934 "Places each Chrome foreground renderer into its own cgroup";
6935
Glen Robertson371a2df2023-02-15 04:18:196936const char kPreinstalledWebAppWindowExperimentName[] =
6937 "Preinstalled web app window experiment.";
6938const char kPreinstalledWebAppWindowExperimentDescription[] =
6939 "A ChromeOS experiment for new users that makes all preinstalled web apps "
6940 "open in windows with link capturing enabled, or tabs, instead of the "
6941 "default behavior.";
6942
Ashley Prasad55deb362023-06-22 23:55:336943const char kPrintPreviewSetupAssistanceName[] =
6944 "Enable improved printer status and error messaging in Print Preview.";
6945const char kPrintPreviewSetupAssistanceDescription[] =
6946 "Enable improved printer status and error messaging in Print Preview.";
6947
Yue Li806e5d82022-09-14 00:16:026948const char kDisableQuickAnswersV2TranslationName[] =
6949 "Disable Quick Answers Translation";
6950const char kDisableQuickAnswersV2TranslationDescription[] =
6951 "Disable translation services of the Quick Answers.";
6952
Angela Xiao34964f72023-04-19 20:19:206953const char kQuickAnswersRichCardName[] = "Enable Quick Answers Rich Card";
6954const char kQuickAnswersRichCardDescription[] =
6955 "Enable rich card views of the Quick Answers feature.";
6956
Maksim Moskvitin70a77cb2022-04-06 12:26:406957const char kSyncChromeOSExplicitPassphraseSharingName[] =
6958 "Sync passphrase sharing";
6959const char kSyncChromeOSExplicitPassphraseSharingDescription[] =
6960 "Allows sharing custom sync passphrase between OS and Browser on ChromeOS";
Michelle724c6bfb22022-12-15 04:55:386961
6962const char kTouchTextEditingRedesignName[] = "Touch Text Editing Redesign";
6963const char kTouchTextEditingRedesignDescription[] =
6964 "Enables new touch text editing features.";
Xiaohan Wang55ae2c012022-01-20 21:49:116965#endif // BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:086966
Pilar Molina Lopezae61dfc2022-01-21 21:04:456967#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216968const char kVaapiVP9kSVCEncoderName[] =
6969 "VA-API encode acceleration for k-SVC VP9";
6970const char kVaapiVP9kSVCEncoderDescription[] =
6971 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
Pilar Molina Lopezae61dfc2022-01-21 21:04:456972#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:216973
Xiaohan Wang55ae2c012022-01-20 21:49:116974#if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526975const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
6976const char kChromeOSDirectVideoDecoderDescription[] =
6977 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
6978 "implementation. Note that this might be entirely disallowed by the "
6979 "--platform-disallows-chromeos-direct-video-decoder command line switch "
6980 "which is added for platforms where said direct VideoDecoder does not work "
6981 "or is not well tested (see the disable_cros_video_decoder USE flag in "
Richard Chuia9ed7be12022-04-13 21:30:356982 "ChromeOS)";
Hirokazu Honda5a3450c2022-06-17 14:16:256983const char kChromeOSHWVBREncodingName[] =
6984 "ChromeOS Hardware Variable Bitrate Encoding";
6985const char kChromeOSHWVBREncodingDescription[] =
6986 "Enables the hardware-accelerated variable bitrate (VBR) encoding on "
6987 "ChromeOS. If the hardware encoder supports VBR for a specified codec, a "
6988 "video is recorded in VBR encoding in MediaRecoder API automatically and "
6989 "WebCodecs API if configured so.";
Fritz Koeniga0770f5c2022-04-06 18:17:556990#if defined(ARCH_CPU_ARM_FAMILY)
Justin Green0b5c48992022-10-10 22:16:046991const char kPreferGLImageProcessorName[] = "Prefer GL image processor";
6992const char kPreferGLImageProcessorDescription[] =
6993 "Prefers the GL image processor for format conversion of video frames over"
6994 " both the libYUV and hardware implementations";
Fritz Koeniga0770f5c2022-04-06 18:17:556995#endif // defined(ARCH_CPU_ARM_FAMILY)
Xiaohan Wang55ae2c012022-01-20 21:49:116996#endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:526997
Xiaohan Wang55ae2c012022-01-20 21:49:116998#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:386999const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
7000const char kZeroCopyVideoCaptureDescription[] =
7001 "Camera produces a gpu friendly buffer on capture and, if there is, "
7002 "hardware accelerated video encoder consumes the buffer";
Xiaohan Wang55ae2c012022-01-20 21:49:117003#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
yhanadac5bff5b2017-05-18 06:37:097004
Collin Baker75a29462019-03-13 19:57:317005// All views-based platforms --------------------------------------------------
7006
7007#if defined(TOOLKIT_VIEWS)
7008
Mohamed Amir Yosef4d5d526b2022-11-10 11:05:257009const char kRevampedPasswordManagementBubbleName[] =
7010 "Revamped Password Managment Bubble (Desktop)";
7011const char kRevampedPasswordManagementBubbleDescription[] =
7012 "Enable the new password managment bubble triggered by clicking the key "
7013 "icon in the omnibox.";
7014
Michael Crouseb56427f2023-04-12 00:47:497015const char kSideSearchName[] = "Side search";
7016const char kSideSearchDescription[] =
7017 "Enables an easily accessible way to access your most recent Google search "
7018 "results page embedded in a browser side panel";
7019
Pengchao Cai74b3379d2022-09-09 18:55:187020const char kSearchWebInSidePanelName[] = "Search web in side panel";
7021const char kSearchWebInSidePanelDescription[] =
7022 "Displays right-click search results of a highlighted text in side panel";
7023
Collin Baker75a29462019-03-13 19:57:317024#endif // defined(TOOLKIT_VIEWS)
7025
Brett Wilson7b44537e2017-08-18 01:38:287026// Random platform combinations -----------------------------------------------
7027
Xiaohan Wang55ae2c012022-01-20 21:49:117028#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
Xiaohan Wang55ae2c012022-01-20 21:49:117029 BUILDFLAG(IS_FUCHSIA)
Leonard Greye2b8fe92022-03-04 20:36:017030const char kQuickCommandsName[] = "Quick Commands";
7031const char kQuickCommandsDescription[] =
7032 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
7033
Xiaohan Wang55ae2c012022-01-20 21:49:117034#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
7035 // BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:457036
Jonathan Freed4d92f282022-08-12 19:01:057037#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
7038 BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
7039const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
7040const char kFollowingFeedSidepanelDescription[] =
7041 "Enables the following feed in the sidepanel.";
7042#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
7043 // BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
7044
James Lee89b449e52022-12-13 18:14:527045#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_ANDROID)
7046const char kLocalWebApprovalsName[] = "Local web approvals";
7047const char kLocalWebApprovalsDescription[] =
7048 "Enable local web approvals for Family Link users. Web filter interstitial "
7049 "refresh needs to also be enabled.";
7050#endif
7051
Tomasz Jurkiewicz6a32bda2023-04-06 17:27:507052#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
7053const char kEnableProtoApiForClassifyUrlName[] =
7054 "Enable Proto API for Classify URL";
7055const char kEnableProtoApiForClassifyUrlDescription[] =
7056 "Calls to Classify URL RPC will use Protocol Buffer format in resposnes, "
7057 "instead of JSON.";
7058#endif
7059
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:117060#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
7061const char kUseOutOfProcessVideoDecodingName[] =
7062 "Use out-of-process video decoding (OOP-VD)";
7063const char kUseOutOfProcessVideoDecodingDescription[] =
7064 "Start utility processes to do hardware video decoding. Note: on LaCrOS, "
7065 "this task is delegated to ash-chrome by requesting a "
7066 "media.stable.mojom.StableVideoDecoderFactory through the crosapi (so "
7067 "chrome://flags#expose-out-of-process-video-decoding-to-lacros must be "
7068 "enabled in ash-chrome).";
7069#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
7070
Xiaohan Wang55ae2c012022-01-20 21:49:117071#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:277072const char kWebShareName[] = "Web Share";
7073const char kWebShareDescription[] =
7074 "Enables the Web Share (navigator.share) APIs on experimentally supported "
7075 "platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:117076#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:277077
Xiaohan Wang55ae2c012022-01-20 21:49:117078#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:067079const char kOzonePlatformHintChoiceDefault[] = "Default";
7080const char kOzonePlatformHintChoiceAuto[] = "Auto";
7081const char kOzonePlatformHintChoiceX11[] = "X11";
7082const char kOzonePlatformHintChoiceWayland[] = "Wayland";
7083
7084const char kOzonePlatformHintName[] = "Preferred Ozone platform";
7085const char kOzonePlatformHintDescription[] =
7086 "Selects the preferred platform backend used on Linux. The default one is "
7087 "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. ";
Xiaohan Wang55ae2c012022-01-20 21:49:117088#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:067089
Alvin Ji3443b9b2022-06-17 19:57:477090#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7091const char kWebBluetoothConfirmPairingSupportName[] =
7092 "Web Bluetooth confirm pairing support";
7093const char kWebBluetoothConfirmPairingSupportDescription[] =
7094 "Enable confirm-only and confirm-pin pairing mode support for Web "
7095 "Bluetooth";
7096#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7097
Adem Derinel64bdf052022-02-02 08:14:237098#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
7099const char kSkipUndecryptablePasswordsName[] =
7100 "Skip undecryptable passwords to use the available decryptable "
7101 "passwords.";
7102const char kSkipUndecryptablePasswordsDescription[] =
7103 "Makes the decryptable passwords available in the password manager when "
7104 "there are undecryptable ones.";
Adem Derinel72376572022-12-06 10:42:547105const char kForcePasswordInitialSyncWhenDecryptionFailsName[] =
7106 "Force initial sync to clean local undecryptable passwords during startup";
7107const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] =
7108 "During startup checks if there are undecryptable passwords in the local "
7109 "storage and requests initial sync.";
Adem Derinel64bdf052022-02-02 08:14:237110#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
7111
David Benjamin371481f2022-06-15 15:57:407112#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7113const char kAsyncDnsName[] = "Async DNS resolver";
7114const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
7115#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7116
Brett Wilson7b44537e2017-08-18 01:38:287117// Feature flags --------------------------------------------------------------
7118
Sam Zackrissonb49345a2022-03-25 11:15:047119#if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
Lei Zhange52be9912023-06-23 17:29:137120const char kChromeWideEchoCancellationName[] = "Chrome-wide echo cancellation";
7121const char kChromeWideEchoCancellationDescription[] =
Sam Zackrissonb49345a2022-03-25 11:15:047122 "Run WebRTC capture audio processing in the audio process instead of the "
7123 "renderer processes, thereby cancelling echoes from more audio sources.";
7124#endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
7125
Wez02cedeba2022-07-26 12:48:387126#if BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:467127const char kDcheckIsFatalName[] = "DCHECKs are fatal";
7128const char kDcheckIsFatalDescription[] =
7129 "By default Chrome will evaluate in this build, but only log failures, "
7130 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
Wez02cedeba2022-07-26 12:48:387131#endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:467132
Alex Cooperbdd9a762023-01-24 23:29:547133#if BUILDFLAG(ENABLE_CARDBOARD)
Lei Zhange52be9912023-06-23 17:29:137134const char kEnableCardboardName[] = "Enable Cardboard VR WebXR Runtime";
7135const char kEnableCardboardDescription[] =
Alex Cooperbdd9a762023-01-24 23:29:547136 "Enables the use of the Cardboard SDK runtime for WebXR instead of the"
7137 "Google VR Services (or GVR) runtime to start a WebXR-based immersive-vr"
7138 "session.";
7139#endif // ENABLE_CARDBOARD
7140
Derek Schuff71d9a922019-04-24 21:36:007141#if BUILDFLAG(ENABLE_NACL)
7142const char kNaclName[] = "Native Client";
7143const char kNaclDescription[] =
7144 "Support Native Client for all web applications, even those that were not "
7145 "installed from the Chrome Web Store.";
Fabian Sommer0d6568b2022-01-05 16:58:347146const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client";
7147const char kVerboseLoggingInNaclDescription[] =
7148 "Control the level of verbose logging in Native Client modules for "
7149 "debugging purposes.";
7150const char kVerboseLoggingInNaclChoiceDefault[] = "Default";
7151const char kVerboseLoggingInNaclChoiceLow[] = "Low";
7152const char kVerboseLoggingInNaclChoiceMedium[] = "Medium";
7153const char kVerboseLoggingInNaclChoiceHigh[] = "High";
7154const char kVerboseLoggingInNaclChoiceHighest[] = "Highest";
7155const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled";
Derek Schuff71d9a922019-04-24 21:36:007156#endif // ENABLE_NACL
7157
Alan Screened2fdda2021-09-15 17:24:467158#if BUILDFLAG(ENABLE_OOP_PRINTING)
7159const char kEnableOopPrintDriversName[] =
7160 "Enables Out-of-Process Printer Drivers";
7161const char kEnableOopPrintDriversDescription[] =
7162 "Enables printing interactions with the operating system to be performed "
7163 "out-of-process.";
7164#endif // BUILDFLAG(ENABLE_OOP_PRINTING)
7165
Xiaohan Wang55ae2c012022-01-20 21:49:117166#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:567167const char kPaintPreviewDemoName[] = "Paint Preview Demo";
7168const char kPaintPreviewDemoDescription[] =
7169 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:357170 "previews.";
Xiaohan Wang55ae2c012022-01-20 21:49:117171#endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID)
ckitagawa8dad53d2020-01-07 16:03:357172
Lei Zhangc05af2a2020-05-15 20:54:057173#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
Yuheng Huang4d0b941fc2021-10-12 05:30:367174const char kWebUITabStripFlagId[] = "webui-tab-strip";
Lei Zhangc05af2a2020-05-15 20:54:057175const char kWebUITabStripName[] = "WebUI tab strip";
7176const char kWebUITabStripDescription[] =
7177 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:007178
7179const char kWebUITabStripContextMenuAfterTapName[] =
7180 "WebUI tab strip context menu after tap";
7181const char kWebUITabStripContextMenuAfterTapDescription[] =
7182 "Enables the context menu to appear after a tap gesture rather than "
7183 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:057184#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
7185
Yuta Hijikata235fc62b2020-12-08 03:48:327186#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:487187const char kWebUITabStripTabDragIntegrationName[] =
7188 "ChromeOS drag-drop extensions for WebUI tab strip";
7189const char kWebUITabStripTabDragIntegrationDescription[] =
7190 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
7191 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:327192#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:487193
Xiaohan Wang55ae2c012022-01-20 21:49:117194#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:287195
7196const char kAutofillCreditCardUploadName[] =
7197 "Enable offering upload of Autofilled credit cards";
7198const char kAutofillCreditCardUploadDescription[] =
7199 "Enables a new option to upload credit cards to Google Payments for sync "
7200 "to all Chrome devices.";
7201
Xiaohan Wang55ae2c012022-01-20 21:49:117202#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:287203
Xiaohan Wang55ae2c012022-01-20 21:49:117204#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:337205const char kElasticOverscrollName[] = "Elastic Overscroll";
7206const char kElasticOverscrollDescription[] =
7207 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
Xiaohan Wang55ae2c012022-01-20 21:49:117208#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:337209
Xiaohan Wang55ae2c012022-01-20 21:49:117210#if BUILDFLAG(IS_WIN) || \
7211 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
7212 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
Wei Li51e9c162021-02-01 19:53:357213const char kUIDebugToolsName[] = "Debugging tools for UI";
7214const char kUIDebugToolsDescription[] =
7215 "Enables additional keyboard shortcuts to help debugging.";
Andrea Gomez6536254b2022-08-03 09:07:597216
Tibor Goldschwendtf9501a62023-03-23 03:11:197217const char kSyncPollImmediatelyOnEveryStartupName[] =
7218 "Sync Poll Immediately On Every Startup";
7219const char kSyncPollImmediatelyOnEveryStartupDescription[] =
7220 "Sends a poll GetUpdates request on every browser startup.";
7221
Gabriel Oliveirac1792c82022-08-17 17:31:417222const char kSyncPromoAfterSigninInterceptName[] =
7223 "Sync Promo After Sign-in Intercept";
7224const char kSyncPromoAfterSigninInterceptDescription[] =
7225 "Enable updates in the first run experience for a new profile in the "
7226 "Sign-in Intercept, such as a Sync Promo step and an updated Profile "
7227 "Customization UI, which is also used for local profile creation.";
7228
7229const char kSigninInterceptBubbleV2Name[] = "Sign-in Intercept Bubble V2";
7230const char kSigninInterceptBubbleV2Description[] =
7231 "Enable visual updates to the sign-in intercept bubble, such as updated "
7232 "illustration, strings and an enterprise disclaimer.";
Wei Li51e9c162021-02-01 19:53:357233#endif
7234
Salma Elmahallawy65cafa52023-04-18 16:34:347235#if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \
7236 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID)
7237const char kDataRetentionPoliciesDisableSyncTypesNeededName[] =
7238 "Data Retention Policies Disable Sync Types";
7239const char kDataRetentionPoliciesDisableSyncTypesNeededDescription[] =
7240 "Relaxes the requirements for setting BrowsingDataLifetime, "
7241 "ClearBrowsingDataOnExit and IdleTimeout. Setting any of these will "
7242 "disable sync for the respective browsing data types that need to be "
7243 "cleared if neither sync nor browser sign in is disabled by policy.";
7244#endif
7245
Tomas Popela253a5832019-01-14 17:22:107246#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:547247const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
7248const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:107249 "When enabled the WebRTC will use the PipeWire multimedia server for "
7250 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:107251#endif // #if defined(WEBRTC_USE_PIPEWIRE)
7252
ananubisff476b02021-07-27 07:09:587253#if BUILDFLAG(IS_CHROMEOS_ASH)
Ben Franz441a84c2022-04-05 08:44:557254const char kChromeKioskEnableLacrosName[] =
7255 "Enables Lacros in the chrome app Kiosk";
7256const char kChromeKioskEnableLacrosDescription[] =
7257 "Uses Lacros-chrome as the web browser in the chrome app Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:357258 "ChromeOS. When disabled, the Ash-chrome will be used";
Ben Franz441a84c2022-04-05 08:44:557259
ananubisff476b02021-07-27 07:09:587260const char kWebKioskEnableLacrosName[] =
7261 "Enables Lacros in the web (PWA) Kiosk";
7262const char kWebKioskEnableLacrosDescription[] =
7263 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:357264 "ChromeOS. When disabled, the Ash-chrome will be used";
Jenny Zhang6bdaa162022-07-14 01:22:307265
7266const char kDisableLacrosTtsSupportName[] = "Disable lacros tts support";
7267const char kDisableLacrosTtsSupportDescription[] =
7268 "Disable lacros support for text to speech.";
7269
Vivian Paofc22288b2022-12-07 03:00:117270const char kPromiseIconsName[] = "Promise Icons";
7271const char kPromiseIconsDescription[] =
7272 "Enables promise icons in the Launcher and Shelf (if the app is pinned) "
7273 "for app installations.";
7274
Frank Liberato98173be02023-06-06 17:11:097275const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
7276const char kEnableAudioFocusEnforcementDescription[] =
7277 "Enables enforcement of a single media session having audio focus at "
7278 "any one time. Requires #enable-media-session-service to be enabled too.";
ananubisff476b02021-07-27 07:09:587279#endif // BUILDFLAG(IS_CHROMEOS_ASH)
7280
Brett Wilson7b44537e2017-08-18 01:38:287281// ============================================================================
7282// Don't just add flags to the end, put them in the right section in
7283// alphabetical order just like the header file.
7284// ============================================================================
7285
vabr0215a8e2017-03-28 12:47:347286} // namespace flag_descriptions