blob: 0d30c04b2acd3acb46c2db3858c96d44960919ff [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
Andy Phaneda2e172023-07-17 21:58:1043const char kPdfOopifName[] = "OOPIF for PDF Viewer";
44const char kPdfOopifDescription[] =
45 "Use an OOPIF for the PDF Viewer, instead of a GuestView.";
46
Hui Yingstb0956402023-07-07 22:33:2947const char kPdfPortfolioName[] = "PDF portfolio";
48const char kPdfPortfolioDescription[] = "Enable PDF portfolio feature.";
49
Hui Yingsta4a03ec82023-05-16 00:00:1750const char kPdfUseSkiaRendererName[] =
51 "Use Skia Renderer. This flag will have no effect if the renderer choice "
52 "is controlled by an enterprise policy.";
Hui Yingst058c23702022-11-06 18:59:2253const char kPdfUseSkiaRendererDescription[] = "Use Skia as the PDF renderer.";
David Dorwin7d75ca92022-03-10 21:59:5654#endif
Ankit Kumar 🌪️cc71c02a2020-08-06 03:44:3055
Nikki Fang32bf6282023-01-04 05:28:4156const char kAppDeduplicationServiceFondueName[] =
57 "Identify duplicate app groups.";
58const char kAppDeduplicationServiceFondueDescription[] =
59 "Enables pulling app duplicate data from a Google server to allow clients "
60 "to determine app duplicates.";
61
Etienne Pierre-dorayb6e0b672022-07-06 17:17:3662const char kAlignWakeUpsName[] = "Align delayed wake ups at 125 Hz";
63const char kAlignWakeUpsDescription[] =
64 "Run most delayed tasks with a non-zero delay (including DOM Timers) on a "
65 "periodic 125Hz tick, instead of as soon as their delay has passed.";
66
Brett Wilsonf27ff602017-07-07 22:28:4767const char kAllowInsecureLocalhostName[] =
68 "Allow invalid certificates for resources loaded from localhost.";
69const char kAllowInsecureLocalhostDescription[] =
70 "Allows requests to localhost over HTTPS even when an invalid certificate "
71 "is presented.";
72
sophiewencc86b2c2023-02-07 18:29:4673const char kWindowLayoutMenu[] = "New Window Layout Menu";
74const char kWindowLayoutMenuDescription[] =
75 "Enables the new Window Layout menu for adjusting window layouts. Also "
76 "enables Floating windows and partial split-screen layouts.";
77
Gang Wu83ac7ee2023-04-19 23:22:4778const char kAndroidAppIntegrationName[] = "Integrate with Android App Search";
79const char kAndroidAppIntegrationDescription[] =
80 "If enabled, allows Chrome to integrate with the Android App Search.";
81
Thao Nguyenf8482bc2023-06-13 22:19:5782const char kAndroidAppIntegrationSafeSearchName[] =
83 "SafeSearch in Android App Search";
84const char kAndroidAppIntegrationSafeSearchDescription[] =
85 "If enabled, allows Chrome to filter out sensitive urls";
86
Wayne Jackson Jrc70686e82023-04-24 14:12:1087const char kAndroidExtendedKeyboardShortcutsName[] =
88 "Android Extended Keyboard Shortcuts";
89const char kAndroidExtendedKeyboardShortcutsDescription[] =
90 "If enabled, allows for extended keyboard shortcuts (i.e. Alt + Backspace "
91 "to delete line).";
92
Chris Blumed5d85872021-02-17 18:21:0193const char kAnimatedImageResumeName[] = "Use animated image resume behavior";
94const char kAnimatedImageResumeDescription[] =
95 "Resumes animated images from the last frame drawn rather than attempt "
96 "to catch up to the frame that should be drawn based on current time.";
97
Wen-Chien Wangecbea052023-03-02 00:02:2398const char kAppCollectionFolderRefreshName[] =
99 "App Collection feature: Folder icon refresh";
100const char kAppCollectionFolderRefreshDescription[] =
101 "Enables the App Collection feature: the new folder icon style in the app "
102 "list.";
103
Dominic Mazzoni34dfc6482020-11-18 22:17:58104const char kAriaElementReflectionName[] = "Enable ARIA element reflection";
105const char kAriaElementReflectionDescription[] =
106 "Enable setting ARIA relationship attributes that reference other elements "
107 "directly without an IDREF";
108
Andrew Paseltiner11afa4e2022-07-26 14:23:49109const char kAttributionReportingDebugModeName[] =
110 "Attribution Reporting Debug Mode";
111const char kAttributionReportingDebugModeDescription[] =
112 "Enables debug mode for the Attribution Reporting API. This removes all "
113 "reporting delays and noise. Only works if the Attribution Reporting API "
114 "is already enabled.";
115
Tsuyoshi Horo41b0fe002023-01-30 03:04:57116const char kBackgroundResourceFetchName[] = "Background Resource Fetch";
117const char kBackgroundResourceFetchDescription[] =
118 "Process resource requests in a background thread inside Blink.";
119
Yutaka Hirano92bdfa22022-06-01 15:51:33120const char kBrokerFileOperationsOnDiskCacheInNetworkServiceName[] =
121 "Broker file operations on disk cache in the Network Service";
122const char kBrokerFileOperationsOnDiskCacheInNetworkServiceDescription[] =
123 "Broker file operations on disk cache running in the Network Service. This "
124 "is no-op when the Network Service is running in the browser process.";
125
Hubert Chaoc30058a2022-12-01 01:08:44126const char kCertDualVerificationEnabledName[] = "Cert Dual Verification";
127const char kCertDualVerificationEnabledDescription[] =
128 "Runs both platform Cert Verifer and Chrome Cert Verifier, reporting "
129 "any differences to Chrome if Safe Browsing Extended Reporting is "
130 "enabled.";
131
Elly Fong-Jones6d1e47c72023-02-24 16:12:57132const char kClickToCallName[] = "Click-To-Call";
133const char kClickToCallDescription[] = "Enable the click-to-call feature.";
134
Patrick Nolandd50e38b2023-06-14 22:32:11135const char kClipboardMaximumAgeName[] = "Clipboard maximum age";
136const char kClipboardMaximumAgeDescription[] =
137 "Limit the maximum age for recent clipboard content";
138
Ana SollanoKim2266c112022-07-14 23:38:15139const char kClipboardUnsanitizedContentName[] =
140 "Clipboard unsanitized read and write";
141const char kClipboardUnsanitizedContentDescription[] =
142 "Allows reading/writing unsanitized content from/to the clipboard. "
143 "Currently, it is only applicable to HTML format. See crbug.com/1268679.";
144
Hubert Chaod8adfa72022-10-19 18:18:52145const char kChromeRootStoreEnabledName[] = "Chrome Root Store";
146const char kChromeRootStoreEnabledDescription[] =
147 "Enable use of Chrome Root Store over platform roots. "
148 "On some platforms this may also enable Chrome Cert Verifier.";
149
Basia Zimirskab0d235a2021-02-24 19:42:53150const char kContentLanguagesInLanguagePickerName[] =
151 "Content languages in language picker";
152const char kContentLanguagesInLanguagePickerDescription[] =
153 "Enables bringing user's content languages that are translatable to the "
154 "top of the list with all languages shown in the translate menu";
155
Riley Tatum8a784fdb2022-10-19 16:48:52156const char kCustomizeChromeColorExtractionName[] =
157 "Customize Chrome Color Extraction";
158const char kCustomizeChromeColorExtractionDescription[] =
159 "Enables setting theme color based on background image color when "
160 "background image is changed in New Tab Page Customize Chrome.";
161
Nihar Majmudarc934f4f2022-08-02 23:56:15162const char kCustomizeChromeSidePanelName[] = "Customize Chrome Side Panel";
163const char KCustomizeChromeSidePanelDescription[] =
164 "Enables the ability to use Customize Chrome functionality from the "
165 "unified side panel on the New Tab Page.";
166
Alice Wang345e09442021-07-05 09:03:29167const char kForceStartupSigninPromoName[] = "Force Start-up Signin Promo";
168const char kForceStartupSigninPromoDescription[] =
169 "If enabled, the full screen signin promo will be forced to show up at "
170 "Chrome start-up.";
171
Dominik Röttsches94487ec2023-06-21 09:45:58172#if BUILDFLAG(USE_FONTATIONS_BACKEND)
Lei Zhange52be9912023-06-23 17:29:13173const char kFontationsFontBackendName[] = "Enable Fontations font backend";
174const char kFontationsFontBackendDescription[] =
Dominik Röttsches94487ec2023-06-21 09:45:58175 "If enabled, the Fontations font backend will be used for web fonts where "
176 "otherwise FreeType would have been used.";
177#endif
178
Christopher Cameron39af14a2023-04-18 17:35:09179const char kGainmapHdrImagesName[] = "Gainmap HDR image rendering";
180const char kGainmapHdrImagesDescription[] =
181 "If enabled, renders images that include an gainmap in HDR";
182
Maryla26d1a412023-06-27 19:18:28183const char kAvifGainmapHdrImagesName[] = "AVIF gainmap HDR image rendering";
184const char kAvifGainmapHdrImagesDescription[] =
185 "If enabled, and the 'Gainmap HDR image rendering' flag is also enabled, "
186 "Chrome uses the gainmap (if present) in AVIF images to render the HDR "
Maryla2e8b68e2023-07-06 03:08:02187 "version on HDR displays and the SDR version on SDR displays.";
Maryla26d1a412023-06-27 19:18:28188
Tanmoy Mollik429d21a2022-11-28 15:42:06189const char kIdentityStatusConsistencyName[] = "Identity Status Consistency";
190const char kIdentityStatusConsistencyDescription[] =
191 "If enabled, always show identity status - even for signed-out users";
192
Alice Wang97469582022-05-09 08:00:26193const char kTangibleSyncName[] = "Tangible Sync";
194const char kTangibleSyncDescription[] =
195 "Enables the tangible sync when a user starts the sync consent flow";
196
Jonathan Njeunje9dc4e6c2023-04-10 03:05:32197const char kDIPSName[] = "Bounce Tracking Mitigations";
198const char kDIPSDescription[] =
199 "This flag controls bounce tracking mitigations. Setting the flag to "
200 "\"Enabled With Deletion\" will cause the browser to delete state for "
201 "sites that appear to be performing cross-site tracking using the bounce "
202 "tracking technique.";
203
Tommy Steimelc79b2e02022-07-07 19:07:51204const char kDocumentPictureInPictureApiName[] =
205 "Document Picture-in-Picture API";
206const char kDocumentPictureInPictureApiDescription[] =
207 "Enables API to open an always-on-top window with a full HTML document";
208
Erik Chen92f2f0d2023-03-13 00:09:48209const char kEnableBenchmarkingName[] = "Enable benchmarking";
210const char kEnableBenchmarkingDescription[] =
211 "Sets all features to their default state; that is, disables randomization "
212 "for feature states. This is used by developers and testers to "
213 "diagnose whether an observed problem is caused by a non-default "
214 "base::Feature configuration. This flag is automatically reset "
215 "after 3 restarts. On the third restart, the flag will appear to be off "
216 "but the effect is still active.";
217
Andre Le29427c22022-09-23 23:01:57218const char kPrivacyIndicatorsName[] = "Enable Privacy Indicators";
219const char kPrivacyIndicatorsDescription[] =
220 "While screen sharing or camera/microphone is being accessed, show a green "
221 "icon in the status area as well as add a silent notification to the tray.";
222
Vicky Minb02c3e92020-07-07 20:56:52223const char kEnableBluetoothSerialPortProfileInSerialApiName[] =
224 "Enable Bluetooth Serial Port Profile in Serial API";
225const char kEnableBluetoothSerialPortProfileInSerialApiDescription[] =
226 "When enabled, Bluetooth Serial Port Profile devices will be enumerated "
227 "for use with the Serial API.";
228
Vikas Soni7981a2d2021-07-30 18:51:11229const char kEnableDrDcName[] =
230 "Enables Display Compositor to use a new gpu thread.";
231const char kEnableDrDcDescription[] =
232 "When enabled, chrome uses 2 gpu threads instead of 1. "
233 " Display compositor uses new dr-dc gpu thread and all other clients "
234 "(raster, webgl, video) "
235 " continues using the gpu main thread.";
236
vikassoni93f244b2022-05-12 21:58:26237const char kEnableDrDcVulkanName[] =
238 " Use this flag along with flag enable-drdc to enable DrDc on Vulkan. "
239 " Note that this flag will be a no-op if enable-drdc is disabled. ";
240
Le Hoang Quyend6ceade62022-05-20 07:13:10241const char kForceGpuMainThreadToNormalPriorityDrDcName[] =
242 "Force GPU main thread priority to normal for DrDc.";
243const char kForceGpuMainThreadToNormalPriorityDrDcDescription[] =
244 "When enabled, force GPU main thread priority to be normal for DrDc mode. "
245 "In that case DrDc thread continues to use DISPLAY thread priority and "
246 "hence have higher thread priority than GPU main. Note that this flag will "
247 "be a no-op when DrDc is disabled.";
248
Vikas Soni973650612023-05-24 08:59:46249const char kUseClientGmbInterfaceName[] =
250 "Use ClientGmb interface to create GpuMemoryBuffers.";
251const char kUseClientGmbInterfaceDescription[] =
252 " Use new ClientGmb interface to create GpuMemoryBuffers when enabled."
253 " This is expected to reduce number of IPCs happening while creating "
254 " GpuMemoryBuffers.";
255
Aashna Shethec3b89f2022-09-15 13:06:50256const char kTextBasedAudioDescriptionName[] = "Enable audio descriptions.";
257const char kTextBasedAudioDescriptionDescription[] =
258 "When enabled, HTML5 video elements with a 'descriptions' WebVTT track "
259 "will speak the audio descriptions aloud as the video plays.";
260
Aga Wronska344fa8282021-10-07 14:18:05261#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
James Leee2190152023-06-06 11:45:39262
263const char kEnableSupervisionOnDesktopName[] =
264 "Enable parental supervision infrastructure";
265const char kEnableSupervisionOnDesktopDescription[] =
266 "Enables the infrastructure for Family Link supervision features. "
267 "Individual features are controlled by separate flags.";
268
269const char kFilterWebsitesForSupervisedUsersOnDesktopName[] =
270 "Enable website filtering for supervised users";
271const char kFilterWebsitesForSupervisedUsersOnDesktopDescription[] =
272 "Enable filtering of web content for Family Link supervised users. "
273 "The enable-family-link-supervision flag must also be enabled.";
274
275const char kEnableExtensionsPermissionsForSupervisedUsersOnDesktopName[] =
276 "Require parent permissions for extensions";
277const char
278 kEnableExtensionsPermissionsForSupervisedUsersOnDesktopDescription[] =
279 "Apply Family Link parental control settings for extension "
280 "installation. "
281 "The enable-family-link-supervision flag must also be enabled.";
282
283const char kSupervisedPrefsControlledBySupervisedStoreName[] =
284 "Display updated UI for preferences managed by Family Link";
285const char kSupervisedPrefsControlledBySupervisedStoreDescription[] =
286 "Display updated UI for preferences managed by Family Link. "
287 "The enable-family-link-supervision flag must also be enabled.";
288
289const char kEnableManagedByParentUiName[] = "Enable Family Link management UI";
290const char kEnableManagedByParentUiDescription[] =
291 "Enables UI indicating if a Profile is managed by Family Link parental "
292 "controls."
293 "The enable-family-link-supervision flag must also be enabled.";
Liza Bipinac549552023-06-21 13:18:54294
295const char kClearingCookiesKeepsSupervisedUsersSignedInName[] =
296 "Clearing cookies keep supervised users signed in";
297const char kClearingCookiesKeepsSupervisedUsersSignedInDescription[] =
298 "Supervised users will remain signed in when cookies are cleared. Display "
299 "UI is updated accordingly"
300 "The enable-family-link-supervision flag must also be enabled.";
301
Aga Wronska344fa8282021-10-07 14:18:05302#endif // ENABLE_SUPERVISED_USERS
303
Elly Fong-Jones43624372023-02-16 19:36:11304const char kUpcomingFollowFeaturesName[] = "Enable upcoming follow features.";
305const char kUpcomingFollowFeaturesDescription[] =
306 "This flag enables all upcoming follow features, in the experiment "
307 "arms that are most likely to be shipped. This is a meta-flag to which "
308 "features are upcoming at any given time may change.";
309
Chad Duffin73b2226f2023-05-29 16:53:32310const char kUseAndroidStagingSmdsName[] = "Use Android staging SM-DS";
311const char kUseAndroidStagingSmdsDescription[] =
312 "Use the Android staging address when fetching pending eSIM profiles.";
313
Regan Hsu3243afa2021-06-21 18:27:27314const char kUseStorkSmdsServerAddressName[] = "Use Stork SM-DS address";
315const char kUseStorkSmdsServerAddressDescription[] =
316 "Use the Stork SM-DS address to fetch pending eSIM profiles managed by the "
317 "Stork prod server. Note that Stork profiles can be created with an EID at "
318 "go/stork-profile, and managed at go/stork-batch > View Profiles. Also "
Jason Zhang26cacea2022-04-04 18:55:04319 "note that an test EUICC card is required to use this feature, usually "
320 "that requires the kCellularUseSecond flag to be enabled. Go to "
Regan Hsu3243afa2021-06-21 18:27:27321 "go/cros-connectivity > Dev Tips for more instructions.";
322
Regan Hsu1ffea922020-09-10 17:08:47323const char kUseWallpaperStagingUrlName[] = "Use Wallpaper staging URL";
324const char kUseWallpaperStagingUrlDescription[] =
325 "Use the staging server as part of the Wallpaper App to verify "
326 "additions/removals of wallpapers.";
327
Kyle Horimoto874554a2019-01-31 00:52:09328const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
329const char kUseMessagesStagingUrlDescription[] =
330 "Use the staging server as part of the \"Messages\" feature under "
331 "\"Connected Devices\" settings.";
332
Jon Mann5ebbd1532020-04-17 22:12:05333const char kUseCustomMessagesDomainName[] = "Use custom Messages domain";
334const char kUseCustomMessagesDomainDescription[] =
335 "Use a custom URL as part of the \"Messages\" feature under "
336 "\"Connected Devices\" settings.";
337
Luca Accorsi8b795ffd2023-07-12 08:44:47338const char kEnableFileBackedBlobFactoryName[] =
339 "Enable registration of file backed blobs through the "
340 "FileBackedBlobFactory interface";
341const char kEnableFileBackedBlobFactoryDescription[] =
342 "Use the FileBackedBlobFactory interface to register file backed blobs. "
343 "This allows to identify the URL where the blob is uploaded and it enables "
344 "Data Leak Prevention checks for managed users having file restrictions.";
345
Vasiliy Telezhnikova4164812022-10-03 18:38:20346const char kUseDMSAAForTilesName[] = "Use DMSAA for tiles";
347const char kUseDMSAAForTilesDescription[] =
348 "Switches skia to use DMSAA instead of MSAA for tile raster";
349
Tsuyoshi Horod81149602022-07-04 01:34:09350const char kUseDnsHttpsSvcbAlpnName[] = "Use DNS https alpn";
351const char kUseDnsHttpsSvcbAlpnDescription[] =
352 "When enabled, Chrome may try QUIC on the first connection using the ALPN"
353 " information in the DNS HTTPS record.";
354
cfredric6f155762020-12-10 18:52:40355const char kEnableFirstPartySetsName[] = "Enable First-Party Sets";
356const char kEnableFirstPartySetsDescription[] =
Chris Fredricksonbebf42e2023-05-18 19:14:40357 "When enabled, Chrome will enable First-Party Sets and the Storage Access "
358 "API.";
cfredric6f155762020-12-10 18:52:40359
Lei Zhange52be9912023-06-23 17:29:13360const char kSHA1ServerSignatureName[] = "Allow SHA-1 server signatures in TLS.";
361const char kSHA1ServerSignatureDescription[] =
Bob Beckd9873c22023-02-21 22:56:45362 "When enabled, Chrome will allow the use of SHA-1 in signatures from the "
363 "server during a TLS handshake";
364
Lei Zhange52be9912023-06-23 17:29:13365const char kEncryptedClientHelloName[] = "Encrypted ClientHello";
366const char kEncryptedClientHelloDescription[] =
David Benjamin371481f2022-06-15 15:57:40367 "When enabled, Chrome will enable Encrypted ClientHello support. This will "
368 "encrypt TLS ClientHello if the server enables the extension via the HTTPS "
369 "DNS record.";
370
Lei Zhange52be9912023-06-23 17:29:13371const char kIsolatedSandboxedIframesName[] = "Isolated sandboxed iframes";
372const char kIsolatedSandboxedIframesDescription[] =
W. James MacLean0d757fa2022-02-16 16:13:31373 "When enabled, applies process isolation to iframes with the 'sandbox' "
374 "attribute and without the 'allow-same-origin' permission set on that "
W. James MacLean3b6d0872022-06-24 16:16:14375 "attribute. This also applies to documents with a similar CSP sandbox "
376 "header, even in the main frame. The affected sandboxed documents can be "
377 "grouped into processes based on their URL's site or origin. The default "
378 "grouping when enabled is per-site.";
W. James MacLean0d757fa2022-02-16 16:13:31379
Vipul Vinod Kouldbbe2512023-06-15 06:20:18380const char kAutofillEnableCvcStorageAndFillingName[] =
381 "Enable CVC storage and filling for payments autofill";
382const char kAutofillEnableCvcStorageAndFillingDescription[] =
383 "When enabled, we will store CVC for both local and server credit cards. "
384 "This will also allow the users to autofill their CVCs on checkout pages.";
385
Yi An8b28bef2022-06-29 19:11:32386const char kAutofillEnableFIDOProgressDialogName[] =
387 "Show FIDO progress dialog on Android";
388const char kAutofillEnableFIDOProgressDialogDescription[] =
389 "When enabled, a progress dialog is displayed while authenticating with "
390 "FIDO on Android.";
391
Vinny Perskye6677d52023-02-22 22:22:19392const char kAutofillEnableIbanClientSideUrlFilteringName[] =
393 "Enable Autofill IBAN client side URL filtering";
394const char kAutofillEnableIbanClientSideUrlFilteringDescription[] =
395 "When enabled, client side URL filtering will be triggered for the IBAN "
396 "use-case, so that IBAN autofill is not offered on websites that are "
397 "blocked.";
398
siashahd779824402022-03-31 20:06:55399const char kAutofillEnableManualFallbackForVirtualCardsName[] =
400 "Show manual fallback for virtual cards";
401const char kAutofillEnableManualFallbackForVirtualCardsDescription[] =
402 "When enabled, manual fallback will be enabled for virtual cards on "
403 "Android.";
404
Vinny Persky5a0ac3a32023-03-02 18:35:50405const char kAutofillEnableMerchantOptOutClientSideUrlFilteringName[] =
406 "Enable Autofill merchant opt-out client side URL filtering";
407const char kAutofillEnableMerchantOptOutClientSideUrlFilteringDescription[] =
408 "When enabled, client side URL filtering will be triggered for the "
409 "merchant opt-out use-case, so that virtual card suggestions are not shown "
410 "on websites that are opted-out of virtual cards.";
411
Siyu An042eac82022-09-19 23:55:03412const char kAutofillEnableCardArtImageName[] = "Enable showing card art images";
413const char kAutofillEnableCardArtImageDescription[] =
414 "When enabled, card product images (instead of network icons) will be "
415 "shown in Payments Autofill UI.";
416
Vishwas Uppoord6bfcb52023-06-27 02:15:35417const char kAutofillEnableCardArtServerSideStretchingName[] =
418 "Enable server side stretching of card art images";
419const char kAutofillEnableCardArtServerSideStretchingDescription[] =
420 "When enabled, the server will stretch (if necessary) and return card art "
421 "images of the exact required dimensions. The client side resizing of "
422 "images will not be required.";
423
Vishwas Uppoor89303a92022-08-03 00:56:26424const char kAutofillEnableCardProductNameName[] =
425 "Enable showing card product name";
426const char kAutofillEnableCardProductNameDescription[] =
427 "When enabled, card product name (instead of issuer network) will be shown "
Siyu An042eac82022-09-19 23:55:03428 "in Payments Autofill UI.";
Vishwas Uppoor89303a92022-08-03 00:56:26429
Junhui He9896c7b2023-03-27 18:39:53430const char kAutofillEnableEmailOtpForVcnYellowPathName[] =
431 "Enable email OTP authentication in the yellow path of the VCN retrieval "
432 "flow";
433const char kAutofillEnableEmailOtpForVcnYellowPathDescription[] =
434 "When enabled, if the user encounters the yellow path (challenge path) in "
435 "the VCN retrieval flow and the server denotes that the card is eligible "
436 "for email OTP authentication, email OTP authentication will be offered as "
437 "one of the challenge options.";
438
Alexander Teklea82c4142023-02-22 01:33:42439const char kAutofillEnableNewCardArtAndNetworkImagesName[] =
440 "Enable showing new card art and network images";
441const char kAutofillEnableNewCardArtAndNetworkImagesDescription[] =
442 "When enabled, new and larger card art and network icons will be shown.";
443
Jared Saul702563e2021-09-20 22:36:52444const char kAutofillEnableOfferNotificationForPromoCodesName[] =
445 "Extend Autofill offers and rewards notification to promo code offers";
446const char kAutofillEnableOfferNotificationForPromoCodesDescription[] =
447 "When enabled, a notification will be displayed on page navigation if the "
448 "domain has an eligible merchant promo code offer or reward.";
449
siashaheb118ad52020-12-15 00:17:07450const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
451 "Enable Autofill offers in keyboard accessory";
452const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
453 "When enabled, offers will be displayed in the keyboard accessory when "
454 "available.";
455
Slobodan Pejic5ee22c12023-07-11 23:02:18456const char kAutofillEnablePaymentsAndroidBottomSheetName[] =
457 "Autofill save card and VCN enrollment Bottom Sheets";
458const char kAutofillEnablePaymentsAndroidBottomSheetDescription[] =
459 "Displays save card and VCN enrollment in bottom sheets instead of info "
460 "bars on Android.";
461
Vinny Persky7442638c2023-03-24 01:02:54462const char kAutofillEnablePaymentsMandatoryReauthName[] =
463 "Enable mandatory re-auth for payments autofill";
464const char kAutofillEnablePaymentsMandatoryReauthDescription[] =
465 "When enabled, in use-cases where we would not have triggered any "
Vinny Persky470d1292023-05-10 20:38:05466 "interactive authentication to autofill payment methods, we will trigger "
Vinny Persky7442638c2023-03-24 01:02:54467 "a device authentication.";
468
Alexander Tekleb4643812023-01-06 23:12:30469const char kAutofillEnableRankingFormulaAddressProfilesName[] =
470 "Enable new Autofill suggestion ranking formula for profiles";
471const char kAutofillEnableRankingFormulaAddressProfilesDescription[] =
472 "When enabled, Autofill will use a new ranking formula to rank Autofill "
473 "profile suggestions.";
474
Alexander Tekle35dfbbd2023-01-31 08:32:39475const char kAutofillEnableRankingFormulaCreditCardsName[] =
476 "Enable new Autofill suggestion ranking formula for credit cards";
477const char kAutofillEnableRankingFormulaCreditCardsDescription[] =
478 "When enabled, Autofill will use a new ranking formula to rank Autofill "
479 "credit card suggestions.";
480
Siyu An3194bda2022-07-13 19:30:37481const char kAutofillEnableRemadeDownstreamMetricsName[] =
482 "Enable remade Autofill Downstream metrics logging";
483const char kAutofillEnableRemadeDownstreamMetricsDescription[] =
484 "When enabled, some extra metrics logging for Autofill Downstream will "
485 "start.";
486
siashah2b698e2b2021-04-21 15:09:55487const char kAutofillEnableStickyManualFallbackForCardsName[] =
488 "Make manual fallback sticky for credit cards";
489const char kAutofillEnableStickyManualFallbackForCardsDescription[] =
490 "When enabled, if the user interacts with the manual fallback bottom "
491 "sheet, it'll remain sticky until the user dismisses it.";
492
Vinny Perskyf98de022022-01-05 22:14:10493const char kAutofillEnableUpdateVirtualCardEnrollmentName[] =
494 "Enable Update Virtual Card Enrollment";
495const char kAutofillEnableUpdateVirtualCardEnrollmentDescription[] =
496 "When enabled, the user will have the ability to update the virtual card "
497 "enrollment of a credit card through their chrome browser after certain "
498 "autofill flows (for example, downstream and upstream), and from the "
499 "settings page.";
500
Vinny Persky650f84402022-04-14 18:46:18501const char kAutofillEnableVirtualCardFidoEnrollmentName[] =
502 "Enable FIDO enrollment for virtual cards";
503const char kAutofillEnableVirtualCardFidoEnrollmentDescription[] =
504 "When enabled, after a successful authentication to autofill a virtual "
505 "card, the user will be prompted to opt-in to FIDO if the user is not "
506 "currently opted-in, and if the user is opted-in already and the virtual "
507 "card is FIDO eligible the user will be prompted to register the virtual "
508 "card into FIDO.";
509
siyua19593222019-12-04 22:27:06510const char kAutofillEnableVirtualCardName[] =
511 "Offer to use cloud token virtual card in Autofill";
512const char kAutofillEnableVirtualCardDescription[] =
513 "When enabled, if all requirements are met, Autofill will offer to use "
514 "virtual credit cards in form filling.";
515
Vipul Vinod Koul633bbf652023-02-21 23:34:11516const char kAutofillEnableNewSaveCardBubbleUiName[] =
517 "Update UI messaging and banner image for credit card upload save";
518const char kAutofillEnableNewSaveCardBubbleUiDescription[] =
519 "When enabled, the user will see a new banner logo and text in the bubble "
520 "offering to upload their cards to Google Pay.";
521
Siyu Ana8b9a0bc2022-01-31 19:40:41522const char kAutofillEnableVirtualCardManagementInDesktopSettingsPageName[] =
523 "Enable virtual card enrollment management in desktop payments settings "
524 "page";
525const char
526 kAutofillEnableVirtualCardManagementInDesktopSettingsPageDescription[] =
527 "When enabled, chrome://settings/payments will offer the option to "
528 "enroll in virtual card if the card is eligible and to unenroll if the "
529 "card has been enrolled.";
530
Siyu An003243c2022-04-07 22:13:11531const char kAutofillEnableVirtualCardMetadataName[] =
532 "Enable showing metadata for virtual cards";
533const char kAutofillEnableVirtualCardMetadataDescription[] =
534 "When enabled, Chrome will show metadata together with other card "
535 "information when the virtual card is presented to users.";
536
Lei Zhange52be9912023-06-23 17:29:13537const char kAutofillFillIbanFieldsName[] =
Qihui Zhao30bf4ca2022-07-26 20:24:59538 "Enable Autofill of IBAN fields in forms";
Lei Zhange52be9912023-06-23 17:29:13539const char kAutofillFillIbanFieldsDescription[] =
Qihui Zhao30bf4ca2022-07-26 20:24:59540 "When enabled, Autofill will attempt to fill IBAN (International Bank "
541 "Account Number) fields when data is available.";
542
Matthias Körber44082a492021-09-15 18:29:18543const char kAutofillHighlightOnlyChangedValuesInPreviewModeName[] =
544 "Highlight only changed values in preview mode.";
545const char kAutofillHighlightOnlyChangedValuesInPreviewModeDescription[] =
546 "When Autofill is previewing filling a form, already autofilled values "
547 "and other values that are not changed by accepting the preview should "
548 "not be highlighted.";
549
Yishui Liub55635462023-05-23 04:22:29550const char kAutofillMoveLegalTermsAndIconForNewCardEnrollmentName[] =
Vinny Perskybb6bf6b2023-06-26 19:54:54551 "Move legal terms for new card enrollment";
Yishui Liub55635462023-05-23 04:22:29552const char kAutofillMoveLegalTermsAndIconForNewCardEnrollmentDescription[] =
Vinny Perskybb6bf6b2023-06-26 19:54:54553 "When enabled, legal terms will be moved before action buttons in autofill "
554 "save card and virtual card enrollment bubbles and dialogs.";
Yishui Liub55635462023-05-23 04:22:29555
Qihui Zhao72836c62022-12-16 04:31:41556const char kAutofillOfferToSaveCardWithSameLastFourName[] =
557 "Offer credit card save for cards with same last-4 but different "
558 "expiration dates";
559const char kAutofillOfferToSaveCardWithSameLastFourDescription[] =
560 "Offer credit card save when Chrome detects a card number with the same "
561 "last 4 digits as an existing server card, but a different expiration "
562 "date.";
563
Nakul Vaidya876210f2022-08-08 17:47:19564const char kAutofillParseIBANFieldsName[] = "Parse IBAN fields in forms";
565const char kAutofillParseIBANFieldsDescription[] =
Nakul Vaidyaddfdfbc2022-06-28 23:43:32566 "When enabled, Autofill will attempt to find International Bank Account "
567 "Number (IBAN) fields when parsing forms.";
568
Nakul Vaidya13ca2042022-07-27 01:59:55569const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsName[] =
570 "Parse standalone CVC fields for VCN card on file in forms";
571const char kAutofillParseVcnCardOnFileStandaloneCvcFieldsDescription[] =
572 "When enabled, Autofill will attempt to find standalone CVC fields for VCN "
573 "card on file when parsing forms.";
574
Vidhan5885afa2022-06-23 15:18:16575const char kAutofillPreventOverridingPrefilledValuesName[] =
576 "Prevent Autofill from overriding prefilled field values";
577const char kAutofillPreventOverridingPrefilledValuesDescription[] =
578 "When enabled, Autofill won't override any field values that have not been "
579 "filled by Autofill";
580
Dmitry Vykochko91af82b02022-12-09 17:37:37581const char kAutofillMoreProminentPopupName[] = "More prominent Autofill popup";
582const char kAutofillMoreProminentPopupDescription[] =
583 "If enabled Autofill's popup becomes more prominent, i.e. its shadow "
584 "becomes more emphasized, position is also updated";
585
Lei Zhang507fffd2020-01-29 23:47:54586const char kAutofillSaveAndFillVPAName[] =
Christos Froussios13b412df2019-09-19 19:12:47587 "Offer save and autofill of UPI/VPA values";
Lei Zhang507fffd2020-01-29 23:47:54588const char kAutofillSaveAndFillVPADescription[] =
Christos Froussios13b412df2019-09-19 19:12:47589 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
590 "it will offer to save it. If saved, it will be offered for filling in "
591 "fields which expect a VPA.";
592
Jan Keitel05180472023-03-01 11:01:42593const char kAutofillShowAutocompleteDeleteButtonName[] =
594 "Show a delete button for Autocomplete entries";
595const char kAutofillShowAutocompleteDeleteButtonDescription[] =
596 "When enabled, Autocomplete entries in filling popups will contain a "
597 "delete button";
598
Vidhanb03b1ea2022-05-19 12:07:58599const char kAutofillShowManualFallbackInContextMenuName[] =
600 "Show Autofill options in Context Menu";
601const char kAutofillShowManualFallbackInContextMenuDescription[] =
602 "When enabled, users would get address/credit cards/passwords autofilling "
603 "options in the context menu if the context menu is opened on a text field";
604
Vipul Vinod Koulaebbcb3a2023-01-05 19:50:50605const char kAutofillSuggestServerCardInsteadOfLocalCardName[] =
606 "Suggest Server card instead of Local card for deduped cards";
607const char kAutofillSuggestServerCardInsteadOfLocalCardDescription[] =
608 "When enabled, Autofill suggestions that consist of a local and server "
609 "version of the same card will attempt to fill the server card upon "
610 "selection instead of the local card.";
611
Vishwas Uppoor940bd242022-12-15 09:49:42612const char kAutofillTouchToFillForCreditCardsAndroidName[] =
613 "Enable Touch To Fill bottomsheet for Autofill credit card suggestions";
614const char kAutofillTouchToFillForCreditCardsAndroidDescription[] =
615 "When enabled, Autofill credit card suggestions are shown on the "
616 "Touch To Fill bottomsheet";
617
Jared Saulb0473bd2022-04-20 00:03:41618const char kAutofillUpstreamAllowAdditionalEmailDomainsName[] =
619 "Allow Autofill credit card upload save for select non-Google-based "
620 "accounts";
621const char kAutofillUpstreamAllowAdditionalEmailDomainsDescription[] =
622 "When enabled, credit card upload is offered if the user's logged-in "
623 "account's domain is from a common email provider.";
624
625const char kAutofillUpstreamAllowAllEmailDomainsName[] =
626 "Allow Autofill credit card upload save for all non-Google-based accounts";
627const char kAutofillUpstreamAllowAllEmailDomainsDescription[] =
628 "When enabled, credit card upload is offered without regard to the user's "
629 "logged-in account's domain.";
630
Jared Saul5363f3962023-03-10 23:03:51631const char kAutofillUpstreamAuthenticatePreflightCallName[] =
632 "Set authentication token in credit card upload preflight call";
633const char kAutofillUpstreamAuthenticatePreflightCallDescription[] =
634 "When enabled, sets the OAuth2 token in GetUploadDetails requests to "
635 "Google Payments, in order to provide a better experience for users with "
636 "server-side features disabled but not client-side features.";
637
Jared Saul5ea8b257f2023-02-22 18:53:27638const char kAutofillUpstreamUseAlternateSecureDataTypeName[] =
639 "Use alternate secure data type for credit card upload save";
640const char kAutofillUpstreamUseAlternateSecureDataTypeDescription[] =
641 "When enabled, the secure data type for cards sent during credit card "
642 "upload save is updated to match newer server requirements.";
643
Caitlin Fischer43edd90a2019-05-01 13:24:30644const char kAutofillUseImprovedLabelDisambiguationName[] =
645 "Autofill Uses Improved Label Disambiguation";
646const char kAutofillUseImprovedLabelDisambiguationDescription[] =
647 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
648 "using the improved disambiguation format.";
649
Vishwas Uppoor416acea2023-03-09 02:25:22650const char kAutofillVirtualCardsOnTouchToFillAndroidName[] =
651 "Enable virtual cards on Touch To Fill bottomsheet for credit cards";
652const char kAutofillVirtualCardsOnTouchToFillAndroidDescription[] =
653 "When enabled, virtual credit card suggestions are shown on the Touch To "
654 "Fill bottomsheet for credit cards.";
655
Friedrich Horschiga5745192023-07-13 07:51:44656const char kAutofillVirtualViewStructureAndroidName[] =
657 "Enable the setting to provide a virtual view structure for Autofill";
658const char kAutofillVirtualViewStructureAndroidDescription[] =
659 "When enabled, a setting allows to switch to using Android Autofill. Chrome"
660 " then provides a virtual view structure but no own suggestions.";
661
Alexander Timin6ae060b62019-09-17 11:21:37662const char kBackForwardCacheName[] = "Back-forward cache";
663const char kBackForwardCacheDescription[] =
Rakina Zata Amni95a2a91d2020-07-14 12:41:44664 "If enabled, caches eligible pages after cross-site navigations."
665 "To enable caching pages on same-site navigations too, choose 'enabled "
666 "same-site support'.";
Alexander Timin6ae060b62019-09-17 11:21:37667
Yuzu Saijo312b8432022-03-01 03:27:31668const char kEnableBackForwardCacheForScreenReaderName[] =
669 "Enable Back-forward cache for screen readers";
670const char kEnableBackForwardCacheForScreenReaderDescription[] =
671 "If enabled, allow pages to enter back/forward cache even if a screen "
672 "reader is in use. The page might still not be cached for other reasons.";
673
Ioana Pandele69fe4672021-04-28 08:06:37674const char kBiometricReauthForPasswordFillingName[] =
675 "Biometric reauth for password filling";
676const char kBiometricReauthForPasswordFillingDescription[] =
677 "Enables biometric"
678 "re-authentication before password filling";
679
Norge Vizcay5f6bfb42022-06-10 08:33:14680const char kFastCheckoutName[] = "Fast Checkout";
681const char kFastCheckoutDescription[] =
682 "Enables Fast Checkout experiences in Chrome.";
683
Illia Klimove406ecc12022-11-22 15:53:29684const char kFailFastQuietChipName[] = "Fail fast quiet chip";
685const char kFailFastQuietChipDescription[] =
686 "Enables fast finalization of a permission request if it is displayed as a "
687 "quiet chip.";
688
danielngdd3ef942021-10-28 06:42:48689const char kBorealisBigGlName[] = "Borealis Big GL";
690const char kBorealisBigGlDescription[] = "Enable Big GL when running Borealis.";
691
Dominik Behr03b5c24f2023-04-18 21:20:52692const char kBorealisDGPUName[] = "Borealis dGPU";
693const char kBorealisDGPUDescription[] = "Enable dGPU when running Borealis.";
694
danielng1078c6372021-06-28 06:31:36695const char kBorealisDiskManagementName[] = "Borealis Disk management";
696const char kBorealisDiskManagementDescription[] =
697 "Enable experimental disk management settings.";
698
Nicholas Hollingum449d8252021-11-29 00:18:29699const char kBorealisForceBetaClientName[] = "Borealis Force Beta Client";
700const char kBorealisForceBetaClientDescription[] =
701 "Force the client to run its beta version.";
702
Nicholas Hollingume8672092022-08-25 04:23:16703const char kBorealisForceDoubleScaleName[] = "Borealis Force Double Scale";
704const char kBorealisForceDoubleScaleDescription[] =
705 "Force the client to run in 2x visual zoom.";
706
Nicholas Hollingum449d8252021-11-29 00:18:29707const char kBorealisLinuxModeName[] = "Borealis Linux Mode";
708const char kBorealisLinuxModeDescription[] =
709 "Do not run ChromeOS-specific code in the client.";
710
Nicholas Hollingum97500cc12022-03-03 22:44:43711// For UX reasons we prefer "enabled", but that is used internally to refer to
712// whether borealis is installed or not, so the name of the variable is a bit
713// different to the user-facing name.
714const char kBorealisPermittedName[] = "Borealis Enabled";
715const char kBorealisPermittedDescription[] =
716 "Allows Borealis to run on your device. Borealis may still be blocked for "
717 "other reasons, including: administrator settings, device hardware "
718 "capabilities, or other security measures.";
719
danielng9b714c52023-07-10 02:30:09720const char kBorealisProvisionName[] = "Borealis Provision";
721const char kBorealisProvisionDescription[] =
722 "Uses the experimental 'provision' option when mounting borealis stateful. "
723 "The feature causes allocations on thinly provisioned storage, such as "
724 "sparse vm images, to be passed to the underyling storage layers. "
725 "Resulting in allocations in the Borealis being backed by physical "
726 "storage.";
727
danielng573ad3742022-07-06 05:26:24728const char kBorealisStorageBallooningName[] = "Borealis Storage Ballooning";
729const char kBorealisStorageBallooningDescription[] =
730 "Enables storage balloning for Borealis. This takes precedence over the "
731 "other Borealis Disk management flag.";
732
Brett Wilsonf27ff602017-07-07 22:28:47733const char kBypassAppBannerEngagementChecksName[] =
734 "Bypass user engagement checks";
735const char kBypassAppBannerEngagementChecksDescription[] =
736 "Bypasses user engagement checks for displaying app banners, such as "
737 "requiring that users have visited the site before and that the banner "
738 "hasn't been shown recently. This allows developers to test that other "
739 "eligibility requirements for showing app banners, such as having a "
740 "manifest, are met.";
741
sisidovskia29a3022023-04-20 07:53:54742const char kServiceWorkerBypassFetchHandlerName[] =
743 "Bypass Service Worker Fetch Handler";
744const char kServiceWorkerBypassFetchHandlerDescription[] =
745 "Bypass starting a service worker and its fetch handler when the fetch "
746 "event meets the conditions. The service worker may start after sending a "
747 "resource request, or conduct a race between the network request and its "
748 "fetch handler. If the resource could be handled in the fetch handler, the "
749 "feature may affect the page load. This feature will override "
750 "chrome://flags/#service-worker-bypass-fetch-handler-for-main-resource";
751
sisidovski62b577f22022-12-15 03:10:00752const char kServiceWorkerBypassFetchHandlerForMainResourceName[] =
753 "Bypass Service Worker Fetch Handler for main resource";
754const char kServiceWorkerBypassFetchHandlerForMainResourceDescription[] =
755 "Bypass starting a service worker and its fetch handler for main resource "
756 "requests. The service worker starts after sending a main resource request "
757 "and handles subresources. If the main resource could be handled in the "
sisidovskia29a3022023-04-20 07:53:54758 "fetch handler, the feature may affect the page load. This feature will be "
759 "overridden by chrome://flags/#service-worker-bypass-fetch-handler";
sisidovski62b577f22022-12-15 03:10:00760
Yoshisato Yanagisawa9dc8ebe2023-06-13 07:07:04761const char kServiceWorkerStaticRouterName[] = "Service Worker Static Router";
762const char kServiceWorkerStaticRouterDescription[] =
763 "When enabled, Chrome will enable the Service Worker Static Routing API. "
764 "https://chromestatus.com/feature/5185352976826368";
765
Bryant Chandlerdcd994e2023-06-13 18:23:31766#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
767const char kCameraMicPreviewName[] = "Camera and Mic Preview";
768const char kCameraMicPreviewDescription[] =
769 "Enables camera and mic preview in permission bubble and site settings.";
770#endif
771
Elaine Chienaeb4adc2020-12-08 04:22:05772const char kChromeLabsName[] = "Chrome Labs";
773const char kChromeLabsDescription[] =
774 "Access Chrome Labs through the toolbar menu to see featured user-facing "
775 "experimental features.";
776
Elaine Chienaef6d932023-05-15 18:29:41777const char kChromeRefresh2023Id[] = "chrome-refresh-2023";
Elaine Chienf90ffa72023-01-25 19:18:32778const char kChromeRefresh2023Name[] = "Chrome Refresh 2023";
Elaine Chienaef6d932023-05-15 18:29:41779const char kChromeRefresh2023Description[] = "Enables the new desktop design.";
Elaine Chienf90ffa72023-01-25 19:18:32780
John Leee6d9a8682023-04-22 00:58:39781const char kChromeWebuiRefresh2023Name[] = "Chrome WebUI Refresh 2023";
782const char kChromeWebuiRefresh2023Description[] =
783 "Enables Chrome Refresh 2023 styles for various WebUI surfaces.";
784
Yue Zhang25d72962022-06-13 21:14:05785const char kCommerceHintAndroidName[] = "Commerce Hint Android";
786const char kCommerceHintAndroidDescription[] =
787 "Enables commerce hint detection on Android.";
788
Jae Hoon Kim2d4256e2022-04-15 21:59:09789const char kConsumerAutoUpdateToggleAllowedName[] =
790 "Allow Consumer Auto Update Toggle";
791const char kConsumerAutoUpdateToggleAllowedDescription[] =
792 "Allow enabling the consumer auto update toggle in settings";
793
Nandhini11a6a87b2019-08-22 22:45:24794const char kContextMenuSearchWithGoogleLensName[] =
795 "Google Lens powered image search in the context menu.";
796const char kContextMenuSearchWithGoogleLensDescription[] =
797 "Replaces default image search with an intent to Google Lens when "
798 "supported.";
799
Anudeep Palankic903c59e2023-01-26 16:46:55800const char kContextMenuGoogleLensSearchOptimizationsName[] =
801 "Google Lens powered image search string variations in the context menu.";
802const char kContextMenuGoogleLensSearchOptimizationsDescription[] =
803 "Replaces Google Lens string variations when Google Lens is supported.";
804
Shuran Huangd11e73e2021-04-14 16:10:12805const char kClearCrossSiteCrossBrowsingContextGroupWindowNameName[] =
806 "Clear window name in top-level cross-site cross-browsing-context-group "
807 "navigation";
808const char kClearCrossSiteCrossBrowsingContextGroupWindowNameDescription[] =
809 "Clear the preserved window.name property when it's a top-level cross-site "
810 "navigation that swaps BrowsingContextGroup.";
Shuran Huanga5be08b2021-01-20 18:46:29811
rbpottere877c1f2021-06-15 00:23:55812const char kChromeWhatsNewUIName[] =
813 "Show Chrome What's New page at chrome://whats-new";
814const char kChromeWhatsNewUIDescription[] =
815 "Enables Chrome What's New page at chrome://whats-new.";
816
Lei Zhange52be9912023-06-23 17:29:13817const char kDeviceForceScheduledRebootName[] =
Sanja Perisica1e5cd82022-02-24 11:52:50818 "Enable DeviceScheduledReboot policy for all sessions.";
Lei Zhange52be9912023-06-23 17:29:13819const char kDeviceForceScheduledRebootDescription[] =
Sanja Perisica1e5cd82022-02-24 11:52:50820 "Schedule recurring reboot for the device. Reboots are always executed at "
821 "a scheduled time. If the session is active, user will be notified about "
822 "the reboot, but the reboot will not be delayed.";
823
Alexis Menard61ecb91d2021-07-17 04:10:33824const char kDevicePostureName[] = "Device Posture API";
825const char kDevicePostureDescription[] =
826 "Enables Device Posture API (foldable devices)";
827
Mei Liang36e41a5e2022-02-10 01:43:50828const char kDiscountConsentV2Name[] = "Discount Consent V2";
829const char kDiscountConsentV2Description[] = "Enables Discount Consent V2";
830
Kamila5e9935682022-08-05 12:43:29831const char kDisruptiveNotificationPermissionRevocationName[] =
832 "Disruptive notification permission revocation";
833const char kDisruptiveNotificationPermissionRevocationDescription[] =
834 "Enables revoking the notification permission on sites that send "
835 "disruptive notifications unless the permission was granted through a "
836 "prompt that informed the user about this possibility.";
837
Daniele Castagna6a5cbdeb62020-02-18 22:48:14838const char kDoubleBufferCompositingName[] = "Double buffered compositing";
839const char kDoubleBufferCompositingDescription[] =
840 "Use double buffer for compositing (instead of triple-buffering). "
841 "Latency should be reduced in some cases. On the other hand, more skipped "
842 "frames are expected.";
843
Youssef Esmat9cdb6b42022-12-21 19:28:45844const char kMainThreadCompositingPriorityName[] =
845 "Main thread runs as compositing";
846const char kMainThreadCompositingPriorityDescription[] =
847 "Runs the main thread at compositing priority since it responds to input "
848 "and is on the critical path.";
849
Mei Liangd79d3822022-10-26 21:55:25850const char kMerchantWidePromotionsName[] = "Merchant wide promotions";
851const char kMerchantWidePromotionsDescription[] =
852 "Enables the discount consent for all merchants, and show merchant wide "
853 "promotions if they are available";
854
Mei Liangd5813c32022-10-29 01:09:07855const char kCodeBasedRBDName[] = "Code-based RBD";
856const char kCodeBasedRBDDescription[] = "Enables the Code-based RBD.";
857
Tsuyoshi Horo2fbde5b2023-04-04 22:52:55858const char kCompressionDictionaryTransportName[] =
859 "Compression dictionary transport";
860const char kCompressionDictionaryTransportDescription[] =
861 "Enables compression dictionary transport features. Requires "
862 "chrome://flags/#enable-compression-dictionary-transport-backend to be "
863 "enabled.";
864
865const char kCompressionDictionaryTransportBackendName[] =
866 "Compression dictionary transport backend";
867const char kCompressionDictionaryTransportBackendDescription[] =
868 "Enables the backend of compression dictionary transport features. "
869 "Requires chrome://flags/#enable-compression-dictionary-transport to be "
870 "enabled for testing the feature.";
871
Christopher Cameronceb8727d2017-09-07 23:53:16872const char kForceColorProfileSRGB[] = "sRGB";
873const char kForceColorProfileP3[] = "Display P3 D65";
Christopher Cameronb15ffe62022-11-15 10:25:31874const char kForceColorProfileRec2020[] = "ITU-R BT.2020";
Christopher Cameronceb8727d2017-09-07 23:53:16875const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03876const char kForceColorProfileSCRGBLinear[] =
877 "scRGB linear (HDR where available)";
878const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16879
880const char kForceColorProfileName[] = "Force color profile";
881const char kForceColorProfileDescription[] =
882 "Forces Chrome to use a specific color profile instead of the color "
883 "of the window's current monitor, as specified by the operating system.";
884
Chris Blumeb504da1f22020-04-27 00:21:44885const char kDynamicColorGamutName[] = "Dynamic color gamut";
886const char kDynamicColorGamutDescription[] =
887 "Displays in wide color when the content is wide. When the content is "
888 "not wide, displays sRGB";
889
Keishi Hattori15299742020-04-20 04:00:09890const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
891const char kCooperativeSchedulingDescription[] =
892 "Enables cooperative scheduling in Blink.";
893
Lijin Shen5feade62019-09-17 03:01:01894const char kDarkenWebsitesCheckboxInThemesSettingName[] =
895 "Darken websites checkbox in themes setting";
896const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
897 "Show a darken websites checkbox in themes settings when system default or "
898 "dark is selected. The checkbox can toggle the auto-darkening web contents "
899 "feature";
900
Brett Wilsonf27ff602017-07-07 22:28:47901const char kDebugPackedAppName[] = "Debugging for packed apps";
902const char kDebugPackedAppDescription[] =
903 "Enables debugging context menu options such as Inspect Element for packed "
904 "applications.";
905
Brett Wilsonf27ff602017-07-07 22:28:47906const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
907const char kDebugShortcutsDescription[] =
908 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
909
Sharon Yangf390ea92021-06-23 19:55:40910const char kDisableProcessReuse[] = "Disable subframe process reuse";
911const char kDisableProcessReuseDescription[] =
912 "Prevents out-of-process iframes from reusing compatible processes from "
913 "unrelated tabs. This is an experimental mode that will result in more "
914 "processes being created.";
915
Brett Wilsonf27ff602017-07-07 22:28:47916const char kDisallowDocWrittenScriptsUiName[] =
917 "Block scripts loaded via document.write";
918const char kDisallowDocWrittenScriptsUiDescription[] =
919 "Disallows fetches for third-party parser-blocking scripts inserted into "
920 "the main frame via document.write.";
921
Yann Dagoc9bca0352023-02-28 16:30:50922#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
923const char kDisallowManagedProfileSignoutName[] =
924 "Disallow managed profile signout";
925const char kDisallowManagedProfileSignoutDescription[] =
926 "Disallows signing out from managed profiles.";
927#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
928
Vladimir Levin501455e2022-11-04 20:04:54929const char kViewTransitionName[] = "viewTransition API";
930const char kViewTransitionDescription[] =
931 "Controls the availability of the viewTransition JavaScript API.";
Vladimir Levin4fd9269d2021-03-12 20:07:21932
Khushal Sagarb5af36e2022-11-09 22:33:29933const char kViewTransitionOnNavigationName[] =
934 "viewTransition API for navigations";
935const char kViewTransitionOnNavigationDescription[] =
936 "Controls the availability of the viewTransition API on document "
937 "navigations.";
938
Mark Schillaci402301cb2022-02-02 18:36:37939const char kEnableAutoDisableAccessibilityName[] = "Auto-disable Accessibility";
940const char kEnableAutoDisableAccessibilityDescription[] =
941 "When accessibility APIs are no longer being requested, automatically "
942 "disables accessibility. This might happen if an assistive technology is "
943 "turned off or if an extension which uses accessibility APIs no longer "
944 "needs them.";
945
Jack Lynchef0bac52022-11-01 21:22:18946const char kEnableAutoDisableAccessibilityV2Name[] =
947 "Auto-disable Accessibility V2";
948const char kEnableAutoDisableAccessibilityV2Description[] =
949 "Automatically disable accessibility when Android reports no assistive "
950 "technologies are running. Might break accessibility for assistive "
951 "technologies without isAccessibilityTool set.";
952
Mohamed Amir Yoseff6763132021-02-18 15:53:14953const char kEnableAutofillAddressSavePromptName[] =
954 "Autofill Address Save Prompts";
955const char kEnableAutofillAddressSavePromptDescription[] =
956 "Enable the Autofill address save prompts.";
957
Lily Chen17c57972020-04-22 19:27:44958const char kEnableExperimentalCookieFeaturesName[] =
959 "Enable experimental cookie features";
960const char kEnableExperimentalCookieFeaturesDescription[] =
961 "Enable new features that affect setting, sending, and managing cookies. "
962 "The enabled features are subject to change at any time.";
963
Peng Huanga0f7d7e52021-09-29 13:27:13964const char kEnableRawDrawName[] = "Enable raw draw";
965const char kEnableRawDrawDescription[] =
966 "When enabled, web content will be rastered on output surface directly.";
967
Peter McNeeley8a0156d22022-02-01 20:37:54968const char kEnableDelegatedCompositingName[] = "Enable delegated compositing";
969const char kEnableDelegatedCompositingDescription[] =
970 "When enabled and applicable, the act of compositing is delegated to Ash.";
971
Jenny Blessing45326bf2019-08-29 23:50:37972const char kEnableRemovingAllThirdPartyCookiesName[] =
973 "Enable removing SameSite=None cookies";
974const char kEnableRemovingAllThirdPartyCookiesDescription[] =
975 "Enables UI on chrome://settings/siteData to remove all third-party "
976 "cookies and site data.";
977
Sonja Laurilac0492c852021-09-17 14:49:32978const char kDesktopPWAsAdditionalWindowingControlsName[] =
979 "Desktop PWA Window Minimize/maximize/restore";
980const char kDesktopPWAsAdditionalWindowingControlsDescription[] =
981 "Enable PWAs to manually recreate the minimize, maximize and restore "
982 "window functionalities with respective APIs.";
983
liqining.keiling151bedd62022-08-17 19:18:26984#if !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
985
986const char kDesktopPWAsAppHomePageFlagId[] =
987 "enable-desktop-pwas-app-home-page";
988const char kDesktopPWAsAppHomePageName[] = "desktop PWAs app home page";
989const char kDesktopPWAsAppHomePageDescription[] =
990 "Use new chrome://apps page which has different UX on desktop";
991
992#endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID)
993
Alan Cuttereaae7f42020-12-07 02:24:11994const char kDesktopPWAsElidedExtensionsMenuName[] =
995 "Desktop PWAs elided extensions menu";
996const char kDesktopPWAsElidedExtensionsMenuDescription[] =
997 "Moves the Extensions \"puzzle piece\" icon from the title bar into the "
998 "app menu for web app windows.";
999
Alan Cutter62704892021-08-31 21:27:171000const char kDesktopPWAsLaunchHandlerName[] = "Desktop PWA launch handler";
1001const char kDesktopPWAsLaunchHandlerDescription[] =
1002 "Enable web app manifests to declare app launch behavior. Prototype "
1003 "implementation of: "
Alan Cutter203d5de2022-10-28 04:53:371004 "https://github.com/WICG/web-app-launch/blob/main/launch_handler.md";
Alan Cutter62704892021-08-31 21:27:171005
Lei Zhang507fffd2020-01-29 23:47:541006const char kDesktopPWAsTabStripName[] = "Desktop PWA tab strips";
1007const char kDesktopPWAsTabStripDescription[] =
Louise Brett01158472023-04-26 08:06:131008 "Tabbed application mode - enables the `tabbed` display mode which allows "
1009 "web apps to add a tab strip to their app.";
Alan Cutter121812d2020-01-09 05:03:371010
Louise Brett51548fb2021-06-18 00:27:211011const char kDesktopPWAsTabStripSettingsName[] =
1012 "Desktop PWA tab strips settings";
1013const char kDesktopPWAsTabStripSettingsDescription[] =
1014 "Experimental UI for selecting whether a PWA should open in tabbed mode.";
1015
Louise Brett01158472023-04-26 08:06:131016const char kDesktopPWAsTabStripCustomizationsName[] =
1017 "Desktop PWA tab strip customizations";
1018const char kDesktopPWAsTabStripCustomizationsDescription[] =
1019 "Enable PWAs to customize their tab strip when in tabbed mode by adding "
1020 "the `tab_strip` manifest field.";
1021
Ivan Šandrk8a710392021-05-20 13:53:131022const char kDesktopPWAsSubAppsName[] = "Desktop PWA Sub Apps";
1023const char kDesktopPWAsSubAppsDescription[] =
1024 "Enable installed PWAs to create shortcuts by installing their sub apps. "
1025 "Prototype implementation of: "
1026 "https://github.com/ivansandrk/multi-apps/blob/main/explainer.md";
1027
Abhinav Kasamsettyd7bb22c2023-01-31 08:18:321028const char kDesktopPWAsScopeExtensionsName[] = "Desktop PWA Scope Extensions";
1029const char kDesktopPWAsScopeExtensionsDescription[] =
1030 "Enable web app manifests to declare scope extensions to extend app scope "
1031 "to other origins. Prototype implementation of: "
1032 "https://github.com/WICG/manifest-incubations/blob/gh-pages/"
1033 "scope_extensions-explainer.md";
1034
Sonja Laurila67ab70d2022-05-13 13:57:261035const char kDesktopPWAsBorderlessName[] = "Desktop PWA Borderless";
1036const char kDesktopPWAsBorderlessDescription[] =
1037 "Enable web app manifests to declare borderless mode as a display "
1038 "override. Prototype implementation of: go/borderless-mode.";
1039
Alexey Baskakovd913a1272021-07-09 02:12:191040const char kDesktopPWAsWebBundlesName[] = "Desktop PWAs Web Bundles";
1041const char kDesktopPWAsWebBundlesDescription[] =
1042 "Adds support for web bundles, making web apps able to be launched "
1043 "offline.";
1044
Alan Cutterb85c0d22022-01-28 01:46:101045const char kEnablePreinstalledWebAppDuplicationFixerName[] =
1046 "Enable the app deduplication fix for migrated preinstalled web apps";
1047const char kEnablePreinstalledWebAppDuplicationFixerDescription[] =
1048 "The preinstalled web app migration encountered app duplication issues "
1049 "when it rolled out. This code path will attempt to re-migrate instances "
1050 "of app duplication where the old app failed to stay removed. See "
1051 "https://crbug.com/1290716.";
1052
Steven Valdez89a44ea92019-05-01 15:18:491053const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
1054const char kEnableTLS13EarlyDataDescription[] =
1055 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
1056 "during the handshake when resuming a connection to a compatible TLS 1.3 "
1057 "server.";
1058
Adam Langley664d93d2023-05-02 19:38:221059const char kEnableTLS13KyberName[] = "TLS 1.3 hybridized Kyber support";
1060const char kEnableTLS13KyberDescription[] =
1061 "This option enables a combination of X25519 and Kyber in TLS 1.3.";
1062
Katie Dektar7faf40ba2023-01-11 22:19:301063const char kAccessibilityAcceleratorNotificationsTimeoutName[] =
1064 "Allows accelerator notifications for accessibility features to time out";
1065const char kAccessibilityAcceleratorNotificationsTimeoutDescription[] =
1066 "Enables notifications for accessibility features turned on by keyboard "
1067 "shortcut (docked magnifier, screen magnifier and high contrast) to time "
1068 "out instead of remaining pinned.";
1069
Katie Dektar29e670d82022-08-23 17:54:401070const char kAccessibilityServiceName[] = "Experimental Accessibility Service";
1071const char kAccessibilityServiceDescription[] =
1072 "This option enables the experimental Accessibility Service and runs some "
1073 "accessibility features in the service.";
1074
Katie Dektar4cf2df72022-08-26 22:31:191075const char kExperimentalAccessibilityColorEnhancementSettingsName[] =
1076 "Experimental Accessibility color enhancement settings";
1077const char kExperimentalAccessibilityColorEnhancementSettingsDescription[] =
1078 "This option enables the experimental Accessibility color enhancement "
1079 "settings found in the OS Accessibility settings.";
1080
Josiah Krutzef021612023-02-10 05:04:541081const char kAccessibilityChromeVoxPageMigrationName[] =
1082 "ChromeVox Page Migration";
1083const char kAccessibilityChromeVoxPageMigrationDescription[] =
Josiah Krutz48a658612023-04-26 17:31:151084 "This option enables ChromeVox page migration from extension options page "
Josiah Krutzef021612023-02-10 05:04:541085 "to a Chrome OS settings page.";
1086
Josiah Krutzf581bb02022-10-13 22:57:011087const char kAccessibilitySelectToSpeakHoverTextImprovementsName[] =
1088 "Select-to-Speak Hover Text Improvements";
1089const char kAccessibilitySelectToSpeakHoverTextImprovementsDescription[] =
1090 "This option enables improvements in the text shown when hovering over the "
1091 "Select-to-Speak feature icon in the system tray.";
1092
James Hollyer1b943edb2020-10-28 03:28:061093const char kMacCoreLocationBackendName[] = "Core Location Backend";
1094const char kMacCoreLocationBackendDescription[] =
1095 "Enables usage of the Core Location APIs as the backend for Geolocation "
1096 "API";
James Hollyer070f60a2020-05-05 06:13:151097
Mohamed Adel52ac1ae2020-09-08 16:10:271098const char kNewMacNotificationAPIName[] =
1099 "Determines which notification API to use on macOS devices";
1100const char kNewMacNotificationAPIDescription[] =
Avi Drissmane56fff982023-07-11 15:35:261101 "Enables the usage of Apple's new notification API";
Mohamed Adel52ac1ae2020-09-08 16:10:271102
Pete Lavallee2d4415c72019-10-07 20:43:561103const char kWinrtGeolocationImplementationName[] =
1104 "WinRT Geolocation Implementation";
1105const char kWinrtGeolocationImplementationDescription[] =
1106 "Enables usage of the Windows.Devices.Geolocation WinRT APIs on Windows "
1107 "for geolocation";
1108
Dominic Farolinoaf2f3b72021-05-03 23:44:161109const char kEnableFencedFramesName[] = "Enable the <fencedframe> element.";
1110const char kEnableFencedFramesDescription[] =
1111 "Fenced frames are an experimental web platform feature that allows "
Nan Lin066a81a2022-04-20 18:46:541112 "embedding an isolated top-level page. This requires "
1113 "#privacy-sandbox-ads-apis to also be enabled. See "
Dominic Farolinoaf2f3b72021-05-03 23:44:161114 "https://github.com/shivanigithub/fenced-frame";
1115
Liam Brady1ead36c2023-05-30 17:37:381116const char kEnableFencedFramesDeveloperModeName[] =
1117 "Enable the `FencedFrameConfig` constructor.";
1118const char kEnableFencedFramesDeveloperModeDescription[] =
1119 "The `FencedFrameConfig` constructor allows you to test the <fencedframe> "
1120 "element without running an ad auction, as you can manually supply a URL "
1121 "to navigate the fenced frame to.";
1122
James Hollyer24f30cb722021-06-18 21:22:241123const char kEnableGamepadButtonAxisEventsName[] =
1124 "Gamepad Button and Axis Events";
1125const char kEnableGamepadButtonAxisEventsDescription[] =
1126 "Enables the ability to subscribe to changes in buttons and/or axes "
1127 "on the gamepad object.";
1128
Lei Zhange52be9912023-06-23 17:29:131129const char kEnableGamepadMultitouchName[] = "Gamepad Multitouch";
1130const char kEnableGamepadMultitouchDescription[] =
Bradley Needham835f0f492023-04-04 23:00:541131 "Enables the ability to receive input from multitouch surface "
1132 "on the gamepad object.";
1133
Mikhail Pozdnyakov73373a62017-08-24 17:31:251134const char kEnableGenericSensorExtraClassesName[] =
1135 "Generic Sensor Extra Classes";
1136const char kEnableGenericSensorExtraClassesDescription[] =
1137 "Enables an extra set of sensor classes based on Generic Sensor API, which "
1138 "expose previously unavailable platform features, i.e. AmbientLightSensor "
1139 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:471140
Vikas Soni78daa632019-01-12 01:32:521141const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
1142const char kEnableGpuServiceLoggingDescription[] =
1143 "Enable printing the actual GL driver calls.";
1144
Christian Flach3de81af12022-06-10 17:53:111145const char kEnableIsolatedWebAppsName[] = "Enable Isolated Web Apps";
1146const char kEnableIsolatedWebAppsDescription[] =
Christian Flachd532bbb2023-06-28 09:14:061147 "Enables experimental support for Isolated Web Apps. "
Christian Flach3de81af12022-06-10 17:53:111148 "See https://github.com/reillyeon/isolated-web-apps for more information.";
1149
Christian Flachd532bbb2023-06-28 09:14:061150#if BUILDFLAG(IS_CHROMEOS)
1151const char kEnableIsolatedWebAppAutomaticUpdatesName[] =
1152 "Enable automatic updates of Isolated Web Apps";
1153const char kEnableIsolatedWebAppAutomaticUpdatesDescription[] =
1154 "Enables experimental support for automatically updating Isolated Web "
1155 "Apps.";
1156#endif
1157
Robbie McElrath8bc8f2b2022-11-14 19:59:021158const char kEnableIsolatedWebAppDevModeName[] =
1159 "Enable Isolated Web App Developer Mode";
1160const char kEnableIsolatedWebAppDevModeDescription[] =
1161 "Enables the installation of unverified Isolated Web Apps";
1162
Chase Phillipsf29be252023-02-02 22:19:391163const char kEnableIwaControlledFrameName[] = "Enable IWA Controlled Frame";
1164const char kEnableIwaControlledFrameDescription[] =
1165 "Enables experimental support for IWA Controlled Frame. "
1166 "See "
1167 "https://github.com/chasephillips/controlled-frame/blob/main/EXPLAINER.md "
1168 "for more information.";
1169
Jimmy Gong07656e42021-04-08 02:31:081170const char kEnableShortcutCustomizationAppName[] =
1171 "Enable shortcut customization app";
1172const char kEnableShortcutCustomizationAppDescription[] =
1173 "Enable the shortcut customization SWA, allowing users to customize system "
1174 "shortcuts.";
1175
Lei Zhange52be9912023-06-23 17:29:131176const char kEnableShortcutCustomizationName[] =
Cam Bickeld363a1792022-10-06 16:59:091177 "Enable customization in new shortcuts app";
Lei Zhange52be9912023-06-23 17:29:131178const char kEnableShortcutCustomizationDescription[] =
Cam Bickeld363a1792022-10-06 16:59:091179 "Enable customization of shortcuts in the new shortcuts app.";
1180
Lei Zhange52be9912023-06-23 17:29:131181const char kEnableSearchCustomizableShortcutsInLauncherName[] =
xiangdong kong72ae8d12023-06-13 16:47:521182 "Enable search for customizable shortcuts in launcher";
Lei Zhange52be9912023-06-23 17:29:131183const char kEnableSearchCustomizableShortcutsInLauncherDescription[] =
xiangdong kong72ae8d12023-06-13 16:47:521184 "Enable searching for customizable shortcuts in launcher.";
1185
Lei Zhange52be9912023-06-23 17:29:131186const char kEnableSearchInShortcutsAppName[] =
Cam Bickelfd253282023-02-09 20:12:221187 "Enable search in new shortcuts app";
Lei Zhange52be9912023-06-23 17:29:131188const char kEnableSearchInShortcutsAppDescription[] =
Cam Bickelfd253282023-02-09 20:12:221189 "Enable searching for shortcuts in the new shortcuts app.";
1190
David Padlipskya68a56442022-11-02 22:06:131191const char kEnableInputDeviceSettingsSplitName[] =
1192 "Enable input device settings split";
1193const char kEnableInputDeviceSettingsSplitDescription[] =
1194 "Enable input device settings to be split per-device.";
1195
YuhanYangf34f292f2023-06-01 23:56:231196const char kEnablePeripheralCustomizationName[] =
1197 "Enable peripheral customization";
1198const char kEnablePeripheralCustomizationDescription[] =
1199 "Enable peripheral customization to allow users to customize buttons on "
1200 "their peripherals.";
1201
Michael Checo26110cc92022-05-04 00:55:071202const char kExperimentalRgbKeyboardPatternsName[] =
1203 "Enable experimental RGB Keyboard patterns support";
1204const char kExperimentalRgbKeyboardPatternsDescription[] =
1205 "Enable experimental RGB Keyboard patterns support on supported devices.";
1206
Varun Khanejae493d2b22022-02-18 18:17:311207const char kDownloadBubbleName[] = "Enable download bubble";
1208const char kDownloadBubbleDescription[] =
1209 "Enables the download bubble instead of the download shelf.";
1210
thefroge0ea8bd2022-06-24 15:04:531211const char kDownloadBubbleV2Name[] = "Enable download bubble V2";
1212const char kDownloadBubbleV2Description[] =
1213 "Adds features to the download bubble not available on the download shelf. "
1214 "Only works if the base download bubble flag download-bubble is also "
1215 "enabled.";
1216
Xing Liua8d6b272021-11-11 00:02:161217const char kDownloadRangeName[] = "Enable download range support";
1218const char kDownloadRangeDescription[] =
1219 "Enables arbitrary download range request support.";
1220
Awad Osman33029872022-12-02 19:04:261221const char kEnableEnhancedSafeBrowsingSettingsImprovementsName[] =
1222 "Enable enhanced safe browsing settings improvements";
1223const char kEnableEnhancedSafeBrowsingSettingsImprovementsDescription[] =
1224 "Adds an in-product-help bubble to the ESB settings options when users are "
1225 "directed to the chrome security settings page through ESB promotions and "
1226 "also collapses the ESB option.";
1227
Awad Osmana930e9c2023-06-12 17:33:011228const char kEnableFriendlierSafeBrowsingSettingsName[] =
1229 "Enable friendlier safe browsing settings";
1230const char kEnableFriendlierSafeBrowsingSettingsDescription[] =
1231 "Updates the text, layout, and icons on both the privacy guide and the "
1232 "security settings page.";
1233
Awad Osman0bbaafd2023-04-14 01:35:291234const char kEnableTailoredSecurityUpdatedMessagesName[] =
1235 "Enable tailored security updated messages";
1236const char kEnableTailoredSecurityUpdatedMessagesDescription[] =
1237 "Updates the tailored security dialog strings and icons for their "
1238 "respective platforms.";
1239
Bernhard Bauer5533f9912017-11-06 17:56:021240const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
1241const char kEnableNetworkLoggingToFileDescription[] =
1242 "Enables network logging to a file named netlog.json in the user data "
1243 "directory. The file can be imported into chrome://net-internals.";
1244
Shakti Sahu5a046f62019-03-12 19:25:341245const char kEnableNewDownloadBackendName[] = "Enable new download backend";
1246const char kEnableNewDownloadBackendDescription[] =
1247 "Enables the new download backend that uses offline content provider";
1248
Alexander Timina812932f2022-06-29 23:39:341249const char kEnablePerfettoSystemTracingName[] =
1250 "Enable Perfetto system tracing";
1251const char kEnablePerfettoSystemTracingDescription[] =
1252 "When enabled, Chrome will attempt to connect to the system tracing "
1253 "service";
1254
Matt Reynolds9e96d08d2022-09-30 01:28:501255const char kEnableWebUsbOnExtensionServiceWorkerName[] =
1256 "Enable WebUSB on extension service workers";
1257const char kEnableWebUsbOnExtensionServiceWorkerDescription[] =
1258 "When enabled, WebUSB API is available on extension service workers.";
1259
Qiaofei Yebeb9a232020-07-22 23:47:041260const char kEnableWindowsGamingInputDataFetcherName[] =
1261 "Enable Windows.Gaming.Input";
1262const char kEnableWindowsGamingInputDataFetcherDescription[] =
1263 "Enable Windows.Gaming.Input by default to provide game controller "
1264 "support on Windows 10 desktop.";
1265
Titouan Rigoudyf619f5462020-09-25 16:35:491266const char kBlockInsecurePrivateNetworkRequestsName[] =
1267 "Block insecure private network requests.";
1268const char kBlockInsecurePrivateNetworkRequestsDescription[] =
Titouan Rigoudy449de9d2022-02-16 19:14:061269 "Prevents non-secure contexts from making subresource requests to "
1270 "more-private IP addresses. See also: "
1271 "https://developer.chrome.com/blog/private-network-access-update/";
1272
Brandon Nguyen11e89212023-06-22 20:46:581273const char kPipDoubleTapToResizeName[] =
1274 "Enable double-tap to resize PiP windows";
1275const char kPipDoubleTapToResizeDescription[] =
1276 "Enables double-tapping on existing PiP windows to resize "
1277 "them depending on its current state, such as minimizng or maximizing.";
1278
Titouan Rigoudy449de9d2022-02-16 19:14:061279const char kPrivateNetworkAccessSendPreflightsName[] =
1280 "Send Private Network Access preflights";
1281const char kPrivateNetworkAccessSendPreflightsDescription[] =
1282 "Enables sending Private Network Access preflights ahead of requests to "
1283 "more-private IP addresses. Failed preflights display warnings in DevTools "
1284 "without failing entire request. See also: "
1285 "https://developer.chrome.com/blog/private-network-access-preflight/";
1286
1287const char kPrivateNetworkAccessRespectPreflightResultsName[] =
1288 "Respect the result of Private Network Access preflights";
1289const char kPrivateNetworkAccessRespectPreflightResultsDescription[] =
1290 "Enables sending Private Network Access preflights ahead of requests to "
1291 "more-private IP addresses. These preflight requests must succeed in order "
1292 "for the request to proceed. See also: "
1293 "https://developer.chrome.com/blog/private-network-access-preflight/";
Titouan Rigoudyf619f5462020-09-25 16:35:491294
Yifan Luo6e4029d52022-08-11 17:28:111295const char kPrivateNetworkAccessPreflightShortTimeoutName[] =
1296 "Reduce waiting time for Private Network Access preflights response";
1297const char kPrivateNetworkAccessPreflightShortTimeoutDescription[] =
1298 "Reduce the waiting time for Private Network Access preflights to 200 "
1299 "milliseconds. The default timeout period for requests is 5 minutes."
1300 "See also: "
1301 "https://developer.chrome.com/blog/private-network-access-preflight/";
1302
Zentaro Kavanagh53c48cb22021-03-25 00:19:061303const char kDeprecateAltClickName[] =
1304 "Enable Alt+Click deprecation notifications";
1305const char kDeprecateAltClickDescription[] =
1306 "Start providing notifications about Alt+Click deprecation and enable "
1307 "Search+Click as an alternative.";
1308
Zentaro Kavanaghc1898fe2021-06-25 00:31:451309const char kDeprecateAltBasedSixPackName[] =
1310 "Deprecate Alt based six-pack (PgUp, PgDn, Home, End, Delete, Insert)";
1311const char kDeprecateAltBasedSixPackDescription[] =
1312 "Show deprecation notifications and disable functionality for Alt based "
1313 "six pack deprecations. The Search based versions continue to work.";
1314
Cam Bickelc4f81892023-05-10 23:29:591315const char kDeprecateOldKeyboardShortcutsAcceleratorName[] =
1316 "Enable deprecation notifications for Ctrl+Alt+/ to open Keyboard "
1317 "shortcuts app";
1318const char kDeprecateOldKeyboardShortcutsAcceleratorDescription[] =
1319 "Show deprecation notifications and disable functionality for Ctrl+Alt+/ "
1320 "as the shortcut to open the Keyboard shortcuts app. The new shortcut is "
1321 "Ctrl+Search+S.";
1322
Chris Hall4a4225f62019-01-18 03:07:161323const char kExperimentalAccessibilityLanguageDetectionName[] =
1324 "Experimental accessibility language detection";
1325const char kExperimentalAccessibilityLanguageDetectionDescription[] =
1326 "Enable language detection for in-page content which is then exposed to "
Chris Hall31e92b22019-11-15 05:57:221327 "assistive technologies such as screen readers.";
Chris Hall4a4225f62019-01-18 03:07:161328
Chris Hall4f3ca5582019-11-19 02:55:491329const char kExperimentalAccessibilityLanguageDetectionDynamicName[] =
1330 "Experimental accessibility language detection for dynamic content";
1331const char kExperimentalAccessibilityLanguageDetectionDynamicDescription[] =
1332 "Enable language detection for dynamic content which is then exposed to "
1333 "assistive technologies such as screen readers.";
1334
Alexei Filippov522a5222019-03-29 03:33:181335const char kMemlogName[] = "Chrome heap profiler start mode.";
1336const char kMemlogDescription[] =
1337 "Starts heap profiling service that records sampled memory allocation "
1338 "profile having each sample attributed with a callstack. "
1339 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
1340 "Recorded heap dumps can be obtained at chrome://tracing "
1341 "[category:memory-infra] and chrome://memory-internals. This setting "
1342 "controls which processes will be profiled since their start. To profile "
1343 "any given process at a later time use chrome://memory-internals page.";
1344const char kMemlogModeMinimal[] = "Browser and GPU";
1345const char kMemlogModeAll[] = "All processes";
1346const char kMemlogModeAllRenderers[] = "All renderers";
1347const char kMemlogModeRendererSampling[] = "Single renderer";
1348const char kMemlogModeBrowser[] = "Browser only";
1349const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:271350
Alexei Filippov522a5222019-03-29 03:33:181351const char kMemlogSamplingRateName[] =
1352 "Heap profiling sampling interval (in bytes).";
1353const char kMemlogSamplingRateDescription[] =
1354 "Heap profiling service uses Poisson process to sample allocations. "
Erik Chend0ec40e2021-09-17 22:43:561355 "Default value for the interval between samples is 1000000 (1MB). "
Alexei Filippov522a5222019-03-29 03:33:181356 "This results in low noise for large and/or frequent allocations "
Erik Chend0ec40e2021-09-17 22:43:561357 "[size * frequency >> 1MB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:221358 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:181359 "can be trusted with high fidelity. "
1360 "Lower intervals produce higher samples resolution, but come at a cost of "
1361 "higher performance overhead.";
1362const char kMemlogSamplingRate10KB[] = "10KB";
1363const char kMemlogSamplingRate50KB[] = "50KB";
1364const char kMemlogSamplingRate100KB[] = "100KB";
1365const char kMemlogSamplingRate500KB[] = "500KB";
1366const char kMemlogSamplingRate1MB[] = "1MB";
1367const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:511368
Alexei Filippov522a5222019-03-29 03:33:181369const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
1370const char kMemlogStackModeDescription[] =
1371 "By default heap profiling service records native stacks. "
1372 "A post-processing step is required to symbolize the stacks. "
1373 "'Native with thread names' adds the thread name as the first frame of "
1374 "each native stack. It's also possible to record a pseudo stack using "
1375 "trace events as identifiers. It's also possible to do a mix of both.";
Alexei Filippov522a5222019-03-29 03:33:181376const char kMemlogStackModeNative[] = "Native";
1377const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
Erik Chen3303fd0232018-01-11 20:29:051378
Anupam Snigdhaecc5739e2022-02-14 18:35:581379const char kEditContextName[] = "EditContext API";
1380const char kEditContextDescription[] =
1381 "Allows web pages to use the experimental EditContext API to better "
1382 "control text input.";
1383
Juan Mojica6ea85d072022-03-17 20:33:191384const char kEnableLensStandaloneFlagId[] = "enable-lens-standalone";
1385const char kEnableLensStandaloneName[] = "Enable Lens features in Chrome.";
1386const char kEnableLensStandaloneDescription[] =
1387 "Enables Lens image and region search to learn about the visual content "
1388 "you see while you browse and shop on the web.";
Ali Stanfield980a7492021-07-21 19:21:261389
Anatoliy Potapchukf096475c2021-04-06 15:51:591390const char kEnableManagedConfigurationWebApiName[] =
1391 "Enable Managed Configuration Web API";
1392const char kEnableManagedConfigurationWebApiDescription[] =
1393 "Allows website to access a managed configuration provided by the device "
1394 "administrator for the origin.";
1395
F#m59d036e2017-09-13 07:22:171396const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
1397const char kEnablePixelCanvasRecordingDescription[] =
1398 "Pixel canvas recording allows the compositor to raster contents aligned "
1399 "with the pixel and improves text rendering. This should be enabled when a "
1400 "device is using fractional scale factor.";
1401
Kenichi Ishibashied0f1d22023-06-09 00:27:311402const char kEnableProcessPerSiteUpToMainFrameThresholdName[] =
1403 "Enable ProcessPerSite up to main frame threshold";
1404const char kEnableProcessPerSiteUpToMainFrameThresholdDescription[] =
1405 "Proactively reuses same-site renderer processes to host multiple main "
1406 "frames, up to a certain threshold.";
1407
Lei Zhange52be9912023-06-23 17:29:131408const char kDropInputEventsBeforeFirstPaintName[] =
Mehdi Kazemi4db00b92022-07-08 14:25:201409 "Drop Input Events Before First Paint";
Lei Zhange52be9912023-06-23 17:29:131410const char kDropInputEventsBeforeFirstPaintDescription[] =
Mehdi Kazemi4db00b92022-07-08 14:25:201411 "Before the user can see the first paint of a new page they cannot "
1412 "intentionally interact with elements on that page. By dropping the events "
1413 "we prevent accidental interaction with a page the user has not seen yet.";
1414
Mehdi Kazemif155bc92021-11-22 18:35:521415const char kEnableCssSelectorFragmentAnchorName[] =
1416 "Enables CSS selector fragment anchors";
1417const char kEnableCssSelectorFragmentAnchorDescription[] =
1418 "Similar to text directives, CSS selector directives can be specified "
1419 "in a url which is to be scrolled into view and highlighted.";
1420
Mei Liang267ee2482021-09-17 02:54:511421const char kRetailCouponsName[] = "Enable to fetch for retail coupons";
1422const char kRetailCouponsDescription[] =
1423 "Allow to fetch retail coupons for consented users";
1424
Marc Treibe9f79ea72023-03-14 10:25:421425const char kEnablePreferencesAccountStorageName[] =
1426 "Enable the account data storage for preferences for syncing users";
1427const char kEnablePreferencesAccountStorageDescription[] =
1428 "Enables storing preferences in a second, Gaia-account-scoped storage for "
1429 "syncing users";
1430
Joao Victor Almeida371702c2021-01-08 18:41:561431const char kEnableResamplingScrollEventsExperimentalPredictionName[] =
1432 "Enable experimental prediction for scroll events";
1433const char kEnableResamplingScrollEventsExperimentalPredictionDescription[] =
1434 "Predicts the scroll amount after the vsync time to more closely match "
1435 "when the frame is visible.";
Ella Gebee81c92018-08-14 15:51:091436
Lei Zhang1a6fd01b2021-03-24 17:03:481437const char kEnableRestrictedWebApisName[] =
Felipe Andrade579b7fd2022-10-14 15:17:281438 "Enable the restricted web APIs for high-trusted apps.";
Lei Zhang1a6fd01b2021-03-24 17:03:481439const char kEnableRestrictedWebApisDescription[] =
Anqing Zhaoc7136af2021-01-20 05:52:391440 "Enable the restricted web APIs for dev trial. This will be replaced with "
1441 "permission policies to control the capabilities afterwards.";
1442
Yicheng Li0a78f462020-08-14 00:08:121443const char kEnableWebAuthenticationChromeOSAuthenticatorName[] =
1444 "ChromeOS platform Web Authentication support";
1445const char kEnableWebAuthenticationChromeOSAuthenticatorDescription[] =
1446 "Enable the ChromeOS platform authenticator for the Web Authentication "
1447 "API.";
1448
Piotr Bialecki0fe14632022-03-09 00:49:241449const char kEnableZeroCopyTabCaptureName[] = "Zero-copy tab capture";
1450const char kEnableZeroCopyTabCaptureDescription[] =
1451 "Enable zero-copy content tab for getDisplayMedia() APIs.";
1452
Andreas Haasb400d912019-08-28 18:54:101453const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
1454const char kExperimentalWebAssemblyFeaturesDescription[] =
1455 "Enable web pages to use experimental WebAssembly features.";
1456
Francis McCabecfc1e47d2023-01-09 22:55:491457const char kExperimentalWebAssemblyJSPIName[] =
1458 "Experimental WebAssembly JavaScript Promise Integration (JSPI)";
1459const char kExperimentalWebAssemblyJSPIDescription[] =
1460 "Enable web pages to use experimental WebAssembly JavaScript Promise "
1461 "Integration (JSPI) "
1462 "API.";
Francis McCabef3548832022-05-26 15:11:271463
Elena Scobici74eb9cf2023-05-30 19:55:321464const char kEnablePolicyTestPageName[] =
Elena Scobicidb1e74e2023-06-08 22:52:241465 "Enable access to the policy test page";
Elena Scobici74eb9cf2023-05-30 19:55:321466const char kEnablePolicyTestPageDescription[] =
1467 "When enabled, allows the policy test page to be accessed at "
1468 "chrome://policy/test.";
1469
Clemens Hammacher0c8a15a2018-04-27 13:45:321470const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
1471const char kEnableWasmBaselineDescription[] =
1472 "Enables WebAssembly baseline compilation and tier up.";
1473
Clemens Backes50e0ecd2020-01-20 10:43:241474const char kEnableWasmLazyCompilationName[] = "WebAssembly lazy compilation";
1475const char kEnableWasmLazyCompilationDescription[] =
1476 "Enables lazy (JIT on first call) compilation of WebAssembly modules.";
1477
Adam Kleinadbd0ef2022-12-15 00:07:151478const char kEnableWasmGarbageCollectionName[] =
1479 "WebAssembly Garbage Collection";
1480const char kEnableWasmGarbageCollectionDescription[] =
1481 "Enables the experimental Garbage Collection (GC) extensions to "
1482 "WebAssembly.";
1483
Deepti Gandluri377ba8cc2022-11-11 18:09:381484const char kEnableWasmRelaxedSimdName[] = "WebAssembly Relaxed SIMD";
1485const char kEnableWasmRelaxedSimdDescription[] =
1486 "Enables the use of WebAssembly vector operations with relaxed semantics";
1487
Matthias Liedtke731a77c2023-03-14 16:11:331488const char kEnableWasmStringrefName[] = "WebAssembly Stringref";
1489const char kEnableWasmStringrefDescription[] =
1490 "Enables the experimental stringref (reference-typed strings) extensions "
1491 "to WebAssembly.";
1492
Clemens Backes963eb37be2020-01-10 11:56:491493const char kEnableWasmTieringName[] = "WebAssembly tiering";
1494const char kEnableWasmTieringDescription[] =
1495 "Enables tiered compilation of WebAssembly (will tier up to TurboFan if "
Clemens Backes50e0ecd2020-01-20 10:43:241496 "#enable-webassembly-baseline is enabled).";
Clemens Backes963eb37be2020-01-10 11:56:491497
Christopher Thompsonf3ba20122019-06-06 22:01:011498const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
1499const char kEvDetailsInPageInfoDescription[] =
1500 "Shows the EV certificate details in the Page Info bubble.";
1501
Brett Wilsonf27ff602017-07-07 22:28:471502const char kExperimentalWebPlatformFeaturesName[] =
1503 "Experimental Web Platform features";
1504const char kExperimentalWebPlatformFeaturesDescription[] =
1505 "Enables experimental Web Platform features that are in development.";
1506
Devlin Cronin15608c32022-06-01 01:39:521507#if BUILDFLAG(ENABLE_EXTENSIONS)
Emilia Pazd7cce422021-08-14 00:50:481508const char kExtensionsMenuAccessControlName[] =
1509 "Extensions Menu Access Control";
1510const char kExtensionsMenuAccessControlDescription[] =
1511 "Enables a redesigned extensions menu that allows the user to control "
1512 "extensions site access.";
Emilia Paz68dc37e2023-07-14 00:14:411513const char kIPHExtensionsMenuFeatureName[] = "IPH Extensions Menu";
1514const char kIPHExtensionsMenuFeatureDescription[] =
1515 "Enables In-Product-Help that appears when at least one extension has "
1516 "access to the current page. This feature is gated by "
1517 "extensions-menu-access-control.";
1518const char kIPHExtensionsRequestAccessButtonFeatureName[] =
1519 "IPH Extensions Request Access Button Feature";
1520const char kIPHExtensionsRequestAccessButtonFeatureDescription[] =
1521 "Enables In-Product-Help that appears when at least one extension is "
1522 "requesting access to the current page. This feature is gated by "
1523 "extensions-menu-access-control.";
Kevin McNee96b3a1b2023-02-02 20:24:501524const char kWebViewTagMPArchBehaviorName[] =
Kevin McNee9c146d392023-06-06 14:58:371525 "MPArch behavior change for <webview> tags";
Kevin McNee96b3a1b2023-02-02 20:24:501526const char kWebViewTagMPArchBehaviorDescription[] =
Kevin McNee9c146d392023-06-06 14:58:371527 "Enables a behavior change associated with the migration of "
Kevin McNee96b3a1b2023-02-02 20:24:501528 "<webview> tags to MPArch. See https://crbug.com/1261928. Specifically, "
Kevin McNee96b3a1b2023-02-02 20:24:501529 "cross-WebContents newwindow event usage invalidates some window.open "
1530 "usage within <webview>s. For enterprise, the "
1531 "ChromeAppsWebViewPermissiveBehaviorAllowed policy serves as an escape "
1532 "hatch during the roll out of this change.";
Solomon Kinard6b014f0b2023-02-24 02:20:341533
Ryan Sultanembff00a92023-03-06 11:45:101534const char kWebAuthFlowInBrowserTabName[] =
1535 "Web Authentication Flow in Browser Tab";
1536const char kWebAuthFlowInBrowserTabDescription[] =
1537 "Web authentication flows to be displayed in a Browser Tab instead of an "
1538 "App Window. The flows are used via the Chrome Extension API, using "
1539 "`chrome.identity` functions. Browser Tab can be displayed either in a New "
1540 "Tab or a Popup Window via the feature paramters.";
1541
Anunoy Ghosh24ebac02023-06-14 19:32:191542const char kCWSInfoFastCheckName[] = "CWS Info Fast Check";
1543const char kCWSInfoFastCheckDescription[] =
1544 "When enabled, Chrome checks and fetches metadata for installed extensions "
1545 "more frequently.";
1546
1547const char kSafetyCheckExtensionsName[] = "Extensions Module in Safety Check";
1548const char kSafetyCheckExtensionsDescription[] =
1549 "When enabled, adds the Extensions Module to Safety Check on "
1550 "desktop. The module will be shown if there are potentially unsafe "
1551 "extensions to review.";
1552
Solomon Kinard6b014f0b2023-02-24 02:20:341553#if BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhange52be9912023-06-23 17:29:131554const char kExtensionWebFileHandlersName[] = "Extensions Web File Handlers";
1555const char kExtensionWebFileHandlersDescription[] =
Solomon Kinard6b014f0b2023-02-24 02:20:341556 "Enable Extension Web File Handlers, which allows extensions to operate on "
1557 "the native file system. An extension can register to read and edit files, "
1558 "specified in the manifest, by their file extension or mime type.";
1559#endif // IS_CHROMEOS_ASH
1560#endif // ENABLE_EXTENSIONS
Emilia Pazd7cce422021-08-14 00:50:481561
Brett Wilsonf27ff602017-07-07 22:28:471562const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1563const char kExtensionsOnChromeUrlsDescription[] =
1564 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1565 "request this permission.";
galinapae72e152017-05-12 13:12:281566
David Bokan432978d2019-08-15 18:18:521567const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1568const char kFractionalScrollOffsetsDescription[] =
1569 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1570 "offsets to web APIs.";
1571
Peter Kotwicz980079f2021-12-02 07:18:341572const char kFedCmName[] = "FedCM";
1573const char kFedCmDescription[] =
1574 "Enables JavaScript API to intermediate federated identity requests.";
1575
Sam Goto0b64ffc2023-04-01 00:02:301576const char kFedCmAuthzName[] = "FedCmAuthz";
1577const char kFedCmAuthzDescription[] =
1578 "Enables RPs to request authorization for custom IdP scopes.";
1579
Sam Gotoa0b477b2023-02-07 06:37:291580const char kFedCmIdPRegistrationName[] = "FedCM with IdP Registration support";
1581const char kFedCmIdPRegistrationDescription[] =
1582 "Enables RPs to get identity credentials from registered IdPs.";
1583
Yi Guc1648582022-10-13 19:45:241584const char kFedCmMetricsEndpointName[] = "FedCmMetricsEndpoint";
1585const char kFedCmMetricsEndpointDescription[] =
1586 "Allows the FedCM API to send performance measurement to the metrics "
1587 "endpoint on the identity provider side. Requires FedCM to be enabled.";
1588
Nicolás Peña Moreno8e558562022-12-20 18:57:441589const char kFedCmMultiIdpName[] = "FedCmMultiIdp";
1590const char kFedCmMultiIdpDescription[] =
1591 "Allows the FedCM API to request multiple identity providers "
1592 "simultaneously. Requires FedCM to be enabled as well.";
1593
Sam Goto2cff8a52022-12-21 00:50:341594const char kFedCmSelectiveDisclosureName[] = "FedCmSelectiveDisclosure";
1595const char kFedCmSelectiveDisclosureDescription[] =
1596 "Allows a relying party to selectively request a set of identity "
1597 "attributes to be disclosed.";
1598
Nicolás Peña Moreno8e558562022-12-20 18:57:441599const char kFedCmWithoutThirdPartyCookiesName[] =
1600 "FedCmWithoutThirdPartyCookies";
1601const char kFedCmWithoutThirdPartyCookiesDescription[] =
1602 "Allows the FedCM API to be enabled when third party cookies are disabled.";
Nicolás Peña Moreno4f77c4b2022-09-06 22:16:541603
Yi Gu70a988f2023-06-28 16:51:141604const char kFedCmWithoutWellKnownEnforcementName[] =
1605 "FedCmWithoutWellKnownEnforcement";
1606const char kFedCmWithoutWellKnownEnforcementDescription[] =
Yi Guf28a79072023-06-29 20:36:561607 "Supports configURL that's not in the IdP's .well-known file.";
Yi Gu70a988f2023-06-28 16:51:141608
Christian Biesinger88c922642023-06-21 03:52:421609const char kFedCmIdpSigninStatusName[] = "FedCmIdpSigninStatus";
1610const char kFedCmIdpSigninStatusDescription[] =
1611 "Enables the FedCM IDP sign-in status API that allows IDPs to notify the "
1612 "browser about the user's sign-in status.";
1613
Sam Goto4edd6392023-02-28 16:15:281614const char kWebIdentityMDocsName[] = "MDocs";
1615const char kWebIdentityMDocsDescription[] =
1616 "Allows relying parties to request the presentation of ISO mdocs.";
1617
Darwin Huang1473bc32021-06-18 01:56:231618const char kFileHandlingIconsName[] = "File Handling Icons";
1619const char kFileHandlingIconsDescription[] =
1620 "Allows websites using the file handling API to also register file type "
1621 "icons. See https://github.com/WICG/file-handling/blob/main/explainer.md "
1622 "for more information.";
1623
Viktor Semeniukd5cfc262021-02-25 12:51:221624const char kFillingAcrossAffiliatedWebsitesName[] =
1625 "Fill passwords across affiliated websites.";
1626const char kFillingAcrossAffiliatedWebsitesDescription[] =
1627 "Enables filling password on a website when there is saved "
1628 "password on affiliated website.";
1629
Din Nezametdinov9e537c22023-04-25 11:42:441630const char kFillingAcrossGroupedSitesName[] =
1631 "Password filling across grouped websites";
1632const char kFillingAcrossGroupedSitesDescription[] =
1633 "This flag enables password filling across grouped websites. Information "
1634 "about website groups is provided by the affiliation service.";
1635
Mason Freede8de8802023-05-22 23:54:131636const char kMutationEventsName[] =
1637 "Enable (deprecated) synchronous mutation events";
1638const char kMutationEventsDescription[] =
1639 "Mutation Events are a deprecated set of events which cause performance "
1640 "issues. Disabling this feature turns off Mutation Events. NOTE: Disabling "
1641 "these events can cause breakage on some sites that are still reliant on "
1642 "these deprecated features.";
1643
Mason Freed7e294a82023-06-05 23:46:141644const char kHTMLPopoverAttributeName[] = "Enable the popover API";
1645const char kHTMLPopoverAttributeDescription[] =
1646 "The popover API is a set of features built into the Web to enable the "
1647 "construction of popovers. It is accessed primarily via the `popover` "
1648 "attribute.";
1649
Brett Wilsonecb80982017-07-12 20:34:511650const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1651const char kFillOnAccountSelectDescription[] =
1652 "Filling of passwords when an account is explicitly selected by the user "
1653 "rather than autofilling credentials on page load.";
1654
Brett Wilsonecb80982017-07-12 20:34:511655const char kForceTextDirectionName[] = "Force text direction";
1656const char kForceTextDirectionDescription[] =
1657 "Explicitly force the per-character directionality of UI text to "
1658 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1659 "direction of the character language.";
1660const char kForceDirectionLtr[] = "Left-to-right";
1661const char kForceDirectionRtl[] = "Right-to-left";
1662
1663const char kForceUiDirectionName[] = "Force UI direction";
1664const char kForceUiDirectionDescription[] =
1665 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1666 "mode, overriding the default direction of the UI language.";
1667
Mike Wasserman90ee63f2023-04-10 22:35:481668const char kFullscreenPopupWindowsName[] = "Fullscreen popup windows";
1669const char kFullscreenPopupWindowsDescription[] =
1670 "Enables sites with Window Management permission to open fullscreen popup "
1671 "windows with a `fullscreen` window.open() features parameter. See "
1672 "https://chromestatus.com/feature/6002307972464640 for more information.";
1673
Yuki Awanoeeaad0f2022-11-22 22:44:591674const char kGalleryAppPdfEditNotificationName[] =
1675 "Gallery App Pdf Edit Notification";
1676const char kGalleryAppPdfEditNotificationDescription[] =
1677 "Shows a notification to provide an option to open Gallery app for a "
1678 "downloaded pdf file";
1679
Muyao Xu217663c2023-01-17 18:55:581680const char kMediaRemotingWithoutFullscreenName[] =
1681 "Media Remoting without videos in fullscreen mode";
1682const char kMediaRemotingWithoutFullscreenDescription[] =
1683 "Starts Media Remoting from Global Media Controls without making the "
1684 "videos fullscreen.";
1685
Jazz Xu7b2047a2023-01-19 10:44:091686#if BUILDFLAG(IS_CHROMEOS)
1687const char kGlobalMediaControlsCrOSUpdatedUIName[] =
1688 "Global Media Controls CrOS updated UI";
1689const char kGlobalMediaControlsCrOSUpdatedUIDescription[] =
1690 "Show updated UI for Global Media Controls in CrOS.";
1691#endif
1692
Yuki Awano6ac1a1dc2023-01-21 00:50:241693const char kGoogleOneOfferFilesBannerName[] = "Google One offer Files banner";
1694const char kGoogleOneOfferFilesBannerDescription[] =
1695 "Shows a Files banner about Google One offer.";
1696
Jordan Baylesb3160b262021-08-18 00:33:011697const char kOpenscreenCastStreamingSessionName[] =
1698 "Enable Open Screen Library (libcast) as the Mirroring Service's Cast "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501699 "Streaming implementation";
Jordan Baylesb3160b262021-08-18 00:33:011700const char kOpenscreenCastStreamingSessionDescription[] =
1701 "Enables Open Screen Library's (libcast) Cast Streaming implementation to "
Abraham Corea Diaze4c3abe2021-08-24 17:43:501702 "be used for negotiating and executing mirroring and remoting sessions.";
1703
Kennan Gumbsdf768ce92021-08-25 19:09:511704const char kCastStreamingAv1Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171705 "Enable AV1 video encoding for Cast Streaming";
Kennan Gumbsdf768ce92021-08-25 19:09:511706const char kCastStreamingAv1Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171707 "Offers the AV1 video codec when negotiating Cast Streaming, and uses AV1 "
1708 "if selected for the session.";
1709
1710const char kCastStreamingHardwareH264Name[] =
1711 "Toggle hardware accelerated H.264 video encoding for Cast Streaming";
1712const char kCastStreamingHardwareH264Description[] =
1713 "The default is to allow hardware H.264 encoding when recommended for the "
1714 "platform. If enabled, hardware H.264 encoding will always be allowed when "
1715 "supported by the platform. If disabled, hardware H.264 encoding will "
1716 "never be used.";
1717
1718const char kCastStreamingHardwareVp8Name[] =
1719 "Toggle hardware accelerated VP8 video encoding for Cast Streaming";
1720const char kCastStreamingHardwareVp8Description[] =
1721 "The default is to allow hardware VP8 encoding when recommended for the "
1722 "platform. If enabled, hardware VP8 encoding will always be allowed when "
1723 "supported by the platform (regardless of recommendation). If disabled, "
1724 "hardware VP8 encoding will never be used.";
Kennan Gumbsdf768ce92021-08-25 19:09:511725
mark a. foltzfdcf2ee2023-06-09 18:15:361726const char kCastStreamingPerformanceOverlayName[] =
1727 "Toggle a performance metrics overlay while Cast Streaming";
1728const char kCastStreamingPerformanceOverlayDescription[] =
1729 "When enabled, a text overlay is rendered on top of each frame sent while "
1730 "Cast Streaming that includes frame duration, resolution, timestamp, "
1731 "low latency mode, capture duration, target playout delay, target bitrate, "
1732 "and encoder utilitization.";
1733
Abraham Corea Diaze4c3abe2021-08-24 17:43:501734const char kCastStreamingVp9Name[] =
Jordan Baylesef6d0252022-11-18 02:25:171735 "Enable VP9 video encoding for Cast Streaming";
Abraham Corea Diaze4c3abe2021-08-24 17:43:501736const char kCastStreamingVp9Description[] =
Jordan Baylesef6d0252022-11-18 02:25:171737 "Offers the VP9 video codec when negotiating Cast Streaming, and uses VP9 "
1738 "if selected for the session.";
Jordan Baylesb3160b262021-08-18 00:33:011739
Jordan Bayles5cbeb3502023-02-09 03:30:451740const char kCastEnableStreamingWithHiDPIName[] =
1741 "HiDPI tab capture support for Cast Streaming";
1742const char kCastEnableStreamingWithHiDPIDescription[] =
1743 "Enables HiDPI tab capture during Cast Streaming mirroring sessions. May "
1744 "reduce performance on some platforms and also improve quality of video "
1745 "frames.";
1746
Brett Wilsonecb80982017-07-12 20:34:511747const char kGpuRasterizationName[] = "GPU rasterization";
danakj51faabd2020-03-31 17:25:051748const char kGpuRasterizationDescription[] = "Use GPU to rasterize web content.";
Brett Wilsonecb80982017-07-12 20:34:511749
Salvador Guerrerocd7b24bb2022-07-20 00:32:481750const char kContextualPageActionsName[] = "Contextual page actions";
1751const char kContextualPageActionsDescription[] =
1752 "Enables contextual page action feature.";
1753
Salvador Guerrero3ac349f2022-10-12 02:44:531754const char kContextualPageActionsPriceTrackingName[] =
1755 "Contextual page actions - price tracking";
1756const char kContextualPageActionsPriceTrackingDescription[] =
Shakti Sahu28a76012022-05-30 15:29:141757 "Enables price tracking as a contextual page action.";
1758
Salvador Guerrero3ac349f2022-10-12 02:44:531759const char kContextualPageActionsReaderModeName[] =
1760 "Contextual page actions - reader mode";
1761const char kContextualPageActionsReaderModeDescription[] =
1762 "Enables reader mode as a contextual page action.";
1763
Hailey Wang0ed879a2023-01-10 21:17:361764const char kContextualPageActionsShareModelName[] =
1765 "Contextual page actions - share model";
1766const char kContextualPageActionsShareModelDescription[] =
1767 "Enables share model data collection.";
1768
Dibyajyoti Palbe5f0012022-11-29 00:39:341769const char kEnableOsIntegrationSubManagersName[] =
1770 "OS Integration sub managers";
1771const char kEnableOsIntegrationSubManagersDescription[] =
1772 "Enable OS integration sub managers to either just write new OS "
1773 "integration states to DB or execute on the OS integration states before "
1774 "writing to the DB";
1775
Curtis McMullanf2e45bf2020-08-26 09:51:391776const char kHandwritingGestureEditingName[] = "Handwriting Gestures Editing";
1777const char kHandwritingGestureEditingDescription[] =
1778 "Enables editing with handwriting gestures within the virtual keyboard.";
1779
Curtis McMullan88e039e2021-07-27 08:06:311780const char kHandwritingLegacyRecognitionName[] =
1781 "Handwriting Legacy Recognition";
1782const char kHandwritingLegacyRecognitionDescription[] =
1783 "Enables new on-device recognition for handwriting legacy paths.";
1784
Darren Shenb42629a2022-08-17 02:52:311785const char kHandwritingLibraryDlcName[] =
1786 "Handwriting recognition with library from DLC";
1787const char kHandwritingLibraryDlcDescription[] =
1788 "Enables new on-device recognition with the handwriting library installed "
1789 "from DLC";
1790
Tommy Steimel1aadd7b2019-01-18 19:39:421791const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1792const char kHardwareMediaKeyHandlingDescription[] =
1793 "Enables using media keys to control the active media session. This "
1794 "requires MediaSessionService to be enabled too";
1795
John Delaney521fe9f2020-04-29 22:18:191796const char kHeavyAdPrivacyMitigationsName[] = "Heavy ad privacy mitigations";
1797const char kHeavyAdPrivacyMitigationsDescription[] =
1798 "Enables privacy mitigations for the heavy ad intervention. Disabling "
1799 "this makes the intervention deterministic. Defaults to enabled.";
John Delaney782c77762019-10-28 15:53:561800
1801const char kHeavyAdInterventionName[] = "Heavy Ad Intervention";
1802const char kHeavyAdInterventionDescription[] =
1803 "Unloads ads that use too many device resources.";
1804
rudranshd650903892022-06-16 18:42:301805const char kHiddenNetworkMigrationName[] = "Hidden Network Migration";
1806
1807const char kHiddenNetworkMigrationDescription[] =
1808 "Enables a privacy improvement that removes wrongly configured hidden"
1809 "networks and mitigates the creation of these networks.";
1810
Baitinqf8d8ea92023-07-12 22:50:561811const char kHideIncognitoMediaMetadataName[] =
1812 "Hide media metadata when in Incognito";
1813const char kHideIncognitoMediaMetadataDescription[] =
1814 "When enabled, media metadata will be hidden from your OS' media player "
1815 "if you are in an Incognito session.";
1816
evliue454a132022-01-25 23:03:431817const char kTabAudioMutingName[] = "Tab audio muting UI control";
1818const char kTabAudioMutingDescription[] =
1819 "When enabled, the audio indicators in the tab strip double as tab audio "
1820 "mute controls.";
1821
whalechangd4b2ca942023-02-11 16:35:191822const char kCrasSplitAlsaUsbInternalName[] =
1823 "CRAS Split USB/Internal refactor control";
1824const char kCrasSplitAlsaUsbInternalDescription[] =
1825 "When enable, CRAS will create different iodev with USB and internal "
1826 "device.";
1827
Brandon Fong7ec73ac2023-06-15 19:08:591828const char kRestoreTabsOnFREName[] = "Restore tabs on FRE";
1829const char kRestoreTabsOnFREDescription[] =
1830 "Enable promo sheet to indicate tabs from synced devices can be restored";
1831
Xi Han3dec5782022-10-26 20:23:191832const char kStartSurfaceReturnTimeName[] = "Start surface return time";
1833const char kStartSurfaceReturnTimeDescription[] =
1834 "Enable showing start surface at startup after specified time has elapsed";
1835
Ayu Ishii1e06316f2022-12-14 14:54:501836const char kStorageBucketsName[] = "Storage Buckets API";
1837const char kStorageBucketsDescription[] =
1838 "Enable experimental Storage Buckets API, allowing websites to create "
1839 "multiple buckets of storage to organize their data, allowing user agents "
1840 "to delete each bucket independently of other buckets.";
1841
Emily Stark70158ce2021-07-16 18:26:311842const char kHttpsOnlyModeName[] = "HTTPS-First Mode Setting";
Chris Thompson8bc143b2021-06-28 19:20:321843const char kHttpsOnlyModeDescription[] =
Emily Stark70158ce2021-07-16 18:26:311844 "Adds a setting under chrome://settings/security to opt-in to HTTPS-First "
Chris Thompson8bc143b2021-06-28 19:20:321845 "Mode.";
1846
Chris Thompson69d09012022-12-21 01:26:051847const char kHttpsFirstModeV2Name[] = "HTTPS-First Mode V2";
1848const char kHttpsFirstModeV2Description[] =
1849 "Enable rearchitected version of HTTPS-First Mode.";
1850
Mustafa Emre Acer002821e2023-05-09 23:47:021851const char kHttpsFirstModeV2ForEngagedSitesName[] =
1852 "HTTPS-First Mode V2 For Engaged Sites";
1853const char kHttpsFirstModeV2ForEngagedSitesDescription[] =
1854 "Enable Site-Engagement based HTTPS-First Mode. Shows HTTPS-First Mode "
1855 "interstitial on sites whose HTTPS URLs have high Site Engagement scores. "
1856 "Requires #https-upgrades feature to be enabled";
1857
Chris Thompsonde18f3d62022-12-08 01:23:271858const char kHttpsUpgradesName[] = "HTTPS Upgrades";
1859const char kHttpsUpgradesDescription[] =
1860 "Enable automatically upgrading all top-level navigations to HTTPS with "
1861 "fast fallback to HTTP.";
1862
Corentin Walleze660b152020-07-15 16:07:541863const char kIgnoreGpuBlocklistName[] = "Override software rendering list";
1864const char kIgnoreGpuBlocklistDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511865 "Overrides the built-in software rendering list and enables "
1866 "GPU-acceleration on unsupported system configurations.";
1867
Victor Hugo Vianna Silva020f8dc2022-06-27 19:36:431868const char kIgnoreSyncEncryptionKeysLongMissingName[] =
1869 "Ignore Chrome Sync encryption keys long missing";
1870const char kIgnoreSyncEncryptionKeysLongMissingDescription[] =
1871 "Drops pending encrypted updates if their key has been missing for a "
1872 "(configurable) number of consecutive GetUpdates. Restarting the browser "
1873 "resets the counter. The threshold is configurable via the "
1874 "MinGuResponsesToIgnoreKey feature parameter.";
1875
Zaina Al-Mashni9ff754072023-06-13 11:39:141876const char kImprovedIncognitoScreenshotName[] =
1877 "Improved Incognito Screenshots";
1878const char kImprovedIncognitoScreenshotDescription[] =
1879 "Enable Incognito screenshots on Android except while the user is on "
1880 "recents screen. Only affects devices on API version >= 33. The "
1881 "IncognitoScreenshot flag will be ignored when this flag is enabled.";
1882
Jimmy Gong6de11b02021-02-04 21:35:011883const char kImprovedKeyboardShortcutsName[] =
1884 "Enable improved keyboard shortcuts";
1885const char kImprovedKeyboardShortcutsDescription[] =
1886 "Ensure keyboard shortcuts work consistently with international keyboard "
1887 "layouts and deprecate legacy shortcuts.";
1888
Alex Ilasiab901f92021-09-13 09:27:271889const char kIncognitoDownloadsWarningName[] =
1890 "Enable Incognito downloads warning";
1891const char kIncognitoDownloadsWarningDescription[] =
1892 "When enabled, users will be warned that downloaded files are saved on the "
1893 "device and might be seen by other users even if they are in Incognito.";
1894
Rohit Agarwal6e9b6022021-08-10 19:44:371895const char kIncognitoReauthenticationForAndroidName[] =
1896 "Enable device reauthentication for Incognito.";
1897const char kIncognitoReauthenticationForAndroidDescription[] =
1898 "When enabled, a setting appears in Settings > Privacy and Security, to "
1899 "enable reauthentication for accessing your existing Incognito tabs.";
1900
Saba Khukhunashvilif7a4f822021-07-23 10:59:211901const char kIncognitoNtpRevampName[] = "Revamped Incognito New Tab Page";
1902const char kIncognitoNtpRevampDescription[] =
1903 "When enabled, Incognito new tab page will have an updated UI";
1904
Ramin Halavatidf9668c2020-10-30 15:35:531905const char kIncognitoScreenshotName[] = "Incognito Screenshot";
1906const char kIncognitoScreenshotDescription[] =
1907 "Enables Incognito screenshots on Android. It will also make Incognito "
Zaina Al-Mashni9ff754072023-06-13 11:39:141908 "thumbnails visible. This flag will be ignored when the "
1909 "ImprovedIncognitoScreenshot flag is enabled.";
Ramin Halavatidf9668c2020-10-30 15:35:531910
Lijin Shenf3215dcd2022-08-30 00:34:141911const char kInfobarScrollOptimizationName[] = "Infobar scroll optimiaztion";
1912const char kInfobarScrollOptimizationDescription[] =
1913 "Optimize Infobar scroll on Android.";
1914
Brett Wilsonecb80982017-07-12 20:34:511915const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1916const char kInProductHelpDemoModeChoiceDescription[] =
1917 "Selects the In-Product Help demo mode.";
1918
Hailey Wanga7607f02021-08-12 19:37:511919const char kInProductHelpSnoozeName[] = "In-Product Help Snooze";
1920const char kInProductHelpSnoozeDescription[] =
1921 "Enables the snooze button on In-Product Help.";
1922
Hailey Wang5f048eb82021-10-27 01:29:131923const char kInProductHelpUseClientConfigName[] = "IPH Use Client Config";
1924const char kInProductHelpUseClientConfigDescription[] =
1925 "Enable In-Product Help to use client side configuration.";
1926
Joe DeBlasiob82518ad2023-05-18 17:42:191927const char kInsecureDownloadWarningsName[] = "Warn on insecure downloads";
1928const char kInsecureDownloadWarningsDescription[] =
1929 "Enables insecure download warnings. Requires users to bypass a warning "
1930 "when they attempt to download a file over insecure transports (e.g. HTTP) "
1931 "either directly or via an insecure redirect.";
1932
Robbie McElrathb66ff502022-10-12 01:50:591933const char kInstallIsolatedWebAppFromUrl[] =
1934 "Install Isolated Web App from Proxy URL";
1935const char kInstallIsolatedWebAppFromUrlDescription[] =
1936 "Installs a new developer mode Isolated Web App whose contents are hosted "
1937 "at the provided HTTP(S) URL.";
Dmitrii Kuragin053a3c602022-06-07 16:34:421938
rudranshd9d741792023-07-11 18:34:161939const char kInstantHotspotRebrandName[] = "Instant Hotspot Improvements";
1940
1941const char kInstantHotspotRebrandDescription[] =
1942 "Enables Instant Hotspot rebrand/feature improvements.";
1943
Brett Wilsonecb80982017-07-12 20:34:511944const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1945const char kJavascriptHarmonyDescription[] =
1946 "Enable web pages to use experimental JavaScript features.";
1947
1948const char kJavascriptHarmonyShippingName[] =
1949 "Latest stable JavaScript features";
1950const char kJavascriptHarmonyShippingDescription[] =
1951 "Some web pages use legacy or non-standard JavaScript extensions that may "
1952 "conflict with the latest JavaScript features. This flag allows disabling "
1953 "support of those features for compatibility with such pages.";
1954
Shu-yu Guob5461a52022-09-02 01:22:241955const char kJavascriptExperimentalSharedMemoryName[] =
1956 "Experimental JavaScript shared memory features";
1957const char kJavascriptExperimentalSharedMemoryDescription[] =
1958 "Enable web pages to use non-standard, experimental JavaScript shared "
1959 "memory features. Their use requires the same HTTP headers required by "
1960 "cross-thread usage of SharedArrayBuffers (i.e. COOP and COEP).";
1961
Tommy Lia142e2c2021-09-29 20:35:161962const char kJourneysName[] = "History Journeys";
1963const char kJourneysDescription[] = "Enables the History Journeys UI.";
1964
Sophie Chang19b579d2022-09-27 22:30:351965const char kJourneysContentClusteringName[] =
1966 "History Journeys Content Clustering";
1967const char kJourneysContentClusteringDescription[] =
1968 "Enables clustering page loads using content annotations.";
1969
Tommy C. Lie99770072022-10-26 23:24:161970const char kJourneysImagesName[] = "History Journeys Images";
1971const char kJourneysImagesDescription[] =
1972 "Enables Images for the History Journeys UI.";
1973
Tommy C. Li1d8296b52022-04-27 22:12:171974const char kJourneysLabelsName[] = "History Journeys Labels";
1975const char kJourneysLabelsDescription[] =
1976 "Enables labels for Journeys within the History Journeys UI.";
1977
Tommy Lia142e2c2021-09-29 20:35:161978const char kJourneysOmniboxActionName[] = "History Journeys Omnibox Action";
1979const char kJourneysOmniboxActionDescription[] =
1980 "Enables the History Journeys Omnibox Action.";
1981
manukh37c48752022-06-21 15:38:101982const char kJourneysOmniboxHistoryClusterProviderName[] =
1983 "History Journeys Omnibox History Cluster Provider";
1984const char kJourneysOmniboxHistoryClusterProviderDescription[] =
1985 "Enables the History Journeys Omnibox History Cluster Provider to surface "
1986 "Journeys as a suggestion row instead of an action chip.";
1987
Patrick Nolanda62bf462023-03-20 18:09:341988const char kJourneysPersistCachesToPrefsName[] =
1989 "History Journeys Persist Caches to Prefs";
1990const char kJourneysPersistCachesToPrefsDescription[] =
1991 "Enables the persistence of Journeys keyword caches via the pref service.";
1992
Sophie Changd30f4dc4f2022-10-18 16:10:171993const char kJourneysShowAllClustersName[] =
1994 "History Journeys Show All Clusters";
1995const char kJourneysShowAllClustersDescription[] =
1996 "Enables all Journeys clusters to be shown on prominent UI surfaces";
1997
Sophie Chang4b7eff72022-12-08 16:43:291998const char kJourneysIncludeSyncedVisitsName[] =
1999 "History Journeys Include SyncedVisits";
2000const char kJourneysIncludeSyncedVisitsDescription[] =
2001 "Enabled synced visits to be included in History Journeys clusters.";
2002
Sophie Chang8ee03ca2023-04-17 17:30:462003const char kJourneysZeroStateFilteringName[] =
2004 "History Journeys Zero-State Filtering";
2005const char kJourneysZeroStateFilteringDescription[] =
2006 "Enables filtering of clusters in the zero state of the History Journeys "
2007 "WebUI.";
2008
Khalid Peer197c7462022-11-28 21:20:362009const char kExtractRelatedSearchesFromPrefetchedZPSResponseName[] =
2010 "Extract Related Searches from Prefetched ZPS Response";
2011const char kExtractRelatedSearchesFromPrefetchedZPSResponseDescription[] =
2012 "Enables page annotation logic to source related searches data from "
2013 "prefetched ZPS responses";
2014
bttk90927fd2021-11-12 19:38:272015const char kLargeFaviconFromGoogleName[] = "Large favicons from Google";
2016const char kLargeFaviconFromGoogleDescription[] =
2017 "Request large favicons from Google's favicon service";
2018
Yu Suc19bb6cc2021-02-25 06:38:292019const char kLensCameraAssistedSearchName[] =
2020 "Google Lens in Omnibox and New Tab Page";
2021const char kLensCameraAssistedSearchDescription[] =
2022 "Enable an entry point to Google Lens to allow users to search what they "
2023 "see using their mobile camera.";
2024
Juan Mojicaa2c06482022-10-14 18:27:012025const char kLensRegionSearchStaticPageName[] =
2026 "Use a static page with the Lens region search feature.";
2027const char kLensRegionSearchStaticPageDescription[] =
2028 "Enables use of a static page in a new tab when using the Lens region "
2029 "search feature.";
2030
Duncan Mercer10a2000a2022-11-07 23:00:532031const char kLensImageFormatOptimizationsName[] = "Lens Optimized Image Formats";
2032const char kLensImageFormatOptimizationsDescription[] =
2033 "Enables the use of either WebP or JPEG on all Lens quries to reduce "
2034 "network load and improve latency";
2035
Bryan Nguyend7f0cd742023-02-10 21:16:222036const char kLensImageTranslateName[] =
2037 "Translate text in images with Google Lens";
2038const char kLensImageTranslateDescription[] =
2039 "Enables a context menu item to translate text in images using Google "
2040 "Lens. The context menu item appears when the current page is being "
2041 "translated.";
2042
Jason Hua755d79832023-04-27 00:26:442043const char kEnableLensPingName[] =
2044 "Enable the ping to Lens before Lens requests";
2045const char kEnableLensPingDescription[] =
2046 "Enables a ping to the Lens Standalone server before a request is sent. "
2047 "This ping is used to proactively set cookies needed by Lens.";
2048
Ali Stanfield561043282023-03-10 03:04:302049const char kCscName[] = "CSC";
2050const char kCscDescription[] = "";
2051
mcrouseff4a6cf2023-05-31 04:46:422052const char kCscPinnedName[] = "CSC Pin State";
2053const char kCscPinnedDescription[] = "";
2054
Pierre St Juste9bc615e32023-05-26 01:58:322055const char kCscVssName[] = "CSC-VSS";
2056const char kCscVssDescription[] = "";
2057
Hazem Ashmawyf1cd7e42019-03-25 18:17:322058const char kLogJsConsoleMessagesName[] =
2059 "Log JS console messages in system logs";
2060const char kLogJsConsoleMessagesDescription[] =
2061 "Enable logging JS console messages in system logs, please note that they "
2062 "may contain PII.";
2063
Jihad Hannad9a87022023-07-11 09:44:232064const char kUndoAutofillName[] = "Undo Autofill";
2065const char kUndoAutofillDescription[] =
2066 "Allows reverting Autofill filling operations. Replaces Clear Form "
2067 "functionality";
2068
Etienne Pierre-doray247abce2022-03-08 18:45:482069const char kUnthrottledNestedTimeoutName[] =
2070 "Increase the nesting threshold before which setTimeout(..., <4ms) start "
2071 "being clamped.";
2072const char kUnthrottledNestedTimeoutDescription[] =
2073 "setTimeout(..., 0) is commonly used to break down long Javascript tasks. "
2074 "Under this flag, setTimeouts and setIntervals with an interval < 4ms are "
2075 "not clamped as aggressively. This improves short horizon performance, but "
2076 "websites abusing the API will still eventually have their setTimeouts "
2077 "clamped.";
2078
spqchanb87755692018-04-05 00:46:092079const char kMediaRouterCastAllowAllIPsName[] =
2080 "Connect to Cast devices on all IP addresses";
2081const char kMediaRouterCastAllowAllIPsDescription[] =
2082 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:312083 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:092084
Andrey Zaytsevad83cbc32020-09-30 15:43:182085const char kMetricsSettingsAndroidName[] = "Metrics Settings on Android";
2086const char kMetricsSettingsAndroidDescription[] =
2087 "Enables the new design of metrics settings.";
2088
Brian Geffon12b581a2021-02-03 23:48:032089const char kMojoLinuxChannelSharedMemName[] =
2090 "Enable Mojo Shared Memory Channel";
2091const char kMojoLinuxChannelSharedMemDescription[] =
2092 "If enabled Mojo on Linux based platforms can use shared memory as an "
2093 "alternate channel for most messages.";
2094
Alisa Lin79251142021-06-15 20:22:122095const char kCanvas2DLayersName[] =
2096 "Enables canvas 2D methods BeginLayer and EndLayer";
2097const char kCanvas2DLayersDescription[] =
2098 "Enables the canvas 2D methods BeginLayer and EndLayer.";
2099
Honglin Yua0a14fa2022-03-31 22:40:052100const char kEnableMachineLearningModelLoaderWebPlatformApiName[] =
2101 "Enables Machine Learning Model Loader Web Platform API";
2102const char kEnableMachineLearningModelLoaderWebPlatformApiDescription[] =
2103 "Enables the Machine Learning Model Loader Web Platform API.";
2104
Andreea Costinas1e592142021-04-20 13:24:252105const char kSystemProxyForSystemServicesName[] =
2106 "Enable system-proxy for selected system services";
2107const char kSystemProxyForSystemServicesDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:352108 "Enabling this flag will allow ChromeOS system service which require "
Andreea Costinas1e592142021-04-20 13:24:252109 "network connectivity to use the system-proxy daemon for authentication to "
2110 "remote HTTP web proxies.";
2111
Nicolas Ouellet-Payeura77464c2020-10-14 15:19:492112const char kDestroyProfileOnBrowserCloseName[] =
2113 "Destroy Profile on browser close";
2114const char kDestroyProfileOnBrowserCloseDescription[] =
2115 "Release memory and other resources when a Profile's last browser window "
2116 "is closed, rather than when Chrome closes completely.";
2117
Nicolas Ouellet-Payeur4aff8682022-01-26 16:03:162118const char kDestroySystemProfilesName[] = "Destroy System Profile";
2119const char kDestroySystemProfilesDescription[] =
2120 "After you close the Profile Picker, release memory and other resources "
2121 "owned by the System Profile. This requires "
2122 "#destroy-profile-on-browser-close.";
2123
Side Yilmazd828f162022-10-11 00:05:242124const char kNotificationInteractionHistoryName[] =
2125 "Notification Interaction History";
2126const char kNotificationInteractionHistoryDescription[] =
2127 "Enable recording notification count and interaction.";
2128
Xing Liub9070262021-01-07 20:52:162129const char kNotificationSchedulerName[] = "Notification scheduler";
2130const char kNotificationSchedulerDescription[] =
2131 "Enable notification scheduler feature.";
2132
Xing Liu1919ec232019-07-22 20:38:042133const char kNotificationSchedulerDebugOptionName[] =
2134 "Notification scheduler debug options";
2135const char kNotificationSchedulerDebugOptionDescription[] =
2136 "Enable debugging mode to override certain behavior of notification "
2137 "scheduler system for easier manual testing.";
2138const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
2139 "Show scheduled notification right away.";
2140
Peter Beverlooc30c9ddf2021-02-24 19:56:032141const char kNotificationsSystemFlagName[] = "Enable system notifications.";
2142const char kNotificationsSystemFlagDescription[] =
2143 "Enable support for using the system notification toasts and notification "
Brett Wilsonecb80982017-07-12 20:34:512144 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:342145
momoka0122yda18aeb2022-03-15 08:23:542146const char kOmitCorsClientCertName[] =
2147 "Omit TLS client certificates if credential mode disallows";
2148const char kOmitCorsClientCertDescription[] =
2149 "Strictly conform the Fetch spec to omit TLS client certificates if "
2150 "credential mode disallows. Without this flag enabled, Chrome will always "
2151 "try sending client certificates regardless of the credential mode.";
2152
Moe Ahmadi82cd8302023-04-13 04:04:412153const char kOmniboxActionsInSuggestName[] = "Action in Suggest";
2154const char kOmniboxActionsInSuggestDescription[] =
2155 "Actions in Suggest permits optional Action Chips to be attached to "
2156 "Entity suggestions.";
2157
Tomasz Wiszkowski8a0e0dc42020-02-19 00:06:372158const char kOmniboxAdaptiveSuggestionsCountName[] =
2159 "Adaptive Omnibox Suggestions count";
2160const char kOmniboxAdaptiveSuggestionsCountDescription[] =
2161 "Dynamically adjust number of presented Omnibox suggestions depending on "
2162 "available space. When enabled, this feature will increase (or decrease) "
2163 "amount of offered Omnibox suggestions to fill in the space between the "
2164 "Omnibox and soft keyboard (if any). See also Max Autocomplete Matches "
2165 "flag to adjust the limit of offered suggestions. The number of shown "
2166 "suggestions will be no less than the platform default limit.";
2167
Tomasz Wiszkowski1b7e75db82023-04-11 06:27:362168const char kOmniboxAdaptiveSuggestionsVisibleGroupEligibilityUpdateName[] =
2169 "Adaptive Suggestions Visible Group Eligibility Update";
2170const char
2171 kOmniboxAdaptiveSuggestionsVisibleGroupEligibilityUpdateDescription[] =
2172 "When enabled, considers suggestions exposed 50% or more as fully "
2173 "visible, and suggestions concealed 51% or more as fully hidden. This "
2174 "changes the former behavior, where a suggestion exposed 1% or more "
2175 "was considered fully visible.";
2176
Patrick Nolanddd4774952023-03-09 23:59:582177const char kOmniboxAdaptNarrowTabletWindowsName[] =
2178 "Omnibox adapts to narrow tablet windows";
2179const char kOmniboxAdaptNarrowTabletWindowsDescription[] =
2180 "When enabled the omnibox uses a phone-like appearance for windows that "
2181 "are less than 600dp wide, regardless of the overall display width.";
2182
Patrick Noland49cbd3d92023-04-05 21:54:412183const char kOmniboxCacheSuggestionResourcesName[] =
2184 "Omnibox cache suggestion resources";
2185const char kOmniboxCacheSuggestionResourcesDescription[] =
2186 "When enabled, the omnibox will cache frequently used drawables and "
2187 "strings rather than loading them from Android every time they're needed.";
2188
manukh0dab2c32023-07-11 23:10:502189const char kOmniboxCalcProviderName[] = "Omnibox calc provider";
2190const char kOmniboxCalcProviderDescription[] =
2191 "When enabled, suggests recent calculator results in the omnibox.";
2192
Patrick Noland299fa6582023-03-03 16:41:592193const char kOmniboxConsumesImeInsetsName[] =
2194 "Omnibox Consumes IME (keyboard) insets directly";
2195const char kOmniboxConsumesImeInsetsDescription[] =
2196 "When enabled, the Android Omnibox will directly handle IME (keyboard) "
2197 "inset changes while visible.";
2198
manukh221345f2023-04-14 18:46:342199const char kOmniboxCR23ActionChipsName[] = "Omnibox CR 2023 Action Chips";
2200const char kOmniboxCR23ActionChipsDescription[] =
Justin Donnelly8a5df4d2023-06-15 05:40:542201 "Updates Omnibox Action Chips to comply with CR23 shape guidelines.";
2202
2203const char kOmniboxCR23ActionChipsIconsName[] =
2204 "Omnibox CR 2023 Action Chips Icons";
2205const char kOmniboxCR23ActionChipsIconsDescription[] =
2206 "Updates Omnibox Action Chips to comply with CR23 icons design.";
manukh221345f2023-04-14 18:46:342207
Khalid Peerfe882042023-04-11 20:34:242208const char kOmniboxCR23ExpandedStateColorsName[] =
2209 "Omnibox Expanded State Colors";
2210const char kOmniboxCR23ExpandedStateColorsDescription[] =
2211 "Updates colors in Omnibox expanded state to comply with CR23 guidelines.";
2212
Justin Donnelly87f3c562023-03-30 02:55:402213const char kOmniboxCR23ExpandedStateHeightName[] =
2214 "Omnibox Expanded State Height";
2215const char kOmniboxCR23ExpandedStateHeightDescription[] =
2216 "Updates Omnibox expanded state height to comply with CR23 guidelines.";
2217
manukhb82b26f02023-05-02 18:59:192218const char kOmniboxCR23ExpandedStateLayoutName[] =
2219 "Omnibox Expanded State Layout";
2220const char kOmniboxCR23ExpandedStateLayoutDescription[] =
2221 "Updates Omnibox expanded state layout to comply with CR23 guidelines.";
2222
Justin Donnelly87f3c562023-03-30 02:55:402223const char kOmniboxCR23ExpandedStateShapeName[] =
2224 "Omnibox Expanded State Shape";
2225const char kOmniboxCR23ExpandedStateShapeDescription[] =
2226 "Updates Omnibox expanded state shape to comply with CR23 guidelines.";
2227
Khalid Peer49592462023-04-19 17:16:072228const char kOmniboxCR23ExpandedStateSuggestIconsName[] =
2229 "Omnibox Expanded State Suggest Icons";
2230const char kOmniboxCR23ExpandedStateSuggestIconsDescription[] =
2231 "Updates suggestion icons in Omnibox query row and expanded state to "
2232 "comply with CR23 guidelines.";
2233
Shibalik Mohapatra3477e6d52023-04-03 17:24:372234const char kOmniboxCR23SteadyStateIconsName[] = "Omnibox Steady State Icons";
2235const char kOmniboxCR23SteadyStateIconsDescription[] =
2236 "Updates Omnibox steady state icons to comply with CR23 guidelines.";
2237
Khalid Peer55a25642023-06-14 19:08:302238const char kOmniboxCR23SuggestionHoverFillShapeName[] =
2239 "Omnibox Suggestion Hover Fill Shape";
2240const char kOmniboxCR23SuggestionHoverFillShapeDescription[] =
2241 "Updates Omnibox suggestion hover fill shape to comply with CR23 "
2242 "guidelines.";
2243
Tomasz Wiszkowskia382fc62023-04-12 00:28:362244const char kOmniboxIgnoreIntermediateResultsName[] =
2245 "Ignore intermediate Autocomplete results.";
2246const char kOmniboxIgnoreIntermediateResultsDescription[] =
2247 "When active, reduces number of Autocomplete updates to cover only the "
2248 "first (synchronous) and last (final) Autocomplete result. This reduces "
2249 "resource utlization (CPU, memory) during active Omnibox input session.";
2250
manukh8fcd3932023-02-28 06:10:522251const char kOmniboxDiscardTemporaryInputOnTabSwitchName[] =
2252 "Omnibox discard temporary input on tab switch";
2253const char kOmniboxDiscardTemporaryInputOnTabSwitchDescription[] =
2254 "Discards temporary input in the omnibox when switching tabs.";
2255
manukh37b13bd32022-10-04 16:01:512256const char kOmniboxDomainSuggestionsName[] = "Omnibox Domain Suggestions";
manukh918d82552022-10-11 01:12:222257const char kOmniboxDomainSuggestionsDescription[] =
manukh37b13bd32022-10-04 16:01:512258 "If enabled, history URL suggestions from hosts visited often bypass the "
2259 "per provider limit.";
2260
Orin Jaworski291b0a32022-05-17 17:29:052261const char kOmniboxFuzzyUrlSuggestionsName[] = "Omnibox Fuzzy URL Suggestions";
2262const char kOmniboxFuzzyUrlSuggestionsDescription[] =
2263 "Enables URL suggestions for inputs that may contain typos.";
2264
Khalid Peer93f49312023-03-06 22:28:132265const char kOmniboxGM3SteadyStateBackgroundColorName[] =
2266 "Omnibox Steady State Background Color";
2267const char kOmniboxGM3SteadyStateBackgroundColorDescription[] =
2268 "Updates Omnibox steady state background color to comply with GM3 "
2269 "guidelines.";
2270
Khalid Peer3b6c61fb2023-02-17 01:43:282271const char kOmniboxGM3SteadyStateHeightName[] = "Omnibox Steady State Height";
2272const char kOmniboxGM3SteadyStateHeightDescription[] =
2273 "Updates Omnibox steady state height to comply with GM3 guidelines.";
2274
Khalid Peer4520af92023-03-02 21:50:512275const char kOmniboxGM3SteadyStateTextStyleName[] =
2276 "Omnibox Steady State Text Style";
2277const char kOmniboxGM3SteadyStateTextStyleDescription[] =
2278 "Updates Omnibox steady state text style to comply with GM3 guidelines.";
2279
Khalid Peer4ef65ef52023-03-27 23:29:072280const char kOmniboxGM3SteadyStateTextColorName[] =
2281 "Omnibox Steady State Text Color";
2282const char kOmniboxGM3SteadyStateTextColorDescription[] =
2283 "Updates Omnibox steady state text color to comply with GM3 guidelines.";
2284
Ender19574f92023-03-16 01:14:262285const char kOmniboxGroupingFrameworkZPSName[] =
2286 "Omnibox Grouping Framework for ZPS";
2287const char kOmniboxGroupingFrameworkNonZPSName[] =
2288 "Omnibox Grouping Framework for Typed Suggestions";
manukh01e47192022-12-23 00:50:252289const char kOmniboxGroupingFrameworkDescription[] =
2290 "Enables an alternative grouping implementation for omnibox "
2291 "autocompletion.";
2292
Tomasz Wiszkowski539249962023-03-16 01:01:422293const char kOmniboxInspireMeName[] = "Omnibox Trending and Related Queries";
2294const char kOmniboxInspireMeDescription[] =
2295 "When enabled, appends additional suggestions based on local trends and/or "
2296 "related to the recently executed queries.";
2297
Rong Tan01c989902022-10-28 04:06:252298const char kOmniboxMatchToolbarAndStatusBarColorName[] =
2299 "Omnibox Omnibox Match Toolbar And Status Bar Color";
2300const char kOmniboxMatchToolbarAndStatusBarColorDescription[] =
2301 "When enabled, the color of the toolbar and the status bar will be "
2302 "synchronized.";
2303
Gang Wu67847242022-06-30 06:18:512304const char kOmniboxModernizeVisualUpdateName[] =
2305 "Omnibox Modernize Visual Update";
2306const char kOmniboxModernizeVisualUpdateDescription[] =
2307 "When enabled, Omnibox will show a new UI which is visually "
2308 "updated. This flag is for the step 1 in the Clank Omnibox revamp plan.";
2309
Filip Gorskib116dee2020-08-20 14:12:102310const char kOmniboxMostVisitedTilesName[] = "Omnibox Most Visited Tiles";
2311const char kOmniboxMostVisitedTilesDescription[] =
manukhd9801bfc2022-01-04 22:43:582312 "Display a list of frequently visited pages from history as a single row "
Filip Gorskib116dee2020-08-20 14:12:102313 "with a carousel instead of one URL per line.";
2314
Rong Tanef44d632022-11-18 19:02:312315const char kOmniboxMostVisitedTilesAddRecycledViewPoolName[] =
2316 "Omnibox Most Visited Tiles Add Recycled View Pool";
2317const char kOmniboxMostVisitedTilesAddRecycledViewPoolDescription[] =
2318 "Add a recycled view pool to omnibox most visited tiles carousel to "
2319 "increase tile view reuse and reduce jackiness.";
2320
manukh539d958b2023-03-01 16:50:252321const char kOmniboxRedoCurrentMatchName[] = "Omnibox redo current match";
2322const char kOmniboxRedoCurrentMatchDescription[] =
2323 "Use an alternative implementation of calculating the cached omnibox "
2324 "current match that is valid more often.";
2325
Patrick Nolandd50e38b2023-06-14 22:32:112326const char kOmniboxSuppressClipboardSuggestionAfterFirstUsedName[] =
2327 "Suppress clipboard suggestion after first used";
2328const char kOmniboxSuppressClipboardSuggestionAfterFirstUsedDescription[] =
2329 "Stops showing a clipboard suggestion for distinct clip data once it's "
2330 "been clicked on";
2331
Patrick Nolanda12a190e2023-04-13 20:15:102332const char kOmniboxWarmRecycledViewPoolName[] =
2333 "Omnibox warm recycled view pool";
2334const char kOmniboxWarmRecycledViewPoolDescription[] =
2335 "Pre-warms the Android Omnibox's RecyclerView pool by inflating "
2336 "views before the omnibox is focused.";
2337
Moe Ahmadi7c889d82022-10-27 20:35:242338const char kOmniboxReportAssistedQueryStatsName[] =
2339 "Omnibox Assisted Query Stats param";
2340const char kOmniboxReportAssistedQueryStatsDescription[] =
2341 "Enables reporting the Assisted Query Stats param in search destination "
2342 "URLs originated from the Omnibox.";
2343
2344const char kOmniboxReportSearchboxStatsName[] =
2345 "Omnibox Searchbox Stats proto param";
2346const char kOmniboxReportSearchboxStatsDescription[] =
2347 "Enables reporting the serialized Searchbox Stats proto param in search "
2348 "destination URLs originated from the Omnibox.";
2349
manukh539d958b2023-03-01 16:50:252350const char kOmniboxRevertModelBeforeClosingPopupName[] =
2351 "Omnibox revert model before closing popup";
2352const char kOmniboxRevertModelBeforeClosingPopupDescription[] =
2353 "When reverting the omnibox view, revert the model before closing the "
2354 "popup to avoid some extra calculations.";
2355
Ryan Sturmb9aaea22023-03-07 21:35:012356const char kOmniboxUseExistingAutocompleteClientName[] =
2357 "Omnibox use exisitng autocomplete client";
2358const char kOmniboxUseExistingAutocompleteClientDescription[] =
2359 "When querying autocomplete client from the omnibox edit model, use the "
2360 "existing one instead of creating a new one.";
2361
Moe Ahmadi4d6f27b2021-11-19 01:40:362362const char kOmniboxZeroSuggestPrefetchingName[] =
Khalid Peere26e6962022-07-26 22:39:552363 "Omnibox Zero Prefix Suggestion Prefetching on NTP";
Moe Ahmadi4d6f27b2021-11-19 01:40:362364const char kOmniboxZeroSuggestPrefetchingDescription[] =
Khalid Peere26e6962022-07-26 22:39:552365 "Enables prefetching of the zero prefix suggestions for eligible users "
2366 "on the New Tab page.";
2367
2368const char kOmniboxZeroSuggestPrefetchingOnSRPName[] =
2369 "Omnibox Zero Prefix Suggestion Prefetching on SRP";
2370const char kOmniboxZeroSuggestPrefetchingOnSRPDescription[] =
2371 "Enables prefetching of the zero prefix suggestions for eligible users "
2372 "on the Search Results page.";
Moe Ahmadi4d6f27b2021-11-19 01:40:362373
Khalid Peer28546042022-08-12 23:18:082374const char kOmniboxZeroSuggestPrefetchingOnWebName[] =
2375 "Omnibox Zero Prefix Suggestion Prefetching on the Web";
2376const char kOmniboxZeroSuggestPrefetchingOnWebDescription[] =
2377 "Enables prefetching of the zero prefix suggestions for eligible users "
2378 "on the Web (i.e. non-NTP and non-SRP URLs).";
2379
Khalid Peer4bca7ea2022-08-26 22:51:292380const char kOmniboxZeroSuggestInMemoryCachingName[] =
2381 "Omnibox Zero Prefix Suggestion in-memory caching";
2382const char kOmniboxZeroSuggestInMemoryCachingDescription[] =
2383 "Enables in-memory caching of zero prefix suggestions.";
2384
Ce Chen7762ef32022-06-17 14:34:172385const char kOmniboxOnDeviceHeadSuggestionsName[] =
2386 "Omnibox on device head suggestions (non-incognito only)";
2387const char kOmniboxOnDeviceHeadSuggestionsDescription[] =
2388 "Google head non personalized search suggestions provided by a compact on "
2389 "device model for non-incognito. Turn off this feature if you have other "
2390 "apps running which affects local file access (e.g. anti-virus software) "
2391 "and are experiencing searchbox typing lags.";
2392const char kOmniboxOnDeviceHeadSuggestionsIncognitoName[] =
2393 "Omnibox on device head suggestions (incognito only)";
2394const char kOmniboxOnDeviceHeadSuggestionsIncognitoDescription[] =
2395 "Google head non personalized search suggestions provided by a compact on "
2396 "device model for incognito. Turn off this feature if you have other "
2397 "apps running which affects local file access (e.g. anti-virus software) "
2398 "and are experiencing searchbox typing lags.";
Ce Chenbdfaed22022-10-20 16:08:352399const char kOmniboxOnDeviceTailSuggestionsName[] =
2400 "Omnibox on device tail suggestions";
2401const char kOmniboxOnDeviceTailSuggestionsDescription[] =
2402 "Google tail non personalized search suggestions provided by a compact on "
2403 "device model.";
Ce Chen7762ef32022-06-17 14:34:172404
manukh6b9c59c2020-08-28 19:29:252405const char kOmniboxRichAutocompletionPromisingName[] =
2406 "Omnibox Rich Autocompletion Promising Combinations";
2407const char kOmniboxRichAutocompletionPromisingDescription[] =
manukh6a6aeb82022-06-24 21:11:012408 "Allow autocompletion for titles and non-prefixes. Suggestions whose "
2409 "titles or URLs contain the user input as a continuous chunk, but not "
2410 "necessarily a prefix, can be the default suggestion. Otherwise, only "
2411 "suggestions whose URLs are prefixed by the user input can be.";
manukhf6414512022-06-15 01:26:192412
Moe Ahmadi01028f22022-08-06 17:57:352413const char kOmniboxLocalHistoryZeroSuggestBeyondNTPName[] =
2414 "Allow local history zero-prefix suggestions beyond NTP";
2415const char kOmniboxLocalHistoryZeroSuggestBeyondNTPDescription[] =
2416 "Enables local history zero-prefix suggestions in every context in which "
2417 "the remote zero-prefix suggestions are enabled.";
2418
Moe Ahmadi50223462022-06-30 22:37:272419const char kOmniboxFocusTriggersSRPZeroSuggestName[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262420 "Allow Omnibox contextual web on-focus suggestions on the SRP";
Moe Ahmadi50223462022-06-30 22:37:272421const char kOmniboxFocusTriggersSRPZeroSuggestDescription[] =
Tomasz Wiszkowski8d447752021-07-20 02:58:262422 "Enables on-focus suggestions on the Search Results page. "
2423 "Requires on-focus suggestions for the contextual web to be enabled. "
2424 "Will only work if user is signed-in and syncing.";
2425
Moe Ahmadi50223462022-06-30 22:37:272426const char kOmniboxFocusTriggersContextualWebZeroSuggestName[] =
Tommy Li55784022020-04-28 20:58:182427 "Omnibox on-focus suggestions for the contextual Web";
Moe Ahmadi50223462022-06-30 22:37:272428const char kOmniboxFocusTriggersContextualWebZeroSuggestDescription[] =
Tommy Li55784022020-04-28 20:58:182429 "Enables on-focus suggestions on the Open Web, that are contextual to the "
2430 "current URL. Will only work if user is signed-in and syncing, or is "
2431 "otherwise eligible to send the current page URL to the suggest server.";
2432
Jun Zoud1e35932b2022-12-01 20:01:372433const char kOmniboxMlLogUrlScoringSignalsName[] =
2434 "Log Omnibox URL Scoring Signals";
2435const char kOmniboxMlLogUrlScoringSignalsDescription[] =
2436 "Enables Omnibox to log scoring signals of URL suggestions.";
2437
Moe Ahmadi6ca4dc52023-04-14 22:47:342438const char kOmniboxMlUrlScoringName[] = "Omnibox ML URL Scoring";
2439const char kOmniboxMlUrlScoringDescription[] =
2440 "Enables ML-based relevance scoring for Omnibox URL Suggestions.";
Angela Yoeurngd75d0dfe2023-01-12 23:17:092441
Moe Ahmadi6ca4dc52023-04-14 22:47:342442const char kOmniboxMlUrlScoringModelName[] = "Omnibox URL Scoring Model";
Jun Zoub695a0a2023-01-20 18:55:022443const char kOmniboxMlUrlScoringModelDescription[] =
Moe Ahmadi6ca4dc52023-04-14 22:47:342444 "Enables ML scoring model for Omnibox URL sugestions.";
Jun Zoub695a0a2023-01-20 18:55:022445
Moe Ahmadi3c2569e2022-10-06 23:41:392446const char kOmniboxOnClobberFocusTypeOnContentName[] =
2447 "Omnibox On Clobber Focus Type On Content";
2448const char kOmniboxOnClobberFocusTypeOnContentDescription[] =
Rong Tan390e219c2022-09-30 23:56:282449 "Send ON_CLOBBER focus type for zero-prefix requests with an empty input "
Moe Ahmadi3c2569e2022-10-06 23:41:392450 "on Web/SRP.";
Rong Tan390e219c2022-09-30 23:56:282451
manukh453ab7e2023-02-02 21:09:572452const char kOmniboxShortcutBoostName[] = "Omnibox shortcut boosting";
2453const char kOmniboxShortcutBoostDescription[] =
2454 "Promote shortcuts to be default when available.";
2455
Yohanes Shimelis53d0f6b2023-01-12 19:09:102456const char kOmniboxSimplifiedUiUniformRowHeightName[] =
2457 "Omnibox Suggestion Row Height";
2458const char kOmniboxSimplifiedUiUniformRowHeightDescription[] =
2459 "Changes the row height of omnibox suggetions.";
2460
2461const char kOmniboxSimplifiedUiSquareSuggestIconName[] =
2462 "Omnibox Square Suggest Icons";
2463const char kOmniboxSimplifiedUiSquareSuggestIconDescription[] =
2464 "Adds a grey square background to suggestion icons, and makes the answer "
2465 "icon square.";
2466
manukfdd97402020-07-22 18:19:172467const char kOmniboxMaxZeroSuggestMatchesName[] =
2468 "Omnibox Max Zero Suggest Matches";
2469const char kOmniboxMaxZeroSuggestMatchesDescription[] =
2470 "Changes the maximum number of autocomplete matches displayed when zero "
2471 "suggest is active (i.e. displaying suggestions without input).";
2472
Brett Wilsonecb80982017-07-12 20:34:512473const char kOmniboxUIMaxAutocompleteMatchesName[] =
2474 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:512475const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
2476 "Changes the maximum number of autocomplete matches displayed in the "
2477 "Omnibox UI.";
2478
Mustafa Emre Acer0626cbb2021-07-14 20:35:042479const char kOmniboxUpdatedConnectionSecurityIndicatorsName[] =
2480 "Omnibox Updated connection security indicators";
2481const char kOmniboxUpdatedConnectionSecurityIndicatorsDescription[] =
2482 "Use new connection security indicators for https pages in the omnibox.";
2483
Moe Ahmadi40e0eba52022-12-22 01:44:252484const char kWebUIOmniboxPopupName[] = "WebUI Omnibox Popup";
2485const char kWebUIOmniboxPopupDescription[] =
2486 "If enabled, shows the omnibox suggestions popup in WebUI.";
2487
dpapad36b3a3b22023-04-19 17:07:462488#if !BUILDFLAG(IS_LINUX)
dpapad7c00cc7f02023-03-24 17:54:352489const char kWebUiSystemFontName[] = "WebUI System font";
2490const char kWebUiSystemFontDescription[] =
2491 "If enabled, all WebUI surfaces will use the default UI font of the "
2492 "underlying platform.";
dpapad36b3a3b22023-04-19 17:07:462493#endif
dpapad7c00cc7f02023-03-24 17:54:352494
Kevin Baileycd6889922019-05-30 17:22:552495const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
2496const char kOmniboxMaxURLMatchesDescription[] =
2497 "The maximum number of URL matches to show, unless there are no "
2498 "replacements.";
2499
manuk4e2979d2020-07-08 23:29:282500const char kOmniboxDynamicMaxAutocompleteName[] =
2501 "Omnibox Dynamic Max Autocomplete";
2502const char kOmniboxDynamicMaxAutocompleteDescription[] =
2503 "Configures the maximum number of autocomplete matches displayed in the "
2504 "Omnibox UI dynamically based on the number of URL matches.";
2505
Michael Checo91977f562023-01-25 01:02:222506const char kOnlyShowNewShortcutsAppName[] =
2507 "Only show the new Shortcut Viewer app";
2508const char kOnlyShowNewShortcutsAppDescription[] =
2509 "If enabled, the existing Shortcut Viewer app will be hidden and only the "
2510 "new Shortcut Customization app will be discoverable.";
2511
Florian Jacky3560a402023-04-03 16:39:032512const char kOneTimePermissionName[] = "One time permission";
2513const char kOneTimePermissionDescription[] =
2514 "Enables experimental one time permissions for Geolocation, Microphone and "
2515 "Camera.";
2516
rajendrant277b1ba2022-02-18 01:59:362517const char kOptimizationGuideDebugLogsName[] =
2518 "Enable optimization guide debug logs";
2519const char kOptimizationGuideDebugLogsDescription[] =
2520 "Enables the optimization guide to log and save debug messages that can be "
2521 "shown in the internals page.";
2522
rajendrantb6ef55fd2022-10-20 20:25:242523const char kOptimizationGuideInstallWideModelStoreName[] =
2524 "Enables the new optimization guide install-wide model store";
2525const char kOptimizationGuideInstallWideModelStoreDescription[] =
2526 "Enables the new model store that is per Chrome installation and can "
2527 "share models across user profiles.";
2528
Tarun Bansalca4fae3d2022-04-05 21:17:342529const char kOptimizationGuidePushNotificationName[] =
Robert Ogden52285a52021-07-01 19:26:202530 "Enable optimization guide push notifications";
Tarun Bansalca4fae3d2022-04-05 21:17:342531const char kOptimizationGuidePushNotificationDescription[] =
Robert Ogden52285a52021-07-01 19:26:202532 "Enables the optimization guide to receive push notifications.";
2533
Moe Ahmadi359d0722022-05-16 23:17:332534const char kOrganicRepeatableQueriesName[] =
2535 "Organic repeatable queries in Most Visited tiles";
2536const char kOrganicRepeatableQueriesDescription[] =
2537 "Enables showing the most repeated queries, from the device browsing "
2538 "history, organically among the most visited sites in the MV tiles.";
2539
Daniel Vogelheim88d1ca9e2022-02-04 19:53:452540const char kOriginAgentClusterDefaultName[] =
2541 "Origin-keyed Agent Clusters by default";
2542const char kOriginAgentClusterDefaultDescription[] =
2543 "Select the default behaviour for the Origin-Agent-Cluster http header. "
2544 "If enabled, an absent header will cause pages to be assigned to an "
2545 "origin-keyed agent cluster, and to a site-keyed agent cluster when "
2546 "disabled. Documents whose agent clusters are origin-keyed cannot set "
2547 "document.domain to relax the same-origin policy.";
2548
W. James MacLean2f339dc2023-05-25 14:43:412549const char kOriginKeyedProcessesByDefaultName[] =
2550 "Origin-keyed Processes by default";
2551const char kOriginKeyedProcessesByDefaultDescription[] =
2552 "Enables origin-keyed process isolation for most pages (i.e., those "
2553 "assigned to an origin-keyed agent cluster by default). This improves "
2554 "security but also increases the number of processes created. Note: "
2555 "enabling this feature also enables 'Origin-keyed Agent Clusters by "
2556 "default'.";
2557
Ethan Mooney01e6f192021-06-10 13:14:072558const char kOsSettingsAppNotificationsPageName[] =
2559 "CrOS Settings App Notifications Page";
2560const char kOsSettingsAppNotificationsPageDescription[] =
2561 "If enabled, a new App Notifications subpage will appear in the "
2562 "CrOS Settings Apps section.";
2563
Wez600f06c2021-03-05 20:32:302564const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
2565const char kOverlayScrollbarsDescription[] =
2566 "Enable the experimental overlay scrollbars implementation. You must also "
2567 "enable threaded compositing to have the scrollbars animate.";
2568
Daniele Castagna74ddb9c2018-06-21 22:59:022569const char kOverlayStrategiesName[] = "Select HW overlay strategies";
2570const char kOverlayStrategiesDescription[] =
Harry Cutts14a1da052023-05-15 16:41:162571 "Select strategies used to promote quads to HW overlays. Note that "
2572 "strategies other than Default may break playback of protected content.";
Daniele Castagna74ddb9c2018-06-21 22:59:022573const char kOverlayStrategiesDefault[] = "Default";
2574const char kOverlayStrategiesNone[] = "None";
2575const char kOverlayStrategiesUnoccludedFullscreen[] =
2576 "Unoccluded fullscreen buffers (single-fullscreen)";
2577const char kOverlayStrategiesUnoccluded[] =
2578 "Unoccluded buffers (single-fullscreen,single-on-top)";
2579const char kOverlayStrategiesOccludedAndUnoccluded[] =
2580 "Occluded and unoccluded buffers "
2581 "(single-fullscreen,single-on-top,underlay)";
2582
Jinsuk Kim2e139e432021-02-26 03:46:562583const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
2584const char kOverscrollHistoryNavigationDescription[] =
2585 "History navigation in response to horizontal overscroll.";
2586
minch1ad858c2021-06-24 20:30:012587const char kOverviewButtonName[] = "Overview button at the status area";
2588const char kOverviewButtonDescription[] =
2589 "If enabled, always show the overview button at the status area.";
2590
Richard Chui9bb649182022-12-09 07:12:022591const char kOverviewDeskNavigationName[] =
2592 "CrOS Labs: Overview Desk Navigation";
2593const char kOverviewDeskNavigationDescription[] =
2594 "Stay in overview when navigating between desks using a swipe gesture or "
2595 "keyboard shortcut.";
2596
Sophie Chang9081cb32021-09-28 22:39:102597const char kPageContentAnnotationsName[] = "Page content annotations";
2598const char kPageContentAnnotationsDescription[] =
2599 "Enables page content to be annotated on-device.";
2600
Sophie Chang854625a2023-03-22 19:57:332601const char kPageContentAnnotationsPersistSalientImageMetadataName[] =
2602 "Page content annotations - Persist salient image metadata";
2603const char kPageContentAnnotationsPersistSalientImageMetadataDescription[] =
2604 "Enables salient image metadata per page load to be persisted on-device.";
2605
Sophie Chang0f519332023-03-28 21:45:302606const char kPageContentAnnotationsRemotePageMetadataName[] =
2607 "Page content annotations - Remote page metadata";
2608const char kPageContentAnnotationsRemotePageMetadataDescription[] =
2609 "Enables fetching of page load metadata to be persisted on-device.";
2610
Sophie Chang8d500672022-02-09 22:45:302611const char kPageEntitiesPageContentAnnotationsName[] =
2612 "Page entities content annotations";
2613const char kPageEntitiesPageContentAnnotationsDescription[] =
2614 "Enables annotating the page entities model for each page load on-device.";
2615
Tommy C. Li7960fc82023-03-03 00:56:452616const char kPageImageServiceOptimizationGuideSalientImagesName[] =
2617 "Page Image Service - Optimization Guide Salient Images";
2618const char kPageImageServiceOptimizationGuideSalientImagesDescription[] =
2619 "Enables the PageImageService fetching images from the Optimization Guide "
2620 "Salient Images source.";
2621
Tommy C. Li315f9ff62023-03-16 16:13:152622const char kPageImageServiceSuggestPoweredImagesName[] =
2623 "Page Image Service - Suggest Powered Images";
2624const char kPageImageServiceSuggestPoweredImagesDescription[] =
2625 "Enables the PageImageService fetching images from the Suggest source.";
2626
Filipa Senrafc3fb4522023-03-17 18:12:222627const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavs[] =
2628 "'About this site' keep side panel on same tab navs";
2629const char kPageInfoAboutThisSiteKeepSidePanelOnSameTabNavsDescription[] =
2630 "Keeps the 'About this site' side panel open and updated on same tab "
2631 "navigations.";
2632
Filipa Senrab5787562023-02-20 11:03:502633const char kPageInfoAboutThisSiteNewIconName[] = "'About this site' new icon";
2634const char kPageInfoAboutThisSiteNewIconDescription[] =
2635 "Shows the 'About this site' section in the page info UI with a new google "
2636 "branded icon.";
2637
Christian Dullweber77ae6752022-12-14 18:58:382638const char kPageInfoAboutThisSiteNonEnName[] =
2639 "'About this site' section in page info in all languages";
2640const char kPageInfoAboutThisSiteNonEnDescription[] =
2641 "Enable the 'About this site' section in the page info UI in languages "
2642 "other than English.";
Olesia Marukhno0fc754b2021-09-17 15:05:062643
Christian Dullweber8fdeb5d2022-08-24 20:14:572644const char kPageInfoboutThisPageDescriptionPlaceholderName[] =
2645 "AboutThisPage description placeholder";
2646const char kPageInfoboutThisPageDescriptionPlaceholderDescription[] =
2647 "Shows a placeholder when no description is availble instead of not "
2648 "showing an entry at all";
2649
2650const char kPageInfoboutThisPagePersistentEntryName[] =
2651 "AboutThisPage persistent SidePanel entry";
2652const char kPageInfoboutThisPagePersistentEntryDescription[] =
2653 "Registers a SidePanel entry on pageload if 'AboutThisPage' info is "
2654 "available";
2655
Zofia Salatad830d4b2022-09-19 09:22:362656const char kPageInfoCookiesSubpageName[] = "Cookies subpage in page info";
2657const char kPageInfoCookiesSubpageDescription[] =
2658 "Enable the Cookies subpage in page info for managing cookies and site "
2659 "data.";
2660
Christian Dullweberec4715a82022-04-28 17:12:012661const char kPageInfoMoreAboutThisPageName[] =
2662 "'More about this page' link in page info";
2663const char kPageInfoMoreAboutThisPageDescription[] =
2664 "Enable the 'More about this page' link in the 'From the web' section of "
2665 "page info.";
2666
Zofia Salata1f9c6ae2022-07-21 16:23:312667const char kPageInfoHideSiteSettingsName[] = "Page info hide site settings";
2668const char kPageInfoHideSiteSettingsDescription[] =
2669 "Hides site settings row in the page info menu.";
2670
Olesia Marukhno4f39c7fb2021-12-14 16:55:482671const char kPageInfoHistoryDesktopName[] = "Page info history";
2672const char kPageInfoHistoryDesktopDescription[] =
2673 "Enable a history section in the page info.";
2674
Sophie Chang8d500672022-02-09 22:45:302675const char kPageVisibilityPageContentAnnotationsName[] =
2676 "Page visibility content annotations";
2677const char kPageVisibilityPageContentAnnotationsDescription[] =
2678 "Enables annotating the page visibility model for each page load "
2679 "on-device.";
2680
Xing Liu5400a002017-09-15 21:48:292681const char kParallelDownloadingName[] = "Parallel downloading";
2682const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:062683 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:292684
rgod9bbe0a52023-05-10 16:04:292685const char kPasswordGenerationExperimentName[] =
2686 "Password generation experiment";
2687const char kPasswordGenerationExperimentDescription[] =
2688 "Enables different experiments that modify content and behavior of the "
2689 "existing generated password suggestion dropdown.";
2690
Andrii Natiahlyid9fd4282023-04-14 10:38:522691const char kPasswordsImportM2Name[] = "Passwords Import M2";
2692const char kPasswordsImportM2Description[] =
2693 "Extends passwords import flow in password settings with conflict "
2694 "resolution functionality.";
2695
Norge Vizcay81af8802022-09-06 09:57:122696const char kForceEnableFastCheckoutCapabilitiesName[] =
2697 "Force enable fast checkout capabilities";
2698const char kForceEnableFastCheckoutCapabilitiesDescription[] =
2699 "Force enables fast checkout capabilities for every domain, regardless "
2700 "of the server response.";
2701
Nektarios Paisios989068702022-03-02 09:06:562702const char kPdfOcrName[] = "Performs OCR on inaccessible PDFs";
2703const char kPdfOcrDescription[] =
2704 "Enables a feature whereby inaccessible (i.e. untagged) PDFs are made "
2705 "accessible using an optical character recognition service.";
2706
Carlos ILc5c2e2702020-12-15 21:19:502707const char kPdfXfaFormsName[] = "PDF XFA support";
2708const char kPdfXfaFormsDescription[] =
2709 "Enables support for XFA forms in PDFs. "
2710 "Has no effect if Chrome was not built with XFA support.";
2711
Max Leefb53d9c2022-09-01 00:23:342712const char kVmPerBootShaderCacheName[] = "VM per-boot shader cache";
2713const char kVmPerBootShaderCacheDescription[] =
Max Lee324065832022-09-08 07:15:242714 "If enabled, VM shader cache is refreshed per boot. If disabled, VM shader "
2715 "cache is refreshed per OS build.";
Max Leefb53d9c2022-09-01 00:23:342716
Peter Beverloodcd5d9652021-10-11 23:30:592717const char kAutoWebContentsDarkModeName[] = "Auto Dark Mode for Web Contents";
2718const char kAutoWebContentsDarkModeDescription[] =
Aran Gilman5e9672bed2019-08-02 19:07:492719 "Automatically render all web contents using a dark theme.";
2720
Alison Maherc07a3fb2019-10-07 21:25:032721const char kForcedColorsName[] = "Forced Colors";
2722const char kForcedColorsDescription[] =
2723 "Enables forced colors mode for web content.";
2724
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242725const char kWindowsScrollingPersonalityName[] = "Windows Scrolling Personality";
2726const char kWindowsScrollingPersonalityDescription[] =
Matt Amertecf4bf32019-09-25 19:50:392727 "If enabled, mousewheel and keyboard scrolls will scroll by a percentage "
Gaston Rodriguez Lopez8baf0132022-07-13 18:58:242728 "of the scroller size and the default scroll animation is replaced with "
2729 "Impulse-style scroll animations.";
Matt Amertecf4bf32019-09-25 19:50:392730
Olesia Marukhno16fdd647a2020-05-04 09:34:002731const char kPermissionChipName[] = "Permissions Chip Experiment";
2732const char kPermissionChipDescription[] =
2733 "Enables an experimental permission prompt that uses a chip in the location"
2734 " bar.";
2735
Florian Jackyca9da172022-09-26 16:29:462736const char kChipLocationBarIconOverrideName[] =
2737 "Chip Location Bar Icon Override Experiment.";
2738const char kChipLocationBarIconOverrideDescription[] =
2739 "Enables an experimental location bar icon override while a chip is shown "
2740 "in the location bar. Takes effect when #permission-chip or "
2741 "#confirmation-chip are active.";
2742
2743const char kConfirmationChipName[] = "Confirmation Chip Experiment";
2744const char kConfirmationChipNameDescription[] =
2745 "Enables an experimental confirmation chip in the location bar after a "
Florian Jackycb018cb2022-10-10 09:57:362746 "permission prompt shown has been decided by the user.";
Florian Jackyca9da172022-09-26 16:29:462747
Illia Klimov693a6cc2023-07-06 15:20:422748const char kImprovedSemanticsActivityIndicatorsName[] =
2749 "Improved semantics activity indicators";
2750const char kImprovedSemanticsActivityIndicatorsDescription[] =
2751 "Enables experimental improved semantics indicators in the location bar.";
2752
Andy Paicu204a1bb82020-11-12 21:50:142753const char kPermissionPredictionsName[] = "Permission Predictions";
2754const char kPermissionPredictionsDescription[] =
2755 "Use the Permission Predictions Service to surface permission requests "
2756 "using a quieter UI when the likelihood of the user granting the "
2757 "permission is predicted to be low. Requires "
Balazs Engedy6f94e1c2021-11-22 14:16:352758 "chrome://flags/#quiet-notification-prompts and `Safe Browsing` to be "
2759 "enabled.";
Andy Paicu204a1bb82020-11-12 21:50:142760
Illia Klimovdf283b02021-07-07 17:33:252761const char kPermissionQuietChipName[] = "Quiet Permission Chip Experiment";
2762const char kPermissionQuietChipDescription[] =
Illia Klimov1b2ca40c2022-06-09 20:02:412763 "Enables a permission prompt that uses the quiet chip instead of the "
2764 "right-hand side address bar icon for quiet permission prompts. Requires "
2765 "chrome://flags/#quiet-notification-prompts to be enabled.";
Illia Klimovdf283b02021-07-07 17:33:252766
Tom Van Goethem7ad67c082022-12-13 18:56:262767const char kRecordPermissionExpirationTimestampsName[] =
2768 "Record permission expiration timestamps";
2769const char kRecordPermissionExpirationTimestampsDescription[] =
2770 "When enabled, permissions grants with a durable session model will have "
2771 "an expiration date set.";
2772
Brandon Wylie130e5792023-02-23 23:59:382773const char kPowerBookmarkBackendName[] = "Power bookmark backend";
2774const char kPowerBookmarkBackendDescription[] =
2775 "Enables storing additional metadata to support power bookmark features.";
2776
Emily Shack675ca992022-11-18 22:07:242777const char kPowerBookmarksSidePanel[] = "Power bookmarks side panel";
2778const char kPowerBookmarksSidePanelDescription[] =
2779 "Enables the power bookmarks version of the bookmarks side panel content.";
2780
Brandon Wylie955a16942021-09-24 22:43:102781const char kBookmarksImprovedSaveFlowName[] = "Improved bookmarks save flow";
2782const char kBookmarksImprovedSaveFlowDescription[] =
2783 "Enabled an improved save flow for bookmarks.";
2784
Brandon Wylief203eee2021-10-11 22:55:452785const char kBookmarksRefreshName[] = "Bookmarks refresh";
Brandon Wylie9fe37582021-08-24 01:22:532786const char kBookmarksRefreshDescription[] =
Brandon Wylief203eee2021-10-11 22:55:452787 "Enable various changes to bookmarks.";
Brandon Wylie9fe37582021-08-24 01:22:532788
Robert Lin4035ebb2021-10-08 12:23:412789const char kOmniboxTriggerForPrerender2Name[] =
2790 "Omnibox trigger for Prerender2";
2791const char kOmniboxTriggerForPrerender2Description[] =
2792 "Enables the new omnibox trigger prerenderer implementation.";
2793
Lingqi Chi357fcda12022-02-18 03:34:152794const char kSupportSearchSuggestionForPrerender2Name[] =
2795 "Prerender search suggestions";
2796const char kSupportSearchSuggestionForPrerender2Description[] =
2797 "Allows Prerender2 to prerender search suggestions provided by the default "
Johann6299c232022-11-21 03:10:442798 "search engine.";
Lingqi Chi357fcda12022-02-18 03:34:152799
Ryan Sturm0c7162f72022-09-16 15:13:412800const char kEnableOmniboxSearchPrefetchName[] = "Omnibox prefetch Search";
2801const char kEnableOmniboxSearchPrefetchDescription[] =
2802 "Allows omnibox to prefetch likely search suggestions provided by the "
2803 "Default Search Engine";
2804
2805const char kEnableOmniboxClientSearchPrefetchName[] =
2806 "Omnibox client prefetch Search";
2807const char kEnableOmniboxClientSearchPrefetchDescription[] =
2808 "Allows omnibox to prefetch search suggestions provided by the Default "
2809 "Search Engine that the client thinks are likely to be navigated. Requires "
2810 "chrome://flags/#omnibox-search-prefetch";
2811
Andrey Zaytsev7c790c12022-05-23 13:07:302812const char kPrivacyGuideAndroidName[] = "Privacy Guide on Android";
2813const char kPrivacyGuideAndroidDescription[] =
2814 "Shows a new subpage in Settings that helps the user to review various "
2815 "privacy settings.";
2816
John Delaney1d6e4b5c2022-03-25 02:19:222817const char kPrivacySandboxAdsAPIsOverrideName[] = "Privacy Sandbox Ads APIs";
2818const char kPrivacySandboxAdsAPIsOverrideDescription[] =
Nan Lin066a81a2022-04-20 18:46:542819 "Enables Privacy Sandbox APIs: Attribution Reporting, Fledge, Topics, "
Alex Turner64f3bef2022-09-09 18:56:582820 "Fenced Frames, Shared Storage, Private Aggregation, and their associated "
2821 "features.";
John Delaney1d6e4b5c2022-03-25 02:19:222822
Liam Brady018446b82023-06-23 18:03:292823const char kPrivacySandboxEnrollmentOverridesName[] =
2824 "Privacy Sandbox Enrollment Overrides";
2825const char kPrivacySandboxEnrollmentOverridesDescription[] =
2826 "Allows a list of sites to use Privacy Sandbox features without them being "
2827 "enrolled and attested into the Privacy Sandbox experiment. See: "
2828 "https://developer.chrome.com/en/docs/privacy-sandbox/enroll/";
2829
Theodore Olsauskas-Warren474cdb52023-01-04 10:16:342830const char kPrivacySandboxSettings4Name[] = "Privacy Sandbox Settings V4";
2831const char kPrivacySandboxSettings4Description[] =
2832 "Enables updated Privacy Sandbox UI";
2833
Alex Turnerb6d89fa2022-10-12 18:33:572834const char kPrivateAggregationDeveloperModeName[] =
2835 "Private Aggregation developer mode";
2836const char kPrivateAggregationDeveloperModeDescription[] =
2837 "Enables the developer mode for the Private Aggregation API. This removes "
2838 "all reporting delays. Only works if the Private Aggregation API is "
2839 "already enabled.";
Alex Turner2d504952022-09-21 23:56:492840
Mohsen Izadi93faac12017-07-29 04:45:152841const char kPullToRefreshName[] = "Pull-to-refresh gesture";
2842const char kPullToRefreshDescription[] =
2843 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:012844const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:152845
Finnur Thorarinssonfb625e12022-09-06 17:22:532846const char kPWAsDefaultOfflinePageName[] = "Default offline page for PWAs";
2847const char kPWAsDefaultOfflinePageDescription[] =
2848 "Shows customised default offline page when web app is offline.";
2849
Finnur Thorarinsson528355742022-03-07 10:57:012850const char kPwaUpdateDialogForAppIconName[] =
2851 "Enable PWA install update dialog for icon changes";
2852const char kPwaUpdateDialogForAppIconDescription[] =
2853 "Enable a confirmation dialog that shows up when a PWA changes its icon";
2854
Rakina Zata Amnibd37a572023-06-14 09:58:162855const char kRenderDocumentName[] = "Enable RenderDocument";
2856const char kRenderDocumentDescription[] =
2857 "Enable swapping RenderFrameHosts on same-site navigations";
2858
Brett Wilsonecb80982017-07-12 20:34:512859const char kQuicName[] = "Experimental QUIC protocol";
2860const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
2861
Lei Zhange52be9912023-06-23 17:29:132862const char kQuickAppAccessTestUIName[] = "Internal test: quick app access";
2863const char kQuickAppAccessTestUIDescription[] =
Matthew Mourgos467fb1e2023-04-26 21:28:302864 "Show an app in the quick app access area at the start of the session";
2865
Jiahe Zhangc3577e332022-06-22 11:20:382866const char kQuickIntensiveWakeUpThrottlingAfterLoadingName[] =
2867 "Quick intensive throttling after loading";
2868const char kQuickIntensiveWakeUpThrottlingAfterLoadingDescription[] =
2869 "For pages that are loaded when backgrounded, activates intensive "
Jiahe Zhang498669852022-12-12 17:21:102870 "throttling after 1 minute instead of the default 5 minutes. Intensive "
Jiahe Zhangc3577e332022-06-22 11:20:382871 "throttling will limit wake ups, from setTimeout and setInterval tasks "
2872 "with a high nesting level and delayed scheduler.postTask tasks, to 1 per "
2873 "minute. See https://chromestatus.com/feature/5580139453743104 for more "
2874 "info.";
2875
Lei Zhange52be9912023-06-23 17:29:132876const char kQuickDeleteForAndroidName[] = "Enable quick delete";
2877const char kQuickDeleteForAndroidDescription[] =
Rohit Agarwal5e1c17fc2023-02-03 11:44:152878 "When enabled, a new quick delete option appears in the three dots menu, "
2879 "allowing users to quickly delete their last 15 mins of data.";
2880
Yulun Wuc7439a652021-06-18 17:24:182881const char kSettingsAppNotificationSettingsName[] =
2882 "Split notification permission settings";
2883const char kSettingsAppNotificationSettingsDescription[] =
2884 "Remove per-app notification permissions settings from the quick settings "
2885 "menu. Notification permission settings will be split between the "
2886 "lacros-chrome browser's notification permission page "
2887 "and the ChromeOS settings app.";
2888
Alan Cutter20fd08f2020-12-01 13:39:162889const char kRecordWebAppDebugInfoName[] = "Record web app debug info";
2890const char kRecordWebAppDebugInfoDescription[] =
2891 "Enables recording additional web app related debugging data to be "
Alan Cutter919b4592021-07-08 05:50:442892 "displayed in: chrome://web-app-internals";
Alan Cutter20fd08f2020-12-01 13:39:162893
Victor Tan0e75ea52022-08-12 16:46:282894const char kReduceAcceptLanguageName[] =
2895 "Reduce Accept-Language request header";
2896const char kReduceAcceptLanguageDescription[] =
2897 "Reduce the amount of information available in the Accept-Language request "
2898 "header. See https://github.com/Tanych/accept-language for more info.";
2899
James Hollyer6e5f5c32020-07-27 21:18:102900const char kRestrictGamepadAccessName[] = "Restrict gamepad access";
2901const char kRestrictGamepadAccessDescription[] =
Charlie Hudb284b3f2021-03-19 19:52:222902 "Enables Permissions Policy and Secure Context restrictions on the Gamepad "
2903 "API";
James Hollyer6e5f5c32020-07-27 21:18:102904
Zoraiz Naeem82fa01072022-06-14 20:13:092905const char kRoundedDisplay[] = "Rounded display";
2906const char kRoundedDisplayDescription[] =
2907 "Enables rounded corners for the display";
2908
Zoraiz Naeem056fe4b2023-05-23 00:35:382909const char kRoundedWindows[] = "Use rounded windows";
2910const char kRoundedWindowsDescription[] =
2911 "Specifies the radius of rounded windows in DIPs (Device Independent "
2912 "Pixels)";
2913
Dominic Farolino0e1f9a1a2020-11-25 23:25:002914const char kMBIModeName[] = "MBI Scheduling Mode";
2915const char kMBIModeDescription[] =
2916 "Enables independent agent cluster scheduling, via the "
2917 "AgentSchedulingGroup infrastructure.";
2918
Eduard Hez0141dce2022-09-22 11:46:502919const char kSafetyCheckNotificationPermissionsName[] =
2920 "Permission Module for notifications in Safety Check";
2921const char kSafetyCheckNotificationPermissionsDescription[] =
2922 "When enabled, adds the notification permission module to Safety Check on "
2923 "desktop. The module will be shown depending on the browser state.";
2924
2925const char kSafetyCheckUnusedSitePermissionsName[] =
2926 "Permission Module for unused sites in Safety Check";
2927const char kSafetyCheckUnusedSitePermissionsDescription[] =
2928 "When enabled, adds the unused sites permission module to Safety Check on "
2929 "desktop. The module will be shown depending on the browser state.";
Side Yilmazcdd69f782022-07-22 08:05:302930
Side Yilmaz468cad22023-05-10 10:43:062931const char kSafetyHubName[] = "Safety Hub";
2932const char kSafetyHubDescription[] =
2933 "When enabled, Safety Hub will be visible in settings.";
2934
Andrew Pantera67b07b42022-12-06 19:32:002935const char kSameAppWindowCycleName[] = "Cros Labs: Same App Window Cycling";
2936const char kSameAppWindowCycleDescription[] =
2937 "Use Alt+` to cycle through the windows of the active application.";
2938
Dylan Cutlerc2988fe2021-08-05 14:24:372939const char kPartitionedCookiesName[] = "Partitioned cookies";
2940const char kPartitionedCookiesDescription[] =
2941 "Controls if the Partitioned cookie attribute is enabled.";
2942
Nathan Eliason320cf312022-07-26 23:02:322943const char kThirdPartyStoragePartitioningName[] =
2944 "Experimental third-party storage partitioning.";
2945const char kThirdPartyStoragePartitioningDescription[] =
2946 "Enables partitioning of third-party storage by top-level site. "
2947 "Note: this is under active development and may result in unexpected "
2948 "behavior. Please file bugs at https://bugs.chromium.org/p/chromium/issues/"
2949 "entry?labels=StoragePartitioning-trial-bugs&components=Blink%3EStorage.";
2950
Jerry Liu3c11fe892023-03-20 21:00:502951const char kScreenSaverDurationName[] = "Screen saver duration settings";
2952const char kScreenSaverDurationDescription[] =
2953 "Allow users to customize screen saver running time.";
2954
Ilkin Safarli2692d5d12022-12-09 00:03:212955const char kScreenSaverPreviewName[] = "Screen saver preview";
2956const char kScreenSaverPreviewDescription[] =
2957 "Enables the screen saver preview feature which allows the users to "
2958 "preview current screen saver.";
2959
Elaine Chien2b731c82021-01-28 17:50:562960const char kScrollableTabStripFlagId[] = "scrollable-tabstrip";
Taylor Bergquist6e2cbe32021-02-03 21:46:142961const char kScrollableTabStripName[] = "Tab Scrolling";
Charlene Yan0ccd7f52019-04-12 23:20:592962const char kScrollableTabStripDescription[] =
Taylor Bergquist6e2cbe32021-02-03 21:46:142963 "Enables tab strip to scroll left and right when full.";
Charlene Yan0ccd7f52019-04-12 23:20:592964
David Pennington423db8f2022-10-24 22:30:042965const char kTabScrollingButtonPositionFlagId[] =
2966 "tab-scrolling-button-position";
2967const char kTabScrollingButtonPositionName[] = "Tab Scrolling Buttons";
2968const char kTabScrollingButtonPositionDescription[] =
2969 "Enables buttons on the tab strip to scroll left and right when full";
2970
Shibalik Mohapatra9a31f7d32022-10-26 23:53:592971const char kScrollableTabStripWithDraggingFlagId[] =
2972 "scrollable-tabstrip-with-dragging";
2973const char kScrollableTabStripWithDraggingName[] =
2974 "Tab Scrolling With Dragging";
2975const char kScrollableTabStripWithDraggingDescription[] =
2976 "Scrolls the tabstrip while dragging tabs towards the end of the visible "
2977 "view.";
2978
David Pennington02c635e2022-11-18 01:03:452979const char kScrollableTabStripOverflowFlagId[] = "scrollable-tabstrip-overflow";
2980const char kScrollableTabStripOverflowName[] =
2981 "Tab Scrolling Overflow Indicator";
2982const char kScrollableTabStripOverflowDescription[] =
2983 "Choices for overflow indicators shown when the tabstrip is in scrolling "
2984 "mode.";
2985
Taylor Bergquist9adeb292022-08-25 20:33:082986const char kSplitTabStripName[] = "Split TabStrip";
2987const char kSplitTabStripDescription[] =
2988 "Splits pinned and unpinned tabs into separate TabStrips under the hood. "
2989 "Pure refactoring, no user-visible behavioral changes are included.";
2990
Lei Zhange52be9912023-06-23 17:29:132991const char kSearchResultInlineIconName[] = "Search Result Inline Icons";
2992const char kSearchResultInlineIconDescription[] =
Yulun Wu04255512022-02-15 01:34:152993 "Show iconified text and vector icons "
2994 "in launcher search results.";
2995
Lei Zhange52be9912023-06-23 17:29:132996const char kDynamicSearchUpdateAnimationName[] =
Yulun Wu1cd0faa2022-03-03 06:59:212997 "Dynamic Search Result Update Animation";
Lei Zhange52be9912023-06-23 17:29:132998const char kDynamicSearchUpdateAnimationDescription[] =
Yulun Wu1cd0faa2022-03-03 06:59:212999 "Dynamically adjust the search result update animation when those update "
3000 "animations are preempted. Shortened animation durations configurable "
3001 "(unit: milliseconds).";
3002
Rouslan Solomakhine73fa7852020-08-28 10:33:463003const char kSecurePaymentConfirmationDebugName[] =
3004 "Secure Payment Confirmation Debug Mode";
3005const char kSecurePaymentConfirmationDebugDescription[] =
3006 "This flag removes the restriction that PaymentCredential in WebAuthn and "
3007 "secure payment confirmation in PaymentRequest API must use user verifying "
3008 "platform authenticators.";
3009
Victor Hugo Vianna Silvaf0a44002022-02-16 10:38:003010const char kSendTabToSelfSigninPromoName[] = "Send tab to self sign-in promo";
3011const char kSendTabToSelfSigninPromoDescription[] =
3012 "Enables a sign-in promo if the user attempts to share a tab while being "
3013 "signed out";
3014
Marlon Faceyfce1a9e2022-03-31 23:48:063015const char kSidePanelJourneysFlagId[] = "side-panel-journeys";
3016const char kSidePanelJourneysName[] = "Side panel journeys";
3017const char kSidePanelJourneysDescription[] =
3018 "Enables Journeys within the side panel.";
3019
Marlon Facey41373d72b2022-10-11 02:34:093020const char kSidePanelJourneysQuerylessFlagId[] =
3021 "side-panel-journeys-queryless";
3022const char kSidePanelJourneysQuerylessName[] = "Side panel journeys queryless";
3023const char kSidePanelJourneysQuerylessDescription[] =
3024 "Enables Journeys queryless view within the side panel.";
3025
Kyle Milkacf3aa6e12021-07-28 00:34:023026const char kSharingDesktopScreenshotsName[] = "Desktop Screenshots";
3027const char kSharingDesktopScreenshotsDescription[] =
3028 "Enables taking"
3029 " screenshots from the desktop sharing hub.";
3030
Yulun Wuee444262023-01-31 22:40:523031const char kShelfStackedHotseatName[] = "Shelf Stacked Hotseat";
3032const char kShelfStackedHotseatDescription[] =
3033 "Stack the hotseat app bar above the shelf button panels/system tray when "
3034 "there is not enough space for the app bar.";
3035
Brett Wilsonecb80982017-07-12 20:34:513036const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
3037const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:383038 "Annotates web forms with Autofill signatures as HTML attributes. Also "
3039 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:513040
3041const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
3042const char kShowAutofillTypePredictionsDescription[] =
3043 "Annotates web forms with Autofill field type predictions as placeholder "
3044 "text.";
3045
Lei Zhang1a6fd01b2021-03-24 17:03:483046const char kShowPerformanceMetricsHudName[] = "Show performance metrics in HUD";
3047const char kShowPerformanceMetricsHudDescription[] =
Weiliang Chene39e7652020-11-18 05:30:153048 "Display the performance metrics of current page in a heads up display on "
3049 "the page.";
3050
pwarren878671672019-12-13 19:18:163051const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
3052const char kShowOverdrawFeedbackDescription[] =
3053 "Visualize overdraw by color-coding elements based on if they have other "
3054 "elements drawn underneath.";
3055
Sharon Yangf68d8c32023-06-27 17:27:543056const char kSiteInstanceGroupsForDataUrlsName[] =
3057 "SiteInstanceGroups for data: URLs";
3058const char kSiteInstanceGroupsForDataUrlsDescription[] =
3059 "Put data: URL subframes in a separate SiteInstance from the initiator, "
3060 "but in the same SiteInstanceGroup, and thus the same process.";
3061
Lukasz Anforowiczd2e16e62019-03-28 19:06:593062const char kIsolateOriginsName[] = "Isolate additional origins";
3063const char kIsolateOriginsDescription[] =
3064 "Requires dedicated processes for an additional set of origins, "
3065 "specified as a comma-separated list.";
3066
Mike West6b2bd752020-12-02 06:36:593067const char kIsolationByDefaultName[] =
3068 "Change web-facing behaviors that prevent origin-level isolation";
3069const char kIsolationByDefaultDescription[] =
3070 "Change several web APIs that make it difficult to isolate origins into "
3071 "distinct processes. While these changes will ideally become new default "
3072 "behaviors for the web, this flag is likely to break your experience on "
3073 "sites you visit today.";
3074
Lukasz Anforowicz738a88d2018-11-05 19:19:343075const char kSiteIsolationOptOutName[] = "Disable site isolation";
3076const char kSiteIsolationOptOutDescription[] =
3077 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:573078 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
3079 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:223080 "isolation is force-enabled using a command line switch or using an "
3081 "enterprise policy. "
3082 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:573083 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:343084const char kSiteIsolationOptOutChoiceDefault[] = "Default";
3085const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:513086
Sunny Sachanandaniad91d1a2023-05-18 23:31:313087const char kSkiaGraphiteName[] = "Skia Graphite";
3088const char kSkiaGraphiteDescription[] =
3089 "Enable Skia Graphite. This will use the Dawn backend by default, but can "
3090 "be overridden with command line flags for testing on non-official "
3091 "developer builds. See --skia-graphite-backend flag in gpu_switches.h.";
3092
Brett Wilsonecb80982017-07-12 20:34:513093const char kSmoothScrollingName[] = "Smooth Scrolling";
3094const char kSmoothScrollingDescription[] =
3095 "Animate smoothly when scrolling page content.";
3096
shivanigithub75489e352021-02-22 19:24:303097const char kSplitCacheByNetworkIsolationKeyName[] = "HTTP Cache Partitioning";
3098const char kSplitCacheByNetworkIsolationKeyDescription[] =
3099 "Partitions the HTTP Cache by (top-level site, current-frame site) to "
3100 "disallow cross-site tracking.";
3101
Lei Zhang507fffd2020-01-29 23:47:543102const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
3103const char kStrictOriginIsolationDescription[] =
W. James MacLeanf79c97e2019-05-02 20:35:463104 "Experimental security mode that strengthens the site isolation policy. "
3105 "Controls whether site isolation should use origins instead of scheme and "
3106 "eTLD+1.";
3107
Brandon Maslenda12cf82019-08-23 20:54:183108const char kStorageAccessAPIName[] = "Storage Access API";
3109const char kStorageAccessAPIDescription[] =
3110 "Enables the Storage Access API, allowing websites to request storage "
3111 "access when it would otherwise be restricted.";
3112
Lexi Stavrakos094fd642020-06-17 23:26:433113const char kStoragePressureEventName[] = "Enable storage pressure Event";
3114const char kStoragePressureEventDescription[] =
3115 "If enabled, Chrome will dispatch a DOM event, informing applications "
3116 "about storage pressure (low disk space)";
3117
Brett Wilsonecb80982017-07-12 20:34:513118const char kSuggestionsWithSubStringMatchName[] =
3119 "Substring matching for Autofill suggestions";
3120const char kSuggestionsWithSubStringMatchDescription[] =
3121 "Match Autofill suggestions based on substrings (token prefixes) rather "
3122 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:343123
Irem Uguza84737922022-05-19 09:37:153124const char kSupportTool[] = "Support Tool";
3125const char kSupportToolDescription[] =
3126 "Support Tool collects and exports logs to help debugging the issues. It's"
3127 " available in chrome://support-tool.";
3128
Irem Uguz1eca96212023-04-24 14:04:153129const char kSupportToolCopyTokenButton[] = "Support Tool Copy Token Button";
3130const char kSupportToolCopyTokenButtonDescription[] =
3131 "Enables the copy token button on Support Tool URL generation page.";
3132
Yumin Su90c764de2022-09-28 19:56:153133const char kSupportToolScreenshot[] = "Support Tool Screenshot";
3134const char kSupportToolScreenshotDescription[] =
3135 "Enables the Support Tool to capture and include a screenshot in the "
3136 "exported packet.";
3137
Patrick Nolandfa5abf92022-02-02 20:26:133138const char kSuppressToolbarCapturesName[] = "Suppress Toolbar Captures";
3139const char kSuppressToolbarCapturesDescription[] =
3140 "Suppress Toolbar Captures except when certain properties change.";
3141
Alexander Tekle629b1be2022-12-05 23:55:123142const char kSyncAutofillWalletUsageDataName[] =
3143 "Sync Autofill Wallet Usage Data";
3144const char kSyncAutofillWalletUsageDataDescription[] =
3145 "When enabled, allows syncing of the autofill wallet usage data type.";
3146
Marc Treibb9d8ed802022-07-05 15:15:493147const char kSyncEnableHistoryDataTypeName[] = "Enable History sync data type";
3148const char kSyncEnableHistoryDataTypeDescription[] =
3149 "Enables the History sync data type instead of TypedURLs";
3150
Brett Wilsonecb80982017-07-12 20:34:513151const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
3152const char kSyncSandboxDescription[] =
3153 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:343154
Mikel Astiz850b0fe2021-06-16 09:47:273155const char kSyncTrustedVaultPassphrasePromoName[] =
3156 "Enable promos for sync trusted vault passphrase.";
3157const char kSyncTrustedVaultPassphrasePromoDescription[] =
3158 "Enables promos for an experimental sync passphrase type, referred to as "
3159 "trusted vault.";
3160
Joe Downing8cbbc192018-05-14 17:37:073161const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
3162const char kSystemKeyboardLockDescription[] =
3163 "Enables websites to use the keyboard.lock() API to intercept system "
3164 "keyboard shortcuts and have the events routed directly to the website "
3165 "when in fullscreen mode.";
3166
Hongyu Long3bd31e52022-11-21 20:08:303167const char kSystemSoundsName[] = "Power Sounds";
3168const char kSystemSoundsDescription[] =
3169 "Enable device charging and low battery warning sounds.";
3170
Ahmed Mehfoozf719a672020-12-17 23:32:523171const char kStylusBatteryStatusName[] =
3172 "Show stylus battery stylus in the stylus tools menu";
3173const char kStylusBatteryStatusDescription[] =
3174 "Enables viewing the current stylus battery level in the stylus tools "
3175 "menu.";
3176
Ranjith Kagathi Anandad13a1a72023-05-20 00:28:303177const char kTabDragDropName[] = "Tab Drag and Drop";
3178const char kTabDragDropDescription[] =
3179 "Enables Tab drag and drop UI to move tab across windows.";
3180
Matt Simmons1fd0c9f2019-04-15 19:08:223181const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
3182const char kTabEngagementReportingDescription[] =
3183 "Tracks tab engagement and lifetime metrics.";
3184
Yusuf Ozuysal67f05a02019-02-15 19:30:523185const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
3186const char kTabGridLayoutAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463187 "Allows users to see their tabs in a grid layout in the tab switcher on "
3188 "phones.";
Yusuf Ozuysal67f05a02019-02-15 19:30:523189
Mei Liang6b296982021-10-06 22:49:043190const char kCommerceDeveloperName[] = "Commerce developer mode";
3191const char kCommerceDeveloperDescription[] =
3192 "Allows users in the allowlist to enter the developer mode";
3193
Ayman Almadhoun5a72fa742021-04-28 05:49:153194const char kCommerceMerchantViewerAndroidName[] = "Merchant Viewer";
3195const char kCommerceMerchantViewerAndroidDescription[] =
3196 "Allows users to view merchant trust signals on eligible pages.";
3197
Yue Zhange5610102019-11-01 19:46:393198const char kTabGroupsContinuationAndroidName[] = "Tab Groups Continuation";
3199const char kTabGroupsContinuationAndroidDescription[] =
Yue Zhang5a167c72020-03-16 16:56:463200 "Allows users to access continuation features in Tab Group on phones.";
Yue Zhange5610102019-11-01 19:46:393201
Alyssa Frederickab694f22021-07-02 20:05:393202const char kTabGroupsSaveName[] = "Tab Groups Save";
3203const char kTabGroupsSaveDescription[] =
3204 "Enables users to explicitly save and recall tab groups.";
3205
Charles Mengb48a56c2023-06-26 17:20:073206const char kTabHoverCardImageSettingsName[] = "Tab Hover Card Image Setting";
3207const char kTabHoverCardImageSettingsDescription[] =
3208 "Show a toggle in appearance settings to control if tab hover card preview "
3209 "images are shown.";
3210
Eshwar Stalinf1bb82c2023-05-16 17:12:423211const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
3212const char kTabHoverCardImagesDescription[] =
3213 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
3214
Yuheng Huang59d1d302021-10-29 21:21:143215const char kTabSearchFuzzySearchName[] = "Fuzzy search for Tab Search";
3216const char kTabSearchFuzzySearchDescription[] =
3217 "Enable fuzzy search for Tab Search.";
3218
Wen-Chien Wange893a8d2022-10-05 16:53:253219const char kTextInShelfName[] = "Internal test: text in shelf";
3220const char kTextInShelfDescription[] =
3221 "Extend text in shelf timeout to learn about user education";
3222
Daniele Castagnaac71d892020-07-07 17:30:373223const char kTintCompositedContentName[] = "Tint composited content";
3224const char kTintCompositedContentDescription[] =
3225 "Tint contents composited using Viz with a shade of red to help debug and "
Daniele Castagna0fead93e2018-01-10 20:40:293226 "study overlay support.";
3227
Peter Kastingd77428352018-10-26 15:20:253228const char kTopChromeTouchUiName[] = "Touch UI Layout";
3229const char kTopChromeTouchUiDescription[] =
3230 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:343231
W. James MacLean17fc6852021-05-06 18:29:293232const char kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesName[] =
3233 "Throttle non-visible cross-origin iframes";
3234const char
3235 kThrottleDisplayNoneAndVisibilityHiddenCrossOriginIframesDescription[] =
3236 "When enabled, all cross-origin iframes with zero visibility (either "
W. James MacLean86b04de2022-03-25 15:00:033237 "display:none or zero viewport intersection with non-zero area) will be"
3238 " throttled, regardless of whether they are same-process or "
3239 "cross-process. When disabled, throttling for cross-process iframes is "
3240 "the same, but for same-process iframes throttling only occurs when "
3241 "the frame has zero viewport intersection, a non-zero area, and is "
3242 "not display:none.";
W. James MacLean17fc6852021-05-06 18:29:293243
Calder Kitagawae13c23912023-02-08 22:50:283244const char kThumbnailCacheRefactorName[] = "Thumbnail Cache Refactor";
3245const char kThumbnailCacheRefactorDescription[] =
3246 "When enabled the thumbnail cache for Android is updated to improve "
3247 "memory usage and performance.";
3248
W. James MacLean853cd422022-10-17 14:08:583249const char kNewBaseUrlInheritanceBehaviorName[] =
3250 "Enable new base url inheritance behaviors for srcdoc and about:blank";
3251const char kNewBaseUrlInheritanceBehaviorDescription[] =
3252 "When enabled, about:blank and srcdoc frames will use newly proposed "
3253 "behaviors around inheriting their base urls, as discussed on "
3254 "https://crbug.com/1356658. Note: this is automatically enabled when "
3255 "'isolate sandboxed iframes' is enabled.";
3256
Brett Wilsonecb80982017-07-12 20:34:513257const char kTouchDragDropName[] = "Touch initiated drag and drop";
3258const char kTouchDragDropDescription[] =
3259 "Touch drag and drop can be initiated through long press on a draggable "
3260 "element.";
3261
Brett Wilsonecb80982017-07-12 20:34:513262const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
3263const char kTouchSelectionStrategyDescription[] =
3264 "Controls how text selection granularity changes when touch text selection "
3265 "handles are dragged. Non-default behavior is experimental.";
3266const char kTouchSelectionStrategyCharacter[] = "Character";
3267const char kTouchSelectionStrategyDirection[] = "Direction";
3268
Anthony Vallee-Dubois265c5692018-06-01 15:57:143269const char kTranslateForceTriggerOnEnglishName[] =
3270 "Select which language model to use to trigger translate on English "
3271 "content";
3272const char kTranslateForceTriggerOnEnglishDescription[] =
3273 "Force the Translate Triggering on English pages experiment to be enabled "
3274 "with the selected language model active.";
3275
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053276const char kTreatInsecureOriginAsSecureName[] =
3277 "Insecure origins treated as secure";
3278const char kTreatInsecureOriginAsSecureDescription[] =
3279 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:133280 "supplied as a comma-separated list. Origins must have their protocol "
3281 "specified e.g. \"http://example.com\". For the definition of secure "
3282 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:053283
Sergey Kataevc3be71f12022-11-18 20:11:553284const char kPrivateStateTokensName[] = "Enable Private State Tokens";
3285const char kPrivateStateTokensDescription[] =
3286 "Enables the prototype Private State Token API "
David Van Cleve08c5bc012020-03-26 17:31:463287 "(https://github.com/wicg/trust-token-api).";
3288
Javier Castro44dd9c12023-06-22 20:05:493289const char kTailoredSecurityRetryForSyncUsersName[] =
3290 "Enable Tailored Security retry for sync users";
3291const char kTailoredSecurityRetryForSyncUsersDescription[] =
3292 "Enables a stateful recovery mechanism for the Tailored Security feature";
3293
Vasilii Sukhanov36365432021-07-02 08:38:213294const char kUnifiedPasswordManagerAndroidName[] =
3295 "Google Mobile Services for passwords";
Friedrich Horschig2683d832021-06-09 15:47:563296const char kUnifiedPasswordManagerAndroidDescription[] =
3297 "Uses Google Mobile Services to store and retrieve passwords."
3298 "Warning: Highly experimental. May lead to loss of passwords and "
3299 "impact performance.";
3300
Maria Kazinova32748352022-09-27 10:34:193301const char kUnifiedPasswordManagerAndroidReenrollmentName[] =
3302 "Automatic reenrollement of users who were evicted from using Google "
3303 "Mobile Services after experiencing errors.";
3304const char kUnifiedPasswordManagerAndroidReenrollmentDescription[] =
3305 "Requires UnifiedPasswordManagerAndroid flag enabled. Allows automatic "
3306 "reenrollment into Google Mobile Services if sync and backend "
3307 "communication work.";
3308
Corentin Wallez6af45da2023-04-28 12:50:543309const char kUnsafeWebGPUName[] = "Unsafe WebGPU Support";
François Beaufortdb160c12019-05-01 06:28:143310const char kUnsafeWebGPUDescription[] =
Corentin Wallez6af45da2023-04-28 12:50:543311 "Convenience flag for WebGPU development. Enables best-effort WebGPU "
3312 "support on unsupported configurations and more! Note that this flag could "
3313 "expose security issues to websites so only use it for your own "
3314 "development.";
François Beaufortdb160c12019-05-01 06:28:143315
Brett Wilsonecb80982017-07-12 20:34:513316const char kUiPartialSwapName[] = "Partial swap";
3317const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
3318
Maksim Sisovdc5d70a2022-11-23 08:03:023319const char kUIEnableSharedImageCacheForGpuName[] = "Shared GPUImageDecodeCache";
3320const char kUIEnableSharedImageCacheForGpuDescription[] =
3321 "Enables shared GPUImageDecodeCache for UI if gpu rasterization is "
3322 "enabled.";
3323
Momoka Yamamotof1accfce2022-10-13 10:00:193324const char kUseNAT64ForIPv4LiteralName[] =
3325 "Use NAT64 translation for IPv4 literals";
3326const char kUseNAT64ForIPv4LiteralDescription[] =
3327 "Enables IPv4 to IPv6 address translation for IPv4 literals when chrome is "
3328 "on an IPv6 only network";
3329
Olesia Marukhnocfcb3882023-06-06 08:55:113330const char kUserBypassUIName[] = "User Bypass UI";
3331const char kUserBypassUIDescription[] = "Enables the User Bypass UI. ";
3332
Caroline Rising19c84902023-02-27 23:46:003333const char kUserNotesSidePanelName[] = "User notes side panel";
3334const char kUserNotesSidePanelDescription[] =
3335 "Enables the user notes feature in the side panel. "
3336 "Only works if Power bookmark backend is also enabled.";
3337
Maria Kazinova58cedc02021-08-02 17:15:113338const char kUsernameFirstFlowFallbackCrowdsourcingName[] =
3339 "Username first flow fallback crowdsourcing";
3340const char kUsernameFirstFlowFallbackCrowdsourcingDescription[] =
3341 "Support of sending additional votes on username first flow i.e. login "
3342 "flows where a user has to type username first on one page and then "
3343 "password on another page. These votes are sent on single password forms "
3344 "and contain information whether a 1-password form follows a 1-text form "
3345 "and the value's type(or pattern) in the latter (e.g. email-like, "
3346 "phone-like, arbitrary string).";
Maria Kazinova85a2ece2021-06-14 19:24:283347
Zentaro Kavanagh892851f2019-05-29 15:13:313348const char kUseSearchClickForRightClickName[] =
3349 "Use Search+Click for right click";
3350const char kUseSearchClickForRightClickDescription[] =
3351 "When enabled search+click will be remapped to right click, allowing "
3352 "webpages and apps to consume alt+click. When disabled the legacy "
3353 "behavior of remapping alt+click to right click will remain unchanged.";
3354
Guoxing Zhao7e129632023-01-25 03:58:553355const char kVideoConferenceName[] = "Enable video conference features";
3356const char kVideoConferenceDescription[] =
3357 "Enables all features for ChromeOS built-in video conferencing UI.";
Guoxing Zhao13538c62022-09-15 06:08:163358
Guoxing Zhao7e129632023-01-25 03:58:553359const char kVcBackgroundReplaceName[] = "Enable vc background replacement";
3360const char kVcBackgroundReplaceDescription[] =
Jim Pollockc74e3822022-10-17 03:56:503361 "Enables background replacement feature for video conferencing on "
3362 "chromebooks. THIS WILL OVERRIDE BACKGROUND BLUR.";
3363
Ard Oerlemansc550dd02023-03-13 10:02:153364const char kVcSegmentationModelName[] = "Use a different segmentation model";
3365const char kVcSegmentationModelDescription[] =
3366 "Allows a different segmentation model to be used for blur and relighting, "
3367 "which may reduce the workload on the GPU.";
3368
Nikolas Bowe2d3e0c52023-05-22 00:20:123369const char kVcLightIntensityName[] = "VC relighting intensity";
3370const char kVcLightIntensityDescription[] =
3371 "Allows different light intenisty to be used for relighting.";
3372
CJ Huangfe455bc2023-07-13 05:24:133373const char kVcWebApiName[] = "VC web API";
3374const char kVcWebApiDescription[] =
3375 "Allows web API support for video conferencing on chromebooks.";
3376
Michael Hablich896d52662017-10-23 15:59:573377const char kV8VmFutureName[] = "Future V8 VM features";
3378const char kV8VmFutureDescription[] =
3379 "This enables upcoming and experimental V8 VM features. "
3380 "This flag does not enable experimental JavaScript features.";
3381
Jeff Chen64a0458a2022-01-13 17:12:173382const char kGlobalVaapiLockName[] = "Global lock on the VA-API wrapper.";
3383const char kGlobalVaapiLockDescription[] =
3384 "Enable or disable the global VA-API lock for platforms and paths that "
3385 "support controlling this.";
3386
Hirokazu Honda22eb73a2021-10-29 03:58:383387const char kVp9kSVCHWDecodingName[] =
3388 "Hardware decode acceleration for k-SVC VP9";
3389const char kVp9kSVCHWDecodingDescription[] =
3390 "Enable or disable k-SVC VP9 hardware decode acceleration";
3391
Brett Wilsonecb80982017-07-12 20:34:513392const char kWalletServiceUseSandboxName[] =
3393 "Use Google Payments sandbox servers";
3394const char kWalletServiceUseSandboxDescription[] =
3395 "For developers: use the sandbox service for Google Payments API calls.";
3396
Simon Hanglf8a8cf52023-05-16 19:58:103397const char kTaskManagerEndProcessDisabledForExtensionName[] =
3398 "Disable extension process termination through task manager";
3399const char kTaskManagerEndProcessDisabledForExtensionDescription[] =
3400 "Allows admnistrators to configure managed devices to prevent users from "
3401 "closing terminating the process for certain extensions";
3402
Colin Kincaid292cfc42022-05-03 19:17:073403const char kWallpaperFastRefreshName[] =
3404 "Enable shortened wallpaper daily refresh interval for manual testing";
3405const char kWallpaperFastRefreshDescription[] =
3406 "Allows developers to see a new wallpaper once every ten seconds rather "
3407 "than once per day when using the daily refresh feature.";
3408
Jerry Liua21b61622022-12-20 00:52:123409const char kWallpaperGooglePhotosSharedAlbumsName[] =
3410 "Enable Google Photos shared albums for wallpaper";
3411const char kWallpaperGooglePhotosSharedAlbumsDescription[] =
3412 "Allow users to set shared Google Photos albums as the source for their "
3413 "wallpaper.";
3414
Sean Kau1d8791e32021-11-08 22:51:543415const char kWallpaperPerDeskName[] =
3416 "Enable setting different wallpapers per desk";
3417const char kWallpaperPerDeskDescription[] =
3418 "Allow users to set different wallpapers on each of their active desks";
3419
François Beaufort7aace812022-02-02 13:57:173420const char kWebBluetoothName[] = "Web Bluetooth";
3421const char kWebBluetoothDescription[] =
3422 "Enables the Web Bluetooth API on platforms without official support";
3423
Ovidio Henriquez3d729f62020-02-07 00:43:293424const char kWebBluetoothNewPermissionsBackendName[] =
3425 "Use the new permissions backend for Web Bluetooth";
3426const char kWebBluetoothNewPermissionsBackendDescription[] =
3427 "Enables the new permissions backend for Web Bluetooth. This will enable "
François Beaufort2b916752021-12-06 13:05:173428 "persistent storage of device permissions and Web Bluetooth features such "
3429 "as BluetoothDevice.watchAdvertisements() and Bluetooth.getDevices()";
Ovidio Henriquez3d729f62020-02-07 00:43:293430
Klaus Weidner90b78032022-06-01 22:48:333431const char kWebContentsCaptureHiDpiName[] = "HiDPI Tab Capture";
3432const char kWebContentsCaptureHiDpiDescription[] =
3433 "Enables HiDPI rendering for tab capture if the displayed content's "
3434 "resolution is low compared to the capture size. This improves "
3435 "legibility for viewers with higher-resolution screens.";
3436
Reilly Grant679f59d2021-09-29 18:39:383437const char kWebMidiName[] = "Web MIDI";
3438const char kWebMidiDescription[] =
3439 "Enables the implementation of the Web MIDI API. When disabled the "
3440 "interface will still be exposed by Blink.";
3441
Ayu Ishiidbdd5c92020-03-20 23:40:523442const char kWebOtpBackendName[] = "Web OTP";
3443const char kWebOtpBackendDescription[] =
3444 "Enables Web OTP API that uses the specified backend.";
Yi Gu13cc7242020-12-10 03:23:373445const char kWebOtpBackendSmsVerification[] = "Code Browser API";
3446const char kWebOtpBackendUserConsent[] = "User Consent API";
3447const char kWebOtpBackendAuto[] = "Automatically select the backend";
Ayu Ishiidbdd5c92020-03-20 23:40:523448
Kenneth Russell08c7dc32021-07-09 08:06:593449const char kWebglDeveloperExtensionsName[] = "WebGL Developer Extensions";
3450const char kWebglDeveloperExtensionsDescription[] =
3451 "Enabling this option allows web applications to access WebGL extensions "
3452 "intended only for use during development time.";
3453
Brett Wilsonecb80982017-07-12 20:34:513454const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
3455const char kWebglDraftExtensionsDescription[] =
3456 "Enabling this option allows web applications to access the WebGL "
Kenneth Russell08c7dc32021-07-09 08:06:593457 "extensions that are still in draft status.";
Brett Wilsonecb80982017-07-12 20:34:513458
Brandon Jones2ebd9a62022-06-15 19:55:593459const char kWebGpuDeveloperFeaturesName[] = "WebGPU Developer Features";
3460const char kWebGpuDeveloperFeaturesDescription[] =
3461 "Enables web applications to access WebGPU features intended only for use "
3462 "during development.";
3463
Danyao Wang47a0f312019-05-09 20:52:243464const char kWebPaymentsExperimentalFeaturesName[] =
3465 "Experimental Web Payments API features";
3466const char kWebPaymentsExperimentalFeaturesDescription[] =
3467 "Enable experimental Web Payments API features";
3468
Rouslan Solomakhin8c770f582023-01-03 22:23:513469const char kIgnoreCSPInWebPaymentAPIName[] = "Ignore CSP in Web Payment API";
3470const char kIgnoreCSPInWebPaymentAPIDescription[] =
3471 "Temporarily disable enforcing Content Security Policy connect-src "
3472 "directive for Web Payment API when fetching manifest files, app icons, "
3473 "and service worker JavaScript files.";
Rouslan Solomakhin6cc11082022-08-09 14:02:573474
Rouslan Solomakhin1b63d252023-01-04 15:36:333475const char kAddIdentityInCanMakePaymentEventName[] =
3476 "Add identity to canmakepayment event";
3477const char kAddIdentityInCanMakePaymentEventDescription[] =
3478 "Temporarily re-enable the deprecated feature of sharing the merchant and "
3479 "user identity with the payment app when the merchant checks whether the "
3480 "payment app can make payments.";
Rouslan Solomakhinfb386b12022-06-24 01:41:203481
Liquan (Max) Gu8fcb9192020-05-20 16:22:183482const char kAppStoreBillingDebugName[] =
3483 "Web Payments App Store Billing Debug Mode";
3484const char kAppStoreBillingDebugDescription[] =
3485 "App-store purchases (e.g., Google Play Store) within a TWA can be "
3486 "requested using the Payment Request API. This flag removes the "
3487 "restriction that the TWA has to be installed from the app-store.";
3488
Qingsi Wangec2dbf942018-11-03 05:33:043489const char kWebrtcHideLocalIpsWithMdnsName[] =
3490 "Anonymize local IPs exposed by WebRTC.";
3491const char kWebrtcHideLocalIpsWithMdnsDecription[] =
3492 "Conceal local IP addresses with mDNS hostnames.";
3493
Alessio Bazzica570a4f62022-10-17 11:16:303494const char kWebRtcAllowInputVolumeAdjustmentName[] =
3495 "Allow WebRTC to adjust the input volume.";
3496const char kWebRtcAllowInputVolumeAdjustmentDescription[] =
3497 "Allow the Audio Processing Module in WebRTC to adjust the input volume "
3498 "during a real-time call. Disable if microphone muting or clipping issues "
3499 "are observed when the browser is running and used for a real-time call. "
3500 "This flag is experimental and may be removed at any time.";
3501
Alessio Bazzica76a45022022-12-06 17:13:173502const char kWebRtcApmDownmixCaptureAudioMethodName[] =
3503 "WebRTC downmix capture audio method.";
3504const char kWebRtcApmDownmixCaptureAudioMethodDescription[] =
3505 "Override the method that the Audio Processing Module in WebRTC uses to "
3506 "downmix the captured audio to mono (when needed) during a real-time call. "
3507 "This flag is experimental and may be removed at any time.";
3508
Brett Wilsonecb80982017-07-12 20:34:513509const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
3510const char kWebrtcHwDecodingDescription[] =
3511 "Support in WebRTC for decoding video streams using platform hardware.";
3512
3513const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
3514const char kWebrtcHwEncodingDescription[] =
3515 "Support in WebRTC for encoding video streams using platform hardware.";
3516
Elad Alon85e0d0be2018-06-26 10:38:373517const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
3518const char kWebRtcRemoteEventLogDescription[] =
3519 "Allow collecting WebRTC event logs and uploading them to Crash. "
3520 "Please note that, even if enabled, this will still require "
3521 "a policy to be set, for it to have an effect.";
3522
Sergey Silkinc33244f2020-01-31 17:21:303523const char kWebrtcUseMinMaxVEADimensionsName[] =
3524 "WebRTC Min/Max Video Encode Accelerator dimensions";
3525const char kWebrtcUseMinMaxVEADimensionsDescription[] =
3526 "When enabled, WebRTC will only use the Video Encode Accelerator for "
3527 "video resolutions inside those published as supported.";
3528
Reilly Grant3c560fa2021-09-25 01:27:253529const char kWebUsbDeviceDetectionName[] =
3530 "Automatic detection of WebUSB-compatible devices";
3531const char kWebUsbDeviceDetectionDescription[] =
3532 "When enabled, the user will be notified when a device which advertises "
3533 "support for WebUSB is connected. Disable if problems with USB devices are "
3534 "observed when the browser is running.";
3535
Alex Cooper01f110e2020-01-08 02:24:163536const char kWebXrForceRuntimeName[] = "Force WebXr Runtime";
3537const char kWebXrForceRuntimeDescription[] =
3538 "Force the browser to use a particular runtime, even if it would not "
3539 "usually be enabled or would otherwise not be selected based on the "
3540 "attached hardware.";
3541
3542const char kWebXrRuntimeChoiceNone[] = "No Runtime";
Alexander Cooper98a8edb2023-05-23 18:04:053543const char kWebXrRuntimeChoiceCardboard[] = "Cardboard";
3544const char kWebXrRuntimeChoiceGVR[] = "Google VR Services";
Alex Cooper01f110e2020-01-08 02:24:163545const char kWebXrRuntimeChoiceOpenXR[] = "OpenXR";
Alex Cooper01f110e2020-01-08 02:24:163546
Will Cassellaa1a4d1112019-12-27 20:52:313547const char kWebXrIncubationsName[] = "WebXR Incubations";
3548const char kWebXrIncubationsDescription[] =
3549 "Enables experimental features for WebXR.";
Piotr Bialeckid77fb9c2019-04-26 17:06:243550
Brett Wilsonecb80982017-07-12 20:34:513551const char kZeroCopyName[] = "Zero-copy rasterizer";
3552const char kZeroCopyDescription[] =
3553 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:343554
Nidhi Jajuda374622023-07-11 03:53:103555const char kZstdContentEncodingName[] = "Zstd Content-Encoding";
3556const char kZstdContentEncodingDescription[] =
3557 "Enables Zstandard Content-Encoding support.";
3558
Peng Huang70021682019-09-18 19:42:283559const char kEnableVulkanName[] = "Vulkan";
Sean Gilhulyab1dbc62020-01-28 22:49:473560const char kEnableVulkanDescription[] = "Use vulkan as the graphics backend.";
Peng Huang70021682019-09-18 19:42:283561
Cheick Cisse006ab4e12022-06-03 17:30:053562const char kSharedHighlightingManagerName[] = "Refactoring Shared Highlighting";
3563const char kSharedHighlightingManagerDescription[] =
3564 "Refactors Shared Highlighting by centralizing the IPC calls in a Manager.";
3565
Mario Bianucci3be046eb2021-02-26 18:41:483566const char kDraw1PredictedPoint12Ms[] = "1 point 12ms ahead.";
3567const char kDraw2PredictedPoints6Ms[] = "2 points, each 6ms ahead.";
3568const char kDraw1PredictedPoint6Ms[] = "1 point 6ms ahead.";
3569const char kDraw2PredictedPoints3Ms[] = "2 points, each 3ms ahead.";
Mario Bianucci3be046eb2021-02-26 18:41:483570const char kDrawPredictedPointsDescription[] =
3571 "Draw predicted points when using the delegated ink trails API. Requires "
3572 "experimental web platform features to be enabled.";
3573const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points";
3574
Daniel Vogelheim236d9a82021-04-01 15:40:533575const char kSanitizerApiName[] = "Sanitizer API";
3576const char kSanitizerApiDescription[] =
3577 "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api";
3578
Peng Huang723f26e2021-06-04 01:55:103579const char kUsePassthroughCommandDecoderName[] =
3580 "Use passthrough command decoder";
3581const char kUsePassthroughCommandDecoderDescription[] =
3582 "Use chrome passthrough command decoder instead of validating command "
3583 "decoder.";
3584
Saifuddin Hitawala74627fe2023-02-14 20:25:453585const char kPassthroughYuvRgbConversionName[] =
3586 "Enable video YUV <-> RGB conversion through passthrough command decoder";
3587const char kPassthroughYuvRgbConversionDescription[] =
3588 "Enable YUV to RGB and RGB to YUV conversion for media clients through "
3589 "passthrough command decoder";
3590
Saifuddin Hitawala0c647802023-03-22 21:20:493591const char kUseMultiPlaneFormatForHardwareVideoName[] =
3592 "Enable multi-plane formats for hardware video decoder";
3593const char kUseMultiPlaneFormatForHardwareVideoDescription[] =
3594 "Enable single shared image and mailbox for multi-plane formats for "
3595 "hardware video decoder";
3596
Saifuddin Hitawalae3b5ec82023-03-30 17:08:033597const char kUseMultiPlaneFormatForSoftwareVideoName[] =
3598 "Enable multi-plane formats for software video decoder";
3599const char kUseMultiPlaneFormatForSoftwareVideoDescription[] =
3600 "Enable single shared image and mailbox for multi-plane formats for "
3601 "software video decoder";
3602
Yoshisato Yanagisawa577d82822022-08-17 01:51:103603const char kSkipServiceWorkerFetchHandlerName[] =
3604 "Skip Service Worker Fetch Handler if skippable";
3605const char kSkipServiceWorkerFetchHandlerDescription[] =
3606 "Skips starting the service worker and run the fetch handler if the fetch "
3607 "handler is recognized as skippable.";
3608
Ari Chivukula8edcb692022-03-10 19:22:313609const char kWebSQLAccessName[] = "Allows access to WebSQL APIs";
3610const char kWebSQLAccessDescription[] =
3611 "The WebSQL API is enabled by default, but can be disabled here.";
3612
Vikas Sonif7d55a32023-06-05 18:52:403613const char kUseGpuSchedulerDfsName[] = "Use new gpu scheduler.";
3614const char kUseGpuSchedulerDfsDescription[] =
3615 "Enables using the new gpu "
3616 "scheduler called GpuSchedulerDfs.";
3617
Mustafa Emre Acerc6b51352022-11-18 18:43:513618const char kUseIDNA2008NonTransitionalName[] =
3619 "Enable IDNA 2008 Non-Transitional Mode";
3620const char kUseIDNA2008NonTransitionalDescription[] =
3621 "Enables IDNA 2008 in Non-Transitional Mode in URL processing, allowing "
3622 "deviation characters in domain names.";
3623
James Leeed090a1b2023-03-16 22:51:583624const char kEnableVariationsGoogleGroupFilteringName[] =
3625 "Enables filtering experiments by Google group membership";
3626const char kEnableVariationsGoogleGroupFilteringDescription[] =
3627 "Enables filtering of experiments by Google group membership. This feature "
3628 "is experimental and is used only for dogfooding, and only for users who "
3629 "are signed in and have Chrome Sync enabled.";
3630
Brett Wilsonff596952017-07-14 01:06:553631// Android ---------------------------------------------------------------------
3632
Xiaohan Wang55ae2c012022-01-20 21:49:113633#if BUILDFLAG(IS_ANDROID)
Brett Wilsonff596952017-07-14 01:06:553634
Mark Schillacid9ce86c2021-09-30 16:37:533635const char kAccessibilityPageZoomName[] = "Accessibility Page Zoom";
3636const char kAccessibilityPageZoomDescription[] =
3637 "Whether the UI and underlying code for page zoom should be enabled to"
3638 " allow a user to increase/decrease the web contents zoom factor.";
3639
Amanda Lin Dietzfad213752023-05-16 22:09:573640const char kAccessibilityPerformanceFilteringName[] =
3641 "Accessibility Performance Filtering";
3642const char kAccessibilityPerformanceFilteringDescription[] =
3643 "Enable experimental accessibility filters to improve performance by"
3644 " supporting different levels of the accessibility engine depending on what"
3645 " accessibility services and assistive technologies are running.";
3646
Shakti Sahu1c04a2872021-03-17 16:38:483647const char kAddToHomescreenIPHName[] = "Add to homescreen IPH";
3648const char kAddToHomescreenIPHDescription[] =
3649 " Shows in-product-help messages educating users about add to homescreen "
3650 "option in chrome.";
3651
Vikas Soni5463f1a2020-08-17 22:47:303652const char kAImageReaderName[] = "Android ImageReader";
3653const char kAImageReaderDescription[] =
3654 " Enables MediaPlayer and MediaCodec to use AImageReader on Android. "
3655 " This feature is only available for android P+ devices. Disabling it also "
3656 " disables SurfaceControl.";
3657
Vikas Sonif14e32c2020-08-15 06:17:223658const char kAndroidSurfaceControlName[] = "Android SurfaceControl";
3659const char kAndroidSurfaceControlDescription[] =
Vikas Soni5463f1a2020-08-17 22:47:303660 " Enables SurfaceControl to manage the buffer queue for the "
3661 " DisplayCompositor on Android. This feature is only available on "
3662 " android Q+ devices";
Vikas Sonif14e32c2020-08-15 06:17:223663
Sky Malice300d5fc2023-01-12 19:37:333664const char kAndroidImprovedBookmarksName[] = "Android Visual Bookmark Manager";
3665const char kAndroidImprovedBookmarksDescription[] =
3666 "More visual changes to the bookmarks surfaces, with more thumbnails and a "
3667 "focus on search instead of folders/hierarchy";
3668
Shu Yang95506102023-01-11 19:16:323669const char kAnimatedImageDragShadowName[] =
3670 "Enable animated image drag shadow on Android.";
3671const char kAnimatedImageDragShadowDescription[] =
3672 "Animate the shadow image from its original bound to the touch point. "
3673 "Image drag on Android is available when flag touch-drag-and-context-menu "
3674 "is enabled.";
3675
Caitlin Fischer43edd90a2019-05-01 13:24:303676const char kAutofillUseMobileLabelDisambiguationName[] =
3677 "Autofill Uses Mobile Label Disambiguation";
3678const char kAutofillUseMobileLabelDisambiguationDescription[] =
3679 "When enabled, Autofill suggestions' labels are displayed using a "
3680 "mobile-friendly format.";
3681
Gang Wua7bfb5f42021-04-09 18:54:213682const char kAppMenuMobileSiteOptionName[] =
3683 "Show Mobile Site option in app menu";
3684const char kAppMenuMobileSiteOptionDescription[] =
3685 "When enabled, app menu should show 'Mobile site' when showing desktop "
3686 "site, instead of showing 'Desktop Site' with checkbox";
3687
Lijin Shen88a1b422023-03-31 22:08:213688const char kBackGestureActivityTabProviderName[] =
3689 "Back Gesture Refactor (Activity Tab Provider)";
3690const char kBackGestureActivityTabProviderDescription[] =
3691 "When enabled, ChromeTabActivity will use getActivityTabProvider to "
3692 "get current tab, rather than getActivityTab if predictive back gesture"
3693 "is disabled.";
3694
Lijin Shen7c494d72023-01-17 23:54:553695const char kBackGestureRefactorActivityAndroidName[] =
3696 "Back Gesture Refactor (Secondary Activities)";
3697const char kBackGestureRefactorActivityAndroidDescription[] =
3698 "Enable Back Gesture Refactor for Secondary Activities to support in-app "
3699 "activity-to-activity predictive back gestures";
3700
Lijin Shence2f5722022-04-26 23:11:523701const char kBackGestureRefactorAndroidName[] = "Back Gesture Refactor";
3702const char kBackGestureRefactorAndroidDescription[] =
3703 "Enable Back Gesture Refactor.";
3704
Wenyu Fuf929f732022-07-08 19:48:473705const char kCCTBrandTransparencyName[] =
3706 "Chrome Custom Tabs Brand Transparency";
3707const char kCCTBrandTransparencyDescription[] =
3708 "When enabled, CCT will show more Chrome branding information when start, "
3709 "giving user more transparency that the web page is running in Chrome.";
3710
Ramin Halavatiba7ddcc2019-11-13 06:19:283711const char kCCTIncognitoName[] = "Chrome Custom Tabs Incognito mode";
3712const char kCCTIncognitoDescription[] =
3713 "Enables incognito mode for Chrome Custom Tabs, on Android.";
3714
Rohit Agarwalc3973312020-11-18 14:40:233715const char kCCTIncognitoAvailableToThirdPartyName[] =
3716 "Allow third party to open Custom Tabs Incognito mode";
3717const char kCCTIncognitoAvailableToThirdPartyDescription[] =
3718 "Enabling it would allow third party apps to open incognito mode for "
3719 "Chrome Custom Tabs, on Android.";
3720
Jinsuk Kim9d042572023-05-16 03:31:343721const char kCCTPageInsightsHubName[] = "PageInsights Hub";
3722const char kCCTPageInsightsHubDescription[] =
3723 "Show PageInsights Hub on Chrome Custom Tabs.";
3724
Shimi Zhangdabb3c22021-09-16 22:10:253725const char kCCTResizable90MaximumHeightName[] =
3726 "Bottom sheet Custom Tabs maximum height";
3727const char kCCTResizable90MaximumHeightDescription[] =
3728 "When enabled, the bottom sheet Custom Tabs will have maximum height 90% "
3729 "of the screen height, otherwise the maximum height is 100% of the screen "
3730 "height. In both cases, Custom Tabs will yield to the top status bar when "
3731 "at full stop";
Shimi Zhangdabb3c22021-09-16 22:10:253732const char kCCTResizableForThirdPartiesName[] =
3733 "Bottom sheet Custom Tabs (third party)";
3734const char kCCTResizableForThirdPartiesDescription[] =
3735 "Enable bottom sheet Custom Tabs for third party apps.";
Zach Katzce91e5542023-07-10 22:47:383736const char kCCTResizableMultiWindowModeName[] =
3737 "Multi window mode for partial custom tabs";
3738const char kCCTResizableMultiWindowModeDescription[] =
3739 "Enable multi window mode for partial custom tabs";
Kevin Grosu617332a2022-11-22 23:24:553740const char kCCTResizableSideSheetName[] = "Side sheet Custom Tabs";
3741const char kCCTResizableSideSheetDescription[] =
3742 "Enable side sheet Custom Tabs";
Zach Katzec1cc2f2023-01-26 01:37:463743const char kCCTResizableSideSheetForThirdPartiesName[] =
3744 "Side sheet Custom Tabs (third party)";
3745const char kCCTResizableSideSheetForThirdPartiesDescription[] =
3746 "Enable side sheet Custom Tabs for third party apps.";
Kevin Grosu617332a2022-11-22 23:24:553747
Zach Katzdc587ef2022-10-28 18:35:263748const char kCCTRetainingStateInMemoryName[] =
3749 "Enable restoring of previous Custom Tab session";
3750const char kCCTRetainingStateInMemoryDescription[] =
3751 "Enables ability to fully restore a recently engaged with Custom Tab.";
Sinan Sahinc04b1c62022-07-01 18:14:023752const char kCCTRealTimeEngagementSignalsName[] =
3753 "Enable CCT real-time engagement signals.";
3754const char kCCTRealTimeEngagementSignalsDescription[] =
3755 "Enables sending real-time engagement signals (e.g. scroll) through "
3756 "CustomTabsCallback.";
Sinan Sahind9fa5c52023-03-02 02:57:043757const char kCCTRealTimeEngagementSignalsAlternativeImplName[] =
3758 "Enable alternative implementation for CCT real-time engagement signals.";
3759const char kCCTRealTimeEngagementSignalsAlternativeImplDescription[] =
3760 "Enables an alternative implementation for sending real-time engagement "
3761 "signals (e.g. scroll) through CustomTabsCallback.";
Sinan Sahinc04b1c62022-07-01 18:14:023762
Tarun Bansal41f3cf22023-04-25 16:16:293763const char kCCTTextFragmentLookupApiEnabledName[] =
3764 "Enable CCT API to lookup text fragments";
3765const char kCCTTextFragmentLookupApiEnabledDescription[] =
3766 "Enable CCT API to lookup text fragments";
3767
Xing Liu1e6b43d2021-03-15 19:26:453768const char kChimeAlwaysShowNotificationDescription[] =
3769 "A debug flag to always show Chime notification after receiving a payload.";
3770const char kChimeAlwaysShowNotificationName[] =
3771 "Always show Chime notification";
3772
3773const char kChimeAndroidSdkDescription[] =
3774 "Enable Chime SDK to receive push notification.";
3775const char kChimeAndroidSdkName[] = "Use Chime SDK";
3776
David Maunder915c7ef2019-09-20 16:22:083777const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
3778const char kCloseTabSuggestionsDescription[] =
3779 "Suggests to the user to close Tabs that haven't been used beyond a "
3780 "configurable threshold or where duplicates of Tabs exist. "
3781 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:283782
David Maunder8cf7fd82020-08-20 19:31:543783const char kCriticalPersistedTabDataName[] = "Enable CriticalPersistedTabData";
3784const char kCriticalPersistedTabDataDescription[] =
3785 "A new method of persisting Tab data across restarts has been devised "
3786 "and implemented. This actives the new approach.";
3787
Wenyu Fu54672f42022-09-22 17:51:513788const char kContextMenuPopupForAllScreenSizesName[] =
3789 "Context menu popup for all screen sizes";
3790const char kContextMenuPopupForAllScreenSizesDescription[] =
3791 "When disabled, context menu will be shown as pop-up window only for "
3792 "devices in tablet mode, while shown as a fullscreen dialog for mobile "
3793 "devices; when enabled, context menu will be shown as a pop-up window "
3794 "for all form factors regardless of the screen sizes.";
3795
Donn Denman19688bc2021-03-05 18:48:403796const char kContextualSearchForceCaptionName[] =
3797 "Contextual Search force a caption";
3798const char kContextualSearchForceCaptionDescription[] =
3799 "Forces a caption to always be shown in the Touch to Search Bar.";
Donn Denman4315f262019-03-02 02:47:413800
Donn Denman05a5b99b2022-07-27 23:38:443801const char kContextualSearchSuppressShortViewName[] =
3802 "Contextual Search suppress short view";
3803const char kContextualSearchSuppressShortViewDescription[] =
3804 "Contextual Search suppress when the base page view is too short";
3805
Michael van Ouwerkerk99b42f42023-04-24 16:15:413806const char kConvertTrackpadEventsToMouseName[] =
3807 "Convert trackpad events to mouse events";
3808const char kConvertTrackpadEventsToMouseDescription[] =
3809 "Convert trackpad events to mouse events to improve gesture support";
3810
David Bokane2396e22023-04-18 20:27:143811const char kDefaultViewportIsDeviceWidthName[] =
3812 "Default viewport width is device width";
3813const char kDefaultViewportIsDeviceWidthDescription[] =
3814 "Sets the default viewport layout width to be equivalent to "
3815 "width=device-width";
3816
Finnur Thorarinsson118fc3f2023-06-05 10:54:013817const char kDeprecatedExternalPickerFunctionName[] =
3818 "Use deprecated External Picker method";
3819const char kDeprecatedExternalPickerFunctionDescription[] =
3820 "Use the old-style opening of an External Picker when uploading files";
3821
Joel Tan-Aristy1d2809372023-07-05 20:45:363822const char kDragDropIntoOmniboxName[] =
3823 "Enable drag and drop into omnibox on Android";
3824const char kDragDropIntoOmniboxDescription[] =
3825 "Drag urls, text, and images into omnibox to start a search";
3826
Donn Denmanc2db1e622023-04-12 17:28:083827const char kDrawEdgeToEdgeName[] = "DrawEdgeToEdge";
3828const char kDrawEdgeToEdgeDescription[] =
3829 "Enables the Android feature Edge-to-Edge to draw below the Nav Bar.";
3830
Lei Tianbd5a3bf2018-02-28 19:01:163831const char kEnableCommandLineOnNonRootedName[] =
3832 "Enable command line on non-rooted devices";
3833const char kEnableCommandLineOnNoRootedDescription[] =
3834 "Enable reading command line file on non-rooted devices (DANGEROUS).";
3835
Victor Hugo Vianna Silvabb878dea2022-10-18 10:19:043836const char kEnablePasswordsAccountStorageName[] =
3837 "Enable the account data storage for passwords";
3838const char kEnablePasswordsAccountStorageDescription[] =
3839 "Enables storing passwords in a second, Gaia-account-scoped storage for "
3840 "signed-in but not syncing users";
3841
Lei Zhang0a318af2018-11-14 02:19:463842const char kExploreSitesName[] = "Explore websites";
3843const char kExploreSitesDescription[] =
3844 "Enables portal from new tab page to explore websites.";
3845
Michael Thiessen495a0d32022-08-24 17:58:193846const char kExternalNavigationDebugLogsName[] =
3847 "External Navigation Debug Logs";
3848const char kExternalNavigationDebugLogsDescription[] =
3849 "Enables detailed logging to logcat about why Chrome is making decisions "
3850 "about whether to allow or block navigation to other apps";
3851
Shakti Sahuedcbaef2022-01-18 19:54:213852const char kFeatureNotificationGuideName[] = "Feature notification guide";
3853const char kFeatureNotificationGuideDescription[] =
3854 "Enables notifications about chrome features.";
3855
Shakti Sahu6c4afcde2022-01-31 23:03:543856const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersName[] =
3857 "Feature notification guide - Skip check for low engaged users";
3858const char kFeatureNotificationGuideSkipCheckForLowEngagedUsersDescription[] =
3859 "Skips check for low engaged users.";
3860
Jian Lic22a3ce2021-08-31 15:46:593861const char kFeedBackToTopName[] = "Back to top of the feeds";
3862const char kFeedBackToTopDescription[] =
3863 "Enables showing a callout to help users return to the top of the feeds "
3864 "quickly.";
3865
Nick Birnie7982fbe2023-03-01 22:22:523866const char kFeedBoCSigninInterstitialName[] = "Show Signin Interstitial";
3867const char kFeedBoCSigninInterstitialDescription[] =
3868 "Enables the sign in interstitial to be"
3869 " shown in a bottom sheet when triggered.";
3870
Cathy Weie5c7d612022-10-14 18:55:073871const char kFeedHeaderStickToTopName[] = "Feed header stick to top";
3872const char kFeedHeaderStickToTopDescription[] =
3873 "Stick feed header to top on scroll.";
3874
Justin DeWitt3eca4372021-09-17 19:44:523875const char kFeedLoadingPlaceholderName[] = "Feed loading placeholder";
3876const char kFeedLoadingPlaceholderDescription[] =
3877 "Enables a placeholder UI in "
3878 "the feed instead of the loading spinner at first load.";
3879
Dan Harrington0895cee2023-06-29 22:27:163880const char kFeedSignedOutViewDemotionName[] = "Feed signed-out view demotion";
3881const char kFeedSignedOutViewDemotionDescription[] =
3882 "Enables signed-out view demotion for the Discover Feed.";
3883
Jonathan Freedaa862a542021-09-03 17:42:253884const char kFeedStampName[] = "StAMP cards in the feed";
3885const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
3886
Ian Wells6cf75a82022-07-13 02:11:023887const char kFeedCloseRefreshName[] = "Feed-close refresh";
3888const char kFeedCloseRefreshDescription[] =
3889 "Enables scheduling a background refresh of the feed following feed use.";
3890
Jonathan Freed4adf604f2022-08-31 17:06:143891const char kFeedDiscoFeedEndpointName[] =
3892 "Feed using the DiscoFeed backend endpoint";
3893const char kFeedDiscoFeedEndpointDescription[] =
3894 "Uses the DiscoFeed endpoint for serving the feed instead of GWS.";
3895
Cathy Lid4f39a852023-05-18 00:27:313896const char kFeedDynamicColorsName[] = "Enable dynamic colors in the feed";
3897const char kFeedDynamicColorsDescription[] =
3898 "Allows feed to fully respect dynamic colors if supported by the client.";
3899
Jian Lie41ddcb2022-05-04 01:11:563900const char kInfoCardAcknowledgementTrackingName[] =
3901 "Info card acknowledgement tracking";
3902const char kInfoCardAcknowledgementTrackingDescription[] =
3903 "Enable acknowledgement tracking for info cards.";
3904
Jinsuk Kimfa1b7eb2021-06-30 00:04:323905const char kInstanceSwitcherName[] = "Enable instance switcher";
3906const char kInstanceSwitcherDescription[] =
3907 "Enable instance switcher dialog UI that helps users manage multiple "
3908 "instances of Chrome.";
3909
Wei-Yin Chen (陳威尹)85149442020-06-30 22:28:463910const char kInstantStartName[] = "Instant start";
Wei-Yin Chen (陳威尹)50c2f462020-05-14 07:27:423911const char kInstantStartDescription[] =
3912 "Show start surface before native library is loaded.";
3913
Ian Wells34ce1482020-04-03 17:36:163914const char kInterestFeedV2Name[] = "Interest Feed v2";
3915const char kInterestFeedV2Description[] =
3916 "Show content suggestions on the New Tab Page and Start Surface using the "
3917 "new Feed Component.";
3918
Dan Harrington4043b222021-01-15 18:33:423919const char kInterestFeedV2HeartsName[] = "Interest Feed v2 Hearts";
3920const char kInterestFeedV2HeartsDescription[] = "Enable hearts on Feedv2.";
3921
Jian Lifb04af72021-04-01 21:17:173922const char kInterestFeedV2AutoplayName[] = "Interest Feed v2 Autoplay";
3923const char kInterestFeedV2AutoplayDescription[] = "Enable autoplay on Feedv2.";
3924
Finnur Thorarinsson4e43a0852023-03-23 09:20:023925const char kMediaPickerAdoptionStudyName[] = "Android Media Picker Adoption";
3926const char kMediaPickerAdoptionStudyDescription[] =
3927 "Controls how to launch the Android Media Picker";
3928
Aishwarya Rajesh0dd71922021-07-28 20:22:383929const char kMessagesForAndroidAdsBlockedName[] = "Ads Blocked Messages UI";
3930const char kMessagesForAndroidAdsBlockedDescription[] =
3931 "When enabled, ads blocked message will use the new Messages UI.";
3932
Pavel Yatsuk358291752020-09-03 18:25:223933const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
3934const char kMessagesForAndroidInfrastructureDescription[] =
3935 "When enabled, will initialize Messages UI infrastructure";
Pavel Yatsukb3a7475e2021-05-10 21:20:153936
Lei Zhange52be9912023-06-23 17:29:133937const char kMessagesForAndroidOfferNotificationName[] =
Vishwas Uppoor8031d642022-05-10 01:28:513938 "Offer Notification Messages UI";
Lei Zhange52be9912023-06-23 17:29:133939const char kMessagesForAndroidOfferNotificationDescription[] =
Vishwas Uppoor8031d642022-05-10 01:28:513940 "When enabled, offer notification will use the new Messages UI";
3941
Lijin Shen2d61a0a32021-07-20 23:15:523942const char kMessagesForAndroidPermissionUpdateName[] =
3943 "Permission Update Messages UI";
3944const char kMessagesForAndroidPermissionUpdateDescription[] =
3945 "When enabled, permission update prompt will use the new Messages UI.";
3946
Lijin Shenba9a6b0e2021-02-18 01:59:063947const char kMessagesForAndroidPopupBlockedName[] = "Popup Blocked Messages UI";
3948const char kMessagesForAndroidPopupBlockedDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153949 "When enabled, popup blocked prompt will use the new Messages UI.";
3950
Pavel Yatsukb7307fa2021-09-15 18:02:303951const char kMessagesForAndroidPWAInstallName[] = "PWA Installation Messages UI";
3952const char kMessagesForAndroidPWAInstallDescription[] =
3953 "When enabled, PWA Installation prompt will use the new Messages UI.";
3954
Lei Zhang44abd5d22022-01-11 00:32:343955const char kMessagesForAndroidSaveCardName[] = "Save Card Messages UI";
3956const char kMessagesForAndroidSaveCardDescription[] =
Pavel Yatsukb3a7475e2021-05-10 21:20:153957 "When enabled, save card prompt will use the new Messages UI.";
3958
Lijin Shen0e049c432022-04-05 23:12:433959const char kMessagesForAndroidStackingAnimationName[] =
3960 "Stacking Animation of Messages UI";
3961const char kMessagesForAndroidStackingAnimationDescription[] =
3962 "When enabled, Messages UI will use the new stacking animation.";
3963
Ella Ge6df7a3192023-07-06 23:43:573964const char kMobilePWAInstallPromptMlName[] =
3965 "Use ML to show mobile PWA install prompt";
3966const char kMobilePWAInstallPromptMlDescription[] =
3967 "When enabled, will use ML result to decide whether mobile PWA install "
3968 "prompt should be shown.";
3969
Wayne Jackson Jrda653a02023-07-13 11:47:343970const char kMouseAndTrackpadDropdownMenuName[] =
3971 "Android Mouse & Trackpad Drop-down Text Selection Menu";
3972const char kMouseAndTrackpadDropdownMenuDescription[] =
3973 "When enabled, shows a dropdown menu for mouse and trackpad secondary "
3974 "clicks (i.e. right click) with respect to text selection.";
3975
Yutaka Hirano639d9742022-05-13 12:35:163976const char kNetworkServiceInProcessName[] =
3977 "Run the network service on the browser process";
3978const char kNetworkServiceInProcessDescription[] =
3979 "When enabled, the network service runs on the browser process. Otherwise, "
3980 "it runs on a dedicated process.";
3981
Salvador Guerrero4d5ff6e62022-03-24 00:03:203982const char kNotificationPermissionRationaleName[] =
3983 "Notification Permission Rationale UI";
3984const char kNotificationPermissionRationaleDescription[] =
3985 "Configure the dialog shown before requesting notification permission. "
3986 "Only works with builds targeting Android T.";
3987
Salvador Guerrero0af36992023-01-23 20:46:473988const char kNotificationPermissionRationaleBottomSheetName[] =
3989 "Notification Permission Rationale Bottom Sheet UI";
3990const char kNotificationPermissionRationaleBottomSheetDescription[] =
3991 "Enable the alternative bottom sheet UI for the notification permission "
3992 "flow. "
3993 "Only works with builds targeting Android T+.";
3994
Yafei Duan36b4b5b2018-08-07 00:40:033995const char kOfflinePagesLivePageSharingName[] =
3996 "Enables live page sharing of offline pages";
3997const char kOfflinePagesLivePageSharingDescription[] =
3998 "Enables to share current loaded page as offline page by saving as MHTML "
3999 "first.";
4000
Jordan Oroshiba244e9ff2021-02-04 22:20:394001const char kPageInfoHistoryName[] = "Page info history";
4002const char kPageInfoHistoryDescription[] =
4003 "Enable a history sub page to the page info menu, and a button to forget "
4004 "a site, removing all preferences and history.";
4005
Zaina Al-Mashni2df0e5f2023-01-20 11:09:264006const char kPageInfoAboutThisSiteImprovedBottomSheetName[] =
4007 "Page info 'About this site' improved bottomsheet";
4008const char kPageInfoAboutThisSiteImprovedBottomSheetDescription[] =
4009 "Enable an improved 'About this site' bottomsheet, which includes a "
4010 "less cluttered toolbar view and opening navigations in a new tab.";
4011
Anna Tsvirchkova0891e9da2023-03-08 12:42:094012const char kPasswordGenerationBottomSheetName[] =
4013 "Password generation bottom sheet";
4014const char kPasswordGenerationBottomSheetDescription[] =
4015 "Enabled showing the password generation bottom sheet.";
4016
Adem Derinelee646e212023-05-12 13:46:564017const char kPasswordsInCredManName[] = "Passwords in Credential Management API";
4018const char kPasswordsInCredManDescription[] =
4019 "Enable saving and logging in with passwords using Credential Management "
4020 "API. Requires Android 14 or higher.";
4021
Salma Elmahallawydcdfa9e2023-01-30 18:42:244022const char kPolicyLogsPageAndroidName[] = "Policy Logs Page on Android";
4023const char kPolicyLogsPageAndroidDescription[] =
Jiewei Qianb25c74502023-05-24 01:36:124024 "Enable the new chrome://policy-logs page containing logs for debugging "
Salma Elmahallawydcdfa9e2023-01-30 18:42:244025 "policy related issues on Android.";
4026
Shakti Sahu1f8a9422020-03-12 05:50:504027const char kQueryTilesName[] = "Show query tiles";
4028const char kQueryTilesDescription[] = "Shows query tiles in Chrome";
Shakti Sahucad2a0a2020-10-23 06:42:284029const char kQueryTilesNTPName[] = "Show query tiles in NTP";
4030const char kQueryTilesNTPDescription[] = "Shows query tiles in NTP";
Min Qineb0c2152022-08-26 19:13:124031const char kQueryTilesOnStartName[] = "Query tiles on start";
4032const char kQueryTilesOnStartDescription[] =
4033 "Show query tiles on start surface";
Shakti Sahu8fe5edd2020-05-14 18:57:134034const char kQueryTilesSingleTierName[] = "Show only one level of query tiles";
4035const char kQueryTilesSingleTierDescription[] =
4036 "Show only one level of query tiles";
Shakti Sahudfb40992020-05-12 14:54:544037const char kQueryTilesEnableQueryEditingName[] =
4038 "Query Tiles - Enable query edit mode";
4039const char kQueryTilesEnableQueryEditingDescription[] =
4040 "When a query tile is tapped, the query text will be shown in the omnibox "
4041 "and user will have a chance to edit the text before submitting";
Min Qineac94ae2020-08-14 06:38:454042const char kQueryTilesEnableTrendingName[] =
4043 "Query Tiles - Enable trending queries";
4044const char kQueryTilesEnableTrendingDescription[] =
4045 "Allow tiles of trending queries to show up in front of curated tiles";
Min Qindb99e6f2020-04-29 06:37:264046const char kQueryTilesCountryCode[] = "Country code for getting tiles";
4047const char kQueryTilesCountryCodeDescription[] =
4048 "When query tiles are enabled, this value determines tiles for which "
4049 "country should be displayed.";
4050const char kQueryTilesCountryCodeUS[] = "US";
4051const char kQueryTilesCountryCodeIndia[] = "IN";
4052const char kQueryTilesCountryCodeBrazil[] = "BR";
4053const char kQueryTilesCountryCodeNigeria[] = "NG";
4054const char kQueryTilesCountryCodeIndonesia[] = "ID";
Shakti Sahu8fe5edd2020-05-14 18:57:134055const char kQueryTilesInstantFetchName[] = "Query tile instant fetch";
Xing Liu06f2fa02020-04-30 02:45:194056const char kQueryTilesInstantFetchDescription[] =
4057 "Immediately schedule background task to fetch query tiles";
Min Qinbe050b72021-06-26 01:32:394058const char kQueryTilesRankTilesName[] = "Query Tiles - rank tiles on server";
4059const char kQueryTilesRankTilesDescription[] =
4060 "Rank tiles on server based on client context";
Min Qindb789462021-08-26 04:00:114061const char kQueryTilesSegmentationName[] =
4062 "Query Tiles - use segmentation rules";
4063const char kQueryTilesSegmentationDescription[] =
4064 "enable segmentation rules to decide whether to show query tiles";
Min Qin60ae5b82021-01-07 07:07:504065const char kQueryTilesSwapTrendingName[] =
4066 "Query Tiles - Swap trending queries";
4067const char kQueryTilesSwapTrendingDescription[] =
4068 "Swap trending queries if user didn't click on them after several "
4069 "impressions";
Min Qindb99e6f2020-04-29 06:37:264070
Basia Zimirska55645852023-07-06 23:08:514071const char kReadAloudName[] = "Read Aloud";
4072const char kReadAloudDescription[] = "Controls the Read Aloud feature";
4073
Caroline Risingdb7df182021-01-11 19:49:144074const char kReadLaterFlagId[] = "read-later";
4075const char kReadLaterName[] = "Reading List";
4076const char kReadLaterDescription[] =
4077 "Allow users to save tabs for later. Enables a new button and menu for "
4078 "accessing tabs saved for later.";
4079
Brett Wilsonff596952017-07-14 01:06:554080const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
4081const char kReaderModeHeuristicsDescription[] =
4082 "Determines what pages the Reader Mode infobar is shown on.";
4083const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
4084const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
4085const char kReaderModeHeuristicsAllArticles[] = "All articles";
4086const char kReaderModeHeuristicsAlwaysOff[] = "Never";
4087const char kReaderModeHeuristicsAlwaysOn[] = "Always";
4088
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:184089const char kReaderModeInCCTName[] = "Reader Mode in CCT";
4090const char kReaderModeInCCTDescription[] =
4091 "Open Reader Mode in Chrome Custom Tabs.";
4092
Ioana Pandele9fc19b2f2020-01-23 22:16:504093const char kRecoverFromNeverSaveAndroidName[] =
4094 "UI to recover from never save passwords on Android";
4095const char kRecoverFromNeverSaveAndroidDescription[] =
4096 "Enables showing UI which allows for easy reverting of the decision to "
4097 "never save passwords on a certain webiste";
4098
David Trainora38e60e2020-08-04 23:43:254099const char kReengagementNotificationName[] =
4100 "Enable re-engagement notifications";
4101const char kReengagementNotificationDescription[] =
4102 "Enables Chrome to use the in-product help system to decide when "
4103 "to show re-engagement notifications.";
4104
Donn Denmanc42123c2020-03-19 01:44:244105const char kRelatedSearchesName[] =
4106 "Enables an experiment for Related Searches on Android";
4107const char kRelatedSearchesDescription[] =
Donn Denman15522f42021-02-09 22:49:494108 "Enables requesting related searches suggestions. These will be requested "
4109 "but not shown unless the UI flag is also enabled.";
4110
Shu Yangd1d8f6b82022-06-30 18:46:284111const char kRequestDesktopSiteAdditionsName[] =
4112 "Secondary settings for request desktop site on Android.";
4113const char kRequestDesktopSiteAdditionsDescription[] =
4114 "Secondary options in `Site settings` to request the desktop version of "
4115 "websites based on external display or peripheral.";
4116
Aishwarya Rajesh3d0bd212022-07-22 22:48:314117const char kRequestDesktopSiteDefaultsName[] =
4118 "Default settings for request desktop site on Android.";
4119const char kRequestDesktopSiteDefaultsDescription[] =
4120 "Request the desktop version of websites by default based on device "
4121 "conditions.";
4122
Aishwarya Rajeshed9865f82022-09-12 22:46:574123const char kRequestDesktopSiteDefaultsDowngradeName[] =
4124 "Downgrade default settings for request desktop site on Android.";
4125const char kRequestDesktopSiteDefaultsDowngradeDescription[] =
4126 "Disable the request desktop site global setting if it was enabled by "
4127 "default based on device conditions.";
4128
Shu Yang6673a042023-02-28 00:27:364129const char kRequestDesktopSiteDefaultsLoggingName[] =
4130 "Silently report crashes for debugging request desktop site on Android.";
4131const char kRequestDesktopSiteDefaultsLoggingDescription[] =
4132 "Silently report crashes with display spec when ineligible device shows "
4133 "up in cohort or device screen size exceeds threshold.";
4134
Aishwarya Rajesha327b162023-01-06 01:34:424135const char kRequestDesktopSitePerSiteIphName[] =
4136 "Contextual help for request desktop site site-level settings on Android.";
4137const char kRequestDesktopSitePerSiteIphDescription[] =
4138 "Provide in-product help for desktop site site-level settings.";
4139
Shu Yangb27e9712023-07-07 16:41:424140const char kRequestDesktopSiteWindowSettingName[] =
4141 "Window setting for request desktop site on Android.";
4142const char kRequestDesktopSiteWindowSettingDescription[] =
4143 "Secondary option in `Site settings` to request the desktop version of "
4144 "websites based on window width.";
4145
Aishwarya Rajesh7b43f262022-11-02 20:22:044146const char kRequestDesktopSiteZoomName[] =
4147 "Default zoom for request desktop site on Android.";
4148const char kRequestDesktopSiteZoomDescription[] =
4149 "Apply default page zoom on the desktop version of websites.";
4150
Philip Rogers388e07a2023-03-27 17:54:334151const char kForceOffTextAutosizingName[] =
4152 "Force off heuristics for inflating text sizes on devices with small "
4153 "screens.";
4154const char kForceOffTextAutosizingDescription[] = "Disable text autosizing.";
4155
Illia Klimov352f34a2022-08-18 13:45:134156const char kRevokeNotificationsPermissionIfDisabledOnAppLevelName[] =
4157 "Revoke site-level notification permission on Android";
4158const char kRevokeNotificationsPermissionIfDisabledOnAppLevelDescription[] =
4159 "Allow revoking site-level notification permission if Chrome has no "
4160 "app-level notification permission on Android.";
4161
Henrique Nakashimaaa6c3142022-07-14 21:53:114162const char kSafeModeForCachedFlagsName[] = "Safe Mode for Cached Flags";
4163const char kSafeModeForCachedFlagsDescription[] =
4164 "Attempts recovery from startup crash loops caused by a bad field trial "
4165 "by rolling back to previous known safe flag values.";
4166
Lei Zhange52be9912023-06-23 17:29:134167const char kSafeSitesFilterBehaviorPolicyAndroidName[] =
Fabio Tirelo343dcc82023-03-13 16:34:104168 "Allow SafeSitesFilterBehavior policy on Android";
Lei Zhange52be9912023-06-23 17:29:134169const char kSafeSitesFilterBehaviorPolicyAndroidDescription[] =
Fabio Tirelo343dcc82023-03-13 16:34:104170 "Allows the SafeSitesFilterBehavior policy to be applied on Android.";
4171
Kenechi Okoyeff5bd5f2022-06-13 20:47:534172const char kScreenshotsForAndroidV2Name[] = "Screenshots for Android V2";
4173const char kScreenshotsForAndroidV2Description[] =
4174 "Adds functionality to the share screenshot panel within Chrome Browser"
4175 " on Android";
4176
spdonghaoe4b51242022-03-14 23:06:184177const char kShowScrollableMVTOnNTPAndroidName[] = "Show scrollable MVT on NTP";
4178const char kShowScrollableMVTOnNTPAndroidDescription[] =
4179 "Enable showing the scrollable most visited tiles on NTP.";
4180
Liquan (Max) Guf2834612021-08-31 14:49:164181const char kSecurePaymentConfirmationAndroidName[] =
4182 "Secure Payment Confirmation on Android";
4183const char kSecurePaymentConfirmationAndroidDescription[] =
4184 "Enables Secure Payment Confirmation on Android.";
4185
Elly Fong-Jones6fde14c2022-01-05 18:10:584186const char kSendTabToSelfV2Name[] = "Send tab to self 2.0";
4187const char kSendTabToSelfV2Description[] =
4188 "Enables new received tab "
4189 "UI shown next to the profile icon instead of using system notifications.";
4190
Brett Wilsonff596952017-07-14 01:06:554191const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
4192const char kSetMarketUrlForTestingDescription[] =
4193 "When enabled, sets the market URL for use in testing the update menu "
4194 "item.";
4195
Wenyu Fu385c4962023-04-07 22:19:534196const char kShareSheetCustomActionsPolishName[] =
4197 "Share sheet custom actions polish";
4198const char kShareSheetCustomActionsPolishDescription[] =
4199 "Polish Chrome provided custom actions for share sheet including dropping "
4200 "low engagement actions, and shuffle the ordering. Android only.";
4201
Wenyu Fu2518c9802023-02-08 23:52:264202const char kShareSheetMigrationAndroidName[] = "Share sheet refactor Android";
4203const char kShareSheetMigrationAndroidDescription[] =
4204 "When enabled, use the Android OS share sheet.";
4205
Alex Moshchuk07e1bb42019-03-08 04:44:084206const char kSiteIsolationForPasswordSitesName[] =
4207 "Site Isolation For Password Sites";
4208const char kSiteIsolationForPasswordSitesDescription[] =
4209 "Security mode that enables site isolation for sites based on "
4210 "password-oriented heuristics, such as a user typing in a password.";
4211
Bo Liude36ab62023-02-24 20:08:294212const char kSlimCompositorName[] = "Slim browser compositor";
4213const char kSlimCompositorDescription[] = "Use new simpler browser compositor";
4214
Mark Schillacicc2476f2023-07-06 17:08:084215const char kSmartZoomName[] = "Smart Zoom";
4216const char kSmartZoomDescription[] =
4217 "Enable the Smart Zoom accessibility feature as an alternative approach "
4218 "to zooming web contents.";
4219
Hung Vuc394db62020-08-21 21:26:524220const char kSmartSuggestionForLargeDownloadsName[] =
4221 "Smart suggestion for large downloads";
4222const char kSmartSuggestionForLargeDownloadsDescription[] =
4223 "Smart suggestion that offers download locations for large files.";
4224
Ioana Pandele9fc19b2f2020-01-23 22:16:504225const char kStartSurfaceAndroidName[] = "Start Surface";
4226const char kStartSurfaceAndroidDescription[] =
4227 "Enable showing the start surface when launching Chrome via the "
4228 "launcher.";
4229
Xi Han8e1b2452022-05-26 15:43:164230const char kFeedPositionAndroidName[] = "Feed Position";
4231const char kFeedPositionAndroidDescription[] =
4232 "Enable pushing down or pulling up of Feeds on NTP";
4233
Xi Hanfe309c02022-06-07 16:57:264234const char kSearchResumptionModuleAndroidName[] = "Search Resumption Module";
4235const char kSearchResumptionModuleAndroidDescription[] =
4236 "Enable showing search suggestions on NTP";
4237
Andrey Zaytsev5794f892022-07-14 16:16:554238const char kSiteDataImprovementsName[] = "Site data improvements";
4239const char kSiteDataImprovementsDescription[] =
4240 "Improved 'All sites' and 'Site settings' pages on Android.";
4241
spdonghao86345d52022-09-20 20:13:154242const char kStartSurfaceDisabledFeedImprovementName[] =
4243 "Start Surface Disabled Feed Improvement";
4244const char kStartSurfaceDisabledFeedImprovementDescription[] =
4245 "Enable improving Start surface when Feed is disabled";
4246
Xinyi Ji411f38f2023-02-10 23:32:504247const char kStartSurfaceOnTabletName[] = "Start Surface On Tablet";
4248const char kStartSurfaceOnTabletDescription[] =
4249 "Enable Start Surface On Tablet.";
4250
spdonghao921dbdf42022-07-12 19:02:344251const char kStartSurfaceRefactorName[] = "Start Surface Refactor";
4252const char kStartSurfaceRefactorDescription[] =
4253 "Enable splitting Tab switcher from Start surface";
4254
Sreeja Kamishetty0ecfb5602023-05-02 16:20:524255const char kStartSurfaceSpareTabName[] = "Start Surface Spare Tab";
4256const char kStartSurfaceSpareTabDescription[] =
4257 "Enable using Spare Tab for navigations from Start Surface.";
4258
Xinyi Jie3289432023-03-08 20:42:224259const char kStartSurfaceWithAccessibilityName[] =
4260 "Start Surface With Accessibility";
4261const char kStartSurfaceWithAccessibilityDescription[] =
4262 "Enable Start Surface with Accessibility.";
4263
Lei Zhang0a318af2018-11-14 02:19:464264const char kStrictSiteIsolationName[] = "Strict site isolation";
4265const char kStrictSiteIsolationDescription[] =
4266 "Security mode that enables site isolation for all sites (SitePerProcess). "
4267 "In this mode, each renderer process will contain pages from at most one "
4268 "site, using out-of-process iframes when needed. "
4269 "Check chrome://process-internals to see the current isolation mode. "
4270 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
4271 "default. Here, 'Disabled' is a legacy value that actually means "
4272 "'Default,' in which case site isolation may be already enabled based on "
4273 "platform, enterprise policy, or field trial. See also "
4274 "#site-isolation-trial-opt-out for how to disable site isolation for "
4275 "testing.";
4276
Alex Mitrac4bcea22023-02-09 11:10:154277const char kStylusRichGesturesName[] = "Stylus rich gestures";
4278const char kStylusRichGesturesDescription[] =
4279 "Enable rich gestures for stylus which can be used to modify text in "
4280 "editable web content.";
4281
Bo Liu2f247292023-05-15 18:28:324282const char kSurfaceControlMagnifierName[] = "Surface control magnifier";
4283const char kSurfaceControlMagnifierDescription[] =
4284 "Use magnifier built using SurfaceControl. Depends on SurfaceControl, "
4285 "Slim compositor, and Android OS support. No effect if enabled on "
4286 "unsupported environment.";
4287
Xinyi Ji55e1c77db2023-05-29 19:22:224288const char kSurfacePolishName[] = "Surface Polish";
4289const char kSurfacePolishDescription[] =
4290 "Enable clank home surface polish for Start surface and NTP.";
4291
Sirisha Kavuluru003e0962021-12-08 21:40:304292const char kTabGroupsForTabletsName[] = "Tab groups on tablets";
4293const char kTabGroupsForTabletsDescription[] = "Enable tab groups on tablets.";
4294
Calder Kitagawa04cc6942023-06-14 18:38:464295const char kThumbnailPlaceholderName[] = "Thumbnail placeholder";
4296const char kThumbnailPlaceholderDescription[] =
4297 "Display a placeholder image for missing thumbnails.";
4298
Sirisha Kavuluru263350ba2022-09-08 21:40:214299const char kDiscoverFeedMultiColumnAndroidName[] =
4300 "Multi-column Discover feed Android.";
4301const char kDiscoverFeedMultiColumnAndroidDescription[] =
Sirisha Kavulurue968d502022-10-27 19:37:404302 "Enables single or multi-column Discover feed based on screen width on "
Sirisha Kavuluru263350ba2022-09-08 21:40:214303 "Android.";
4304
Zhe Li5d302c82022-10-12 16:56:544305const char kTabStripRedesignAndroidName[] = "Tab Strip Redesign Android.";
4306const char kTabStripRedesignAndroidDescription[] =
4307 "Enabled Tab Strip Redesign on Android - A visual redesign of Clank Tab "
4308 "Strip that is consistent with GM3.";
4309
Zhe Lidbe38d12023-05-17 23:55:524310const char kTabletToolbarReorderingAndroidName[] =
4311 "Tablet Toolbar Reordering Android.";
4312const char kTabletToolbarReorderingAndroidDescription[] =
4313 "Enable Tablet Toolbar Reordering on Android - Reorder the toolbar by "
4314 "placing the Home button from 1st to the 4th position after the Refresh"
4315 "button to match the Desktop toolbar";
4316
Zhe Li6ed8d9c2023-04-14 18:24:214317const char kEmptyStatesAndroidName[] = "Empty States Android.";
4318const char kEmptyStatesAndroidDescription[] =
4319 "Enabled Clank Empty States on Android - Add illustrations to Clank empty "
4320 "states to update tab switcher UI, recent tabs, bookmarks, reading list "
4321 "and history zero states";
4322
Sirisha Kavulurue968d502022-10-27 19:37:404323const char kFoldableJankFixAndroidName[] = "Fix for jank seen on foldables.";
4324const char kFoldableJankFixAndroidDescription[] =
4325 "Enables fix for jank seen during fold to unfold transition on foldables "
4326 "with Android 12+";
4327
Neil Coronado6a12ed82023-05-11 23:59:004328const char kTabStripStartupRefactoringName[] =
4329 "Refactor for tablet tab strip startup.";
4330const char kTabStripStartupRefactoringDescription[] =
4331 "Enables refactor for tablet tab strip startup. This creates placeholder "
4332 "tabs before the tab strip is initialized to prevent "
4333 "jank (tabs seeming to quickly flicker / scroll).";
4334
Neil Coronado97e135512023-01-11 20:21:094335const char kBaselineGM3SurfaceColorsName[] = "Baseline GM3 Surface Colors";
4336const char kBaselineGM3SurfaceColorsDescription[] =
4337 "Updates baseline surface colors to match the GM3 formula.";
4338
Neil Coronado28176942023-05-01 23:17:454339const char kDelayTempStripRemovalName[] =
4340 "Delay temp tab strip removal on startup";
4341const char kDelayTempStripRemovalDescription[] =
4342 "By delaying the removal of the placeholder tab strip, we mitigate the "
4343 "jank seen as tabs are being restored on startup.";
4344
Mustaq Ahmeda130fec2022-02-09 19:03:264345const char kTouchDragAndContextMenuName[] =
4346 "Simultaneous touch drag and context menu";
4347const char kTouchDragAndContextMenuDescription[] =
4348 "Enables touch dragging and a context menu to start simultaneously, with"
4349 "the assumption that the menu is non-modal.";
4350
Scott Littlec0f9a472022-03-23 19:23:224351const char kTranslateMessageUIName[] = "Translate Message UI";
4352const char kTranslateMessageUIDescription[] =
4353 "Controls whether the Translate Message UI will be shown instead of the "
4354 "Translate InfoBar.";
4355
Peter E Conn9eea1c0b2023-04-24 15:53:454356const char kTwaPostMessageName[] = "PostMessage for Trusted Web Activities";
4357const char kTwaPostMessageDescription[] =
4358 "Enables PostMessage between the "
4359 "shell app and the web page in Trusted Web Activities.";
4360
Brett Wilsonff596952017-07-14 01:06:554361const char kUpdateMenuBadgeName[] = "Force show update menu badge";
4362const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:444363 "When enabled, a badge will be shown on the app menu button if the update "
4364 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:554365
4366const char kUpdateMenuItemCustomSummaryDescription[] =
4367 "When this flag and the force show update menu item flag are enabled, a "
4368 "custom summary string will be displayed below the update menu item.";
4369const char kUpdateMenuItemCustomSummaryName[] =
4370 "Update menu item custom summary";
4371
Tommy Nyquist3c02e592018-10-18 23:36:444372const char kUpdateMenuTypeName[] =
4373 "Forces the update menu type to a specific type";
4374const char kUpdateMenuTypeDescription[] =
4375 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquistb0f8692e2021-10-15 19:13:054376 "the app menu badge and menu item for updates.";
Tommy Nyquist3c02e592018-10-18 23:36:444377const char kUpdateMenuTypeNone[] = "None";
4378const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
4379const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:554380
Tommy Nyquist5b7ac1a02022-08-16 16:56:004381const char kOmahaMinSdkVersionAndroidName[] =
4382 "Forces the minumum Android SDK version to a particular value.";
4383const char kOmahaMinSdkVersionAndroidDescription[] =
4384 "When set, the minimum Android minimum SDK version is set to a particular "
4385 "value which impact the app menu badge, menu items, and settings about "
4386 "screen regarding whether Chrome can be updated.";
4387const char kOmahaMinSdkVersionAndroidMinSdk1Description[] = "Minimum SDK = 1";
4388const char kOmahaMinSdkVersionAndroidMinSdk1000Description[] =
4389 "Minimum SDK = 1000";
4390
Shakti Sahu2741f8d2020-08-14 03:38:364391const char kVideoTutorialsName[] = "Enable video tutorials";
4392const char kVideoTutorialsDescription[] = "Show video tutorials in Chrome";
4393
bttk8031f3fb2021-02-25 20:21:244394const char kAdaptiveButtonInTopToolbarName[] = "Adaptive button in top toolbar";
4395const char kAdaptiveButtonInTopToolbarDescription[] =
4396 "Enables showing an adaptive action button in the top toolbar";
Salvador Guerrerob5d9c762023-03-22 21:24:034397
Salvador Guerreroa071de302023-03-18 00:34:274398const char kAdaptiveButtonInTopToolbarTranslateName[] =
4399 "Adaptive button in top toolbar - Translate button";
4400const char kAdaptiveButtonInTopToolbarTranslateDescription[] =
4401 "Enables a translate button in the top toolbar. Must be selected in "
4402 "Settings > Toolbar Shortcut.";
Salvador Guerrerob5d9c762023-03-22 21:24:034403const char kAdaptiveButtonInTopToolbarAddToBookmarksName[] =
4404 "Adaptive button in top toolbar - Add to bookmarks button";
4405const char kAdaptiveButtonInTopToolbarAddToBookmarksDescription[] =
4406 "Enables an add to bookmarks button in the top toolbar. Must be selected "
4407 "in "
4408 "Settings > Toolbar Shortcut.";
4409
bttk74acf1b2021-05-19 20:20:594410const char kAdaptiveButtonInTopToolbarCustomizationName[] =
4411 "Adaptive button in top toolbar customization";
4412const char kAdaptiveButtonInTopToolbarCustomizationDescription[] =
4413 "Enables UI for customizing the adaptive action button in the top toolbar";
Josh Simmons68941d122020-11-11 02:49:044414
Ken Buchanan3e7f855d2023-04-12 01:03:224415const char kWebAuthnAndroidCredManName[] =
4416 "Android Credential Management for passkeys";
4417const char kWebAuthnAndroidCredManDescription[] =
4418 "Use Credential Management API for passkeys. Requires Android 14 or "
4419 "higher.";
4420
Ella Ge95775d72023-06-14 21:27:174421const char kWebApkInstallFailureNotificationName[] =
4422 "Web app install failure notification";
4423const char kWebApkInstallFailureNotificationDescription[] =
4424 "Enables showing a notification when web app install failed";
4425
4426const char kWebApkInstallFailureRetryName[] = "Web app install retry";
4427const char kWebApkInstallFailureRetryDescription[] =
4428 "Allows user to retry failed web app installs with the failure "
4429 "notification";
4430
Carlos Knippschild0cf5a072020-12-01 00:15:534431const char kWebFeedName[] = "Web Feed";
4432const char kWebFeedDescription[] =
4433 "Allows users to keep up with and consume web content.";
4434
Pete Williamson55cbb162022-04-09 02:41:524435const char kWebFeedAwarenessName[] = "Web Feed Awareness";
4436const char kWebFeedAwarenessDescription[] =
4437 "Helps the user discover the web feed.";
4438
Pete Williamson06a50ba2022-03-10 02:08:534439const char kWebFeedOnboardingName[] = "Web Feed Onboarding";
4440const char kWebFeedOnboardingDescription[] =
Pete Williamson55cbb162022-04-09 02:41:524441 "Helps the user understand how to use the web feed.";
Pete Williamson06a50ba2022-03-10 02:08:534442
Cathy Lie949b3c2021-09-10 20:15:454443const char kWebFeedSortName[] = "Web Feed Sort";
4444const char kWebFeedSortDescription[] =
4445 "Allows users to sort their web content in the web feed. "
4446 "Only works if Web Feed is also enabled.";
4447
Alex Cooper5fca205f2023-03-20 23:13:274448const char kWebXrSharedBuffersName[] = "WebXR Shared Buffers";
4449const char kWebXrSharedBuffersDescription[] =
4450 "Toggles whether or not WebXR attempts to use SharedBuffers for moving "
4451 "textures from the device to the renderer. When this flag is set to either "
4452 "enabled or default SharedBuffer support will be dependent on what the "
4453 "device can actually support.";
4454
Justin DeWitt83faf9d12020-12-17 23:18:034455const char kXsurfaceMetricsReportingName[] = "Xsurface Metrics Reporting";
4456const char kXsurfaceMetricsReportingDescription[] =
4457 "Allows metrics reporting state to be passed to Xsurface";
4458
Anna Tsvirchkova94fecb5f2022-04-14 10:34:044459const char kPasswordEditDialogWithDetailsName[] =
4460 "Password edit dialog with details UI";
4461const char kPasswordEditDialogWithDetailsDescription[] =
4462 "Enables UI which shows the dialog after clicking on save/update password"
4463 " with the functionality to choose user account and edit the password.";
4464
liyanbo.monster41ebdd12022-06-30 04:32:324465const char kEnableAndroidGamepadVibrationName[] = "Gamepad vibration";
4466const char kEnableAndroidGamepadVibrationDescription[] =
4467 "Enables the ability to play vibration effects on supported gamepads.";
4468
Wissem Gamra2a91d862022-08-17 18:17:224469const char kCormorantName[] = "Cormorant";
4470const char kCormorantDescription[] = "Enables the experimental Cormorant UI.";
4471
Alexander Cooper98a8edb2023-05-23 18:04:054472#if BUILDFLAG(ENABLE_VR) && BUILDFLAG(ENABLE_OPENXR)
4473const char kOpenXRName[] = "Enable OpenXR WebXR Runtime";
4474const char kOpenXRDescription[] =
4475 "Enables the use of the OpenXR runtime to create WebXR sessions.";
4476#endif
4477
Brett Wilson7b44537e2017-08-18 01:38:284478// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:554479
Xiaohan Wang55ae2c012022-01-20 21:49:114480#else // BUILDFLAG(IS_ANDROID)
brettw5f9c1642017-05-14 17:12:484481
Benjamin Zielinski04f8c802023-04-13 23:26:554482const char kAccessCodeCastFreezeUiName[] =
4483 "Pause Cast sessions (Access Code Cast users only)";
4484const char kAccessCodeCastFreezeUiDescription[] =
4485 "When enabled, adds controls to pause Cast sessions when sharing tab or "
4486 "screen, if using Access Code Casting.";
4487
echo linkerb7f43382022-02-10 23:20:344488const char kAppManagementAppDetailsName[] =
4489 "Enable App Details in App Management.";
4490const char kAppManagementAppDetailsDescription[] =
4491 "Show app details on an app's App Management page.";
4492
Lei Zhang1a6fd01b2021-03-24 17:03:484493const char kAllowAllSitesToInitiateMirroringName[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154494 "Allow all sites to initiate mirroring";
Lei Zhang1a6fd01b2021-03-24 17:03:484495const char kAllowAllSitesToInitiateMirroringDescription[] =
Takumi Fujimotobf466ac2020-08-18 20:55:154496 "When enabled, allows all websites to request to initiate tab mirroring "
4497 "via Presentation API. Requires #cast-media-route-provider to also be "
4498 "enabled";
4499
Sunggook Chue99ab1982023-06-20 21:24:064500const char kDialMediaRouteProviderName[] =
4501 "Allow cast device discovery with DIAL protocol";
4502const char kDialMediaRouteProviderDescription[] =
4503 "Enable/Disable the browser discovery of the DIAL support cast device."
4504 "It sends a discovery SSDP message every 120 seconds";
4505
mark a. foltz8d3e26ed2023-03-17 17:46:574506const char kMediaRouterOtrInstanceName[] =
4507 "Create a separate Media Router instance for off-the-record "
4508 "profiles.";
4509const char kMediaRouterOtrInstanceDescription[] =
4510 "When enabled, a separate Media Router instance will be created for "
4511 "off-the-record (\"incognito\") profiles.";
4512
George Benz05086302023-05-02 23:39:104513const char kCastMirroringTargetPlayoutDelayName[] =
4514 "Changes the target playout delay for cast mirroring.";
4515const char kCastMirroringTargetPlayoutDelayDescription[] =
4516 "Choose a target playout delay for cast mirroring. A lower delay will "
4517 "decrease latency, but may come at the cost of other quality standards "
4518 "such as dropped frames or FPS.";
4519const char kCastMirroringTargetPlayoutDelayDefault[] = "400ms (default)";
4520const char kCastMirroringTargetPlayoutDelay100ms[] = "100ms.";
4521const char kCastMirroringTargetPlayoutDelay150ms[] = "150ms.";
4522const char kCastMirroringTargetPlayoutDelay200ms[] = "200ms.";
4523const char kCastMirroringTargetPlayoutDelay250ms[] = "250ms.";
4524const char kCastMirroringTargetPlayoutDelay300ms[] = "300ms.";
4525const char kCastMirroringTargetPlayoutDelay350ms[] = "3500ms.";
4526
Anthony Cuie4109852022-07-27 19:01:014527const char kCopyLinkToTextName[] = "Copy Link To Text";
4528const char kCopyLinkToTextDescription[] =
4529 "Adds an item to the context menu to allow a user to copy a link to the "
4530 "page with the selected text highlighted.";
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
Lei Zhange52be9912023-06-23 17:29:134567const char kHighEfficiencyMultistateModeAvailableName[] =
Alison Galea48e0e12023-05-10 22:57:524568 "Enable the multi-state option for Memory Saver Mode.";
Lei Zhange52be9912023-06-23 17:29:134569const char kHighEfficiencyMultistateModeAvailableDescription[] =
Alison Galea48e0e12023-05-10 22:57:524570 "When enabled, Memory Saver can take one of three options: enabled with a "
Gabriel Charetted2cdb222023-06-15 15:28:174571 "heuristic mode, enabled with a fixed timer, and discarded. Configure this "
Alison Galea48e0e12023-05-10 22:57:524572 "through the settings page.";
4573
Lei Zhange52be9912023-06-23 17:29:134574const char kHighEfficiencyDiscardedTabTreatmentName[] =
Alison Galee124dea32023-05-05 21:39:054575 "Enable discarded tab treatment for Memory Saver Mode.";
Lei Zhange52be9912023-06-23 17:29:134576const char kHighEfficiencyDiscardedTabTreatmentDescription[] =
Alison Galee124dea32023-05-05 21:39:054577 "When enabled, discarded tabs will have a modified favicon to indicate "
4578 "that state.";
4579
Lei Zhange52be9912023-06-23 17:29:134580const char kHighEfficiencyMemoryUsageInHovercardsName[] =
Alison Galeeebae682023-06-06 20:30:534581 "Show memory usage in hovercards.";
Lei Zhange52be9912023-06-23 17:29:134582const char kHighEfficiencyMemoryUsageInHovercardsDescription[] =
Alison Galeeebae682023-06-06 20:30:534583 "When enabled, memory usage for active tabs can be found in their "
4584 "hovercards.";
4585
Lei Zhange52be9912023-06-23 17:29:134586const char kHighEfficiencyDiscardExceptionsImprovementsName[] =
Alison Galeaf767012023-05-12 18:27:064587 "Enable improvements to creating tab discard exceptions.";
Lei Zhange52be9912023-06-23 17:29:134588const char kHighEfficiencyDiscardExceptionsImprovementsDescription[] =
Alison Galeaf767012023-05-12 18:27:064589 "When enabled, tab discard exceptions can be created from the Memory Saver "
4590 "page action chip dialog and they can be created from currently open tabs "
4591 "via the settings page.";
4592
Lei Zhange52be9912023-06-23 17:29:134593const char kHighEfficiencySavingsReportingImprovementsName[] =
Alison Gale56cd69b2023-04-25 16:56:324594 "Enable improvements to how memory savings are reported.";
Lei Zhange52be9912023-06-23 17:29:134595const char kHighEfficiencySavingsReportingImprovementsDescription[] =
Alison Gale56cd69b2023-04-25 16:56:324596 "When enabled, the Memory Saver page action chip and dialog will be used "
4597 "to highlight memory savings.";
4598
Nicolas MacBeth3dcf7532023-04-21 21:30:134599#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Lei Zhange52be9912023-06-23 17:29:134600const char kIOSPromoPasswordBubbleName[] =
Nicolas MacBeth3dcf7532023-04-21 21:30:134601 "Contextual Chrome for iOS promo in the password save/update bubble.";
Lei Zhange52be9912023-06-23 17:29:134602const char kIOSPromoPasswordBubbleDecription[] =
Nicolas MacBeth3dcf7532023-04-21 21:30:134603 "When enabled, a contextual Chrome for iOS promo will be shown to eligible "
4604 "users. The different flag options are for the promo's activation.";
4605#endif
4606
Richard Knoll7b293562021-07-08 08:49:064607const char kMuteNotificationSnoozeActionName[] =
4608 "Snooze action for mute notifications";
4609const char kMuteNotificationSnoozeActionDescription[] =
4610 "Adds a Snooze action to mute notifications shown while sharing a screen.";
4611
Paul Adedejiabbaf292023-04-03 21:21:184612const char kNtpAlphaBackgroundCollectionsName[] =
4613 "NTP Alpha Background Collections";
4614const char kNtpAlphaBackgroundCollectionsDescription[] =
4615 "Shows alpha NTP background collections in Customize Chrome.";
4616
Paul Adedejic4acd3092023-05-22 19:29:134617const char kNtpBackgroundImageErrorDetectionName[] =
4618 "NTP Background Image Error Detection";
4619const char kNtpBackgroundImageErrorDetectionDescription[] =
4620 "Checks NTP background image links for HTTP status errors.";
4621
Esmael El-Moslimanyf85849d2021-01-15 02:18:104622const char kNtpCacheOneGoogleBarName[] = "Cache OneGoogleBar";
4623const char kNtpCacheOneGoogleBarDescription[] =
4624 "Enables using the OneGoogleBar cached response in chrome://new-tab-page, "
4625 "when available.";
4626
Paul Adedeji1ed53002022-06-13 20:15:304627const char kNtpChromeCartModuleName[] = "NTP Chrome Cart Module";
4628const char kNtpChromeCartModuleDescription[] =
4629 "Shows the chrome cart module on the New Tab Page.";
Tibor Goldschwendt16a63cb2020-08-04 19:08:154630
Roman Arora201df092022-10-20 16:53:514631const char kNtpComprehensiveThemeRealboxName[] =
4632 "NTP Comprehensive Theme Realbox";
4633const char kNtpComprehensiveThemeRealboxDescription[] =
4634 "Applies theme based colors to the NTP Realbox element";
4635
Yo Wakitadcd38802022-10-12 17:27:074636const char kNtpDesktopLensName[] = "NTP Desktop Lens Entrypoint";
4637const char kNtpDesktopLensDescription[] =
4638 "Shows a Lens entrypoint and upload dialog in desktop NTP when enabled.";
4639
Andre Vincent60a5c5d2020-12-24 02:53:014640const char kNtpDriveModuleName[] = "NTP Drive Module";
4641const char kNtpDriveModuleDescription[] =
4642 "Shows the Google Drive module on the New Tab Page";
4643
Paul Adedeji680466942022-01-13 22:10:504644#if !defined(OFFICIAL_BUILD)
4645const char kNtpDummyModulesName[] = "NTP Dummy Modules";
4646const char kNtpDummyModulesDescription[] =
4647 "Adds dummy modules to New Tab Page when 'NTP Modules Redesigned' is "
4648 "enabled.";
4649#endif
4650
Roman Arorac7579c92023-02-27 22:17:174651const char kNtpHistoryClustersModuleName[] = "NTP Journeys Module";
4652const char kNtpHistoryClustersModuleDescription[] =
4653 "Shows the Journeys module on the New Tab Page.";
4654
Marlon Faceydaec90812023-06-29 20:14:054655const char kNtpHistoryClustersModuleSuggestionChipHeaderName[] =
4656 "NTP Journeys Module Suggestion Chip Header ";
4657const char kNtpHistoryClustersModuleSuggestionChipHeaderDescription[] =
4658 "Shows the historical suggestion chip in the header if enabled.";
4659
Sophie Changdf637c982023-05-14 17:06:314660const char kNtpHistoryClustersModuleUseModelRankingName[] =
4661 "NTP Journeys Module Model Ranking";
4662const char kNtpHistoryClustersModuleUseModelRankingDescription[] =
4663 "Leverages a machine learning model to rank clusters for the Journeys "
4664 "module on the New Tab Page.";
4665
Marlon Facey138ad7142023-07-11 22:21:354666const char kNtpHistoryClustersModuleTextOnlyName[] =
4667 "NTP Journeys Module Text Only";
4668const char kNtpHistoryClustersModuleTextOnlyDescription[] =
4669 "Shows only text (i.e. no images) for Journeys module visits on the New "
4670 "Tab Page.";
4671
Yue Zhangb7a521b2023-04-11 22:33:194672const char kNtpChromeCartInHistoryClustersModuleName[] =
4673 "NTP ChromeCart in Journeys Module";
4674const char kNtpChromeCartInHistoryClustersModuleDescription[] =
4675 "Shows ChromeCart tile in the Journeys module when available on the New "
4676 "Tab Page.";
4677
Yue Zhang9d4bff02023-04-26 15:32:054678const char kNtpChromeCartHistoryClusterCoexistName[] =
4679 "NTP ChromeCart and Journeys Module Coexist";
4680const char kNtpChromeCartHistoryClusterCoexistDescription[] =
4681 "Shows ChromeCart module and ChromeCart+Journeys module together when "
4682 "available on the New Tab Page.";
4683
Paul Adedeji1ed53002022-06-13 20:15:304684const char kNtpMiddleSlotPromoDismissalName[] =
4685 "NTP Middle Slot Promo Dismissal";
4686const char kNtpMiddleSlotPromoDismissalDescription[] =
4687 "Allows middle slot promo to be dismissed from New Tab Page until "
4688 "new promo message is populated.";
Rohit Bhatia34189362021-09-04 03:55:204689
Lydia Lam44eea142021-06-10 01:19:004690const char kNtpModulesDragAndDropName[] = "NTP Modules Drag and Drop";
4691const char kNtpModulesDragAndDropDescription[] =
4692 "Enables modules to be reordered via dragging and dropping on the "
4693 "New Tab Page.";
4694
Paul Adedejid25542d32022-03-09 03:06:374695const char kNtpModulesFirstRunExperienceName[] =
4696 "NTP Modules First Run Experience";
4697const char kNtpModulesFirstRunExperienceDescription[] =
4698 "Shows first run experience for Modular NTP Desktop v1.";
4699
Tibor Goldschwendtf9501a62023-03-23 03:11:194700const char kNtpModulesHeaderIconName[] = "NTP Modules Header Icon";
4701const char kNtpModulesHeaderIconDescription[] =
4702 "Shows icons in NTP module headers.";
4703
Paul Adedeji1ed53002022-06-13 20:15:304704const char kNtpModulesRedesignedName[] = "NTP Modules Redesigned";
4705const char kNtpModulesRedesignedDescription[] =
4706 "Shows the redesigned modules on the New Tab Page.";
4707
4708const char kNtpPhotosModuleName[] = "NTP Photos Module";
4709const char kNtpPhotosModuleDescription[] =
4710 "Shows the Google Photos module on the New Tab Page";
4711
4712const char kNtpPhotosModuleOptInArtWorkName[] =
4713 "NTP Photos Module Opt In ArtWork";
4714const char kNtpPhotosModuleOptInArtWorkDescription[] =
4715 "Determines the art work in the NTP Photos Opt-In card";
4716
4717const char kNtpPhotosModuleOptInTitleName[] = "NTP Photos Module Opt In Title";
4718const char kNtpPhotosModuleOptInTitleDescription[] =
4719 "Determines the title of the NTP Photos Opt-In card";
4720
4721const char kNtpPhotosModuleSoftOptOutName[] = "NTP Photos Module Soft Opt-Out";
4722const char kNtpPhotosModuleSoftOptOutDescription[] =
4723 "Enables soft opt-out option in Photos opt-in card";
4724
Tibor Goldschwendt899492d2023-06-14 00:03:514725const char kNtpRealboxIsTallName[] = "NTP Realbox Is Tall";
4726const char kNtpRealboxIsTallDescription[] =
4727 "Makes NTP Realbox taller when enabled.";
4728
Marlon Faceya00e2f92022-01-27 23:04:094729const char kNtpRealboxMatchSearchboxThemeName[] =
4730 "NTP Realbox Matches Searchbox Theme";
4731const char kNtpRealboxMatchSearchboxThemeDescription[] =
Marlon Facey4a2c2072022-09-26 23:24:534732 "Makes NTP Realbox drop shadow match that of the Searchbox when enabled.";
Marlon Faceya00e2f92022-01-27 23:04:094733
Marlon Facey904d12442021-09-02 23:02:244734const char kNtpRealboxPedalsName[] = "NTP Realbox Pedals";
4735const char kNtpRealboxPedalsDescription[] =
4736 "Shows pedals in the NTP Realbox when enabled.";
4737
John Lee07f68aa2023-05-19 21:32:584738const char kNtpRealboxWidthBehaviorName[] = "NTP Realbox Width Behavior";
4739const char kNtpRealboxWidthBehaviorDescription[] =
4740 "Determines the width of the NTP realbox.";
4741
Marlon Facey94eac62a02021-12-15 01:16:374742const char kNtpRealboxUseGoogleGIconName[] = "NTP Realbox Google G Icon";
4743const char kNtpRealboxUseGoogleGIconDescription[] =
4744 "Shows Google G icon "
4745 "instead of Search Loupe in realbox when enabled";
4746
Paul Adedeji1ed53002022-06-13 20:15:304747const char kNtpRecipeTasksModuleName[] = "NTP Recipe Tasks Module";
4748const char kNtpRecipeTasksModuleDescription[] =
4749 "Shows the recipe tasks module on the New Tab Page.";
4750
Tibor Goldschwendta82f86c2023-03-14 00:26:514751const char kNtpReducedLogoSpaceName[] = "NTP Reduced Logo Space";
4752const char kNtpReducedLogoSpaceDescription[] =
4753 "Reduces space the logo fills up vertically.";
4754
Paul Adedeji1ed53002022-06-13 20:15:304755const char kNtpSafeBrowsingModuleName[] = "NTP Safe Browsing Module";
4756const char kNtpSafeBrowsingModuleDescription[] =
4757 "Shows the safe browsing module on the New Tab Page.";
4758
Tibor Goldschwendteec42922023-03-22 18:54:544759const char kNtpSingleRowShortcutsName[] = "NTP Single Row Shortcuts";
4760const char kNtpSingleRowShortcutsDescription[] =
4761 "Shows shortcuts in a single wide row on the New Tab Page.";
4762
Tibor Goldschwendtf9501a62023-03-23 03:11:194763const char kNtpWideModulesName[] = "NTP Wide Modules";
4764const char kNtpWideModulesDescription[] =
4765 "Shows wide NTP modules if NTP provides enough space.";
4766
Aran Gilman766c2ad2019-04-18 00:15:414767const char kEnableReaderModeName[] = "Enable Reader Mode";
4768const char kEnableReaderModeDescription[] =
4769 "Allows viewing of simplified web pages by selecting 'Customize and "
4770 "control Chrome'>'Distill page'";
4771
Wei Li2946b352019-08-19 21:49:544772const char kHappinessTrackingSurveysForDesktopDemoName[] =
4773 "Happiness Tracking Surveys Demo";
4774const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
4775 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
4776
Ehimare Okoyomon04c9bfe22023-07-13 14:04:284777const char kHatsWebUIName[] = "HaTS in Chrome WebUI";
4778const char kHatsWebUIDescription[] =
4779 "Enables the Happiness Tracking Surveys being delivered via chrome webui, "
4780 "rather than a separate static website.";
4781
Ramin Halavati7935b622022-11-16 08:11:464782const char kLayoutExtractionName[] = "Layout Extraction";
4783const char kLayoutExtractionDescription[] =
4784 "Enables Layout Extraction local machine intelligence library to use "
4785 "screen snapshots to add metadata for accessibility tools.";
4786
Travis Skarebcdb5ed32018-08-17 01:49:404787const char kOmniboxDriveSuggestionsName[] =
4788 "Omnibox Google Drive Document suggestions";
manukh918d82552022-10-11 01:12:224789const char kOmniboxDriveSuggestionsDescription[] =
Travis Skarebcdb5ed32018-08-17 01:49:404790 "Display suggestions for Google Drive documents in the omnibox when Google "
4791 "is the default search engine.";
4792
Martin Šrámek60a679d22023-06-30 11:30:534793const char kOmniboxDriveSuggestionsNoSettingName[] =
Justin Donnelly613ba802023-07-07 23:06:294794 "Omnibox Google Drive Document suggestions don't require separate setting";
Martin Šrámek60a679d22023-06-30 11:30:534795const char kOmniboxDriveSuggestionsNoSettingDescription[] =
Justin Donnelly613ba802023-07-07 23:06:294796 "Omnibox Drive suggestions don't require a separate setting and are "
4797 "available when all other requirements are met. The existing 'Improve "
4798 "search suggestions' setting can still be used to disable all server-side "
4799 "suggestions altogether.";
4800
4801const char kOmniboxDriveSuggestionsNoSyncRequirementName[] =
4802 "Omnibox Google Drive Document suggestions don't require Chrome Sync";
4803const char kOmniboxDriveSuggestionsNoSyncRequirementDescription[] =
4804 "Omnibox Drive suggestions don't require the user to have enabled Chrome "
4805 "Sync and are available when all other requirements are met.";
Martin Šrámek60a679d22023-06-30 11:30:534806
Filipa Senracb661ca32023-04-19 16:03:134807const char kPermissionStorageAccessAPIName[] =
4808 "Storage Access API permission UI";
4809const char kPermissionStorageAccessAPIDescription[] =
4810 "Enables the new Storage Access API permission UI on Desktop";
4811
Moe Ahmadi6a814b92023-04-11 23:28:464812const char kRealboxSecondaryZeroSuggestName[] =
4813 "Enables showing secondary zero-prefix suggestions in NTP realbox.";
4814const char kRealboxSecondaryZeroSuggestDescription[] =
4815 "When enabled, allows showing secondary zero-prefix suggestions in NTP "
4816 "realbox.";
4817
Chris Thompson657d5c82020-10-08 23:04:104818const char kSCTAuditingName[] = "SCT auditing";
4819const char kSCTAuditingDescription[] =
4820 "Enables SCT auditing for users who have opted in to Safe Browsing "
4821 "Extended Reporting.";
4822
Viktoriia Kovalovad2329092023-07-04 12:55:224823const char kSmartCardWebApiName[] = "Smart Card API";
4824const char kSmartCardWebApiDescription[] =
4825 "Enable access to the Smart Card API. See "
4826 "https://github.com/WICG/web-smart-card#readme for more information.";
4827
Jochen Eisingerbd1033a2023-03-27 18:31:234828#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
4829const char kSettingsEnableGetTheMostOutOfChromeName[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184830 "'Get the most out of Chrome' documentation";
Jochen Eisingerbd1033a2023-03-27 18:31:234831const char kSettingsEnableGetTheMostOutOfChromeDescription[] =
Jochen Eisinger6ef16de2023-03-23 20:44:184832 "When enabled, the 'Get the most out of Chrome' documentation section "
4833 "will be available.";
Jochen Eisingerbd1033a2023-03-27 18:31:234834#endif
Jochen Eisinger6ef16de2023-03-23 20:44:184835
Alan Cutter5ad03af2023-06-15 08:53:294836const char kWebAppDedupeInstallUrlsName[] = "Web App Dedupe Install URLs";
4837const char kWebAppDedupeInstallUrlsDescription[] =
4838 "Enables a clean up fix for web apps that were installed by external "
4839 "(non-user) sources that install the same URL but result in different web "
4840 "apps being installed.";
4841
Alan Cutter9aa158b2023-01-20 16:12:144842const char kWebAppManifestImmediateUpdatingName[] =
4843 "Web App Manifest Immediate Updating";
4844const char kWebAppManifestImmediateUpdatingDescription[] =
4845 "Enables web app manifest updates to apply to running web app windows as "
4846 "soon as a change has been detected instead of waiting for all app windows "
4847 "to be closed.";
4848
Alan Cutter51d16c82023-04-17 08:29:054849const char kWebAppSyncGeneratedIconBackgroundFixName[] =
4850 "Web App Sync Generated Icon Background Fix";
4851const char kWebAppSyncGeneratedIconBackgroundFixDescription[] =
4852 "Schedules attempts to fix generated icons for sync installed web apps in "
4853 "the background with exponential backoff within their permitted fix time "
4854 "window.";
4855
4856const char kWebAppSyncGeneratedIconRetroactiveFixName[] =
4857 "Web App Sync Generated Icon Retroactive Fix";
4858const char kWebAppSyncGeneratedIconRetroactiveFixDescription[] =
4859 "Starts a time window for existing sync installed web apps with generated "
4860 "icons for background/update events to attempt fixes.";
4861
4862const char kWebAppSyncGeneratedIconUpdateFixName[] =
4863 "Web App Sync Generated Icon Update Fix";
4864const char kWebAppSyncGeneratedIconUpdateFixDescription[] =
Alan Cutterb9da75942023-04-06 02:05:344865 "Allows web apps installed via sync to update their icons without prompting"
4866 "during a manifest update if the icons were generated, indictative of"
4867 "network errors during the sync install.";
4868
Paul Adedeji1ed53002022-06-13 20:15:304869const char kWebAuthenticationPermitEnterpriseAttestationName[] =
4870 "Web Authentication Enterprise Attestation";
4871const char kWebAuthenticationPermitEnterpriseAttestationDescription[] =
4872 "Permit a set of origins to request a uniquely identifying enterprise "
4873 "attestation statement from a security key when creating a Web "
4874 "Authentication credential.";
4875
Danil Somsikov0d206142022-11-28 23:37:204876const char kDevToolsTabTargetLiteralName[] = "DevTools using Tab Target";
4877const char kDevToolsTabTargetLiteralDescription[] =
4878 "Makes DevTools use an experimental CDP Tab target.";
4879
Xiaohan Wang55ae2c012022-01-20 21:49:114880#endif // BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:284881
4882// Windows ---------------------------------------------------------------------
4883
Xiaohan Wang55ae2c012022-01-20 21:49:114884#if BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:284885
Bill Carr49f46082022-02-28 17:54:414886const char kCalculateNativeWinOcclusionName[] =
4887 "Calculate window occlusion on Windows";
4888const char kCalculateNativeWinOcclusionDescription[] =
4889 "Calculate window occlusion on Windows will be used in the future "
4890 "to throttle and potentially unload foreground tabs in occluded windows";
4891
Igor Ruvinova21c076a2023-05-10 18:51:094892const char kCloudApAuthAttachAsHeaderName[] =
4893 "CloudAP authentication data headers";
4894const char kCloudApAuthAttachAsHeaderDescription[] =
4895 "Allows certain ambient authentication data to be added to HTTP requests "
4896 "as separate headers instead of being appended to the cookie "
4897 "header.";
4898
Armando Miragliad2e6fc9e2020-03-06 09:23:094899const char kEnableMediaFoundationVideoCaptureName[] =
4900 "MediaFoundation Video Capture";
4901const char kEnableMediaFoundationVideoCaptureDescription[] =
4902 "Enable/Disable the usage of MediaFoundation for video capture. Fall back "
4903 "to DirectShow if disabled.";
4904
Xiaohan Wang9c9e5d35c2021-09-02 17:36:094905const char kHardwareSecureDecryptionName[] = "Hardware Secure Decryption";
4906const char kHardwareSecureDecryptionDescription[] =
4907 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4908 "for protected content playback.";
4909
Xiaohan Wang2d588832021-11-16 00:57:074910const char kHardwareSecureDecryptionExperimentName[] =
4911 "Hardware Secure Decryption Experiment";
4912const char kHardwareSecureDecryptionExperimentDescription[] =
4913 "Enable/Disable the use of hardware secure Content Decryption Module (CDM) "
4914 "for experimental protected content playback.";
4915
Xiaohan Wang90409292022-03-26 09:06:284916const char kHardwareSecureDecryptionFallbackName[] =
4917 "Hardware Secure Decryption Fallback";
4918const char kHardwareSecureDecryptionFallbackDescription[] =
4919 "Allows automatically disabling hardware secure Content Decryption Module "
4920 "(CDM) after failures or crashes. Subsequent playback may use software "
4921 "secure CDMs. If this feature is disabled, the fallback will never happen "
4922 "and users could be stuck with playback failures.";
4923
Bill Carrc2abb9222021-11-07 22:02:564924const char kMediaFoundationClearName[] = "MediaFoundation for Clear";
4925const char kMediaFoundationClearDescription[] =
4926 "Enable/Disable the use of MediaFoundation for non-protected content "
4927 "playback on supported systems.";
4928
henrikac66d1012021-01-19 13:59:184929const char kRawAudioCaptureName[] = "Raw audio capture";
4930const char kRawAudioCaptureDescription[] =
4931 "Enable/Disable the usage of WASAPI raw audio capture. When enabled, the "
4932 "audio stream is a 'raw' stream that bypasses all signal processing except "
4933 "for endpoint specific, always-on processing in the Audio Processing Object"
4934 " (APO), driver, and hardware.";
4935
Lei Zhangc05af2a2020-05-15 20:54:054936const char kRunVideoCaptureServiceInBrowserProcessName[] =
4937 "Run video capture service in browser";
4938const char kRunVideoCaptureServiceInBrowserProcessDescription[] =
4939 "Run the video capture service in the browser process.";
Brett Wilson7b44537e2017-08-18 01:38:284940
Jonah Ryan-Davis90ae3322021-09-21 17:34:484941const char kUseAngleDescriptionWindows[] =
Olli Etuaho122321192018-09-07 10:15:294942 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
4943 "computers by default. Using the OpenGL driver as the graphics backend may "
4944 "result in higher performance in some graphics-heavy applications, "
4945 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
4946 "video playback.";
4947
Olli Etuaho122321192018-09-07 10:15:294948const char kUseAngleD3D11[] = "D3D11";
4949const char kUseAngleD3D9[] = "D3D9";
Nathan Zabriskie70c046f2019-10-16 01:19:024950const char kUseAngleD3D11on12[] = "D3D11on12";
Olli Etuaho122321192018-09-07 10:15:294951
Alex Forrenceb42504892022-07-20 21:50:074952const char kUseWaitableSwapChainName[] = "Use waitable swap chains";
4953const char kUseWaitableSwapChainDescription[] =
4954 "Use waitable swap chains to reduce presentation latency (effective only "
4955 "Windows 8.1 or later). If enabled, specify the maximum number of frames "
4956 "that can be queued, ranging from 1-3. 1 has the lowest delay but is most "
4957 "likely to drop frames, while 3 has the highest delay but is least likely "
4958 "to drop frames.";
4959
Brett Wilson7b44537e2017-08-18 01:38:284960const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
4961const char kUseWinrtMidiApiDescription[] =
4962 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
4963 "later).";
4964
Jackson Loefflera6915ef2023-05-23 16:36:474965const char kWindows11MicaTitlebarName[] = "Windows 11 Mica titlebar";
4966const char kWindows11MicaTitlebarDescription[] =
4967 "Use the DWM system-drawn Mica titlebar on Windows 11, version 22H2 (build "
4968 "22621) and above.";
4969
Eric Lawrencebff3a1652023-05-23 04:12:034970#if BUILDFLAG(ENABLE_EXTENSIONS)
4971const char kLaunchWindowsNativeHostsDirectlyName[] =
4972 "Force Native Host Executables to Launch Directly";
4973const char kLaunchWindowsNativeHostsDirectlyDescription[] =
4974 "Force Native Host executables to launch directly via CreateProcess.";
4975#endif // ENABLE_EXTENSIONS
4976
Daniel Hosseinian159cb3d2020-03-13 03:02:024977#if BUILDFLAG(ENABLE_PRINTING)
Lei Zhang1419cab2021-09-09 17:04:444978const char kPrintWithPostScriptType42FontsName[] =
4979 "Print with PostScript Type 42 fonts";
4980const char kPrintWithPostScriptType42FontsDescription[] =
4981 "When using PostScript level 3 printing, render text with Type 42 fonts if "
4982 "possible.";
4983
Lei Zhanga6a8a492020-05-14 03:55:034984const char kPrintWithReducedRasterizationName[] =
4985 "Print with reduced rasterization";
4986const char kPrintWithReducedRasterizationDescription[] =
4987 "When using GDI printing, avoid rasterization if possible.";
4988
Cuc Doan074d8ed2022-03-14 22:03:344989const char kReadPrinterCapabilitiesWithXpsName[] =
4990 "Read printer capabilities with XPS";
Lei Zhange52be9912023-06-23 17:29:134991const char kReadPrinterCapabilitiesWithXpsDescription[] =
Cuc Doan074d8ed2022-03-14 22:03:344992 "When enabled, utilize XPS interface to read printer capabilities.";
4993
Alan Screen574ffd662019-11-21 22:38:534994const char kUseXpsForPrintingName[] = "Use XPS for printing";
4995const char kUseXpsForPrintingDescription[] =
4996 "When enabled, use XPS printing API instead of the GDI print API.";
4997
Alan Screen49388112019-12-13 23:34:214998const char kUseXpsForPrintingFromPdfName[] = "Use XPS for printing from PDF";
4999const char kUseXpsForPrintingFromPdfDescription[] =
5000 "When enabled, use XPS printing API instead of the GDI print API when "
5001 "printing PDF documents.";
Daniel Hosseinian159cb3d2020-03-13 03:02:025002#endif // BUILDFLAG(ENABLE_PRINTING)
Alan Screen49388112019-12-13 23:34:215003
Xiaohan Wang55ae2c012022-01-20 21:49:115004#endif // BUILDFLAG(IS_WIN)
Brett Wilson7b44537e2017-08-18 01:38:285005
5006// Mac -------------------------------------------------------------------------
5007
Xiaohan Wang55ae2c012022-01-20 21:49:115008#if BUILDFLAG(IS_MAC)
Brett Wilson7b44537e2017-08-18 01:38:285009
Karol Sygiet901acb42022-08-08 16:00:045010const char kBiometricAuthenticationInSettingsName[] =
5011 "Biometric authentication in settings";
5012const char kBiometricAuthenticationInSettingsDescription[] =
5013 "Enables biometric authentication in settings to view/edit/copy a password";
5014
Keren Zhu28ac51822023-04-10 18:27:535015const char kCr2023MacFontSmoothingName[] =
5016 "Chrome Refresh 2023 Mac Font Smoothing";
5017const char kCr2023MacFontSmoothingDescription[] =
5018 "Enables Mac Font Smoothing that simulates optical sizes "
5019 "to enhance text readability at smaller scales. "
5020 "Only effective when Chrome Refresh 2023 is enabled.";
5021
Daniel Hosseinian159cb3d2020-03-13 03:02:025022#if BUILDFLAG(ENABLE_PRINTING)
5023const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend";
5024const char kCupsIppPrintingBackendDescription[] =
5025 "Use the CUPS IPP printing backend instead of the original CUPS backend "
5026 "that calls the PPD API.";
5027#endif // BUILDFLAG(ENABLE_PRINTING)
5028
Avi Drissman0095f552021-11-05 19:58:535029const char kEnableUniversalLinksName[] = "Universal Links";
5030const char kEnableUniversalLinksDescription[] =
5031 "Include Universal Links in the intent picker.";
5032
Sidney San Martín678fd4112019-03-30 00:13:055033const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
5034const char kImmersiveFullscreenDescription[] =
5035 "Automatically hide and show the toolbar in fullscreen.";
5036
Greg Kerrf46f31872019-08-08 20:22:445037const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
5038const char kMacSyscallSandboxDescription[] =
5039 "Controls whether the macOS sandbox filters syscalls.";
5040
Florent Castellibd7db032023-02-22 11:22:035041const char kRetryGetVideoCaptureDeviceInfosName[] =
5042 "Retry capture device enumeration on crash";
5043const char kRetryGetVideoCaptureDeviceInfosDescription[] =
5044 "Enables retries when enumerating the available video capture devices "
5045 "after a crash. The capture service is restarted without loading external "
5046 "DAL plugins which could have caused the crash.";
5047
Leonard Grey2e90921c2021-12-02 22:46:135048const char kScreenTimeName[] = "Screen Time";
5049const char kScreenTimeDescription[] =
5050 "Integrate with the macOS Screen Time system. Only enabled on macOS 12.1 "
5051 "and later.";
5052
Jonah Ryan-Davis90ae3322021-09-21 17:34:485053const char kUseAngleDescriptionMac[] =
5054 "Choose the graphics backend for ANGLE. The OpenGL backend is soon to be "
5055 "deprecated on Mac, and may contain driver bugs that are not planned to be "
5056 "fixed. The Metal backend is still experimental, and may contain bugs that "
5057 "are still being worked on. The Metal backend should be more performant, "
5058 "but may still be behind the OpenGL backend until fully released.";
5059
5060const char kUseAngleMetal[] = "Metal";
5061
Tom Burgin5c3fde02022-06-23 18:24:075062const char kSystemColorChooserName[] = "System Color Chooser";
5063const char kSystemColorChooserDescription[] =
5064 "Enables a button that launches the macOS native color chooser.";
5065
Brett Wilson7b44537e2017-08-18 01:38:285066#endif
5067
Jonah Ryan-Davis90ae3322021-09-21 17:34:485068// Windows and Mac -------------------------------------------------------------
5069
Xiaohan Wang55ae2c012022-01-20 21:49:115070#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:485071
5072const char kUseAngleName[] = "Choose ANGLE graphics backend";
5073const char kUseAngleDefault[] = "Default";
5074const char kUseAngleGL[] = "OpenGL";
Karol Sygiet901acb42022-08-08 16:00:045075
Karol Sygietc5e3da652022-08-02 15:47:505076const char kBiometricAuthenticationForFillingName[] =
5077 "Biometric authentication reauth before filling";
5078const char kBiometricAuthenticationForFillingDescription[] =
5079 "Enables biometric authentication before filling form data";
Xiaohan Wang55ae2c012022-01-20 21:49:115080#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Jonah Ryan-Davis90ae3322021-09-21 17:34:485081
Richard Chuia9ed7be12022-04-13 21:30:355082// ChromeOS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:345083
Yuta Hijikata235fc62b2020-12-08 03:48:325084#if BUILDFLAG(IS_CHROMEOS_ASH)
vabr0215a8e2017-03-28 12:47:345085
Brett Wilson7b44537e2017-08-18 01:38:285086const char kAcceleratedMjpegDecodeName[] =
5087 "Hardware-accelerated mjpeg decode for captured frame";
5088const char kAcceleratedMjpegDecodeDescription[] =
5089 "Enable hardware-accelerated mjpeg decode for captured frame where "
5090 "available.";
vabr0215a8e2017-03-28 12:47:345091
Thanh Nguyen6b4c5852022-05-26 22:03:255092const char kAdaptiveChargingForTestingName[] =
5093 "Show adaptive charging notifications for testing";
5094const char kAdaptiveChargingForTestingDescription[] =
5095 "Show adaptive charging notifications and nudges for testing. This is "
5096 "meant to be used by developers to test the feature UI only. The "
5097 "notifications will be shown after the device is plugged in to the "
5098 "charger. Please DO NOT enable this if you're not a developer who wants to "
5099 "test the UI of the adaptive charging feature.";
5100
Thanh Nguyen730ac8a32022-05-19 08:50:465101const char kAdaptiveChargingName[] = "Enable adaptive charging feature";
5102const char kAdaptiveChargingDescription[] =
5103 "Show settings to enable/disable adaptive charging feature.";
5104
Jun Ishiguro508cc98d2023-06-09 00:12:355105const char kAllowDevtoolsInSystemUIName[] = "Enable DevTools in System UI";
5106const char kAllowDevtoolsInSystemUIDescription[] =
5107 "Enable the developer tools (DevTools) including the page source viewer "
5108 "(view-source) in Ash. By default, these tools are disabled if Lacros is "
5109 "the only browser, so as not to confuse the user by opening an Ash window. "
5110 "By enabling this flag, you can access them via the context menu or "
5111 "shortcuts to debug the system UI.";
5112
Andreea Costinas99e24192023-02-15 14:39:465113const char kAllowEapDefaultCasWithoutSubjectVerificationName[] =
5114 "Allow EAP network configs with default server CAs without subject "
5115 "verification";
5116const char kAllowEapDefaultCasWithoutSubjectVerificationDescription[] =
5117 "Allows creating EAP network configs which use the default server CA certs "
5118 "without specifying subject or domain match options which validate the "
5119 "identity of the server.";
5120
Vyshu9ea9e182021-02-04 17:53:065121const char kAllowRepeatedUpdatesName[] =
5122 "Continue checking for updates before reboot and after initial update.";
5123const char kAllowRepeatedUpdatesDescription[] =
5124 "Continues checking to see if there is a more recent update, even if user"
5125 "has not rebooted to apply the previous update.";
5126
Kyle Horimoto734f0752020-03-20 20:46:545127const char kAllowScrollSettingsName[] =
5128 "Allow changes to scroll acceleration/sensitivity for mice/touchpads.";
5129const char kAllowScrollSettingsDescription[] =
5130 "Shows settings to enable/disable scroll acceleration and to adjust the "
5131 "sensitivity for scrolling.";
5132
Michael Checo6adc5f92023-05-09 03:09:025133const char kAltClickAndSixPackCustomizationName[] =
5134 "Allow users to customize Alt-Click and 6-pack key remapping.";
5135
5136const char kAltClickAndSixPackCustomizationDescription[] =
5137 "Shows settings to customize Alt-Click and 6-pack key remapping in the "
5138 "keyboard settings page.";
5139
Jeffrey Kardatzkea686ded22022-03-28 18:28:465140const char kAlwaysEnableHdcpName[] = "Always enable HDCP for external displays";
5141const char kAlwaysEnableHdcpDescription[] =
5142 "Enables the specified type for HDCP whenever an external display is "
5143 "connected. By default, HDCP is only enabled when required.";
5144const char kAlwaysEnableHdcpDefault[] = "Default";
5145const char kAlwaysEnableHdcpType0[] = "Type 0";
5146const char kAlwaysEnableHdcpType1[] = "Type 1";
5147
Eric Sum2971b952022-10-20 04:55:375148const char kAmbientModeThrottleAnimationName[] =
5149 "Throttle the frame rate of Lottie animations in ambient mode";
5150const char kAmbientModeThrottleAnimationDescription[] =
5151 "The throttled frame rate and when to throttle are embedded within the "
5152 "Lottie animation file itself. It is chosen by the motion designer and "
5153 "varies depending on how much motion there is in the animation. This is "
5154 "done in the hopes of improving power consumption while maintaining the "
5155 "same user-visible smoothness. This flag applies to all ambient Lottie "
5156 "animations that have throttling specified in the file.";
5157
Antoni Dikovb3487502022-09-21 15:24:215158const char kApnRevampName[] = "APN Revamp";
5159const char kApnRevampDescription[] =
5160 "Enables the ChromeOS APN Revamp, which updates cellular network APN "
5161 "system UI and related infrastructure.";
5162
Daniel Andersson9a81b33502023-03-20 19:15:375163const char kAppLaunchAutomationName[] = "Enable app launch automation";
5164const char kAppLaunchAutomationDescription[] =
5165 "Allows groups of apps to be launched.";
5166
Bryan Yuc6e84d522023-04-03 02:48:595167const char kArcArcOnDemandExperimentName[] = "Enable ARC on Demand";
5168const char kArcArcOnDemandExperimentDescription[] =
5169 "Delay ARC activation if no apps is installed.";
5170
Ryo Hashimoto8f4b30ced2019-04-08 12:14:195171const char kArcCustomTabsExperimentName[] =
5172 "Enable Custom Tabs experiment for ARC";
5173const char kArcCustomTabsExperimentDescription[] =
5174 "Allow Android apps to use Custom Tabs."
5175 "This feature only works on the Canary and Dev channels.";
5176
Alexander Bolodurin4e0a465c2021-03-31 23:14:035177const char kArcDocumentsProviderUnknownSizeName[] =
5178 "Enable ARC DocumentsProvider unknown file size handling";
5179const char kArcDocumentsProviderUnknownSizeDescription[] =
5180 "Allow opening DocumentsProvider files where size is not reported.";
5181
Satoshi Niwa8b1d5282018-10-24 04:53:035182const char kArcFilePickerExperimentName[] =
5183 "Enable file picker experiment for ARC";
5184const char kArcFilePickerExperimentDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355185 "Enables using ChromeOS file picker in ARC.";
Satoshi Niwa8b1d5282018-10-24 04:53:035186
Rachel Wongec3b8c42022-07-08 03:11:225187const char kArcGameModeName[] = "Enable Game Mode for ARC";
Matthew DeVoreb8bdedd2022-06-28 15:17:465188const char kArcGameModeDescription[] =
5189 "ARC Fullscreen Games will request accomodation from ChromeOS for "
5190 "sustained performance.";
5191
Charles William Dicka0a0f972023-01-27 02:12:325192const char kArcIdleManagerName[] = "Enable ARC Idle Manager";
5193const char kArcIdleManagerDescription[] =
5194 "ARC will turn on Android's doze mode when idle.";
5195
Lei Zhange52be9912023-06-23 17:29:135196const char kArcInstantResponseWindowOpenName[] =
Shengsong Tan6cb88592022-11-09 01:57:355197 "Enable Instance Response for ARC app window open";
Lei Zhange52be9912023-06-23 17:29:135198const char kArcInstantResponseWindowOpenDescription[] =
Shengsong Tan6cb88592022-11-09 01:57:355199 "In some devices the placeholder window will popup immediately after the "
5200 "user attempts to launch apps.";
5201
Tetsui Ohkubo4c6d7f42021-07-07 16:47:375202const char kArcKeyboardShortcutHelperIntegrationName[] =
5203 "Enable keyboard shortcut helper integration for ARC";
5204const char kArcKeyboardShortcutHelperIntegrationDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355205 "Shows keyboard shortcuts from Android apps in ChromeOS Shortcut Viewer";
Tetsui Ohkubo4c6d7f42021-07-07 16:47:375206
Lev Rumyantsev6eddc802019-08-27 19:41:215207const char kArcNativeBridgeToggleName[] =
5208 "Toggle between native bridge implementations for ARC";
5209const char kArcNativeBridgeToggleDescription[] =
5210 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:515211
Tim Sergeantb2f5dc02022-09-14 08:07:175212const char kArcNearbyShareFuseBoxName[] = "ARC Nearby Sharing through FuseBox";
5213const char kArcNearbyShareFuseBoxDescription[] =
5214 "When enabled, files shared through ARC Nearby Sharing will be shared "
5215 "through the ChromeOS FuseBox Service.";
5216
Yusuke Sato4717d1782021-03-12 23:27:175217const char kArcRtVcpuDualCoreName[] =
5218 "Enable ARC real time vcpu on a device with 2 logical cores online.";
5219const char kArcRtVcpuDualCoreDesc[] =
5220 "Enable ARC real time vcpu on a device with 2 logical cores online to "
5221 "reduce media playback glitch.";
5222
5223const char kArcRtVcpuQuadCoreName[] =
5224 "Enable ARC real time vcpu on a device with 3+ logical cores online.";
5225const char kArcRtVcpuQuadCoreDesc[] =
5226 "Enable ARC real time vcpu on a device with 3+ logical cores online to "
5227 "reduce media playback glitch.";
5228
Yao Li68896be2023-06-09 21:10:125229const char kArcSwitchToKeyMintDaemonName[] = "Switch to KeyMint Daemon.";
5230const char kArcSwitchToKeyMintDaemonDesc[] =
5231 "Switch from Keymaster Daemon to KeyMint Daemon. Must be switched on/off "
5232 "at the same time with \"Switch To KeyMint on ARC-T\"";
5233
Yao Li8f4568b12023-02-15 19:59:455234const char kArcSwitchToKeyMintOnTName[] = "Switch to KeyMint on ARC-T.";
5235const char kArcSwitchToKeyMintOnTDesc[] =
Yao Li68896be2023-06-09 21:10:125236 "Switch from Keymaster to KeyMint on ARC-T. Must be switched on/off at the "
5237 "same time with \"Switch to KeyMint Daemon\"";
Yao Li8f4568b12023-02-15 19:59:455238
lgchengcda295dce2023-02-22 02:38:315239const char kArcSyncInstallPriorityName[] =
5240 "Enable supporting install priority for synced ARC apps.";
5241const char kArcSyncInstallPriorityDescription[] =
5242 "Enable supporting install priority for synced ARC apps. Pass install "
5243 "priority to Play instead of using default install priority specified "
5244 "in Play";
5245
Yuichiro Hanada1d948602023-06-28 09:09:105246const char kArcTouchscreenEmulationName[] =
5247 "Enable touchscreen emulation for compatibility on specific ARC apps.";
5248const char kArcTouchscreenEmulationDesc[] =
5249 "Enable touchscreen emulation for compatibility on specific ARC apps.";
5250
5251const char kArcTrackpadScrollTouchscreenEmulationName[] =
5252 "Enable trackpad scroll compatibility logic on specific ARC apps.";
5253const char kArcTrackpadScrollTouchscreenEmulationDesc[] =
5254 "Enable trackpad scroll compatibility logic on specific ARC apps.";
5255
Shengsong Tan4cc02572023-02-06 05:25:245256const char kArcVmmSwapKBShortcutName[] =
5257 "Keyboard shortcut trigger for ARCVM"
5258 " vmm swap feature";
5259const char kArcVmmSwapKBShortcutDesc[] =
5260 "Alt + Ctrl + Shift + O/P to enable / disable ARCVM vmm swap. Only for "
5261 "experimental usage.";
5262
Pattara Teerapong425077a2023-01-12 15:21:405263const char kArcEnableAAudioMMAPName[] = "Enable ARCVM AAudio MMAP";
5264const char kArcEnableAAudioMMAPDescription[] =
5265 "Enable AAudio MMAP support for ARCVM which provides low latency audio "
5266 "for supported apps.";
5267
Pattara Teerapong5aad01b2023-05-12 03:15:295268const char kArcAAudioMMAPLowLatencyName[] =
5269 "Enable ARCVM AAudio MMAP low latency";
5270const char kArcAAudioMMAPLowLatencyDescription[] =
5271 "When enabled, ARCVM AAudio MMAP will use low latency setting.";
5272
Satoshi Niwa4e1c9962022-03-01 00:23:575273const char kArcEnableVirtioBlkForDataName[] =
5274 "Enable virtio-blk for ARCVM /data";
5275const char kArcEnableVirtioBlkForDataDesc[] =
5276 "If enabled, ARCVM uses virtio-blk for /data in Android storage.";
5277
Youkichi Hosoi26d9aa12023-04-21 06:34:355278const char kArcExternalStorageAccessName[] = "External storage access by ARC";
5279const char kArcExternalStorageAccessDescription[] =
5280 "Allow Android apps to access external storage devices like USB flash "
5281 "drives and SD cards";
5282
Andrew Moylan2db11cd2019-05-22 14:25:155283const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
5284const char kAshEnableUnifiedDesktopDescription[] =
5285 "Enable unified desktop mode which allows a window to span multiple "
5286 "displays.";
5287
Jeremy Wu55beef62023-07-17 12:28:505288const char kAudioA2DPAdvancedCodecsName[] = "BT A2DP advanced codecs support";
5289const char kAudioA2DPAdvancedCodecsDescription[] =
5290 "Enable BT A2DP advanced codecs support";
5291
Hung-Hsien Chen30af66752023-02-24 02:55:265292const char kAudioAPNoiseCancellationName[] = "Audio noise cancellation on AP";
5293const char kAudioAPNoiseCancellationDescription[] =
5294 "Enable noise cancellation on AP";
5295
Li-Yu Yu7610f0082023-01-04 08:36:295296const char kAudioFlexibleLoopbackName[] =
5297 "ChromeOS flexible loopback API support";
5298const char kAudioFlexibleLoopbackDescription[] =
5299 "Enable flexible loopback API support in ChromeOS.";
5300
Chih-Yang Hsia540cf372022-08-04 08:10:225301const char kAudioHFPMicSRName[] =
5302 "Audio super-resolution Bluetooth HFP microphone";
5303const char kAudioHFPMicSRDescription[] =
5304 "Enable super-resolution Bluetooth HFP microphone recording.";
5305
Jeremy Wu8ea57b62023-06-02 02:55:265306const char kAudioHFPNbsWarningName[] = "Warn when an NBS device is selected";
5307const char kAudioHFPNbsWarningDescription[] =
5308 "Shows a warning in the quick settings when an NBS device is selected";
5309
Pin-chih Linf52f4602023-03-06 04:01:315310const char kAudioHFPOffloadName[] =
5311 "Audio Bluetooth HFP offloaded to DSP if supported";
5312const char kAudioHFPOffloadDescription[] =
5313 "While enabled, HFP Audio data is transmitted via the offloaded path "
5314 "in DSP if supported by device.";
5315
Jeremy Wu74b1a552023-06-05 07:59:285316const char kAudioHFPSwbName[] = "Audio Bluetooth HFP Super-wide-band support";
5317const char kAudioHFPSwbDescription[] =
5318 "Enable Bluetooth HFP Super-wide-band codec if supported.";
5319
Ren-Pei Zeng61605a52021-12-06 13:07:485320const char kAutoFramingOverrideName[] = "Auto-framing control override";
5321const char kAutoFramingOverrideDescription[] =
5322 "Overrides the default to forcibly enable or disable the auto-framing "
5323 "feature";
5324
Yulun Wufad53772022-06-22 22:56:355325const char kAutocompleteExtendedSuggestionsName[] =
5326 "Extended suggestions for CrOS autocomplete";
5327const char kAutocompleteExtendedSuggestionsDescription[] =
5328 "Enables extended autocomplete suggestions experiment on ChromeOS.";
5329
Curtis McMullanf1351802022-12-02 05:23:025330const char kAutocorrectByDefaultName[] = "CrOS autocorrect by default";
5331const char kAutocorrectByDefaultDescription[] =
5332 "Enables autocorrect by default experiment on ChromeOS";
5333
Bao-Duy Tran395c169c72022-02-14 06:57:345334const char kAutocorrectParamsTuningName[] = "CrOS autocorrect params tuning";
5335const char kAutocorrectParamsTuningDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355336 "Enables params tuning experiment for autocorrect on ChromeOS.";
Bao-Duy Tran395c169c72022-02-14 06:57:345337
Zac Partridgeefc2ec02022-11-21 06:28:455338const char kAutocorrectToggleName[] = "CrOS autocorrect toggle";
5339const char kAutocorrectToggleDescription[] =
5340 "Enables using a toggle for enabling autocorrect on ChromeOS.";
5341
Chuong Hob2718c32023-06-02 07:47:015342const char kAutocorrectUseReplaceSurroundingTextName[] =
5343 "Use ReplaceSurroundingText API for autocorrect.";
5344const char kAutocorrectUseReplaceSurroundingTextDescription[] =
5345 "When autocorrect is enabled, use the ReplaceSurroundingText API "
5346 "for better app compatibility.";
5347
Yue Li1c3496412022-08-10 23:37:145348const char kAvatarsCloudMigrationName[] =
5349 "Loading CrOS avatar images from the cloud";
5350const char kAvatarsCloudMigrationDescription[] =
5351 "Enables loading avatar images from the cloud on ChromeOS.";
5352
Michael Sun1b15a302020-04-07 02:57:295353const char kBluetoothFixA2dpPacketSizeName[] = "Bluetooth fix A2DP packet size";
5354const char kBluetoothFixA2dpPacketSizeDescription[] =
5355 "Fixes Bluetooth A2DP packet size to a smaller default value to improve "
5356 "audio quality and may fix audio stutter.";
5357
WhaleChang638c6282023-07-12 07:57:315358const char kBluetoothTelephonyName[] = "Bluetooth Telephony";
5359const char kBluetoothTelephonyDescription[] =
5360 "Enable Floss to create a Bluetooth HID device that allows applications to "
5361 "access Bluetooth telephony functions through WebHID.";
5362
Joseph Hwangc0c68e62022-08-12 16:52:165363const char kBluetoothQualityReportName[] = "Bluetooth Quality Report";
5364const char kBluetoothQualityReportDescription[] =
5365 "Enables the Bluetooth Quality Report feature on Bluetooth controllers "
5366 "which will send the Bluetooth link quality statistics such as the "
5367 "signal strength, the lost packet count, etc. to the host.";
5368
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345369const char kBluetoothWbsDogfoodName[] = "Bluetooth WBS dogfood";
5370const char kBluetoothWbsDogfoodDescription[] =
5371 "Enables Bluetooth wideband speech mic as default audio option. "
5372 "Note that flipping this flag makes no difference on most of the "
Richard Chuia9ed7be12022-04-13 21:30:355373 "ChromeOS models, because Bluetooth WBS is either unsupported "
Hsin-Yu Chao6f2cfd6a2020-11-16 04:37:345374 "or fully launched. Only on the few models that Bluetooth WBS is "
5375 "still stablizing this flag will take effect.";
5376
Manish Mandlikdd93b612022-08-12 01:08:195377const char kBluetoothCoredumpName[] = "Enable Bluetooth Device Coredump";
5378const char kBluetoothCoredumpDescription[] =
5379 "Enable Bluetooth coredump collection if supported. Please note that "
5380 "coredumps are only collected when hardware exceptions occur and are "
5381 "used for debugging such exceptions.";
5382
Manish Mandlik05533f12023-03-16 00:31:075383const char kBluetoothFlossCoredumpName[] =
5384 "Enable Bluetooth Device Coredump for Floss";
5385const char kBluetoothFlossCoredumpDescription[] =
5386 "Enable Bluetooth coredump collection if supported. Please note that "
5387 "coredumps are only collected when hardware exceptions occur and are "
5388 "used for debugging such exceptions.";
5389
mingxuanshia43a7ce2022-08-25 07:46:365390const char kRobustAudioDeviceSelectLogicName[] =
5391 "Robust Audio Device Select Logic";
5392const char kRobustAudioDeviceSelectLogicDescription[] =
5393 "A more robust logic for automatic audio device selection which is more "
5394 "capable of remembering the user's preferences of audio devices.";
5395
Sonny Sasaka94725212021-12-17 01:37:305396const char kBluetoothUseFlossName[] = "Use Floss instead of BlueZ";
5397const char kBluetoothUseFlossDescription[] =
5398 "Enables using Floss (also known as Fluoride, Android's Bluetooth stack) "
5399 "instead of Bluez. This is meant to be used by developers and is not "
5400 "guaranteed to be stable";
5401
Zhengping Jiang706c2272022-07-13 05:50:345402const char kBluetoothUseLLPrivacyName[] = "Enable LL Privacy in BlueZ";
5403const char kBluetoothUseLLPrivacyDescription[] =
5404 "Enable address resolution offloading to Bluetooth Controller if "
5405 "supported. Modifying this flag will cause Bluetooth Controller to reset.";
5406
Abhishek Pandit-Subedi1843978c2023-05-17 02:52:235407const char kBluetoothLongAutosuspendName[] =
5408 "Use longer autosuspend delay for Bluetooth";
5409const char kBluetoothLongAutosuspendDescription[] =
5410 "Bluetooth will suspend-to-idle if there is no traffic for a set amount of "
5411 "time. When this flag is set, this autosuspend delay will be increased to "
5412 "several minutes when mice/keyboards are connected. This will impact power "
5413 "usage.";
5414
Sam Cackett2891ad82022-12-08 19:45:555415const char kCalendarJellyName[] = "Enable Calendar Jelly features";
5416const char kCalendarJellyDescription[] =
5417 "Enables Jelly changes for the sys tray Calendar views.";
5418
Ahmed Fakhry886038f2023-06-10 00:11:255419const char kCaptureModeAudioMixingName[] =
5420 "Enable screen capture advanced audio settings";
5421const char kCaptureModeAudioMixingDescription[] =
5422 "Enables the ability to record the microphone, or system audio each "
5423 "separately, or mix them together in a single stream in the screen capture "
5424 "tool.";
5425
Michele Fanb0c93e42023-01-03 16:08:005426const char kCaptureModeDemoToolsName[] =
5427 "Enable demo tools feature in screen capture";
5428const char kCaptureModeDemoToolsDescription[] =
5429 "Enables the ability to show clicks and keys during video recordings to "
5430 "enhance demo experience.";
5431
Ahmed Fakhrye1072c12023-02-27 20:58:495432const char kCaptureModeGifRecordingName[] =
5433 "Enable GIF recording in screen capture";
5434const char kCaptureModeGifRecordingDescription[] =
Ahmed Fakhry886038f2023-06-10 00:11:255435 "Enables the ability to record the screen into animated GIFs.";
Ahmed Fakhrye1072c12023-02-27 20:58:495436
Maggie Caic0666ef2023-06-01 08:46:375437const char kCrosWebAppShortcutUiUpdateName[] =
5438 "New ChromeOS Web app Shortcut UI";
5439const char kCrosWebAppShortcutUiUpdateDescription[] =
5440 "Enables new UI for shortcuts created from browser that backed by web app"
5441 "system on ChromeOS.";
5442
Lei Zhange52be9912023-06-23 17:29:135443const char kDeskButtonName[] = "Desk button in shelf";
5444const char kDeskButtonDescription[] =
Ben Beckerf60ef852023-03-22 23:08:245445 "Show a desk button that provides quick access to the desk menu in the "
5446 "shelf in clamshell mode when there is more than one desk.";
5447
Charles William Dick778e6c22023-06-13 07:57:475448const char kCrosBatterySaverAlwaysOnName[] =
5449 "Make ChromeOS Battery Saver on all the time";
5450const char kCrosBatterySaverAlwaysOnDescription[] =
5451 "Turns on ChomeOS Battery Saver all the time, even when charging or fully "
5452 "charged. Used for testing ChromeOS Battery Saver Mode.";
5453
Charles William Dickc35c0692023-06-07 09:15:025454const char kCrosBatterySaverName[] =
5455 "Enable ChromeOS Battery Saver Mode Support";
5456const char kCrosBatterySaverDescription[] =
5457 "Enables the ability to turn on battery saver mode in the ChromeOS Power "
5458 "Settings";
5459
Richard Chui1b6141772022-03-04 01:28:585460const char kDesksTemplatesName[] = "Desk Templates";
Richard Chuif823bf62021-10-29 21:06:015461const char kDesksTemplatesDescription[] =
5462 "Streamline workflows by saving a group of applications and windows as a "
Richard Chui1b6141772022-03-04 01:28:585463 "launchable template in a new desk";
Richard Chuif823bf62021-10-29 21:06:015464
Lei Zhange52be9912023-06-23 17:29:135465const char kDnsOverHttpsWithIdentifiersReuseOldPolicyName[] =
Andreea Costinas81bed8a2022-11-23 16:03:385466 "Experiment: Allows using identifiers in the DoH template URI";
Lei Zhange52be9912023-06-23 17:29:135467const char kDnsOverHttpsWithIdentifiersReuseOldPolicyDescription[] =
Andreea Costinas81bed8a2022-11-23 16:03:385468 "Enables early testing of the DoH template URI with identifiers by "
5469 "evaluating user identifiers in the existing policy DnsOverHttpsTemplates "
5470 "and hashing them using a hardcoded salt.";
5471
Wei Lee4fe87182020-12-22 09:32:445472const char kPreferConstantFrameRateName[] = "Prefer Constant Frame Rate";
5473const char kPreferConstantFrameRateDescription[] =
5474 "Enables this flag to prefer using constant frame rate for camera when "
5475 "streaming";
5476
Wei Lee585fa1b2022-05-15 20:26:255477const char kMoreVideoCaptureBuffersName[] = "More Video Capture Buffers";
5478const char kMoreVideoCaptureBuffersDescription[] =
5479 "This flag enables using a larger amount Chrome-allocated buffers for "
5480 "video capture. This larger amount is needed for deeper pipelines, e.g. "
5481 "sophisticated camera effects.";
5482
mojahsu3144bf32021-05-26 10:14:465483const char kForceControlFaceAeName[] = "Force control face AE";
5484const char kForceControlFaceAeDescription[] =
5485 "Control this flag to force enable or disable face AE for camera";
mojahsu11ea38ae2021-05-06 03:30:115486
Jason Zhang9ec877752021-10-29 18:10:505487const char kCellularBypassESimInstallationConnectivityCheckName[] =
5488 "Bypass eSIM installation connectivity check";
5489const char kCellularBypassESimInstallationConnectivityCheckDescription[] =
5490 "Bypass the non-cellular internet connectivity check during eSIM "
5491 "installation.";
5492
Jason Zhang26cacea2022-04-04 18:55:045493const char kCellularUseSecondEuiccName[] = "Use second Euicc";
5494const char kCellularUseSecondEuiccDescription[] =
5495 "When enabled Cellular Setup and Settings UI will use the second available "
5496 "Euicc that's exposed by Hermes.";
Azeem Arshad43b191b2021-01-15 23:59:565497
Colin Kincaidfdf46612023-03-23 01:23:235498const char kClipboardHistoryLongpressName[] =
5499 "Hold Ctrl+V to paste an item from clipboard history";
5500const char kClipboardHistoryLongpressDescription[] =
5501 "Enables an experimental behavior change where long-pressing Ctrl+V shows "
5502 "the clipboard history menu. If an item is selected to paste, it replaces "
5503 "the content initially pasted by Ctrl+V.";
5504
Colin Kincaidb78ba322023-06-22 02:25:375505const char kClipboardHistoryRefreshName[] = "Clipboard history refresh";
5506const char kClipboardHistoryRefreshDescription[] =
5507 "Enables the following updates to the clipboard history feature: a new "
5508 "educational nudge, refreshed menu UI, and a clipboard history submenu "
5509 "embedded in context menus.";
5510
Roman Arora595d5712021-09-24 18:06:055511const char kComponentUpdaterTestRequestName[] =
5512 "Enable the component updater check 'test-request' parameter";
5513const char kComponentUpdaterTestRequestDescription[] =
5514 "Enables the 'test-request' parameter for component updater check requests."
5515 " Overrides any other component updater check request parameters that may "
5516 "have been specified.";
5517
Yulun Wu1e355132020-02-11 20:12:225518const char kContextualNudgesName[] =
5519 "Contextual nudges for user gesture education";
5520const char kContextualNudgesDescription[] =
5521 "Enables contextual nudges, periodically showing the user a label "
5522 "explaining how to interact with a particular UI element using gestures.";
5523
Jing Wang859fb1a2020-11-27 00:26:485524const char kCrosOnDeviceGrammarCheckName[] = "On-device Grammar Check";
5525const char kCrosOnDeviceGrammarCheckDescription[] =
5526 "Enable new on-device grammar check component.";
5527
Richard Chuia9ed7be12022-04-13 21:30:355528const char kSystemExtensionsName[] = "ChromeOS System Extensions";
Christopher Lamd8708c32021-10-29 04:31:475529const char kSystemExtensionsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355530 "Enable the ChromeOS System Extension platform.";
Christopher Lamd8708c32021-10-29 04:31:475531
Giovanni Ortuño Urquidifeb77d22022-04-08 05:40:235532const char kEnableServiceWorkersForChromeUntrustedName[] =
5533 "Enable chrome-untrusted:// Service Workers";
5534const char kEnableServiceWorkersForChromeUntrustedDescription[] =
5535 "When enabled, allows chrome-untrusted:// WebUIs to use service workers.";
5536
Tyler Garrett86f698b32023-01-25 22:01:415537const char kEnterpriseReportingUIName[] =
5538 "Enable chrome://enterprise-reporting";
5539const char kEnterpriseReportingUIDescription[] =
5540 "When enabled, allows for chrome://enterprise-reporting to be visited";
5541
maciek swiechbb244932023-06-15 22:18:545542const char kPermissiveUsbPassthroughName[] =
5543 "Enable more permissive passthrough for USB Devices";
5544const char kPermissiveUsbPassthroughDescription[] =
5545 "When enabled, applies more permissive rules passthrough of USB devices.";
5546
Fergus Dall9d0e95a2021-07-30 08:10:115547const char kCrostiniContainerInstallName[] =
5548 "Debian version for new Crostini containers";
5549const char kCrostiniContainerInstallDescription[] =
5550 "New Crostini containers will use this debian version";
David Munro3728ef72019-10-30 07:22:155551
Ben Wells7238dd02019-05-02 08:20:325552const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
5553const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
5554
David Munro9fce777c2020-10-07 03:55:545555const char kCrostiniResetLxdDbName[] = "Crostini Reset LXD DB on launch";
5556const char kCrostiniResetLxdDbDescription[] =
5557 "Recreates the LXD database every time we launch it";
5558
Nicholas Verne6eb340a82021-10-19 05:55:385559const char kCrostiniMultiContainerName[] = "Allow multiple Crostini containers";
5560const char kCrostiniMultiContainerDescription[] =
5561 "Experimental UI for creating and managing multiple Crostini containers";
5562
Timothy Loh05b4d59f2021-11-08 05:05:525563const char kCrostiniImeSupportName[] = "Crostini IME support";
5564const char kCrostiniImeSupportDescription[] =
Timothy Lohe9cb1af2023-05-22 06:26:535565 "Support for IMEs (excluding VK) in Crostini for applications built with "
5566 "GTK3 or Electron.";
5567
5568const char kCrostiniQtImeSupportName[] =
5569 "Crostini IME support for Qt applications";
5570const char kCrostiniQtImeSupportDescription[] =
5571 "Experimental support for IMEs (excluding VK) in Crostini for applications "
5572 "built with Qt. Requires #crostini-ime-support to be enabled.";
Timothy Loh05b4d59f2021-11-08 05:05:525573
5574const char kCrostiniVirtualKeyboardSupportName[] =
5575 "Crostini Virtual Keyboard Support";
5576const char kCrostiniVirtualKeyboardSupportDescription[] =
5577 "Experimental support for the Virtual Keyboard on Crostini.";
5578
Nicholas Verne6df17e62023-06-07 02:19:095579const char kCrostiniUseLxd5Name[] =
5580 "Use LXD 5 instead of the default - Irreversible";
5581const char kCrostiniUseLxd5Description[] =
5582 "Uses LXD version 5 instead of the default version. WARNING: Once this is "
5583 "set you can't unset it without deleting your entire container";
5584
David Munro762bf322022-02-03 02:21:465585const char kBruschettaName[] = "Enable the third party VMs feature";
5586const char kBruschettaDescription[] =
5587 "Enables UI support for third party/generic VMs";
5588
Fergus Dalldb66df32022-08-19 02:54:445589const char kBruschettaAlphaMigrateName[] = "Migration for Bruschetta Alpha";
5590const char kBruschettaAlphaMigrateDescription[] =
5591 "Enable this flag to migrate a Bruschetta installed during the alpha. "
5592 "Requires the bruschetta flag to be enabled.";
5593
Kam Kwankajornkietbc6eb782023-03-16 04:40:085594const char kCameraAppTimeLapseName[] = "Camera App Time-lapse Recording";
5595const char kCameraAppTimeLapseDescription[] =
5596 "Enable this flag to record time-lapse video in Camera app.";
5597
Pilar Molina Lopezd5b787512020-11-19 00:21:485598const char kDisableBufferBWCompressionName[] =
5599 "Disable buffer bandwidth compression";
5600const char kDisableBufferBWCompressionDescription[] =
5601 "Disable bandwidth compression when allocating buffers";
5602
Ricky Liang8df43372020-07-09 09:41:095603const char kDisableCameraFrameRotationAtSourceName[] =
5604 "Disable camera frame rotation at source";
5605const char kDisableCameraFrameRotationAtSourceDescription[] =
5606 "Disable camera frame rotation to the upright display orientation in the "
5607 "video capture device";
5608
Thanh Nguyena4c933442019-05-11 03:43:555609const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
5610const char kDisableCancelAllTouchesDescription[] =
5611 "If enabled, a canceled touch will not force all other touches to be "
5612 "canceled.";
5613
Daniele Castagna893d822e2019-03-08 21:37:115614const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
5615const char kDisableExplicitDmaFencesDescription[] =
5616 "Always rely on implicit syncrhonization between GPU and display "
5617 "controller instead of using dma-fences explcitily when available.";
5618
Bailey Berro01f09742020-07-21 05:40:595619const char kDisplayAlignmentAssistanceName[] =
5620 "Enable Display Alignment Assistance";
5621const char kDisplayAlignmentAssistanceDescription[] =
5622 "Show indicators on shared edges of the displays when user is "
5623 "attempting to move their mouse over to another display. Show preview "
5624 "indicators when the user is moving a display in display layouts.";
5625
Harry Cutts932c80a2021-10-07 15:00:385626const char kEnableLibinputToHandleTouchpadName[] =
5627 "Enable libinput to handle touchpad.";
5628const char kEnableLibinputToHandleTouchpadDescription[] =
5629 "Use libinput instead of the gestures library to handle touchpad."
5630 "Libgesures works very well on modern devices but fails on legacy"
5631 "devices. Use libinput if an input device doesn't work or is not working"
5632 "well.";
5633
William Mahon9d1605f2022-04-22 23:54:595634const char kEnableFakeKeyboardHeuristicName[] =
5635 "Enable Fake Keyboard Heuristic";
5636const char kEnableFakeKeyboardHeuristicDescription[] =
5637 "Enable heuristic to prevent non-keyboard devices from pretending "
5638 "to be keyboards. Primarily assists in preventing the virtual keyboard "
5639 "from being disabled unintentionally.";
5640
Jon Mann8e448142021-07-29 19:31:305641const char kFastPairName[] = "Enable Fast Pair";
5642const char kFastPairDescription[] =
5643 "Enables Google Fast Pair service which uses BLE to discover supported "
Josh Graydus84ef1a372022-05-10 21:40:515644 "nearby Bluetooth devices and surfaces a notification for quick pairing.";
Jon Mann8e448142021-07-29 19:31:305645
Alex Kingsborough31acba6e2023-01-17 21:47:455646const char kFastPairHandshakeRefactorName[] =
5647 "Enable Fast Pair Handshake Refactor";
5648const char kFastPairHandshakeRefactorDescription[] =
5649 "Enables refactored handshake logic for Google Fast Pair service.";
5650
Daniel Classon1def7072023-03-30 17:16:395651const char kFastPairHIDName[] = "Enable Fast Pair HID";
5652const char kFastPairHIDDescription[] =
5653 "Enables prototype support for Fast Pair HID.";
5654
Shane Fitzpatrickea882292022-01-24 20:30:155655const char kFastPairLowPowerName[] = "Enable Fast Pair Low Power mode";
5656const char kFastPairLowPowerDescription[] =
5657 "Enables Fast Pair Low Power mode, which doesn't scan for devices "
5658 "continously. This results in lower power usage, but also higher latency "
5659 "for device discovery.";
5660
Jon Mann022bd3522022-01-19 22:11:515661const char kFastPairSoftwareScanningName[] =
5662 "Enable Fast Pair Software Scanning";
5663const char kFastPairSoftwareScanningDescription[] =
5664 "Allow using Fast Pair on devices which don't support hardware offloading "
5665 "of BLE scans. For development use.";
5666
Juliet Levesqueaa230e02022-04-19 18:11:145667const char kFastPairSavedDevicesName[] = "Enable Fast Pair Saved Devices";
5668const char kFastPairSavedDevicesDescription[] =
5669 "Enables the Fast Pair \"Saved Devices\" page to display a list of the "
5670 "user's devices and provide the option to opt in or out of saving devices "
5671 "to their account.";
5672
Paola Lacouture97084962023-07-06 22:27:275673const char kFastPairDevicesBluetoothSettingsName[] =
5674 "Enable Fast Pair Devices in Bluetooth Settings";
5675const char kFastPairDevicesBluetoothSettingsDescription[] =
5676 "Enables the Fast Pair Bluetooth Settings page to display a list of the "
5677 "user's devices available for Subsequent Pairing.";
5678
Ashutosh Singhalab30b18e2022-06-24 15:09:275679const char kFrameSinkDesktopCapturerInCrdName[] =
5680 "Enable FrameSinkDesktopCapturer in CRD";
5681const char kFrameSinkDesktopCapturerInCrdDescription[] =
5682 "Enables the use of FrameSinkDesktopCapturer in the video streaming for "
5683 "CRD, "
5684 "replacing the use of AuraDesktopCapturer";
5685
Miguel Casas8821b0982020-07-02 12:28:495686const char kUseHDRTransferFunctionName[] =
5687 "Monitor/Display HDR transfer function";
5688const char kUseHDRTransferFunctionDescription[] =
5689 "Allows using the HDR transfer functions of any connected monitor that "
5690 "supports it";
Ahmed Fakhry4f567e692018-10-16 15:51:085691const char kDoubleTapToZoomInTabletModeName[] =
5692 "Double-tap to zoom in tablet mode";
5693const char kDoubleTapToZoomInTabletModeDescription[] =
5694 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
5695 "page.";
5696
Yulun Wub88a9202021-07-13 19:44:565697const char kQuickSettingsPWANotificationsName[] =
5698 "Enable setting of PWA notification permissions in quick settings ";
5699const char kQuickSettingsPWANotificationsDescription[] =
5700 "Replace website notification permissions with PWA notification "
5701 "permissions in the quick settings menu. Website notification permissions "
5702 "settings will be migrated to the lacros - chrome browser.";
5703
Travis Lane636a4ac2022-05-24 16:28:555704const char kDriveFsChromeNetworkingName[] =
5705 "Enable the DriveFS / Chrome Network Service bridge";
5706const char kDriveFsChromeNetworkingDescription[] =
5707 "Enable the bridge bewteen DriveFS and the Chrome Network Service for "
5708 "communication with the Drive backend.";
5709
Oleg Davydov5f3716c2023-06-15 15:43:475710const char kDriveFsShowCSEFilesName[] = "Enable listing of CSE files";
5711const char kDriveFsShowCSEFilesDescription[] =
5712 "Enable listing of CSE files in DriveFS, which will result in these files "
5713 "being visible in the Files App's Google Drive item.";
5714
Alex Newcomere5a362c2019-05-02 19:31:355715const char kEnableBackgroundBlurName[] = "Enable background blur.";
5716const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:285717 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:355718
Garrick Evanse6f9f252023-01-19 05:43:085719const char kDisableDnsProxyName[] = "Disable DNS proxy service for ChromeOS";
5720const char kDisableDnsProxyDescription[] =
5721 "Turns off DNS proxying and SecureDNS for ChromeOS (only). Does not impact "
5722 "Chrome browser.";
5723
Taoyu Lib19cd582023-03-30 01:13:385724const char kEnableRFC8925Name[] =
5725 "Enable RFC8925 (prefer IPv6-only on IPv6-only-capable network)";
5726const char kEnableRFC8925Description[] =
5727 "Let ChromeOS DHCPv4 client voluntarily drop DHCPv4 lease and prefer to"
5728 "operate IPv6-only, if the network is also IPv6-only capable.";
5729
Jason Jeremy Iman516f0722023-03-03 02:15:455730const char kPasspointARCSupportName[] = "Enable Passpoint ARC support";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045731const char kPasspointARCSupportDescription[] =
Jason Jeremy Iman516f0722023-03-03 02:15:455732 "Feature to allow Android apps (running on ARC) to provision WiFi networks "
5733 "through Passpoint.";
Jason Jeremy Imanee9104eb52023-03-01 04:11:045734
Damien Dejean837a7f02023-04-10 08:39:305735const char kPasspointSettingsName[] = "Enable Passpoint settings";
5736const char kPasspointSettingsDescription[] =
5737 "Enables displaying Passpoint subscription information in network "
5738 "settings.";
5739
Gil Dekel43a14582022-12-02 05:50:285740const char kEnableEdidBasedDisplayIdsName[] = "Enable EDID-based display IDs";
5741const char kEnableEdidBasedDisplayIdsDescription[] =
5742 "When enabled, a display's ID will be produced by hashing certain values "
5743 "in the display's EDID blob. EDID-based display IDs allow ChromeOS to "
5744 "consistently identify previously connected displays, regardless of the "
5745 "physical port they were connected to, and load user display layouts more "
5746 "accurately.";
5747
Harry Cutts6deecd82022-04-08 01:30:235748const char kEnableExternalKeyboardsInDiagnosticsAppName[] =
5749 "Enable external keyboards in the Diagnostics App";
5750const char kEnableExternalKeyboardsInDiagnosticsAppDescription[] =
5751 "Shows external keyboards in the Diagnostics App's input section. Requires "
5752 "#enable-input-in-diagnostics-app to be enabled.";
5753
xiangdong kong7348a6562023-02-15 18:10:055754const char kEnableGetDebugdLogsInParallelName[] =
5755 "Enable getting debug daemon logs in parallel for feedback";
5756const char kEnableGetDebugdLogsInParallelDescription[] =
5757 "When enabled, the feedback app will use a new debug daemon method to get "
5758 "logs. The method collects different pieces of logs in parallel.";
5759
James Hawkinsa9fefa8d2020-10-08 00:24:035760const char kEnableHostnameSettingName[] = "Enable setting the device hostname";
5761const char kEnableHostnameSettingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:355762 "Enables the ability to set the ChromeOS hostname, the name of the device "
James Hawkinsa9fefa8d2020-10-08 00:24:035763 "that is exposed to the local network";
5764
Harry Cuttscfe6d934f2019-06-05 21:45:555765const char kEnableGesturePropertiesDBusServiceName[] =
5766 "Enable gesture properties D-Bus service";
5767const char kEnableGesturePropertiesDBusServiceDescription[] =
5768 "Enable a D-Bus service for accessing gesture properties, which are used "
5769 "to configure input devices.";
5770
Xiaohui Chenf4283f32018-11-26 20:02:505771const char kEnableGoogleAssistantDspName[] =
5772 "Enable Google Assistant with hardware-based hotword";
5773const char kEnableGoogleAssistantDspDescription[] =
5774 "Enable an experimental feature that uses hardware-based hotword detection "
5775 "for Assistant. Only a limited number of devices have this type of "
5776 "hardware support.";
5777
Xiaohui Chenc3baca42018-11-30 19:29:375778const char kEnableGoogleAssistantStereoInputName[] =
5779 "Enable Google Assistant with stereo audio input";
5780const char kEnableGoogleAssistantStereoInputDescription[] =
5781 "Enable an experimental feature that uses stereo audio input for hotword "
5782 "and voice to text detection in Google Assistant.";
5783
Xiaohui Chen3f3a5bf12019-09-28 00:29:455784const char kEnableGoogleAssistantAecName[] = "Enable Google Assistant AEC";
5785const char kEnableGoogleAssistantAecDescription[] =
5786 "Enable an experimental feature that removes local feedback from audio "
5787 "input to help hotword and ASR when background audio is playing.";
5788
Harry Cutts8b445de2021-06-10 02:25:555789const char kEnableInputEventLoggingName[] = "Enable input event logging";
5790const char kEnableInputEventLoggingDescription[] =
5791 "Enable detailed logging of input events from touchscreens, touchpads, and "
5792 "mice. These events include the locations of all touches as well as "
5793 "relative pointer movements, and so may disclose sensitive data. They "
5794 "will be included in feedback reports and system logs, so DO NOT ENTER "
5795 "SENSITIVE INFORMATION with this flag enabled.";
5796
Ashley Prasadaeff69382023-03-31 22:50:435797const char kDiagnosticsAppJellyName[] =
5798 "Enable jelly colors for the Diagnostics App";
5799const char kDiagnosticsAppJellyDescription[] =
5800 "Enable jelly colors for the Diagnostics App. Requires "
5801 "jelly-colors flag to be enabled.";
5802
Roger Tinkoff6c1bed22022-01-07 14:52:015803const char kEnableKeyboardBacklightToggleName[] =
5804 "Enable Keyboard Backlight Toggle.";
5805const char kEnableKeyboardBacklightToggleDescription[] =
5806 "Enable toggling of the keyboard backlight. By "
5807 "default, this flag is enabled.";
5808
alanlxl43ddc2082022-02-01 00:24:165809const char kEnableNeuralPalmAdaptiveHoldName[] = "Palm Rejection Adaptive Hold";
5810const char kEnableNeuralPalmAdaptiveHoldDescription[] =
5811 "Enable adaptive hold in palm rejection. Not compatible with all devices.";
5812
Rob Schonbergerc258473f2019-11-08 05:09:355813const char kEnableNeuralStylusPalmRejectionName[] =
5814 "Enable Neural Palm Detection";
5815const char kEnableNeuralStylusPalmRejectionDescription[] =
5816 "Experimental: Enable Neural Palm detection. Not compatible with all "
5817 "devices.";
5818
Xiangdong Kongec5a0772021-05-03 21:53:015819const char kEnableOsFeedbackName[] = "Enable updated Feedback Tool App";
5820const char kEnableOsFeedbackDescription[] =
5821 "Enable the feedback tool with new UX design that helps users mitigate "
5822 "the issues while writing feedback and makes the UI easier to use.";
5823
Mitsuru Oshimadaf54572020-04-07 14:47:595824const char kEnableNewShortcutMappingName[] = "Enable New Shortcut Mapping";
5825const char kEnableNewShortcutMappingDescription[] =
5826 "Enables experimental new shortcut mapping";
5827
Rob Schonbergere0a8e3c2020-04-21 03:04:395828const char kEnablePalmSuppressionName[] =
5829 "Enable Palm Suppression with Stylus.";
5830const char kEnablePalmSuppressionDescription[] =
5831 "If enabled, suppresses touch when a stylus is on a touchscreen.";
5832
Catherine Zhang9df0c472023-03-09 07:33:215833const char kEnableEdgeDetectionName[] = "Enable Edge Detection.";
5834const char kEnableEdgeDetectionDescription[] =
5835 "If enabled, suppresses edge touch based on sensors' info.";
5836
Daniel Andersson3a71e982022-11-17 02:34:075837const char kEnablePerDeskZOrderName[] =
5838 "Enable per-desk Z-order for all-desk windows.";
5839const char kEnablePerDeskZOrderDescription[] =
5840 "The Z-order of all-desk windows is maintained on a per-desk basis. This "
5841 "means that all-desk windows will not keep popping to the front when "
5842 "switching desks.";
5843
Drew Davenportef725712022-07-13 21:05:085844const char kEnableSeamlessRefreshRateSwitchingName[] =
5845 "Seamless Refresh Rate Switching";
5846const char kEnableSeamlessRefreshRateSwitchingDescription[] =
5847 "This option enables seamlessly changing the refresh rate based on power "
5848 "state on devices with supported hardware and drivers.";
5849
Harry Cuttsbc6941802022-04-07 22:57:475850const char kEnableTouchpadsInDiagnosticsAppName[] =
5851 "Enable touchpad cards in the Diagnostics App";
5852const char kEnableTouchpadsInDiagnosticsAppDescription[] =
5853 "Shows touchpad cards in the Diagnostics App's input section. Requires "
5854 "#enable-input-in-diagnostics-app to be enabled.";
5855
5856const char kEnableTouchscreensInDiagnosticsAppName[] =
5857 "Enable touchscreen cards in the Diagnostics App";
5858const char kEnableTouchscreensInDiagnosticsAppDescription[] =
5859 "Shows touchscreen cards in the Diagnostics App's input section. Requires "
5860 "#enable-input-in-diagnostics-app to be enabled.";
5861
Brian Geffon297843f2022-06-27 16:33:435862const char kEnableZramWriteback[] = "Enable Zram Writeback";
5863const char kEnableZramWritebackDescription[] =
5864 "If enabled zram swap will be able to write back to disk increasing "
5865 "overall swap capacity";
5866
Brian Geffon1c24556a2023-06-12 17:10:445867const char kEnableSuspendToDisk[] = "Enable Suspend to Disk";
5868const char kEnableSuspendToDiskDescription[] =
5869 "If enabled the system will attempt to suspend to disk (hibernate) "
5870 "after 6 hours or more hours. This is a best effort and might fail, in "
5871 "which case the legacy suspend or shutdown behavior will remain";
5872
Andrew Wolfersa051f742022-03-03 21:08:225873const char kEnableVariableRefreshRateName[] = "Enable Variable Refresh Rate";
5874const char kEnableVariableRefreshRateDescription[] =
5875 "Enable the variable refresh rate (Adaptive Sync) setting for capable "
5876 "displays.";
5877
Kyle Horimoto2d3b6b42022-05-13 02:12:165878const char kEapGtcWifiAuthenticationName[] = "EAP-GTC WiFi Authentication";
5879const char kEapGtcWifiAuthenticationDescription[] =
5880 "Allows configuration of WiFi networks using EAP-GTC authentication";
5881
whalechangf06b6ea72022-08-26 01:13:115882const char kAudioPeripheralVolumeGranularityName[] =
5883 "Audio Peripheral Volume Granularity";
5884const char kAudioPeripheralVolumeGranularityDescription[] =
5885 "Change audio peripheral volume granularity as close as peripheral "
5886 "reported. "
5887 "If the reported volume granularity are too small or too big. use 25 steps "
5888 "instead.";
5889
Abbas Nayebi6263f192022-05-13 21:10:415890const char kEcheSWAName[] = "Enable Eche feature";
5891const char kEcheSWADescription[] = "This is the main flag for enabling Eche.";
paulzhchen26343e92021-02-09 05:43:055892
Jon Manndf97fa52022-11-28 23:01:165893const char kEcheLauncherName[] = "Enable the Eche launcher";
5894const char kEcheLauncherDescription[] =
5895 "Enables the launcher for all apps for Eche.";
5896
Pu Shi93793432022-12-20 20:34:575897const char kEcheLauncherListViewName[] = "Enable Eche launcher list view";
5898const char kEcheLauncherListViewDescription[] =
5899 "Convert Eche launcher from grid view to list view";
5900
Joe Antonettib56b8202023-01-18 20:42:085901const char kEcheLauncherIconsInMoreAppsButtonName[] =
5902 "Enable app icons in the Eche launcher more apps button";
5903const char kEcheLauncherIconsInMoreAppsButtonDescription[] =
5904 "Show app icons in the Eche launcher more apps button";
5905
Crisrael Lucero264086d2023-03-07 02:30:065906const char kEcheNetworkConnectionStateName[] =
5907 "Enable loading and error states for Eche.";
5908const char kEcheNetworkConnectionStateDescription[] =
5909 "Shows loading and error states in Phone Hub's recent apps section based "
5910 "on the connection state with the Phone.";
5911
paulzhchenfac28192021-10-08 08:14:185912const char kEcheSWADebugModeName[] = "Enable Eche Debug Mode";
Abbas Nayebi6263f192022-05-13 21:10:415913const char kEcheSWADebugModeDescription[] =
paulzhchen7c5907f52022-09-03 17:46:485914 "Save console logs of Eche in the system log";
5915
5916const char kEcheSWAMeasureLatencyName[] = "Measure Eche E2E Latency";
5917const char kEcheSWAMeasureLatencyDescription[] =
5918 "Measure Eche E2E Latency and print all E2E latency logs of Eche in "
5919 "Console";
paulzhchenfac28192021-10-08 08:14:185920
mavishsuc3dcafaac2022-09-28 06:27:425921const char kEcheSWASendStartSignalingName[] =
5922 "Enable Eche Send Start Signaling";
5923const char kEcheSWASendStartSignalingDescription[] =
5924 "Allows sending start signaling action to establish Eche's WebRTC "
5925 "connection";
5926
mavishsu1ebe64a2022-09-29 12:52:245927const char kEcheSWADisableStunServerName[] = "Disable Eche STUN server";
5928const char kEcheSWADisableStunServerDescription[] =
5929 "Allows disabling the stun servers when establishing a WebRTC connection "
5930 "to Eche";
5931
Denalex Orakwue44a47a42022-12-07 08:56:085932const char kEcheSWACheckAndroidNetworkInfoName[] = "Check Android network info";
5933const char kEcheSWACheckAndroidNetworkInfoDescription[] =
5934 "Allows CrOS to analyze Android network information to provide more "
5935 "context on connection errors";
5936
Denalex Orakwuef2ea70a2023-02-22 20:48:265937const char kEcheSWAProcessAndroidAccessibilityTreeName[] =
5938 "Process Android Application Accessibility Tree";
5939const char kEcheSWAProcessAndroidAccessibilityTreeDescription[] =
5940 "Allows CrOS to process the Android accessibility tree information of the "
5941 "currently streaming app.";
5942
andrewxu6396d652023-02-20 17:58:545943const char kEnableNotificationImageDragName[] =
5944 "Enable notification image drag";
5945const char kEnableNotificationImageDragDescription[] =
5946 "Enable users to drag the image shown on the notification and drop it to "
5947 "directly paste or share";
5948
Pranav Batra96b8eba2021-07-02 21:17:215949const char kEnableOAuthIppName[] =
5950 "Enable OAuth when printing via the IPP protocol";
5951const char kEnableOAuthIppDescription[] =
5952 "Enable OAuth when printing via the IPP protocol";
5953
Jenny Zhang0c298e42022-01-12 03:09:265954const char kEnforceAshExtensionKeeplistName[] =
5955 "Enforce Ash extension keeplist";
5956const char kEnforceAshExtensionKeeplistDescription[] =
5957 "Enforce the Ash extension keeplist. Only the extensions and Chrome apps on"
5958 " the keeplist are enabled in Ash.";
5959
Matthew Mourgos6f663a42023-03-14 20:58:085960const char kEolResetDismissedPrefsName[] =
5961 "Reset end of life notification prefs";
5962const char kEolResetDismissedPrefsDescription[] =
5963 "Reset the end of life notification prefs to their default value, at the "
5964 "start of the user session. This is meant to make manual testing easier.";
5965
Matthew Mourgos0f79f502023-03-17 21:22:405966const char kEolIncentiveName[] = "Enable end of life incentives";
5967const char kEolIncentiveDescription[] =
5968 "Allows end of life incentives to be shown within the system ui.";
5969
Hidehiko Abe826511f2023-03-24 06:58:435970const char kExoConsumedByImeByFlagName[] =
5971 "Use the consumed bit from IME in exo";
5972const char kExoConsumedByImeByFlagDescription[] =
5973 "To see whether a key event is consumed or not, this let exo to use a bit"
5974 " from IME directly, instead of using heuristics based on key code etc.";
5975
Prabir Pradhan67677e82020-09-11 18:26:525976const char kExoGamepadVibrationName[] = "Gamepad Vibration for Exo Clients";
5977const char kExoGamepadVibrationDescription[] =
5978 "Allow Exo clients like Android to request vibration events for gamepads "
5979 "that support it.";
5980
Nicholas Hollingum4cbff262020-09-08 04:02:155981const char kExoOrdinalMotionName[] =
5982 "Raw (unaccelerated) motion for Linux applications";
5983const char kExoOrdinalMotionDescription[] =
5984 "Send unaccelerated values as raw motion events to linux applications.";
5985
Hidehiko Abe03ab7322023-05-17 10:22:185986const char kExoSurroundingTextOffsetName[] =
5987 "Supports offset of surrounding_text in exosphere";
5988const char kExoSurroundingTextOffsetDescription[] =
5989 "On wayland protocol, surrounding text may be trimmed. Enabling this "
5990 "supports the cases.";
5991
Akihiro Ota888750d2023-06-29 14:36:035992const char kExperimentalAccessibilityChromeVoxOobeDialogImprovementsName[] =
5993 "Experimental accessibility ChromeVox OOBE dialog improvements.";
5994
5995const char
5996 kExperimentalAccessibilityChromeVoxOobeDialogImprovementsDescription[] =
5997 "Enables experimental UI improvements for the ChromeVox OOBE dialog.";
5998
Jeeva Murugan0c7d43a82022-11-07 01:10:275999const char kExperimentalAccessibilityDictationContextCheckingName[] =
6000 "Experimental accessibility dictation using context checking.";
6001const char kExperimentalAccessibilityDictationContextCheckingDescription[] =
6002 "Enables experimental dictation context checking.";
6003
Josiah Kcb91cd12022-03-22 19:27:066004const char kExperimentalAccessibilityGoogleTtsLanguagePacksName[] =
6005 "Experimental accessibility Google TTS Langauge Packs.";
6006const char kExperimentalAccessibilityGoogleTtsLanguagePacksDescription[] =
6007 "Enables downloading Google TTS voices using Langauge Packs.";
6008
Rose Garcia26e2ae32019-06-25 00:57:546009const char kExperimentalAccessibilitySwitchAccessTextName[] =
6010 "Enable enhanced Switch Access text input.";
6011const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
6012 "Enable experimental or in-progress Switch Access features for improved "
6013 "text input";
6014
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:116015const char kExposeOutOfProcessVideoDecodingToLacrosName[] =
6016 "Expose out-of-process video decoding (OOP-VD) to LaCrOS.";
6017const char kExposeOutOfProcessVideoDecodingToLacrosDescription[] =
6018 "Accept media.stable.mojom.StableVideoDecoderFactory connection requests "
6019 "from LaCrOS and host said factories in utility processes.";
6020
Xinglong Luanff7dec52023-05-30 01:07:506021const char kFederatedServiceName[] =
6022 "Enable Federated Service on ChromeOS login";
6023const char kFederatedServiceDescription[] =
6024 "If disalbed, all federated service activities are stopped.";
6025
Steffen Secklerc95470d2022-08-12 07:26:006026const char kFileTransferEnterpriseConnectorName[] =
6027 "Enable Files Transfer Enterprise Connector.";
6028const char kFileTransferEnterpriseConnectorDescription[] =
6029 "Enable the File Transfer Enterprise Connector.";
6030
Luciano Pachecoa2f314ee2022-06-02 14:22:146031const char kFilesAppExperimentalName[] =
6032 "Experimental UI features for Files app";
6033const char kFilesAppExperimentalDescription[] =
6034 "Enable experimental UI features for Files app. Experimental features are "
6035 "expected to be non functional to end users.";
6036
Noel Gordon5c5a49e62023-01-16 06:14:006037const char kFilesConflictDialogName[] = "Files app conflict dialog";
6038const char kFilesConflictDialogDescription[] =
6039 "When enabled, the conflict dialog will be shown during file transfers "
6040 "if a file entry in the transfer exists at the destination.";
6041
Ben Reich2caaccf2023-02-06 23:17:506042const char kFilesDriveShortcutsName[] = "Files app Google Drive shortcut icons";
6043const char kFilesDriveShortcutsDescription[] =
6044 "When enabled, shows an icon for files in Google Drive that are shortcuts";
6045
Alex Danilo22b6b9c2021-11-18 06:44:446046const char kFilesExtractArchiveName[] = "Extract archive in Files app";
6047const char kFilesExtractArchiveDescription[] =
6048 "Enable the simplified archive extraction feature in Files app";
6049
Marcello Salomaodd0e6de2022-09-14 00:28:476050const char kFilesInlineSyncStatusName[] =
6051 "Enable inline sync status in Files app.";
6052const char kFilesInlineSyncStatusDescription[] =
6053 "Enable displaying the sync status of each file next to its name in Files "
6054 "app.";
6055
Marcello Salomaoc517be52023-05-18 06:43:366056const char kFilesInlineSyncStatusProgressEventsName[] =
6057 "Enable inline sync status in Files app to work with a new source of "
6058 "progress events.";
6059const char kFilesInlineSyncStatusProgressEventsDescription[] =
6060 "An improvement for inline sync status that will eventually allow it to "
6061 "display progress for downsyncing operations.";
6062
Bo Majewski24757cb2022-09-20 06:42:186063const char kFilesSearchV2Name[] = "V2 generation of file search.";
6064const char kFilesSearchV2Description[] = "Enable V2 generation of file search.";
6065
Omid Tourzanbf2a0dcf2020-09-10 08:53:556066const char kFilesSinglePartitionFormatName[] =
6067 "Enable Partitioning of Removable Disks.";
6068const char kFilesSinglePartitionFormatDescription[] =
6069 "Enable partitioning of removable disks into single partition.";
6070
Joel Hockey487b679b2023-03-15 04:10:296071const char kFilesTrashDriveName[] = "Enable Files Trash for Drive.";
6072const char kFilesTrashDriveDescription[] =
6073 "Enable trash for Drive volume in Files App.";
6074
Ashley Prasadbe89bd22023-04-03 21:26:126075const char kFirmwareUpdateJellyName[] =
6076 "Enable jelly colors for the Firmware Update App";
6077const char kFirmwareUpdateJellyDescription[] =
6078 "Enable jelly colors for the Firmware Update App. Requires "
6079 "jelly-colors flag to be enabled.";
6080
Ricky Liang3bd2754b52020-10-07 02:50:326081const char kForceSpectreVariant2MitigationName[] =
6082 "Force Spectre variant 2 mitigagtion";
6083const char kForceSpectreVariant2MitigationDescription[] =
6084 "Forces Spectre variant 2 mitigation. Setting this to enabled will "
6085 "override #spectre-variant2-mitigation and any system-level setting that "
6086 "disables Spectre variant 2 mitigation.";
6087
jhtinc1f43aa2022-11-10 03:27:046088const char kFirstPartyVietnameseInputName[] =
6089 "First party Vietnamese Input Method";
6090const char kFirstPartyVietnameseInputDescription[] =
6091 "Use first party input method for Vietnamese VNI and Telex";
6092
Daniel Anderssona36c4bc2021-06-04 22:09:436093const char kFocusFollowsCursorName[] = "Focus follows cursor";
6094const char kFocusFollowsCursorDescription[] =
6095 "Enable window focusing by moving the cursor.";
6096
Cassy Chun-Crogan26d8e142023-01-25 02:00:536097const char kForceReSyncDriveName[] = "Force resync drive";
6098const char kForceReSyncDriveDescription[] =
6099 "Enable Drive to forcibly resync office files.";
6100
yjliu8f78e8b2020-07-22 20:51:216101const char kFrameThrottleFpsName[] = "Set frame throttling fps.";
6102const char kFrameThrottleFpsDescription[] =
6103 "Set the throttle fps for compositor frame submission.";
6104const char kFrameThrottleFpsDefault[] = "Default";
6105const char kFrameThrottleFps5[] = "5 fps";
6106const char kFrameThrottleFps10[] = "10 fps";
6107const char kFrameThrottleFps15[] = "15 fps";
6108const char kFrameThrottleFps20[] = "20 fps";
6109const char kFrameThrottleFps25[] = "25 fps";
6110const char kFrameThrottleFps30[] = "30 fps";
6111
Nigel Tao03c69032022-04-23 03:10:476112const char kFuseBoxDebugName[] = "Debugging UI for ChromeOS FuseBox service";
6113const char kFuseBoxDebugDescription[] =
6114 "Show additional debugging UI for ChromeOS FuseBox service.";
6115
Callistusd4ba8b0d2023-04-03 05:34:596116const char kHelpAppAppsDiscoveryName[] = "Help App Apps Discovery";
6117const char kHelpAppAppsDiscoveryDescription[] =
6118 "Enables the ChromeOS Apps Discovery experience in the Help App.";
6119
Callistus3b862272023-05-09 02:34:086120const char kHelpAppAutoTriggerInstallDialogName[] =
6121 "Help App Auto Trigger Install Dialog";
6122const char kHelpAppAutoTriggerInstallDialogDescription[] =
6123 "Enables the logic that auto triggers the install dialog during the web "
6124 "app install flow initiated from the Help App.";
6125
Zufeng Wang9d3362eb822021-03-11 00:23:296126const char kHelpAppLauncherSearchName[] = "Help App launcher search";
6127const char kHelpAppLauncherSearchDescription[] =
6128 "Enables showing search results from the help app in the launcher.";
6129
Angela Xiao64360742023-06-15 21:35:076130const char kHelpAppWelcomeTipsName[] = "Help App Welcome Tips";
6131const char kHelpAppWelcomeTipsDescription[] =
6132 "Enables showing the welcome tips page in the help app. This feature "
6133 "is dependent on the #scalable-iph feature being enabled as well.";
6134
jhtin2c8808102022-02-21 08:53:356135const char kDiacriticsOnPhysicalKeyboardLongpressName[] =
6136 "Enable diacritics and variant character selection on PK longpress.";
6137const char kDiacriticsOnPhysicalKeyboardLongpressDescription[] =
6138 "Enable diacritics and other varient character selection on physical "
6139 "keyboard longpress.";
6140
John Palmer8cbc27b2023-04-19 00:53:016141const char kDiacriticsOnPhysicalKeyboardLongpressDefaultOnName[] =
6142 "Enable diacritics and variant character selection on PK longpress by "
6143 "default.";
6144const char kDiacriticsOnPhysicalKeyboardLongpressDefaultOnDescription[] =
6145 "Enable diacritics and other varient character selection on physical "
6146 "keyboard longpress by default.";
6147
Darren Shen1c21e1e42023-05-11 00:03:396148const char kDiacriticsUseReplaceSurroundingTextName[] =
6149 "Use ReplaceSurroundingText API for longpress diacritics.";
6150const char kDiacriticsUseReplaceSurroundingTextDescription[] =
6151 "When longpress diacritics is enabled, use the ReplaceSurroundingText API "
6152 "for better app compatibility.";
6153
David Black6fca0bc2022-10-08 00:35:176154const char kHoldingSpacePredictabilityName[] =
6155 "Enable holding space predictability";
6156const char kHoldingSpacePredictabilityDescription[] =
6157 "Increases predictability of holding space by being ever present in the "
6158 "shelf and always reserving space for downloads and screen captures.";
6159
6160const char kHoldingSpaceRefreshName[] = "Enable holding space refresh";
6161const char kHoldingSpaceRefreshDescription[] =
6162 "Enables a refresh of holding space which better conveys the relationship "
6163 "with the Files app.";
6164
6165const char kHoldingSpaceSuggestionsName[] = "Enable holding space suggestions";
6166const char kHoldingSpaceSuggestionsDescription[] =
6167 "Enables pinned file suggestions in holding space to help the user "
6168 "understand and discover the ability to pin.";
6169
Lei Zhange52be9912023-06-23 17:29:136170const char kHotspotName[] = "Hotspot";
6171const char kHotspotDescription[] =
6172 "Enables the Chromebook to share its cellular internet connection to other "
6173 "devices through WiFi. While this feature is under development, enabling "
6174 "this flag may cause your device's non-tethering traffic to use a "
6175 "tethering APN, which can result in carrier limits or fees.";
6176
Curtis McMullana1900062021-06-28 01:13:256177const char kImeAssistEmojiEnhancedName[] = "Enable enhanced assistive emojis";
6178const char kImeAssistEmojiEnhancedDescription[] =
6179 "Enable enhanced assistive emoji suggestion features for native IME";
6180
Curtis McMullan35800d22020-11-26 06:45:196181const char kImeAssistMultiWordName[] =
6182 "Enable assistive multi word suggestions";
6183const char kImeAssistMultiWordDescription[] =
6184 "Enable assistive multi word suggestions for native IME";
6185
Curtis McMullan6f6526d2021-07-09 04:22:456186const char kImeAssistMultiWordExpandedName[] =
6187 "Enable expanded assistive multi word suggestions";
6188const char kImeAssistMultiWordExpandedDescription[] =
6189 "Enable expanded assistive multi word suggestions for native IME";
6190
Chuong Ho0db3d5d22023-02-27 02:18:336191const char kImeFstDecoderParamsUpdateName[] =
6192 "Enable FST Decoder parameters update";
6193const char kImeFstDecoderParamsUpdateDescription[] =
6194 "Enable updated parameters for the FST decoder.";
6195
Grey Wang8896c882022-09-02 00:21:556196const char kImeTrayHideVoiceButtonName[] =
6197 "Hides redudant voice button in IME tray";
6198const char kImeTrayHideVoiceButtonDescription[] =
6199 "Hides voice button in IME tray when mic icon is shown in the shelf";
6200
John Palmerb4e42c02022-02-11 07:25:166201const char kVirtualKeyboardNewHeaderName[] =
6202 "Enable new header for virtual keyboard";
6203const char kVirtualKeyboardNewHeaderDescription[] =
6204 "Enable new header for virtual keyboard to improve navigation.";
6205
John Palmer77ce9282021-07-15 09:23:096206const char kImeSystemEmojiPickerClipboardName[] =
6207 "System emoji picker clipboard";
6208const char kImeSystemEmojiPickerClipboardDescription[] =
6209 "Emoji picker will insert emoji into clipboard if they can't be inserted "
6210 "into a text field";
Chuong Hoa3217d52021-12-08 06:36:146211
6212const char kImeSystemEmojiPickerExtensionName[] =
6213 "System emoji picker extension";
6214const char kImeSystemEmojiPickerExtensionDescription[] =
6215 "Emoji picker extension allows users to select emoticons and symbols to "
6216 "input.";
6217
Kaiqi Liang5ddd91b2022-12-01 23:14:536218const char kImeSystemEmojiPickerGIFSupportName[] =
6219 "System emoji picker gif support";
6220const char kImeSystemEmojiPickerGIFSupportDescription[] =
6221 "Emoji picker gif support allows users to select gifs to input.";
6222
Chuong Ho7a5781832022-02-09 06:47:266223const char kImeSystemEmojiPickerSearchExtensionName[] =
6224 "System emoji picker search extension";
6225const char kImeSystemEmojiPickerSearchExtensionDescription[] =
6226 "Emoji picker search extension enhances current emoji search by "
6227 "introducing multi-word prefix search.";
6228
John Palmer90a32212021-08-03 08:49:136229const char kImeStylusHandwritingName[] = "Stylus Handwriting";
6230const char kImeStylusHandwritingDescription[] =
6231 "Enable VK UI for stylus in text fields";
John Palmer77ce9282021-07-15 09:23:096232
Curtis McMullan6011fe7f2023-02-23 01:22:206233const char kImeUsEnglishModelUpdateName[] =
6234 "Enable US English IME model update";
6235const char kImeUsEnglishModelUpdateDescription[] =
6236 "Enable updated US English IME language models for native IME";
6237
Sean Kaud5d0fc72023-01-30 19:08:266238const char kJellyColorsName[] = "Jelly Colors";
6239const char kJellyColorsDescription[] = "Enable Jelly coloring";
6240
Erik Chend7082ec2021-06-25 01:04:126241const char kLacrosAvailabilityIgnoreName[] =
6242 "Ignore lacros-availability policy";
6243const char kLacrosAvailabilityIgnoreDescription[] =
6244 "Makes the lacros-availability policy have no effect. Instead Lacros "
6245 "availability will be controlled by experiment and/or user flags.";
6246
Hidehiko Abea7217c92022-02-01 05:54:576247const char kLacrosOnlyName[] = "Lacros is the only browser";
6248const char kLacrosOnlyDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356249 "Use Lacros-chrome as the only web browser on ChromeOS. "
Hidehiko Abea7217c92022-02-01 05:54:576250 "This flag is ignored if Lacros support or primary is disabled.";
6251
Hidehiko Abe9f190d12021-03-18 12:55:206252const char kLacrosPrimaryName[] = "Lacros as the primary browser";
6253const char kLacrosPrimaryDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356254 "Use Lacros-chrome as the primary web browser on ChromeOS. "
Hidehiko Abe9f190d12021-03-18 12:55:206255 "This flag is ignored if Lacros support is disabled.";
6256
Erik Chen601a5d62020-12-07 20:05:126257const char kLacrosStabilityName[] = "Lacros stability";
Roman Arorac36aeeb92021-10-04 20:35:586258const char kLacrosStabilityDescription[] = "Lacros update channel.";
Erik Chen601a5d62020-12-07 20:05:126259
Jae Hoon Kim94e1cfd2021-05-19 20:52:526260const char kLacrosSelectionName[] = "Lacros selection";
6261const char kLacrosSelectionDescription[] =
6262 "Choosing between rootfs or stateful Lacros.";
6263
6264const char kLacrosSelectionRootfsDescription[] = "Rootfs";
6265const char kLacrosSelectionStatefulDescription[] = "Stateful";
6266
Artem Sumaneev1f3555a2023-01-30 12:48:276267const char kLacrosSelectionPolicyIgnoreName[] =
6268 "Ignore lacros-selection policy";
6269const char kLacrosSelectionPolicyIgnoreDescription[] =
6270 "Makes the lacros-selection policy have no effect. Instead Lacros "
6271 "selection will be controlled by experiment and/or user flags.";
6272
James Cook2fe5ca7b2020-10-09 02:54:176273const char kLacrosSupportName[] = "Lacros support";
James Cookac2473be2020-04-28 00:54:186274const char kLacrosSupportDescription[] =
Yuta Hijikata45214bc2021-04-27 16:36:386275 "Support for the experimental lacros-chrome browser. Please note that the "
6276 "first restart can take some time to setup lacros-chrome. Please DO NOT "
6277 "attempt to turn off the device during the restart.";
James Cookac2473be2020-04-28 00:54:186278
Erik Chen5d686e2a02022-11-01 23:11:316279const char kLacrosWaylandLoggingName[] = "Lacros wayland logging";
6280const char kLacrosWaylandLoggingDescription[] =
6281 "Enables wayland logging for Lacros. This generates a significant amount "
6282 "of logs on disk. Logs are cleared after two restarts.";
6283
Yuta Hijikataad794422022-04-15 17:33:126284const char kLacrosMoveProfileMigrationName[] = "Enforce profile move migration";
6285const char kLacrosMoveProfileMigrationDescription[] =
6286 "Enforce Lacros profile move migration which moves files from Ash profile "
6287 "directory to Lacros profile directory instead of copying. Please note "
6288 "that disabling Lacros and falling back to Ash after move migration is not "
6289 "supported.";
6290
Yuta Hijikata6a575d42022-01-11 04:09:076291const char kLacrosProfileMigrationForceOffName[] = "Disable profile migration";
6292const char kLacrosProfileMigrationForceOffDescription[] =
6293 "Disables lacros profile migration. Lacros profile migration is being "
6294 "rolled out to internal users first. Once lacros profile migration becomes "
6295 "available to the user, the completion of profile migration becomes a "
6296 "requirement to use lacros i.e. if profile migration gets rolled out to "
6297 "the user and the migration fails, then lacros becomes unavailable until "
6298 "the migration is completed. By enabling this flag, even if profile "
6299 "migration is rolled out to the user, the migration will not run and the "
6300 "user can continue to use lacros without profile migration.";
6301
Jana Grill661e4752023-06-21 12:27:216302const char kLacrosProfileBackwardMigrationName[] =
6303 "Trigger Lacros profile backward migration";
6304const char kLacrosProfileBackwardMigrationDescription[] =
6305 "Trigger data migration back from the Lacros profile directory to the Ash "
6306 "profile directory on next restart. Set this flag only together with "
6307 "disabling the Lacros availability flag, otherwise it has no effect.";
6308
Claudio Mf9303632023-06-28 04:33:156309const char kLanguagePacksInSettingsName[] = "Language Packs in Settings";
6310const char kLanguagePacksInSettingsDescription[] =
6311 "Enables the UI and logic to manage Language Packs in Settings. This is "
6312 "used for languages and input methods.";
6313
Rachel Wongbde90d72022-07-11 06:18:276314const char kLauncherItemSuggestName[] = "Launcher ItemSuggest";
6315const char kLauncherItemSuggestDescription[] =
6316 "Allows configuration of experiment parameters for ItemSuggest in the "
6317 "launcher.";
6318
Ahmed Fakhry039882f2020-06-16 21:56:216319const char kLimitShelfItemsToActiveDeskName[] =
6320 "Limit Shelf items to active desk";
6321const char kLimitShelfItemsToActiveDeskDescription[] =
6322 "Limits items on the shelf to the ones associated with windows on the "
6323 "active desk";
6324
Ahmed Fakhry15d707e2019-02-22 23:54:216325const char kListAllDisplayModesName[] = "List all display modes";
6326const char kListAllDisplayModesDescription[] =
6327 "Enables listing all external displays' modes in the display settings.";
6328
Gil Dekel11cbdfb2020-12-23 21:43:276329const char kEnableHardwareMirrorModeName[] = "Enable Hardware Mirror Mode";
6330const char kEnableHardwareMirrorModeDescription[] =
6331 "Enables hardware support when multiple displays are set to mirror mode.";
6332
Jungshik Shin1c8c4882022-09-14 05:35:266333const char kHindiInscriptLayoutName[] = "Hindi Inscript Layout on CrOS";
6334const char kHindiInscriptLayoutDescription[] =
6335 "Enables Hindi Inscript Layout on ChromeOS.";
6336
Megumi Hattori5a0d4182018-03-06 11:09:506337const char kLockScreenNotificationName[] = "Lock screen notification";
6338const char kLockScreenNotificationDescription[] =
6339 "Enable notifications on the lock screen.";
6340
Pattid12c5eb2023-04-03 01:37:006341const char kMediaAppPdfSignatureName[] = "Media App PDF Signature";
6342const char kMediaAppPdfSignatureDescription[] =
6343 "Enable signature and element selection feature for PDFs in Gallery app.";
6344
Steven Bennetts66bc3542020-06-25 23:05:286345const char kMeteredShowToggleName[] = "Show Metered Toggle";
6346const char kMeteredShowToggleDescription[] =
6347 "Shows a Metered toggle in the Network settings UI for WiFI and Cellular. "
6348 "The toggle allows users to set whether a network should be considered "
6349 "metered for purposes of bandwith usage (e.g. for automatic updates).";
6350
Toni Barzic5cf7da92021-05-19 21:07:406351const char kMicrophoneMuteNotificationsName[] = "Microphone Mute Notifications";
6352const char kMicrophoneMuteNotificationsDescription[] =
6353 "Enables notifications that are shown when an app tries to use microphone "
6354 "while audio input is muted.";
6355
6356const char kMicrophoneMuteSwitchDeviceName[] = "Microphone Mute Switch Device";
6357const char kMicrophoneMuteSwitchDeviceDescription[] =
6358 "Support for detecting the state of hardware microphone mute toggle. Only "
6359 "effective on devices that have a microphone mute toggle. Enabling the "
6360 "flag does not affect the toggle functionality, it only affects how the "
6361 "System UI handles the mute toggle state.";
6362
Jason Thai7036e64e2023-01-23 23:14:396363const char kMultiZoneRgbKeyboardName[] =
6364 "Enable multi-zone RGB keyboard customization";
6365const char kMultiZoneRgbKeyboardDescription[] =
6366 "Enable multi-zone RGB keyboard customization on supported devices.";
6367
Bao-Duy Tranaa329d62020-11-27 05:40:586368const char kMultilingualTypingName[] = "Multilingual typing on CrOS";
6369const char kMultilingualTypingDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356370 "Enables support for multilingual assistive typing on ChromeOS.";
Bao-Duy Tranaa329d62020-11-27 05:40:586371
Brando51a6f882023-05-26 19:02:446372const char kNearbySharingSelfShareName[] = "Nearby Sharing Self Share";
6373const char kNearbySharingSelfShareDescription[] =
6374 "Enables Self Share auto-accept and UI features to allow seamless sharing "
6375 "between a user's own devices.";
Michael Hansenf59f974b2022-01-14 17:40:026376
Gordon Seto2c79d0442022-02-22 22:33:066377const char kOobeHidDetectionRevampName[] = "OOBE HID Detection Revamp";
6378const char kOobeHidDetectionRevampDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356379 "Enables the ChromeOS HID Detection Revamp, which updates OOBE HID "
Gordon Seto2c79d0442022-02-22 22:33:066380 "detection screen UI and related infrastructure.";
6381
Ashley Prasad26ebba5d2023-03-31 16:47:466382const char kOsFeedbackJellyName[] =
6383 "Enable jelly colors for the OS Feedback app";
6384const char kOsFeedbackJellyDescription[] =
6385 "Enable jelly colors for the OS Feedback app. Requires jelly-colors flag "
6386 "to be enabled.";
6387
Wes Okuhara72373672022-10-14 16:38:196388const char kOsSettingsAppBadgingToggleName[] =
6389 "ChromeOS Settings App Badging Toggle";
6390const char kOsSettingsAppBadgingToggleDescription[] =
6391 "Enables app badging toggle to be displayed in app notification page in"
6392 "ChromeOS Settings.";
6393
Xiaohui Chencd2db09e2023-06-12 18:20:266394const char kOsSettingsDeprecateSyncMetricsToggleName[] =
6395 "ChromeOS Settings Deprecate Sync Metrics Toggle";
6396const char kOsSettingsDeprecateSyncMetricsToggleDescription[] =
6397 "If enabled, deprecate the metrics in sync settings page in "
6398 "ChromeOS Settings.";
6399
Xiaohui Chena6d59452023-07-07 00:26:546400const char kOsSettingsTestChromeRefreshName[] =
6401 "ChromeOS Settings Test Chrome Refresh Components";
6402const char kOsSettingsTestChromeRefreshDescription[] =
6403 "If enabled, uses new Chrome Refresh web components in "
6404 "ChromeOS Settings.";
6405
Wes Okuharad71d73df2023-05-17 23:33:386406const char kOsSettingsRevampWayfindingName[] =
6407 "ChromeOS Settings Revamp: Wayfinding Improvements";
6408const char kOsSettingsRevampWayfindingDescription[] =
6409 "Enables wayfinding improvements in the ChromeOS Settings UI.";
6410
Jimmy Gong35094482021-10-06 23:14:286411const char kPcieBillboardNotificationName[] = "Pcie billboard notification";
6412const char kPcieBillboardNotificationDescription[] =
6413 "Enable Pcie peripheral billboard notification.";
6414
Daniel Andersson9bfdde42021-07-15 20:59:146415const char kPerformantSplitViewResizing[] = "Performant Split View Resizing";
6416const char kPerformantSplitViewResizingDescription[] =
6417 "If enabled, windows may be moved instead of scaled when resizing split "
6418 "view in tablet mode.";
6419
Sam Chiu1dee4a12021-10-12 18:21:276420const char kPhoneHubCallNotificationName[] =
6421 "Incoming call notification in Phone Hub";
6422const char kPhoneHubCallNotificationDescription[] =
6423 "Enables the incoming/ongoing call feature in Phone Hub.";
6424
Jennifer Serranof65bc542023-01-11 01:00:566425const char kPhoneHubNudgeName[] = "Phone Hub nudge";
6426const char kPhoneHubNudgeDescription[] =
6427 "Enables a nudge to direct eligible users to open Phone Hub.";
6428
Andreea Costinas478d1ca22023-02-23 11:49:506429const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenName[] =
6430 "Policy-provided trust anchors at lock screen";
6431const char kPolicyProvidedTrustAnchorsAllowedAtLockScreenDescription[] =
6432 "Enables using the policy-provided trust anchors at lock screen";
6433
Peter Boström6324b792022-09-28 23:15:566434const char kPreferDcheckName[] = "Prefer DCHECK-enabled build";
6435const char kPreferDcheckDescription[] =
6436 "Use a DCHECK-enabled build when available.";
6437
Gavin Williamsf92f14962023-05-01 23:19:416438const char kPrinterSettingsPrinterStatusName[] =
6439 "Enable Printer Settings printer statuses";
6440const char kPrinterSettingsPrinterStatusDescription[] =
6441 "Enables printer status querying and displaying from the OS Printer "
6442 "settings page.";
6443
Gavin Williams4d4ab1312023-04-18 18:30:386444const char kPrinterSettingsRevampName[] = "Enable Printer Settings Revamped UI";
6445const char kPrinterSettingsRevampDescription[] =
6446 "Show the enhanced UI for the OS Printer settings page.";
6447
Gavin Williams2e687bf2023-06-01 17:25:036448const char kPrintPreviewDiscoveredPrintersName[] =
6449 "Enables showing discovered printers in the Print Preview dialog.";
6450const char kPrintPreviewDiscoveredPrintersDescription[] =
6451 "Shows discovered printers in the Print Preview dialog that get set up "
6452 "once selected.";
6453
Piotr Pawliczek49732c92022-12-12 18:10:586454const char kPrintingPpdChannelName[] = "Printing PPD channel";
6455const char kPrintingPpdChannelDescription[] =
6456 "The channel from which PPD index "
6457 "is loaded when matching PPD files during printer setup.";
6458
Ashley Prasad9363e832023-04-04 15:59:566459const char kPrintManagementJellyName[] =
6460 "Enable jelly colors for the Print Management App";
6461const char kPrintManagementJellyDescription[] =
6462 "Enable jelly colors for the Print Management App. Requires "
6463 "jelly-colors flag to be enabled.";
6464
Ashley Prasad7909321b2023-05-18 16:27:446465const char kPrintManagementSetupAssistanceName[] =
6466 "Enable improved printer setup experience for the Print Management App";
6467const char kPrintManagementSetupAssistanceDescription[] =
6468 "Enable improved printer setup experience for the Print Management App.";
6469
James Cookb661f3802021-09-30 21:43:206470const char kProductivityLauncherName[] =
6471 "Productivity experiment: App Launcher";
6472const char kProductivityLauncherDescription[] =
6473 "To evaluate an enhanced Launcher experience that aims to improve app "
6474 "workflows by optimizing access to apps, app content, and app actions.";
6475
Yulun Wu2f5597992022-08-12 23:57:206476const char kProductivityLauncherImageSearchName[] =
6477 "Productivity Launcher experiment: Launcher Image Search";
6478const char kProductivityLauncherImageSearchDescription[] =
6479 "To evaluate the viability of image search as part of Productivity "
6480 "Launcher Search.";
6481
Ana Salazarbb287bcc42023-01-11 00:34:206482const char kAppListDragAndDropRefactorName[] =
6483 "Drag and drop refactor in launcher";
6484const char kAppListDragAndDropRefactorDescription[] =
6485 "Enables app list drag and drop refactor to use views drag and drop APIs. "
6486 "No user visible changes are expected.";
6487
Toby Huang6a77193f22022-08-12 18:07:306488const char kProjectorAppDebugName[] = "Enable Projector app debug";
6489const char kProjectorAppDebugDescription[] =
6490 "Adds more informative error messages to the Projector app for debugging";
Li Lin122b7852022-03-10 02:46:396491
Yilkal2bc65312023-02-23 21:27:126492const char kProjectorServerSideSpeechRecognitionName[] =
6493 "Enable server side speech recognition for Projector";
6494const char kProjectorServerSideSpeechRecognitionDescription[] =
6495 "Adds server side speech recognition capability to Projector.";
6496
Jiaming Chenge04b3b52022-08-09 02:46:596497const char kQsRevampName[] = "Quick Settings Revamp";
6498const char kQsRevampDescription[] =
6499 "Enable QS UI revamp with separated message center.";
6500
Rachel Carpenter57c8523c2020-09-23 01:11:226501const char kReleaseNotesNotificationAllChannelsName[] =
6502 "Release Notes Notification All Channels";
6503const char kReleaseNotesNotificationAllChannelsDescription[] =
Richard Chuia9ed7be12022-04-13 21:30:356504 "Enables the release notes notification for all ChromeOS channels";
Rachel Carpenter57c8523c2020-09-23 01:11:226505
Lei Zhange52be9912023-06-23 17:29:136506const char kRenderArcNotificationsByChromeName[] =
Shuming Hao42af3d72023-03-30 20:06:106507 "Render ARC notifications by ChromeOS";
Lei Zhange52be9912023-06-23 17:29:136508const char kRenderArcNotificationsByChromeDescription[] =
Shuming Hao42af3d72023-03-30 20:06:106509 "Enables rendering ARC notifications using ChromeOS notification framework "
6510 "if supported";
6511
Lei Zhang44abd5d22022-01-11 00:32:346512const char kArcWindowPredictorName[] = "Enable ARC window predictor";
6513const char kArcWindowPredictorDescription[] =
Shengsong Tan81338972021-12-22 05:27:506514 "Enables the window state and bounds predictor for ARC task windows";
6515
Cici Ruan846b6712022-08-12 21:08:186516const char kArcInputOverlayNameBeta[] = "Enable ARC Input Overlay Beta";
6517const char kArcInputOverlayDescriptionBeta[] =
Cici Ruan2374f1b02022-12-07 01:19:586518 "Enable full editor feature for Gaming Input Overlay including features in "
6519 "Alpha V2, so users can add and remove actions.";
Joseph Panga61e7db2022-11-29 21:23:386520
Cici Ruan2374f1b02022-12-07 01:19:586521const char kArcInputOverlayNameAlphaV2[] = "Enable ARC Input Overlay Alpha V2";
6522const char kArcInputOverlayDescriptionAlphaV2[] =
Joseph Panga61e7db2022-11-29 21:23:386523 "Enable menu and action reposition feature for Gaming Input Overlay based "
6524 "on Alpha.";
Cici Ruan846b6712022-08-12 21:08:186525
Angela Xiao69e8fc22023-06-01 22:05:226526const char kScalableIphName[] = "Enable ChromeOS scalable IPH.";
6527const char kScalableIphDescription[] =
6528 "Enable scalable IPH. In addition to this flag, each respective IPH "
6529 "trigger condition needs to be met before an IPH notifier is shown.";
6530
Ashley Prasad0b9fb6082023-04-05 17:36:196531const char kScanningAppJellyName[] =
6532 "Enable jelly colors for the Scanning App.";
6533const char kScanningAppJellyDescription[] =
6534 "Enable jelly colors for the Scanning App. Requires "
6535 "jelly-colors flag to be enabled.";
6536
Elliot Tuck5551fdd2022-07-25 21:10:146537const char kShelfAutoHideSeparationName[] =
6538 "Enable separate shelf auto-hide preferences.";
6539const char kShelfAutoHideSeparationDescription[] =
6540 "Allows for the shelf's auto-hide preference to be specified separately "
6541 "for clamshell and tablet mode.";
6542
Anton Swifton1917b872022-05-26 06:27:436543const char kShimlessRMAOsUpdateName[] = "Enable OS updates in shimless RMA";
6544const char kShimlessRMAOsUpdateDescription[] =
6545 "Turns on OS updating in Shimless RMA";
6546
wenyu zhang98000162022-06-16 17:02:536547const char kShimlessRMADisableDarkModeName[] =
6548 "Disable dark mode in Shimless RMA";
6549const char kShimlessRMADisableDarkModeDescription[] =
6550 "Disable dark mode and only allow light mode in Shimless RMA";
6551
Gavin Williams1a14b9212023-03-22 19:42:296552const char kShimlessRMADiagnosticPageName[] =
6553 "Enable diagnostic page in Shimless RMA";
6554const char kShimlessRMADiagnosticPageDescription[] =
6555 "Enable the diagnostic page in Shimless RMA for showing detailed device "
6556 "information";
6557
Cam Bickela8297462023-06-15 19:36:526558const char kShimlessRMAComplianceCheckName[] =
6559 "Enable compliance check in Shimless RMA";
6560const char kShimlessRMAComplianceCheckDescription[] =
6561 "Enable device compliance check in the Shimless RMA flow";
6562
Ashley Prasada370c0602023-04-04 20:54:056563const char kShortcutCustomizationJellyName[] =
6564 "Enable jelly colors for the Shortcut Customization App";
6565const char kShortcutCustomizationJellyDescription[] =
6566 "Enable jelly colors for the Shortcut Customization App. Requires "
6567 "jelly-colors flag to be enabled.";
6568
Andrew Moylan97585272019-02-19 19:01:226569const char kSchedulerConfigurationName[] = "Scheduler Configuration";
6570const char kSchedulerConfigurationDescription[] =
6571 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:016572const char kSchedulerConfigurationConservative[] =
6573 "Disables Hyper-Threading on relevant CPUs.";
6574const char kSchedulerConfigurationPerformance[] =
6575 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:226576
Erin Parkbbb5decc2022-07-21 21:37:136577const char kMediaDynamicCgroupName[] = "Media Dynamic Cgroup";
6578const char kMediaDynamicCgroupDescription[] =
6579 "Dynamic Cgroup allows tasks from media workload to be consolidated on "
6580 "limited cpuset";
6581
Leonid Barazc904d472023-05-09 23:53:446582const char kMissiveStorageName[] = "Missive Daemon Storage Configuration";
6583const char kMissiveStorageDescription[] =
6584 "Provides missive daemon with custom storage configuration parameters";
6585
Kyle Horimoto63a6bd42019-09-16 23:47:526586const char kShowBluetoothDebugLogToggleName[] =
6587 "Show Bluetooth debug log toggle";
6588const char kShowBluetoothDebugLogToggleDescription[] =
6589 "Enables a toggle which can enable debug (i.e., verbose) logs for "
6590 "Bluetooth";
6591
Yu Liu9d01d342021-03-12 20:05:166592const char kBluetoothSessionizedMetricsName[] =
6593 "Enable Bluetooth sessionized metrics";
6594const char kBluetoothSessionizedMetricsDescription[] =
6595 "Enables collecting and processing Bluetooth sessionized metrics.";
6596
James Cook0ba192bf2017-12-01 20:53:116597const char kShowTapsName[] = "Show taps";
6598const char kShowTapsDescription[] =
6599 "Draws a circle at each touch point, which makes touch points more obvious "
6600 "when projecting or mirroring the display. Similar to the Android OS "
6601 "developer option.";
6602
6603const char kShowTouchHudName[] = "Show HUD for touch points";
6604const char kShowTouchHudDescription[] =
6605 "Shows a trail of colored dots for the last few touch points. Pressing "
6606 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
6607 "debug hardware issues that generate spurious touch events.";
6608
Kevin Radtkecb7f1d482023-06-20 21:10:486609const char kSpeakOnMuteOptInNudgePrefsResetName[] =
6610 "Reset Speak-on-mute detection opt-in nudge prefs";
6611const char kSpeakOnMuteOptInNudgePrefsResetDescription[] =
6612 "Resets the prefs that prevent the speak-on-mute opt-in nudge from "
6613 "showing, so it can be shown again for debugging purposes. With this flag "
6614 "enabled, the speak-on-mute nudge will show after every login.";
6615
Ricky Liang3bd2754b52020-10-07 02:50:326616const char kSpectreVariant2MitigationName[] = "Spectre variant 2 mitigation";
6617const char kSpectreVariant2MitigationDescription[] =
6618 "Controls whether Spectre variant 2 mitigation is enabled when "
6619 "bootstrapping the Seccomp BPF sandbox. Can be overridden by "
6620 "#force-spectre-variant2-mitigation.";
6621
Keith Lee8b2131fe2021-10-11 05:11:066622const char kSystemJapanesePhysicalTypingName[] =
6623 "Use system IME for Japanese typing";
6624const char kSystemJapanesePhysicalTypingDescription[] =
6625 "Use the system input engine instead of the Chrome extension for physical "
Keith Lee6dfc28e2022-10-25 07:20:466626 "typing in Japanese. This also replaces the Japanese extension settings "
6627 "page with one built into the UI and migrates the data to a new location.";
Keith Lee8b2131fe2021-10-11 05:11:066628
Michael Martisd3a46a872023-02-08 05:27:506629const char kSystemLiveCaptionName[] = "System Live Caption";
6630const char kSystemLiveCaptionDescription[] =
6631 "Enables the live caption feature for non-Chrome (e.g. Android, linux) "
6632 "audio.";
6633
Pu Shi12b1d042023-06-15 22:18:406634const char kSystemNudgeV2Name[] = "New System Nudges";
6635const char kSystemNudgeV2Description[] =
6636 "Enables the use of the new System Nudges";
6637
Steven Bennetts2038c6c2022-12-02 20:06:096638const char kCaptivePortalErrorPageName[] =
6639 "Enables Captive Portal error page suggestions.";
6640const char kCaptivePortalErrorPageDescription[] =
6641 "Enables Captive Portal error page suggestions when a page fails to load "
6642 "and ChromeOS has detected a captive portal.";
6643
Jason Lin30ea2619c2022-07-27 06:40:296644const char kTerminalAlternativeEmulatorName[] = "Terminal alternative emulator";
6645const char kTerminalAlternativeEmulatorDescription[] =
6646 "Enable the alternative emulator for the Terminal app. You will also get "
6647 "an option in Terminal settings to change the default emulator.";
Jason Lin193ef782022-06-21 02:12:036648
Joel Hockey6bc7d9b2022-04-28 00:36:056649const char kTerminalDevName[] = "Terminal dev";
6650const char kTerminalDevDescription[] =
6651 "Enables Terminal System App to load from Downloads for developer testing. "
6652 "Only works in dev and canary channels.";
6653
Brett Wilson7b44537e2017-08-18 01:38:286654const char kTetherName[] = "Instant Tethering";
6655const char kTetherDescription[] =
6656 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
6657 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:376658
Jason Thaie13aa822023-02-24 04:09:236659const char kTimeOfDayScreenSaverName[] = "Time of Day Screen Saver";
6660const char kTimeOfDayScreenSaverDescription[] =
6661 "Enables Time of Day Screen Saver feature on supported devices. Requires "
6662 "Time Of Day Wallpaper feature to be enabled.";
6663
Jason Thai5af7e8d2023-02-24 00:13:056664const char kTimeOfDayWallpaperName[] = "Time of Day Wallpaper";
6665const char kTimeOfDayWallpaperDescription[] =
6666 "Enables Time of Day Wallpaper feature on supported devices.";
6667
Brett Wilson7b44537e2017-08-18 01:38:286668const char kTouchscreenCalibrationName[] =
6669 "Enable/disable touchscreen calibration option in material design settings";
6670const char kTouchscreenCalibrationDescription[] =
6671 "If enabled, the user can calibrate the touch screen displays in "
6672 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:096673
Steven Bennetts9b695dc2022-04-12 17:10:276674const char kTrafficCountersEnabledName[] = "Traffic counters enabled";
6675const char kTrafficCountersEnabledDescription[] =
6676 "If enabled, data usage will be visible in the Cellular Settings UI and "
6677 "traffic counters will be automatically reset if that setting is enabled.";
Kartik Hegde5af70932021-08-12 23:04:206678
Jérémie Boulic8c1c3fc2022-06-20 05:35:556679const char kUploadOfficeToCloudName[] = "Enable Office files upload workflow.";
6680const char kUploadOfficeToCloudDescription[] =
6681 "Some file handlers for Microsoft Office files are only available on the "
6682 "the cloud. Enables the cloud upload workflow for Office file handling.";
6683
Miguel Casas-Sanchezdcd69152019-09-04 21:22:366684const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
6685const char kUseFakeDeviceForMediaStreamDescription[] =
6686 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
6687 "timestamp) instead of the system audio/video devices, for debugging "
6688 "purposes.";
6689
Erik Chen366873d62022-03-08 23:11:386690const char kUXStudy1Name[] = "UX Study 1";
6691const char kUXStudy1Description[] = "Opt into a group for UX Study";
6692
Qiang Xu045aff222018-05-21 23:21:016693const char kUiDevToolsName[] = "Enable native UI inspection";
6694const char kUiDevToolsDescription[] =
6695 "Enables inspection of native UI elements. For local inspection use "
6696 "chrome://inspect#other";
6697
Andrew Moylan97585272019-02-19 19:01:226698const char kUiSlowAnimationsName[] = "Slow UI animations";
6699const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:466700
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:236701const char kVaapiJpegImageDecodeAccelerationName[] =
6702 "VA-API JPEG decode acceleration for images";
6703const char kVaapiJpegImageDecodeAccelerationDescription[] =
6704 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
6705 " captures) using the VA-API.";
6706
Gil Dekel8f4b5642019-07-27 05:27:406707const char kVaapiWebPImageDecodeAccelerationName[] =
6708 "VA-API WebP decode acceleration for images";
6709const char kVaapiWebPImageDecodeAccelerationDescription[] =
6710 "Enable or disable decode acceleration of WebP images using the VA-API.";
6711
Jing Wang1293e3a2021-02-17 00:56:446712const char kVirtualKeyboardName[] = "Virtual Keyboard";
6713const char kVirtualKeyboardDescription[] =
6714 "Always show virtual keyboard regardless of having a physical keyboard "
6715 "present";
6716
My Nguyen0bc9add2020-12-03 21:21:256717const char kVirtualKeyboardDisabledName[] = "Disable Virtual Keyboard";
6718const char kVirtualKeyboardDisabledDescription[] =
6719 "Always disable virtual keyboard regardless of device mode. Workaround for "
6720 "virtual keyboard showing with some external keyboards.";
6721
Michelle1569cf32022-03-24 06:34:486722const char kVirtualKeyboardMultitouchName[] = "Virtual Keyboard Multitouch";
6723const char kVirtualKeyboardMultitouchDescription[] =
6724 "Enables multitouch on the virtual keyboard.";
6725
John Palmer489eda922022-05-13 05:40:416726const char kVirtualKeyboardRoundCornersName[] =
6727 "Virtual Keyboard Round Corners";
6728const char kVirtualKeyboardRoundCornersDescription[] =
6729 "Enables round corners on the virtual keyboard.";
6730
Yen-lin Laif458f8012021-03-29 10:18:206731const char kWakeOnWifiAllowedName[] = "Allow enabling wake on WiFi features";
6732const char kWakeOnWifiAllowedDescription[] =
6733 "Allows wake on WiFi features in shill to be enabled.";
6734
James Cook49358cc2022-08-30 20:30:266735const char kWelcomeScreenName[] =
6736 "Productivity Experiment: Reorient with welcome screen";
6737const char kWelcomeScreenDescription[] =
6738 "When a user is about to start a new task, provide them with relevant "
6739 "information and tools to help them orient and get started.";
6740
Jacek Siuda7ed81c92021-11-24 10:39:446741const char kWifiConnectMacAddressRandomizationName[] =
6742 "MAC address randomization";
6743const char kWifiConnectMacAddressRandomizationDescription[] =
6744 "Randomize MAC address when connecting to unmanaged (non-enterprise) "
6745 "WiFi networks.";
6746
tbye50bce9a2022-03-31 03:32:546747const char kLauncherGameSearchName[] = "Enable launcher game search";
6748const char kLauncherGameSearchDescription[] =
6749 "Enables cloud game search results in the launcher.";
6750
Rebecca Hsu1d633912022-12-14 06:09:336751const char kLauncherKeywordExtractionScoring[] =
6752 "Query keyword extraction and scoring in launcher";
6753const char kLauncherKeywordExtractionScoringDescription[] =
6754 "Enables extraction of keywords from query then calculate score from "
6755 "extracted keyword in the launcher.";
6756
Dmitry Grebenyuk462003b2023-03-26 23:42:266757const char kLauncherLocalImageSearchName[] =
6758 "Enable launcher local image search";
6759const char kLauncherLocalImageSearchDescription[] =
6760 "Enables on-device local image search in the launcher.";
6761
Dmitry Grebenyuk5f388ac22023-05-22 03:24:396762const char kLauncherLocalImageSearchOcrName[] =
6763 "Enable OCR for local image search";
6764const char kLauncherLocalImageSearchOcrDescription[] =
6765 "Enables on-device Optical Character Recognition for local image search in "
6766 "the launcher.";
6767
6768const char kLauncherLocalImageSearchIcaName[] =
6769 "Enable ICA for local image search";
6770const char kLauncherLocalImageSearchIcaDescription[] =
6771 "Enables on-device Image Content-based Annotation for local image search "
6772 "in the launcher.";
6773
Lauren Commeignes9c601fe32023-06-05 02:47:306774const char kLauncherFuzzyMatchAcrossProvidersName[] =
6775 "Enable fuzzy match for relevance scores";
6776const char kLauncherFuzzyMatchAcrossProvidersDescription[] =
6777 "Change relevance score in Drive Files, Local Files, Help App, Keyboard "
6778 "shortcuts, OS Settings and personalization app to all be based on a fuzzy "
6779 "match";
6780
Lauren Commeignes9f0db8f2022-12-21 00:03:476781const char kLauncherFuzzyMatchForOmniboxName[] =
6782 "Omnibox Results Fuzzy match experiment";
6783const char kLauncherFuzzyMatchForOmniboxDescription[] =
6784 "To evaluate the viability of a Fuzzy match on Omnibox results to "
6785 "downweight search sugestions";
6786
Lauren Commeignes33aea8b2023-01-03 02:38:286787const char kLauncherSystemInfoAnswerCardsName[] =
6788 "System Info Answer Cards in launcher";
6789const char kLauncherSystemInfoAnswerCardsDescription[] =
6790 "Enables System info answer cards in the launcher to provide system "
6791 "performance metrics";
6792
Chad Duffincdab9362022-07-29 18:31:386793const char kMacAddressRandomizationName[] = "MAC address randomization";
6794const char kMacAddressRandomizationDescription[] =
6795 "Feature to allow MAC address randomization to be enabled for WiFi "
6796 "networks.";
6797
Chad Duffinea47d502023-04-12 23:25:376798const char kSmdsSupportName[] = "SM-DS Support";
6799const char kSmdsSupportDescription[] =
6800 "Feature to enable the consumer and enterprise support for provisioning "
6801 "eSIM profiles using Subscription Manager Discovery Service (SM-DS). This "
Chad Duffinceb4285a2023-05-24 21:58:286802 "flag is a no-op unless the smds-dbus-migration and "
6803 "smds-support-euicc-upload flags are enabled.";
Chad Duffinea47d502023-04-12 23:25:376804
Chad Duffine34312d2023-04-13 00:17:106805const char kSmdsSupportEuiccUploadName[] = "SM-DS Support EUICC Upload";
6806const char kSmdsSupportEuiccUploadDescription[] =
6807 "Feature to enable tracking when a policy-defined cellular network "
6808 "configured to use SM-DS has already been applied and an eSIM profile for "
Chad Duffinceb4285a2023-05-24 21:58:286809 "the network was installed.";
Chad Duffine34312d2023-04-13 00:17:106810
Chad Duffinc8c37082023-03-07 17:04:056811const char kSmdsDbusMigrationName[] = "SM-DS DBus Migration";
6812const char kSmdsDbusMigrationDescription[] =
6813 "Feature to enable the usage of DBus APIs that improve the stability"
6814 "around performing SM-DS scans.";
6815
Simon Ziegltrum55f69bc2022-12-22 16:05:516816const char kOobeJellyName[] = "Jelly design for OOBE";
6817const char kOobeJellyDescription[] =
6818 "Feature to enable the Jelly design in out of box experience.";
Simon Ziegltrumc23cb6c52022-09-22 19:43:446819
Simon Ziegltrumffe92cee82023-06-30 19:44:346820const char kOobeJellyModalName[] = "Jelly modal feature for OOBE";
6821const char kOobeJellyModalDescription[] =
6822 "Feature to enable the Jelly modal feature in out of box experience.";
6823
Simon Ziegltrumf02c98af2023-03-16 23:03:286824const char kOobeSimonName[] = "Simon features for OOBE";
6825const char kOobeSimonDescription[] =
6826 "Feature to enable the Simon features in out of box experience.";
6827
Tao Wu4b5d8162022-11-10 19:58:076828const char kLibAssistantV2MigrationName[] = "LibAssistant V2 migration";
6829const char kLibAssistantV2MigrationDescription[] =
6830 "Enables loading LibAssistant V2 for Assistant on ChromeOS.";
6831
Markus Handellabf6c7812020-12-15 18:14:356832// Prefer keeping this section sorted to adding new definitions down here.
6833
6834#endif // BUILDFLAG(IS_CHROMEOS_ASH)
6835
Simon Hangl05d1f6a2023-01-13 15:33:596836#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
Simon Hanglcfe153b2023-04-03 14:38:406837const char kGetAllScreensMediaName[] = "GetAllScreensMedia API";
6838const char kGetAllScreensMediaDescription[] =
6839 "When enabled, the getAllScreensMedia API for capturing multiple screens "
6840 "at once, is available.";
Simon Hangl05d1f6a2023-01-13 15:33:596841#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
6842
Sebastian Fiß8f6d9a82023-03-07 09:04:256843#if BUILDFLAG(IS_CHROMEOS)
6844const char kRunOnOsLoginName[] = "Run on OS login";
6845const char kRunOnOsLoginDescription[] =
6846 "When enabled, allows PWAs to be automatically run on OS login.";
Simon Hangl39e525b2023-04-14 17:19:386847
6848const char kPreventCloseName[] = "Prevent close";
6849const char kPreventCloseDescription[] =
6850 "When enabled, allow-listed PWAs cannot be closed manually.";
Sebastian Fiß8f6d9a82023-03-07 09:04:256851#endif // BUILDFLAG(IS_CHROMEOS)
6852
Jan Krcald11ad892022-01-17 12:37:026853#if BUILDFLAG(IS_CHROMEOS_LACROS)
Jason Lin288a01a2023-04-03 01:50:476854const char kExperimentalWebAppProfileIsolationName[] =
6855 "Enable experimental web app profile isolation";
6856const char kExperimentalWebAppProfileIsolationDescription[] =
6857 "This is a highly experimental feature to isolate a web app with a "
Jason Linc8bb215f2023-05-01 03:10:296858 "dedicated profile. ExperimentalWebAppStoragePartitionIsolation is ignored "
6859 "if this flag is on. Enabling this flag could break things. And a factory "
Jason Lin288a01a2023-04-03 01:50:476860 "reset might be needed to fully recover the state.";
6861
Jason Line4862b02023-03-21 04:38:136862const char kExperimentalWebAppStoragePartitionIsolationName[] =
6863 "Enable experimental web app stroage partition isolation";
6864const char kExperimentalWebAppStoragePartitionIsolationDescription[] =
Jason Linc8bb215f2023-05-01 03:10:296865 "Ignored if ExperimentalWebAppProfileIsolation is on. This is highly "
6866 "experimental. Enabling this flag could break things. And a factory reset"
6867 "might be needed to fully recover the state.";
Jason Line4862b02023-03-21 04:38:136868
Alex Cooperdad8fb692022-10-03 22:42:416869const char kLacrosAuraCaptureName[] = "Enable Lacros Aura Capture";
6870const char kLacrosAuraCaptureDescription[] =
6871 "Enables LaCrOS to perform an in-process capture of it's own windows "
6872 "rather than needing to delegate the capture to Ash";
6873
Andrea Orrue14d8fd82022-02-24 16:47:516874const char kLacrosMergeIcuDataFileName[] =
6875 "Enable merging of icudtl.dat in Lacros";
6876const char kLacrosMergeIcuDataFileDescription[] =
6877 "Enables sharing common areas of icudtl.dat between Ash and Lacros.";
Jan Krcald11ad892022-01-17 12:37:026878#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
6879
Eric Willigers02f80aa2022-04-29 01:29:326880#if BUILDFLAG(IS_CHROMEOS)
Hsin-Yu Chaoe46eb5992022-03-18 13:34:276881const char kCrOSDspBasedAecAllowedName[] =
6882 "Allow CRAS to use a DSP-based AEC if available";
6883const char kCrOSDspBasedAecAllowedDescription[] =
6884 "Allows the system variant of the AEC in CRAS to be run on DSP ";
6885
6886const char kCrOSDspBasedNsAllowedName[] =
6887 "Allow CRAS to use a DSP-based NS if available";
6888const char kCrOSDspBasedNsAllowedDescription[] =
6889 "Allows the system variant of the NS in CRAS to be run on DSP ";
6890
6891const char kCrOSDspBasedAgcAllowedName[] =
6892 "Allow CRAS to use a DSP-based AGC if available";
6893const char kCrOSDspBasedAgcAllowedDescription[] =
6894 "Allows the system variant of the AGC in CRAS to be run on DSP ";
6895
6896const char kCrOSEnforceSystemAecName[] = "Enforce using the system AEC in CrAS";
6897const char kCrOSEnforceSystemAecDescription[] =
6898 "Enforces using the system variant in CrAS of the AEC";
6899
6900const char kCrOSEnforceSystemAecAgcName[] =
6901 "Enforce using the system AEC and AGC in CrAS";
6902const char kCrOSEnforceSystemAecAgcDescription[] =
6903 "Enforces using the system variants in CrAS of the AEC and AGC.";
6904
6905const char kCrOSEnforceSystemAecNsName[] =
6906 "Enforce using the system AEC and NS in CrAS";
6907const char kCrOSEnforceSystemAecNsDescription[] =
6908 "Enforces using the system variants in CrAS of the AEC and NS.";
6909
6910const char kCrOSEnforceSystemAecNsAgcName[] =
6911 "Enforce using the system AEC, NS and AGC in CrAS";
6912const char kCrOSEnforceSystemAecNsAgcDescription[] =
6913 "Enforces using the system variants in CrAS of the AEC, NS and AGC.";
6914
Eddy Hsu26abc1ce2023-05-31 01:00:586915const char kIgnoreUiGainsName[] = "Ignore UI Gains in system mic gain setting";
6916const char kIgnoreUiGainsDescription[] =
6917 "Ignore UI Gains in system mic gain setting";
6918
Eddy Hsu03885a02023-06-05 20:29:576919const char kShowForceRespectUiGainsToggleName[] =
6920 "Enable a setting toggle to force respect UI gains";
6921const char kShowForceRespectUiGainsToggleDescription[] =
6922 "Enable a setting toggle to force respect UI gains.";
6923
Eddy Hsu817c7d42023-07-13 20:07:256924const char kCrOSSystemVoiceIsolationOptionName[] =
6925 "Enable the options of setting system voice isolation per stream";
6926const char kCrOSSystemVoiceIsolationOptionDescription[] =
6927 "Enable the options of setting system voice isolation per stream.";
6928
Jan Lanik1812e6882022-05-24 18:43:356929const char kCrosPrivacyHubName[] = "Enable ChromeOS Privacy Hub";
6930const char kCrosPrivacyHubDescription[] = "Enables ChromeOS Privacy Hub.";
6931
Jan Lanik3f592332022-10-06 21:08:006932const char kCrosPrivacyHubV0Name[] =
6933 "Enable ChromeOS Privacy Hub without the location switch.";
6934const char kCrosPrivacyHubV0Description[] =
6935 "Enables ChromeOS Privacy Hub without the location switch.";
Jan Lanik4aa0d0f12022-08-08 20:50:476936
Pavol Marko798ffdb42022-06-23 13:22:426937const char kDisableIdleSocketsCloseOnMemoryPressureName[] =
6938 "Disable closing idle sockets on memory pressure";
6939const char kDisableIdleSocketsCloseOnMemoryPressureDescription[] =
6940 "If enabled, idle sockets will not be closed when chrome detects memory "
6941 "pressure. This applies to web pages only and not to internal requests.";
6942
Jenny Zhang0f8cb4fc2022-05-27 00:03:506943const char kDisableOfficeEditingComponentAppName[] =
6944 "Disable Office Editing for Docs, Sheets & Slides";
6945const char kDisableOfficeEditingComponentAppDescription[] =
6946 "Disables Office Editing for Docs, Sheets & Slides component app so "
6947 "handlers won't be registered, making it possible to install another "
6948 "version for testing.";
6949
Bryan Caind277a9f2023-06-23 20:37:026950const char kEnableBorderlessPrintingName[] = "Borderless printing";
6951const char kEnableBorderlessPrintingDescription[] =
6952 "Enable borderless printing and paper type selection in the print preview "
6953 "dialog.";
6954
Yi Xieac082b42022-08-03 09:58:376955const char kKioskEnableAppServiceName[] = "Enable App Service in Kiosk.";
6956const char kKioskEnableAppServiceDescription[] =
6957 "Uses App Service to install web apps and launch both Chrome apps and web "
6958 "apps in Kiosk sessions.";
6959
Femi Adegunloyec22dc3e2022-09-08 15:25:586960const char kLacrosColorManagementName[] = "Enable Chrome Color Management.";
6961const char kLacrosColorManagementDescription[] =
Femi Adegunloye65a07072023-05-31 00:53:016962 "Uses chrome-color-management wayland protocol to manage color spaces "
Femi Adegunloye35d79742023-06-14 21:40:386963 "for lacros. This is necessary for enabling HDR on compatible devices.";
Femi Adegunloyec22dc3e2022-09-08 15:25:586964
Jon Mannf67d2fb2022-02-28 06:26:226965const char kMessagesPreinstallName[] = "Preinstall Messages PWA";
6966const char kMessagesPreinstallDescription[] =
6967 "Enables preinstallation of the Messages for Web PWA for unmanaged users.";
Maksim Moskvitin70a77cb2022-04-06 12:26:406968
Youssef Esmatc732bf82022-05-27 00:47:196969const char kOneGroupPerRendererName[] =
6970 "Use one cgroup for each foreground renderer";
6971const char kOneGroupPerRendererDescription[] =
6972 "Places each Chrome foreground renderer into its own cgroup";
6973
Glen Robertson371a2df2023-02-15 04:18:196974const char kPreinstalledWebAppWindowExperimentName[] =
6975 "Preinstalled web app window experiment.";
6976const char kPreinstalledWebAppWindowExperimentDescription[] =
6977 "A ChromeOS experiment for new users that makes all preinstalled web apps "
6978 "open in windows with link capturing enabled, or tabs, instead of the "
6979 "default behavior.";
6980
Ashley Prasad55deb362023-06-22 23:55:336981const char kPrintPreviewSetupAssistanceName[] =
6982 "Enable improved printer status and error messaging in Print Preview.";
6983const char kPrintPreviewSetupAssistanceDescription[] =
6984 "Enable improved printer status and error messaging in Print Preview.";
6985
Yue Li806e5d82022-09-14 00:16:026986const char kDisableQuickAnswersV2TranslationName[] =
6987 "Disable Quick Answers Translation";
6988const char kDisableQuickAnswersV2TranslationDescription[] =
6989 "Disable translation services of the Quick Answers.";
6990
Angela Xiao34964f72023-04-19 20:19:206991const char kQuickAnswersRichCardName[] = "Enable Quick Answers Rich Card";
6992const char kQuickAnswersRichCardDescription[] =
6993 "Enable rich card views of the Quick Answers feature.";
6994
Maksim Moskvitin70a77cb2022-04-06 12:26:406995const char kSyncChromeOSExplicitPassphraseSharingName[] =
6996 "Sync passphrase sharing";
6997const char kSyncChromeOSExplicitPassphraseSharingDescription[] =
6998 "Allows sharing custom sync passphrase between OS and Browser on ChromeOS";
Michelle724c6bfb22022-12-15 04:55:386999
7000const char kTouchTextEditingRedesignName[] = "Touch Text Editing Redesign";
7001const char kTouchTextEditingRedesignDescription[] =
7002 "Enables new touch text editing features.";
Xiaohan Wang55ae2c012022-01-20 21:49:117003#endif // BUILDFLAG(IS_CHROMEOS)
Pilar Molina Lopez40a3e2d2021-03-04 21:01:087004
Pilar Molina Lopezae61dfc2022-01-21 21:04:457005#if defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:217006const char kVaapiVP9kSVCEncoderName[] =
7007 "VA-API encode acceleration for k-SVC VP9";
7008const char kVaapiVP9kSVCEncoderDescription[] =
7009 "Enable or disable k-SVC VP9 encode acceleration using VA-API.";
Pilar Molina Lopezae61dfc2022-01-21 21:04:457010#endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS)
Miguel Casasb93a0e352021-07-16 04:07:217011
Xiaohan Wang55ae2c012022-01-20 21:49:117012#if BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:527013const char kChromeOSDirectVideoDecoderName[] = "ChromeOS Direct Video Decoder";
7014const char kChromeOSDirectVideoDecoderDescription[] =
7015 "Enables the hardware-accelerated ChromeOS direct media::VideoDecoder "
7016 "implementation. Note that this might be entirely disallowed by the "
7017 "--platform-disallows-chromeos-direct-video-decoder command line switch "
7018 "which is added for platforms where said direct VideoDecoder does not work "
7019 "or is not well tested (see the disable_cros_video_decoder USE flag in "
Richard Chuia9ed7be12022-04-13 21:30:357020 "ChromeOS)";
Hirokazu Honda5a3450c2022-06-17 14:16:257021const char kChromeOSHWVBREncodingName[] =
7022 "ChromeOS Hardware Variable Bitrate Encoding";
7023const char kChromeOSHWVBREncodingDescription[] =
7024 "Enables the hardware-accelerated variable bitrate (VBR) encoding on "
7025 "ChromeOS. If the hardware encoder supports VBR for a specified codec, a "
7026 "video is recorded in VBR encoding in MediaRecoder API automatically and "
7027 "WebCodecs API if configured so.";
Fritz Koeniga0770f5c2022-04-06 18:17:557028#if defined(ARCH_CPU_ARM_FAMILY)
Justin Green0b5c48992022-10-10 22:16:047029const char kPreferGLImageProcessorName[] = "Prefer GL image processor";
7030const char kPreferGLImageProcessorDescription[] =
7031 "Prefers the GL image processor for format conversion of video frames over"
7032 " both the libYUV and hardware implementations";
Justin Greenac2364ee2023-07-14 18:39:597033const char kPreferSoftwareMT21Name[] = "Prefer software MT21 conversion";
7034const char kPreferSoftwareMT21Description[] =
7035 "Prefer using the software MT21 conversion instead of the MDP hardware "
7036 "conversion on MT8173 devices.";
Fritz Koeniga0770f5c2022-04-06 18:17:557037#endif // defined(ARCH_CPU_ARM_FAMILY)
Xiaohan Wang55ae2c012022-01-20 21:49:117038#endif // BUILDFLAG(IS_CHROMEOS) && BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
Pilar Molina Lopezfb5103b72021-02-26 23:35:527039
Xiaohan Wang55ae2c012022-01-20 21:49:117040#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
Hirokazu Honda8ef07cd2020-04-17 03:36:387041const char kZeroCopyVideoCaptureName[] = "Enable Zero-Copy Video Capture";
7042const char kZeroCopyVideoCaptureDescription[] =
7043 "Camera produces a gpu friendly buffer on capture and, if there is, "
7044 "hardware accelerated video encoder consumes the buffer";
Xiaohan Wang55ae2c012022-01-20 21:49:117045#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
yhanadac5bff5b2017-05-18 06:37:097046
Collin Baker75a29462019-03-13 19:57:317047// All views-based platforms --------------------------------------------------
7048
7049#if defined(TOOLKIT_VIEWS)
7050
Mohamed Amir Yosef4d5d526b2022-11-10 11:05:257051const char kRevampedPasswordManagementBubbleName[] =
7052 "Revamped Password Managment Bubble (Desktop)";
7053const char kRevampedPasswordManagementBubbleDescription[] =
7054 "Enable the new password managment bubble triggered by clicking the key "
7055 "icon in the omnibox.";
7056
Michael Crouseb56427f2023-04-12 00:47:497057const char kSideSearchName[] = "Side search";
7058const char kSideSearchDescription[] =
7059 "Enables an easily accessible way to access your most recent Google search "
7060 "results page embedded in a browser side panel";
7061
Pengchao Cai74b3379d2022-09-09 18:55:187062const char kSearchWebInSidePanelName[] = "Search web in side panel";
7063const char kSearchWebInSidePanelDescription[] =
7064 "Displays right-click search results of a highlighted text in side panel";
7065
Collin Baker75a29462019-03-13 19:57:317066#endif // defined(TOOLKIT_VIEWS)
7067
Brett Wilson7b44537e2017-08-18 01:38:287068// Random platform combinations -----------------------------------------------
7069
Xiaohan Wang55ae2c012022-01-20 21:49:117070#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
Xiaohan Wang55ae2c012022-01-20 21:49:117071 BUILDFLAG(IS_FUCHSIA)
Leonard Greye2b8fe92022-03-04 20:36:017072const char kQuickCommandsName[] = "Quick Commands";
7073const char kQuickCommandsDescription[] =
7074 "Enable a text interface to browser features. Invoke with Ctrl-Space.";
7075
Xiaohan Wang55ae2c012022-01-20 21:49:117076#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
7077 // BUILDFLAG(IS_FUCHSIA)
Josh Santana0863d7042021-02-04 20:56:457078
Jonathan Freed4d92f282022-08-12 19:01:057079#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
7080 BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
7081const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel";
7082const char kFollowingFeedSidepanelDescription[] =
7083 "Enables the following feed in the sidepanel.";
7084#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
7085 // BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS)
7086
Tomasz Jurkiewicz6a32bda2023-04-06 17:27:507087#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
7088const char kEnableProtoApiForClassifyUrlName[] =
7089 "Enable Proto API for Classify URL";
7090const char kEnableProtoApiForClassifyUrlDescription[] =
7091 "Calls to Classify URL RPC will use Protocol Buffer format in resposnes, "
7092 "instead of JSON.";
7093#endif
7094
Andres Calderon Jaramilloa55fccb2023-03-24 19:22:117095#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
7096const char kUseOutOfProcessVideoDecodingName[] =
7097 "Use out-of-process video decoding (OOP-VD)";
7098const char kUseOutOfProcessVideoDecodingDescription[] =
7099 "Start utility processes to do hardware video decoding. Note: on LaCrOS, "
7100 "this task is delegated to ash-chrome by requesting a "
7101 "media.stable.mojom.StableVideoDecoderFactory through the crosapi (so "
7102 "chrome://flags#expose-out-of-process-video-decoding-to-lacros must be "
7103 "enabled in ash-chrome).";
7104#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
7105
Xiaohan Wang55ae2c012022-01-20 21:49:117106#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:277107const char kWebShareName[] = "Web Share";
7108const char kWebShareDescription[] =
7109 "Enables the Web Share (navigator.share) APIs on experimentally supported "
7110 "platforms.";
Xiaohan Wang55ae2c012022-01-20 21:49:117111#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
Hoch Hochkeppel6695ffa2020-08-17 18:10:277112
Xiaohan Wang55ae2c012022-01-20 21:49:117113#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:067114const char kOzonePlatformHintChoiceDefault[] = "Default";
7115const char kOzonePlatformHintChoiceAuto[] = "Auto";
7116const char kOzonePlatformHintChoiceX11[] = "X11";
7117const char kOzonePlatformHintChoiceWayland[] = "Wayland";
7118
7119const char kOzonePlatformHintName[] = "Preferred Ozone platform";
7120const char kOzonePlatformHintDescription[] =
7121 "Selects the preferred platform backend used on Linux. The default one is "
7122 "\"X11\". \"Auto\" selects Wayland if possible, X11 otherwise. ";
Xiaohan Wang55ae2c012022-01-20 21:49:117123#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
Alexander Dunaev43cfb2f2021-10-19 06:08:067124
Alvin Ji3443b9b2022-06-17 19:57:477125#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7126const char kWebBluetoothConfirmPairingSupportName[] =
7127 "Web Bluetooth confirm pairing support";
7128const char kWebBluetoothConfirmPairingSupportDescription[] =
7129 "Enable confirm-only and confirm-pin pairing mode support for Web "
7130 "Bluetooth";
7131#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7132
Adem Derinel64bdf052022-02-02 08:14:237133#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
7134const char kSkipUndecryptablePasswordsName[] =
7135 "Skip undecryptable passwords to use the available decryptable "
7136 "passwords.";
7137const char kSkipUndecryptablePasswordsDescription[] =
7138 "Makes the decryptable passwords available in the password manager when "
7139 "there are undecryptable ones.";
Adem Derinel72376572022-12-06 10:42:547140const char kForcePasswordInitialSyncWhenDecryptionFailsName[] =
7141 "Force initial sync to clean local undecryptable passwords during startup";
7142const char kForcePasswordInitialSyncWhenDecryptionFailsDescription[] =
7143 "During startup checks if there are undecryptable passwords in the local "
7144 "storage and requests initial sync.";
Adem Derinel64bdf052022-02-02 08:14:237145#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
7146
David Benjamin371481f2022-06-15 15:57:407147#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7148const char kAsyncDnsName[] = "Async DNS resolver";
7149const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
7150#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
7151
Brett Wilson7b44537e2017-08-18 01:38:287152// Feature flags --------------------------------------------------------------
7153
Sam Zackrissonb49345a2022-03-25 11:15:047154#if BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
Lei Zhange52be9912023-06-23 17:29:137155const char kChromeWideEchoCancellationName[] = "Chrome-wide echo cancellation";
7156const char kChromeWideEchoCancellationDescription[] =
Sam Zackrissonb49345a2022-03-25 11:15:047157 "Run WebRTC capture audio processing in the audio process instead of the "
7158 "renderer processes, thereby cancelling echoes from more audio sources.";
7159#endif // BUILDFLAG(CHROME_WIDE_ECHO_CANCELLATION)
7160
Wez02cedeba2022-07-26 12:48:387161#if BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:467162const char kDcheckIsFatalName[] = "DCHECKs are fatal";
7163const char kDcheckIsFatalDescription[] =
7164 "By default Chrome will evaluate in this build, but only log failures, "
7165 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
Wez02cedeba2022-07-26 12:48:387166#endif // BUILDFLAG(DCHECK_IS_CONFIGURABLE)
Lei Zhang0a318af2018-11-14 02:19:467167
Alex Cooperbdd9a762023-01-24 23:29:547168#if BUILDFLAG(ENABLE_CARDBOARD)
Lei Zhange52be9912023-06-23 17:29:137169const char kEnableCardboardName[] = "Enable Cardboard VR WebXR Runtime";
7170const char kEnableCardboardDescription[] =
Alex Cooperbdd9a762023-01-24 23:29:547171 "Enables the use of the Cardboard SDK runtime for WebXR instead of the"
7172 "Google VR Services (or GVR) runtime to start a WebXR-based immersive-vr"
7173 "session.";
7174#endif // ENABLE_CARDBOARD
7175
Derek Schuff71d9a922019-04-24 21:36:007176#if BUILDFLAG(ENABLE_NACL)
7177const char kNaclName[] = "Native Client";
7178const char kNaclDescription[] =
7179 "Support Native Client for all web applications, even those that were not "
7180 "installed from the Chrome Web Store.";
Fabian Sommer0d6568b2022-01-05 16:58:347181const char kVerboseLoggingInNaclName[] = "Verbose logging in Native Client";
7182const char kVerboseLoggingInNaclDescription[] =
7183 "Control the level of verbose logging in Native Client modules for "
7184 "debugging purposes.";
7185const char kVerboseLoggingInNaclChoiceDefault[] = "Default";
7186const char kVerboseLoggingInNaclChoiceLow[] = "Low";
7187const char kVerboseLoggingInNaclChoiceMedium[] = "Medium";
7188const char kVerboseLoggingInNaclChoiceHigh[] = "High";
7189const char kVerboseLoggingInNaclChoiceHighest[] = "Highest";
7190const char kVerboseLoggingInNaclChoiceDisabled[] = "Disabled";
Derek Schuff71d9a922019-04-24 21:36:007191#endif // ENABLE_NACL
7192
Alan Screened2fdda2021-09-15 17:24:467193#if BUILDFLAG(ENABLE_OOP_PRINTING)
7194const char kEnableOopPrintDriversName[] =
7195 "Enables Out-of-Process Printer Drivers";
7196const char kEnableOopPrintDriversDescription[] =
7197 "Enables printing interactions with the operating system to be performed "
7198 "out-of-process.";
7199#endif // BUILDFLAG(ENABLE_OOP_PRINTING)
7200
Xiaohan Wang55ae2c012022-01-20 21:49:117201#if BUILDFLAG(ENABLE_PAINT_PREVIEW) && BUILDFLAG(IS_ANDROID)
Mehran Mahmoudib8d0b7c2020-03-14 18:10:567202const char kPaintPreviewDemoName[] = "Paint Preview Demo";
7203const char kPaintPreviewDemoDescription[] =
7204 "If enabled a menu item is added to the Android main menu to demo paint "
ckitagawa8dad53d2020-01-07 16:03:357205 "previews.";
Xiaohan Wang55ae2c012022-01-20 21:49:117206#endif // ENABLE_PAINT_PREVIEW && BUILDFLAG(IS_ANDROID)
ckitagawa8dad53d2020-01-07 16:03:357207
Lei Zhangc05af2a2020-05-15 20:54:057208#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
Yuheng Huang4d0b941fc2021-10-12 05:30:367209const char kWebUITabStripFlagId[] = "webui-tab-strip";
Lei Zhangc05af2a2020-05-15 20:54:057210const char kWebUITabStripName[] = "WebUI tab strip";
7211const char kWebUITabStripDescription[] =
7212 "When enabled makes use of a WebUI-based tab strip.";
Tombae388942021-08-17 02:44:007213
7214const char kWebUITabStripContextMenuAfterTapName[] =
7215 "WebUI tab strip context menu after tap";
7216const char kWebUITabStripContextMenuAfterTapDescription[] =
7217 "Enables the context menu to appear after a tap gesture rather than "
7218 "following a press gesture.";
Lei Zhangc05af2a2020-05-15 20:54:057219#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP)
7220
Yuta Hijikata235fc62b2020-12-08 03:48:327221#if BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:487222const char kWebUITabStripTabDragIntegrationName[] =
7223 "ChromeOS drag-drop extensions for WebUI tab strip";
7224const char kWebUITabStripTabDragIntegrationDescription[] =
7225 "Enables special handling in ash for WebUI tab strip tab drags. Allows "
7226 "dragging tabs out to new windows.";
Yuta Hijikata235fc62b2020-12-08 03:48:327227#endif // BUILDFLAG(ENABLE_WEBUI_TAB_STRIP) && BUILDFLAG(IS_CHROMEOS_ASH)
Collin Baker0b940c8e2020-08-07 18:53:487228
Xiaohan Wang55ae2c012022-01-20 21:49:117229#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:287230
7231const char kAutofillCreditCardUploadName[] =
7232 "Enable offering upload of Autofilled credit cards";
7233const char kAutofillCreditCardUploadDescription[] =
7234 "Enables a new option to upload credit cards to Google Payments for sync "
7235 "to all Chrome devices.";
7236
Xiaohan Wang55ae2c012022-01-20 21:49:117237#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_ANDROID)
Brett Wilson7b44537e2017-08-18 01:38:287238
Xiaohan Wang55ae2c012022-01-20 21:49:117239#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:337240const char kElasticOverscrollName[] = "Elastic Overscroll";
7241const char kElasticOverscrollDescription[] =
7242 "Enables Elastic Overscrolling on touchscreens and precision touchpads.";
Xiaohan Wang55ae2c012022-01-20 21:49:117243#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID)
Robert Flackd69659f2021-06-02 22:32:337244
Xiaohan Wang55ae2c012022-01-20 21:49:117245#if BUILDFLAG(IS_WIN) || \
7246 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
7247 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_FUCHSIA)
Wei Li51e9c162021-02-01 19:53:357248const char kUIDebugToolsName[] = "Debugging tools for UI";
7249const char kUIDebugToolsDescription[] =
7250 "Enables additional keyboard shortcuts to help debugging.";
Andrea Gomez6536254b2022-08-03 09:07:597251
Tibor Goldschwendtf9501a62023-03-23 03:11:197252const char kSyncPollImmediatelyOnEveryStartupName[] =
7253 "Sync Poll Immediately On Every Startup";
7254const char kSyncPollImmediatelyOnEveryStartupDescription[] =
7255 "Sends a poll GetUpdates request on every browser startup.";
Wei Li51e9c162021-02-01 19:53:357256#endif
7257
Salma Elmahallawy65cafa52023-04-18 16:34:347258#if BUILDFLAG(IS_WIN) || (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) || \
7259 BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID)
7260const char kDataRetentionPoliciesDisableSyncTypesNeededName[] =
7261 "Data Retention Policies Disable Sync Types";
7262const char kDataRetentionPoliciesDisableSyncTypesNeededDescription[] =
7263 "Relaxes the requirements for setting BrowsingDataLifetime, "
7264 "ClearBrowsingDataOnExit and IdleTimeout. Setting any of these will "
7265 "disable sync for the respective browsing data types that need to be "
7266 "cleared if neither sync nor browser sign in is disabled by policy.";
7267#endif
7268
Tomas Popela253a5832019-01-14 17:22:107269#if defined(WEBRTC_USE_PIPEWIRE)
Lei Zhang507fffd2020-01-29 23:47:547270const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
7271const char kWebrtcPipeWireCapturerDescription[] =
Tomas Popela253a5832019-01-14 17:22:107272 "When enabled the WebRTC will use the PipeWire multimedia server for "
7273 "capturing the desktop content on the Wayland display server.";
Tomas Popela253a5832019-01-14 17:22:107274#endif // #if defined(WEBRTC_USE_PIPEWIRE)
7275
ananubisff476b02021-07-27 07:09:587276#if BUILDFLAG(IS_CHROMEOS_ASH)
Ben Franz441a84c2022-04-05 08:44:557277const char kChromeKioskEnableLacrosName[] =
7278 "Enables Lacros in the chrome app Kiosk";
7279const char kChromeKioskEnableLacrosDescription[] =
7280 "Uses Lacros-chrome as the web browser in the chrome app Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:357281 "ChromeOS. When disabled, the Ash-chrome will be used";
Ben Franz441a84c2022-04-05 08:44:557282
ananubisff476b02021-07-27 07:09:587283const char kWebKioskEnableLacrosName[] =
7284 "Enables Lacros in the web (PWA) Kiosk";
7285const char kWebKioskEnableLacrosDescription[] =
7286 "Uses Lacros-chrome as the web browser in the web (PWA) Kiosk session on "
Richard Chuia9ed7be12022-04-13 21:30:357287 "ChromeOS. When disabled, the Ash-chrome will be used";
Jenny Zhang6bdaa162022-07-14 01:22:307288
7289const char kDisableLacrosTtsSupportName[] = "Disable lacros tts support";
7290const char kDisableLacrosTtsSupportDescription[] =
7291 "Disable lacros support for text to speech.";
7292
Vivian Paofc22288b2022-12-07 03:00:117293const char kPromiseIconsName[] = "Promise Icons";
7294const char kPromiseIconsDescription[] =
7295 "Enables promise icons in the Launcher and Shelf (if the app is pinned) "
7296 "for app installations.";
7297
Frank Liberato98173be02023-06-06 17:11:097298const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
7299const char kEnableAudioFocusEnforcementDescription[] =
7300 "Enables enforcement of a single media session having audio focus at "
7301 "any one time. Requires #enable-media-session-service to be enabled too.";
ananubisff476b02021-07-27 07:09:587302#endif // BUILDFLAG(IS_CHROMEOS_ASH)
7303
Brett Wilson7b44537e2017-08-18 01:38:287304// ============================================================================
7305// Don't just add flags to the end, put them in the right section in
7306// alphabetical order just like the header file.
7307// ============================================================================
7308
vabr0215a8e2017-03-28 12:47:347309} // namespace flag_descriptions