blob: 4e3d09773b17007c25651256a6abce714758ca04 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
Kunihiko Sakamoto4d407982018-07-10 04:56:2933const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
34 "Allow Signed HTTP Exchange certificates without extension";
35const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
36 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
37 "that do not have CanSignHttpExchangesDraft extension. Requires "
38 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
39 "risk.";
40
Henrique Nakashima52d76952018-11-30 19:35:5841const char kAllowStartingServiceManagerOnlyName[] =
42 "Allow starting service manager only";
43const char kAllowStartingServiceManagerOnlyDescription[] =
44 "Allows running a lightweight service-manager-only mode, in which services "
45 "can run without the browser process.";
46
Kyle Horimoto2d838ec2018-12-26 19:41:1647const char kUseMessagesGoogleComDomainName[] = "Use messages.google.com domain";
48const char kUseMessagesGoogleComDomainDescription[] =
49 "Use the messages.google.com domain as part of the \"Messages\" "
50 "feature under \"Connected Devices\" settings.";
51
Kyle Horimoto874554a2019-01-31 00:52:0952const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
53const char kUseMessagesStagingUrlDescription[] =
54 "Use the staging server as part of the \"Messages\" feature under "
55 "\"Connected Devices\" settings.";
56
Azeem Arshad373e1ea72019-01-23 02:16:0057const char kEnableMessagesWebPushName[] =
58 "Web push in Android Messages integration";
59const char kEnableMessagesWebPushDescription[] =
60 "Use web push for background notificatons in Chrome OS integration "
61 "with Android Messages for Web";
62
Kamila472a5942018-11-26 09:48:2763const char kAndroidSiteSettingsUIRefreshName[] =
64 "Android Site Settings UI changes.";
65const char kAndroidSiteSettingsUIRefreshDescription[] =
Kamila02f7e072018-10-08 09:50:2866 "Enable the new UI "
67 "changes in Site Settings in Android.";
68
Brett Wilsonf27ff602017-07-07 22:28:4769const char kAppBannersName[] = "App Banners";
70const char kAppBannersDescription[] =
71 "Enable the display of Progressive Web App banners, which prompt a user to "
72 "add a web app to their shelf, or other platform-specific equivalent.";
73
Ioana Pandelef9689a062018-06-22 15:35:5174const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
75const char kAutomaticPasswordGenerationDescription[] =
76 "Allow Chrome to offer to generate passwords when it detects account "
77 "creation pages.";
78
Michael Lippautz6081dfa2018-10-18 13:10:1479const char kEnableBlinkHeapUnifiedGarbageCollectionName[] =
80 "Blink Heap Unified Garbage Collection";
81const char kEnableBlinkHeapUnifiedGarbageCollectionDescription[] =
82 "Enable unified garbage collection in Blink";
83
Ulan Degenbaevb5466a92018-07-19 12:35:3484const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
85const char kEnableBloatedRendererDetectionDescription[] =
86 "Enable bloated renderer detection";
87
Khushalba202212017-07-12 19:53:4988const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
89const char kAsyncImageDecodingDescription[] =
90 "Enables asynchronous decoding of images from raster for web content";
91
sebsgca14b092018-12-07 16:56:1592extern const char kAutofillAlwaysShowServerCardsInSyncTransportName[] =
93 "AlwaysShowServerCardsInSyncTransport";
94extern const char kAutofillAlwaysShowServerCardsInSyncTransportDescription[] =
95 "Always show server cards when in sync transport mode for wallet data";
96
Hui(Andy) Wufbebf91d22019-02-01 01:23:5497extern const char kAutofillAssistantChromeEntryName[] =
98 "AutofillAssistantChromeEntry";
99extern const char kAutofillAssistantChromeEntryDescription[] =
100 "Initiate autofill assistant from within Chrome.";
101
Roger McFarlane2eceba982018-05-18 01:37:11102const char kAutofillCacheQueryResponsesName[] =
103 "Cache Autofill Query Responses";
104const char kAutofillCacheQueryResponsesDescription[] =
105 "When enabled, autofill will cache the responses it receives from the "
106 "crowd-sourced field type prediction server.";
107
Jeffrey Cohen05cdafa392018-08-15 20:49:17108const char kAutofillEnableCompanyNameName[] =
109 "Enable Autofill Company Name field";
110const char kAutofillEnableCompanyNameDescription[] =
111 "When enabled, Company Name fields will be auto filled";
112
sebsge35b762c2018-03-29 20:33:27113const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
114const char kAutofillDynamicFormsDescription[] =
115 "Allows autofill to fill dynamically changing forms";
116
Anne Lime625362e2018-08-29 03:13:25117const char kAutofillNoLocalSaveOnUploadSuccessName[] =
118 "Disable locally saving card when credit card upload succeeds";
119const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
120 "When enabled, no local copy of server card will be saved when credit card "
121 "upload succeeds.";
122
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39123const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
124const char kAutofillPrefilledFieldsDescription[] =
125 "Allows autofill to fill fields previously filled by the website";
126
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09127const char kAutofillProfileClientValidationName[] =
128 "Autofill Validates Profiles By Client";
129const char kAutofillProfileClientValidationDescription[] =
130 "Allows autofill to validate profiles on the client side";
131
Parastoo Geranmayeh25fccec22019-01-29 18:38:13132const char kAutofillProfileServerValidationName[] =
133 "Autofill Uses Server Validation";
134const char kAutofillProfileServerValidationDescription[] =
135 "Allows autofill to use server side validation";
136
Lei Zhang0ca70ea2018-09-07 17:51:01137const char kAutofillPreviewStyleExperimentName[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18138 "Autofill Preview Style Experiment";
Lei Zhang0ca70ea2018-09-07 17:51:01139const char kAutofillPreviewStyleExperimentDescription[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18140 "Allows experimentation with the Autofill field preview's style.";
141
Roger McFarlane1a37d7b2018-04-20 22:45:19142const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
143 "Autofill Enforce Min Required Fields For Heuristics";
144const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
145 "When enabled, autofill will generally require a form to have at least 3 "
146 "fields before allowing heuristic field-type prediction to occur.";
147
148const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
149 "Autofill Enforce Min Required Fields For Query";
150const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
151 "When enabled, autofill will generally require a form to have at least 3 "
152 "fields before querying the autofill server for field-type predictions.";
153
154const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
155 "Autofill Enforce Min Required Fields For Upload";
156const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
157 "When enabled, autofill will generally require a form to have at least 3 "
158 "fillable fields before uploading field-type votes for that form.";
159
Moe Ahmadid3ddfcb2018-04-20 19:51:08160const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
161 "Restrict formless form extraction";
162const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
163 "Restrict extraction of formless forms to checkout flows";
164
Roger McFarlanee193ab122018-11-22 20:55:07165const char kAutofillRichMetadataQueriesName[] =
166 "Autofill - Rich metadata queries (Canary/Dev only)";
167const char kAutofillRichMetadataQueriesDescription[] =
168 "Transmit rich form/field metadata when querying the autofill server. "
169 "This feature only works on the Canary and Dev channels.";
170
sebsg48d53acd92019-01-17 18:11:16171const char kAutofillSettingsSplitByCardTypeName[] =
172 "Autofill settings split by card type";
173const char kAutofillSettingsSplitByCardTypeDescription[] =
174 "When enabled, the cards in the payments settings will be split into two "
175 "lists based on where they are stored.";
176
Brett Wilsonf27ff602017-07-07 22:28:47177const char kAutoplayPolicyName[] = "Autoplay policy";
178const char kAutoplayPolicyDescription[] =
179 "Policy used when deciding if audio or video is allowed to autoplay.";
180
181const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
182 "User gesture is required for cross-origin iframes.";
183const char kAutoplayPolicyNoUserGestureRequired[] =
184 "No user gesture is required.";
185const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
186const char kAutoplayPolicyDocumentUserActivation[] =
187 "Document user activation is required.";
188
Maya Lekova4bbfdb7f2018-10-16 08:15:03189const char kAwaitOptimizationName[] = "Await optimization";
190const char kAwaitOptimizationDescription[] =
191 "Enables await taking 1 tick on the microtask queue.";
192
Brett Wilsonf27ff602017-07-07 22:28:47193const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
194const char kBleAdvertisingInExtensionsDescription[] =
195 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
196 "with regular use of Bluetooth Low Energy features.";
197
Charles Harrisond629cc62017-10-05 01:39:54198const char kBlockTabUndersName[] = "Block tab-unders";
199const char kBlockTabUndersDescription[] =
200 "Blocks tab-unders in Chrome with some native UI to allow the user to "
201 "proceed.";
202
Brett Wilsonf27ff602017-07-07 22:28:47203const char kBrowserTaskSchedulerName[] = "Task Scheduler";
204const char kBrowserTaskSchedulerDescription[] =
205 "Enables redirection of some task posting APIs to the task scheduler.";
206
Carlos IL766fbc882018-02-16 02:34:52207const char kBundledConnectionHelpName[] = "Bundled Connection Help";
208const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37209 "Enables or disables redirection to local help content for users who get "
210 "an interstitial after clicking the 'Learn More' link on a previous "
211 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52212
Brett Wilsonf27ff602017-07-07 22:28:47213const char kBypassAppBannerEngagementChecksName[] =
214 "Bypass user engagement checks";
215const char kBypassAppBannerEngagementChecksDescription[] =
216 "Bypasses user engagement checks for displaying app banners, such as "
217 "requiring that users have visited the site before and that the banner "
218 "hasn't been shown recently. This allows developers to test that other "
219 "eligibility requirements for showing app banners, such as having a "
220 "manifest, are met.";
221
Miguel Casas454d9cf2018-06-28 16:25:00222const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
223const char kCanvas2DImageChromiumDescription[] =
224 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
225
Amber Won478561d2017-08-19 01:02:59226const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
227const char kClickToOpenPDFDescription[] =
228 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
229 "embedded PDFs.";
230
Gary Kacmarcikfb69b212017-11-14 03:41:08231const char kClipboardContentSettingName[] = "Clipboard content setting";
232const char kClipboardContentSettingDescription[] =
233 "Enables a site-wide permission in the UI which controls access to the "
234 "asynchronous clipboard web API";
235
Brett Wilsonf27ff602017-07-07 22:28:47236const char kCloudImportName[] = "Cloud Import";
237const char kCloudImportDescription[] = "Allows the cloud-import feature.";
238
rbpotter9990eb42018-07-12 05:34:59239const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
240const char kCloudPrinterHandlerDescription[] =
241 "Use the new cloud printer handler for communicating with the cloud "
242 "print server, instead of the cloud print interface in the Print "
243 "Preview WebUI.";
244
Tanja Gornakb0985dd2018-10-11 17:24:40245const char kFCMInvalidationsName[] =
246 "Enable invalidations delivery via new FCM based protocol";
247const char kFCMInvalidationsDescription[] =
248 "Use the new FCM-based protocol for deliveling invalidations";
249
Yining Wangdedf0762019-02-19 20:20:29250const char kFocusMode[] = "Focus Mode";
251const char kFocusModeDescription[] =
252 "If enabled, allows the user to switch to Focus Mode";
253
Christopher Cameronceb8727d2017-09-07 23:53:16254const char kForceColorProfileSRGB[] = "sRGB";
255const char kForceColorProfileP3[] = "Display P3 D65";
256const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
257const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
258
259const char kForceColorProfileName[] = "Force color profile";
260const char kForceColorProfileDescription[] =
261 "Forces Chrome to use a specific color profile instead of the color "
262 "of the window's current monitor, as specified by the operating system.";
263
Brett Wilsonf27ff602017-07-07 22:28:47264const char kCompositedLayerBordersName[] = "Composited render layer borders";
265const char kCompositedLayerBordersDescription[] =
266 "Renders a border around composited Render Layers to help debug and study "
267 "layer compositing.";
268
Theresac34db2d2018-06-28 00:03:11269const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
270const char kContextualSuggestionsButtonDescription[] =
271 "If enabled, shows a button to trigger contextual suggestions.";
272
Theresae308b9e2018-10-10 15:57:40273const char kContextualSuggestionsIPHReverseScrollName[] =
274 "Contextual Suggestions IPH Reverse Scroll";
275const char kContextualSuggestionsIPHReverseScrollDescription[] =
276 "Require a reverse scroll before showing in-product help for contextual "
277 "suggestions.";
278
Theresa0f2947b92018-07-02 21:27:58279const char kContextualSuggestionsOptOutName[] =
280 "Contextual Suggestions Opt-out";
281const char kContextualSuggestionsOptOutDescription[] =
282 "If enabled, allows the user to opt out of contextual suggestions.";
283
Brett Wilsonf27ff602017-07-07 22:28:47284const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
285const char kCreditCardAssistDescription[] =
286 "Enable assisted credit card filling on certain sites.";
287
Thanh Le659cb102017-12-20 22:00:19288const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
289const char kDataSaverServerPreviewsDescription[] =
290 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47291
Brett Wilsonf27ff602017-07-07 22:28:47292const char kDebugPackedAppName[] = "Debugging for packed apps";
293const char kDebugPackedAppDescription[] =
294 "Enables debugging context menu options such as Inspect Element for packed "
295 "applications.";
296
Brett Wilsonf27ff602017-07-07 22:28:47297const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
298const char kDebugShortcutsDescription[] =
299 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
300
301const char kDeviceDiscoveryNotificationsName[] =
302 "Device Discovery Notifications";
303const char kDeviceDiscoveryNotificationsDescription[] =
304 "Device discovery notifications on local network.";
305
306const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
307const char kDevtoolsExperimentsDescription[] =
308 "Enables Developer Tools experiments. Use Settings panel in Developer "
309 "Tools to toggle individual experiments.";
310
311const char kDisableAudioForDesktopShareName[] =
312 "Disable Audio For Desktop Share";
313const char kDisableAudioForDesktopShareDescription[] =
314 "With this flag on, desktop share picker window will not let the user "
315 "choose whether to share audio.";
316
Yue Ru Suna50a80f2019-02-08 05:02:58317const char kDisableBestEffortTasksName[] = "Skip best effort tasks";
318const char kDisableBestEffortTasksDescription[] =
319 "With this flag on, tasks of the lowest priority will not be executed "
320 "until shutdown. The queue of low priority tasks can increase memory usage."
321 "Also, while it should be possible to use Chrome almost normally with this "
322 "flag, it is expected that some non-visible operations such as writing "
323 "user data to disk, cleaning caches, reporting metrics or updating "
324 "components won't be performed until shutdown.";
325
Arthur Sonzogni721f48e2018-10-31 17:10:02326const char kDisableIpcFloodingProtectionName[] =
327 "Disable IPC flooding protection";
328const char kDisableIpcFloodingProtectionDescription[] =
329 "Some javascript code can flood the inter process communication system. "
330 "This protection limits the rate (calls/seconds) at which theses function "
arthursonzogni443bd0ef2018-11-27 16:12:53331 "can be used. This flag disables the protection. This flag is deprecated "
332 "and will be removed in Chrome 76. Use the switch "
333 "--disable-ipc-flooding-protection instead.";
Arthur Sonzogni721f48e2018-10-31 17:10:02334
Chris Palmer917bc052018-03-14 19:28:31335const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
336const char kDisablePushStateThrottleDescription[] =
337 "Disables throttling of history.pushState and history.replaceState method "
arthursonzogni443bd0ef2018-11-27 16:12:53338 "calls. This flag is deprecated and will be removed in Chrome 76. Use the "
339 "switch --disable-ipc-flooding-protection instead.";
Chris Palmer917bc052018-03-14 19:28:31340
Brett Wilsonf27ff602017-07-07 22:28:47341const char kDisableTabForDesktopShareName[] =
342 "Disable Desktop Share with tab source";
343const char kDisableTabForDesktopShareDescription[] =
344 "This flag controls whether users can choose a tab for desktop share.";
345
346const char kDisallowDocWrittenScriptsUiName[] =
347 "Block scripts loaded via document.write";
348const char kDisallowDocWrittenScriptsUiDescription[] =
349 "Disallows fetches for third-party parser-blocking scripts inserted into "
350 "the main frame via document.write.";
351
Christopher Thompson2ffffa2c2018-05-18 23:06:37352const char kDisallowUnsafeHttpDownloadsName[] =
353 "Block unsafe downloads over insecure connections";
354const char kDisallowUnsafeHttpDownloadsNameDescription[] =
355 "Disallows downloads of unsafe files (files that can potentially execute "
356 "code), where the final download origin or any origin in the redirect "
357 "chain is insecure.";
358
Brett Wilsonf27ff602017-07-07 22:28:47359const char kDriveSearchInChromeLauncherName[] =
360 "Drive Search in Chrome App Launcher";
361const char kDriveSearchInChromeLauncherDescription[] =
362 "Files from Drive will show up when searching the Chrome App Launcher.";
363
Brett Wilsonf27ff602017-07-07 22:28:47364const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
365const char kEmbeddedExtensionOptionsDescription[] =
366 "Display extension options as an embedded element in chrome://extensions "
367 "rather than opening a new tab.";
368
Dominic Mazzoni8ac98962018-05-25 05:44:55369const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
370const char kEnableAccessibilityObjectModelDescription[] =
371 "Enables experimental support for Accessibility Object Model APIs "
372 "that are in development.";
373
Becca Hughesac86cd442019-01-09 23:49:54374const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
375const char kEnableAudioFocusEnforcementDescription[] =
376 "Enables enforcement of a single media session having audio focus at "
377 "any one time. Requires #enable-media-session-service to be enabled too.";
378
Sebastien Lalancette5daaf4a2019-01-11 22:09:25379const char kEnableAutocompleteDataRetentionPolicyName[] =
380 "Enable automatic cleanup of expired Autocomplete entries.";
381const char kEnableAutocompleteDataRetentionPolicyDescription[] =
382 "If enabled, will clean-up Autocomplete entries whose last use date is "
383 "older than the current retention policy. These entries will be "
384 "permanently deleted from the client on startup, and will be unlinked "
385 "from sync.";
386
Florian Uunk8c428ea2018-07-18 11:12:52387const char kEnableAutofillAccountWalletStorageName[] =
388 "Enable the account data storage for autofill";
389const char kEnableAutofillAccountWalletStorageDescription[] =
390 "Enable the ephemeral storage for account data for autofill.";
391
Shanfeng Zhang19c16562017-10-17 02:30:40392const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
393 "Credit card autofill ablation experiment.";
394const char kEnableAutofillCreditCardAblationExperimentDescription[] =
395 "If enabled, credit card autofill suggestions will not display.";
396
Brett Wilsonf27ff602017-07-07 22:28:47397const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
398 "Display the last used date of a credit card in autofill.";
399const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
400 "If enabled, display the last used date of a credit card in autofill.";
401
Sujie Zhu2cf0e5c2018-07-17 18:00:27402const char kEnableAutofillCreditCardLocalCardMigrationName[] =
403 "Enable migrating local cards to Google Pay";
404const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
405 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
406
Jared Saulbc672a072018-06-16 05:22:12407const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
408 "Make cardholder name editable in dialog during credit card upload";
409const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
410 "If enabled, in certain situations when offering credit card upload to "
411 "Google Payments, the cardholder name can be edited within the "
412 "offer-to-save dialog, which is prefilled with the name from the signed-in "
413 "Google Account.";
414
Hao Zhang1be9c262018-11-03 00:23:51415const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] =
416 "Make expiration date editable in dialog during credit card upload";
417const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] =
418 "If enabled, if a credit card's expiration date was not detected when "
419 "offering card upload to Google Payments, the offer-to-save dialog "
420 "displays an expiration date selector.";
421
Hao Zhangd3017112019-02-01 20:13:30422const char kEnableAutofillImportNonFocusableCreditCardFormsName[] =
423 "Allow credit card import from forms that disappear after entry";
424const char kEnableAutofillImportNonFocusableCreditCardFormsDescription[] =
425 "If enabled, offers credit card save for forms that are hidden from the "
426 "page after information has been entered into them, including "
427 "accordion-style checkout flows.";
428
siyua9a4a8872018-10-05 03:46:56429const char kEnableAutofillLocalCardMigrationShowFeedbackName[] =
430 "Show the upload results dialog after local card migration";
431const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] =
432 "If enabled, the local card migration offer dialog will remain pending "
433 "after the user clicks the save button. Once migration is finished, "
434 "the dialog will be updated with the results of each card.";
435
tmartinocd414732018-02-12 19:01:01436const char kEnableAutofillNativeDropdownViewsName[] =
437 "Display Autofill Dropdown Using Views";
438const char kEnableAutofillNativeDropdownViewsDescription[] =
439 "If enabled, the Autofill Dropdown will be built natively using Views, "
440 "rather than painted directly to a canvas.";
441
Fabio Tirelo87552e02018-07-06 15:43:21442const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
443 "Show unlabeled expiration dates on the save card dialog";
444const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
445 "If enabled, expiration dates on the save card dialog (both local and "
446 "upstream) are shown without an 'Exp:' label.";
447
siyua172973d2018-11-21 22:23:20448const char kEnableAutofillSaveCardImprovedUserConsentName[] =
449 "Use updated UI for credit card save bubbles";
450const char kEnableAutofillSaveCardImprovedUserConsentDescription[] =
451 "If enabled, adds a [No thanks] button to credit card save bubbles and "
452 "updates their title headers.";
453
Manas Verma99541e52018-08-03 20:37:23454const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
455 "Show Sign-In/Sync promo after saving a card locally";
456const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
457 "If enabled, shows a sign in prompt to the user after the user "
458 "saves a card locally. This also introduces a Manage Cards bubble "
459 "which you can access from the card icon after saving a card.";
460
Jared Saul8a0c1e92018-10-10 18:22:47461const char kEnableAutofillSaveCreditCardUsesStrikeSystemName[] =
462 "Enable limit on offering to save the same credit card repeatedly";
463const char kEnableAutofillSaveCreditCardUsesStrikeSystemDescription[] =
464 "If enabled, prevents popping up the credit card offer-to-save prompt if "
465 "it has repeatedly been ignored, declined, or failed.";
466
Anne Lim9d8f66a2019-01-07 23:49:21467const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Name[] =
468 "Enable limit on offering to save the same credit card repeatedly using the"
469 "updated strike system implementation";
470const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Description[] =
471 "If enabled, uses the updated strike system implementation to prevent"
472 "popping up the credit card offer-to-save prompt if it has repeatedly been"
473 "ignored, declined, or failed.";
474
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23475const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
476 "Send experiment flag IDs in calls to Google Payments";
477const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
478 "If enabled, adds the status of certain experiment variations when making "
479 "calls to Google Payments.";
480
Becca Hughes4d896c42018-05-29 16:58:51481const char kEnableAutoplayIgnoreWebAudioName[] =
482 "Autoplay ignores WebAudio playbacks";
483const char kEnableAutoplayIgnoreWebAudioDescription[] =
484 "If enabled, autoplay restrictions will be ignored for WebAudio.";
485
Becca Hughesc62f6a1d2018-08-16 15:59:47486const char kEnableAutoplayUnifiedSoundSettingsName[] =
487 "Autoplay unified sound settings UI";
488const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
489 "If enabled, shows the new unified autoplay sound settings UI.";
490
Brett Wilsonf27ff602017-07-07 22:28:47491const char kEnableBrotliName[] = "Brotli Content-Encoding.";
492const char kEnableBrotliDescription[] =
493 "Enable Brotli Content-Encoding support.";
494
Qiang Xu0f602fe62017-12-22 01:31:20495const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
496const char kEnableCaptivePortalRandomUrlDescription[] =
497 "Enable Captive Portal URL randomization.";
498
Robert Ogdenc3703942019-02-06 21:05:49499const char kEnableDataSaverLiteModeRebrandName[] =
500 "Data Saver Lite Mode Rebranding";
501const char kEnableDataSaverLiteModeRebrandDescription[] =
502 "Enable the Data Saver rebranding to Lite Mode.";
503
sclittle50e4bb92017-07-08 02:23:03504const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
505
506const char kEnableClientLoFiDescription[] =
507 "Enable showing low fidelity images on some pages on slow networks.";
508
Patrick Noland8bc57472018-06-19 21:09:54509const char kEnableCSSFragmentIdentifiersName[] =
510 "Enable CSS Fragment Identifiers";
511const char kEnableCSSFragmentIdentifiersDescription[] =
512 "Enable support for specifying a target element using a css selector in "
513 "the fragment identifier.";
514
Ramin Halavati7dbb0722019-02-15 05:33:49515const char kEnableFilesystemInIncognitoName[] = "Filesystem API in Incognito";
516const char kEnableFilesystemInIncognitoDescription[] =
517 "Enable Filesystem API in incognito mode.";
518
Doug Arnett08b4067b2017-10-12 20:14:44519const char kEnableNoScriptPreviewsName[] = "NoScript previews";
520
521const char kEnableNoScriptPreviewsDescription[] =
522 "Enable disabling JavaScript on some pages on slow networks.";
523
Thanh Le2c279fbc2017-11-21 01:25:40524const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
525const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
526const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
527const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
528const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
529const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
530const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
531const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
532const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
533const char kDataReductionProxyServerAlternative10[] =
534 "Use alt. server config 10";
rajendrantcfa60ba2018-10-30 09:16:54535const char kEnableDataReductionProxyNetworkServiceName[] =
536 "Data reduction proxy with network service";
537const char kEnableDataReductionProxyNetworkServiceDescription[] =
538 "Enable data reduction proxy when network service is enabled";
Brett Wilsonf27ff602017-07-07 22:28:47539const char kEnableDataReductionProxyServerExperimentName[] =
540 "Use an alternative Data Saver back end configuration.";
541const char kEnableDataReductionProxyServerExperimentDescription[] =
542 "Enable a different approach to saving data by configuring the back end "
543 "server";
544
545const char kEnableDataReductionProxySavingsPromoName[] =
546 "Data Saver 1 MB Savings Promo";
547const char kEnableDataReductionProxySavingsPromoDescription[] =
548 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
549 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
550 "enabled for the promo to be shown.";
551
Matt Giucad4870432017-11-24 01:04:38552const char kEnableDesktopPWAsName[] = "Desktop PWAs";
553const char kEnableDesktopPWAsDescription[] =
554 "Experimental windowing and install banner treatment for Progressive Web "
555 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17556
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59557const char kEnableDesktopPWAsLinkCapturingName[] =
558 "Desktop PWAs Link Capturing";
559const char kEnableDesktopPWAsLinkCapturingDescription[] =
560 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
561 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
562 "#enable-desktop-pwas.";
563
Jay Harris52511a02018-11-02 01:00:28564const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI";
565const char kDesktopPWAsCustomTabUIDescription[] =
566 "Browsing out-of-scope links in a desktop PWA will use the custom tab UI "
567 "for displaying the page title and origin instead of the location bar.";
568
Jay Harrisee7a7bc62018-10-09 01:47:49569const char kDesktopPWAsStayInWindowName[] =
570 "Desktop PWAs out-of-scope links open in the app window";
571const char kDesktopPWAsStayInWindowDescription[] =
Jay Harris52511a02018-11-02 01:00:28572 "Links to sites in a different scope will open inside the PWA window as "
573 "opposed to in the browser.";
Jay Harrisee7a7bc62018-10-09 01:47:49574
Alan Cutter1816c9d2019-02-11 02:20:07575const char kDesktopPWAsOmniboxInstallName[] =
576 "Desktop PWAs installable from the omnibox";
577const char kDesktopPWAsOmniboxInstallDescription[] =
578 "When on a site that passes PWA installation requirements show a button in "
579 "the omnibox for installing it.";
580
Christopher Lame66b7812018-09-26 01:49:24581const char kEnableSystemWebAppsName[] = "System Web Apps";
582const char kEnableSystemWebAppsDescription[] =
583 "Experimental system for using the Desktop PWA framework for running System"
584 "Apps (e.g Settings, Discover).";
585
David Benjamin570460e2018-10-16 06:01:29586const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening";
587const char kEnforceTLS13DowngradeDescription[] =
588 "This option enables the TLS 1.3 downgrade hardening mechanism. This "
589 "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 "
590 "through 1.2 connections. Firewalls and proxies that do not function when "
591 "this is enabled do not implement TLS 1.0 through 1.2 correctly or "
592 "securely. They must be fixed by vendors.";
593
Brett Wilsonf27ff602017-07-07 22:28:47594const char kEnableGenericSensorName[] = "Generic Sensor";
595const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25596 "Enables motion sensor classes based on Generic Sensor API, i.e. "
597 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
598 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
599
600const char kEnableGenericSensorExtraClassesName[] =
601 "Generic Sensor Extra Classes";
602const char kEnableGenericSensorExtraClassesDescription[] =
603 "Enables an extra set of sensor classes based on Generic Sensor API, which "
604 "expose previously unavailable platform features, i.e. AmbientLightSensor "
605 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47606
Vikas Soni78daa632019-01-12 01:32:52607const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
608const char kEnableGpuServiceLoggingDescription[] =
609 "Enable printing the actual GL driver calls.";
610
Brett Wilsonf27ff602017-07-07 22:28:47611const char kEnableHDRName[] = "HDR mode";
612const char kEnableHDRDescription[] =
613 "Enables HDR support on compatible displays.";
614
David Bokan911bded2018-11-27 23:23:32615const char kEnableImplicitRootScrollerName[] = "Implicit Root Scroller";
616const char kEnableImplicitRootScrollerDescription[] =
617 "Enables implicitly choosing which scroller on a page is the 'root "
618 "scroller'. i.e. The one that gets special features like URL bar movement, "
619 "overscroll glow, rotation anchoring, etc.";
620
Robert Ogden5a63b242018-09-17 21:38:57621const char kEnablePreviewsAndroidOmniboxUIName[] =
622 "Previews Android Omnibox UI";
623const char kEnablePreviewsAndroidOmniboxUIDescription[] =
624 "Enable showing the Previews UI in the Omnibox on Android instead of an "
625 "InfoBar. This has no effect on other platforms.";
626
Robert Ogdence8c9572018-10-08 23:08:48627const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews";
628const char kEnableLitePageServerPreviewsDescription[] =
Doug Arnett9c1f87562018-12-14 00:56:39629 "Enable showing Lite Page Previews served from a Previews Server."
630 "This feature will cause Chrome to redirect eligible navigations "
Robert Ogdence8c9572018-10-08 23:08:48631 "to a Google-owned domain that serves a pre-rendered version of the "
Doug Arnett9c1f87562018-12-14 00:56:39632 "original page. Also known as Lite Page Redirect Previews.";
Robert Ogdence8c9572018-10-08 23:08:48633
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41634const char kLayeredAPIName[] = "Experimental layered APIs";
635const char kLayeredAPIDescription[] =
636 "Enable layered API infrastructure, as well as several experimental "
637 "layered APIs. The syntax and the APIs exposed are experimental and will "
638 "change over time.";
639
Philip Rogers63481332018-12-01 22:16:51640const char kEnableBlinkGenPropertyTreesName[] = "Enable BlinkGenPropertyTrees";
641const char kEnableBlinkGenPropertyTreesDescription[] =
642 "Enable a new compositing mode where Blink generates the compositor "
643 "property trees.";
644
Ian Kilpatricke68ef11a2018-07-04 03:52:10645const char kEnableLayoutNGName[] = "Enable LayoutNG";
646const char kEnableLayoutNGDescription[] =
647 "Enable Blink's next generation layout engine.";
648
Scott Littled0fd2d002018-04-13 03:37:26649const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
650const char kEnableLazyFrameLoadingDescription[] =
651 "Defers the loading of certain cross-origin frames until the page is "
652 "scrolled down near them.";
653
rajendrant793ff512018-08-10 17:07:59654const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
655const char kEnableLazyImageLoadingDescription[] =
656 "Defers the loading of images until the page is scrolled down near them.";
657
Sidney San Martín9375b892017-09-09 00:29:54658const char kEnableMacMaterialDesignDownloadShelfName[] =
659 "Enable Material Design download shelf";
660
661const char kEnableMacMaterialDesignDownloadShelfDescription[] =
662 "If enabled, the download shelf uses Material Design.";
663
Becca Hughesac86cd442019-01-09 23:49:54664const char kEnableMediaSessionServiceName[] = "Media Session Service";
665const char kEnableMediaSessionServiceDescription[] =
666 "Enables the media session mojo service and internal media session "
667 "support.";
668
Brett Wilsonf27ff602017-07-07 22:28:47669const char kEnableNavigationTracingName[] = "Enable navigation tracing";
670const char kEnableNavigationTracingDescription[] =
671 "This is to be used in conjunction with the trace-upload-url flag. "
672 "WARNING: When enabled, Chrome will record performance data for every "
673 "navigation and upload it to the URL specified by the trace-upload-url "
674 "flag. The trace may include personally identifiable information (PII) "
675 "such as the titles and URLs of websites you visit.";
676
Bernhard Bauer5533f9912017-11-06 17:56:02677const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
678const char kEnableNetworkLoggingToFileDescription[] =
679 "Enables network logging to a file named netlog.json in the user data "
680 "directory. The file can be imported into chrome://net-internals.";
681
Brett Wilsonf27ff602017-07-07 22:28:47682const char kEnableNetworkServiceName[] = "Enable network service";
683const char kEnableNetworkServiceDescription[] =
684 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40685 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47686
John Abd-El-Malek8067cc02017-12-04 23:23:20687const char kEnableNetworkServiceInProcessName[] =
688 "Runs network service in-process";
689const char kEnableNetworkServiceInProcessDescription[] =
690 "Runs the network service in the browser process.";
691
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28692const char kEnableNotificationScrollBarName[] =
693 "Enable notification list scroll bar";
694const char kEnableNotificationScrollBarDescription[] =
695 "Enable the scroll bar of the notification list in Unified System Tray.";
696
Mitsuru Otsukae8304de2018-10-29 02:14:36697const char kEnableNotificationExpansionAnimationName[] =
698 "Enable notification expansion animations";
699const char kEnableNotificationExpansionAnimationDescription[] =
700 "Enable notification animations whenever the expansion state is toggled.";
701
xlou8b56f672018-02-09 23:34:30702const char kEnableNupPrintingName[] = "Enable N-up printing";
703const char kEnableNupPrintingDescription[] =
704 "Enable N-up printing in the print preview panel.";
705
Sophie Chang117a3b22017-10-24 22:25:36706const char kEnableOptimizationHintsName[] = "Optimization Hints";
707const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50708 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36709 "into decisions for what optimizations to perform on some pages on slow "
710 "networks.";
711
Takashi Toyoshima2e01e692018-11-16 03:23:27712const char kEnableOutOfBlinkCorsName[] = "Out of blink CORS";
713const char kEnableOutOfBlinkCorsDescription[] =
Yutaka Hirano98be3272017-08-07 17:55:39714 "CORS handling logic is moved out of blink.";
715
Chris Halle952239e2018-11-06 06:49:52716const char kExperimentalAccessibilityFeaturesName[] =
717 "Experimental accessibility features";
718const char kExperimentalAccessibilityFeaturesDescription[] =
719 "Enable additional accessibility features in the Settings page.";
720
Katie D652135c2018-11-27 18:30:13721const char kExperimentalAccessibilityAutoclickName[] =
722 "Experimental automatic click features";
723const char kExperimentalAccessibilityAutoclickDescription[] =
724 "Enable additional features for automatic clicks.";
725
Katie D0c31c5062019-01-02 18:12:35726const char kExperimentalAccessibilityLabelsName[] =
727 "Experimental accessibility image label features";
728const char kExperimentalAccessibilityLabelsDescription[] =
729 "Enable additional features for image labels for accessibility.";
730
Chris Hall4a4225f62019-01-18 03:07:16731const char kExperimentalAccessibilityLanguageDetectionName[] =
732 "Experimental accessibility language detection";
733const char kExperimentalAccessibilityLanguageDetectionDescription[] =
734 "Enable language detection for in-page content which is then exposed to "
735 "accessiblity technologies such as screen readers.";
736
Anastasia Helfinsteinafecc68c2018-11-26 19:20:17737const char kExperimentalAccessibilitySwitchAccessName[] =
738 "Experimental feature Switch Access";
739const char kExperimentalAccessibilitySwitchAccessDescription[] =
740 "Add a setting to enable the prototype of Switch Access";
741
kylechar7051c092018-02-05 20:31:39742const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
743const char kVizDisplayCompositorDescription[] =
744 "If enabled, the display compositor runs as part of the viz service in the"
745 "GPU process.";
746
Ria Jiang6a129b982018-03-01 18:30:40747const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
748const char kVizHitTestDrawQuadDescription[] =
749 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
750 "with hit-test data computed from the CompositorFrame.";
751
Erik Chen49bbfa22017-08-18 08:49:56752const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23753 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56754const char kEnableOutOfProcessHeapProfilingDescription[] =
755 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19756 "malloced objects. Heap dumps can be obtained at chrome://tracing "
757 "[category:memory-infra] and chrome://memory-internals. This setting "
758 "controls which processes are profiled. As long as this setting is not "
759 "disabled, users can start profiling any given process in "
760 "chrome://memory-internals.";
761const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
762const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
763const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
764const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
765const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10766const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19767 "None by default. Visit chrome://memory-internals to choose which "
768 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15769const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
770 "Profile a random sampling of renderer processes, ensuring only one is "
771 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19772
Erik Chen8bb76b52017-12-06 19:06:25773const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19774 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25775const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
776 "By default, small allocations are pruned from the heap dump. This reduces "
777 "the size of the compressed trace by 100x. If pruning is disabled, the "
778 "chrome://tracing UI may be unable to take or load the trace. Save the "
779 "trace directly using chrome://memory-internals, and use other mechanisms "
780 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
781 "automatically uploaded traces will always be pruned. This only affects "
782 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56783
erikchen8bc20d82018-02-14 03:21:51784const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
785const char kOutOfProcessHeapProfilingSamplingDescription[] =
786 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22787 "10000. This results in low noise for large and/or frequent allocations ["
788 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
789 "total size of malloc-ed objects] and large and/or frequent allocations "
790 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51791
Erik Chen3303fd0232018-01-11 20:29:05792const char kOOPHPStackModeName[] =
793 "The type of stack to record for memlog heap dumps";
794const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19795 "By default, memlog heap dumps record native stacks, which requires a "
796 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55797 "pointers to work on Android. Native with thread names will add the thread "
798 "name as the first frame of each native stack. It's also possible to "
799 "record a pseudo stack using trace events as identifiers. It's also "
800 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19801const char kOOPHPStackModeMixed[] = "Mixed";
802const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55803const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19804const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05805
François Beaufort2e75f492018-02-08 20:44:46806const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47807const char kEnablePictureInPictureDescription[] =
François Beaufort106802c2018-12-18 17:46:13808 "Show Picture-in-Picture in browser context menu and video native "
809 "controls. The #enable-surfaces-for-videos flag must be enabled as well "
810 "to use it.";
Brett Wilsonf27ff602017-07-07 22:28:47811
F#m59d036e2017-09-13 07:22:17812const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
813const char kEnablePixelCanvasRecordingDescription[] =
814 "Pixel canvas recording allows the compositor to raster contents aligned "
815 "with the pixel and improves text rendering. This should be enabled when a "
816 "device is using fractional scale factor.";
817
Ella Gebee81c92018-08-14 15:51:09818const char kEnableResamplingInputEventsName[] =
819 "Enable resampling input events";
820const char kEnableResamplingInputEventsDescription[] =
821 "Predicts mouse and touch inputs position at rAF time based on previous "
822 "input";
823const char kEnableResamplingScrollEventsName[] =
824 "Enable resampling scroll events";
825const char kEnableResamplingScrollEventsDescription[] =
826 "Predicts the scroll amount at vsync time based on previous input";
827
Doug Arnettaa0bf202018-08-27 19:42:11828const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
829const char kEnableResourceLoadingHintsDescription[] =
830 "Enable using server-provided resource loading hints to provide a preview "
831 "over slow network connections.";
832
Mikel Astizb4786aa2018-11-09 22:12:09833const char kEnableSyncPseudoUSSAppListName[] =
834 "Enable pseudo-USS for APP_LIST sync.";
835const char kEnableSyncPseudoUSSAppListDescription[] =
836 "Enable new USS-based codepath for sync datatype APP_LIST.";
837
838const char kEnableSyncPseudoUSSAppsName[] = "Enable pseudo-USS for APPS sync.";
839const char kEnableSyncPseudoUSSAppsDescription[] =
840 "Enable new USS-based codepath for sync datatype APPS.";
841
842const char kEnableSyncPseudoUSSDictionaryName[] =
843 "Enable pseudo-USS for DICTIONARY sync.";
844const char kEnableSyncPseudoUSSDictionaryDescription[] =
845 "Enable new USS-based codepath for sync datatype DICTIONARY.";
846
847const char kEnableSyncPseudoUSSExtensionSettingsName[] =
848 "Enable pseudo-USS for EXTENSION_SETTINGS and APP_SETTINGS sync.";
849const char kEnableSyncPseudoUSSExtensionSettingsDescription[] =
850 "Enable new USS-based codepath for sync datatypes EXTENSION_SETTINGS and "
851 "APP_SETTINGS.";
852
853const char kEnableSyncPseudoUSSExtensionsName[] =
854 "Enable pseudo-USS for EXTENSIONS sync.";
855const char kEnableSyncPseudoUSSExtensionsDescription[] =
856 "Enable new USS-based codepath for sync datatype EXTENSIONS.";
857
858const char kEnableSyncPseudoUSSFaviconsName[] =
859 "Enable pseudo-USS for favicon sync.";
860const char kEnableSyncPseudoUSSFaviconsDescription[] =
861 "Enable new USS-based codepath for sync datatypes FAVICON_IMAGES and "
862 "FAVICON_TRACKING.";
863
864const char kEnableSyncPseudoUSSHistoryDeleteDirectivesName[] =
865 "Enable pseudo-USS for HISTORY_DELETE_DIRECTIVES sync.";
866const char kEnableSyncPseudoUSSHistoryDeleteDirectivesDescription[] =
867 "Enable new USS-based codepath for sync datatype "
868 "HISTORY_DELETE_DIRECTIVES.";
869
870const char kEnableSyncPseudoUSSPasswordsName[] =
871 "Enable pseudo-USS for PASSWORDS sync.";
872const char kEnableSyncPseudoUSSPasswordsDescription[] =
873 "Enable new USS-based codepath for sync datatype PASSWORDS (pseudo-USS).";
874
875const char kEnableSyncPseudoUSSPreferencesName[] =
876 "Enable pseudo-USS for PREFERENCES sync.";
877const char kEnableSyncPseudoUSSPreferencesDescription[] =
878 "Enable new USS-based codepath for sync datatype PREFERENCES.";
879
880const char kEnableSyncPseudoUSSPriorityPreferencesName[] =
881 "Enable pseudo-USS for PRIORITY_PREFERENCES sync.";
882const char kEnableSyncPseudoUSSPriorityPreferencesDescription[] =
883 "Enable new USS-based codepath for sync datatype PRIORITY_PREFERENCES.";
884
885const char kEnableSyncPseudoUSSSearchEnginesName[] =
886 "Enable pseudo-USS for SEARCH_ENGINES sync.";
887const char kEnableSyncPseudoUSSSearchEnginesDescription[] =
888 "Enable new USS-based codepath for sync datatype SEARCH_ENGINES.";
889
890const char kEnableSyncPseudoUSSSupervisedUsersName[] =
891 "Enable pseudo-USS for supervised users sync.";
892const char kEnableSyncPseudoUSSSupervisedUsersDescription[] =
893 "Enable new USS-based codepath for sync datatypes SUPERVISED_USER_SETTINGS "
894 "and SUPERVISED_USER_WHITELISTS.";
895
896const char kEnableSyncPseudoUSSThemesName[] =
897 "Enable pseudo-USS for THEMES sync.";
898const char kEnableSyncPseudoUSSThemesDescription[] =
899 "Enable new USS-based codepath for sync datatype THEMES.";
900
Mohamed Amir Yosef0178fa892018-07-23 17:43:52901const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
902const char kEnableSyncUSSBookmarksDescription[] =
903 "Enables the new, experimental implementation of bookmark sync";
904
Mohamed Amir Yosef3074dfc2019-02-06 18:34:43905const char kEnableSyncUSSPasswordsName[] = "Enable USS for passwords sync";
906const char kEnableSyncUSSPasswordsDescription[] =
907 "Enables the new, experimental implementation of passwords sync";
908
Mikel Astiz38837f82018-04-24 22:23:23909const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
910const char kEnableSyncUSSSessionsDescription[] =
911 "Enables the new, experimental implementation of session sync (aka tab "
912 "sync).";
913
David Bokane9370c22019-02-14 15:19:58914const char kEnableTextFragmentAnchorName[] = "Enable Text Fragment Anchor.";
915const char kEnableTextFragmentAnchorDescription[] =
916 "Enables scrolling to text specified in URL's fragment.";
917
Brett Wilsonf27ff602017-07-07 22:28:47918const char kEnableUseZoomForDsfName[] =
919 "Use Blink's zoom for device scale factor.";
920const char kEnableUseZoomForDsfDescription[] =
921 "If enabled, Blink uses its zooming mechanism to scale content for device "
922 "scale factor.";
923const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
924const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
925const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
926
Patrick Noland8ee016e2018-01-24 11:44:53927const char kEnableScrollAnchorSerializationName[] =
928 "Scroll Anchor Serialization";
929const char kEnableScrollAnchorSerializationDescription[] =
930 "Save the scroll anchor and use it to restore the scroll position when "
931 "navigating.";
932
Brad Nelson5cd500e2018-01-04 00:50:19933const char kEnableSharedArrayBufferName[] =
934 "Experimental enabled SharedArrayBuffer support in JavaScript.";
935const char kEnableSharedArrayBufferDescription[] =
936 "Enable SharedArrayBuffer support in JavaScript.";
937
Brett Wilsonf27ff602017-07-07 22:28:47938const char kEnableWasmName[] = "WebAssembly structured cloning support.";
939const char kEnableWasmDescription[] =
940 "Enable web pages to use WebAssembly structured cloning.";
941
Lei Zhang0ca70ea2018-09-07 17:51:01942const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47943 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01944const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47945 "Enable the cloud-assisted pairingless BLE protocol for use with "
946 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54947
Brett Wilsonf27ff602017-07-07 22:28:47948const char kEnableImageCaptureAPIName[] = "Image Capture API";
949const char kEnableImageCaptureAPIDescription[] =
950 "Enables the Web Platform Image Capture API: takePhoto(), "
951 "getPhotoCapabilities(), etc.";
952
Ramin Halavatic158b182018-10-18 14:04:54953const char kEnableIncognitoWindowCounterName[] = "Incognito Window Counter";
954const char kEnableIncognitoWindowCounterDescription[] =
955 "Shows the count of Incognito windows next to the Incognito icon on the "
956 "toolbar.";
957
Brett Wilsonf27ff602017-07-07 22:28:47958const char kEnableZeroSuggestRedirectToChromeName[] =
959 "Experimental contextual omnibox suggestion";
960const char kEnableZeroSuggestRedirectToChromeDescription[] =
961 "Change omnibox contextual suggestions to an experimental source. Note "
962 "that this is not an on/off switch for contextual omnibox and it only "
963 "applies to suggestions provided before the user starts typing a URL or a "
964 "search query (i.e. zero suggest).";
965
Clemens Hammacher0c8a15a2018-04-27 13:45:32966const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
967const char kEnableWasmBaselineDescription[] =
968 "Enables WebAssembly baseline compilation and tier up.";
969
Bill Budged0dace172019-02-10 00:46:21970const char kEnableWasmCodeCacheName[] = "WebAssembly compiled module cache";
971const char kEnableWasmCodeCacheDescription[] =
972 "Enables caching of compiled WebAssembly modules.";
973
Ben Smith24c1e5c2018-06-20 01:09:02974const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
975const char kEnableWasmThreadsDescription[] =
976 "Enables support for the WebAssembly Threads proposal. Implies "
977 "#shared-array-buffer and #enable-webassembly.";
978
Brett Wilsonf27ff602017-07-07 22:28:47979const char kExpensiveBackgroundTimerThrottlingName[] =
980 "Throttle expensive background timers";
981const char kExpensiveBackgroundTimerThrottlingDescription[] =
982 "Enables intervention to limit CPU usage of background timers to 1%.";
983
984const char kExperimentalAppBannersName[] = "Experimental app banners";
985const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38986 "Enables a new experimental app banner flow and UI. Implies "
987 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47988
989const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
990const char kExperimentalCanvasFeaturesDescription[] =
991 "Enables the use of experimental canvas features which are still in "
992 "development.";
993
994const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
995const char kExperimentalExtensionApisDescription[] =
996 "Enables experimental extension APIs. Note that the extension gallery "
997 "doesn't allow you to upload extensions that use experimental APIs.";
998
Ian Clelland37a985d2018-05-04 02:43:13999const char kExperimentalProductivityFeaturesName[] =
1000 "Experimental Productivity Features";
1001const char kExperimentalProductivityFeaturesDescription[] =
1002 "Enable support for experimental developer productivity features, such as "
1003 "Layered APIs and policies for avoiding slow rendering.";
1004
Brett Wilsonf27ff602017-07-07 22:28:471005const char kExperimentalSecurityFeaturesName[] =
1006 "Potentially annoying security features";
1007const char kExperimentalSecurityFeaturesDescription[] =
1008 "Enables several security features that will likely break one or more "
1009 "pages that you visit on a daily basis. Strict mixed content checking, for "
1010 "example. And locking powerful features to secure contexts. This flag will "
1011 "probably annoy you.";
1012
1013const char kExperimentalWebPlatformFeaturesName[] =
1014 "Experimental Web Platform features";
1015const char kExperimentalWebPlatformFeaturesDescription[] =
1016 "Enables experimental Web Platform features that are in development.";
1017
1018const char kExtensionContentVerificationName[] =
1019 "Extension Content Verification";
1020const char kExtensionContentVerificationDescription[] =
1021 "This flag can be used to turn on verification that the contents of the "
1022 "files on disk for extensions from the webstore match what they're "
1023 "expected to be. This can be used to turn on this feature if it would not "
1024 "otherwise have been turned on, but cannot be used to turn it off (because "
1025 "this setting can be tampered with by malware).";
1026const char kExtensionContentVerificationBootstrap[] =
1027 "Bootstrap (get expected hashes, but do not enforce them)";
1028const char kExtensionContentVerificationEnforce[] =
1029 "Enforce (try to get hashes, and enforce them if successful)";
1030const char kExtensionContentVerificationEnforceStrict[] =
1031 "Enforce strict (hard fail if we can't get hashes)";
1032
1033const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1034const char kExtensionsOnChromeUrlsDescription[] =
1035 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1036 "request this permission.";
galinapae72e152017-05-12 13:12:281037
Brett Wilsonecb80982017-07-12 20:34:511038const char kFeaturePolicyName[] = "Feature Policy";
1039const char kFeaturePolicyDescription[] =
1040 "Enables granting and removing access to features through the "
1041 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:341042
Brett Wilsonecb80982017-07-12 20:34:511043const char kFontCacheScalingName[] = "FontCache scaling";
1044const char kFontCacheScalingDescription[] =
1045 "Reuse a cached font in the renderer to serve different sizes of font for "
1046 "faster layout.";
1047
1048const char kForceEffectiveConnectionTypeName[] =
1049 "Override effective connection type";
1050const char kForceEffectiveConnectionTypeDescription[] =
1051 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301052 "returned by the network quality estimator. Slow 2G on Cellular returns "
1053 "Slow 2G when connected to a cellular network, and the actual estimate "
1054 "effective connection type when not on a cellular network. Previews are "
1055 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:511056const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1057const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1058const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301059const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1060 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511061const char kEffectiveConnectionType2GDescription[] = "2G";
1062const char kEffectiveConnectionType3GDescription[] = "3G";
1063const char kEffectiveConnectionType4GDescription[] = "4G";
1064
1065const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1066const char kFillOnAccountSelectDescription[] =
1067 "Filling of passwords when an account is explicitly selected by the user "
1068 "rather than autofilling credentials on page load.";
1069
jdoerrie11c5f4f2019-02-04 18:29:181070const char kFillOnAccountSelectHttpName[] =
1071 "Fill passwords on account selection on HTTP origins";
1072const char kFillOnAccountSelectHttpDescription[] =
1073 "Filling of passwords when an account is explicitly selected by the user "
1074 "rather than autofilling credentials on page load on HTTP origins.";
1075
Brett Wilsonecb80982017-07-12 20:34:511076const char kForceTextDirectionName[] = "Force text direction";
1077const char kForceTextDirectionDescription[] =
1078 "Explicitly force the per-character directionality of UI text to "
1079 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1080 "direction of the character language.";
1081const char kForceDirectionLtr[] = "Left-to-right";
1082const char kForceDirectionRtl[] = "Right-to-left";
1083
1084const char kForceUiDirectionName[] = "Force UI direction";
1085const char kForceUiDirectionDescription[] =
1086 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1087 "mode, overriding the default direction of the UI language.";
1088
1089const char kFramebustingName[] =
1090 "Framebusting requires same-origin or a user gesture";
1091const char kFramebustingDescription[] =
1092 "Don't permit an iframe to navigate the top level browsing context unless "
1093 "they are same-origin or the iframe is processing a user gesture.";
1094
Matt Reynolds043469f2018-05-01 22:56:581095const char kGamepadVibrationName[] = "Gamepad Vibration";
1096const char kGamepadVibrationDescription[] =
1097 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:511098
Brett Wilsonecb80982017-07-12 20:34:511099const char kGpuRasterizationName[] = "GPU rasterization";
1100const char kGpuRasterizationDescription[] =
1101 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:281102const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:511103
Ioana Pandele1ed7ef72018-11-21 15:22:031104const char kGooglePasswordManagerName[] = "Google Password Manager UI";
1105const char kGooglePasswordManagerDescription[] =
1106 "Enables access to the Google Password Manager UI from Chrome.";
1107
Brett Wilsonecb80982017-07-12 20:34:511108const char kGoogleProfileInfoName[] = "Google profile name and icon";
1109const char kGoogleProfileInfoDescription[] =
1110 "Enables using Google information to populate the profile name and icon in "
1111 "the avatar menu.";
1112
Takumi Fujimotofb71e332018-03-31 14:04:081113const char kViewsCastDialogName[] = "Views Cast dialog";
1114const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:311115 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:531116 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:541117 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:081118
Gabrielle Paladoaebf7ca2019-01-16 07:07:061119const char kHandwritingGestureName[] = "Handwriting Gestures";
1120const char kHandwritingGestureDescription[] =
1121 "Enables handwriting gestures within the virtual keyboard";
1122
Tommy Steimel1aadd7b2019-01-18 19:39:421123const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1124const char kHardwareMediaKeyHandlingDescription[] =
1125 "Enables using media keys to control the active media session. This "
1126 "requires MediaSessionService to be enabled too";
1127
Manu Cornet4a908de2018-04-09 04:32:271128const char kHideActiveAppsFromShelfName[] =
1129 "Hide running apps (that are not pinned) from the shelf";
1130const char kHideActiveAppsFromShelfDescription[] =
1131 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251132
Brett Wilsonecb80982017-07-12 20:34:511133const char kHistoryRequiresUserGestureName[] =
1134 "New history entries require a user gesture.";
1135const char kHistoryRequiresUserGestureDescription[] =
1136 "Require a user gesture to add a history entry.";
1137const char kHyperlinkAuditingName[] = "Hyperlink auditing";
1138const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
1139
Ryan Landay4242dbc22018-04-04 01:47:331140const char kHorizontalTabSwitcherAndroidName[] =
1141 "Enable horizontal tab switcher";
1142const char kHorizontalTabSwitcherAndroidDescription[] =
1143 "Changes the layout of the Android tab switcher so tabs scroll "
1144 "horizontally instead of vertically.";
1145
Matt Simmons2048b2a2018-12-20 20:12:561146const char kTabSwitcherOnReturnName[] = "Enable tab switcher on return";
1147const char kTabSwitcherOnReturnDescription[] =
1148 "Enable tab switcher on return after specified time has elapsed";
1149
Brett Wilsonecb80982017-07-12 20:34:511150const char kHostedAppQuitNotificationName[] =
1151 "Quit notification for hosted apps";
1152const char kHostedAppQuitNotificationDescription[] =
1153 "Display a notification when quitting Chrome if hosted apps are currently "
1154 "running.";
1155
1156const char kHostedAppShimCreationName[] =
1157 "Creation of app shims for hosted apps on Mac";
1158const char kHostedAppShimCreationDescription[] =
1159 "Create app shims on Mac when creating a hosted app.";
1160
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481161const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1162const char kHtmlBasedUsernameDetectorDescription[] =
1163 "Use HTML-based username detector for the password manager.";
1164
Brett Wilsonecb80982017-07-12 20:34:511165const char kIconNtpName[] = "Large icons on the New Tab page";
1166const char kIconNtpDescription[] =
1167 "Enable the experimental New Tab page using large icons.";
1168
1169const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1170const char kIgnoreGpuBlacklistDescription[] =
1171 "Overrides the built-in software rendering list and enables "
1172 "GPU-acceleration on unsupported system configurations.";
1173
Ryan Sturm8c3dbc92018-06-26 19:22:371174const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441175const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371176 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441177
Alexandre Frechetted3e1b542018-12-13 14:40:501178const char kImprovedGeoLanguageDataName[] = "Improved Geo-language Data";
1179const char kImprovedGeoLanguageDataDescription[] =
1180 "Makes the GeoLanguageModel use higher quality, more refined ULP "
1181 "geo-language data.";
1182
Brett Wilsonecb80982017-07-12 20:34:511183const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1184const char kInProductHelpDemoModeChoiceDescription[] =
1185 "Selects the In-Product Help demo mode.";
1186
1187const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1188const char kJavascriptHarmonyDescription[] =
1189 "Enable web pages to use experimental JavaScript features.";
1190
1191const char kJavascriptHarmonyShippingName[] =
1192 "Latest stable JavaScript features";
1193const char kJavascriptHarmonyShippingDescription[] =
1194 "Some web pages use legacy or non-standard JavaScript extensions that may "
1195 "conflict with the latest JavaScript features. This flag allows disabling "
1196 "support of those features for compatibility with such pages.";
1197
Yutaka Hiranof7f2f632017-09-06 10:40:081198const char kKeepAliveRendererForKeepaliveRequestsName[] =
1199 "Keep a renderer alive for keepalive fetch requests";
1200const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1201 "Keep a render process alive when the process has a pending fetch request "
1202 "with `keepalive' specified.";
1203
Brett Wilsonecb80982017-07-12 20:34:511204const char kLcdTextName[] = "LCD text antialiasing";
1205const char kLcdTextDescription[] =
1206 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1207 "(subpixel) when doing accelerated compositing.";
1208
1209const char kLoadMediaRouterComponentExtensionName[] =
1210 "Load Media Router Component Extension";
1211const char kLoadMediaRouterComponentExtensionDescription[] =
1212 "Loads the Media Router component extension at startup.";
1213
Mustafa Emre Acer137dc8b2018-08-29 20:38:131214const char kLookalikeUrlNavigationSuggestionsName[] =
1215 "Navigation suggestions for lookalike URLs";
1216const char kLookalikeUrlNavigationSuggestionsDescription[] =
1217 "Enable navigation suggestions for URLs that are visually similar to "
1218 "popular domains or to domains with a site engagement score.";
1219
Brett Wilsonecb80982017-07-12 20:34:511220const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1221const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511222
spqchanb87755692018-04-05 00:46:091223const char kMediaRouterCastAllowAllIPsName[] =
1224 "Connect to Cast devices on all IP addresses";
1225const char kMediaRouterCastAllowAllIPsDescription[] =
1226 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311227 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091228
Brett Wilsonecb80982017-07-12 20:34:511229const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1230const char kMessageCenterNewStyleNotificationDescription[] =
1231 "Enables the experiment style of material-design notification";
1232
Brett Wilsonecb80982017-07-12 20:34:511233const char kNewAudioRenderingMixingStrategyName[] =
1234 "New audio rendering mixing strategy";
1235const char kNewAudioRenderingMixingStrategyDescription[] =
1236 "Use the new audio rendering mixing strategy.";
1237
1238const char kNewBookmarkAppsName[] = "The new bookmark app system";
1239const char kNewBookmarkAppsDescription[] =
1240 "Enables the new system for creating bookmark apps.";
1241
Vadym Doroshenkocd4ff782018-07-24 13:41:021242const char kNewPasswordFormParsingName[] =
1243 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241244const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021245 "Replaces existing form parsing for filling in password manager with a new "
1246 "version, currently under development. WARNING: when enabled, Password "
1247 "Manager might stop working";
1248
1249const char kNewPasswordFormParsingForSavingName[] =
1250 "New password form parsing for saving passwords";
1251const char kNewPasswordFormParsingForSavingDescription[] =
1252 "Replaces existing form parsing for saving in password manager with a new "
1253 "version, currently under development. WARNING: when enabled, Password "
1254 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241255
CJ DiMeglio7b4a199f2017-11-30 01:26:501256const char kUseSurfaceLayerForVideoName[] =
1257 "Enable the use of SurfaceLayer objects for videos.";
1258const char kUseSurfaceLayerForVideoDescription[] =
1259 "Enable compositing onto a Surface instead of a VideoLayer "
1260 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511261
1262const char kNewUsbBackendName[] = "Enable new USB backend";
1263const char kNewUsbBackendDescription[] =
1264 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341265
Sonny Sasaka2d200432018-03-22 17:43:161266const char kNewblueName[] = "Newblue";
1267const char kNewblueDescription[] =
1268 "Enables the use of newblue Bluetooth daemon.";
1269
Peter Boström7df25c72018-12-12 06:40:191270const char kNewTabLoadingAnimation[] = "New tab-loading animation";
1271const char kNewTabLoadingAnimationDescription[] =
1272 "Enables a new look for the tab-loading animation.";
1273
Peter Kasting63097912018-06-30 02:09:031274const char kNewTabButtonPosition[] = "New tab button position";
1275const char kNewTabButtonPositionDescription[] =
1276 "Controls placement of the new tab button within the tabstrip.";
1277const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1278const char kNewTabButtonPositionLeading[] = "Leading";
1279const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1280const char kNewTabButtonPositionTrailing[] = "Trailing";
1281
Egor Pasko6fed3822018-05-30 10:33:141282const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341283const char kNostatePrefetchDescription[] =
Elly Fong-Jonesf4c15772019-01-31 17:40:061284 "If enabled, pre-downloads resources to improve page load speed.";
vabr0215a8e2017-03-28 12:47:341285
Alex Newcomerd7b0cc42018-05-25 22:58:481286const char kNotificationIndicatorName[] = "Notification Indicators";
1287const char kNotificationIndicatorDescription[] =
1288 "Enable notification indicators, which appear on app icons when a "
1289 "notification is active. This will also enable notifications in context "
1290 "menus.";
1291
Brett Wilsonecb80982017-07-12 20:34:511292const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1293const char kNotificationsNativeFlagDescription[] =
1294 "Enable support for using the native notification toasts and notification "
1295 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341296
Valeriya Sinevich972ac122018-09-05 07:33:191297const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1298const char kUseMultiloginEndpointDescription[] =
1299 "Use Gaia OAuth multilogin for identity consistency.";
1300
Zentaro Kavanaghbad511c2017-10-18 22:29:001301#if defined(OS_POSIX)
1302const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1303const char kNtlmV2EnabledDescription[] =
1304 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1305#endif
1306
Brett Wilsonecb80982017-07-12 20:34:511307const char kOfferStoreUnmaskedWalletCardsName[] =
1308 "Google Payments card saving checkbox";
1309const char kOfferStoreUnmaskedWalletCardsDescription[] =
1310 "Show the checkbox to offer local saving of a credit card downloaded from "
1311 "the server.";
1312
1313const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1314const char kOfflineAutoReloadDescription[] =
1315 "Pages that fail to load while the browser is offline will be "
1316 "auto-reloaded when the browser is online again.";
1317
1318const char kOfflineAutoReloadVisibleOnlyName[] =
1319 "Only Auto-Reload Visible Tabs";
1320const char kOfflineAutoReloadVisibleOnlyDescription[] =
1321 "Pages that fail to load while the browser is offline will only be "
1322 "auto-reloaded if their tab is visible.";
1323
Brett Wilsonecb80982017-07-12 20:34:511324const char kOmniboxDisplayTitleForCurrentUrlName[] =
1325 "Include title for the current URL in the omnibox";
1326const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1327 "In the event that the omnibox provides suggestions on-focus, the URL of "
1328 "the current page is provided as the first suggestion without a title. "
1329 "Enabling this flag causes the title to be displayed.";
1330
manuk2e55a7b2019-02-12 20:08:231331const char kOmniboxMaterialDesignWeatherIconsName[] =
1332 "Omnibox Material Design Weather Icons";
1333const char kOmniboxMaterialDesignWeatherIconsDescription[] =
1334 "Use material design weather icons in the omnibox when displaying weather "
1335 "answers.";
1336
Tomasz Wiszkowskic87dff12019-01-15 02:57:511337const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
1338const char kOmniboxNewAnswerLayoutDescription[] =
1339 "Modernize omnibox answers using an enhanced layout with larger icons.";
1340
Tomasz Wiszkowskic7fd5bed2019-02-11 17:33:231341const char kOmniboxRichEntitySuggestionsName[] =
1342 "Omnibox rich entity suggestions";
1343const char kOmniboxRichEntitySuggestionsDescription[] =
1344 "Display entity suggestions using images and an enhanced layout; showing "
1345 "more context and descriptive text about the entity. Has no effect unless "
1346 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
1347 "flag is set to Refresh or Touchable Refresh.";
1348
Benoit Lizeab08362c2017-07-19 14:50:541349const char kOmniboxSpareRendererName[] =
1350 "Start spare renderer on omnibox focus";
1351const char kOmniboxSpareRendererDescription[] =
1352 "When the omnibox is focused, start an empty spare renderer. This can "
1353 "speed up the load of the navigation from the omnibox.";
1354
Tommy C. Lie4194b732018-09-28 22:21:511355const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1356 "Omnibox UI Hide Steady-State URL Scheme";
1357const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1358 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361359 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511360
Tommy C. Lib20aec72018-11-19 21:38:231361const char kOmniboxUIOneClickUnelideName[] = "Omnibox UI One Click Unelide";
1362const char kOmniboxUIOneClickUnelideDescription[] =
1363 "In the omnibox, undo all unelisions with a single click or focus action.";
1364
Tommy C. Lie4194b732018-09-28 22:21:511365const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1366 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1367const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1368 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361369 "Hidden portions are restored during editing.";
1370
1371const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] =
1372 "Omnibox UI Hide Steady-State URL Path, Query, and Ref";
1373const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] =
1374 "In the omnibox, hide the path, query and ref from steady state displayed "
1375 "URLs. Hidden portions are restored during editing.";
Tommy C. Lid79d4402017-12-22 22:49:121376
Brett Wilsonecb80982017-07-12 20:34:511377const char kOmniboxUIMaxAutocompleteMatchesName[] =
1378 "Omnibox UI Max Autocomplete Matches";
1379
1380const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1381 "Changes the maximum number of autocomplete matches displayed in the "
1382 "Omnibox UI.";
1383
manuk4f56e9fc2019-02-19 18:04:511384const char kOmniboxUIShowSuffixOnAllSearchSuggestionsName[] =
1385 "Omnibox UI Show Suffix On All Search Suggestions";
1386const char kOmniboxUIShowSuffixOnAllSearchSuggestionsDescription[] =
1387 "Shows the search suffix (e.g. \" - Google Search\") on all search "
1388 "suggestions in the omnibox.";
1389
Tommy C. Liba4e66ef2019-02-12 21:33:281390const char kOmniboxUIShowSuggestionFaviconsName[] =
1391 "Omnibox UI Show Suggestion Favicons";
1392const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1393 "Shows favicons instead of generic vector icons for URL suggestions in the "
1394 "Omnibox dropdown.";
1395
Justin Donnelly65c9e8b2017-10-01 05:15:011396const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1397const char kOmniboxUISwapTitleAndUrlDescription[] =
1398 "In the omnibox dropdown, shows titles before URLs when both are "
1399 "available.";
1400
manuk12527c802019-02-19 16:38:301401const char kOmniboxUIUseGenericSearchEngineIconName[] =
1402 "Omnibox UI Use Generic Search Engine Icon";
1403const char kOmniboxUIUseGenericSearchEngineIconDescription[] =
1404 "In the omnibox and NTP, shows a generic magnifying glass icon instead of "
1405 "the Search Provider favicon.";
1406
Tommy C. Lia737d3e82019-02-13 23:06:141407const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1408const char kOmniboxUIVerticalMarginDescription[] =
1409 "Changes the vertical margin in the Omnibox UI.";
1410
Troy Hildebrandtb32637ca2018-02-21 23:25:091411const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1412 "Omnibox Voice Search Always Visible";
1413const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1414 "Always displays voice search icon in focused omnibox as long as voice "
1415 "search is possible";
1416
Vadym Doroshenko6b8f64d2018-11-26 15:35:391417const char kOnlyNewPasswordFormParsingName[] =
1418 "Use only new password form parsing";
1419const char kOnlyNewPasswordFormParsingDescription[] =
1420 "The old password form parsing is disabled";
1421
Mark Lieufaa1b762019-01-08 19:37:281422const char kOnTheFlyMhtmlHashComputationName[] =
1423 "On-The-Fly MHTML Hash Computation";
1424const char kOnTheFlyMhtmlHashComputationDescription[] =
1425 "Save MHTML files to the target location and calculate their content "
1426 "digests in one step.";
1427
Adrienne Walkerc87477e2018-06-06 22:28:211428const char kOopRasterizationName[] = "Out of process rasterization";
1429const char kOopRasterizationDescription[] =
1430 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1431 "Must also enable GPU rasterization";
1432
Brett Wilsonecb80982017-07-12 20:34:511433const char kOriginTrialsName[] = "Origin Trials";
1434const char kOriginTrialsDescription[] =
1435 "Enables origin trials for controlling access to feature/API experiments.";
1436
1437const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1438const char kOverlayScrollbarsDescription[] =
1439 "Enable the experimental overlay scrollbars implementation. You must also "
1440 "enable threaded compositing to have the scrollbars animate.";
1441
chaopenge8aa016b2017-08-24 15:20:191442const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1443 "Flash Overlay Scrollbars After Any Scroll Update";
1444const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1445 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1446 " must also enable Overlay Scrollbars.";
1447
chaopeng343678022017-08-24 18:45:001448const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1449 "Flash Overlay Scrollbars When Mouse Enter";
1450const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1451 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1452 " enable Overlay Scrollbars.";
1453
Daniele Castagna74ddb9c2018-06-21 22:59:021454const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1455const char kOverlayStrategiesDescription[] =
1456 "Select strategies used to promote quads to HW overlays.";
1457const char kOverlayStrategiesDefault[] = "Default";
1458const char kOverlayStrategiesNone[] = "None";
1459const char kOverlayStrategiesUnoccludedFullscreen[] =
1460 "Unoccluded fullscreen buffers (single-fullscreen)";
1461const char kOverlayStrategiesUnoccluded[] =
1462 "Unoccluded buffers (single-fullscreen,single-on-top)";
1463const char kOverlayStrategiesOccludedAndUnoccluded[] =
1464 "Occluded and unoccluded buffers "
1465 "(single-fullscreen,single-on-top,underlay)";
1466
Claudio Magni81326f92017-09-01 05:21:181467const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1468const char kUseNewAcceptLanguageHeaderDescription[] =
1469 "Adds the base language code after other corresponding language+region "
1470 "codes. This ensures that users receive content in their preferred "
1471 "language.";
1472
Brett Wilsonecb80982017-07-12 20:34:511473const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1474const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481475 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511476
1477const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1478const char kOverscrollStartThresholdDescription[] =
1479 "Changes overscroll start threshold relative to the default value.";
1480const char kOverscrollStartThreshold133Percent[] = "133%";
1481const char kOverscrollStartThreshold166Percent[] = "166%";
1482const char kOverscrollStartThreshold200Percent[] = "200%";
1483
chaopenge2b6e5f2018-05-08 16:40:451484const char kTouchpadOverscrollHistoryNavigationName[] =
1485 "Overscroll history navigation on Touchpad";
1486const char kTouchpadOverscrollHistoryNavigationDescription[] =
1487 "Allows swipe left/right from touchpad change browser navigation.";
1488
Xing Liu5400a002017-09-15 21:48:291489const char kParallelDownloadingName[] = "Parallel downloading";
1490const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061491 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291492
Brett Wilsonecb80982017-07-12 20:34:511493const char kPassiveEventListenerDefaultName[] =
1494 "Passive Event Listener Override";
1495const char kPassiveEventListenerDefaultDescription[] =
1496 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1497 "haven't requested otherwise) to be treated as passive. This will break "
1498 "touch/wheel behavior on some websites but is useful for demonstrating the "
1499 "potential performance benefits of adopting passive event listeners.";
1500const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1501const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1502
1503const char kPassiveEventListenersDueToFlingName[] =
1504 "Touch Event Listeners Passive Default During Fling";
1505const char kPassiveEventListenersDueToFlingDescription[] =
1506 "Forces touchstart, and first touchmove per scroll event listeners during "
1507 "fling to be treated as passive.";
1508
1509const char kPassiveDocumentEventListenersName[] =
1510 "Document Level Event Listeners Passive Default";
1511const char kPassiveDocumentEventListenersDescription[] =
1512 "Forces touchstart, and touchmove event listeners on document level "
1513 "targets (which haven't requested otherwise) to be treated as passive.";
1514
Sahel Sharify7400e882018-08-13 17:13:211515const char kPassiveDocumentWheelEventListenersName[] =
1516 "Document Level Wheel Event Listeners Passive Default";
1517const char kPassiveDocumentWheelEventListenersDescription[] =
1518 "Forces wheel, and mousewheel event listeners on document level targets "
1519 "(which haven't requested otherwise) to be treated as passive.";
1520
Vaclav Brozekd8a3f542017-11-16 14:21:131521const char kPasswordImportName[] = "Password import";
1522const char kPasswordImportDescription[] =
1523 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511524
Friedrich Horschige6c27742018-04-23 17:13:411525const char kPasswordsKeyboardAccessoryName[] =
1526 "Add password-related functions to keyboard accessory";
1527const char kPasswordsKeyboardAccessoryDescription[] =
1528 "Adds password generation button and toggle for the passwords bottom sheet "
1529 "to the keyboard accessory. Replaces password generation popups.";
1530
Christos Froussios6e060c42018-07-31 16:17:191531const char kPasswordsMigrateLinuxToLoginDBName[] =
1532 "Migrate passwords to \"Login Data\"";
1533const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591534 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191535 "gnome-keyring or kwallet into the profile directory.";
1536
Rouslan Solomakhinded840112018-11-02 13:27:101537const char kPerMethodCanMakePaymentQuotaName[] =
1538 "Per-method canMakePayment() quota.";
1539const char kPerMethodCanMakePaymentQuotaDescription[] =
1540 "Allow calling canMakePayment() for different payment methods, as long as "
1541 "method-specific parameters remain unchanged.";
1542
Brett Wilsonecb80982017-07-12 20:34:511543const char kPinchScaleName[] = "Pinch scale";
1544const char kPinchScaleDescription[] =
1545 "Enables experimental support for scale using pinch.";
1546
Doug Arnett620ff542018-02-06 17:54:221547const char kPreviewsAllowedName[] = "Previews Allowed";
1548const char kPreviewsAllowedDescription[] =
1549 "Allows previews to be shown subject to specific preview types being "
1550 "enabled and the client experiencing specific triggering conditions. "
1551 "May be used as a kill-switch to turn off all potential preview types.";
1552
Brett Wilsonecb80982017-07-12 20:34:511553const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1554const char kPrintPdfAsImageDescription[] =
1555 "If enabled, an option to print PDF files as images will be available in "
1556 "print preview.";
1557
1558const char kPrintPreviewRegisterPromosName[] =
1559 "Print Preview Registration Promos";
1560const char kPrintPreviewRegisterPromosDescription[] =
1561 "Enable registering unregistered cloud printers from print preview.";
1562
1563const char kProtectSyncCredentialName[] = "Autofill sync credential";
1564const char kProtectSyncCredentialDescription[] =
1565 "How the password manager handles autofill for the sync credential.";
1566
1567const char kProtectSyncCredentialOnReauthName[] =
1568 "Autofill sync credential only for transactional reauth pages";
1569const char kProtectSyncCredentialOnReauthDescription[] =
1570 "How the password manager handles autofill for the sync credential only "
1571 "for transactional reauth pages.";
1572
Mohsen Izadi93faac12017-07-29 04:45:151573const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1574const char kPullToRefreshDescription[] =
1575 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011576const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151577
Troy Hildebrandt7228ad12018-02-23 21:18:241578const char kQueryInOmniboxName[] = "Query in Omnibox";
1579const char kQueryInOmniboxDescription[] =
1580 "Only display query terms in the omnibox when viewing a search results "
1581 "page.";
1582
Brett Wilsonecb80982017-07-12 20:34:511583const char kQuicName[] = "Experimental QUIC protocol";
1584const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1585
Emily Starke8878d52018-05-11 21:27:261586const char kRecurrentInterstitialName[] =
1587 "Show a message when the same SSL error recurs";
1588const char kRecurrentInterstitialDescription[] =
1589 "Enable a special message on the SSL certificate error page when the same "
1590 "SSL error occurs repeatedly.";
1591
Brett Wilsonecb80982017-07-12 20:34:511592const char kReducedReferrerGranularityName[] =
1593 "Reduce default 'referer' header granularity.";
1594const char kReducedReferrerGranularityDescription[] =
1595 "If a page hasn't set an explicit referrer policy, setting this flag will "
1596 "reduce the amount of information in the 'referer' header for cross-origin "
1597 "requests.";
1598
Lei Zhang0ca70ea2018-09-07 17:51:011599const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581600 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011601const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581602 "This flag allows regional locales to be selected as display UI by the "
1603 "user in Language Settings. The actual locale of the system is derived "
1604 "from the user selection based on some simple fallback logic.";
1605
Christian Dullweber3cc579a22018-09-11 10:54:441606const char kRewriteLevelDBOnDeletionName[] =
1607 "Rewrite LevelDB instances after full deletions";
1608const char kRewriteLevelDBOnDeletionDescription[] =
1609 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1610
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351611const char kRendererSideResourceSchedulerName[] =
1612 "Renderer side ResourceScheduler";
1613const char kRendererSideResourceSchedulerDescription[] =
1614 "Migrate some ResourceScheduler functionalities to renderer";
1615
Brett Wilsonecb80982017-07-12 20:34:511616const char kRequestTabletSiteName[] =
1617 "Request tablet site option in the settings menu";
1618const char kRequestTabletSiteDescription[] =
1619 "Allows the user to request tablet site. Web content is often optimized "
1620 "for tablet devices. When this option is selected the user agent string is "
1621 "changed to indicate a tablet device. Web content optimized for tablets is "
1622 "received there after for the current tab.";
1623
1624const char kResetAppListInstallStateName[] =
1625 "Reset the App Launcher install state on every restart.";
1626const char kResetAppListInstallStateDescription[] =
1627 "Reset the App Launcher install state on every restart. While this flag is "
1628 "set, Chrome will forget the launcher has been installed each time it "
1629 "starts. This is used for testing the App Launcher install flow.";
1630
Kinuko Yasuda33955082018-06-19 10:14:591631const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511632const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591633 "Uses the resource load scheduler in blink to throttle resource load "
1634 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511635
Daniel Rubery91874e32019-01-10 22:12:341636const char kSafeBrowsingUseAPDownloadVerdictsName[] =
1637 "Request Advanced Protection verdicts when inspecting downloads";
1638const char kSafeBrowsingUseAPDownloadVerdictsDescription[] =
1639 "If enabled, download protection will request Advanced Protection "
1640 "verdicts from Safe Browsing. These will provide stronger protections "
1641 "from files Safe Browsing is unsure about.";
1642
Brett Wilsonecb80982017-07-12 20:34:511643const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1644const char kSafeSearchUrlReportingDescription[] =
1645 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1646
Alexei Filippov98772752018-01-27 08:26:521647const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1648const char kSamplingHeapProfilerDescription[] =
1649 "Enables native memory sampling profiler with specified rate in KiB. "
1650 "If sampling rate is not provided the default value of 128 KiB is used.";
1651
Brett Wilsonecb80982017-07-12 20:34:511652const char kSaveasMenuLabelExperimentName[] =
1653 "Switch 'Save as' menu labels to 'Download'";
1654const char kSaveasMenuLabelExperimentDescription[] =
1655 "Enables an experiment to switch menu labels that use 'Save as...' to "
1656 "'Download'.";
1657
1658const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1659const char kSavePageAsMhtmlDescription[] =
1660 "Enables saving pages as MHTML: a single text file containing HTML and all "
1661 "sub-resources.";
1662
Jeffrey Cohene49cc59c2018-10-23 16:27:281663const char kSendTabToSelfName[] = "Send tab to self";
1664const char kSendTabToSelfDescription[] =
1665 "Allows users to push tabs from Android devices to other synced "
1666 "devices, in order to easily transition those tabs to the new device ";
1667
momohattfc352292018-08-29 05:12:361668const char kServiceWorkerImportedScriptUpdateCheckName[] =
1669 "Enable update check for service worker importScripts() resources";
1670const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1671 "Extend byte-for-byte update check for scripts that are imported by the "
1672 "service worker script via importScripts().";
1673
Azeem Arshad3b1ef73122018-08-30 02:04:151674const char kServiceWorkerLongRunningMessageName[] =
1675 "Service worker long running message dispatch.";
1676const char kServiceWorkerLongRunningMessageDescription[] =
1677 "Enables long running message dispatch method for service workers. "
1678 "Messages sent with this method do not timeout, allowing the service "
1679 "worker to run indefinitely.";
1680
Chris Hamiltonb9612e262019-02-12 21:12:061681const char kSessionRestorePrioritizesBackgroundUseCasesName[] =
1682 "Session restore prioritizes background use cases.";
1683const char kSessionRestorePrioritizesBackgroundUseCasesDescription[] =
1684 "When enabled session restore logic will prioritize sites that make use of "
1685 "background communication mechanisms (favicon and tab title switches, "
1686 "notifications, etc) over sites that do not.";
1687
Brett Wilsonecb80982017-07-12 20:34:511688const char kSettingsWindowName[] = "Show settings in a window";
1689const char kSettingsWindowDescription[] =
1690 "Settings will be shown in a dedicated window instead of as a browser tab.";
1691
Manu Cornetd7ef7c52018-05-01 22:08:231692const char kShelfHoverPreviewsName[] =
1693 "Show previews of running apps when hovering over the shelf.";
1694const char kShelfHoverPreviewsDescription[] =
1695 "Shows previews of the open windows for a given running app when hovering "
1696 "over the shelf.";
1697
Naoki Fukino008a0022018-05-23 18:33:001698const char kShowAndroidFilesInFilesAppName[] =
1699 "Show Android files in Files app";
1700const char kShowAndroidFilesInFilesAppDescription[] =
1701 "Show Android files in Files app if Android is enabled on the device.";
1702
Brett Wilsonecb80982017-07-12 20:34:511703const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1704const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381705 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1706 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511707
1708const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1709const char kShowAutofillTypePredictionsDescription[] =
1710 "Annotates web forms with Autofill field type predictions as placeholder "
1711 "text.";
1712
1713const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1714const char kShowOverdrawFeedbackDescription[] =
1715 "Visualize overdraw by color-coding elements based on if they have other "
1716 "elements drawn underneath.";
1717
Shivani Sharma2d5b4b6b2019-01-08 16:07:161718const char kHistoryManipulationIntervention[] =
1719 "History Manipulation Intervention";
1720const char kHistoryManipulationInterventionDescription[] =
1721 "If a page does a client side redirect or adds to the history without a "
1722 "user gesture, then skip it on back/forward UI.";
1723
Carlos IL89128732018-04-03 17:00:251724const char kSupervisedUserCommittedInterstitialsName[] =
1725 "Enable Supervised User Committed Interstitials";
1726const char kSupervisedUserCommittedInterstitialsDescription[] =
1727 "Use committed error pages instead of transient navigation entries for "
1728 "supervised user interstitials";
1729
Brett Wilsonecb80982017-07-12 20:34:511730const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1731const char kSilentDebuggerExtensionApiDescription[] =
1732 "Do not show the infobar when an extension attaches to a page via "
1733 "chrome.debugger API. This is required to debug extension background "
1734 "pages.";
1735
Tsuyoshi Horo53895ba92018-03-14 04:06:481736const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1737const char kSignedHTTPExchangeDescription[] =
1738 "Enables Origin-Signed HTTP Exchanges support which is still in "
1739 "development. Warning: Enabling this may pose a security risk.";
1740
Christopher Thompson75ff845d2018-02-01 20:12:461741const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1742const char kSimplifyHttpsIndicatorDescription[] =
1743 "Change the UI treatment for HTTPS pages.";
1744
Lukasz Anforowicz738a88d2018-11-05 19:19:341745const char kSiteIsolationOptOutName[] = "Disable site isolation";
1746const char kSiteIsolationOptOutDescription[] =
1747 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:571748 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1749 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:221750 "isolation is force-enabled using a command line switch or using an "
1751 "enterprise policy. "
1752 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:571753 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:341754const char kSiteIsolationOptOutChoiceDefault[] = "Default";
1755const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511756
Pattideade7972018-04-27 02:59:401757const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511758const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401759 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511760
Brett Wilsonecb80982017-07-12 20:34:511761const char kSmoothScrollingName[] = "Smooth Scrolling";
1762const char kSmoothScrollingDescription[] =
1763 "Animate smoothly when scrolling page content.";
1764
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201765const char kSoleIntegrationName[] = "Sole integration";
1766const char kSoleIntegrationDescription[] =
1767 "Enable Sole integration for browser customization. You must restart "
1768 "the browser twice for changes to take effect.";
1769
Tommy Steimel77704be2017-08-28 22:14:401770const char kSoundContentSettingName[] = "Sound content setting";
1771const char kSoundContentSettingDescription[] =
1772 "Enable site-wide muting in content settings and tab strip context menu.";
1773
Justin Donnelly4e448cb2017-07-07 21:32:131774const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1775 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131776const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1777 "If enabled, when the user enters text in the omnibox that looks like a "
1778 "a query, any service worker associated with the search engine the query "
1779 "will be sent to is started early.";
1780
Brett Wilsonecb80982017-07-12 20:34:511781const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1782const char kSpellingFeedbackFieldTrialDescription[] =
1783 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401784
Carlos ILe5fa0a12018-08-03 16:08:321785const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1786const char kSSLCommittedInterstitialsDescription[] =
1787 "Use committed error pages instead of transient navigation entries "
1788 "for SSL interstitial error pages (i.e. certificate errors).";
1789
Shubhie Panickerfaf082ed2018-01-03 04:49:151790const char kStopInBackgroundName[] = "Stop in background";
1791const char kStopInBackgroundDescription[] =
1792 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281793 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151794
Shubhie Panicker56c99a22018-03-21 00:22:281795const char kStopNonTimersInBackgroundName[] =
1796 "Stop non-timer task queues background";
1797const char kStopNonTimersInBackgroundDescription[] =
1798 "Stop non-timer task queues, in the background, "
1799 "after a grace period.";
1800
Brett Wilsonecb80982017-07-12 20:34:511801const char kSuggestionsWithSubStringMatchName[] =
1802 "Substring matching for Autofill suggestions";
1803const char kSuggestionsWithSubStringMatchDescription[] =
1804 "Match Autofill suggestions based on substrings (token prefixes) rather "
1805 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341806
Marc Treibf65fb002018-08-03 11:17:161807const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1808const char kSyncStandaloneTransportDescription[] =
1809 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1810 "this mode, the Sync machinery can start without user opt-in, but only a "
1811 "subset of data types are supported.";
1812
Marc Treib4bd95e72018-08-30 06:30:581813const char kSyncSupportSecondaryAccountName[] =
1814 "Support secondary accounts for Sync standalone transport";
1815const char kSyncSupportSecondaryAccountDescription[] =
1816 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1817 "a signed-in account that has not been chosen as Chrome's primary account. "
1818 "This only has an effect if sync-standalone-transport is also enabled.";
1819
Jan Krcal2ff23f7c2018-09-04 16:16:131820const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1821const char kSyncUSSAutofillProfileDescription[] =
1822 "Enables the new implementation of autofill profile sync";
1823
Jan Krcale3641b92018-08-10 17:53:311824const char kSyncUSSAutofillWalletDataName[] =
1825 "Enable USS for autofill wallet data";
1826const char kSyncUSSAutofillWalletDataDescription[] =
1827 "Enables the new implementation of autofill walet data sync";
1828
Brett Wilsonecb80982017-07-12 20:34:511829const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1830const char kSyncSandboxDescription[] =
1831 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341832
Joe Downing8cbbc192018-05-14 17:37:071833const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1834const char kSystemKeyboardLockDescription[] =
1835 "Enables websites to use the keyboard.lock() API to intercept system "
1836 "keyboard shortcuts and have the events routed directly to the website "
1837 "when in fullscreen mode.";
1838
Yusuf Ozuysal67f05a02019-02-15 19:30:521839const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
1840const char kTabGridLayoutAndroidDescription[] =
1841 "Allows users to see their tabs in a grid layout in the tab switcher.";
1842
Taylor Bergquistbcc15462018-12-05 00:36:561843const char kTabGroupsName[] = "Tab Groups";
1844const char kTabGroupsDescription[] =
1845 "Allows users to organize tabs into visually distinct groups, e.g. to "
1846 "separate tabs associated with different tasks.";
1847
Caroline Risinge121c2b2018-12-03 20:19:291848const char kTabHoverCardsName[] = "Tab Hover Cards";
1849const char kTabHoverCardsDescription[] =
1850 "Enables a popup containing tab information to be visible when hovering "
1851 "over a tab. This will replace tooltips for tabs.";
1852
Dana Friedacaa8ef52019-02-08 02:20:351853const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
1854const char kTabHoverCardImagesDescription[] =
1855 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
1856
Christian Dullweberd0d96f02017-09-13 09:22:511857const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1858const char kTabsInCbdDescription[] =
1859 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1860
Daniele Castagna0fead93e2018-01-10 20:40:291861const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1862const char kTintGlCompositedContentDescription[] =
1863 "Tint contents composited using GL with a shade of red to help debug and "
1864 "study overlay support.";
1865
Peter Kastingd77428352018-10-26 15:20:251866const char kTopChromeTouchUiName[] = "Touch UI Layout";
1867const char kTopChromeTouchUiDescription[] =
1868 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:341869
Brett Wilsonecb80982017-07-12 20:34:511870const char kThreadedScrollingName[] = "Threaded scrolling";
1871const char kThreadedScrollingDescription[] =
1872 "Threaded handling of scroll-related input events. Disabling this will "
1873 "force all such scroll events to be handled on the main thread. Note that "
1874 "this can dramatically hurt scrolling performance of most websites and is "
1875 "intended for testing purposes only.";
1876
Dominick Ng8896b1cd2017-10-17 23:24:361877const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1878const char kTopSitesFromSiteEngagementDescription[] =
1879 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1880 "engagement.";
1881
Brett Wilsonecb80982017-07-12 20:34:511882const char kTouchAdjustmentName[] = "Touch adjustment";
1883const char kTouchAdjustmentDescription[] =
1884 "Refine the position of a touch gesture in order to compensate for touches "
1885 "having poor resolution compared to a mouse.";
1886
1887const char kTouchDragDropName[] = "Touch initiated drag and drop";
1888const char kTouchDragDropDescription[] =
1889 "Touch drag and drop can be initiated through long press on a draggable "
1890 "element.";
1891
1892const char kTouchEventsName[] = "Touch Events API";
1893const char kTouchEventsDescription[] =
1894 "Force Touch Events API feature detection to always be enabled or "
1895 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291896 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511897
1898const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1899const char kTouchSelectionStrategyDescription[] =
1900 "Controls how text selection granularity changes when touch text selection "
1901 "handles are dragged. Non-default behavior is experimental.";
1902const char kTouchSelectionStrategyCharacter[] = "Character";
1903const char kTouchSelectionStrategyDirection[] = "Direction";
1904
1905const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1906const char kTraceUploadUrlDescription[] =
1907 "This is to be used in conjunction with the enable-navigation-tracing "
1908 "flag. Please select the label that best describes the recorded traces. "
1909 "This will choose the destination the traces are uploaded to. If you are "
1910 "not sure, select other. If left empty, no traces will be uploaded.";
1911const char kTraceUploadUrlChoiceOther[] = "Other";
1912const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1913const char kTraceUploadUrlChoiceQa[] = "QA";
1914const char kTraceUploadUrlChoiceTesting[] = "Testing";
1915
Anthony Vallee-Dubois265c5692018-06-01 15:57:141916const char kTranslateForceTriggerOnEnglishName[] =
1917 "Select which language model to use to trigger translate on English "
1918 "content";
1919const char kTranslateForceTriggerOnEnglishDescription[] =
1920 "Force the Translate Triggering on English pages experiment to be enabled "
1921 "with the selected language model active.";
1922
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161923
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051924const char kTreatInsecureOriginAsSecureName[] =
1925 "Insecure origins treated as secure";
1926const char kTreatInsecureOriginAsSecureDescription[] =
1927 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1928 "supplied as a comma-separated list. For the definition of secure "
1929 "contexts, "
1930 "see https://w3c.github.io/webappsec-secure-contexts/";
1931
Brett Wilsonecb80982017-07-12 20:34:511932const char kTrySupportedChannelLayoutsName[] =
1933 "Causes audio output streams to check if channel layouts other than the "
1934 "default hardware layout are available.";
1935const char kTrySupportedChannelLayoutsDescription[] =
1936 "Causes audio output streams to check if channel layouts other than the "
1937 "default hardware layout are available. Turning this on will allow the OS "
1938 "to do stereo to surround expansion if supported. May expose third party "
1939 "driver bugs, use with caution.";
1940
David Roger6762a092018-01-31 15:55:071941const char kUnifiedConsentName[] = "Unified Consent";
1942const char kUnifiedConsentDescription[] =
1943 "Enables a unified management of user consent for privacy-related "
1944 "features. This includes new confirmation screens and improved settings "
1945 "pages.";
1946
Brett Wilsonecb80982017-07-12 20:34:511947const char kUiPartialSwapName[] = "Partial swap";
1948const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1949
Chris Pickel3a227ae62017-08-24 10:47:261950const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1951const char kUseDdljsonApiDescription[] =
1952 "Enables the new ddljson API to fetch Doodles for the NTP.";
1953
Wei Li790e7a8572018-03-23 01:31:551954const char kUsePdfCompositorServiceName[] =
1955 "Use PDF compositor service for printing";
1956const char kUsePdfCompositorServiceDescription[] =
1957 "When enabled, use PDF compositor service to composite and generate PDF "
1958 "files for printing. When site isolation is enabled, disabling this will "
1959 "not stop using PDF compositor service since the service is required for "
1960 "printing out-of-process iframes correctly.";
1961
Mustaq Ahmedc646c0a2017-10-20 20:08:301962const char kUserActivationV2Name[] = "User Activation v2";
1963const char kUserActivationV2Description[] =
1964 "Enable simple user activation for APIs that are otherwise controlled by "
1965 "user gesture tokens.";
1966
Brett Wilsonecb80982017-07-12 20:34:511967const char kUserConsentForExtensionScriptsName[] =
1968 "User consent for extension scripts";
1969const char kUserConsentForExtensionScriptsDescription[] =
1970 "Require user consent for an extension running a script on the page, if "
1971 "the extension requested permission to run on all urls.";
1972
1973const char kUseSuggestionsEvenIfFewFeatureName[] =
1974 "Disable minimum for server-side tile suggestions on NTP.";
1975const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1976 "Request server-side suggestions even if there are only very few of them "
1977 "and use them for tiles on the New Tab Page.";
1978
1979const char kV8CacheOptionsName[] = "V8 caching mode.";
1980const char kV8CacheOptionsDescription[] =
1981 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:511982const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1983
Michael Hablich896d52662017-10-23 15:59:571984const char kV8VmFutureName[] = "Future V8 VM features";
1985const char kV8VmFutureDescription[] =
1986 "This enables upcoming and experimental V8 VM features. "
1987 "This flag does not enable experimental JavaScript features.";
1988
Hannes Payer1130d5672018-06-05 07:37:311989const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
1990const char kV8OrinocoDescription[] =
1991 "This enables the V8 Orinoco garbage collection features.";
1992
Brett Wilsonecb80982017-07-12 20:34:511993const char kVideoFullscreenOrientationLockName[] =
1994 "Lock screen orientation when playing a video fullscreen.";
1995const char kVideoFullscreenOrientationLockDescription[] =
1996 "Lock the screen orientation of the device to match video orientation when "
1997 "a video goes fullscreen. Only on phones.";
1998
1999const char kVideoRotateToFullscreenName[] =
2000 "Rotate-to-fullscreen gesture for videos.";
2001const char kVideoRotateToFullscreenDescription[] =
2002 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2003 "the video. Only on phones.";
2004
2005const char kWalletServiceUseSandboxName[] =
2006 "Use Google Payments sandbox servers";
2007const char kWalletServiceUseSandboxDescription[] =
2008 "For developers: use the sandbox service for Google Payments API calls.";
2009
Brett Wilsonecb80982017-07-12 20:34:512010const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2011const char kWebglDraftExtensionsDescription[] =
2012 "Enabling this option allows web applications to access the WebGL "
2013 "Extensions that are still in draft status.";
2014
2015const char kWebMidiName[] = "Web MIDI API";
2016const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2017
Brett Wilsonecb80982017-07-12 20:34:512018const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2019const char kWebrtcEchoCanceller3Description[] =
2020 "Experimental WebRTC echo canceller (AEC3).";
2021
Lei Zhang0a318af2018-11-14 02:19:462022const char kWebrtcH264WithOpenh264FfmpegName[] =
2023 "WebRTC H.264 software video encoder/decoder";
2024const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2025 "When enabled, an H.264 software video encoder/decoder pair is included. "
2026 "If a hardware encoder/decoder is also available it may be used instead of "
2027 "this encoder/decoder.";
2028
Qingsi Wangec2dbf942018-11-03 05:33:042029const char kWebrtcHideLocalIpsWithMdnsName[] =
2030 "Anonymize local IPs exposed by WebRTC.";
2031const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2032 "Conceal local IP addresses with mDNS hostnames.";
2033
Alex Loikob5fb1282018-08-14 10:04:402034const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2035const char kWebrtcHybridAgcDescription[] =
2036 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2037
Brett Wilsonecb80982017-07-12 20:34:512038const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2039const char kWebrtcHwDecodingDescription[] =
2040 "Support in WebRTC for decoding video streams using platform hardware.";
2041
2042const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2043const char kWebrtcHwEncodingDescription[] =
2044 "Support in WebRTC for encoding video streams using platform hardware.";
2045
2046const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2047const char kWebrtcHwH264EncodingDescription[] =
2048 "Support in WebRTC for encoding h264 video streams using platform "
2049 "hardware.";
2050
2051const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2052const char kWebrtcHwVP8EncodingDescription[] =
2053 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2054
Sreerenj Balachandran2a5fd0972019-02-08 22:15:202055const char kWebrtcHwVP9EncodingName[] = "WebRTC hardware vp9 video encoding";
2056const char kWebrtcHwVP9EncodingDescription[] =
2057 "Support in WebRTC for encoding vp9 video streams using platform hardware.";
2058
Niels Möller090866a2018-02-13 10:55:032059const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2060 "WebRTC new encode cpu load estimator";
2061const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2062 "Enable new estimator for the encoder cpu load, for evaluation and "
2063 "testing. Intended to improve accuracy when screen casting.";
2064
Elad Alon85e0d0be2018-06-26 10:38:372065const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2066const char kWebRtcRemoteEventLogDescription[] =
2067 "Allow collecting WebRTC event logs and uploading them to Crash. "
2068 "Please note that, even if enabled, this will still require "
2069 "a policy to be set, for it to have an effect.";
2070
Brett Wilsonecb80982017-07-12 20:34:512071const char kWebrtcSrtpAesGcmName[] =
2072 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2073const char kWebrtcSrtpAesGcmDescription[] =
2074 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2075
Joachim Bauch4a41d7512017-08-23 14:24:232076const char kWebrtcSrtpEncryptedHeadersName[] =
2077 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2078const char kWebrtcSrtpEncryptedHeadersDescription[] =
2079 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2080 "for SRTP.";
2081
Brett Wilsonecb80982017-07-12 20:34:512082const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2083const char kWebrtcStunOriginDescription[] =
2084 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2085 "header.";
2086
Lei Zhang0a318af2018-11-14 02:19:462087const char kWebrtcUnifiedPlanByDefaultName[] =
2088 "WebRTC: Use Unified Plan SDP Semantics by default";
2089const char kWebrtcUnifiedPlanByDefaultDescription[] =
2090 "RTCPeerConnections generate and expect the standards compliant SDP format "
2091 "called \"Unified Plan\", unless \"Plan B\" is explicitly specified by "
2092 "passing {sdpSemantics:'plan-b'} to the RTCPeerConnection constructor. "
2093 "RTCRtpTransceiver support is also enabled in Unified Plan.";
2094
Brett Wilsonecb80982017-07-12 20:34:512095const char kWebvrName[] = "WebVR";
2096const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012097 "Enables access to experimental Virtual Reality functionality via the "
2098 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2099 "Device API. Warning: Enabling this will also allow WebVR content on "
2100 "insecure origins to access these powerful APIs, and may pose a security "
David Dorwin09448942019-01-11 23:37:302101 "risk. Controllers are exposed as Gamepads, and WebVR-specific attributes "
2102 "are exposed.";
Brett Wilsonecb80982017-07-12 20:34:512103
Brandon Jonese9d9b2b2017-12-11 22:20:112104const char kWebXrName[] = "WebXR Device API";
2105const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012106 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2107 "and Augmented Reality (AR) devices.";
2108
2109const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2110const char kWebXrGamepadSupportDescription[] =
2111 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222112 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2113 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432114
2115const char kWebXrHitTestName[] = "WebXR Hit Test";
2116const char kWebXrHitTestDescription[] =
2117 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112118
Anna Maria57ecf7592018-01-12 03:10:402119const char kWebXrOrientationSensorDeviceName[] =
2120 "WebXR orientation sensor device";
2121const char kWebXrOrientationSensorDeviceDescription[] =
2122 "When no VR platform device is available, expose a non-presenting device "
2123 "based on the device's orientation sensors, if available.";
2124
Brett Wilsonecb80982017-07-12 20:34:512125const char kZeroCopyName[] = "Zero-copy rasterizer";
2126const char kZeroCopyDescription[] =
2127 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342128
Brett Wilsonff596952017-07-14 01:06:552129// Android ---------------------------------------------------------------------
2130
2131#if defined(OS_ANDROID)
2132
2133const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2134const char kAiaFetchingDescription[] =
2135 "Enable intermediate certificate fetching when a server does not provide "
2136 "sufficient certificates to build a chain to a trusted root.";
2137
2138const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2139const char kAccessibilityTabSwitcherDescription[] =
2140 "Enable the accessibility tab switcher for Android.";
2141
Pavel Shmakov798f4742018-11-15 21:27:382142const char kAllowRemoteContextForNotificationsName[] =
2143 "Allow using remote app context for notifications";
2144const char kAllowRemoteContextForNotificationsDescription[] =
2145 "Allow using Context#createPackageContext to work around issues with status"
2146 "bar icons on certain Android M devices.";
2147
Brett Wilsonff596952017-07-14 01:06:552148const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2149const char kAndroidAutofillAccessibilityDescription[] =
2150 "Enable accessibility for autofill popup.";
2151
Khushalbb1963a2018-10-02 21:02:352152const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2153const char kAndroidSurfaceControlDescription[] =
2154 "Use the SurfaceControl API for supporting overlays on Android";
2155
Becky Zhoubbfbde32019-02-20 17:07:592156const char kAndroidWebContentsDarkMode[] = "Android web contents dark mode";
2157const char kAndroidWebContentsDarkModeDescription[] =
2158 "Enable dark mode on web contents in Android";
2159
Anita Woodruffbfcd1e52018-07-16 12:00:512160const char kAppNotificationStatusMessagingName[] =
2161 "App notification status messaging";
2162const char kAppNotificationStatusMessagingDescription[] =
2163 "Enables messaging in site permissions UI informing user when "
2164 "notifications are disabled for the entire app.";
2165
Miriam Gershenson8cf1397222018-01-23 22:48:292166const char kAsyncDnsName[] = "Async DNS resolver";
2167const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2168
Dan Harrington01229f82018-09-12 21:01:212169const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2170const char kAutoFetchOnNetErrorPageDescription[] =
2171 "When enabled, and navigation fails with an offline error, schedule a "
2172 "fetch of the page when online again.";
2173
Brett Wilsonff596952017-07-14 01:06:552174const char kAutofillAccessoryViewName[] =
2175 "Autofill suggestions as keyboard accessory view";
2176const char kAutofillAccessoryViewDescription[] =
2177 "Shows Autofill suggestions on top of the keyboard rather than in a "
2178 "dropdown.";
2179
2180const char kBackgroundLoaderForDownloadsName[] =
2181 "Enables background downloading of pages.";
2182const char kBackgroundLoaderForDownloadsDescription[] =
2183 "Enables downloading pages in the background in case page is not yet "
2184 "loaded in current tab.";
2185
Tibor Goldschwendt11b3cf22018-07-04 15:32:442186const char kBackgroundTaskComponentUpdateName[] =
2187 "Background Task Component Updates";
2188const char kBackgroundTaskComponentUpdateDescription[] =
2189 "Schedule component updates with BackgroundTaskScheduler";
2190
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002191const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2192const char kCCTModuleDescription[] =
2193 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2194
Michael van Ouwerkerk29a7a292018-10-09 09:20:142195const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache";
2196const char kCCTModuleCacheDescription[] =
Michael van Ouwerkerka5df1ec2018-10-11 11:57:402197 "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. "
2198 "Under mild memory pressure the cache may be retained for some time";
Michael van Ouwerkerk29a7a292018-10-09 09:20:142199
John Lin170c00b2018-11-21 15:44:252200const char kCCTModuleCustomHeaderName[] =
2201 "Chrome Custom Tabs Module Custom Header";
2202const char kCCTModuleCustomHeaderDescription[] =
2203 "Enables header customization by dynamically loaded modules in "
2204 "Chrome Custom Tabs.";
2205
Michael van Ouwerkerk0878427a2019-02-13 15:11:422206const char kCCTModuleCustomRequestHeaderName[] =
2207 "Chrome Custom Tabs Module Custom Request Header";
2208const char kCCTModuleCustomRequestHeaderDescription[] =
2209 "Enables a custom request header for URLs managed by dynamically loaded "
2210 "modules in Chrome Custom Tabs.";
2211
alihanlivdumlu12ac4772019-01-17 17:37:182212const char kCCTModuleDexLoadingName[] = "Chrome Custom Tabs Module Dex Loading";
2213const char kCCTModuleDexLoadingDescription[] =
2214 "Enables loading Chrome Custom Tabs module code from a dex file "
2215 "provided by the module.";
2216
barkerd84051482018-11-13 14:46:562217const char kCCTModulePostMessageName[] =
2218 "Chrome Custom Tabs Module postMessage API";
2219const char kCCTModulePostMessageDescription[] =
2220 "Enables the postMessage API exposed to dynamically loaded modules in "
2221 "Chrome Custom Tabs.";
2222
Anna Malova9bb4ead2019-01-18 18:01:262223const char kCCTModuleUseIntentExtrasName[] =
2224 "Chrome Custom Tabs Module Intent Extras Usage";
2225const char kCCTModuleUseIntentExtrasDescription[] =
2226 "Enables usage of Intent's extras in Chrome Custom Tabs Module";
2227
Matthew Jones1abcb132018-07-09 17:59:462228const char kChromeDuetName[] = "Chrome Duet";
2229const char kChromeDuetDescription[] =
2230 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052231
Sarath Singapati83aef1c2017-11-16 15:54:522232const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2233const char kClearOldBrowsingDataDescription[] =
2234 "Enables clearing of browsing data which is older than a given time "
2235 "period.";
2236
Brett Wilsonff596952017-07-14 01:06:552237const char kContentSuggestionsCategoryOrderName[] =
2238 "Default content suggestions category order (e.g. on NTP)";
2239const char kContentSuggestionsCategoryOrderDescription[] =
2240 "Set default order of content suggestion categories (e.g. on the NTP).";
2241
2242const char kContentSuggestionsCategoryRankerName[] =
2243 "Content suggestions category ranker (e.g. on NTP)";
2244const char kContentSuggestionsCategoryRankerDescription[] =
2245 "Set category ranker to order categories of content suggestions (e.g. on "
2246 "the NTP).";
2247
Vitalii Iarkof52ff802017-09-14 12:34:242248const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2249const char kContentSuggestionsDebugLogDescription[] =
2250 "Enable content suggestions debug log accessible through "
2251 "snippets-internals.";
2252
Donn Denman8e58ead2017-11-04 01:44:012253const char kContextualSearchMlTapSuppressionName[] =
2254 "Contextual Search ML tap suppression";
2255const char kContextualSearchMlTapSuppressionDescription[] =
2256 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022257 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2258 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552259
Donn Denman59729812018-01-09 01:27:022260const char kContextualSearchRankerQueryName[] =
2261 "Contextual Search Ranker prediction";
2262const char kContextualSearchRankerQueryDescription[] =
2263 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2264
2265const char kContextualSearchSecondTapName[] =
2266 "Contextual Search second tap triggering";
2267const char kContextualSearchSecondTapDescription[] =
2268 "Enables triggering on a second tap gesture even when Ranker would "
2269 "normally suppress that tap.";
2270
Donn Denmane9b5b7fb2018-07-24 22:19:492271const char kContextualSearchUnityIntegrationName[] =
2272 "Contextual Search integration with Unified Consent";
2273const char kContextualSearchUnityIntegrationDescription[] =
2274 "Enables integration of Tap to Search with Unified Consent.";
2275
Lei Zhang0a318af2018-11-14 02:19:462276const char kDisplayCutoutAPIName[] =
2277 "Enable support for the Display Cutout API";
2278const char kDisplayCutoutAPIDescription[] =
2279 "Enables developers to support devices that have a display cutout.";
Cathy Li2fb32bf82018-06-06 18:55:402280
Dmitry Skiba9c3efa72017-07-20 22:01:142281const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2282const char kDontPrefetchLibrariesDescription[] =
2283 "Don't prefetch libraries after loading.";
2284
Joy Ming189b0cc2017-12-08 19:42:432285const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2286const char kDownloadsLocationChangeDescription[] =
2287 "Enable changing default downloads storage location on Android.";
2288
Shakti Sahu32b2ee102018-05-17 00:04:462289const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2290const char kDownloadProgressInfoBarDescription[] =
2291 "Enables an infobar notifying users about status of current downloads.";
2292
Shakti Sahu9ec8cfd2018-07-17 13:29:292293const char kDownloadHomeV2Name[] = "Enable download home v2";
2294const char kDownloadHomeV2Description[] =
2295 "Enables the new UI for download home";
2296
Fabio Tirelo918089a2018-10-22 21:24:082297const char kAutofillManualFallbackAndroidName[] =
2298 "Enable Autofill manual fallback for Addresses and Payments (Android)";
2299const char kAutofillManualFallbackAndroidDescription[] =
2300 "If enabled, adds toggle for addresses and payments bottom sheet to the "
2301 "keyboard accessory.";
2302
Fabio Tirelo315e65922018-09-05 03:35:492303const char kEnableAutofillRefreshStyleName[] =
2304 "Enable Autofill refresh style (Android)";
2305const char kEnableAutofillRefreshStyleDescription[] =
2306 "Enable modernized style for Autofill on Android";
2307
Vitalii Iarkof4ed32d2017-09-26 13:15:532308const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552309const char kEnableAndroidSpellcheckerDescription[] =
2310 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552311
Lei Tianbd5a3bf2018-02-28 19:01:162312const char kEnableCommandLineOnNonRootedName[] =
2313 "Enable command line on non-rooted devices";
2314const char kEnableCommandLineOnNoRootedDescription[] =
2315 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2316
Vitalii Iarkof4ed32d2017-09-26 13:15:532317const char kEnableContentSuggestionsNewFaviconServerName[] =
2318 "Get favicons for content suggestions from a new server.";
2319const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2320 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2321 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552322
Vitalii Iarkof4ed32d2017-09-26 13:15:532323const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2324 "Use content suggestions thumbnail dominant color.";
2325const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2326 "Use content suggestions thumbnail dominant color as a placeholder before "
2327 "the real thumbnail is fetched (requires Chrome Home).";
2328
Brett Wilsonff596952017-07-14 01:06:552329const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2330const char kEnableCustomContextMenuDescription[] =
2331 "Enables a new context menu when a link, image, or video is pressed within "
2332 "Chrome.";
2333
Brett Wilsonff596952017-07-14 01:06:552334const char kEnableOmniboxClipboardProviderName[] =
2335 "Omnibox clipboard URL suggestions";
2336const char kEnableOmniboxClipboardProviderDescription[] =
2337 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2338 "focus in the omnibox.";
2339
Brett Wilsonff596952017-07-14 01:06:552340const char kEnableNtpAssetDownloadSuggestionsName[] =
2341 "Show asset downloads on the New Tab page";
2342const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2343 "If enabled, the list of content suggestions on the New Tab page will "
2344 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2345 "later use.";
2346
2347const char kEnableNtpBookmarkSuggestionsName[] =
2348 "Show recently visited bookmarks on the New Tab page";
2349const char kEnableNtpBookmarkSuggestionsDescription[] =
2350 "If enabled, the list of content suggestions on the New Tab page will "
2351 "contain recently visited bookmarks.";
2352
Brett Wilsonff596952017-07-14 01:06:552353const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2354 "Show offline page downloads on the New Tab page";
2355const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2356 "If enabled, the list of content suggestions on the New Tab page will "
2357 "contain pages that the user downloaded for later use.";
2358
2359const char kEnableNtpRemoteSuggestionsName[] =
2360 "Show server-side suggestions on the New Tab page";
2361const char kEnableNtpRemoteSuggestionsDescription[] =
2362 "If enabled, the list of content suggestions on the New Tab page will "
2363 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2364 "allows to override the source used to retrieve these server-side "
2365 "suggestions.";
2366
2367const char kEnableNtpSnippetsVisibilityName[] =
2368 "Make New Tab Page Snippets more visible.";
2369const char kEnableNtpSnippetsVisibilityDescription[] =
2370 "If enabled, the NTP snippets will become more discoverable with a larger "
2371 "portion of the first card above the fold.";
2372
2373const char kEnableNtpSuggestionsNotificationsName[] =
2374 "Notify about new content suggestions available at the New Tab page";
2375const char kEnableNtpSuggestionsNotificationsDescription[] =
2376 "If enabled, notifications will inform about new content suggestions on "
2377 "the New Tab page.";
2378
Brett Wilsonff596952017-07-14 01:06:552379const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2380const char kEnableOfflinePreviewsDescription[] =
2381 "Enable showing offline page previews on slow networks.";
2382
2383const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2384const char kEnableOskOverscrollDescription[] =
2385 "Enable OSK overscroll support. With this flag on, the OSK will only "
2386 "resize the visual viewport.";
2387
Brett Wilsonff596952017-07-14 01:06:552388const char kEnableWebNfcName[] = "WebNFC";
2389const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2390
Donn Denmanffaeaa32018-10-12 17:37:532391const char kEphemeralTabName[] = "An Ephemeral Tab in an Overlay Panel";
2392const char kEphemeralTabDescription[] =
Donn Denmanb45c26a2019-02-13 01:42:212393 "Enable a 'Preview page/image' at a linked page into an overlay.";
Donn Denmanffaeaa32018-10-12 17:37:532394
Lei Zhang0a318af2018-11-14 02:19:462395const char kExploreSitesName[] = "Explore websites";
2396const char kExploreSitesDescription[] =
2397 "Enables portal from new tab page to explore websites.";
2398
Xing Liu7d57dd32019-01-20 02:34:182399const char kForegroundNotificationManagerName[] =
2400 "Foreground notification manager";
2401const char kForegroundNotificationManagerDescription[] =
2402 "Enable foreground notification manager to handle foreground service and "
2403 "notification.";
2404
Raymes Khoury582b43132017-12-12 23:54:302405const char kGrantNotificationsToDSEName[] =
2406 "Grant notifications to the Default Search Engine";
2407const char kGrantNotificationsToDSENameDescription[] =
2408 "Automatically grant the notifications permission to the Default Search "
2409 "Engine";
2410
Daniel Parke74fcf862018-03-27 18:05:452411const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512412const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452413
Yafei Duanbb7663f32018-07-17 01:33:152414const char kHomepageTileName[] =
2415 "Enable Homepage tile shown in Suggested Tiles";
2416const char kHomepageTileDescription[] =
2417 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2418 "used for homepage. It will not have an effect when NTPButton is disabled.";
2419
Jian Li4b252642018-07-23 19:49:072420const char kIncognitoStringsName[] = "Alternate incognito strings";
2421const char kIncognitoStringsDescription[] =
2422 "Show alternate incognito strings if enabled.";
2423
Theresa920e0ed2018-03-07 18:12:442424const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152425 "Use the interest feed to render content suggestions. Currently "
2426 "content "
Theresa920e0ed2018-03-07 18:12:442427 "suggestions are shown on the New Tab Page.";
2428const char kInterestFeedContentSuggestionsName[] =
2429 "Interest Feed Content Suggestions";
2430
Brett Wilsonff596952017-07-14 01:06:552431const char kKeepPrefetchedContentSuggestionsName[] =
2432 "Keep prefetched content suggestions";
2433const char kKeepPrefetchedContentSuggestionsDescription[] =
2434 "If enabled, some of prefetched content suggestions are not replaced by "
2435 "the new fetched suggestions.";
2436
Leo Zhang051b75482017-12-20 03:28:302437const char kLanguagesPreferenceName[] = "Language Settings";
2438const char kLanguagesPreferenceDescription[] =
2439 "Enable this option for Language Settings feature on Android.";
2440
Brett Wilsonff596952017-07-14 01:06:552441const char kLsdPermissionPromptName[] =
2442 "Location Settings Dialog Permission Prompt";
2443const char kLsdPermissionPromptDescription[] =
2444 "Whether to use the Google Play Services Location Settings Dialog "
2445 "permission dialog.";
2446
Ioana Pandeled8dc2b692019-02-20 12:04:152447const char kManualPasswordGenerationAndroidName[] =
2448 "Manual password generation";
2449const char kManualPasswordGenerationAndroidDescription[] =
2450 "Whether Chrome should offer users the option to manually request to "
2451 "generate passwords on Android.";
Amirhossein Simjour97b4154f2018-02-20 03:49:592452
Brett Wilsonff596952017-07-14 01:06:552453const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2454const char kMediaScreenCaptureDescription[] =
2455 "Enable this option for experimental ScreenCapture feature on Android.";
2456
Ioana Pandeled8dc2b692019-02-20 12:04:152457const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2458const char kModalPermissionDialogViewDescription[] =
2459 "Enable this option to use ModalDialogManager for permission Dialogs.";
2460
Brett Wilsonff596952017-07-14 01:06:552461const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2462const char kModalPermissionPromptsDescription[] =
2463 "Whether to use permission dialogs in place of permission infobars.";
2464
Finnur Thorarinssonc1488fc62018-07-09 19:21:572465const char kNewContactsPickerName[] = "Enable new contacts picker";
2466const char kNewContactsPickerDescription[] =
2467 "Activates the new picker for selecting contacts.";
2468
Dan Harrington541db9e2018-07-30 18:36:302469const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2470const char kNewNetErrorPageUIDescription[] =
2471 "Selects which new UI experience to show on the net-error (Dino) page";
2472
Brett Wilsonff596952017-07-14 01:06:552473const char kNewPhotoPickerName[] = "Enable new Photopicker";
2474const char kNewPhotoPickerDescription[] =
2475 "Activates the new picker for selecting photos.";
2476
2477const char kNoCreditCardAbort[] = "No Credit Card Abort";
2478const char kNoCreditCardAbortDescription[] =
2479 "Whether or not the No Credit Card Abort is enabled.";
2480
Daniel Park990d0992018-05-18 22:12:512481const char kNtpButtonName[] = "Enable NTP Button";
2482const char kNtpButtonDescription[] =
2483 "Displays a New Tab Page button in the toolbar if enabled.";
2484
Jian Liade82832018-09-06 22:31:412485const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2486const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2487 "Always do http probe to detect network connectivity for offline indicator "
2488 "as opposed to just taking the connection state from the system."
2489 "Used for testing.";
2490
2491const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2492const char kOfflineIndicatorChoiceDescription[] =
2493 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322494
Brett Wilsonff596952017-07-14 01:06:552495const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2496const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2497
2498const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2499const char kOfflinePagesCtV2Description[] =
2500 "V2 features include attributing pages to the app that initiated the "
2501 "custom tabs, and being able to query for pages by page attribution.";
2502
Cathy Li7311d792018-04-05 00:34:162503const char kOfflinePagesCTSuppressNotificationsName[] =
2504 "Disable download complete notification for whitelisted CCT apps.";
2505const char kOfflinePagesCTSuppressNotificationsDescription[] =
2506 "Disable download complete notification for page downloads originating "
2507 "from a CCT app whitelisted to show their own download complete "
2508 "notification.";
2509
Candice Sy74fa7a352018-03-30 23:46:492510const char kOfflinePagesDescriptiveFailStatusName[] =
2511 "Enables descriptive failed download status text.";
2512const char kOfflinePagesDescriptiveFailStatusDescription[] =
2513 "Enables failed download status text in notifications and Downloads Home "
2514 "to state the reason the request failed if the failure is actionable.";
2515
2516const char kOfflinePagesDescriptivePendingStatusName[] =
2517 "Enables descriptive pending download status text.";
2518const char kOfflinePagesDescriptivePendingStatusDescription[] =
2519 "Enables pending download status text in notifications and Downloads Home "
2520 "to state the reason the request is pending.";
2521
2522const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2523 "Enables offline pages in the downloads home to be opened in CCT.";
2524const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2525 "When enabled offline pages launched from the Downloads Home will be "
2526 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2527
Carlos Knippschild09272ecd2017-12-09 03:29:362528const char kOfflinePagesLimitlessPrefetchingName[] =
2529 "Removes resource usage limits for the prefetching of offline pages.";
2530const char kOfflinePagesLimitlessPrefetchingDescription[] =
2531 "Allows the prefetching of suggested offline pages to ignore resource "
2532 "usage limits. This allows it to completely ignore data usage limitations "
2533 "and allows downloads to happen with any kind of connection.";
2534
Brett Wilsonff596952017-07-14 01:06:552535const char kOfflinePagesLoadSignalCollectingName[] =
2536 "Enables collecting load timing data for offline page snapshots.";
2537const char kOfflinePagesLoadSignalCollectingDescription[] =
2538 "Enables loading completeness data collection while writing an offline "
2539 "page. This data is collected in the snapshotted offline page to allow "
2540 "data analysis to improve deciding when to make the offline snapshot.";
2541
2542const char kOfflinePagesPrefetchingName[] =
2543 "Enables suggested offline pages to be prefetched.";
2544const char kOfflinePagesPrefetchingDescription[] =
2545 "Enables suggested offline pages to be prefetched, so useful content is "
2546 "available while offline.";
2547
Pete Williamson7845dff2017-09-20 11:06:192548const char kOfflinePagesResourceBasedSnapshotName[] =
2549 "Enables offline page snapshots to be based on percentage of page loaded.";
2550const char kOfflinePagesResourceBasedSnapshotDescription[] =
2551 "Enables offline page snapshots to use a resource percentage based "
2552 "approach for determining when the page is loaded as opposed to a time "
2553 "based approach";
2554
Collin Baker17f92a52017-07-19 21:41:252555const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2556const char kOfflinePagesRenovationsDescription[] =
2557 "Enables offline page renovations which correct issues with dynamic "
2558 "content that occur when offlining pages that use JavaScript.";
2559
Yafei Duan36b4b5b2018-08-07 00:40:032560const char kOfflinePagesLivePageSharingName[] =
2561 "Enables live page sharing of offline pages";
2562const char kOfflinePagesLivePageSharingDescription[] =
2563 "Enables to share current loaded page as offline page by saving as MHTML "
2564 "first.";
2565
Cathy Lie0d88762018-04-12 08:03:012566const char kOfflinePagesShowAlternateDinoPageName[] =
2567 "Enable alternate dino page with more user capabilities.";
2568const char kOfflinePagesShowAlternateDinoPageDescription[] =
2569 "Enables the dino page to show more buttons and offer existing offline "
2570 "content.";
2571
Brett Wilsonff596952017-07-14 01:06:552572const char kOfflinePagesSvelteConcurrentLoadingName[] =
2573 "Enables concurrent background loading on svelte.";
2574const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2575 "Enables concurrent background loading (or downloading) of pages on "
2576 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2577 "happen when the svelte device is idle.";
2578
2579const char kOffliningRecentPagesName[] =
2580 "Enable offlining of recently visited pages";
2581const char kOffliningRecentPagesDescription[] =
2582 "Enable storing recently visited pages locally for offline use. Requires "
2583 "Offline Pages to be enabled.";
2584
Matthew Jonesa88b95852017-11-08 23:13:502585const char kProgressBarThrottleName[] = "Android progress update throttling.";
2586const char kProgressBarThrottleDescription[] =
2587 "Limit the maximum progress update to make progress appear smoother.";
2588
Brett Wilsonff596952017-07-14 01:06:552589const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2590const char kPullToRefreshEffectDescription[] =
2591 "Page reloads triggered by vertically overscrolling content.";
2592
Piotr Swigon7c296ef2017-08-29 04:32:002593const char kPwaImprovedSplashScreenName[] =
2594 "Improved Splash Screen for standalone PWAs";
2595const char kPwaImprovedSplashScreenDescription[] =
2596 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2597 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492598const char kPwaPersistentNotificationName[] =
2599 "Persistent notification in standalone PWA";
2600const char kPwaPersistentNotificationDescription[] =
2601 "Enables a persistent Android notification for standalone PWAs";
2602
Brett Wilsonff596952017-07-14 01:06:552603const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2604const char kReaderModeHeuristicsDescription[] =
2605 "Determines what pages the Reader Mode infobar is shown on.";
2606const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2607const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2608const char kReaderModeHeuristicsAllArticles[] = "All articles";
2609const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2610const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2611
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182612const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2613const char kReaderModeInCCTDescription[] =
2614 "Open Reader Mode in Chrome Custom Tabs.";
2615
Varun Khaneja2a8229f2019-01-12 00:57:262616const char kSafeBrowsingTelemetryForApkDownloadsName[] =
2617 "Send some telemetry for APK downloads for extended reporting users";
2618const char kSafeBrowsingTelemetryForApkDownloadsDescription[] =
2619 "If enabled, sends some information about the source and hash of the "
2620 "contents of any APK files downloaded by a user who has opted into Safe "
2621 "Browsing Extended Reporting already.";
2622
Varun Khaneja80712a82018-10-12 23:34:592623const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
2624 "Use local Safe Browsing blacklists";
2625const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
2626 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
2627 "process to check the Safe Browsing reputation of URLs without calling "
2628 "into GmsCore for every URL.";
2629
Matthew Jones53114262018-12-12 16:36:472630const char kSearchReadyOmniboxName[] = "Search Ready Omnibox";
2631const char kSearchReadyOmniboxDescription[] =
2632 "Clears the omnibox and adds a suggestion item to share, copy, or edit the "
2633 "URL.";
2634
Brett Wilsonff596952017-07-14 01:06:552635const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2636const char kSetMarketUrlForTestingDescription[] =
2637 "When enabled, sets the market URL for use in testing the update menu "
2638 "item.";
2639
2640const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2641const char kSpannableInlineAutocompleteDescription[] =
2642 "A new type of inline autocomplete for the omnibox that works with "
2643 "keyboards that compose text.";
2644
Theresaeea05a12018-05-09 21:01:592645const char kSiteExplorationUiName[] = "Site Exploration UI";
2646const char kSiteExplorationUiDescription[] =
2647 "Show site suggestions in the Exploration UI";
2648
Lei Zhang0a318af2018-11-14 02:19:462649const char kStrictSiteIsolationName[] = "Strict site isolation";
2650const char kStrictSiteIsolationDescription[] =
2651 "Security mode that enables site isolation for all sites (SitePerProcess). "
2652 "In this mode, each renderer process will contain pages from at most one "
2653 "site, using out-of-process iframes when needed. "
2654 "Check chrome://process-internals to see the current isolation mode. "
2655 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
2656 "default. Here, 'Disabled' is a legacy value that actually means "
2657 "'Default,' in which case site isolation may be already enabled based on "
2658 "platform, enterprise policy, or field trial. See also "
2659 "#site-isolation-trial-opt-out for how to disable site isolation for "
2660 "testing.";
2661
Anthony Vallee-Dubois4623e1b2018-10-11 22:09:182662const char kTranslateAndroidManualTriggerName[] =
2663 "Enable manual translate trigger";
2664const char kTranslateAndroidManualTriggerDescription[] =
2665 "Show a menu item in the main menu that triggers page translation.";
2666
Brett Wilsonff596952017-07-14 01:06:552667const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2668const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:442669 "When enabled, a badge will be shown on the app menu button if the update "
2670 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:552671
2672const char kUpdateMenuItemCustomSummaryDescription[] =
2673 "When this flag and the force show update menu item flag are enabled, a "
2674 "custom summary string will be displayed below the update menu item.";
2675const char kUpdateMenuItemCustomSummaryName[] =
2676 "Update menu item custom summary";
2677
Tommy Nyquist3c02e592018-10-18 23:36:442678const char kUpdateMenuTypeName[] =
2679 "Forces the update menu type to a specific type";
2680const char kUpdateMenuTypeDescription[] =
2681 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquist023d505f2019-02-16 02:18:382682 "the app menu badge and menu item for updates. For Inline Update, the "
2683 "update available flag is implied. The 'Inline Update: Success' selection "
2684 "goes through the whole inline update flow to the end with a successful "
2685 "outcome. The other 'Inline Update' options go through the same flow, but "
2686 "stop at various stages, see their error type for details.";
Tommy Nyquist3c02e592018-10-18 23:36:442687const char kUpdateMenuTypeNone[] = "None";
2688const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
2689const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Tommy Nyquist023d505f2019-02-16 02:18:382690const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success";
2691const char kUpdateMenuTypeInlineUpdateDialogCanceled[] =
2692 "Inline Update Error: Dialog Canceled";
2693const char kUpdateMenuTypeInlineUpdateDialogFailed[] =
2694 "Inline Update Error: Dialog Failed";
2695const char kUpdateMenuTypeInlineUpdateDownloadFailed[] =
2696 "Inline Update Error: Download Failed";
2697const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] =
2698 "Inline Update Error: Download Canceled";
2699const char kUpdateMenuTypeInlineUpdateInstallFailed[] =
2700 "Inline Update Error: Install Failed";
Brett Wilsonff596952017-07-14 01:06:552701
Tommy Nyquist26ffb642019-02-20 20:31:522702const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow";
2703const char kInlineUpdateFlowDescription[] =
2704 "When this flag is set, instead of taking the user to the Google Play "
2705 "Store when an update is available, the user is presented with an inline "
2706 "flow where they do not have to leave Chrome until the update is ready "
2707 "to install.";
2708
Marc Treib93af46a2017-08-23 13:30:002709const char kThirdPartyDoodlesName[] =
2710 "Enable Doodles for third-party search engines";
2711const char kThirdPartyDoodlesDescription[] =
2712 "Enables fetching and displaying Doodles on the NTP for third-party search "
2713 "engines.";
2714
Klaus Weidneraaf697f2018-01-18 20:07:362715const char kWebXrRenderPathName[] = "WebXR presentation render path";
2716const char kWebXrRenderPathDescription[] =
2717 "Render path to use for WebXR presentation (including WebVR)";
2718const char kWebXrRenderPathChoiceClientWaitDescription[] =
2719 "ClientWait (Baseline)";
2720const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2721 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072722const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2723 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362724
Becky Zhou65584142019-01-10 18:22:292725#if BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2726
2727const char kAndroidNightModeName[] = "Enable night mode based on user settings";
2728const char kAndroidNightModeDescription[] =
2729 "If enabled, user can enable night mode through settings.";
2730
2731#endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2732
Brett Wilson7b44537e2017-08-18 01:38:282733// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552734
Brett Wilson7b44537e2017-08-18 01:38:282735#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482736
Brett Wilson7b44537e2017-08-18 01:38:282737const char kAccountConsistencyName[] =
2738 "Identity consistency between browser and cookie jar";
2739const char kAccountConsistencyDescription[] =
2740 "When enabled, the browser manages signing in and out of Google accounts.";
2741const char kAccountConsistencyChoiceMirror[] = "Mirror";
2742const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342743
Reka Normana11e57fc2019-01-29 21:56:582744const char kAppManagementName[] = "Enable App Management page";
2745const char kAppManagementDescription[] =
2746 "Shows the new app management page at chrome://apps.";
2747
Tommy Martino3fa3df52018-08-20 21:45:442748const char kAutofillDropdownLayoutName[] =
2749 "Autofill Dropdown Layout Experiment";
2750const char kAutofillDropdownLayoutDescription[] =
2751 "Alternate visual designs for the Autofill dropdown.";
2752
Chris Pickel3a227ae62017-08-24 10:47:262753const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2754const char kDoodlesOnLocalNtpDescription[] =
2755 "Show doodles on the local New Tab page if Google is the default search "
2756 "engine.";
2757
Kyle Milkaedb39f52018-11-21 19:53:072758const char kSearchSuggestionsOnLocalNtpName[] =
2759 "Enable search suggestions on the local NTP";
2760const char kSearchSuggestionsOnLocalNtpDescription[] =
2761 "Show search suggestions on the local New Tab page if Google is the "
2762 "default search engine.";
2763
2764const char kPromosOnLocalNtpName[] = "Enable promos on the local NTP";
2765const char kPromosOnLocalNtpDescription[] =
2766 "Show promos on the local New Tab page if Google is the "
2767 "default search engine.";
2768
Kristi Parkc9b9d6592019-02-12 22:30:382769const char kRemoveNtpFakeboxName[] = "Remove fakebox from the NTP";
2770const char kRemoveNtpFakeboxDescription[] =
2771 "Do not show the fakebox on the New Tab page.";
2772
Lei Zhang0a318af2018-11-14 02:19:462773const char kEnableWebAuthenticationBleSupportName[] =
2774 "Web Authentication API BLE support";
2775const char kEnableWebAuthenticationBleSupportDescription[] =
2776 "Enable support for using Web Authentication API via Bluetooth security "
2777 "keys";
Sebastien Marchandd33f7dc2018-06-22 22:07:062778
Sebastien Marchandd33f7dc2018-06-22 22:07:062779const char kEnableWebAuthenticationTestingAPIName[] =
2780 "Web Authentication Testing API";
2781const char kEnableWebAuthenticationTestingAPIDescription[] =
2782 "Enable Web Authentication Testing API support, which disconnects the API "
2783 "implementation from the real world, and allows configuring virtual "
2784 "authenticator devices for testing";
2785
Jeffrey Cohenf04130a42018-08-29 00:22:272786const char kHappinessTrackingSurveysForDesktopName[] =
2787 "Happiness Tracking Surveys";
2788const char kHappinessTrackingSurveysForDesktopDescription[] =
2789 "Enable showing Happiness Tracking Surveys to users on Desktop";
2790
Travis Skarebcdb5ed32018-08-17 01:49:402791const char kOmniboxDriveSuggestionsName[] =
2792 "Omnibox Google Drive Document suggestions";
2793const char kOmniboxDriveSuggestionsDescriptions[] =
2794 "Display suggestions for Google Drive documents in the omnibox when Google "
2795 "is the default search engine.";
2796
Kevin Bailey9ec05532019-01-31 23:01:332797const char kOmniboxExperimentalKeywordModeName[] =
2798 "Omnibox Experimental Keyword Mode";
2799const char kOmniboxExperimentalKeywordModeDescription[] =
2800 "Enables various experimental features related to keyword mode, its "
2801 "suggestions and layout";
2802
Lei Zhang0a318af2018-11-14 02:19:462803const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2804const char kOmniboxPedalSuggestionsDescription[] =
Orin Jaworski506db4d2019-02-14 20:17:142805 "Enable omnibox Pedal suggestions to accelerate actions within Chrome by "
2806 "detecting user intent and offering direct access to the end goal.";
Lei Zhang0a318af2018-11-14 02:19:462807
Orin Jaworski04c08b42018-07-11 02:39:562808const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2809const char kOmniboxReverseAnswersDescription[] =
2810 "Display answers with rows reversed (swapped); except definitions. Has no "
2811 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2812 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2813
Kevin Baileya5f17452019-02-13 01:52:032814const char kOmniboxReverseTabSwitchLogicName[] =
2815 "Omnibox reverse tab switch logic";
2816const char kOmniboxReverseTabSwitchLogicDescription[] =
2817 "Reverse the logic of suggestions that have a tab switch button: Have "
2818 "them switch by default, and have the button navigate.";
2819
Kevin Bailey898669972017-11-06 15:34:492820const char kOmniboxTabSwitchSuggestionsName[] =
2821 "Omnibox tab switch suggestions";
2822const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212823 "Enable suggestions for switching to open tabs within the Omnibox. "
2824 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2825 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492826
krbcc621412017-06-01 19:40:282827const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2828const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192829 "Enable receiving tail suggestions, a type of search suggestion based on "
2830 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342831
Sebastien Marchandd33f7dc2018-06-22 22:07:062832const char kPageAlmostIdleName[] = "Page Almost Idle";
2833const char kPageAlmostIdleDescription[] =
2834 "Make session restore use a definition of loading that waits for CPU and "
2835 "network quiescence.";
2836
2837const char kProactiveTabFreezeAndDiscardName[] =
2838 "Proactive Tab Freeze and Discard";
2839const char kProactiveTabFreezeAndDiscardDescription[] =
2840 "Enables proactive tab freezing and discarding. This requires "
2841 "#enable-page-almost-idle.";
2842
Nicolas Ouellet-payeur82eb65b2018-11-05 16:49:272843const char kShowManagedUiName[] = "Show managed UI for managed users";
2844const char kShowManagedUiDescription[] =
2845 "Enabled/disable showing enterprise users a 'Managed by your organization' "
2846 "message in the app menu and on some chrome:// pages.";
2847
Sebastien Marchandd33f7dc2018-06-22 22:07:062848const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2849const char kSiteCharacteristicsDatabaseDescription[] =
2850 "Records usage of some features in a database while a tab is in background "
2851 "(title/favicon update, audio playback or usage of non-persistent "
2852 "notifications).";
2853
Brett Wilson7b44537e2017-08-18 01:38:282854const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2855const char kUseGoogleLocalNtpDescription[] =
2856 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322857
Brett Wilson7b44537e2017-08-18 01:38:282858#if defined(GOOGLE_CHROME_BUILD)
2859
2860const char kGoogleBrandedContextMenuName[] =
2861 "Google branding in the context menu";
2862const char kGoogleBrandedContextMenuDescription[] =
2863 "Shows a Google icon next to context menu items powered by Google "
2864 "services.";
2865
2866#endif // !defined(GOOGLE_CHROME_BUILD)
2867
2868#endif // !defined(OS_ANDROID)
2869
2870// Windows ---------------------------------------------------------------------
2871
2872#if defined(OS_WIN)
2873
David Bienvenud0ddda32018-11-01 16:59:162874const char kCalculateNativeWinOcclusionName[] =
2875 "Calculate window occlusion on Windows";
2876const char kCalculateNativeWinOcclusionDescription[] =
2877 "Calculate window occlusion on Windows will be used in the future "
2878 "to throttle and potentially unload foreground tabs in occluded windows";
2879
Brett Wilson7b44537e2017-08-18 01:38:282880const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2881const char kCloudPrintXpsDescription[] =
2882 "XPS enables advanced options for classic printers connected to the Cloud "
2883 "Print with Chrome. Printers must be re-connected after changing this "
2884 "flag.";
2885
Frank Liberato754d14f2019-01-30 23:31:172886const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder";
2887const char kD3D11VideoDecoderDescription[] =
2888 "Enables D3D11VideoDecoder for hardware accelerated video decoding.";
2889
Brett Wilson7b44537e2017-08-18 01:38:282890const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2891const char kDisablePostscriptPrintingDescription[] =
2892 "Disables PostScript generation when printing to PostScript capable "
2893 "printers, and uses EMF generation in its place.";
2894
2895const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2896const char kEnableAppcontainerDescription[] =
2897 "Enables the use of an AppContainer on sandboxed processes to improve "
2898 "security.";
2899
James Forshawfd0ce342018-02-14 09:55:392900const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2901const char kEnableGpuAppcontainerDescription[] =
2902 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2903 "improve security.";
2904
Brett Wilson7b44537e2017-08-18 01:38:282905const char kGdiTextPrinting[] = "GDI Text Printing";
2906const char kGdiTextPrintingDescription[] =
2907 "Use GDI to print text as simply text";
2908
Olli Etuaho122321192018-09-07 10:15:292909const char kUseAngleName[] = "Choose ANGLE graphics backend";
2910const char kUseAngleDescription[] =
2911 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2912 "computers by default. Using the OpenGL driver as the graphics backend may "
2913 "result in higher performance in some graphics-heavy applications, "
2914 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2915 "video playback.";
2916
2917const char kUseAngleDefault[] = "Default";
2918const char kUseAngleGL[] = "OpenGL";
2919const char kUseAngleD3D11[] = "D3D11";
2920const char kUseAngleD3D9[] = "D3D9";
2921
Brett Wilson7b44537e2017-08-18 01:38:282922const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2923const char kUseWinrtMidiApiDescription[] =
2924 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2925 "later).";
2926
2927const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2928const char kWindows10CustomTitlebarDescription[] =
2929 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2930 "deferring to Windows.";
2931
2932#endif // defined(OS_WIN)
2933
2934// Mac -------------------------------------------------------------------------
2935
2936#if defined(OS_MACOSX)
2937
Brett Wilson7b44537e2017-08-18 01:38:282938const char kContentFullscreenName[] = "Improved Content Fullscreen";
2939const char kContentFullscreenDescription[] =
2940 "Fullscreen content window detaches from main browser window and goes to "
2941 "a new space without moving or changing the original browser window.";
2942
Brett Wilson7b44537e2017-08-18 01:38:282943const char kHostedAppsInWindowsName[] =
2944 "Allow hosted apps to be opened in windows";
2945const char kHostedAppsInWindowsDescription[] =
2946 "Allows hosted apps to be opened in windows instead of being limited to "
2947 "tabs.";
2948
Christopher Cameron57dee5a42018-09-25 01:20:082949const char kCreateAppWindowsInAppShimProcessName[] =
2950 "Create native windows in the app process";
2951const char kCreateAppWindowsInAppShimProcessDescription[] =
2952 "Create native windows the app shim process, instead of of the browser "
2953 "process.";
2954
Lei Zhange065b572018-12-11 08:00:412955const char kEnableCustomMacPaperSizesName[] = "Enable custom paper sizes";
2956const char kEnableCustomMacPaperSizesDescription[] =
2957 "Allow use of custom paper sizes in Print Preview.";
2958
Lei Zhang2eca9082017-10-17 20:42:502959const char kMacTouchBarName[] = "Hardware Touch Bar";
2960const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282961
Greg Kerr32483d1c2018-12-18 02:29:142962const char kMacV2GPUSandboxName[] = "Mac V2 GPU Sandbox";
2963const char kMacV2GPUSandboxDescription[] =
2964 "Controls whether the GPU process on macOS uses the V1 or V2 sandbox.";
2965
Brett Wilson7b44537e2017-08-18 01:38:282966const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2967const char kMacViewsNativeAppWindowsDescription[] =
2968 "Controls whether to use Toolkit-Views based Chrome App windows.";
2969
2970const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2971const char kMacViewsTaskManagerDescription[] =
2972 "Controls whether to use the Toolkit-Views based Task Manager.";
2973
Brett Wilson7b44537e2017-08-18 01:38:282974#endif
2975
2976// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342977
2978#if defined(OS_CHROMEOS)
2979
Brett Wilson7b44537e2017-08-18 01:38:282980const char kAcceleratedMjpegDecodeName[] =
2981 "Hardware-accelerated mjpeg decode for captured frame";
2982const char kAcceleratedMjpegDecodeDescription[] =
2983 "Enable hardware-accelerated mjpeg decode for captured frame where "
2984 "available.";
vabr0215a8e2017-03-28 12:47:342985
Brett Wilson7b44537e2017-08-18 01:38:282986const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2987const char kAllowTouchpadThreeFingerClickDescription[] =
2988 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:342989
Reka Normana11e57fc2019-01-29 21:56:582990const char kAppServiceAshName[] = "App Service Ash";
2991const char kAppServiceAshDescription[] =
2992 "Use the App Service to provide data to the Ash UI, such as the shelf and "
2993 "app list.";
2994
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:522995const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
2996const char kArcAvailableForChildDescription[] =
2997 "Allow child accounts to start Android apps.";
2998
Brett Wilson7b44537e2017-08-18 01:38:282999const char kArcBootCompleted[] = "Load Android apps automatically";
3000const char kArcBootCompletedDescription[] =
3001 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343002
Luum Habtemariamdaa8fd22018-06-25 22:39:433003const char kArcCupsApiName[] = "ARC CUPS API";
3004const char kArcCupsApiDescription[] =
3005 "Enables support of libcups APIs from ARC";
3006
Naoki Fukino153de8a2019-01-22 08:37:543007const char kArcDocumentsProviderName[] = "ARC DocumentsProvider integration";
3008const char kArcDocumentsProviderDescription[] =
3009 "Enables DocumentsProvider integration in Chrome OS Files app.";
3010
Satoshi Niwa8b1d5282018-10-24 04:53:033011const char kArcFilePickerExperimentName[] =
3012 "Enable file picker experiment for ARC";
3013const char kArcFilePickerExperimentDescription[] =
3014 "Enables using Chrome OS file picker in ARC.";
3015
[email protected]939ceae2019-01-29 17:00:153016const char kArcGraphicBuffersVisualizationToolName[] =
3017 "Enable ARC graphic buffers visualization tool";
3018const char kArcGraphicBuffersVisualizationToolDescription[] =
3019 "Enable ARC graphic buffers visualization tool "
3020 "(chrome://arc-graphics-tracing).";
3021
Lev Rumyantsev7a8544312017-08-18 19:26:513022const char kArcNativeBridgeExperimentName[] =
3023 "Enable native bridge experiment for ARC";
3024const char kArcNativeBridgeExperimentDescription[] =
3025 "Enables experimental native bridge feature.";
3026
lgchengecd1c1a62018-01-09 02:59:463027const char kArcUsbHostName[] = "Enable ARC USB host integration";
3028const char kArcUsbHostDescription[] =
3029 "Allow Android apps to use USB host feature on ChromeOS devices.";
3030
Kevin Cernekeeb7f96a52017-10-25 17:40:183031const char kArcVpnName[] = "Enable ARC VPN integration";
3032const char kArcVpnDescription[] =
3033 "Allow Android VPN clients to tunnel Chrome traffic.";
3034
Qiang Xu045aff222018-05-21 23:21:013035const char kAshEnableDisplayMoveWindowAccelsName[] =
3036 "Enable shortcuts for moving window between displays.";
3037const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3038 "Enable shortcuts for moving window between displays.";
3039
Sammie Quonfe640ca2019-01-30 17:54:183040const char kAshEnableOverviewRoundedCornersName[] =
3041 "Enable rounded corners in overview mode.";
3042const char kAshEnableOverviewRoundedCornersDescription[] =
3043 "Enables rounded corners on overview windows.";
3044
Qiang Xu045aff222018-05-21 23:21:013045const char kAshEnablePersistentWindowBoundsName[] =
3046 "Enable persistent window bounds in multi-displays scenario.";
3047const char kAshEnablePersistentWindowBoundsDescription[] =
3048 "Enable persistent window bounds in multi-displays scenario.";
3049
Eliot Courtneye87a9c32018-11-20 03:33:023050const char kAshEnablePipRoundedCornersName[] =
3051 "Enable Picture-in-Picture rounded corners.";
3052const char kAshEnablePipRoundedCornersDescription[] =
3053 "Enable rounded corners on the Picture-in-Picture window.";
3054
Brett Wilson7b44537e2017-08-18 01:38:283055const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3056const char kAshEnableUnifiedDesktopDescription[] =
3057 "Enable unified desktop mode which allows a window to span multiple "
3058 "displays.";
vabr0215a8e2017-03-28 12:47:343059
Qiang Xu045aff222018-05-21 23:21:013060const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3061const char kAshShelfColorDescription[] =
3062 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3063 "--ash-shelf-color-scheme flag defines how that color is derived.";
3064
3065const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3066const char kAshShelfColorSchemeDescription[] =
3067 "Specify how the color is derived from the wallpaper. This flag is only "
3068 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3069const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3070const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3071const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3072const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3073const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3074const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3075
Sean Kau5e956192017-10-06 22:25:173076const char kBulkPrintersName[] = "Bulk Printers Policy";
3077const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3078
Brett Wilson7b44537e2017-08-18 01:38:283079const char kCaptivePortalBypassProxyName[] =
3080 "Bypass proxy for Captive Portal Authorization";
3081const char kCaptivePortalBypassProxyDescription[] =
3082 "If proxy is configured, it usually prevents from authorization on "
3083 "different captive portals. This enables opening captive portal "
3084 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343085
Xiaochu Liu51d03fd2017-09-08 23:51:023086const char kCrOSContainerName[] = "Chrome OS Container";
3087const char kCrOSContainerDescription[] =
3088 "Enable the use of Chrome OS Container utility.";
3089
Brett Wilson7b44537e2017-08-18 01:38:283090const char kCrosRegionsModeName[] = "Cros-regions load mode";
3091const char kCrosRegionsModeDescription[] =
3092 "This flag controls cros-regions load mode";
3093const char kCrosRegionsModeDefault[] = "Default";
3094const char kCrosRegionsModeOverride[] = "Override VPD values.";
3095const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343096
Daniel Ng96ab0c82019-01-16 01:21:553097const char kCrostiniAppSearchName[] = "Crostini App Search";
3098const char kCrostiniAppSearchDescription[] =
3099 "Enable search and installation of Crostini apps in the launcher.";
3100
Joel Hockey42387102019-01-10 01:19:323101const char kCrostiniBackupName[] = "Crostini Backup";
3102const char kCrostiniBackupDescription[] = "Enable Crostini export and import.";
3103
Josh Pratt57cea392018-10-30 02:59:063104const char kCrostiniUsbSupportName[] = "Crostini Usb Support";
3105const char kCrostiniUsbSupportDescription[] =
3106 "Enable mounting Usb devices in Crostini.";
3107
Josh Nohle2f82dcc2018-12-17 23:11:233108const char kCryptAuthV2EnrollmentName[] = "CryptAuth v2 Enrollment";
3109const char kCryptAuthV2EnrollmentDescription[] =
3110 "Use the CryptAuth v2 Enrollment protocol.";
3111
Qiang Xu045aff222018-05-21 23:21:013112const char kDisableSystemTimezoneAutomaticDetectionName[] =
3113 "SystemTimezoneAutomaticDetection policy support";
3114const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3115 "Disable system timezone automatic detection device policy.";
3116
Sammie Quonef6b4882017-09-14 16:50:053117const char kDisableTabletAutohideTitlebarsName[] =
3118 "Disable autohide titlebars in tablet mode";
3119const char kDisableTabletAutohideTitlebarsDescription[] =
3120 "Disable tablet mode autohide titlebars functionality. The user will be "
3121 "able to see the titlebar in tablet mode.";
3122
Xiaoqian Dai24b33eb2018-04-10 21:01:573123const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3124const char kDisableTabletSplitViewDescription[] =
3125 "Disable split view for Chrome OS tablet mode.";
3126
Ahmed Fakhry4f567e692018-10-16 15:51:083127const char kDoubleTapToZoomInTabletModeName[] =
3128 "Double-tap to zoom in tablet mode";
3129const char kDoubleTapToZoomInTabletModeDescription[] =
3130 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
3131 "page.";
3132
Daniel Zhang01399072018-08-16 22:28:203133const char kEnableAppListSearchAutocompleteName[] =
3134 "App List Search Autocomplete";
3135const char kEnableAppListSearchAutocompleteDescription[] =
3136 "Allow App List search box to autocomplete queries for Google searches and "
3137 "apps.";
3138
Qiang Xu53d1a5832018-05-24 18:44:193139const char kEnableAppShortcutSearchName[] =
3140 "Enable app shortcut search in launcher";
3141const char kEnableAppShortcutSearchDescription[] =
3142 "Enables app shortcut search in launcher";
3143
Vladislav Kaznacheevaa213a02018-10-29 17:54:283144const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
3145const char kEnableAppDataSearchDescription[] =
3146 "Allow launcher search to access data available through Firebase App "
3147 "Indexing";
3148
Lei Zhang0a318af2018-11-14 02:19:463149const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:373150 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:463151const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:373152 "If audio focus is enabled in Chrome then this will delegate audio focus "
3153 "control in Android apps to Chrome.";
3154
Yue Li958f9dd2018-11-15 00:56:593155const char kEnableAssistantVoiceMatchName[] = "Enable Assistant Voice Match";
3156const char kEnableAssistantVoiceMatchDescription[] =
3157 "Enable the Assistant Voice Match feature";
3158
Yue Liebaa9952018-12-07 21:41:263159const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
3160const char kEnableAssistantAppSupportDescription[] =
3161 "Enable the Assistant App Support feature";
3162
Lei Zhang2eca9082017-10-17 20:42:503163const char kEnableBackgroundBlurName[] = "Enable background blur.";
3164const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423165 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393166
Lei Zhang0ca70ea2018-09-07 17:51:013167const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3168const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493169 "Enables the Chrome OS Account Manager";
3170
Alexander Alekseev38e1e0a2018-11-08 22:48:483171const char kEnableDiscoverAppName[] = "Enable Discover App";
3172const char kEnableDiscoverAppDescription[] =
3173 "Enable Discover App icon in launcher.";
3174
Xiaoqian Dai82d99192018-05-25 18:51:353175const char kEnableDragTabsInTabletModeName[] =
3176 "Enable dragging tabs in tablet mode";
3177const char kEnableDragTabsInTabletModeDescription[] =
3178 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3179
Sam McNally201fbf94e2018-07-04 03:15:203180const char kEnableDriveFsName[] = "Enable DriveFS";
3181const char kEnableDriveFsDescription[] =
3182 "Enables use of the new DriveFS-based Drive sync client.";
3183
Andrew Moylan97585272019-02-19 19:01:223184const char kEnableExplicitDmaFencesName[] = "Enable explicit dma-fences";
3185const char kEnableExplicitDmaFencesDescription[] =
3186 "Use dma-fences explicitly for synchronization between GPU and display "
3187 "controller when available.";
3188
Brett Wilson7b44537e2017-08-18 01:38:283189const char kEnableEncryptionMigrationName[] =
3190 "Enable encryption migration of user data";
3191const char kEnableEncryptionMigrationDescription[] =
3192 "If enabled and the device supports ARC, the user will be asked to update "
3193 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343194
Qiang Xu045aff222018-05-21 23:21:013195const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3196 "Enable full screen handwriting virtual keyboard";
3197const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3198 "If enabled, the handwriting virtual keyboard will allow user to write "
3199 "anywhere on the screen";
3200
Xiaohui Chenfb0943e2018-10-16 22:44:373201const char kEnableGoogleAssistantName[] = "Enable Google Assistant";
3202const char kEnableGoogleAssistantDescription[] =
3203 "Enable an experimental Assistant implementation that will work on all "
3204 "Chromebooks.";
3205
Xiaohui Chenf4283f32018-11-26 20:02:503206const char kEnableGoogleAssistantDspName[] =
3207 "Enable Google Assistant with hardware-based hotword";
3208const char kEnableGoogleAssistantDspDescription[] =
3209 "Enable an experimental feature that uses hardware-based hotword detection "
3210 "for Assistant. Only a limited number of devices have this type of "
3211 "hardware support.";
3212
Xiaohui Chenc3baca42018-11-30 19:29:373213const char kEnableGoogleAssistantStereoInputName[] =
3214 "Enable Google Assistant with stereo audio input";
3215const char kEnableGoogleAssistantStereoInputDescription[] =
3216 "Enable an experimental feature that uses stereo audio input for hotword "
3217 "and voice to text detection in Google Assistant.";
3218
Qiang Xu045aff222018-05-21 23:21:013219const char kEnableHomeLauncherName[] = "Enable home launcher";
3220const char kEnableHomeLauncherDescription[] =
3221 "Enable home launcher in tablet mode.";
3222
Andrew Moylan97585272019-02-19 19:01:223223const char kEnableMyFilesVolumeName[] = "Enable MyFiles as Volume";
3224const char kEnableMyFilesVolumeDescription[] =
3225 "Enables use of MyFiles as a read/write volume. This should be only "
3226 "used for testing or for trying to restore the previous Downloads content.";
3227
Sammie Quon248ccef2018-08-28 23:00:013228const char kEnableOobeRecommendAppsScreenName[] =
3229 "Enable OOBE Recommend Apps Screen";
3230const char kEnableOobeRecommendAppsScreenDescription[] =
3231 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3232 "from other devices";
3233
Qiang Xu045aff222018-05-21 23:21:013234const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3235const char kEnablePerUserTimezoneDescription[] =
3236 "Chrome OS system timezone preference is stored and handled for each user "
3237 "individually.";
3238
Vladislav Kaznacheevaa213a02018-10-29 17:54:283239const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
3240const char kEnablePlayStoreSearchDescription[] =
3241 "Enable Play Store search in launcher.";
3242
Darren Shen3e49c63d2018-03-28 04:45:503243const char kEnableStylusVirtualKeyboardName[] =
3244 "Enable stylus virtual keyboard";
3245const char kEnableStylusVirtualKeyboardDescription[] =
3246 "If enabled, tapping with a stylus will show the handwriting virtual "
3247 "keyboard.";
3248
Jazz Xu2e5886662018-12-14 00:38:483249const char kEnableVideoPlayerNativeControlsName[] =
3250 "Enable native controls in video player app";
3251const char kEnableVideoPlayerNativeControlsDescription[] =
3252 "Enable native controls in video player app";
3253
Darren Shen0b4e5802018-07-10 03:12:263254const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3255const char kEnableVirtualKeyboardUkmDescription[] =
3256 "Enables UKM for virtual keyboard";
3257
Lei Zhang0ca70ea2018-09-07 17:51:013258const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3259const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013260 "Enable Zero State Suggestions feature in Launcher, which will show "
Vladislav Kaznacheevaa213a02018-10-29 17:54:283261 "suggestions when launcher search box is active with an empty query";
Sammie Quon248ccef2018-08-28 23:00:013262
Brett Wilson7b44537e2017-08-18 01:38:283263const char kEolNotificationName[] = "Disable Device End of Life notification.";
3264const char kEolNotificationDescription[] =
3265 "Disable Notifcation when Device is End of Life.";
3266
Akihiro Ota3ff6f8a2019-01-18 17:43:043267const char kExperimentalAccessibilityChromeVoxLanguageSwitchingName[] =
3268 "Enable experimental ChromeVox language switching.";
3269const char kExperimentalAccessibilityChromeVoxLanguageSwitchingDescription[] =
3270 "Enable ChromeVox language switching, which changes ChromeVox's "
3271 "output language upon detection of new language.";
3272
Brett Wilson7b44537e2017-08-18 01:38:283273const char kFileManagerTouchModeName[] = "Files App. touch mode";
3274const char kFileManagerTouchModeDescription[] =
3275 "Touchscreen-specific interactions of the Files app.";
3276
3277const char kFirstRunUiTransitionsName[] =
3278 "Animated transitions in the first-run tutorial";
3279const char kFirstRunUiTransitionsDescription[] =
3280 "Transitions during first-run tutorial are animated.";
3281
Brett Wilson7b44537e2017-08-18 01:38:283282const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3283const char kForceEnableStylusToolsDescription[] =
3284 "Forces display of the stylus tools menu in the shelf and the stylus "
3285 "section in settings, even if there is no attached stylus device.";
3286
Andrew Moylan97585272019-02-19 19:01:223287const char kFsNosymfollowName[] =
3288 "Prevent symlink traversal on user-supplied filesystems.";
3289const char kFsNosymfollowDescription[] =
3290 "Causes user-supplied filesystems to be mounted with the 'nosymfollow'"
3291 " option, so the chromuimos LSM denies symlink traversal on the"
3292 " filesystem.";
3293
Brett Wilson7b44537e2017-08-18 01:38:283294const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3295const char kGestureTypingDescription[] =
3296 "Enable/Disable gesture typing option in the settings page for the virtual "
3297 "keyboard.";
3298
Andrew Moylan97585272019-02-19 19:01:223299const char kImeServiceName[] = "Enable IME service";
3300const char kImeServiceDescription[] =
3301 "Enable IME service to provide the IME functionality instead of NaCl";
3302
Brett Wilson7b44537e2017-08-18 01:38:283303const char kInputViewName[] = "Input views";
3304const char kInputViewDescription[] =
3305 "Enable IME extensions to supply custom views for user input such as "
3306 "virtual keyboards.";
3307
Megumi Hattori5a0d4182018-03-06 11:09:503308const char kLockScreenNotificationName[] = "Lock screen notification";
3309const char kLockScreenNotificationDescription[] =
3310 "Enable notifications on the lock screen.";
3311
Mohsen Izadi06a16f72018-11-29 02:29:223312const char kMashOopVizName[] = "Out-of-process viz for mash";
3313const char kMashOopVizDescription[] =
3314 "Runs viz in a separate process when mash is enabled (otherwise viz would "
3315 "run in ash process)";
3316
Qiang Xu045aff222018-05-21 23:21:013317const char kMaterialDesignInkDropAnimationSpeedName[] =
3318 "Material design ink drop animation speed";
3319const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3320 "Sets the speed of the experimental visual feedback animations for "
3321 "material design.";
3322const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3323const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3324
Brett Wilson7b44537e2017-08-18 01:38:283325const char kMemoryPressureThresholdName[] =
3326 "Memory discard strategy for advanced pressure handling";
3327const char kMemoryPressureThresholdDescription[] =
3328 "Memory discarding strategy to use";
3329const char kConservativeThresholds[] =
3330 "Conservative memory pressure release strategy";
3331const char kAggressiveCacheDiscardThresholds[] =
3332 "Aggressive cache release strategy";
3333const char kAggressiveTabDiscardThresholds[] =
3334 "Aggressive tab release strategy";
3335const char kAggressiveThresholds[] =
3336 "Aggressive tab and cache release strategy";
3337
3338const char kMtpWriteSupportName[] = "MTP write support";
3339const char kMtpWriteSupportDescription[] =
3340 "MTP write support in File System API (and file manager). In-place editing "
3341 "operations are not supported.";
3342
vabr0215a8e2017-03-28 12:47:343343const char kNetworkPortalNotificationName[] =
3344 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343345const char kNetworkPortalNotificationDescription[] =
3346 "If enabled, notification is displayed when device is connected to a "
3347 "network behind captive portal.";
3348
Anand K. Mistrydb5e0102018-10-04 04:24:003349const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283350const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003351 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343352
Qiang Xu045aff222018-05-21 23:21:013353const char kOfficeEditingComponentAppName[] =
3354 "Office Editing for Docs, Sheets & Slides";
3355const char kOfficeEditingComponentAppDescription[] =
3356 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3357
Brett Wilson7b44537e2017-08-18 01:38:283358const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3359const char kPhysicalKeyboardAutocorrectDescription[] =
3360 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3361 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343362
3363const char kPrinterProviderSearchAppName[] =
3364 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343365const char kPrinterProviderSearchAppDescription[] =
3366 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193367 "searches Chrome Web Store for extensions that support printing to a USB "
3368 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343369
Brett Wilson7b44537e2017-08-18 01:38:283370const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3371const char kQuickUnlockPinDescription[] =
3372 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3373 "device on the lock screen after you have signed into your device.";
3374const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3375const char kQuickUnlockPinSigninDescription[] =
3376 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3377 "device. After changing this flag PIN needs to be set up again.";
3378const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3379const char kQuickUnlockFingerprintDescription[] =
3380 "Enabling fingerprint quick unlock allows you to setup and use a "
3381 "fingerprint to unlock your Chromebook on the lock screen after you have "
3382 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343383
Andrew Moylan97585272019-02-19 19:01:223384const char kSchedulerConfigurationName[] = "Scheduler Configuration";
3385const char kSchedulerConfigurationDescription[] =
3386 "Instructs the OS to use a specific scheduler configuration setting.";
3387const char kSchedulerConfigurationConservative[] = "Conservative";
3388const char kSchedulerConfigurationPerformance[] = "Performance";
3389
3390const char kShillSandboxingName[] =
3391 "Run shill, the ChromeOS network manager, in a sandbox.";
3392const char kShillSandboxingDescription[] =
3393 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3394
James Cook0ba192bf2017-12-01 20:53:113395const char kShowTapsName[] = "Show taps";
3396const char kShowTapsDescription[] =
3397 "Draws a circle at each touch point, which makes touch points more obvious "
3398 "when projecting or mirroring the display. Similar to the Android OS "
3399 "developer option.";
3400
3401const char kShowTouchHudName[] = "Show HUD for touch points";
3402const char kShowTouchHudDescription[] =
3403 "Shows a trail of colored dots for the last few touch points. Pressing "
3404 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3405 "debug hardware issues that generate spurious touch events.";
3406
James Cook28d7c482018-09-07 21:00:543407const char kSingleProcessMashName[] =
3408 "In-process window service (SingleProcessMash)";
3409const char kSingleProcessMashDescription[] =
3410 "Runs the system UI (ash) as a mojo service, but inside the browser "
3411 "process. The browser uses the mojo window service (ws) APIs.";
3412
Ahmed Fakhry58e6ef542018-09-04 18:05:383413const char kSlideTopChromeWithPageScrollsName[] =
3414 "Slide top-chrome with page scrolls";
3415const char kSlideTopChromeWithPageScrollsDescription[] =
3416 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3417 " UI.";
3418
Jorge Gil5a8ccde2018-07-10 01:46:213419const char kSmartTextSelectionName[] = "Smart Text Selection";
3420const char kSmartTextSelectionDescription[] =
3421 "Shows quick actions for text "
3422 "selections in the context menu.";
3423
Brett Wilson7b44537e2017-08-18 01:38:283424const char kTetherName[] = "Instant Tethering";
3425const char kTetherDescription[] =
3426 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3427 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373428
Brett Wilson7b44537e2017-08-18 01:38:283429const char kTouchscreenCalibrationName[] =
3430 "Enable/disable touchscreen calibration option in material design settings";
3431const char kTouchscreenCalibrationDescription[] =
3432 "If enabled, the user can calibrate the touch screen displays in "
3433 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093434
Qiang Xu045aff222018-05-21 23:21:013435const char kUiDevToolsName[] = "Enable native UI inspection";
3436const char kUiDevToolsDescription[] =
3437 "Enables inspection of native UI elements. For local inspection use "
3438 "chrome://inspect#other";
3439
Mitsuru Oshima63d3f2a2017-08-23 00:12:113440// Force UI Mode
3441const char kUiModeName[] = "Force Ui Mode";
3442const char kUiModeDescription[] =
Elly Fong-Jonesf4c15772019-01-31 17:40:063443 "This flag can be used to force a certain mode on to a chromebook, "
3444 "despite its current orientation. \"Tablet\" means that the "
3445 "chromebook will act as if it were in tablet mode. \"Clamshell\" "
3446 "means that the chromebook will act as if it were in clamshell "
3447 "mode. \"Auto\" means that the chromebook will alternate between "
3448 "the two, based on its orientation.";
Min Chenfd25cd22018-11-06 01:50:513449const char kUiModeTablet[] = "Tablet";
Mitsuru Oshima63d3f2a2017-08-23 00:12:113450const char kUiModeClamshell[] = "Clamshell";
3451const char kUiModeAuto[] = "Auto (default)";
3452
Andrew Moylan97585272019-02-19 19:01:223453const char kUiShowCompositedLayerBordersName[] =
3454 "Show UI composited layer borders";
3455const char kUiShowCompositedLayerBordersDescription[] =
3456 "Show border around composited layers created by UI.";
3457const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3458const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3459const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3460const char kUiShowCompositedLayerBordersAll[] = "All";
3461
3462const char kUiSlowAnimationsName[] = "Slow UI animations";
3463const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:463464
Sonny Sasaka7fecfeda2018-07-11 23:47:553465const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3466const char kUnfilteredBluetoothDevicesDescription[] =
3467 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3468
Allen Webbcdc8e69d2018-09-12 20:36:003469const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3470const char kUsbguardDescription[] =
3471 "Prevents newly connected USB devices from operating at the lock screen"
3472 " until Chrome OS is unlocked to protect against malicious USB devices."
3473 " Already connected USB devices will continue to function.";
3474
James Cooka1bcfa9a2018-01-30 00:18:403475const char kUseMashName[] = "Out-of-process system UI (mash)";
3476const char kUseMashDescription[] =
3477 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3478 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283479
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343480// TODO(mcasas): remove after https://crbug.com/771345.
3481const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3482const char kUseMonitorColorSpaceDescription[] =
3483 "Enables Chrome to use the color space information provided by the monitor"
3484 " instead of the default sRGB color space.";
3485
Andrew Moylan651220212019-02-19 22:50:143486const char kUserActivityPredictionMlServiceName[] =
3487 "ML Service Smart Dim model";
3488const char kUserActivityPredictionMlServiceDescription[] =
3489 "Uses the new ML Service model for user activity prediction (Smart Dim).";
3490
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233491const char kVaapiJpegImageDecodeAccelerationName[] =
3492 "VA-API JPEG decode acceleration for images";
3493const char kVaapiJpegImageDecodeAccelerationDescription[] =
3494 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3495 " captures) using the VA-API.";
3496
Brett Wilson7b44537e2017-08-18 01:38:283497const char kVideoPlayerChromecastSupportName[] =
3498 "Experimental Chromecast support for Video Player";
3499const char kVideoPlayerChromecastSupportDescription[] =
3500 "This option enables experimental Chromecast support for Video Player app "
3501 "on ChromeOS.";
3502
3503const char kVirtualKeyboardName[] = "Virtual Keyboard";
3504const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3505
3506const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3507const char kVirtualKeyboardOverscrollDescription[] =
3508 "Enables virtual keyboard overscroll support.";
3509
3510const char kVoiceInputName[] = "Voice input on virtual keyboard";
3511const char kVoiceInputDescription[] =
3512 "Enables voice input on virtual keyboard.";
3513
3514const char kWakeOnPacketsName[] = "Wake On Packets";
3515const char kWakeOnPacketsDescription[] =
3516 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203517
yhanadac5bff5b2017-05-18 06:37:093518#endif // defined(OS_CHROMEOS)
3519
Brett Wilson7b44537e2017-08-18 01:38:283520// Random platform combinations -----------------------------------------------
3521
3522#if defined(OS_WIN) || defined(OS_LINUX)
3523
3524const char kEnableInputImeApiName[] = "Enable Input IME API";
3525const char kEnableInputImeApiDescription[] =
3526 "Enable the use of chrome.input.ime API.";
3527
3528#endif // defined(OS_WIN) || defined(OS_LINUX)
3529
Jiajia Qindb252e92019-01-28 11:47:483530#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
3531
3532const char kWebGL2ComputeContextName[] = "WebGL 2.0 Compute";
3533const char kWebGL2ComputeContextDescription[] =
3534 "Enable the use of WebGL 2.0 Compute API.";
3535
3536#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
3537
Brett Wilson7b44537e2017-08-18 01:38:283538#if defined(OS_WIN) || defined(OS_MACOSX)
3539
3540const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3541const char kAutomaticTabDiscardingDescription[] =
3542 "If enabled, tabs get automatically discarded from memory when the system "
3543 "memory is low. Discarded tabs are still visible on the tab strip and get "
3544 "reloaded when clicked on. Info about discarded tabs can be found at "
3545 "chrome://discards.";
3546
3547#endif // defined(OS_WIN) || defined(OS_MACOSX)
3548
lanwei83f54452018-06-21 23:51:043549#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3550
3551const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3552const char kDirectManipulationStylusDescription[] =
3553 "If enabled, Chrome will scroll web pages on stylus drag.";
3554
3555#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3556
Henrik Grunell63f2d772018-12-06 17:25:203557#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
3558
3559const char kForceEnableSystemAecName[] = "Force enable system AEC";
3560const char kForceEnableSystemAecDescription[] =
3561 "Use system echo canceller instead of WebRTC echo canceller. If there is "
3562 "no system echo canceller available, getUserMedia with echo cancellation "
3563 "enabled will fail.";
3564
3565#endif // defined(OS_MACOSX) || defined(OS_CHROMEOS)
3566
David Bienvenuc713d502019-02-07 23:46:323567#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
3568
3569const char kWebContentsOcclusionName[] = "Enable occlusion of web contents";
3570const char kWebContentsOcclusionDescription[] =
3571 "If enabled, web contents will behave as hidden when it is occluded by "
3572 "other windows.";
3573
3574#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
3575
Justin Donnelly110e40c2018-06-01 21:48:433576const char kExperimentalUiName[] = "Use all upcoming UI features";
3577const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483578
Brett Wilson7b44537e2017-08-18 01:38:283579// Feature flags --------------------------------------------------------------
3580
Lei Zhang0a318af2018-11-14 02:19:463581#if defined(DCHECK_IS_CONFIGURABLE)
3582const char kDcheckIsFatalName[] = "DCHECKs are fatal";
3583const char kDcheckIsFatalDescription[] =
3584 "By default Chrome will evaluate in this build, but only log failures, "
3585 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
3586#endif // defined(DCHECK_IS_CONFIGURABLE)
3587
Brett Wilson7b44537e2017-08-18 01:38:283588#if BUILDFLAG(ENABLE_VR)
3589
Bill Orr103ed272018-02-14 21:23:053590#if BUILDFLAG(ENABLE_OCULUS_VR)
3591const char kOculusVRName[] = "Oculus hardware support";
3592const char kOculusVRDescription[] =
3593 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3594 "Windows 10 or later).";
3595#endif // ENABLE_OCULUS_VR
3596
Bill Orr49527562017-11-22 16:58:483597#if BUILDFLAG(ENABLE_OPENVR)
3598const char kOpenVRName[] = "OpenVR hardware support";
3599const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073600 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3601 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483602#endif // ENABLE_OPENVR
3603
Bill Orrd2af6bd52019-01-23 02:50:243604#if BUILDFLAG(ENABLE_WINDOWS_MR)
3605const char kWindowsMixedRealityName[] = "Windows Mixed Reality support";
3606const char kWindowsMixedRealityDescription[] =
3607 "If enabled, Chrome will use Windows Mixed Reality devices for VR"
3608 " (supported only on Windows 10 or later).";
3609#endif // ENABLE_WINDOWS_MR
3610
Bill Orrecfb9fe2018-10-02 00:11:103611#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3612const char kXRSandboxName[] = "XR device sandboxing";
3613const char kXRSandboxDescription[] =
3614 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3615#endif // ENABLE_ISOLATED_XR_SERVICE
3616
Brett Wilson7b44537e2017-08-18 01:38:283617#endif // ENABLE_VR
3618
Lei Zhang802201c2018-11-14 18:16:283619#if BUILDFLAG(ENABLE_PLUGINS)
3620
dstockwellcc759202019-01-11 00:42:123621#if defined(OS_CHROMEOS)
3622const char kPdfAnnotations[] = "PDF Annotations";
Weidong Guo577fe9ac2019-01-28 19:58:103623const char kPdfAnnotationsDescription[] = "Enable annotating PDF documents.";
dstockwellcc759202019-01-11 00:42:123624#endif // defined(OS_CHROMEOS)
3625
Lei Zhang802201c2018-11-14 18:16:283626const char kPdfFormSaveName[] = "Save PDF Forms";
3627const char kPdfFormSaveDescription[] =
3628 "Enable saving PDFs with filled form data.";
3629
3630const char kPdfIsolationName[] = "PDF Isolation";
3631const char kPdfIsolationDescription[] =
3632 "Render PDF files from different origins in different plugin processes.";
3633
3634#endif // BUILDFLAG(ENABLE_PLUGINS)
3635
Brett Wilson7b44537e2017-08-18 01:38:283636#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3637
3638const char kAutofillCreditCardUploadName[] =
3639 "Enable offering upload of Autofilled credit cards";
3640const char kAutofillCreditCardUploadDescription[] =
3641 "Enables a new option to upload credit cards to Google Payments for sync "
3642 "to all Chrome devices.";
3643
3644#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3645
Collin Baker0a45d6a2018-12-20 19:21:503646#if BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
3647
3648const char kReopenTabInProductHelpName[] = "Reopen tab in-product help";
3649const char kReopenTabInProductHelpDescription[] =
3650 "Enable in-product help that guides a user to reopen a tab if it looks "
3651 "like they accidentally closed it.";
3652
3653#endif // BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
3654
Tomas Popela253a5832019-01-14 17:22:103655#if defined(WEBRTC_USE_PIPEWIRE)
3656
3657extern const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
3658extern const char kWebrtcPipeWireCapturerDescription[] =
3659 "When enabled the WebRTC will use the PipeWire multimedia server for "
3660 "capturing the desktop content on the Wayland display server.";
3661
3662#endif // #if defined(WEBRTC_USE_PIPEWIRE)
3663
Stephen Chenneyde6e5c82019-01-21 01:56:043664const char kAvoidFlashBetweenNavigationName[] =
3665 "Enable flash avoidance between same-origin navigations";
3666const char kAvoidFlahsBetweenNavigationDescription[] =
3667 "Enables experimental flash avoidance when navigating between pages "
3668 "in the same origin. This feature is in the implementation stages and "
3669 "currently has no effect.";
3670
Brett Wilson7b44537e2017-08-18 01:38:283671// ============================================================================
3672// Don't just add flags to the end, put them in the right section in
3673// alphabetical order just like the header file.
3674// ============================================================================
3675
vabr0215a8e2017-03-28 12:47:343676} // namespace flag_descriptions