blob: 04e20bd701fba22918d179fce422b87e7b0b2de7 [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
33const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
34const char kAllowNaclSocketApiDescription[] =
35 "Allows applications to use NaCl Socket API. Use only to test NaCl "
36 "plugins.";
37
Kunihiko Sakamoto4d407982018-07-10 04:56:2938const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
39 "Allow Signed HTTP Exchange certificates without extension";
40const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
41 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
42 "that do not have CanSignHttpExchangesDraft extension. Requires "
43 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
44 "risk.";
45
Henrique Nakashima52d76952018-11-30 19:35:5846const char kAllowStartingServiceManagerOnlyName[] =
47 "Allow starting service manager only";
48const char kAllowStartingServiceManagerOnlyDescription[] =
49 "Allows running a lightweight service-manager-only mode, in which services "
50 "can run without the browser process.";
51
Jeremy Klein586b4ccc2018-06-09 21:05:4852const char kAndroidMessagesIntegrationName[] = "Android Messages integration";
53const char kAndroidMessagesIntegrationDescription[] =
54 "Enables Chrome OS integration with Android messages.";
55
Kyle Horimoto2d838ec2018-12-26 19:41:1656const char kUseMessagesGoogleComDomainName[] = "Use messages.google.com domain";
57const char kUseMessagesGoogleComDomainDescription[] =
58 "Use the messages.google.com domain as part of the \"Messages\" "
59 "feature under \"Connected Devices\" settings.";
60
Azeem Arshad373e1ea72019-01-23 02:16:0061const char kEnableMessagesWebPushName[] =
62 "Web push in Android Messages integration";
63const char kEnableMessagesWebPushDescription[] =
64 "Use web push for background notificatons in Chrome OS integration "
65 "with Android Messages for Web";
66
Kamila472a5942018-11-26 09:48:2767const char kAndroidSiteSettingsUIRefreshName[] =
68 "Android Site Settings UI changes.";
69const char kAndroidSiteSettingsUIRefreshDescription[] =
Kamila02f7e072018-10-08 09:50:2870 "Enable the new UI "
71 "changes in Site Settings in Android.";
72
Brett Wilsonf27ff602017-07-07 22:28:4773const char kAppBannersName[] = "App Banners";
74const char kAppBannersDescription[] =
75 "Enable the display of Progressive Web App banners, which prompt a user to "
76 "add a web app to their shelf, or other platform-specific equivalent.";
77
Ioana Pandelef9689a062018-06-22 15:35:5178const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
79const char kAutomaticPasswordGenerationDescription[] =
80 "Allow Chrome to offer to generate passwords when it detects account "
81 "creation pages.";
82
Michael Lippautz6081dfa2018-10-18 13:10:1483const char kEnableBlinkHeapUnifiedGarbageCollectionName[] =
84 "Blink Heap Unified Garbage Collection";
85const char kEnableBlinkHeapUnifiedGarbageCollectionDescription[] =
86 "Enable unified garbage collection in Blink";
87
Ulan Degenbaevb5466a92018-07-19 12:35:3488const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
89const char kEnableBloatedRendererDetectionDescription[] =
90 "Enable bloated renderer detection";
91
Khushalba202212017-07-12 19:53:4992const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
93const char kAsyncImageDecodingDescription[] =
94 "Enables asynchronous decoding of images from raster for web content";
95
sebsgca14b092018-12-07 16:56:1596extern const char kAutofillAlwaysShowServerCardsInSyncTransportName[] =
97 "AlwaysShowServerCardsInSyncTransport";
98extern const char kAutofillAlwaysShowServerCardsInSyncTransportDescription[] =
99 "Always show server cards when in sync transport mode for wallet data";
100
Roger McFarlane2eceba982018-05-18 01:37:11101const char kAutofillCacheQueryResponsesName[] =
102 "Cache Autofill Query Responses";
103const char kAutofillCacheQueryResponsesDescription[] =
104 "When enabled, autofill will cache the responses it receives from the "
105 "crowd-sourced field type prediction server.";
106
Jeffrey Cohen05cdafa392018-08-15 20:49:17107const char kAutofillEnableCompanyNameName[] =
108 "Enable Autofill Company Name field";
109const char kAutofillEnableCompanyNameDescription[] =
110 "When enabled, Company Name fields will be auto filled";
111
sebsge35b762c2018-03-29 20:33:27112const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
113const char kAutofillDynamicFormsDescription[] =
114 "Allows autofill to fill dynamically changing forms";
115
Anne Lime625362e2018-08-29 03:13:25116const char kAutofillNoLocalSaveOnUploadSuccessName[] =
117 "Disable locally saving card when credit card upload succeeds";
118const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
119 "When enabled, no local copy of server card will be saved when credit card "
120 "upload succeeds.";
121
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39122const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
123const char kAutofillPrefilledFieldsDescription[] =
124 "Allows autofill to fill fields previously filled by the website";
125
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09126const char kAutofillProfileClientValidationName[] =
127 "Autofill Validates Profiles By Client";
128const char kAutofillProfileClientValidationDescription[] =
129 "Allows autofill to validate profiles on the client side";
130
Lei Zhang0ca70ea2018-09-07 17:51:01131const char kAutofillPreviewStyleExperimentName[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18132 "Autofill Preview Style Experiment";
Lei Zhang0ca70ea2018-09-07 17:51:01133const char kAutofillPreviewStyleExperimentDescription[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18134 "Allows experimentation with the Autofill field preview's style.";
135
Roger McFarlane1a37d7b2018-04-20 22:45:19136const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
137 "Autofill Enforce Min Required Fields For Heuristics";
138const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
139 "When enabled, autofill will generally require a form to have at least 3 "
140 "fields before allowing heuristic field-type prediction to occur.";
141
142const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
143 "Autofill Enforce Min Required Fields For Query";
144const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
145 "When enabled, autofill will generally require a form to have at least 3 "
146 "fields before querying the autofill server for field-type predictions.";
147
148const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
149 "Autofill Enforce Min Required Fields For Upload";
150const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
151 "When enabled, autofill will generally require a form to have at least 3 "
152 "fillable fields before uploading field-type votes for that form.";
153
Moe Ahmadid3ddfcb2018-04-20 19:51:08154const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
155 "Restrict formless form extraction";
156const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
157 "Restrict extraction of formless forms to checkout flows";
158
Roger McFarlanee193ab122018-11-22 20:55:07159const char kAutofillRichMetadataQueriesName[] =
160 "Autofill - Rich metadata queries (Canary/Dev only)";
161const char kAutofillRichMetadataQueriesDescription[] =
162 "Transmit rich form/field metadata when querying the autofill server. "
163 "This feature only works on the Canary and Dev channels.";
164
sebsg48d53acd92019-01-17 18:11:16165const char kAutofillSettingsSplitByCardTypeName[] =
166 "Autofill settings split by card type";
167const char kAutofillSettingsSplitByCardTypeDescription[] =
168 "When enabled, the cards in the payments settings will be split into two "
169 "lists based on where they are stored.";
170
Brett Wilsonf27ff602017-07-07 22:28:47171const char kAutoplayPolicyName[] = "Autoplay policy";
172const char kAutoplayPolicyDescription[] =
173 "Policy used when deciding if audio or video is allowed to autoplay.";
174
175const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
176 "User gesture is required for cross-origin iframes.";
177const char kAutoplayPolicyNoUserGestureRequired[] =
178 "No user gesture is required.";
179const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
180const char kAutoplayPolicyDocumentUserActivation[] =
181 "Document user activation is required.";
182
Maya Lekova4bbfdb7f2018-10-16 08:15:03183const char kAwaitOptimizationName[] = "Await optimization";
184const char kAwaitOptimizationDescription[] =
185 "Enables await taking 1 tick on the microtask queue.";
186
Brett Wilsonf27ff602017-07-07 22:28:47187const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
188const char kBleAdvertisingInExtensionsDescription[] =
189 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
190 "with regular use of Bluetooth Low Energy features.";
191
Charles Harrisond629cc62017-10-05 01:39:54192const char kBlockTabUndersName[] = "Block tab-unders";
193const char kBlockTabUndersDescription[] =
194 "Blocks tab-unders in Chrome with some native UI to allow the user to "
195 "proceed.";
196
Brett Wilsonf27ff602017-07-07 22:28:47197const char kBrowserTaskSchedulerName[] = "Task Scheduler";
198const char kBrowserTaskSchedulerDescription[] =
199 "Enables redirection of some task posting APIs to the task scheduler.";
200
Carlos IL766fbc882018-02-16 02:34:52201const char kBundledConnectionHelpName[] = "Bundled Connection Help";
202const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37203 "Enables or disables redirection to local help content for users who get "
204 "an interstitial after clicking the 'Learn More' link on a previous "
205 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52206
Brett Wilsonf27ff602017-07-07 22:28:47207const char kBypassAppBannerEngagementChecksName[] =
208 "Bypass user engagement checks";
209const char kBypassAppBannerEngagementChecksDescription[] =
210 "Bypasses user engagement checks for displaying app banners, such as "
211 "requiring that users have visited the site before and that the banner "
212 "hasn't been shown recently. This allows developers to test that other "
213 "eligibility requirements for showing app banners, such as having a "
214 "manifest, are met.";
215
Miguel Casas454d9cf2018-06-28 16:25:00216const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
217const char kCanvas2DImageChromiumDescription[] =
218 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
219
Brett Wilsonf27ff602017-07-07 22:28:47220const char kCastStreamingHwEncodingName[] =
221 "Cast Streaming hardware video encoding";
222const char kCastStreamingHwEncodingDescription[] =
223 "This option enables support in Cast Streaming for encoding video streams "
224 "using platform hardware.";
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
Christopher Cameronceb8727d2017-09-07 23:53:16250const char kForceColorProfileSRGB[] = "sRGB";
251const char kForceColorProfileP3[] = "Display P3 D65";
252const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
253const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
254
255const char kForceColorProfileName[] = "Force color profile";
256const char kForceColorProfileDescription[] =
257 "Forces Chrome to use a specific color profile instead of the color "
258 "of the window's current monitor, as specified by the operating system.";
259
Brett Wilsonf27ff602017-07-07 22:28:47260const char kCompositedLayerBordersName[] = "Composited render layer borders";
261const char kCompositedLayerBordersDescription[] =
262 "Renders a border around composited Render Layers to help debug and study "
263 "layer compositing.";
264
Theresac34db2d2018-06-28 00:03:11265const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
266const char kContextualSuggestionsButtonDescription[] =
267 "If enabled, shows a button to trigger contextual suggestions.";
268
Theresae308b9e2018-10-10 15:57:40269const char kContextualSuggestionsIPHReverseScrollName[] =
270 "Contextual Suggestions IPH Reverse Scroll";
271const char kContextualSuggestionsIPHReverseScrollDescription[] =
272 "Require a reverse scroll before showing in-product help for contextual "
273 "suggestions.";
274
Theresa0f2947b92018-07-02 21:27:58275const char kContextualSuggestionsOptOutName[] =
276 "Contextual Suggestions Opt-out";
277const char kContextualSuggestionsOptOutDescription[] =
278 "If enabled, allows the user to opt out of contextual suggestions.";
279
Brett Wilsonf27ff602017-07-07 22:28:47280const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
281const char kCreditCardAssistDescription[] =
282 "Enable assisted credit card filling on certain sites.";
283
Thanh Le659cb102017-12-20 22:00:19284const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
285const char kDataSaverServerPreviewsDescription[] =
286 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47287
Brett Wilsonf27ff602017-07-07 22:28:47288const char kDebugPackedAppName[] = "Debugging for packed apps";
289const char kDebugPackedAppDescription[] =
290 "Enables debugging context menu options such as Inspect Element for packed "
291 "applications.";
292
Brett Wilsonf27ff602017-07-07 22:28:47293const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
294const char kDebugShortcutsDescription[] =
295 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
296
297const char kDeviceDiscoveryNotificationsName[] =
298 "Device Discovery Notifications";
299const char kDeviceDiscoveryNotificationsDescription[] =
300 "Device discovery notifications on local network.";
301
302const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
303const char kDevtoolsExperimentsDescription[] =
304 "Enables Developer Tools experiments. Use Settings panel in Developer "
305 "Tools to toggle individual experiments.";
306
307const char kDisableAudioForDesktopShareName[] =
308 "Disable Audio For Desktop Share";
309const char kDisableAudioForDesktopShareDescription[] =
310 "With this flag on, desktop share picker window will not let the user "
311 "choose whether to share audio.";
312
Arthur Sonzogni721f48e2018-10-31 17:10:02313const char kDisableIpcFloodingProtectionName[] =
314 "Disable IPC flooding protection";
315const char kDisableIpcFloodingProtectionDescription[] =
316 "Some javascript code can flood the inter process communication system. "
317 "This protection limits the rate (calls/seconds) at which theses function "
arthursonzogni443bd0ef2018-11-27 16:12:53318 "can be used. This flag disables the protection. This flag is deprecated "
319 "and will be removed in Chrome 76. Use the switch "
320 "--disable-ipc-flooding-protection instead.";
Arthur Sonzogni721f48e2018-10-31 17:10:02321
Chris Palmer917bc052018-03-14 19:28:31322const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
323const char kDisablePushStateThrottleDescription[] =
324 "Disables throttling of history.pushState and history.replaceState method "
arthursonzogni443bd0ef2018-11-27 16:12:53325 "calls. This flag is deprecated and will be removed in Chrome 76. Use the "
326 "switch --disable-ipc-flooding-protection instead.";
Chris Palmer917bc052018-03-14 19:28:31327
Brett Wilsonf27ff602017-07-07 22:28:47328const char kDisableTabForDesktopShareName[] =
329 "Disable Desktop Share with tab source";
330const char kDisableTabForDesktopShareDescription[] =
331 "This flag controls whether users can choose a tab for desktop share.";
332
333const char kDisallowDocWrittenScriptsUiName[] =
334 "Block scripts loaded via document.write";
335const char kDisallowDocWrittenScriptsUiDescription[] =
336 "Disallows fetches for third-party parser-blocking scripts inserted into "
337 "the main frame via document.write.";
338
Christopher Thompson2ffffa2c2018-05-18 23:06:37339const char kDisallowUnsafeHttpDownloadsName[] =
340 "Block unsafe downloads over insecure connections";
341const char kDisallowUnsafeHttpDownloadsNameDescription[] =
342 "Disallows downloads of unsafe files (files that can potentially execute "
343 "code), where the final download origin or any origin in the redirect "
344 "chain is insecure.";
345
Brett Wilsonf27ff602017-07-07 22:28:47346const char kDriveSearchInChromeLauncherName[] =
347 "Drive Search in Chrome App Launcher";
348const char kDriveSearchInChromeLauncherDescription[] =
349 "Files from Drive will show up when searching the Chrome App Launcher.";
350
Brett Wilsonf27ff602017-07-07 22:28:47351const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
352const char kEmbeddedExtensionOptionsDescription[] =
353 "Display extension options as an embedded element in chrome://extensions "
354 "rather than opening a new tab.";
355
Dominic Mazzoni8ac98962018-05-25 05:44:55356const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
357const char kEnableAccessibilityObjectModelDescription[] =
358 "Enables experimental support for Accessibility Object Model APIs "
359 "that are in development.";
360
Becca Hughesac86cd442019-01-09 23:49:54361const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
362const char kEnableAudioFocusEnforcementDescription[] =
363 "Enables enforcement of a single media session having audio focus at "
364 "any one time. Requires #enable-media-session-service to be enabled too.";
365
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36366const char kEnableWebPaymentsSingleAppUiSkipName[] =
367 "Enable Web Payments single app UI skip";
368const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
369 "Enable Web Payments to skip showing its UI if the developer specifies a "
370 "single app.";
371
Sebastien Lalancette5daaf4a2019-01-11 22:09:25372const char kEnableAutocompleteDataRetentionPolicyName[] =
373 "Enable automatic cleanup of expired Autocomplete entries.";
374const char kEnableAutocompleteDataRetentionPolicyDescription[] =
375 "If enabled, will clean-up Autocomplete entries whose last use date is "
376 "older than the current retention policy. These entries will be "
377 "permanently deleted from the client on startup, and will be unlinked "
378 "from sync.";
379
Florian Uunk8c428ea2018-07-18 11:12:52380const char kEnableAutofillAccountWalletStorageName[] =
381 "Enable the account data storage for autofill";
382const char kEnableAutofillAccountWalletStorageDescription[] =
383 "Enable the ephemeral storage for account data for autofill.";
384
Shanfeng Zhang19c16562017-10-17 02:30:40385const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
386 "Credit card autofill ablation experiment.";
387const char kEnableAutofillCreditCardAblationExperimentDescription[] =
388 "If enabled, credit card autofill suggestions will not display.";
389
Brett Wilsonf27ff602017-07-07 22:28:47390const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
391 "Display the last used date of a credit card in autofill.";
392const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
393 "If enabled, display the last used date of a credit card in autofill.";
394
Sujie Zhu2cf0e5c2018-07-17 18:00:27395const char kEnableAutofillCreditCardLocalCardMigrationName[] =
396 "Enable migrating local cards to Google Pay";
397const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
398 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
399
Jared Saulbc672a072018-06-16 05:22:12400const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
401 "Make cardholder name editable in dialog during credit card upload";
402const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
403 "If enabled, in certain situations when offering credit card upload to "
404 "Google Payments, the cardholder name can be edited within the "
405 "offer-to-save dialog, which is prefilled with the name from the signed-in "
406 "Google Account.";
407
Hao Zhang1be9c262018-11-03 00:23:51408const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] =
409 "Make expiration date editable in dialog during credit card upload";
410const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] =
411 "If enabled, if a credit card's expiration date was not detected when "
412 "offering card upload to Google Payments, the offer-to-save dialog "
413 "displays an expiration date selector.";
414
siyua9a4a8872018-10-05 03:46:56415const char kEnableAutofillLocalCardMigrationShowFeedbackName[] =
416 "Show the upload results dialog after local card migration";
417const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] =
418 "If enabled, the local card migration offer dialog will remain pending "
419 "after the user clicks the save button. Once migration is finished, "
420 "the dialog will be updated with the results of each card.";
421
tmartinocd414732018-02-12 19:01:01422const char kEnableAutofillNativeDropdownViewsName[] =
423 "Display Autofill Dropdown Using Views";
424const char kEnableAutofillNativeDropdownViewsDescription[] =
425 "If enabled, the Autofill Dropdown will be built natively using Views, "
426 "rather than painted directly to a canvas.";
427
Fabio Tirelo87552e02018-07-06 15:43:21428const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
429 "Show unlabeled expiration dates on the save card dialog";
430const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
431 "If enabled, expiration dates on the save card dialog (both local and "
432 "upstream) are shown without an 'Exp:' label.";
433
siyua172973d2018-11-21 22:23:20434const char kEnableAutofillSaveCardImprovedUserConsentName[] =
435 "Use updated UI for credit card save bubbles";
436const char kEnableAutofillSaveCardImprovedUserConsentDescription[] =
437 "If enabled, adds a [No thanks] button to credit card save bubbles and "
438 "updates their title headers.";
439
Manas Verma99541e52018-08-03 20:37:23440const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
441 "Show Sign-In/Sync promo after saving a card locally";
442const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
443 "If enabled, shows a sign in prompt to the user after the user "
444 "saves a card locally. This also introduces a Manage Cards bubble "
445 "which you can access from the card icon after saving a card.";
446
Jared Saul8a0c1e92018-10-10 18:22:47447const char kEnableAutofillSaveCreditCardUsesStrikeSystemName[] =
448 "Enable limit on offering to save the same credit card repeatedly";
449const char kEnableAutofillSaveCreditCardUsesStrikeSystemDescription[] =
450 "If enabled, prevents popping up the credit card offer-to-save prompt if "
451 "it has repeatedly been ignored, declined, or failed.";
452
Anne Lim9d8f66a2019-01-07 23:49:21453const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Name[] =
454 "Enable limit on offering to save the same credit card repeatedly using the"
455 "updated strike system implementation";
456const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Description[] =
457 "If enabled, uses the updated strike system implementation to prevent"
458 "popping up the credit card offer-to-save prompt if it has repeatedly been"
459 "ignored, declined, or failed.";
460
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23461const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
462 "Send experiment flag IDs in calls to Google Payments";
463const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
464 "If enabled, adds the status of certain experiment variations when making "
465 "calls to Google Payments.";
466
Becca Hughes4d896c42018-05-29 16:58:51467const char kEnableAutoplayIgnoreWebAudioName[] =
468 "Autoplay ignores WebAudio playbacks";
469const char kEnableAutoplayIgnoreWebAudioDescription[] =
470 "If enabled, autoplay restrictions will be ignored for WebAudio.";
471
Becca Hughesc62f6a1d2018-08-16 15:59:47472const char kEnableAutoplayUnifiedSoundSettingsName[] =
473 "Autoplay unified sound settings UI";
474const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
475 "If enabled, shows the new unified autoplay sound settings UI.";
476
Brett Wilsonf27ff602017-07-07 22:28:47477const char kEnableBrotliName[] = "Brotli Content-Encoding.";
478const char kEnableBrotliDescription[] =
479 "Enable Brotli Content-Encoding support.";
480
Qiang Xu0f602fe62017-12-22 01:31:20481const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
482const char kEnableCaptivePortalRandomUrlDescription[] =
483 "Enable Captive Portal URL randomization.";
484
sclittle50e4bb92017-07-08 02:23:03485const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
486
487const char kEnableClientLoFiDescription[] =
488 "Enable showing low fidelity images on some pages on slow networks.";
489
Patrick Noland8bc57472018-06-19 21:09:54490const char kEnableCSSFragmentIdentifiersName[] =
491 "Enable CSS Fragment Identifiers";
492const char kEnableCSSFragmentIdentifiersDescription[] =
493 "Enable support for specifying a target element using a css selector in "
494 "the fragment identifier.";
495
David Reveman87b4b692018-03-09 21:22:22496const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
497const char kEnableCursorMotionBlurDescription[] =
498 "Enable motion blur effect for the cursor.";
499
Doug Arnett08b4067b2017-10-12 20:14:44500const char kEnableNoScriptPreviewsName[] = "NoScript previews";
501
502const char kEnableNoScriptPreviewsDescription[] =
503 "Enable disabling JavaScript on some pages on slow networks.";
504
Thanh Le2c279fbc2017-11-21 01:25:40505const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
506const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
507const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
508const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
509const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
510const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
511const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
512const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
513const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
514const char kDataReductionProxyServerAlternative10[] =
515 "Use alt. server config 10";
rajendrantcfa60ba2018-10-30 09:16:54516const char kEnableDataReductionProxyNetworkServiceName[] =
517 "Data reduction proxy with network service";
518const char kEnableDataReductionProxyNetworkServiceDescription[] =
519 "Enable data reduction proxy when network service is enabled";
Brett Wilsonf27ff602017-07-07 22:28:47520const char kEnableDataReductionProxyServerExperimentName[] =
521 "Use an alternative Data Saver back end configuration.";
522const char kEnableDataReductionProxyServerExperimentDescription[] =
523 "Enable a different approach to saving data by configuring the back end "
524 "server";
525
526const char kEnableDataReductionProxySavingsPromoName[] =
527 "Data Saver 1 MB Savings Promo";
528const char kEnableDataReductionProxySavingsPromoDescription[] =
529 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
530 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
531 "enabled for the promo to be shown.";
532
Matt Giucad4870432017-11-24 01:04:38533const char kEnableDesktopPWAsName[] = "Desktop PWAs";
534const char kEnableDesktopPWAsDescription[] =
535 "Experimental windowing and install banner treatment for Progressive Web "
536 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17537
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59538const char kEnableDesktopPWAsLinkCapturingName[] =
539 "Desktop PWAs Link Capturing";
540const char kEnableDesktopPWAsLinkCapturingDescription[] =
541 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
542 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
543 "#enable-desktop-pwas.";
544
Jay Harris52511a02018-11-02 01:00:28545const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI";
546const char kDesktopPWAsCustomTabUIDescription[] =
547 "Browsing out-of-scope links in a desktop PWA will use the custom tab UI "
548 "for displaying the page title and origin instead of the location bar.";
549
Jay Harrisee7a7bc62018-10-09 01:47:49550const char kDesktopPWAsStayInWindowName[] =
551 "Desktop PWAs out-of-scope links open in the app window";
552const char kDesktopPWAsStayInWindowDescription[] =
Jay Harris52511a02018-11-02 01:00:28553 "Links to sites in a different scope will open inside the PWA window as "
554 "opposed to in the browser.";
Jay Harrisee7a7bc62018-10-09 01:47:49555
Christopher Lame66b7812018-09-26 01:49:24556const char kEnableSystemWebAppsName[] = "System Web Apps";
557const char kEnableSystemWebAppsDescription[] =
558 "Experimental system for using the Desktop PWA framework for running System"
559 "Apps (e.g Settings, Discover).";
560
Ahmed Fakhry0037de02018-01-29 19:58:31561const char kEnableDockedMagnifierName[] = "Docked Magnifier";
562const char kEnableDockedMagnifierDescription[] =
563 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
564
David Benjamin570460e2018-10-16 06:01:29565const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening";
566const char kEnforceTLS13DowngradeDescription[] =
567 "This option enables the TLS 1.3 downgrade hardening mechanism. This "
568 "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 "
569 "through 1.2 connections. Firewalls and proxies that do not function when "
570 "this is enabled do not implement TLS 1.0 through 1.2 correctly or "
571 "securely. They must be fixed by vendors.";
572
Brett Wilsonf27ff602017-07-07 22:28:47573const char kEnableEnumeratingAudioDevicesName[] =
574 "Experimentally enable enumerating audio devices.";
575const char kEnableEnumeratingAudioDevicesDescription[] =
576 "Experimentally enable the use of enumerating audio devices.";
577
578const char kEnableGenericSensorName[] = "Generic Sensor";
579const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25580 "Enables motion sensor classes based on Generic Sensor API, i.e. "
581 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
582 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
583
584const char kEnableGenericSensorExtraClassesName[] =
585 "Generic Sensor Extra Classes";
586const char kEnableGenericSensorExtraClassesDescription[] =
587 "Enables an extra set of sensor classes based on Generic Sensor API, which "
588 "expose previously unavailable platform features, i.e. AmbientLightSensor "
589 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47590
Vikas Soni78daa632019-01-12 01:32:52591const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
592const char kEnableGpuServiceLoggingDescription[] =
593 "Enable printing the actual GL driver calls.";
594
Brett Wilsonf27ff602017-07-07 22:28:47595const char kEnableHDRName[] = "HDR mode";
596const char kEnableHDRDescription[] =
597 "Enables HDR support on compatible displays.";
598
Ryan Sturm6a850902018-06-09 02:27:34599const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
600const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09601 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25602 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01603 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
604 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34605
David Bokan911bded2018-11-27 23:23:32606const char kEnableImplicitRootScrollerName[] = "Implicit Root Scroller";
607const char kEnableImplicitRootScrollerDescription[] =
608 "Enables implicitly choosing which scroller on a page is the 'root "
609 "scroller'. i.e. The one that gets special features like URL bar movement, "
610 "overscroll glow, rotation anchoring, etc.";
611
Robert Ogden5a63b242018-09-17 21:38:57612const char kEnablePreviewsAndroidOmniboxUIName[] =
613 "Previews Android Omnibox UI";
614const char kEnablePreviewsAndroidOmniboxUIDescription[] =
615 "Enable showing the Previews UI in the Omnibox on Android instead of an "
616 "InfoBar. This has no effect on other platforms.";
617
Robert Ogdence8c9572018-10-08 23:08:48618const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews";
619const char kEnableLitePageServerPreviewsDescription[] =
Doug Arnett9c1f87562018-12-14 00:56:39620 "Enable showing Lite Page Previews served from a Previews Server."
621 "This feature will cause Chrome to redirect eligible navigations "
Robert Ogdence8c9572018-10-08 23:08:48622 "to a Google-owned domain that serves a pre-rendered version of the "
Doug Arnett9c1f87562018-12-14 00:56:39623 "original page. Also known as Lite Page Redirect Previews.";
Robert Ogdence8c9572018-10-08 23:08:48624
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41625const char kLayeredAPIName[] = "Experimental layered APIs";
626const char kLayeredAPIDescription[] =
627 "Enable layered API infrastructure, as well as several experimental "
628 "layered APIs. The syntax and the APIs exposed are experimental and will "
629 "change over time.";
630
Philip Rogers63481332018-12-01 22:16:51631const char kEnableBlinkGenPropertyTreesName[] = "Enable BlinkGenPropertyTrees";
632const char kEnableBlinkGenPropertyTreesDescription[] =
633 "Enable a new compositing mode where Blink generates the compositor "
634 "property trees.";
635
Ian Kilpatricke68ef11a2018-07-04 03:52:10636const char kEnableLayoutNGName[] = "Enable LayoutNG";
637const char kEnableLayoutNGDescription[] =
638 "Enable Blink's next generation layout engine.";
639
Scott Littled0fd2d002018-04-13 03:37:26640const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
641const char kEnableLazyFrameLoadingDescription[] =
642 "Defers the loading of certain cross-origin frames until the page is "
643 "scrolled down near them.";
644
rajendrant793ff512018-08-10 17:07:59645const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
646const char kEnableLazyImageLoadingDescription[] =
647 "Defers the loading of images until the page is scrolled down near them.";
648
Sidney San Martín9375b892017-09-09 00:29:54649const char kEnableMacMaterialDesignDownloadShelfName[] =
650 "Enable Material Design download shelf";
651
652const char kEnableMacMaterialDesignDownloadShelfDescription[] =
653 "If enabled, the download shelf uses Material Design.";
654
Becca Hughesac86cd442019-01-09 23:49:54655const char kEnableMediaSessionServiceName[] = "Media Session Service";
656const char kEnableMediaSessionServiceDescription[] =
657 "Enables the media session mojo service and internal media session "
658 "support.";
659
Anton Urusov47cd4932017-09-19 14:41:41660const char kEnablePolicyToolName[] = "Enable policy management page";
661const char kEnablePolicyToolDescription[] =
662 "If enabled, the chrome://policy-tool URL loads a page for managing "
663 "policies.";
664
Weidong Guof1e5a892018-01-06 02:26:39665const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28666 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39667const char kDisableMultiMirroringDescription[] =
668 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28669
Brett Wilsonf27ff602017-07-07 22:28:47670const char kEnableNavigationTracingName[] = "Enable navigation tracing";
671const char kEnableNavigationTracingDescription[] =
672 "This is to be used in conjunction with the trace-upload-url flag. "
673 "WARNING: When enabled, Chrome will record performance data for every "
674 "navigation and upload it to the URL specified by the trace-upload-url "
675 "flag. The trace may include personally identifiable information (PII) "
676 "such as the titles and URLs of websites you visit.";
677
Bernhard Bauer5533f9912017-11-06 17:56:02678const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
679const char kEnableNetworkLoggingToFileDescription[] =
680 "Enables network logging to a file named netlog.json in the user data "
681 "directory. The file can be imported into chrome://net-internals.";
682
Brett Wilsonf27ff602017-07-07 22:28:47683const char kEnableNetworkServiceName[] = "Enable network service";
684const char kEnableNetworkServiceDescription[] =
685 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40686 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47687
John Abd-El-Malek8067cc02017-12-04 23:23:20688const char kEnableNetworkServiceInProcessName[] =
689 "Runs network service in-process";
690const char kEnableNetworkServiceInProcessDescription[] =
691 "Runs the network service in the browser process.";
692
Ahmed Fakhry2fd8fc82017-07-28 16:31:12693const char kEnableNightLightName[] = "Enable Night Light";
694const char kEnableNightLightDescription[] =
695 "Enable the Night Light feature which controls the color temperature of "
696 "the screen.";
697
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28698const char kEnableNotificationScrollBarName[] =
699 "Enable notification list scroll bar";
700const char kEnableNotificationScrollBarDescription[] =
701 "Enable the scroll bar of the notification list in Unified System Tray.";
702
Mitsuru Otsukae8304de2018-10-29 02:14:36703const char kEnableNotificationExpansionAnimationName[] =
704 "Enable notification expansion animations";
705const char kEnableNotificationExpansionAnimationDescription[] =
706 "Enable notification animations whenever the expansion state is toggled.";
707
xlou8b56f672018-02-09 23:34:30708const char kEnableNupPrintingName[] = "Enable N-up printing";
709const char kEnableNupPrintingDescription[] =
710 "Enable N-up printing in the print preview panel.";
711
Sophie Chang117a3b22017-10-24 22:25:36712const char kEnableOptimizationHintsName[] = "Optimization Hints";
713const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50714 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36715 "into decisions for what optimizations to perform on some pages on slow "
716 "networks.";
717
Takashi Toyoshima2e01e692018-11-16 03:23:27718const char kEnableOutOfBlinkCorsName[] = "Out of blink CORS";
719const char kEnableOutOfBlinkCorsDescription[] =
Yutaka Hirano98be3272017-08-07 17:55:39720 "CORS handling logic is moved out of blink.";
721
Chris Halle952239e2018-11-06 06:49:52722const char kExperimentalAccessibilityFeaturesName[] =
723 "Experimental accessibility features";
724const char kExperimentalAccessibilityFeaturesDescription[] =
725 "Enable additional accessibility features in the Settings page.";
726
Katie D652135c2018-11-27 18:30:13727const char kExperimentalAccessibilityAutoclickName[] =
728 "Experimental automatic click features";
729const char kExperimentalAccessibilityAutoclickDescription[] =
730 "Enable additional features for automatic clicks.";
731
Katie D0c31c5062019-01-02 18:12:35732const char kExperimentalAccessibilityLabelsName[] =
733 "Experimental accessibility image label features";
734const char kExperimentalAccessibilityLabelsDescription[] =
735 "Enable additional features for image labels for accessibility.";
736
Chris Hall4a4225f62019-01-18 03:07:16737const char kExperimentalAccessibilityLanguageDetectionName[] =
738 "Experimental accessibility language detection";
739const char kExperimentalAccessibilityLanguageDetectionDescription[] =
740 "Enable language detection for in-page content which is then exposed to "
741 "accessiblity technologies such as screen readers.";
742
Anastasia Helfinsteinafecc68c2018-11-26 19:20:17743const char kExperimentalAccessibilitySwitchAccessName[] =
744 "Experimental feature Switch Access";
745const char kExperimentalAccessibilitySwitchAccessDescription[] =
746 "Add a setting to enable the prototype of Switch Access";
747
kylechar7051c092018-02-05 20:31:39748const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
749const char kVizDisplayCompositorDescription[] =
750 "If enabled, the display compositor runs as part of the viz service in the"
751 "GPU process.";
752
Ria Jiang6a129b982018-03-01 18:30:40753const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
754const char kVizHitTestDrawQuadDescription[] =
755 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
756 "with hit-test data computed from the CompositorFrame.";
757
Erik Chen49bbfa22017-08-18 08:49:56758const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23759 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56760const char kEnableOutOfProcessHeapProfilingDescription[] =
761 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19762 "malloced objects. Heap dumps can be obtained at chrome://tracing "
763 "[category:memory-infra] and chrome://memory-internals. This setting "
764 "controls which processes are profiled. As long as this setting is not "
765 "disabled, users can start profiling any given process in "
766 "chrome://memory-internals.";
767const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
768const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
769const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
770const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
771const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10772const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19773 "None by default. Visit chrome://memory-internals to choose which "
774 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15775const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
776 "Profile a random sampling of renderer processes, ensuring only one is "
777 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19778
Erik Chen8bb76b52017-12-06 19:06:25779const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19780 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25781const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
782 "By default, small allocations are pruned from the heap dump. This reduces "
783 "the size of the compressed trace by 100x. If pruning is disabled, the "
784 "chrome://tracing UI may be unable to take or load the trace. Save the "
785 "trace directly using chrome://memory-internals, and use other mechanisms "
786 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
787 "automatically uploaded traces will always be pruned. This only affects "
788 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56789
erikchen8bc20d82018-02-14 03:21:51790const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
791const char kOutOfProcessHeapProfilingSamplingDescription[] =
792 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22793 "10000. This results in low noise for large and/or frequent allocations ["
794 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
795 "total size of malloc-ed objects] and large and/or frequent allocations "
796 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51797
Erik Chen3303fd0232018-01-11 20:29:05798const char kOOPHPStackModeName[] =
799 "The type of stack to record for memlog heap dumps";
800const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19801 "By default, memlog heap dumps record native stacks, which requires a "
802 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55803 "pointers to work on Android. Native with thread names will add the thread "
804 "name as the first frame of each native stack. It's also possible to "
805 "record a pseudo stack using trace events as identifiers. It's also "
806 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19807const char kOOPHPStackModeMixed[] = "Mixed";
808const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55809const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19810const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05811
François Beaufort2e75f492018-02-08 20:44:46812const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47813const char kEnablePictureInPictureDescription[] =
François Beaufort106802c2018-12-18 17:46:13814 "Show Picture-in-Picture in browser context menu and video native "
815 "controls. The #enable-surfaces-for-videos flag must be enabled as well "
816 "to use it.";
Brett Wilsonf27ff602017-07-07 22:28:47817
F#m59d036e2017-09-13 07:22:17818const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
819const char kEnablePixelCanvasRecordingDescription[] =
820 "Pixel canvas recording allows the compositor to raster contents aligned "
821 "with the pixel and improves text rendering. This should be enabled when a "
822 "device is using fractional scale factor.";
823
Ella Gebee81c92018-08-14 15:51:09824const char kEnableResamplingInputEventsName[] =
825 "Enable resampling input events";
826const char kEnableResamplingInputEventsDescription[] =
827 "Predicts mouse and touch inputs position at rAF time based on previous "
828 "input";
829const char kEnableResamplingScrollEventsName[] =
830 "Enable resampling scroll events";
831const char kEnableResamplingScrollEventsDescription[] =
832 "Predicts the scroll amount at vsync time based on previous input";
833
Doug Arnettaa0bf202018-08-27 19:42:11834const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
835const char kEnableResourceLoadingHintsDescription[] =
836 "Enable using server-provided resource loading hints to provide a preview "
837 "over slow network connections.";
838
Mikel Astizb4786aa2018-11-09 22:12:09839const char kEnableSyncPseudoUSSAppListName[] =
840 "Enable pseudo-USS for APP_LIST sync.";
841const char kEnableSyncPseudoUSSAppListDescription[] =
842 "Enable new USS-based codepath for sync datatype APP_LIST.";
843
844const char kEnableSyncPseudoUSSAppsName[] = "Enable pseudo-USS for APPS sync.";
845const char kEnableSyncPseudoUSSAppsDescription[] =
846 "Enable new USS-based codepath for sync datatype APPS.";
847
848const char kEnableSyncPseudoUSSDictionaryName[] =
849 "Enable pseudo-USS for DICTIONARY sync.";
850const char kEnableSyncPseudoUSSDictionaryDescription[] =
851 "Enable new USS-based codepath for sync datatype DICTIONARY.";
852
853const char kEnableSyncPseudoUSSExtensionSettingsName[] =
854 "Enable pseudo-USS for EXTENSION_SETTINGS and APP_SETTINGS sync.";
855const char kEnableSyncPseudoUSSExtensionSettingsDescription[] =
856 "Enable new USS-based codepath for sync datatypes EXTENSION_SETTINGS and "
857 "APP_SETTINGS.";
858
859const char kEnableSyncPseudoUSSExtensionsName[] =
860 "Enable pseudo-USS for EXTENSIONS sync.";
861const char kEnableSyncPseudoUSSExtensionsDescription[] =
862 "Enable new USS-based codepath for sync datatype EXTENSIONS.";
863
864const char kEnableSyncPseudoUSSFaviconsName[] =
865 "Enable pseudo-USS for favicon sync.";
866const char kEnableSyncPseudoUSSFaviconsDescription[] =
867 "Enable new USS-based codepath for sync datatypes FAVICON_IMAGES and "
868 "FAVICON_TRACKING.";
869
870const char kEnableSyncPseudoUSSHistoryDeleteDirectivesName[] =
871 "Enable pseudo-USS for HISTORY_DELETE_DIRECTIVES sync.";
872const char kEnableSyncPseudoUSSHistoryDeleteDirectivesDescription[] =
873 "Enable new USS-based codepath for sync datatype "
874 "HISTORY_DELETE_DIRECTIVES.";
875
876const char kEnableSyncPseudoUSSPasswordsName[] =
877 "Enable pseudo-USS for PASSWORDS sync.";
878const char kEnableSyncPseudoUSSPasswordsDescription[] =
879 "Enable new USS-based codepath for sync datatype PASSWORDS (pseudo-USS).";
880
881const char kEnableSyncPseudoUSSPreferencesName[] =
882 "Enable pseudo-USS for PREFERENCES sync.";
883const char kEnableSyncPseudoUSSPreferencesDescription[] =
884 "Enable new USS-based codepath for sync datatype PREFERENCES.";
885
886const char kEnableSyncPseudoUSSPriorityPreferencesName[] =
887 "Enable pseudo-USS for PRIORITY_PREFERENCES sync.";
888const char kEnableSyncPseudoUSSPriorityPreferencesDescription[] =
889 "Enable new USS-based codepath for sync datatype PRIORITY_PREFERENCES.";
890
891const char kEnableSyncPseudoUSSSearchEnginesName[] =
892 "Enable pseudo-USS for SEARCH_ENGINES sync.";
893const char kEnableSyncPseudoUSSSearchEnginesDescription[] =
894 "Enable new USS-based codepath for sync datatype SEARCH_ENGINES.";
895
896const char kEnableSyncPseudoUSSSupervisedUsersName[] =
897 "Enable pseudo-USS for supervised users sync.";
898const char kEnableSyncPseudoUSSSupervisedUsersDescription[] =
899 "Enable new USS-based codepath for sync datatypes SUPERVISED_USER_SETTINGS "
900 "and SUPERVISED_USER_WHITELISTS.";
901
902const char kEnableSyncPseudoUSSThemesName[] =
903 "Enable pseudo-USS for THEMES sync.";
904const char kEnableSyncPseudoUSSThemesDescription[] =
905 "Enable new USS-based codepath for sync datatype THEMES.";
906
Mohamed Amir Yosef0178fa892018-07-23 17:43:52907const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
908const char kEnableSyncUSSBookmarksDescription[] =
909 "Enables the new, experimental implementation of bookmark sync";
910
Mikel Astiz38837f82018-04-24 22:23:23911const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
912const char kEnableSyncUSSSessionsDescription[] =
913 "Enables the new, experimental implementation of session sync (aka tab "
914 "sync).";
915
Brett Wilsonf27ff602017-07-07 22:28:47916const char kEnableUseZoomForDsfName[] =
917 "Use Blink's zoom for device scale factor.";
918const char kEnableUseZoomForDsfDescription[] =
919 "If enabled, Blink uses its zooming mechanism to scale content for device "
920 "scale factor.";
921const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
922const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
923const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
924
Patrick Noland8ee016e2018-01-24 11:44:53925const char kEnableScrollAnchorSerializationName[] =
926 "Scroll Anchor Serialization";
927const char kEnableScrollAnchorSerializationDescription[] =
928 "Save the scroll anchor and use it to restore the scroll position when "
929 "navigating.";
930
Brad Nelson5cd500e2018-01-04 00:50:19931const char kEnableSharedArrayBufferName[] =
932 "Experimental enabled SharedArrayBuffer support in JavaScript.";
933const char kEnableSharedArrayBufferDescription[] =
934 "Enable SharedArrayBuffer support in JavaScript.";
935
Brett Wilsonf27ff602017-07-07 22:28:47936const char kEnableWasmName[] = "WebAssembly structured cloning support.";
937const char kEnableWasmDescription[] =
938 "Enable web pages to use WebAssembly structured cloning.";
939
Kim Paulhamusae635a32018-06-27 07:30:54940const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
941const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47942 "Enable Web Authentication API support.";
943
Lei Zhang0ca70ea2018-09-07 17:51:01944const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47945 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01946const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47947 "Enable the cloud-assisted pairingless BLE protocol for use with "
948 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54949
Brett Wilsonf27ff602017-07-07 22:28:47950const char kEnableImageCaptureAPIName[] = "Image Capture API";
951const char kEnableImageCaptureAPIDescription[] =
952 "Enables the Web Platform Image Capture API: takePhoto(), "
953 "getPhotoCapabilities(), etc.";
954
Ramin Halavatic158b182018-10-18 14:04:54955const char kEnableIncognitoWindowCounterName[] = "Incognito Window Counter";
956const char kEnableIncognitoWindowCounterDescription[] =
957 "Shows the count of Incognito windows next to the Incognito icon on the "
958 "toolbar.";
959
Brett Wilsonf27ff602017-07-07 22:28:47960const char kEnableZeroSuggestRedirectToChromeName[] =
961 "Experimental contextual omnibox suggestion";
962const char kEnableZeroSuggestRedirectToChromeDescription[] =
963 "Change omnibox contextual suggestions to an experimental source. Note "
964 "that this is not an on/off switch for contextual omnibox and it only "
965 "applies to suggestions provided before the user starts typing a URL or a "
966 "search query (i.e. zero suggest).";
967
Clemens Hammacher0c8a15a2018-04-27 13:45:32968const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
969const char kEnableWasmBaselineDescription[] =
970 "Enables WebAssembly baseline compilation and tier up.";
971
Ben Smith24c1e5c2018-06-20 01:09:02972const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
973const char kEnableWasmThreadsDescription[] =
974 "Enables support for the WebAssembly Threads proposal. Implies "
975 "#shared-array-buffer and #enable-webassembly.";
976
Brett Wilsonf27ff602017-07-07 22:28:47977const char kExpensiveBackgroundTimerThrottlingName[] =
978 "Throttle expensive background timers";
979const char kExpensiveBackgroundTimerThrottlingDescription[] =
980 "Enables intervention to limit CPU usage of background timers to 1%.";
981
982const char kExperimentalAppBannersName[] = "Experimental app banners";
983const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38984 "Enables a new experimental app banner flow and UI. Implies "
985 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47986
987const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
988const char kExperimentalCanvasFeaturesDescription[] =
989 "Enables the use of experimental canvas features which are still in "
990 "development.";
991
992const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
993const char kExperimentalExtensionApisDescription[] =
994 "Enables experimental extension APIs. Note that the extension gallery "
995 "doesn't allow you to upload extensions that use experimental APIs.";
996
Ian Clelland37a985d2018-05-04 02:43:13997const char kExperimentalProductivityFeaturesName[] =
998 "Experimental Productivity Features";
999const char kExperimentalProductivityFeaturesDescription[] =
1000 "Enable support for experimental developer productivity features, such as "
1001 "Layered APIs and policies for avoiding slow rendering.";
1002
Brett Wilsonf27ff602017-07-07 22:28:471003const char kExperimentalSecurityFeaturesName[] =
1004 "Potentially annoying security features";
1005const char kExperimentalSecurityFeaturesDescription[] =
1006 "Enables several security features that will likely break one or more "
1007 "pages that you visit on a daily basis. Strict mixed content checking, for "
1008 "example. And locking powerful features to secure contexts. This flag will "
1009 "probably annoy you.";
1010
1011const char kExperimentalWebPlatformFeaturesName[] =
1012 "Experimental Web Platform features";
1013const char kExperimentalWebPlatformFeaturesDescription[] =
1014 "Enables experimental Web Platform features that are in development.";
1015
1016const char kExtensionContentVerificationName[] =
1017 "Extension Content Verification";
1018const char kExtensionContentVerificationDescription[] =
1019 "This flag can be used to turn on verification that the contents of the "
1020 "files on disk for extensions from the webstore match what they're "
1021 "expected to be. This can be used to turn on this feature if it would not "
1022 "otherwise have been turned on, but cannot be used to turn it off (because "
1023 "this setting can be tampered with by malware).";
1024const char kExtensionContentVerificationBootstrap[] =
1025 "Bootstrap (get expected hashes, but do not enforce them)";
1026const char kExtensionContentVerificationEnforce[] =
1027 "Enforce (try to get hashes, and enforce them if successful)";
1028const char kExtensionContentVerificationEnforceStrict[] =
1029 "Enforce strict (hard fail if we can't get hashes)";
1030
1031const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1032const char kExtensionsOnChromeUrlsDescription[] =
1033 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1034 "request this permission.";
galinapae72e152017-05-12 13:12:281035
Brett Wilsonecb80982017-07-12 20:34:511036const char kFeaturePolicyName[] = "Feature Policy";
1037const char kFeaturePolicyDescription[] =
1038 "Enables granting and removing access to features through the "
1039 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:341040
Brett Wilsonecb80982017-07-12 20:34:511041const char kFontCacheScalingName[] = "FontCache scaling";
1042const char kFontCacheScalingDescription[] =
1043 "Reuse a cached font in the renderer to serve different sizes of font for "
1044 "faster layout.";
1045
1046const char kForceEffectiveConnectionTypeName[] =
1047 "Override effective connection type";
1048const char kForceEffectiveConnectionTypeDescription[] =
1049 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301050 "returned by the network quality estimator. Slow 2G on Cellular returns "
1051 "Slow 2G when connected to a cellular network, and the actual estimate "
1052 "effective connection type when not on a cellular network. Previews are "
1053 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:511054const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1055const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1056const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301057const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1058 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511059const char kEffectiveConnectionType2GDescription[] = "2G";
1060const char kEffectiveConnectionType3GDescription[] = "3G";
1061const char kEffectiveConnectionType4GDescription[] = "4G";
1062
1063const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1064const char kFillOnAccountSelectDescription[] =
1065 "Filling of passwords when an account is explicitly selected by the user "
1066 "rather than autofilling credentials on page load.";
1067
Brett Wilsonecb80982017-07-12 20:34:511068const char kForceTextDirectionName[] = "Force text direction";
1069const char kForceTextDirectionDescription[] =
1070 "Explicitly force the per-character directionality of UI text to "
1071 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1072 "direction of the character language.";
1073const char kForceDirectionLtr[] = "Left-to-right";
1074const char kForceDirectionRtl[] = "Right-to-left";
1075
1076const char kForceUiDirectionName[] = "Force UI direction";
1077const char kForceUiDirectionDescription[] =
1078 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1079 "mode, overriding the default direction of the UI language.";
1080
1081const char kFramebustingName[] =
1082 "Framebusting requires same-origin or a user gesture";
1083const char kFramebustingDescription[] =
1084 "Don't permit an iframe to navigate the top level browsing context unless "
1085 "they are same-origin or the iframe is processing a user gesture.";
1086
Matt Reynolds043469f2018-05-01 22:56:581087const char kGamepadVibrationName[] = "Gamepad Vibration";
1088const char kGamepadVibrationDescription[] =
1089 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:511090
Brett Wilsonecb80982017-07-12 20:34:511091const char kGpuRasterizationName[] = "GPU rasterization";
1092const char kGpuRasterizationDescription[] =
1093 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:281094const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:511095
Ioana Pandele1ed7ef72018-11-21 15:22:031096const char kGooglePasswordManagerName[] = "Google Password Manager UI";
1097const char kGooglePasswordManagerDescription[] =
1098 "Enables access to the Google Password Manager UI from Chrome.";
1099
Brett Wilsonecb80982017-07-12 20:34:511100const char kGoogleProfileInfoName[] = "Google profile name and icon";
1101const char kGoogleProfileInfoDescription[] =
1102 "Enables using Google information to populate the profile name and icon in "
1103 "the avatar menu.";
1104
Takumi Fujimotofb71e332018-03-31 14:04:081105const char kViewsCastDialogName[] = "Views Cast dialog";
1106const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:311107 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:531108 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:541109 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:081110
Gabrielle Paladoaebf7ca2019-01-16 07:07:061111const char kHandwritingGestureName[] = "Handwriting Gestures";
1112const char kHandwritingGestureDescription[] =
1113 "Enables handwriting gestures within the virtual keyboard";
1114
Tommy Steimel1aadd7b2019-01-18 19:39:421115const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1116const char kHardwareMediaKeyHandlingDescription[] =
1117 "Enables using media keys to control the active media session. This "
1118 "requires MediaSessionService to be enabled too";
1119
Manu Cornet4a908de2018-04-09 04:32:271120const char kHideActiveAppsFromShelfName[] =
1121 "Hide running apps (that are not pinned) from the shelf";
1122const char kHideActiveAppsFromShelfDescription[] =
1123 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251124
Brett Wilsonecb80982017-07-12 20:34:511125const char kHistoryRequiresUserGestureName[] =
1126 "New history entries require a user gesture.";
1127const char kHistoryRequiresUserGestureDescription[] =
1128 "Require a user gesture to add a history entry.";
1129const char kHyperlinkAuditingName[] = "Hyperlink auditing";
1130const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
1131
Ryan Landay4242dbc22018-04-04 01:47:331132const char kHorizontalTabSwitcherAndroidName[] =
1133 "Enable horizontal tab switcher";
1134const char kHorizontalTabSwitcherAndroidDescription[] =
1135 "Changes the layout of the Android tab switcher so tabs scroll "
1136 "horizontally instead of vertically.";
1137
Matt Simmons2048b2a2018-12-20 20:12:561138const char kTabSwitcherOnReturnName[] = "Enable tab switcher on return";
1139const char kTabSwitcherOnReturnDescription[] =
1140 "Enable tab switcher on return after specified time has elapsed";
1141
Brett Wilsonecb80982017-07-12 20:34:511142const char kHostedAppQuitNotificationName[] =
1143 "Quit notification for hosted apps";
1144const char kHostedAppQuitNotificationDescription[] =
1145 "Display a notification when quitting Chrome if hosted apps are currently "
1146 "running.";
1147
1148const char kHostedAppShimCreationName[] =
1149 "Creation of app shims for hosted apps on Mac";
1150const char kHostedAppShimCreationDescription[] =
1151 "Create app shims on Mac when creating a hosted app.";
1152
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481153const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1154const char kHtmlBasedUsernameDetectorDescription[] =
1155 "Use HTML-based username detector for the password manager.";
1156
Brett Wilsonecb80982017-07-12 20:34:511157const char kIconNtpName[] = "Large icons on the New Tab page";
1158const char kIconNtpDescription[] =
1159 "Enable the experimental New Tab page using large icons.";
1160
1161const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1162const char kIgnoreGpuBlacklistDescription[] =
1163 "Overrides the built-in software rendering list and enables "
1164 "GPU-acceleration on unsupported system configurations.";
1165
Ryan Sturm8c3dbc92018-06-26 19:22:371166const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441167const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371168 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441169
Alexandre Frechetted3e1b542018-12-13 14:40:501170const char kImprovedGeoLanguageDataName[] = "Improved Geo-language Data";
1171const char kImprovedGeoLanguageDataDescription[] =
1172 "Makes the GeoLanguageModel use higher quality, more refined ULP "
1173 "geo-language data.";
1174
Brett Wilsonecb80982017-07-12 20:34:511175const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1176const char kInProductHelpDemoModeChoiceDescription[] =
1177 "Selects the In-Product Help demo mode.";
1178
1179const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1180const char kJavascriptHarmonyDescription[] =
1181 "Enable web pages to use experimental JavaScript features.";
1182
1183const char kJavascriptHarmonyShippingName[] =
1184 "Latest stable JavaScript features";
1185const char kJavascriptHarmonyShippingDescription[] =
1186 "Some web pages use legacy or non-standard JavaScript extensions that may "
1187 "conflict with the latest JavaScript features. This flag allows disabling "
1188 "support of those features for compatibility with such pages.";
1189
gogeraldfd7675d2018-06-19 22:57:351190const char kJustInTimeServiceWorkerPaymentAppName[] =
1191 "Just-in-time service worker payment app";
1192const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1193 "Allow crawling just-in-time service worker payment app when there is no "
1194 "installed service worker payment app for a payment request.";
1195
Yutaka Hiranof7f2f632017-09-06 10:40:081196const char kKeepAliveRendererForKeepaliveRequestsName[] =
1197 "Keep a renderer alive for keepalive fetch requests";
1198const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1199 "Keep a render process alive when the process has a pending fetch request "
1200 "with `keepalive' specified.";
1201
Joe Downing095fd6d2018-02-01 18:40:361202const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1203const char kKeyboardLockApiDescription[] =
1204 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1205 "specific key events and have them routed directly to the webpage when in "
1206 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1207
Brett Wilsonecb80982017-07-12 20:34:511208const char kLcdTextName[] = "LCD text antialiasing";
1209const char kLcdTextDescription[] =
1210 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1211 "(subpixel) when doing accelerated compositing.";
1212
Matt Giucac399982f2017-10-06 07:51:291213const char kLeftToRightUrlsName[] =
1214 "Render bidirectional URLs from left to right";
1215const char kLeftToRightUrlsDescription[] =
1216 "An experimental Bidi URL rendering algorithm where the URL components are "
1217 "always shown in order from left to right, regardless of any RTL "
1218 "characters. (The contents of each component are still rendered with the "
1219 "normal Bidi algorithm.)";
1220
Brett Wilsonecb80982017-07-12 20:34:511221const char kLoadMediaRouterComponentExtensionName[] =
1222 "Load Media Router Component Extension";
1223const char kLoadMediaRouterComponentExtensionDescription[] =
1224 "Loads the Media Router component extension at startup.";
1225
Mustafa Emre Acer137dc8b2018-08-29 20:38:131226const char kLookalikeUrlNavigationSuggestionsName[] =
1227 "Navigation suggestions for lookalike URLs";
1228const char kLookalikeUrlNavigationSuggestionsDescription[] =
1229 "Enable navigation suggestions for URLs that are visually similar to "
1230 "popular domains or to domains with a site engagement score.";
1231
Brett Wilsonecb80982017-07-12 20:34:511232const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1233const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511234
Lei Zhang2eca9082017-10-17 20:42:501235const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1236const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511237 "If enabled, the Incognito New Tab page uses the new material design with "
1238 "a better readable text.";
1239
spqchanb87755692018-04-05 00:46:091240const char kMediaRouterCastAllowAllIPsName[] =
1241 "Connect to Cast devices on all IP addresses";
1242const char kMediaRouterCastAllowAllIPsDescription[] =
1243 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311244 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091245
Brett Wilsonecb80982017-07-12 20:34:511246const char kMemoryCoordinatorName[] = "Memory coordinator";
1247const char kMemoryCoordinatorDescription[] =
1248 "Enable memory coordinator instead of memory pressure listeners.";
1249
1250const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1251const char kMessageCenterNewStyleNotificationDescription[] =
1252 "Enables the experiment style of material-design notification";
1253
Brett Wilsonecb80982017-07-12 20:34:511254const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1255const char kMhtmlGeneratorOptionDescription[] =
1256 "Provides experimental options for MHTML file generator.";
1257const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1258const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1259
Brett Wilsonecb80982017-07-12 20:34:511260const char kNewAudioRenderingMixingStrategyName[] =
1261 "New audio rendering mixing strategy";
1262const char kNewAudioRenderingMixingStrategyDescription[] =
1263 "Use the new audio rendering mixing strategy.";
1264
1265const char kNewBookmarkAppsName[] = "The new bookmark app system";
1266const char kNewBookmarkAppsDescription[] =
1267 "Enables the new system for creating bookmark apps.";
1268
Vadym Doroshenkocd4ff782018-07-24 13:41:021269const char kNewPasswordFormParsingName[] =
1270 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241271const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021272 "Replaces existing form parsing for filling in password manager with a new "
1273 "version, currently under development. WARNING: when enabled, Password "
1274 "Manager might stop working";
1275
1276const char kNewPasswordFormParsingForSavingName[] =
1277 "New password form parsing for saving passwords";
1278const char kNewPasswordFormParsingForSavingDescription[] =
1279 "Replaces existing form parsing for saving in password manager with a new "
1280 "version, currently under development. WARNING: when enabled, Password "
1281 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241282
Brett Wilsonecb80982017-07-12 20:34:511283const char kNewRemotePlaybackPipelineName[] =
1284 "Enable the new remote playback pipeline.";
1285const char kNewRemotePlaybackPipelineDescription[] =
1286 "Enable the new pipeline for playing media element remotely via "
1287 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501288const char kUseSurfaceLayerForVideoName[] =
1289 "Enable the use of SurfaceLayer objects for videos.";
1290const char kUseSurfaceLayerForVideoDescription[] =
1291 "Enable compositing onto a Surface instead of a VideoLayer "
1292 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511293
1294const char kNewUsbBackendName[] = "Enable new USB backend";
1295const char kNewUsbBackendDescription[] =
1296 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341297
Sonny Sasaka2d200432018-03-22 17:43:161298const char kNewblueName[] = "Newblue";
1299const char kNewblueDescription[] =
1300 "Enables the use of newblue Bluetooth daemon.";
1301
Peter Boström7df25c72018-12-12 06:40:191302const char kNewTabLoadingAnimation[] = "New tab-loading animation";
1303const char kNewTabLoadingAnimationDescription[] =
1304 "Enables a new look for the tab-loading animation.";
1305
Peter Kasting63097912018-06-30 02:09:031306const char kNewTabButtonPosition[] = "New tab button position";
1307const char kNewTabButtonPositionDescription[] =
1308 "Controls placement of the new tab button within the tabstrip.";
1309const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1310const char kNewTabButtonPositionLeading[] = "Leading";
1311const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1312const char kNewTabButtonPositionTrailing[] = "Trailing";
1313
Egor Pasko6fed3822018-05-30 10:33:141314const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341315const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141316 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341317
Alex Newcomerd7b0cc42018-05-25 22:58:481318const char kNotificationIndicatorName[] = "Notification Indicators";
1319const char kNotificationIndicatorDescription[] =
1320 "Enable notification indicators, which appear on app icons when a "
1321 "notification is active. This will also enable notifications in context "
1322 "menus.";
1323
Brett Wilsonecb80982017-07-12 20:34:511324const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1325const char kNotificationsNativeFlagDescription[] =
1326 "Enable support for using the native notification toasts and notification "
1327 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341328
Valeriya Sinevich972ac122018-09-05 07:33:191329const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1330const char kUseMultiloginEndpointDescription[] =
1331 "Use Gaia OAuth multilogin for identity consistency.";
1332
Zentaro Kavanaghbad511c2017-10-18 22:29:001333#if defined(OS_POSIX)
1334const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1335const char kNtlmV2EnabledDescription[] =
1336 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1337#endif
1338
Brett Wilsonecb80982017-07-12 20:34:511339const char kNumRasterThreadsName[] = "Number of raster threads";
1340const char kNumRasterThreadsDescription[] =
1341 "Specify the number of raster threads.";
1342const char kNumRasterThreadsOne[] = "1";
1343const char kNumRasterThreadsTwo[] = "2";
1344const char kNumRasterThreadsThree[] = "3";
1345const char kNumRasterThreadsFour[] = "4";
1346
1347const char kOfferStoreUnmaskedWalletCardsName[] =
1348 "Google Payments card saving checkbox";
1349const char kOfferStoreUnmaskedWalletCardsDescription[] =
1350 "Show the checkbox to offer local saving of a credit card downloaded from "
1351 "the server.";
1352
1353const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1354const char kOfflineAutoReloadDescription[] =
1355 "Pages that fail to load while the browser is offline will be "
1356 "auto-reloaded when the browser is online again.";
1357
1358const char kOfflineAutoReloadVisibleOnlyName[] =
1359 "Only Auto-Reload Visible Tabs";
1360const char kOfflineAutoReloadVisibleOnlyDescription[] =
1361 "Pages that fail to load while the browser is offline will only be "
1362 "auto-reloaded if their tab is visible.";
1363
Brett Wilsonecb80982017-07-12 20:34:511364const char kOmniboxDisplayTitleForCurrentUrlName[] =
1365 "Include title for the current URL in the omnibox";
1366const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1367 "In the event that the omnibox provides suggestions on-focus, the URL of "
1368 "the current page is provided as the first suggestion without a title. "
1369 "Enabling this flag causes the title to be displayed.";
1370
Tomasz Wiszkowskic87dff12019-01-15 02:57:511371const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
1372const char kOmniboxNewAnswerLayoutDescription[] =
1373 "Modernize omnibox answers using an enhanced layout with larger icons.";
1374
Benoit Lizeab08362c2017-07-19 14:50:541375const char kOmniboxSpareRendererName[] =
1376 "Start spare renderer on omnibox focus";
1377const char kOmniboxSpareRendererDescription[] =
1378 "When the omnibox is focused, start an empty spare renderer. This can "
1379 "speed up the load of the navigation from the omnibox.";
1380
Tommy C. Lie4194b732018-09-28 22:21:511381const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1382 "Omnibox UI Hide Steady-State URL Scheme";
1383const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1384 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361385 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511386
Tommy C. Lib20aec72018-11-19 21:38:231387const char kOmniboxUIOneClickUnelideName[] = "Omnibox UI One Click Unelide";
1388const char kOmniboxUIOneClickUnelideDescription[] =
1389 "In the omnibox, undo all unelisions with a single click or focus action.";
1390
Tommy C. Lie4194b732018-09-28 22:21:511391const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1392 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1393const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1394 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361395 "Hidden portions are restored during editing.";
1396
1397const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] =
1398 "Omnibox UI Hide Steady-State URL Path, Query, and Ref";
1399const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] =
1400 "In the omnibox, hide the path, query and ref from steady state displayed "
1401 "URLs. Hidden portions are restored during editing.";
Tommy C. Lid79d4402017-12-22 22:49:121402
Brett Wilsonecb80982017-07-12 20:34:511403const char kOmniboxUIMaxAutocompleteMatchesName[] =
1404 "Omnibox UI Max Autocomplete Matches";
1405
1406const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1407 "Changes the maximum number of autocomplete matches displayed in the "
1408 "Omnibox UI.";
1409
Justin Donnelly65c9e8b2017-10-01 05:15:011410const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1411const char kOmniboxUISwapTitleAndUrlDescription[] =
1412 "In the omnibox dropdown, shows titles before URLs when both are "
1413 "available.";
1414
Troy Hildebrandtb32637ca2018-02-21 23:25:091415const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1416 "Omnibox Voice Search Always Visible";
1417const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1418 "Always displays voice search icon in focused omnibox as long as voice "
1419 "search is possible";
1420
Vadym Doroshenko6b8f64d2018-11-26 15:35:391421const char kOnlyNewPasswordFormParsingName[] =
1422 "Use only new password form parsing";
1423const char kOnlyNewPasswordFormParsingDescription[] =
1424 "The old password form parsing is disabled";
1425
Mark Lieufaa1b762019-01-08 19:37:281426const char kOnTheFlyMhtmlHashComputationName[] =
1427 "On-The-Fly MHTML Hash Computation";
1428const char kOnTheFlyMhtmlHashComputationDescription[] =
1429 "Save MHTML files to the target location and calculate their content "
1430 "digests in one step.";
1431
Adrienne Walkerc87477e2018-06-06 22:28:211432const char kOopRasterizationName[] = "Out of process rasterization";
1433const char kOopRasterizationDescription[] =
1434 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1435 "Must also enable GPU rasterization";
1436
Brett Wilsonecb80982017-07-12 20:34:511437const char kOriginTrialsName[] = "Origin Trials";
1438const char kOriginTrialsDescription[] =
1439 "Enables origin trials for controlling access to feature/API experiments.";
1440
Becca Hughes930d8cd2017-10-02 11:09:121441const char kOverflowIconsForMediaControlsName[] =
1442 "Icons on Media Controls Overflow Menu";
1443const char kOverflowIconsForMediaControlsDescription[] =
1444 "Displays icons on the overflow menu of the native media controls";
1445
Brett Wilsonecb80982017-07-12 20:34:511446const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1447const char kOverlayScrollbarsDescription[] =
1448 "Enable the experimental overlay scrollbars implementation. You must also "
1449 "enable threaded compositing to have the scrollbars animate.";
1450
chaopenge8aa016b2017-08-24 15:20:191451const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1452 "Flash Overlay Scrollbars After Any Scroll Update";
1453const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1454 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1455 " must also enable Overlay Scrollbars.";
1456
chaopeng343678022017-08-24 18:45:001457const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1458 "Flash Overlay Scrollbars When Mouse Enter";
1459const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1460 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1461 " enable Overlay Scrollbars.";
1462
Daniele Castagna74ddb9c2018-06-21 22:59:021463const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1464const char kOverlayStrategiesDescription[] =
1465 "Select strategies used to promote quads to HW overlays.";
1466const char kOverlayStrategiesDefault[] = "Default";
1467const char kOverlayStrategiesNone[] = "None";
1468const char kOverlayStrategiesUnoccludedFullscreen[] =
1469 "Unoccluded fullscreen buffers (single-fullscreen)";
1470const char kOverlayStrategiesUnoccluded[] =
1471 "Unoccluded buffers (single-fullscreen,single-on-top)";
1472const char kOverlayStrategiesOccludedAndUnoccluded[] =
1473 "Occluded and unoccluded buffers "
1474 "(single-fullscreen,single-on-top,underlay)";
1475
Claudio Magni81326f92017-09-01 05:21:181476const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1477const char kUseNewAcceptLanguageHeaderDescription[] =
1478 "Adds the base language code after other corresponding language+region "
1479 "codes. This ensures that users receive content in their preferred "
1480 "language.";
1481
Brett Wilsonecb80982017-07-12 20:34:511482const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1483const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481484 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511485
1486const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1487const char kOverscrollStartThresholdDescription[] =
1488 "Changes overscroll start threshold relative to the default value.";
1489const char kOverscrollStartThreshold133Percent[] = "133%";
1490const char kOverscrollStartThreshold166Percent[] = "166%";
1491const char kOverscrollStartThreshold200Percent[] = "200%";
1492
chaopenge2b6e5f2018-05-08 16:40:451493const char kTouchpadOverscrollHistoryNavigationName[] =
1494 "Overscroll history navigation on Touchpad";
1495const char kTouchpadOverscrollHistoryNavigationDescription[] =
1496 "Allows swipe left/right from touchpad change browser navigation.";
1497
Xing Liu5400a002017-09-15 21:48:291498const char kParallelDownloadingName[] = "Parallel downloading";
1499const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061500 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291501
Brett Wilsonecb80982017-07-12 20:34:511502const char kPassiveEventListenerDefaultName[] =
1503 "Passive Event Listener Override";
1504const char kPassiveEventListenerDefaultDescription[] =
1505 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1506 "haven't requested otherwise) to be treated as passive. This will break "
1507 "touch/wheel behavior on some websites but is useful for demonstrating the "
1508 "potential performance benefits of adopting passive event listeners.";
1509const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1510const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1511
1512const char kPassiveEventListenersDueToFlingName[] =
1513 "Touch Event Listeners Passive Default During Fling";
1514const char kPassiveEventListenersDueToFlingDescription[] =
1515 "Forces touchstart, and first touchmove per scroll event listeners during "
1516 "fling to be treated as passive.";
1517
1518const char kPassiveDocumentEventListenersName[] =
1519 "Document Level Event Listeners Passive Default";
1520const char kPassiveDocumentEventListenersDescription[] =
1521 "Forces touchstart, and touchmove event listeners on document level "
1522 "targets (which haven't requested otherwise) to be treated as passive.";
1523
Sahel Sharify7400e882018-08-13 17:13:211524const char kPassiveDocumentWheelEventListenersName[] =
1525 "Document Level Wheel Event Listeners Passive Default";
1526const char kPassiveDocumentWheelEventListenersDescription[] =
1527 "Forces wheel, and mousewheel event listeners on document level targets "
1528 "(which haven't requested otherwise) to be treated as passive.";
1529
Vaclav Brozekd8a3f542017-11-16 14:21:131530const char kPasswordImportName[] = "Password import";
1531const char kPasswordImportDescription[] =
1532 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511533
Friedrich Horschige6c27742018-04-23 17:13:411534const char kPasswordsKeyboardAccessoryName[] =
1535 "Add password-related functions to keyboard accessory";
1536const char kPasswordsKeyboardAccessoryDescription[] =
1537 "Adds password generation button and toggle for the passwords bottom sheet "
1538 "to the keyboard accessory. Replaces password generation popups.";
1539
Christos Froussios6e060c42018-07-31 16:17:191540const char kPasswordsMigrateLinuxToLoginDBName[] =
1541 "Migrate passwords to \"Login Data\"";
1542const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591543 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191544 "gnome-keyring or kwallet into the profile directory.";
1545
Rouslan Solomakhinded840112018-11-02 13:27:101546const char kPerMethodCanMakePaymentQuotaName[] =
1547 "Per-method canMakePayment() quota.";
1548const char kPerMethodCanMakePaymentQuotaDescription[] =
1549 "Allow calling canMakePayment() for different payment methods, as long as "
1550 "method-specific parameters remain unchanged.";
1551
Brett Wilsonecb80982017-07-12 20:34:511552const char kPinchScaleName[] = "Pinch scale";
1553const char kPinchScaleDescription[] =
1554 "Enables experimental support for scale using pinch.";
1555
Doug Arnett620ff542018-02-06 17:54:221556const char kPreviewsAllowedName[] = "Previews Allowed";
1557const char kPreviewsAllowedDescription[] =
1558 "Allows previews to be shown subject to specific preview types being "
1559 "enabled and the client experiencing specific triggering conditions. "
1560 "May be used as a kill-switch to turn off all potential preview types.";
1561
Brett Wilsonecb80982017-07-12 20:34:511562const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1563const char kPrintPdfAsImageDescription[] =
1564 "If enabled, an option to print PDF files as images will be available in "
1565 "print preview.";
1566
1567const char kPrintPreviewRegisterPromosName[] =
1568 "Print Preview Registration Promos";
1569const char kPrintPreviewRegisterPromosDescription[] =
1570 "Enable registering unregistered cloud printers from print preview.";
1571
1572const char kProtectSyncCredentialName[] = "Autofill sync credential";
1573const char kProtectSyncCredentialDescription[] =
1574 "How the password manager handles autofill for the sync credential.";
1575
1576const char kProtectSyncCredentialOnReauthName[] =
1577 "Autofill sync credential only for transactional reauth pages";
1578const char kProtectSyncCredentialOnReauthDescription[] =
1579 "How the password manager handles autofill for the sync credential only "
1580 "for transactional reauth pages.";
1581
Mohsen Izadi93faac12017-07-29 04:45:151582const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1583const char kPullToRefreshDescription[] =
1584 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011585const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151586
Troy Hildebrandt7228ad12018-02-23 21:18:241587const char kQueryInOmniboxName[] = "Query in Omnibox";
1588const char kQueryInOmniboxDescription[] =
1589 "Only display query terms in the omnibox when viewing a search results "
1590 "page.";
1591
Brett Wilsonecb80982017-07-12 20:34:511592const char kQuicName[] = "Experimental QUIC protocol";
1593const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1594
Emily Starke8878d52018-05-11 21:27:261595const char kRecurrentInterstitialName[] =
1596 "Show a message when the same SSL error recurs";
1597const char kRecurrentInterstitialDescription[] =
1598 "Enable a special message on the SSL certificate error page when the same "
1599 "SSL error occurs repeatedly.";
1600
Brett Wilsonecb80982017-07-12 20:34:511601const char kReducedReferrerGranularityName[] =
1602 "Reduce default 'referer' header granularity.";
1603const char kReducedReferrerGranularityDescription[] =
1604 "If a page hasn't set an explicit referrer policy, setting this flag will "
1605 "reduce the amount of information in the 'referer' header for cross-origin "
1606 "requests.";
1607
Lei Zhang0ca70ea2018-09-07 17:51:011608const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581609 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011610const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581611 "This flag allows regional locales to be selected as display UI by the "
1612 "user in Language Settings. The actual locale of the system is derived "
1613 "from the user selection based on some simple fallback logic.";
1614
Christian Dullweber3cc579a22018-09-11 10:54:441615const char kRewriteLevelDBOnDeletionName[] =
1616 "Rewrite LevelDB instances after full deletions";
1617const char kRewriteLevelDBOnDeletionDescription[] =
1618 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1619
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351620const char kRendererSideResourceSchedulerName[] =
1621 "Renderer side ResourceScheduler";
1622const char kRendererSideResourceSchedulerDescription[] =
1623 "Migrate some ResourceScheduler functionalities to renderer";
1624
Brett Wilsonecb80982017-07-12 20:34:511625const char kRequestTabletSiteName[] =
1626 "Request tablet site option in the settings menu";
1627const char kRequestTabletSiteDescription[] =
1628 "Allows the user to request tablet site. Web content is often optimized "
1629 "for tablet devices. When this option is selected the user agent string is "
1630 "changed to indicate a tablet device. Web content optimized for tablets is "
1631 "received there after for the current tab.";
1632
1633const char kResetAppListInstallStateName[] =
1634 "Reset the App Launcher install state on every restart.";
1635const char kResetAppListInstallStateDescription[] =
1636 "Reset the App Launcher install state on every restart. While this flag is "
1637 "set, Chrome will forget the launcher has been installed each time it "
1638 "starts. This is used for testing the App Launcher install flow.";
1639
Kinuko Yasuda33955082018-06-19 10:14:591640const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511641const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591642 "Uses the resource load scheduler in blink to throttle resource load "
1643 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511644
Daniel Rubery91874e32019-01-10 22:12:341645const char kSafeBrowsingUseAPDownloadVerdictsName[] =
1646 "Request Advanced Protection verdicts when inspecting downloads";
1647const char kSafeBrowsingUseAPDownloadVerdictsDescription[] =
1648 "If enabled, download protection will request Advanced Protection "
1649 "verdicts from Safe Browsing. These will provide stronger protections "
1650 "from files Safe Browsing is unsure about.";
1651
Brett Wilsonecb80982017-07-12 20:34:511652const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1653const char kSafeSearchUrlReportingDescription[] =
1654 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1655
Alexei Filippov98772752018-01-27 08:26:521656const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1657const char kSamplingHeapProfilerDescription[] =
1658 "Enables native memory sampling profiler with specified rate in KiB. "
1659 "If sampling rate is not provided the default value of 128 KiB is used.";
1660
Brett Wilsonecb80982017-07-12 20:34:511661const char kSaveasMenuLabelExperimentName[] =
1662 "Switch 'Save as' menu labels to 'Download'";
1663const char kSaveasMenuLabelExperimentDescription[] =
1664 "Enables an experiment to switch menu labels that use 'Save as...' to "
1665 "'Download'.";
1666
1667const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1668const char kSavePageAsMhtmlDescription[] =
1669 "Enables saving pages as MHTML: a single text file containing HTML and all "
1670 "sub-resources.";
1671
Jeffrey Cohene49cc59c2018-10-23 16:27:281672const char kSendTabToSelfName[] = "Send tab to self";
1673const char kSendTabToSelfDescription[] =
1674 "Allows users to push tabs from Android devices to other synced "
1675 "devices, in order to easily transition those tabs to the new device ";
1676
gogeraldd5061b592017-09-06 23:39:551677const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1678const char kServiceWorkerPaymentAppsDescription[] =
1679 "Enable Service Worker applications to integrate as payment apps";
1680
momohattfc352292018-08-29 05:12:361681const char kServiceWorkerImportedScriptUpdateCheckName[] =
1682 "Enable update check for service worker importScripts() resources";
1683const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1684 "Extend byte-for-byte update check for scripts that are imported by the "
1685 "service worker script via importScripts().";
1686
Lei Zhang0ca70ea2018-09-07 17:51:011687const char kServiceWorkerServicificationName[] = "Servicified service workers";
1688const char kServiceWorkerServicificationDescription[] =
Makoto Shimazu22078cc2018-02-21 03:01:441689 "Enable the servicified service workers. A servicified service worker can "
1690 "have direct connection from its clients, so that fetch events can be "
1691 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171692
Azeem Arshad3b1ef73122018-08-30 02:04:151693const char kServiceWorkerLongRunningMessageName[] =
1694 "Service worker long running message dispatch.";
1695const char kServiceWorkerLongRunningMessageDescription[] =
1696 "Enables long running message dispatch method for service workers. "
1697 "Messages sent with this method do not timeout, allowing the service "
1698 "worker to run indefinitely.";
1699
Brett Wilsonecb80982017-07-12 20:34:511700const char kSettingsWindowName[] = "Show settings in a window";
1701const char kSettingsWindowDescription[] =
1702 "Settings will be shown in a dedicated window instead of as a browser tab.";
1703
Manu Cornetd7ef7c52018-05-01 22:08:231704const char kShelfHoverPreviewsName[] =
1705 "Show previews of running apps when hovering over the shelf.";
1706const char kShelfHoverPreviewsDescription[] =
1707 "Shows previews of the open windows for a given running app when hovering "
1708 "over the shelf.";
1709
Naoki Fukino008a0022018-05-23 18:33:001710const char kShowAndroidFilesInFilesAppName[] =
1711 "Show Android files in Files app";
1712const char kShowAndroidFilesInFilesAppDescription[] =
1713 "Show Android files in Files app if Android is enabled on the device.";
1714
Brett Wilsonecb80982017-07-12 20:34:511715const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1716const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381717 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1718 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511719
1720const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1721const char kShowAutofillTypePredictionsDescription[] =
1722 "Annotates web forms with Autofill field type predictions as placeholder "
1723 "text.";
1724
1725const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1726const char kShowOverdrawFeedbackDescription[] =
1727 "Visualize overdraw by color-coding elements based on if they have other "
1728 "elements drawn underneath.";
1729
Shivani Sharma2d5b4b6b2019-01-08 16:07:161730const char kHistoryManipulationIntervention[] =
1731 "History Manipulation Intervention";
1732const char kHistoryManipulationInterventionDescription[] =
1733 "If a page does a client side redirect or adds to the history without a "
1734 "user gesture, then skip it on back/forward UI.";
1735
Carlos IL89128732018-04-03 17:00:251736const char kSupervisedUserCommittedInterstitialsName[] =
1737 "Enable Supervised User Committed Interstitials";
1738const char kSupervisedUserCommittedInterstitialsDescription[] =
1739 "Use committed error pages instead of transient navigation entries for "
1740 "supervised user interstitials";
1741
yiyixbdfa9a0b2017-10-23 22:21:471742const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1743const char kEnableDrawOcclusionDescription[] =
1744 "Enable the system to use draw occlusion to skip draw quads when they are "
1745 "not shown on the screen.";
1746
Brett Wilsonecb80982017-07-12 20:34:511747const char kShowSavedCopyName[] = "Show Saved Copy Button";
1748const char kShowSavedCopyDescription[] =
1749 "When a page fails to load, if a stale copy of the page exists in the "
1750 "browser cache, a button will be presented to allow the user to load that "
1751 "stale copy. The primary enabling choice puts the button in the most "
1752 "salient position on the error page; the secondary enabling choice puts it "
1753 "secondary to the reload button.";
1754const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1755const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1756const char kDisableShowSavedCopy[] = "Disable";
1757
Brett Wilsonecb80982017-07-12 20:34:511758const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1759const char kSilentDebuggerExtensionApiDescription[] =
1760 "Do not show the infobar when an extension attaches to a page via "
1761 "chrome.debugger API. This is required to debug extension background "
1762 "pages.";
1763
Tsuyoshi Horo53895ba92018-03-14 04:06:481764const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1765const char kSignedHTTPExchangeDescription[] =
1766 "Enables Origin-Signed HTTP Exchanges support which is still in "
1767 "development. Warning: Enabling this may pose a security risk.";
1768
Christopher Thompson75ff845d2018-02-01 20:12:461769const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1770const char kSimplifyHttpsIndicatorDescription[] =
1771 "Change the UI treatment for HTTPS pages.";
1772
Bret Sepulveda4f891da2018-07-16 19:10:301773const char kSingleTabMode[] = "Single-tab mode";
1774const char kSingleTabModeDescription[] =
1775 "Windows with a single tab receive a special, minimal visual treatment.";
1776
Lukasz Anforowicz738a88d2018-11-05 19:19:341777const char kSiteIsolationOptOutName[] = "Disable site isolation";
1778const char kSiteIsolationOptOutDescription[] =
1779 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:571780 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1781 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:221782 "isolation is force-enabled using a command line switch or using an "
1783 "enterprise policy. "
1784 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:571785 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:341786const char kSiteIsolationOptOutChoiceDefault[] = "Default";
1787const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511788
Pattideade7972018-04-27 02:59:401789const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511790const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401791 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511792
Brett Wilsonecb80982017-07-12 20:34:511793const char kSmoothScrollingName[] = "Smooth Scrolling";
1794const char kSmoothScrollingDescription[] =
1795 "Animate smoothly when scrolling page content.";
1796
1797const char kSoftwareRasterizerName[] = "3D software rasterizer";
1798const char kSoftwareRasterizerDescription[] =
1799 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1800
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201801const char kSoleIntegrationName[] = "Sole integration";
1802const char kSoleIntegrationDescription[] =
1803 "Enable Sole integration for browser customization. You must restart "
1804 "the browser twice for changes to take effect.";
1805
Tommy Steimel77704be2017-08-28 22:14:401806const char kSoundContentSettingName[] = "Sound content setting";
1807const char kSoundContentSettingDescription[] =
1808 "Enable site-wide muting in content settings and tab strip context menu.";
1809
Justin Donnelly4e448cb2017-07-07 21:32:131810const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1811 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131812const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1813 "If enabled, when the user enters text in the omnibox that looks like a "
1814 "a query, any service worker associated with the search engine the query "
1815 "will be sent to is started early.";
1816
Brett Wilsonecb80982017-07-12 20:34:511817const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1818const char kSpellingFeedbackFieldTrialDescription[] =
1819 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401820
Carlos ILe5fa0a12018-08-03 16:08:321821const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1822const char kSSLCommittedInterstitialsDescription[] =
1823 "Use committed error pages instead of transient navigation entries "
1824 "for SSL interstitial error pages (i.e. certificate errors).";
1825
Shubhie Panickerfaf082ed2018-01-03 04:49:151826const char kStopInBackgroundName[] = "Stop in background";
1827const char kStopInBackgroundDescription[] =
1828 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281829 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151830
Shubhie Panicker56c99a22018-03-21 00:22:281831const char kStopNonTimersInBackgroundName[] =
1832 "Stop non-timer task queues background";
1833const char kStopNonTimersInBackgroundDescription[] =
1834 "Stop non-timer task queues, in the background, "
1835 "after a grace period.";
1836
Brett Wilsonecb80982017-07-12 20:34:511837const char kSuggestionsWithSubStringMatchName[] =
1838 "Substring matching for Autofill suggestions";
1839const char kSuggestionsWithSubStringMatchDescription[] =
1840 "Match Autofill suggestions based on substrings (token prefixes) rather "
1841 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341842
Marc Treibf65fb002018-08-03 11:17:161843const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1844const char kSyncStandaloneTransportDescription[] =
1845 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1846 "this mode, the Sync machinery can start without user opt-in, but only a "
1847 "subset of data types are supported.";
1848
Marc Treib4bd95e72018-08-30 06:30:581849const char kSyncSupportSecondaryAccountName[] =
1850 "Support secondary accounts for Sync standalone transport";
1851const char kSyncSupportSecondaryAccountDescription[] =
1852 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1853 "a signed-in account that has not been chosen as Chrome's primary account. "
1854 "This only has an effect if sync-standalone-transport is also enabled.";
1855
Jan Krcal2ff23f7c2018-09-04 16:16:131856const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1857const char kSyncUSSAutofillProfileDescription[] =
1858 "Enables the new implementation of autofill profile sync";
1859
Jan Krcale3641b92018-08-10 17:53:311860const char kSyncUSSAutofillWalletDataName[] =
1861 "Enable USS for autofill wallet data";
1862const char kSyncUSSAutofillWalletDataDescription[] =
1863 "Enables the new implementation of autofill walet data sync";
1864
Brett Wilsonecb80982017-07-12 20:34:511865const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1866const char kSyncSandboxDescription[] =
1867 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341868
Joe Downing8cbbc192018-05-14 17:37:071869const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1870const char kSystemKeyboardLockDescription[] =
1871 "Enables websites to use the keyboard.lock() API to intercept system "
1872 "keyboard shortcuts and have the events routed directly to the website "
1873 "when in fullscreen mode.";
1874
Taylor Bergquistbcc15462018-12-05 00:36:561875const char kTabGroupsName[] = "Tab Groups";
1876const char kTabGroupsDescription[] =
1877 "Allows users to organize tabs into visually distinct groups, e.g. to "
1878 "separate tabs associated with different tasks.";
1879
Caroline Risinge121c2b2018-12-03 20:19:291880const char kTabHoverCardsName[] = "Tab Hover Cards";
1881const char kTabHoverCardsDescription[] =
1882 "Enables a popup containing tab information to be visible when hovering "
1883 "over a tab. This will replace tooltips for tabs.";
1884
Christian Dullweberd0d96f02017-09-13 09:22:511885const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1886const char kTabsInCbdDescription[] =
1887 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1888
Daniele Castagna0fead93e2018-01-10 20:40:291889const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1890const char kTintGlCompositedContentDescription[] =
1891 "Tint contents composited using GL with a shade of red to help debug and "
1892 "study overlay support.";
1893
Peter Kastingd77428352018-10-26 15:20:251894const char kTopChromeTouchUiName[] = "Touch UI Layout";
1895const char kTopChromeTouchUiDescription[] =
1896 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:341897
Brett Wilsonecb80982017-07-12 20:34:511898const char kThreadedScrollingName[] = "Threaded scrolling";
1899const char kThreadedScrollingDescription[] =
1900 "Threaded handling of scroll-related input events. Disabling this will "
1901 "force all such scroll events to be handled on the main thread. Note that "
1902 "this can dramatically hurt scrolling performance of most websites and is "
1903 "intended for testing purposes only.";
1904
Dominick Ng8896b1cd2017-10-17 23:24:361905const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1906const char kTopSitesFromSiteEngagementDescription[] =
1907 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1908 "engagement.";
1909
Brett Wilsonecb80982017-07-12 20:34:511910const char kTouchAdjustmentName[] = "Touch adjustment";
1911const char kTouchAdjustmentDescription[] =
1912 "Refine the position of a touch gesture in order to compensate for touches "
1913 "having poor resolution compared to a mouse.";
1914
1915const char kTouchDragDropName[] = "Touch initiated drag and drop";
1916const char kTouchDragDropDescription[] =
1917 "Touch drag and drop can be initiated through long press on a draggable "
1918 "element.";
1919
1920const char kTouchEventsName[] = "Touch Events API";
1921const char kTouchEventsDescription[] =
1922 "Force Touch Events API feature detection to always be enabled or "
1923 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291924 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511925
1926const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1927const char kTouchSelectionStrategyDescription[] =
1928 "Controls how text selection granularity changes when touch text selection "
1929 "handles are dragged. Non-default behavior is experimental.";
1930const char kTouchSelectionStrategyCharacter[] = "Character";
1931const char kTouchSelectionStrategyDirection[] = "Direction";
1932
1933const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1934const char kTraceUploadUrlDescription[] =
1935 "This is to be used in conjunction with the enable-navigation-tracing "
1936 "flag. Please select the label that best describes the recorded traces. "
1937 "This will choose the destination the traces are uploaded to. If you are "
1938 "not sure, select other. If left empty, no traces will be uploaded.";
1939const char kTraceUploadUrlChoiceOther[] = "Other";
1940const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1941const char kTraceUploadUrlChoiceQa[] = "QA";
1942const char kTraceUploadUrlChoiceTesting[] = "Testing";
1943
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561944const char kTranslateExplicitLanguageAskName[] =
1945 "Explicitly ask for language preferences";
1946const char kTranslateExplicitLanguageAskDescription[] =
1947 "Explicitly ask the user which languages they can read on Chrome startup, "
1948 "on the first run that doesn't already have a promo.";
1949
Anthony Vallee-Dubois265c5692018-06-01 15:57:141950const char kTranslateForceTriggerOnEnglishName[] =
1951 "Select which language model to use to trigger translate on English "
1952 "content";
1953const char kTranslateForceTriggerOnEnglishDescription[] =
1954 "Force the Translate Triggering on English pages experiment to be enabled "
1955 "with the selected language model active.";
1956
Philippe Hamel7fdaa452017-09-29 17:22:491957const char kTranslateRankerEnforcementName[] =
1958 "Enforce TranslateRanker decisions";
1959const char kTranslateRankerEnforcementDescription[] =
1960 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1961 "or not Translate UI should be triggered in a given context.";
1962
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161963const char kTranslateUIName[] = "Enable Translate";
1964const char kTranslateUIDescription[] =
1965 "Enable the Translate popup when visiting webpages in other languages.";
1966
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051967const char kTreatInsecureOriginAsSecureName[] =
1968 "Insecure origins treated as secure";
1969const char kTreatInsecureOriginAsSecureDescription[] =
1970 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1971 "supplied as a comma-separated list. For the definition of secure "
1972 "contexts, "
1973 "see https://w3c.github.io/webappsec-secure-contexts/";
1974
Brett Wilsonecb80982017-07-12 20:34:511975const char kTrySupportedChannelLayoutsName[] =
1976 "Causes audio output streams to check if channel layouts other than the "
1977 "default hardware layout are available.";
1978const char kTrySupportedChannelLayoutsDescription[] =
1979 "Causes audio output streams to check if channel layouts other than the "
1980 "default hardware layout are available. Turning this on will allow the OS "
1981 "to do stereo to surround expansion if supported. May expose third party "
1982 "driver bugs, use with caution.";
1983
David Roger6762a092018-01-31 15:55:071984const char kUnifiedConsentName[] = "Unified Consent";
1985const char kUnifiedConsentDescription[] =
1986 "Enables a unified management of user consent for privacy-related "
1987 "features. This includes new confirmation screens and improved settings "
1988 "pages.";
1989
Brett Wilsonecb80982017-07-12 20:34:511990const char kUiPartialSwapName[] = "Partial swap";
1991const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1992
Chris Pickel3a227ae62017-08-24 10:47:261993const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1994const char kUseDdljsonApiDescription[] =
1995 "Enables the new ddljson API to fetch Doodles for the NTP.";
1996
Becca Hughes59c05b42017-11-03 13:11:581997const char kUseModernMediaControlsName[] = "New Media Controls";
1998const char kUseModernMediaControlsDescription[] =
1999 "Enables the new style native media controls.";
2000
Wei Li790e7a8572018-03-23 01:31:552001const char kUsePdfCompositorServiceName[] =
2002 "Use PDF compositor service for printing";
2003const char kUsePdfCompositorServiceDescription[] =
2004 "When enabled, use PDF compositor service to composite and generate PDF "
2005 "files for printing. When site isolation is enabled, disabling this will "
2006 "not stop using PDF compositor service since the service is required for "
2007 "printing out-of-process iframes correctly.";
2008
Mustaq Ahmedc646c0a2017-10-20 20:08:302009const char kUserActivationV2Name[] = "User Activation v2";
2010const char kUserActivationV2Description[] =
2011 "Enable simple user activation for APIs that are otherwise controlled by "
2012 "user gesture tokens.";
2013
Brett Wilsonecb80982017-07-12 20:34:512014const char kUserConsentForExtensionScriptsName[] =
2015 "User consent for extension scripts";
2016const char kUserConsentForExtensionScriptsDescription[] =
2017 "Require user consent for an extension running a script on the page, if "
2018 "the extension requested permission to run on all urls.";
2019
2020const char kUseSuggestionsEvenIfFewFeatureName[] =
2021 "Disable minimum for server-side tile suggestions on NTP.";
2022const char kUseSuggestionsEvenIfFewFeatureDescription[] =
2023 "Request server-side suggestions even if there are only very few of them "
2024 "and use them for tiles on the New Tab Page.";
2025
2026const char kV8CacheOptionsName[] = "V8 caching mode.";
2027const char kV8CacheOptionsDescription[] =
2028 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512029const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2030
Michael Hablich896d52662017-10-23 15:59:572031const char kV8VmFutureName[] = "Future V8 VM features";
2032const char kV8VmFutureDescription[] =
2033 "This enables upcoming and experimental V8 VM features. "
2034 "This flag does not enable experimental JavaScript features.";
2035
Hannes Payer1130d5672018-06-05 07:37:312036const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2037const char kV8OrinocoDescription[] =
2038 "This enables the V8 Orinoco garbage collection features.";
2039
Brett Wilsonecb80982017-07-12 20:34:512040const char kVideoFullscreenOrientationLockName[] =
2041 "Lock screen orientation when playing a video fullscreen.";
2042const char kVideoFullscreenOrientationLockDescription[] =
2043 "Lock the screen orientation of the device to match video orientation when "
2044 "a video goes fullscreen. Only on phones.";
2045
2046const char kVideoRotateToFullscreenName[] =
2047 "Rotate-to-fullscreen gesture for videos.";
2048const char kVideoRotateToFullscreenDescription[] =
2049 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2050 "the video. Only on phones.";
2051
2052const char kWalletServiceUseSandboxName[] =
2053 "Use Google Payments sandbox servers";
2054const char kWalletServiceUseSandboxDescription[] =
2055 "For developers: use the sandbox service for Google Payments API calls.";
2056
Brett Wilsonecb80982017-07-12 20:34:512057const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2058const char kWebglDraftExtensionsDescription[] =
2059 "Enabling this option allows web applications to access the WebGL "
2060 "Extensions that are still in draft status.";
2061
2062const char kWebMidiName[] = "Web MIDI API";
2063const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2064
2065const char kWebPaymentsName[] = "Web Payments";
2066const char kWebPaymentsDescription[] =
2067 "Enable Web Payments API integration, a JavaScript API for merchants.";
2068
Mathieu Perreault51339b82017-07-20 17:06:052069const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2070const char kWebPaymentsModifiersDescription[] =
2071 "If the website provides modifiers in the payment request, show the custom "
2072 "total for each payment instrument, update the shopping cart when "
2073 "instruments are switched, and send modified payment method specific data "
2074 "to the payment app.";
2075
Brett Wilsonecb80982017-07-12 20:34:512076const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2077const char kWebrtcEchoCanceller3Description[] =
2078 "Experimental WebRTC echo canceller (AEC3).";
2079
Lei Zhang0a318af2018-11-14 02:19:462080const char kWebrtcH264WithOpenh264FfmpegName[] =
2081 "WebRTC H.264 software video encoder/decoder";
2082const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2083 "When enabled, an H.264 software video encoder/decoder pair is included. "
2084 "If a hardware encoder/decoder is also available it may be used instead of "
2085 "this encoder/decoder.";
2086
Qingsi Wangec2dbf942018-11-03 05:33:042087const char kWebrtcHideLocalIpsWithMdnsName[] =
2088 "Anonymize local IPs exposed by WebRTC.";
2089const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2090 "Conceal local IP addresses with mDNS hostnames.";
2091
Alex Loikob5fb1282018-08-14 10:04:402092const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2093const char kWebrtcHybridAgcDescription[] =
2094 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2095
Brett Wilsonecb80982017-07-12 20:34:512096const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2097const char kWebrtcHwDecodingDescription[] =
2098 "Support in WebRTC for decoding video streams using platform hardware.";
2099
2100const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2101const char kWebrtcHwEncodingDescription[] =
2102 "Support in WebRTC for encoding video streams using platform hardware.";
2103
2104const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2105const char kWebrtcHwH264EncodingDescription[] =
2106 "Support in WebRTC for encoding h264 video streams using platform "
2107 "hardware.";
2108
2109const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2110const char kWebrtcHwVP8EncodingDescription[] =
2111 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2112
Niels Möller090866a2018-02-13 10:55:032113const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2114 "WebRTC new encode cpu load estimator";
2115const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2116 "Enable new estimator for the encoder cpu load, for evaluation and "
2117 "testing. Intended to improve accuracy when screen casting.";
2118
Elad Alon85e0d0be2018-06-26 10:38:372119const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2120const char kWebRtcRemoteEventLogDescription[] =
2121 "Allow collecting WebRTC event logs and uploading them to Crash. "
2122 "Please note that, even if enabled, this will still require "
2123 "a policy to be set, for it to have an effect.";
2124
Brett Wilsonecb80982017-07-12 20:34:512125const char kWebrtcSrtpAesGcmName[] =
2126 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2127const char kWebrtcSrtpAesGcmDescription[] =
2128 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2129
Joachim Bauch4a41d7512017-08-23 14:24:232130const char kWebrtcSrtpEncryptedHeadersName[] =
2131 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2132const char kWebrtcSrtpEncryptedHeadersDescription[] =
2133 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2134 "for SRTP.";
2135
Brett Wilsonecb80982017-07-12 20:34:512136const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2137const char kWebrtcStunOriginDescription[] =
2138 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2139 "header.";
2140
Lei Zhang0a318af2018-11-14 02:19:462141const char kWebrtcUnifiedPlanByDefaultName[] =
2142 "WebRTC: Use Unified Plan SDP Semantics by default";
2143const char kWebrtcUnifiedPlanByDefaultDescription[] =
2144 "RTCPeerConnections generate and expect the standards compliant SDP format "
2145 "called \"Unified Plan\", unless \"Plan B\" is explicitly specified by "
2146 "passing {sdpSemantics:'plan-b'} to the RTCPeerConnection constructor. "
2147 "RTCRtpTransceiver support is also enabled in Unified Plan.";
2148
Brett Wilsonecb80982017-07-12 20:34:512149const char kWebvrName[] = "WebVR";
2150const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012151 "Enables access to experimental Virtual Reality functionality via the "
2152 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2153 "Device API. Warning: Enabling this will also allow WebVR content on "
2154 "insecure origins to access these powerful APIs, and may pose a security "
David Dorwin09448942019-01-11 23:37:302155 "risk. Controllers are exposed as Gamepads, and WebVR-specific attributes "
2156 "are exposed.";
Brett Wilsonecb80982017-07-12 20:34:512157
Brandon Jonese9d9b2b2017-12-11 22:20:112158const char kWebXrName[] = "WebXR Device API";
2159const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012160 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2161 "and Augmented Reality (AR) devices.";
2162
2163const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2164const char kWebXrGamepadSupportDescription[] =
2165 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222166 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2167 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432168
2169const char kWebXrHitTestName[] = "WebXR Hit Test";
2170const char kWebXrHitTestDescription[] =
2171 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112172
Anna Maria57ecf7592018-01-12 03:10:402173const char kWebXrOrientationSensorDeviceName[] =
2174 "WebXR orientation sensor device";
2175const char kWebXrOrientationSensorDeviceDescription[] =
2176 "When no VR platform device is available, expose a non-presenting device "
2177 "based on the device's orientation sensors, if available.";
2178
Brett Wilsonecb80982017-07-12 20:34:512179const char kZeroCopyName[] = "Zero-copy rasterizer";
2180const char kZeroCopyDescription[] =
2181 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342182
Brett Wilsonff596952017-07-14 01:06:552183// Android ---------------------------------------------------------------------
2184
2185#if defined(OS_ANDROID)
2186
2187const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2188const char kAiaFetchingDescription[] =
2189 "Enable intermediate certificate fetching when a server does not provide "
2190 "sufficient certificates to build a chain to a trusted root.";
2191
2192const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2193const char kAccessibilityTabSwitcherDescription[] =
2194 "Enable the accessibility tab switcher for Android.";
2195
Pavel Shmakov798f4742018-11-15 21:27:382196const char kAllowRemoteContextForNotificationsName[] =
2197 "Allow using remote app context for notifications";
2198const char kAllowRemoteContextForNotificationsDescription[] =
2199 "Allow using Context#createPackageContext to work around issues with status"
2200 "bar icons on certain Android M devices.";
2201
Brett Wilsonff596952017-07-14 01:06:552202const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2203const char kAndroidAutofillAccessibilityDescription[] =
2204 "Enable accessibility for autofill popup.";
2205
Khushalbb1963a2018-10-02 21:02:352206const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2207const char kAndroidSurfaceControlDescription[] =
2208 "Use the SurfaceControl API for supporting overlays on Android";
2209
Anita Woodruffbfcd1e52018-07-16 12:00:512210const char kAppNotificationStatusMessagingName[] =
2211 "App notification status messaging";
2212const char kAppNotificationStatusMessagingDescription[] =
2213 "Enables messaging in site permissions UI informing user when "
2214 "notifications are disabled for the entire app.";
2215
Brett Wilsonff596952017-07-14 01:06:552216const char kAndroidPaymentAppsName[] = "Android payment apps";
2217const char kAndroidPaymentAppsDescription[] =
2218 "Enable third party Android apps to integrate as payment apps";
2219
Miriam Gershenson8cf1397222018-01-23 22:48:292220const char kAsyncDnsName[] = "Async DNS resolver";
2221const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2222
Dan Harrington01229f82018-09-12 21:01:212223const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2224const char kAutoFetchOnNetErrorPageDescription[] =
2225 "When enabled, and navigation fails with an offline error, schedule a "
2226 "fetch of the page when online again.";
2227
Brett Wilsonff596952017-07-14 01:06:552228const char kAutofillAccessoryViewName[] =
2229 "Autofill suggestions as keyboard accessory view";
2230const char kAutofillAccessoryViewDescription[] =
2231 "Shows Autofill suggestions on top of the keyboard rather than in a "
2232 "dropdown.";
2233
2234const char kBackgroundLoaderForDownloadsName[] =
2235 "Enables background downloading of pages.";
2236const char kBackgroundLoaderForDownloadsDescription[] =
2237 "Enables downloading pages in the background in case page is not yet "
2238 "loaded in current tab.";
2239
Tibor Goldschwendt11b3cf22018-07-04 15:32:442240const char kBackgroundTaskComponentUpdateName[] =
2241 "Background Task Component Updates";
2242const char kBackgroundTaskComponentUpdateDescription[] =
2243 "Schedule component updates with BackgroundTaskScheduler";
2244
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002245const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2246const char kCCTModuleDescription[] =
2247 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2248
Michael van Ouwerkerk29a7a292018-10-09 09:20:142249const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache";
2250const char kCCTModuleCacheDescription[] =
Michael van Ouwerkerka5df1ec2018-10-11 11:57:402251 "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. "
2252 "Under mild memory pressure the cache may be retained for some time";
Michael van Ouwerkerk29a7a292018-10-09 09:20:142253
John Lin170c00b2018-11-21 15:44:252254const char kCCTModuleCustomHeaderName[] =
2255 "Chrome Custom Tabs Module Custom Header";
2256const char kCCTModuleCustomHeaderDescription[] =
2257 "Enables header customization by dynamically loaded modules in "
2258 "Chrome Custom Tabs.";
2259
alihanlivdumlu12ac4772019-01-17 17:37:182260const char kCCTModuleDexLoadingName[] = "Chrome Custom Tabs Module Dex Loading";
2261const char kCCTModuleDexLoadingDescription[] =
2262 "Enables loading Chrome Custom Tabs module code from a dex file "
2263 "provided by the module.";
2264
barkerd84051482018-11-13 14:46:562265const char kCCTModulePostMessageName[] =
2266 "Chrome Custom Tabs Module postMessage API";
2267const char kCCTModulePostMessageDescription[] =
2268 "Enables the postMessage API exposed to dynamically loaded modules in "
2269 "Chrome Custom Tabs.";
2270
Anna Malova9bb4ead2019-01-18 18:01:262271const char kCCTModuleUseIntentExtrasName[] =
2272 "Chrome Custom Tabs Module Intent Extras Usage";
2273const char kCCTModuleUseIntentExtrasDescription[] =
2274 "Enables usage of Intent's extras in Chrome Custom Tabs Module";
2275
Matthew Jones1abcb132018-07-09 17:59:462276const char kChromeDuetName[] = "Chrome Duet";
2277const char kChromeDuetDescription[] =
2278 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052279
Sarath Singapati83aef1c2017-11-16 15:54:522280const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2281const char kClearOldBrowsingDataDescription[] =
2282 "Enables clearing of browsing data which is older than a given time "
2283 "period.";
2284
Brett Wilsonff596952017-07-14 01:06:552285const char kContentSuggestionsCategoryOrderName[] =
2286 "Default content suggestions category order (e.g. on NTP)";
2287const char kContentSuggestionsCategoryOrderDescription[] =
2288 "Set default order of content suggestion categories (e.g. on the NTP).";
2289
2290const char kContentSuggestionsCategoryRankerName[] =
2291 "Content suggestions category ranker (e.g. on NTP)";
2292const char kContentSuggestionsCategoryRankerDescription[] =
2293 "Set category ranker to order categories of content suggestions (e.g. on "
2294 "the NTP).";
2295
Vitalii Iarkof52ff802017-09-14 12:34:242296const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2297const char kContentSuggestionsDebugLogDescription[] =
2298 "Enable content suggestions debug log accessible through "
2299 "snippets-internals.";
2300
Donn Denman8e58ead2017-11-04 01:44:012301const char kContextualSearchMlTapSuppressionName[] =
2302 "Contextual Search ML tap suppression";
2303const char kContextualSearchMlTapSuppressionDescription[] =
2304 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022305 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2306 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552307
2308const char kContextualSearchName[] = "Contextual Search";
2309const char kContextualSearchDescription[] =
2310 "Whether or not Contextual Search is enabled.";
2311
Donn Denman59729812018-01-09 01:27:022312const char kContextualSearchRankerQueryName[] =
2313 "Contextual Search Ranker prediction";
2314const char kContextualSearchRankerQueryDescription[] =
2315 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2316
2317const char kContextualSearchSecondTapName[] =
2318 "Contextual Search second tap triggering";
2319const char kContextualSearchSecondTapDescription[] =
2320 "Enables triggering on a second tap gesture even when Ranker would "
2321 "normally suppress that tap.";
2322
Donn Denmane9b5b7fb2018-07-24 22:19:492323const char kContextualSearchUnityIntegrationName[] =
2324 "Contextual Search integration with Unified Consent";
2325const char kContextualSearchUnityIntegrationDescription[] =
2326 "Enables integration of Tap to Search with Unified Consent.";
2327
Lei Zhang0a318af2018-11-14 02:19:462328const char kDisplayCutoutAPIName[] =
2329 "Enable support for the Display Cutout API";
2330const char kDisplayCutoutAPIDescription[] =
2331 "Enables developers to support devices that have a display cutout.";
Cathy Li2fb32bf82018-06-06 18:55:402332
Dmitry Skiba9c3efa72017-07-20 22:01:142333const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2334const char kDontPrefetchLibrariesDescription[] =
2335 "Don't prefetch libraries after loading.";
2336
Joy Ming189b0cc2017-12-08 19:42:432337const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2338const char kDownloadsLocationChangeDescription[] =
2339 "Enable changing default downloads storage location on Android.";
2340
Shakti Sahu32b2ee102018-05-17 00:04:462341const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2342const char kDownloadProgressInfoBarDescription[] =
2343 "Enables an infobar notifying users about status of current downloads.";
2344
Shakti Sahu9ec8cfd2018-07-17 13:29:292345const char kDownloadHomeV2Name[] = "Enable download home v2";
2346const char kDownloadHomeV2Description[] =
2347 "Enables the new UI for download home";
2348
Brett Wilsonff596952017-07-14 01:06:552349const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2350const char kEnableAndroidPayIntegrationV1Description[] =
2351 "Enable integration with Android Pay using the first version of the API";
2352
2353const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2354const char kEnableAndroidPayIntegrationV2Description[] =
2355 "Enable integration with Android Pay using the second version of the API";
2356
Fabio Tirelo918089a2018-10-22 21:24:082357const char kAutofillManualFallbackAndroidName[] =
2358 "Enable Autofill manual fallback for Addresses and Payments (Android)";
2359const char kAutofillManualFallbackAndroidDescription[] =
2360 "If enabled, adds toggle for addresses and payments bottom sheet to the "
2361 "keyboard accessory.";
2362
Fabio Tirelo315e65922018-09-05 03:35:492363const char kEnableAutofillRefreshStyleName[] =
2364 "Enable Autofill refresh style (Android)";
2365const char kEnableAutofillRefreshStyleDescription[] =
2366 "Enable modernized style for Autofill on Android";
2367
Vitalii Iarkof4ed32d2017-09-26 13:15:532368const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552369const char kEnableAndroidSpellcheckerDescription[] =
2370 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552371
Lei Tianbd5a3bf2018-02-28 19:01:162372const char kEnableCommandLineOnNonRootedName[] =
2373 "Enable command line on non-rooted devices";
2374const char kEnableCommandLineOnNoRootedDescription[] =
2375 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2376
Vitalii Iarkof4ed32d2017-09-26 13:15:532377const char kEnableContentSuggestionsNewFaviconServerName[] =
2378 "Get favicons for content suggestions from a new server.";
2379const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2380 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2381 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552382
Vitalii Iarkof4ed32d2017-09-26 13:15:532383const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2384 "Use content suggestions thumbnail dominant color.";
2385const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2386 "Use content suggestions thumbnail dominant color as a placeholder before "
2387 "the real thumbnail is fetched (requires Chrome Home).";
2388
Brett Wilsonff596952017-07-14 01:06:552389const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2390const char kEnableCustomContextMenuDescription[] =
2391 "Enables a new context menu when a link, image, or video is pressed within "
2392 "Chrome.";
2393
Becca Hughes6d73bac542018-06-18 20:38:502394const char kEnableMediaControlsExpandGestureName[] =
2395 "Enable Media Controls Expand Gesture";
2396const char kEnableMediaControlsExpandGestureDescription[] =
2397 "Enables a gesture to be used on the media controls to extend the video "
2398 "into the Display Cutout area.";
2399
Brett Wilsonff596952017-07-14 01:06:552400const char kEnableOmniboxClipboardProviderName[] =
2401 "Omnibox clipboard URL suggestions";
2402const char kEnableOmniboxClipboardProviderDescription[] =
2403 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2404 "focus in the omnibox.";
2405
Brett Wilsonff596952017-07-14 01:06:552406const char kEnableNtpAssetDownloadSuggestionsName[] =
2407 "Show asset downloads on the New Tab page";
2408const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2409 "If enabled, the list of content suggestions on the New Tab page will "
2410 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2411 "later use.";
2412
2413const char kEnableNtpBookmarkSuggestionsName[] =
2414 "Show recently visited bookmarks on the New Tab page";
2415const char kEnableNtpBookmarkSuggestionsDescription[] =
2416 "If enabled, the list of content suggestions on the New Tab page will "
2417 "contain recently visited bookmarks.";
2418
Brett Wilsonff596952017-07-14 01:06:552419const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2420 "Show offline page downloads on the New Tab page";
2421const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2422 "If enabled, the list of content suggestions on the New Tab page will "
2423 "contain pages that the user downloaded for later use.";
2424
2425const char kEnableNtpRemoteSuggestionsName[] =
2426 "Show server-side suggestions on the New Tab page";
2427const char kEnableNtpRemoteSuggestionsDescription[] =
2428 "If enabled, the list of content suggestions on the New Tab page will "
2429 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2430 "allows to override the source used to retrieve these server-side "
2431 "suggestions.";
2432
2433const char kEnableNtpSnippetsVisibilityName[] =
2434 "Make New Tab Page Snippets more visible.";
2435const char kEnableNtpSnippetsVisibilityDescription[] =
2436 "If enabled, the NTP snippets will become more discoverable with a larger "
2437 "portion of the first card above the fold.";
2438
2439const char kEnableNtpSuggestionsNotificationsName[] =
2440 "Notify about new content suggestions available at the New Tab page";
2441const char kEnableNtpSuggestionsNotificationsDescription[] =
2442 "If enabled, notifications will inform about new content suggestions on "
2443 "the New Tab page.";
2444
Brett Wilsonff596952017-07-14 01:06:552445const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2446const char kEnableOfflinePreviewsDescription[] =
2447 "Enable showing offline page previews on slow networks.";
2448
2449const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2450const char kEnableOskOverscrollDescription[] =
2451 "Enable OSK overscroll support. With this flag on, the OSK will only "
2452 "resize the visual viewport.";
2453
Brett Wilsonff596952017-07-14 01:06:552454const char kEnableWebNfcName[] = "WebNFC";
2455const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2456
gogeraldf3cbb422017-07-26 14:37:122457const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2458 "Enable Web Payments method section order V2.";
2459const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2460 "Enable this option to display payment method section above address "
2461 "section instead of below it.";
2462
Donn Denmanffaeaa32018-10-12 17:37:532463const char kEphemeralTabName[] = "An Ephemeral Tab in an Overlay Panel";
2464const char kEphemeralTabDescription[] =
2465 "Enable a 'sneak peek' at a linked page in an overlay.";
2466
Lei Zhang0a318af2018-11-14 02:19:462467const char kExploreSitesName[] = "Explore websites";
2468const char kExploreSitesDescription[] =
2469 "Enables portal from new tab page to explore websites.";
2470
Xing Liu7d57dd32019-01-20 02:34:182471const char kForegroundNotificationManagerName[] =
2472 "Foreground notification manager";
2473const char kForegroundNotificationManagerDescription[] =
2474 "Enable foreground notification manager to handle foreground service and "
2475 "notification.";
2476
Jinsuk Kim459ee142018-11-28 06:27:312477const char kGestureNavigationName[] = "History navigation with gesture";
2478const char kGestureNavigationDescription[] =
2479 "Enable history navigation with horizontal gesture.";
2480
Raymes Khoury582b43132017-12-12 23:54:302481const char kGrantNotificationsToDSEName[] =
2482 "Grant notifications to the Default Search Engine";
2483const char kGrantNotificationsToDSENameDescription[] =
2484 "Automatically grant the notifications permission to the Default Search "
2485 "Engine";
2486
Daniel Parke74fcf862018-03-27 18:05:452487const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512488const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452489
Yafei Duanbb7663f32018-07-17 01:33:152490const char kHomepageTileName[] =
2491 "Enable Homepage tile shown in Suggested Tiles";
2492const char kHomepageTileDescription[] =
2493 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2494 "used for homepage. It will not have an effect when NTPButton is disabled.";
2495
Jian Li4b252642018-07-23 19:49:072496const char kIncognitoStringsName[] = "Alternate incognito strings";
2497const char kIncognitoStringsDescription[] =
2498 "Show alternate incognito strings if enabled.";
2499
Theresa920e0ed2018-03-07 18:12:442500const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152501 "Use the interest feed to render content suggestions. Currently "
2502 "content "
Theresa920e0ed2018-03-07 18:12:442503 "suggestions are shown on the New Tab Page.";
2504const char kInterestFeedContentSuggestionsName[] =
2505 "Interest Feed Content Suggestions";
2506
Brett Wilsonff596952017-07-14 01:06:552507const char kKeepPrefetchedContentSuggestionsName[] =
2508 "Keep prefetched content suggestions";
2509const char kKeepPrefetchedContentSuggestionsDescription[] =
2510 "If enabled, some of prefetched content suggestions are not replaced by "
2511 "the new fetched suggestions.";
2512
Leo Zhang051b75482017-12-20 03:28:302513const char kLanguagesPreferenceName[] = "Language Settings";
2514const char kLanguagesPreferenceDescription[] =
2515 "Enable this option for Language Settings feature on Android.";
2516
Brett Wilsonff596952017-07-14 01:06:552517const char kLsdPermissionPromptName[] =
2518 "Location Settings Dialog Permission Prompt";
2519const char kLsdPermissionPromptDescription[] =
2520 "Whether to use the Google Play Services Location Settings Dialog "
2521 "permission dialog.";
2522
Amirhossein Simjour97b4154f2018-02-20 03:49:592523const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2524const char kModalPermissionDialogViewDescription[] =
2525 "Enable this option to use ModalDialogManager for permission Dialogs.";
2526
Brett Wilsonff596952017-07-14 01:06:552527const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2528const char kMediaScreenCaptureDescription[] =
2529 "Enable this option for experimental ScreenCapture feature on Android.";
2530
2531const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2532const char kModalPermissionPromptsDescription[] =
2533 "Whether to use permission dialogs in place of permission infobars.";
2534
Finnur Thorarinssonc1488fc62018-07-09 19:21:572535const char kNewContactsPickerName[] = "Enable new contacts picker";
2536const char kNewContactsPickerDescription[] =
2537 "Activates the new picker for selecting contacts.";
2538
Dan Harrington541db9e2018-07-30 18:36:302539const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2540const char kNewNetErrorPageUIDescription[] =
2541 "Selects which new UI experience to show on the net-error (Dino) page";
2542
Brett Wilsonff596952017-07-14 01:06:552543const char kNewPhotoPickerName[] = "Enable new Photopicker";
2544const char kNewPhotoPickerDescription[] =
2545 "Activates the new picker for selecting photos.";
2546
2547const char kNoCreditCardAbort[] = "No Credit Card Abort";
2548const char kNoCreditCardAbortDescription[] =
2549 "Whether or not the No Credit Card Abort is enabled.";
2550
Daniel Park990d0992018-05-18 22:12:512551const char kNtpButtonName[] = "Enable NTP Button";
2552const char kNtpButtonDescription[] =
2553 "Displays a New Tab Page button in the toolbar if enabled.";
2554
Brett Wilsonff596952017-07-14 01:06:552555const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2556const char kOfflineBookmarksDescription[] =
2557 "Enable saving bookmarked pages for offline viewing.";
2558
Jian Liade82832018-09-06 22:31:412559const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2560const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2561 "Always do http probe to detect network connectivity for offline indicator "
2562 "as opposed to just taking the connection state from the system."
2563 "Used for testing.";
2564
2565const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2566const char kOfflineIndicatorChoiceDescription[] =
2567 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322568
Brett Wilsonff596952017-07-14 01:06:552569const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2570const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2571
2572const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2573const char kOfflinePagesCtV2Description[] =
2574 "V2 features include attributing pages to the app that initiated the "
2575 "custom tabs, and being able to query for pages by page attribution.";
2576
Cathy Li7311d792018-04-05 00:34:162577const char kOfflinePagesCTSuppressNotificationsName[] =
2578 "Disable download complete notification for whitelisted CCT apps.";
2579const char kOfflinePagesCTSuppressNotificationsDescription[] =
2580 "Disable download complete notification for page downloads originating "
2581 "from a CCT app whitelisted to show their own download complete "
2582 "notification.";
2583
Candice Sy74fa7a352018-03-30 23:46:492584const char kOfflinePagesDescriptiveFailStatusName[] =
2585 "Enables descriptive failed download status text.";
2586const char kOfflinePagesDescriptiveFailStatusDescription[] =
2587 "Enables failed download status text in notifications and Downloads Home "
2588 "to state the reason the request failed if the failure is actionable.";
2589
2590const char kOfflinePagesDescriptivePendingStatusName[] =
2591 "Enables descriptive pending download status text.";
2592const char kOfflinePagesDescriptivePendingStatusDescription[] =
2593 "Enables pending download status text in notifications and Downloads Home "
2594 "to state the reason the request is pending.";
2595
2596const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2597 "Enables offline pages in the downloads home to be opened in CCT.";
2598const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2599 "When enabled offline pages launched from the Downloads Home will be "
2600 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2601
Carlos Knippschild09272ecd2017-12-09 03:29:362602const char kOfflinePagesLimitlessPrefetchingName[] =
2603 "Removes resource usage limits for the prefetching of offline pages.";
2604const char kOfflinePagesLimitlessPrefetchingDescription[] =
2605 "Allows the prefetching of suggested offline pages to ignore resource "
2606 "usage limits. This allows it to completely ignore data usage limitations "
2607 "and allows downloads to happen with any kind of connection.";
2608
Brett Wilsonff596952017-07-14 01:06:552609const char kOfflinePagesLoadSignalCollectingName[] =
2610 "Enables collecting load timing data for offline page snapshots.";
2611const char kOfflinePagesLoadSignalCollectingDescription[] =
2612 "Enables loading completeness data collection while writing an offline "
2613 "page. This data is collected in the snapshotted offline page to allow "
2614 "data analysis to improve deciding when to make the offline snapshot.";
2615
2616const char kOfflinePagesPrefetchingName[] =
2617 "Enables suggested offline pages to be prefetched.";
2618const char kOfflinePagesPrefetchingDescription[] =
2619 "Enables suggested offline pages to be prefetched, so useful content is "
2620 "available while offline.";
2621
Pete Williamson7845dff2017-09-20 11:06:192622const char kOfflinePagesResourceBasedSnapshotName[] =
2623 "Enables offline page snapshots to be based on percentage of page loaded.";
2624const char kOfflinePagesResourceBasedSnapshotDescription[] =
2625 "Enables offline page snapshots to use a resource percentage based "
2626 "approach for determining when the page is loaded as opposed to a time "
2627 "based approach";
2628
Collin Baker17f92a52017-07-19 21:41:252629const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2630const char kOfflinePagesRenovationsDescription[] =
2631 "Enables offline page renovations which correct issues with dynamic "
2632 "content that occur when offlining pages that use JavaScript.";
2633
Brett Wilsonff596952017-07-14 01:06:552634const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2635const char kOfflinePagesSharingDescription[] =
2636 "Enables the saved offline pages to be shared via other applications.";
2637
Yafei Duan36b4b5b2018-08-07 00:40:032638const char kOfflinePagesLivePageSharingName[] =
2639 "Enables live page sharing of offline pages";
2640const char kOfflinePagesLivePageSharingDescription[] =
2641 "Enables to share current loaded page as offline page by saving as MHTML "
2642 "first.";
2643
Cathy Lie0d88762018-04-12 08:03:012644const char kOfflinePagesShowAlternateDinoPageName[] =
2645 "Enable alternate dino page with more user capabilities.";
2646const char kOfflinePagesShowAlternateDinoPageDescription[] =
2647 "Enables the dino page to show more buttons and offer existing offline "
2648 "content.";
2649
Brett Wilsonff596952017-07-14 01:06:552650const char kOfflinePagesSvelteConcurrentLoadingName[] =
2651 "Enables concurrent background loading on svelte.";
2652const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2653 "Enables concurrent background loading (or downloading) of pages on "
2654 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2655 "happen when the svelte device is idle.";
2656
2657const char kOffliningRecentPagesName[] =
2658 "Enable offlining of recently visited pages";
2659const char kOffliningRecentPagesDescription[] =
2660 "Enable storing recently visited pages locally for offline use. Requires "
2661 "Offline Pages to be enabled.";
2662
Lei Zhang2eca9082017-10-17 20:42:502663const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2664const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552665 "Enable Pay with Google integration into Web Payments with API version "
2666 "'1'.";
2667
Matthew Jonesa88b95852017-11-08 23:13:502668const char kProgressBarThrottleName[] = "Android progress update throttling.";
2669const char kProgressBarThrottleDescription[] =
2670 "Limit the maximum progress update to make progress appear smoother.";
2671
Brett Wilsonff596952017-07-14 01:06:552672const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2673const char kPullToRefreshEffectDescription[] =
2674 "Page reloads triggered by vertically overscrolling content.";
2675
Piotr Swigon7c296ef2017-08-29 04:32:002676const char kPwaImprovedSplashScreenName[] =
2677 "Improved Splash Screen for standalone PWAs";
2678const char kPwaImprovedSplashScreenDescription[] =
2679 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2680 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492681const char kPwaPersistentNotificationName[] =
2682 "Persistent notification in standalone PWA";
2683const char kPwaPersistentNotificationDescription[] =
2684 "Enables a persistent Android notification for standalone PWAs";
2685
Brett Wilsonff596952017-07-14 01:06:552686const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2687const char kReaderModeHeuristicsDescription[] =
2688 "Determines what pages the Reader Mode infobar is shown on.";
2689const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2690const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2691const char kReaderModeHeuristicsAllArticles[] = "All articles";
2692const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2693const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2694
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182695const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2696const char kReaderModeInCCTDescription[] =
2697 "Open Reader Mode in Chrome Custom Tabs.";
2698
Varun Khaneja2a8229f2019-01-12 00:57:262699const char kSafeBrowsingTelemetryForApkDownloadsName[] =
2700 "Send some telemetry for APK downloads for extended reporting users";
2701const char kSafeBrowsingTelemetryForApkDownloadsDescription[] =
2702 "If enabled, sends some information about the source and hash of the "
2703 "contents of any APK files downloaded by a user who has opted into Safe "
2704 "Browsing Extended Reporting already.";
2705
Varun Khaneja80712a82018-10-12 23:34:592706const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
2707 "Use local Safe Browsing blacklists";
2708const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
2709 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
2710 "process to check the Safe Browsing reputation of URLs without calling "
2711 "into GmsCore for every URL.";
2712
Matthew Jones53114262018-12-12 16:36:472713const char kSearchReadyOmniboxName[] = "Search Ready Omnibox";
2714const char kSearchReadyOmniboxDescription[] =
2715 "Clears the omnibox and adds a suggestion item to share, copy, or edit the "
2716 "URL.";
2717
Brett Wilsonff596952017-07-14 01:06:552718const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2719const char kSetMarketUrlForTestingDescription[] =
2720 "When enabled, sets the market URL for use in testing the update menu "
2721 "item.";
2722
2723const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2724const char kSpannableInlineAutocompleteDescription[] =
2725 "A new type of inline autocomplete for the omnibox that works with "
2726 "keyboards that compose text.";
2727
Theresaeea05a12018-05-09 21:01:592728const char kSiteExplorationUiName[] = "Site Exploration UI";
2729const char kSiteExplorationUiDescription[] =
2730 "Show site suggestions in the Exploration UI";
2731
Lei Zhang0a318af2018-11-14 02:19:462732const char kStrictSiteIsolationName[] = "Strict site isolation";
2733const char kStrictSiteIsolationDescription[] =
2734 "Security mode that enables site isolation for all sites (SitePerProcess). "
2735 "In this mode, each renderer process will contain pages from at most one "
2736 "site, using out-of-process iframes when needed. "
2737 "Check chrome://process-internals to see the current isolation mode. "
2738 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
2739 "default. Here, 'Disabled' is a legacy value that actually means "
2740 "'Default,' in which case site isolation may be already enabled based on "
2741 "platform, enterprise policy, or field trial. See also "
2742 "#site-isolation-trial-opt-out for how to disable site isolation for "
2743 "testing.";
2744
Anthony Vallee-Dubois4623e1b2018-10-11 22:09:182745const char kTranslateAndroidManualTriggerName[] =
2746 "Enable manual translate trigger";
2747const char kTranslateAndroidManualTriggerDescription[] =
2748 "Show a menu item in the main menu that triggers page translation.";
2749
Brett Wilsonff596952017-07-14 01:06:552750const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2751const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:442752 "When enabled, a badge will be shown on the app menu button if the update "
2753 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:552754
2755const char kUpdateMenuItemCustomSummaryDescription[] =
2756 "When this flag and the force show update menu item flag are enabled, a "
2757 "custom summary string will be displayed below the update menu item.";
2758const char kUpdateMenuItemCustomSummaryName[] =
2759 "Update menu item custom summary";
2760
Tommy Nyquist3c02e592018-10-18 23:36:442761const char kUpdateMenuTypeName[] =
2762 "Forces the update menu type to a specific type";
2763const char kUpdateMenuTypeDescription[] =
2764 "When set, forces the update type to be a specific one, which impacts "
2765 "the app menu badge and menu item for updates.";
2766const char kUpdateMenuTypeNone[] = "None";
2767const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
2768const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Brett Wilsonff596952017-07-14 01:06:552769
Marc Treib93af46a2017-08-23 13:30:002770const char kThirdPartyDoodlesName[] =
2771 "Enable Doodles for third-party search engines";
2772const char kThirdPartyDoodlesDescription[] =
2773 "Enables fetching and displaying Doodles on the NTP for third-party search "
2774 "engines.";
2775
Klaus Weidneraaf697f2018-01-18 20:07:362776const char kWebXrRenderPathName[] = "WebXR presentation render path";
2777const char kWebXrRenderPathDescription[] =
2778 "Render path to use for WebXR presentation (including WebVR)";
2779const char kWebXrRenderPathChoiceClientWaitDescription[] =
2780 "ClientWait (Baseline)";
2781const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2782 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072783const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2784 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362785
Becky Zhou65584142019-01-10 18:22:292786#if BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2787
2788const char kAndroidNightModeName[] = "Enable night mode based on user settings";
2789const char kAndroidNightModeDescription[] =
2790 "If enabled, user can enable night mode through settings.";
2791
2792#endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2793
Brett Wilson7b44537e2017-08-18 01:38:282794// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552795
Brett Wilson7b44537e2017-08-18 01:38:282796#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482797
Brett Wilson7b44537e2017-08-18 01:38:282798const char kAccountConsistencyName[] =
2799 "Identity consistency between browser and cookie jar";
2800const char kAccountConsistencyDescription[] =
2801 "When enabled, the browser manages signing in and out of Google accounts.";
2802const char kAccountConsistencyChoiceMirror[] = "Mirror";
2803const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342804
Tommy Martino3fa3df52018-08-20 21:45:442805const char kAutofillDropdownLayoutName[] =
2806 "Autofill Dropdown Layout Experiment";
2807const char kAutofillDropdownLayoutDescription[] =
2808 "Alternate visual designs for the Autofill dropdown.";
2809
Fabio Tirelo3773dea2018-09-11 15:21:522810const char kAutofillPrimaryInfoStyleExperimentName[] =
2811 "Autofill experiment with primary info style";
2812const char kAutofillPrimaryInfoStyleExperimentDescription[] =
2813 "Allow experimentation with different typefaces for primary info on the "
2814 "Autofill dropdown (addresses and payment methods)";
2815
Chris Pickel3a227ae62017-08-24 10:47:262816const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2817const char kDoodlesOnLocalNtpDescription[] =
2818 "Show doodles on the local New Tab page if Google is the default search "
2819 "engine.";
2820
Kyle Milkaedb39f52018-11-21 19:53:072821const char kSearchSuggestionsOnLocalNtpName[] =
2822 "Enable search suggestions on the local NTP";
2823const char kSearchSuggestionsOnLocalNtpDescription[] =
2824 "Show search suggestions on the local New Tab page if Google is the "
2825 "default search engine.";
2826
2827const char kPromosOnLocalNtpName[] = "Enable promos on the local NTP";
2828const char kPromosOnLocalNtpDescription[] =
2829 "Show promos on the local New Tab page if Google is the "
2830 "default search engine.";
2831
Lei Zhang0a318af2018-11-14 02:19:462832const char kEnableWebAuthenticationBleSupportName[] =
2833 "Web Authentication API BLE support";
2834const char kEnableWebAuthenticationBleSupportDescription[] =
2835 "Enable support for using Web Authentication API via Bluetooth security "
2836 "keys";
Sebastien Marchandd33f7dc2018-06-22 22:07:062837
Sebastien Marchandd33f7dc2018-06-22 22:07:062838const char kEnableWebAuthenticationCtap2SupportName[] =
2839 "Enable Web Authentication API support for CTAP2 security keys";
2840const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472841 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062842
2843const char kEnableWebAuthenticationTestingAPIName[] =
2844 "Web Authentication Testing API";
2845const char kEnableWebAuthenticationTestingAPIDescription[] =
2846 "Enable Web Authentication Testing API support, which disconnects the API "
2847 "implementation from the real world, and allows configuring virtual "
2848 "authenticator devices for testing";
2849
Jeffrey Cohenf04130a42018-08-29 00:22:272850const char kHappinessTrackingSurveysForDesktopName[] =
2851 "Happiness Tracking Surveys";
2852const char kHappinessTrackingSurveysForDesktopDescription[] =
2853 "Enable showing Happiness Tracking Surveys to users on Desktop";
2854
Lei Zhang0a318af2018-11-14 02:19:462855const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2856const char kInfiniteSessionRestoreDescription[] =
2857 "Reduces the number of tabs being loaded simultaneously during session "
2858 "restore, to improve responsiveness of the foreground tab. This requires "
2859 "#enable-page-almost-idle.";
Dave Schuyler598a4a42018-01-04 02:15:102860
Travis Skarebcdb5ed32018-08-17 01:49:402861const char kOmniboxDriveSuggestionsName[] =
2862 "Omnibox Google Drive Document suggestions";
2863const char kOmniboxDriveSuggestionsDescriptions[] =
2864 "Display suggestions for Google Drive documents in the omnibox when Google "
2865 "is the default search engine.";
2866
Lei Zhang0a318af2018-11-14 02:19:462867const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2868const char kOmniboxPedalSuggestionsDescription[] =
2869 "Enable omnibox Pedal suggestions using either a side button in suggestion "
2870 "or a dedicated suggestion item beneath the triggering line item. Omnibox "
2871 "Pedals accelerate actions within Chrome by detecting user intent and "
2872 "offering direct access to the end goal.";
2873
Orin Jaworski04c08b42018-07-11 02:39:562874const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2875const char kOmniboxReverseAnswersDescription[] =
2876 "Display answers with rows reversed (swapped); except definitions. Has no "
2877 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2878 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2879
Lei Zhang0a318af2018-11-14 02:19:462880const char kOmniboxRichEntitySuggestionsName[] =
2881 "Omnibox rich entity suggestions";
2882const char kOmniboxRichEntitySuggestionsDescription[] =
2883 "Display entity suggestions using images and an enhanced layout; showing "
2884 "more context and descriptive text about the entity. Has no effect unless "
2885 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2886 "flag is set to Refresh or Touchable Refresh.";
2887
Kevin Bailey898669972017-11-06 15:34:492888const char kOmniboxTabSwitchSuggestionsName[] =
2889 "Omnibox tab switch suggestions";
2890const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212891 "Enable suggestions for switching to open tabs within the Omnibox. "
2892 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2893 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492894
krbcc621412017-06-01 19:40:282895const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2896const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192897 "Enable receiving tail suggestions, a type of search suggestion based on "
2898 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342899
Sebastien Marchandd33f7dc2018-06-22 22:07:062900const char kPageAlmostIdleName[] = "Page Almost Idle";
2901const char kPageAlmostIdleDescription[] =
2902 "Make session restore use a definition of loading that waits for CPU and "
2903 "network quiescence.";
2904
2905const char kProactiveTabFreezeAndDiscardName[] =
2906 "Proactive Tab Freeze and Discard";
2907const char kProactiveTabFreezeAndDiscardDescription[] =
2908 "Enables proactive tab freezing and discarding. This requires "
2909 "#enable-page-almost-idle.";
2910
Nicolas Ouellet-payeur82eb65b2018-11-05 16:49:272911const char kShowManagedUiName[] = "Show managed UI for managed users";
2912const char kShowManagedUiDescription[] =
2913 "Enabled/disable showing enterprise users a 'Managed by your organization' "
2914 "message in the app menu and on some chrome:// pages.";
2915
Sebastien Marchandd33f7dc2018-06-22 22:07:062916const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2917const char kSiteCharacteristicsDatabaseDescription[] =
2918 "Records usage of some features in a database while a tab is in background "
2919 "(title/favicon update, audio playback or usage of non-persistent "
2920 "notifications).";
2921
Brett Wilson7b44537e2017-08-18 01:38:282922const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2923const char kUseGoogleLocalNtpDescription[] =
2924 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322925
Brett Wilson7b44537e2017-08-18 01:38:282926#if defined(GOOGLE_CHROME_BUILD)
2927
2928const char kGoogleBrandedContextMenuName[] =
2929 "Google branding in the context menu";
2930const char kGoogleBrandedContextMenuDescription[] =
2931 "Shows a Google icon next to context menu items powered by Google "
2932 "services.";
2933
2934#endif // !defined(GOOGLE_CHROME_BUILD)
2935
2936#endif // !defined(OS_ANDROID)
2937
2938// Windows ---------------------------------------------------------------------
2939
2940#if defined(OS_WIN)
2941
David Bienvenud0ddda32018-11-01 16:59:162942const char kCalculateNativeWinOcclusionName[] =
2943 "Calculate window occlusion on Windows";
2944const char kCalculateNativeWinOcclusionDescription[] =
2945 "Calculate window occlusion on Windows will be used in the future "
2946 "to throttle and potentially unload foreground tabs in occluded windows";
2947
Brett Wilson7b44537e2017-08-18 01:38:282948const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2949const char kCloudPrintXpsDescription[] =
2950 "XPS enables advanced options for classic printers connected to the Cloud "
2951 "Print with Chrome. Printers must be re-connected after changing this "
2952 "flag.";
2953
2954const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2955const char kDisablePostscriptPrintingDescription[] =
2956 "Disables PostScript generation when printing to PostScript capable "
2957 "printers, and uses EMF generation in its place.";
2958
2959const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2960const char kEnableAppcontainerDescription[] =
2961 "Enables the use of an AppContainer on sandboxed processes to improve "
2962 "security.";
2963
James Forshawfd0ce342018-02-14 09:55:392964const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2965const char kEnableGpuAppcontainerDescription[] =
2966 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2967 "improve security.";
2968
Brett Wilson7b44537e2017-08-18 01:38:282969const char kGdiTextPrinting[] = "GDI Text Printing";
2970const char kGdiTextPrintingDescription[] =
2971 "Use GDI to print text as simply text";
2972
Brett Wilson7b44537e2017-08-18 01:38:282973const char kTraceExportEventsToEtwName[] =
2974 "Enable exporting of tracing events to ETW.";
2975const char kTraceExportEventsToEtwDesription[] =
2976 "If enabled, trace events will be exported to the Event Tracing for "
2977 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2978 "Xperf.";
2979
Olli Etuaho122321192018-09-07 10:15:292980const char kUseAngleName[] = "Choose ANGLE graphics backend";
2981const char kUseAngleDescription[] =
2982 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2983 "computers by default. Using the OpenGL driver as the graphics backend may "
2984 "result in higher performance in some graphics-heavy applications, "
2985 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2986 "video playback.";
2987
2988const char kUseAngleDefault[] = "Default";
2989const char kUseAngleGL[] = "OpenGL";
2990const char kUseAngleD3D11[] = "D3D11";
2991const char kUseAngleD3D9[] = "D3D9";
2992
Brett Wilson7b44537e2017-08-18 01:38:282993const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2994const char kUseWinrtMidiApiDescription[] =
2995 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2996 "later).";
2997
2998const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2999const char kWindows10CustomTitlebarDescription[] =
3000 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
3001 "deferring to Windows.";
3002
3003#endif // defined(OS_WIN)
3004
3005// Mac -------------------------------------------------------------------------
3006
3007#if defined(OS_MACOSX)
3008
Brett Wilson7b44537e2017-08-18 01:38:283009const char kContentFullscreenName[] = "Improved Content Fullscreen";
3010const char kContentFullscreenDescription[] =
3011 "Fullscreen content window detaches from main browser window and goes to "
3012 "a new space without moving or changing the original browser window.";
3013
Martin Kreichgauer1ca416d2018-07-11 00:43:193014const char kEnableWebAuthenticationTouchIdName[] =
3015 "Web Authentication API Touch ID support";
3016const char kEnableWebAuthenticationTouchIdDescription[] =
3017 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
3018
Brett Wilson7b44537e2017-08-18 01:38:283019const char kHostedAppsInWindowsName[] =
3020 "Allow hosted apps to be opened in windows";
3021const char kHostedAppsInWindowsDescription[] =
3022 "Allows hosted apps to be opened in windows instead of being limited to "
3023 "tabs.";
3024
Christopher Cameron57dee5a42018-09-25 01:20:083025const char kCreateAppWindowsInAppShimProcessName[] =
3026 "Create native windows in the app process";
3027const char kCreateAppWindowsInAppShimProcessDescription[] =
3028 "Create native windows the app shim process, instead of of the browser "
3029 "process.";
3030
Lei Zhange065b572018-12-11 08:00:413031const char kEnableCustomMacPaperSizesName[] = "Enable custom paper sizes";
3032const char kEnableCustomMacPaperSizesDescription[] =
3033 "Allow use of custom paper sizes in Print Preview.";
3034
Lei Zhang2eca9082017-10-17 20:42:503035const char kMacTouchBarName[] = "Hardware Touch Bar";
3036const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:283037
Greg Kerr32483d1c2018-12-18 02:29:143038const char kMacV2GPUSandboxName[] = "Mac V2 GPU Sandbox";
3039const char kMacV2GPUSandboxDescription[] =
3040 "Controls whether the GPU process on macOS uses the V1 or V2 sandbox.";
3041
Brett Wilson7b44537e2017-08-18 01:38:283042const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
3043const char kMacViewsNativeAppWindowsDescription[] =
3044 "Controls whether to use Toolkit-Views based Chrome App windows.";
3045
3046const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
3047const char kMacViewsTaskManagerDescription[] =
3048 "Controls whether to use the Toolkit-Views based Task Manager.";
3049
Tessa Nijssen4db9799e2018-08-06 21:04:383050const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
3051const char kTextSuggestionsTouchBarDescription[] =
3052 "Enable text suggestions touch bar for textfields.";
3053
Brett Wilson7b44537e2017-08-18 01:38:283054#endif
3055
3056// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343057
3058#if defined(OS_CHROMEOS)
3059
Brett Wilson7b44537e2017-08-18 01:38:283060const char kAcceleratedMjpegDecodeName[] =
3061 "Hardware-accelerated mjpeg decode for captured frame";
3062const char kAcceleratedMjpegDecodeDescription[] =
3063 "Enable hardware-accelerated mjpeg decode for captured frame where "
3064 "available.";
vabr0215a8e2017-03-28 12:47:343065
Brett Wilson7b44537e2017-08-18 01:38:283066const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
3067const char kAllowTouchpadThreeFingerClickDescription[] =
3068 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:343069
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:523070const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
3071const char kArcAvailableForChildDescription[] =
3072 "Allow child accounts to start Android apps.";
3073
Brett Wilson7b44537e2017-08-18 01:38:283074const char kArcBootCompleted[] = "Load Android apps automatically";
3075const char kArcBootCompletedDescription[] =
3076 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343077
Luum Habtemariamdaa8fd22018-06-25 22:39:433078const char kArcCupsApiName[] = "ARC CUPS API";
3079const char kArcCupsApiDescription[] =
3080 "Enables support of libcups APIs from ARC";
3081
Naoki Fukino153de8a2019-01-22 08:37:543082const char kArcDocumentsProviderName[] = "ARC DocumentsProvider integration";
3083const char kArcDocumentsProviderDescription[] =
3084 "Enables DocumentsProvider integration in Chrome OS Files app.";
3085
Satoshi Niwa8b1d5282018-10-24 04:53:033086const char kArcFilePickerExperimentName[] =
3087 "Enable file picker experiment for ARC";
3088const char kArcFilePickerExperimentDescription[] =
3089 "Enables using Chrome OS file picker in ARC.";
3090
Yuichiro Hanada0b63f062018-07-12 02:18:333091const char kArcInputMethodName[] = "Enable ARC input methods.";
3092const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3093
Lev Rumyantsev7a8544312017-08-18 19:26:513094const char kArcNativeBridgeExperimentName[] =
3095 "Enable native bridge experiment for ARC";
3096const char kArcNativeBridgeExperimentDescription[] =
3097 "Enables experimental native bridge feature.";
3098
lgchengecd1c1a62018-01-09 02:59:463099const char kArcUsbHostName[] = "Enable ARC USB host integration";
3100const char kArcUsbHostDescription[] =
3101 "Allow Android apps to use USB host feature on ChromeOS devices.";
3102
Kevin Cernekeeb7f96a52017-10-25 17:40:183103const char kArcVpnName[] = "Enable ARC VPN integration";
3104const char kArcVpnDescription[] =
3105 "Allow Android VPN clients to tunnel Chrome traffic.";
3106
Qiang Xu045aff222018-05-21 23:21:013107const char kAshDisableLoginDimAndBlurName[] =
3108 "Disable dimming and blur on login screen.";
3109const char kAshDisableLoginDimAndBlurDescription[] =
3110 "Disable dimming and blur on login screen.";
3111
Qiang Xu045aff222018-05-21 23:21:013112const char kAshEnableDisplayMoveWindowAccelsName[] =
3113 "Enable shortcuts for moving window between displays.";
3114const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3115 "Enable shortcuts for moving window between displays.";
3116
Qiang Xu045aff222018-05-21 23:21:013117const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3118const char kAshEnableMirroredScreenDescription[] =
3119 "Enable the mirrored screen mode. This mode flips the screen image "
3120 "horizontally.";
3121
Qiang Xu045aff222018-05-21 23:21:013122const char kAshEnablePersistentWindowBoundsName[] =
3123 "Enable persistent window bounds in multi-displays scenario.";
3124const char kAshEnablePersistentWindowBoundsDescription[] =
3125 "Enable persistent window bounds in multi-displays scenario.";
3126
Eliot Courtneye87a9c32018-11-20 03:33:023127const char kAshEnablePipRoundedCornersName[] =
3128 "Enable Picture-in-Picture rounded corners.";
3129const char kAshEnablePipRoundedCornersDescription[] =
3130 "Enable rounded corners on the Picture-in-Picture window.";
3131
Qiang Xu045aff222018-05-21 23:21:013132const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3133const char kAshEnableTrilinearFilteringDescription[] =
3134 "Enable trilinear filtering.";
3135
Brett Wilson7b44537e2017-08-18 01:38:283136const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3137const char kAshEnableUnifiedDesktopDescription[] =
3138 "Enable unified desktop mode which allows a window to span multiple "
3139 "displays.";
vabr0215a8e2017-03-28 12:47:343140
Qiang Xu045aff222018-05-21 23:21:013141const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3142const char kAshShelfColorDescription[] =
3143 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3144 "--ash-shelf-color-scheme flag defines how that color is derived.";
3145
3146const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3147const char kAshShelfColorSchemeDescription[] =
3148 "Specify how the color is derived from the wallpaper. This flag is only "
3149 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3150const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3151const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3152const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3153const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3154const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3155const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3156
Sean Kau5e956192017-10-06 22:25:173157const char kBulkPrintersName[] = "Bulk Printers Policy";
3158const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3159
Brett Wilson7b44537e2017-08-18 01:38:283160const char kCaptivePortalBypassProxyName[] =
3161 "Bypass proxy for Captive Portal Authorization";
3162const char kCaptivePortalBypassProxyDescription[] =
3163 "If proxy is configured, it usually prevents from authorization on "
3164 "different captive portals. This enables opening captive portal "
3165 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343166
Brett Wilson7b44537e2017-08-18 01:38:283167const char kCrOSComponentName[] = "Chrome OS Component";
3168const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083169 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343170
Xiaochu Liu51d03fd2017-09-08 23:51:023171const char kCrOSContainerName[] = "Chrome OS Container";
3172const char kCrOSContainerDescription[] =
3173 "Enable the use of Chrome OS Container utility.";
3174
Brett Wilson7b44537e2017-08-18 01:38:283175const char kCrosRegionsModeName[] = "Cros-regions load mode";
3176const char kCrosRegionsModeDescription[] =
3177 "This flag controls cros-regions load mode";
3178const char kCrosRegionsModeDefault[] = "Default";
3179const char kCrosRegionsModeOverride[] = "Override VPD values.";
3180const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343181
Daniel Ng96ab0c82019-01-16 01:21:553182const char kCrostiniAppSearchName[] = "Crostini App Search";
3183const char kCrostiniAppSearchDescription[] =
3184 "Enable search and installation of Crostini apps in the launcher.";
3185
Joel Hockey42387102019-01-10 01:19:323186const char kCrostiniBackupName[] = "Crostini Backup";
3187const char kCrostiniBackupDescription[] = "Enable Crostini export and import.";
3188
Joel Hockeyad5b9762018-09-01 12:06:083189const char kCrostiniFilesName[] = "Crostini Files";
3190const char kCrostiniFilesDescription[] =
3191 "Enable Crostini file sharing in Files app.";
3192
Josh Pratt57cea392018-10-30 02:59:063193const char kCrostiniUsbSupportName[] = "Crostini Usb Support";
3194const char kCrostiniUsbSupportDescription[] =
3195 "Enable mounting Usb devices in Crostini.";
3196
Josh Nohle2f82dcc2018-12-17 23:11:233197const char kCryptAuthV2EnrollmentName[] = "CryptAuth v2 Enrollment";
3198const char kCryptAuthV2EnrollmentDescription[] =
3199 "Use the CryptAuth v2 Enrollment protocol.";
3200
Daniele Castagnac4aeb572018-10-23 16:23:573201const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
3202const char kDisableExplicitDmaFencesDescription[] =
3203 "Always rely on implicit syncrhonization between GPU and display "
3204 "controller instead of using dma-fences explcitily when available.";
3205
Qiang Xu045aff222018-05-21 23:21:013206const char kDisableSystemTimezoneAutomaticDetectionName[] =
3207 "SystemTimezoneAutomaticDetection policy support";
3208const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3209 "Disable system timezone automatic detection device policy.";
3210
Sammie Quonef6b4882017-09-14 16:50:053211const char kDisableTabletAutohideTitlebarsName[] =
3212 "Disable autohide titlebars in tablet mode";
3213const char kDisableTabletAutohideTitlebarsDescription[] =
3214 "Disable tablet mode autohide titlebars functionality. The user will be "
3215 "able to see the titlebar in tablet mode.";
3216
Xiaoqian Dai24b33eb2018-04-10 21:01:573217const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3218const char kDisableTabletSplitViewDescription[] =
3219 "Disable split view for Chrome OS tablet mode.";
3220
Ahmed Fakhry4f567e692018-10-16 15:51:083221const char kDoubleTapToZoomInTabletModeName[] =
3222 "Double-tap to zoom in tablet mode";
3223const char kDoubleTapToZoomInTabletModeDescription[] =
3224 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
3225 "page.";
3226
Daniel Zhang01399072018-08-16 22:28:203227const char kEnableAppListSearchAutocompleteName[] =
3228 "App List Search Autocomplete";
3229const char kEnableAppListSearchAutocompleteDescription[] =
3230 "Allow App List search box to autocomplete queries for Google searches and "
3231 "apps.";
3232
Qiang Xu53d1a5832018-05-24 18:44:193233const char kEnableAppShortcutSearchName[] =
3234 "Enable app shortcut search in launcher";
3235const char kEnableAppShortcutSearchDescription[] =
3236 "Enables app shortcut search in launcher";
3237
Vladislav Kaznacheevaa213a02018-10-29 17:54:283238const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
3239const char kEnableAppDataSearchDescription[] =
3240 "Allow launcher search to access data available through Firebase App "
3241 "Indexing";
3242
Weidong Guo00d0b2b2018-06-07 00:39:303243const char kEnableAppsGridGapFeatureName[] =
3244 "Enable apps grid gap feature in launcher.";
3245const char kEnableAppsGridGapFeatureDescription[] =
3246 "Enables gaps at the end of each page and enables dragging an item to an "
3247 "empty page in launcher.";
3248
Lei Zhang0a318af2018-11-14 02:19:463249const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:373250 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:463251const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:373252 "If audio focus is enabled in Chrome then this will delegate audio focus "
3253 "control in Android apps to Chrome.";
3254
Yue Li958f9dd2018-11-15 00:56:593255const char kEnableAssistantVoiceMatchName[] = "Enable Assistant Voice Match";
3256const char kEnableAssistantVoiceMatchDescription[] =
3257 "Enable the Assistant Voice Match feature";
3258
Yue Liebaa9952018-12-07 21:41:263259const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
3260const char kEnableAssistantAppSupportDescription[] =
3261 "Enable the Assistant App Support feature";
3262
Lei Zhang2eca9082017-10-17 20:42:503263const char kEnableBackgroundBlurName[] = "Enable background blur.";
3264const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423265 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393266
Lei Zhang0ca70ea2018-09-07 17:51:013267const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3268const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493269 "Enables the Chrome OS Account Manager";
3270
Alexander Alekseev38e1e0a2018-11-08 22:48:483271const char kEnableDiscoverAppName[] = "Enable Discover App";
3272const char kEnableDiscoverAppDescription[] =
3273 "Enable Discover App icon in launcher.";
3274
Xiaoqian Dai82d99192018-05-25 18:51:353275const char kEnableDragTabsInTabletModeName[] =
3276 "Enable dragging tabs in tablet mode";
3277const char kEnableDragTabsInTabletModeDescription[] =
3278 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3279
Sam McNally201fbf94e2018-07-04 03:15:203280const char kEnableDriveFsName[] = "Enable DriveFS";
3281const char kEnableDriveFsDescription[] =
3282 "Enables use of the new DriveFS-based Drive sync client.";
3283
Luciano Pacheco20c48bd42018-11-07 00:57:083284const char kEnableMyFilesVolumeName[] = "Enable MyFiles as Volume";
3285const char kEnableMyFilesVolumeDescription[] =
Luciano Pacheco7fe772fe2018-11-07 02:31:453286 "Enables use of MyFiles as a read/write volume. This should be only "
3287 "used for testing or for trying to restore the previous Downloads content.";
Luciano Pacheco20c48bd42018-11-07 00:57:083288
Brett Wilson7b44537e2017-08-18 01:38:283289const char kEnableEhvInputName[] =
3290 "Emoji, handwriting and voice input on opt-in IME menu";
3291const char kEnableEhvInputDescription[] =
3292 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343293
Brett Wilson7b44537e2017-08-18 01:38:283294const char kEnableEncryptionMigrationName[] =
3295 "Enable encryption migration of user data";
3296const char kEnableEncryptionMigrationDescription[] =
3297 "If enabled and the device supports ARC, the user will be asked to update "
3298 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343299
Qiang Xu045aff222018-05-21 23:21:013300const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3301 "Enable full screen handwriting virtual keyboard";
3302const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3303 "If enabled, the handwriting virtual keyboard will allow user to write "
3304 "anywhere on the screen";
3305
Xiaohui Chenfb0943e2018-10-16 22:44:373306const char kEnableGoogleAssistantName[] = "Enable Google Assistant";
3307const char kEnableGoogleAssistantDescription[] =
3308 "Enable an experimental Assistant implementation that will work on all "
3309 "Chromebooks.";
3310
Xiaohui Chenf4283f32018-11-26 20:02:503311const char kEnableGoogleAssistantDspName[] =
3312 "Enable Google Assistant with hardware-based hotword";
3313const char kEnableGoogleAssistantDspDescription[] =
3314 "Enable an experimental feature that uses hardware-based hotword detection "
3315 "for Assistant. Only a limited number of devices have this type of "
3316 "hardware support.";
3317
Xiaohui Chenc3baca42018-11-30 19:29:373318const char kEnableGoogleAssistantStereoInputName[] =
3319 "Enable Google Assistant with stereo audio input";
3320const char kEnableGoogleAssistantStereoInputDescription[] =
3321 "Enable an experimental feature that uses stereo audio input for hotword "
3322 "and voice to text detection in Google Assistant.";
3323
Qiang Xu045aff222018-05-21 23:21:013324const char kEnableHomeLauncherName[] = "Enable home launcher";
3325const char kEnableHomeLauncherDescription[] =
3326 "Enable home launcher in tablet mode.";
3327
Lei Zhang0ca70ea2018-09-07 17:51:013328const char kEnableHomeLauncherGesturesName[] = "Enable home launcher gestures";
3329const char kEnableHomeLauncherGesturesDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013330 "Enables using gestures to hide or show the home launcher.";
3331
Brett Wilson7b44537e2017-08-18 01:38:283332const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3333const char kEnableImeMenuDescription[] =
3334 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343335
Sammie Quon248ccef2018-08-28 23:00:013336const char kEnableOobeRecommendAppsScreenName[] =
3337 "Enable OOBE Recommend Apps Screen";
3338const char kEnableOobeRecommendAppsScreenDescription[] =
3339 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3340 "from other devices";
3341
Qiang Xu045aff222018-05-21 23:21:013342const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3343const char kEnablePerUserTimezoneDescription[] =
3344 "Chrome OS system timezone preference is stored and handled for each user "
3345 "individually.";
3346
Vladislav Kaznacheevaa213a02018-10-29 17:54:283347const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
3348const char kEnablePlayStoreSearchDescription[] =
3349 "Enable Play Store search in launcher.";
3350
Qiang Xu045aff222018-05-21 23:21:013351const char kEnableSettingsShortcutSearchName[] =
3352 "Enable Settings shortcut search";
3353const char kEnableSettingsShortcutSearchDescription[] =
3354 "Enable Settings shortcut search in launcher.";
3355
Darren Shen3e49c63d2018-03-28 04:45:503356const char kEnableStylusVirtualKeyboardName[] =
3357 "Enable stylus virtual keyboard";
3358const char kEnableStylusVirtualKeyboardDescription[] =
3359 "If enabled, tapping with a stylus will show the handwriting virtual "
3360 "keyboard.";
3361
Jazz Xu2e5886662018-12-14 00:38:483362const char kEnableVideoPlayerNativeControlsName[] =
3363 "Enable native controls in video player app";
3364const char kEnableVideoPlayerNativeControlsDescription[] =
3365 "Enable native controls in video player app";
3366
Darren Shen0b4e5802018-07-10 03:12:263367const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3368const char kEnableVirtualKeyboardUkmDescription[] =
3369 "Enables UKM for virtual keyboard";
3370
Lei Zhang0ca70ea2018-09-07 17:51:013371const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3372const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013373 "Enable Zero State Suggestions feature in Launcher, which will show "
Vladislav Kaznacheevaa213a02018-10-29 17:54:283374 "suggestions when launcher search box is active with an empty query";
Sammie Quon248ccef2018-08-28 23:00:013375
Brett Wilson7b44537e2017-08-18 01:38:283376const char kEolNotificationName[] = "Disable Device End of Life notification.";
3377const char kEolNotificationDescription[] =
3378 "Disable Notifcation when Device is End of Life.";
3379
Akihiro Ota3ff6f8a2019-01-18 17:43:043380const char kExperimentalAccessibilityChromeVoxLanguageSwitchingName[] =
3381 "Enable experimental ChromeVox language switching.";
3382const char kExperimentalAccessibilityChromeVoxLanguageSwitchingDescription[] =
3383 "Enable ChromeVox language switching, which changes ChromeVox's "
3384 "output language upon detection of new language.";
3385
Brett Wilson7b44537e2017-08-18 01:38:283386const char kFileManagerTouchModeName[] = "Files App. touch mode";
3387const char kFileManagerTouchModeDescription[] =
3388 "Touchscreen-specific interactions of the Files app.";
3389
3390const char kFirstRunUiTransitionsName[] =
3391 "Animated transitions in the first-run tutorial";
3392const char kFirstRunUiTransitionsDescription[] =
3393 "Transitions during first-run tutorial are animated.";
3394
Brett Wilson7b44537e2017-08-18 01:38:283395const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3396const char kForceEnableStylusToolsDescription[] =
3397 "Forces display of the stylus tools menu in the shelf and the stylus "
3398 "section in settings, even if there is no attached stylus device.";
3399
3400const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3401const char kGestureEditingDescription[] =
3402 "Enable/Disable gesture editing option in the settings page for the "
3403 "virtual keyboard.";
3404
3405const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3406const char kGestureTypingDescription[] =
3407 "Enable/Disable gesture typing option in the settings page for the virtual "
3408 "keyboard.";
3409
3410const char kInputViewName[] = "Input views";
3411const char kInputViewDescription[] =
3412 "Enable IME extensions to supply custom views for user input such as "
3413 "virtual keyboards.";
3414
Leo Zhang3cc77542018-11-07 00:58:083415const char kImeServiceName[] = "Enable IME service";
3416const char kImeServiceDescription[] =
3417 "Enable IME service to provide the IME functionality instead of NaCl";
3418
Megumi Hattori5a0d4182018-03-06 11:09:503419const char kLockScreenNotificationName[] = "Lock screen notification";
3420const char kLockScreenNotificationDescription[] =
3421 "Enable notifications on the lock screen.";
3422
Mohsen Izadi06a16f72018-11-29 02:29:223423const char kMashOopVizName[] = "Out-of-process viz for mash";
3424const char kMashOopVizDescription[] =
3425 "Runs viz in a separate process when mash is enabled (otherwise viz would "
3426 "run in ash process)";
3427
Qiang Xu045aff222018-05-21 23:21:013428const char kMaterialDesignInkDropAnimationSpeedName[] =
3429 "Material design ink drop animation speed";
3430const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3431 "Sets the speed of the experimental visual feedback animations for "
3432 "material design.";
3433const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3434const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3435
Brett Wilson7b44537e2017-08-18 01:38:283436const char kMemoryPressureThresholdName[] =
3437 "Memory discard strategy for advanced pressure handling";
3438const char kMemoryPressureThresholdDescription[] =
3439 "Memory discarding strategy to use";
3440const char kConservativeThresholds[] =
3441 "Conservative memory pressure release strategy";
3442const char kAggressiveCacheDiscardThresholds[] =
3443 "Aggressive cache release strategy";
3444const char kAggressiveTabDiscardThresholds[] =
3445 "Aggressive tab release strategy";
3446const char kAggressiveThresholds[] =
3447 "Aggressive tab and cache release strategy";
3448
3449const char kMtpWriteSupportName[] = "MTP write support";
3450const char kMtpWriteSupportDescription[] =
3451 "MTP write support in File System API (and file manager). In-place editing "
3452 "operations are not supported.";
3453
vabr0215a8e2017-03-28 12:47:343454const char kNetworkPortalNotificationName[] =
3455 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343456const char kNetworkPortalNotificationDescription[] =
3457 "If enabled, notification is displayed when device is connected to a "
3458 "network behind captive portal.";
3459
Brett Wilson7b44537e2017-08-18 01:38:283460const char kNewKoreanImeName[] = "New Korean IME";
3461const char kNewKoreanImeDescription[] =
3462 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343463
Anand K. Mistrydb5e0102018-10-04 04:24:003464const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283465const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003466 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343467
Qiang Xu045aff222018-05-21 23:21:013468const char kOfficeEditingComponentAppName[] =
3469 "Office Editing for Docs, Sheets & Slides";
3470const char kOfficeEditingComponentAppDescription[] =
3471 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3472
Brett Wilson7b44537e2017-08-18 01:38:283473const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3474const char kPhysicalKeyboardAutocorrectDescription[] =
3475 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3476 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343477
3478const char kPrinterProviderSearchAppName[] =
3479 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343480const char kPrinterProviderSearchAppDescription[] =
3481 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193482 "searches Chrome Web Store for extensions that support printing to a USB "
3483 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343484
Brett Wilson7b44537e2017-08-18 01:38:283485const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3486const char kQuickUnlockPinDescription[] =
3487 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3488 "device on the lock screen after you have signed into your device.";
3489const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3490const char kQuickUnlockPinSigninDescription[] =
3491 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3492 "device. After changing this flag PIN needs to be set up again.";
3493const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3494const char kQuickUnlockFingerprintDescription[] =
3495 "Enabling fingerprint quick unlock allows you to setup and use a "
3496 "fingerprint to unlock your Chromebook on the lock screen after you have "
3497 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343498
James Cook0ba192bf2017-12-01 20:53:113499const char kShowTapsName[] = "Show taps";
3500const char kShowTapsDescription[] =
3501 "Draws a circle at each touch point, which makes touch points more obvious "
3502 "when projecting or mirroring the display. Similar to the Android OS "
3503 "developer option.";
3504
3505const char kShowTouchHudName[] = "Show HUD for touch points";
3506const char kShowTouchHudDescription[] =
3507 "Shows a trail of colored dots for the last few touch points. Pressing "
3508 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3509 "debug hardware issues that generate spurious touch events.";
3510
James Cook28d7c482018-09-07 21:00:543511const char kSingleProcessMashName[] =
3512 "In-process window service (SingleProcessMash)";
3513const char kSingleProcessMashDescription[] =
3514 "Runs the system UI (ash) as a mojo service, but inside the browser "
3515 "process. The browser uses the mojo window service (ws) APIs.";
3516
Ahmed Fakhry58e6ef542018-09-04 18:05:383517const char kSlideTopChromeWithPageScrollsName[] =
3518 "Slide top-chrome with page scrolls";
3519const char kSlideTopChromeWithPageScrollsDescription[] =
3520 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3521 " UI.";
3522
Jorge Gil5a8ccde2018-07-10 01:46:213523const char kSmartTextSelectionName[] = "Smart Text Selection";
3524const char kSmartTextSelectionDescription[] =
3525 "Shows quick actions for text "
3526 "selections in the context menu.";
3527
Chung-Sheng Wu468b0b32017-09-01 14:41:573528const char kSysInternalsName[] = "Enable Sys-Internals";
3529const char kSysInternalsDescription[] =
3530 "If enabled, user can monitor system information at "
3531 "chrome://sys-internals.";
3532
Brett Wilson7b44537e2017-08-18 01:38:283533const char kTetherName[] = "Instant Tethering";
3534const char kTetherDescription[] =
3535 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3536 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373537
Brett Wilson7b44537e2017-08-18 01:38:283538const char kTouchscreenCalibrationName[] =
3539 "Enable/disable touchscreen calibration option in material design settings";
3540const char kTouchscreenCalibrationDescription[] =
3541 "If enabled, the user can calibrate the touch screen displays in "
3542 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093543
Qiang Xu045aff222018-05-21 23:21:013544const char kUiDevToolsName[] = "Enable native UI inspection";
3545const char kUiDevToolsDescription[] =
3546 "Enables inspection of native UI elements. For local inspection use "
3547 "chrome://inspect#other";
3548
3549const char kUiShowCompositedLayerBordersName[] =
3550 "Show UI composited layer borders";
3551const char kUiShowCompositedLayerBordersDescription[] =
3552 "Show border around composited layers created by UI.";
3553const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3554const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3555const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3556const char kUiShowCompositedLayerBordersAll[] = "All";
3557
3558const char kUiSlowAnimationsName[] = "Slow UI animations";
3559const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3560
Mitsuru Oshima63d3f2a2017-08-23 00:12:113561// Force UI Mode
3562const char kUiModeName[] = "Force Ui Mode";
3563const char kUiModeDescription[] =
3564 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3565 R"*(despite its current orientation. "Tablet" means that the )*"
3566 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3567 R"*(means that the chromebook will act as if it were in clamshell )*"
3568 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3569 R"*(the two, based on its orientation.)*";
Min Chenfd25cd22018-11-06 01:50:513570const char kUiModeTablet[] = "Tablet";
Mitsuru Oshima63d3f2a2017-08-23 00:12:113571const char kUiModeClamshell[] = "Clamshell";
3572const char kUiModeAuto[] = "Auto (default)";
3573
Sonny Sasaka7fecfeda2018-07-11 23:47:553574const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3575const char kUnfilteredBluetoothDevicesDescription[] =
3576 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3577
Allen Webbcdc8e69d2018-09-12 20:36:003578const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3579const char kUsbguardDescription[] =
3580 "Prevents newly connected USB devices from operating at the lock screen"
3581 " until Chrome OS is unlocked to protect against malicious USB devices."
3582 " Already connected USB devices will continue to function.";
3583
Micah Morton79a7b522018-09-27 15:15:303584const char kShillSandboxingName[] =
3585 "Run shill, the ChromeOS network manager, in a sandbox.";
3586const char kShillSandboxingDescription[] =
3587 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3588
Micah Morton02d3aba2018-11-20 01:51:453589const char kFsNosymfollowName[] =
3590 "Prevent symlink traversal on user-supplied filesystems.";
3591const char kFsNosymfollowDescription[] =
3592 "Causes user-supplied filesystems to be mounted with the 'nosymfollow'"
3593 " option, so the chromuimos LSM denies symlink traversal on the"
3594 " filesystem.";
3595
James Cooka1bcfa9a2018-01-30 00:18:403596const char kUseMashName[] = "Out-of-process system UI (mash)";
3597const char kUseMashDescription[] =
3598 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3599 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283600
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343601// TODO(mcasas): remove after https://crbug.com/771345.
3602const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3603const char kUseMonitorColorSpaceDescription[] =
3604 "Enables Chrome to use the color space information provided by the monitor"
3605 " instead of the default sRGB color space.";
3606
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233607const char kVaapiJpegImageDecodeAccelerationName[] =
3608 "VA-API JPEG decode acceleration for images";
3609const char kVaapiJpegImageDecodeAccelerationDescription[] =
3610 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3611 " captures) using the VA-API.";
3612
Brett Wilson7b44537e2017-08-18 01:38:283613const char kVideoPlayerChromecastSupportName[] =
3614 "Experimental Chromecast support for Video Player";
3615const char kVideoPlayerChromecastSupportDescription[] =
3616 "This option enables experimental Chromecast support for Video Player app "
3617 "on ChromeOS.";
3618
3619const char kVirtualKeyboardName[] = "Virtual Keyboard";
3620const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3621
3622const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3623const char kVirtualKeyboardOverscrollDescription[] =
3624 "Enables virtual keyboard overscroll support.";
3625
3626const char kVoiceInputName[] = "Voice input on virtual keyboard";
3627const char kVoiceInputDescription[] =
3628 "Enables voice input on virtual keyboard.";
3629
3630const char kWakeOnPacketsName[] = "Wake On Packets";
3631const char kWakeOnPacketsDescription[] =
3632 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203633
yhanadac5bff5b2017-05-18 06:37:093634#endif // defined(OS_CHROMEOS)
3635
Brett Wilson7b44537e2017-08-18 01:38:283636// Random platform combinations -----------------------------------------------
3637
3638#if defined(OS_WIN) || defined(OS_LINUX)
3639
3640const char kEnableInputImeApiName[] = "Enable Input IME API";
3641const char kEnableInputImeApiDescription[] =
3642 "Enable the use of chrome.input.ime API.";
3643
3644#endif // defined(OS_WIN) || defined(OS_LINUX)
3645
3646#if defined(OS_WIN) || defined(OS_MACOSX)
3647
3648const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3649const char kAutomaticTabDiscardingDescription[] =
3650 "If enabled, tabs get automatically discarded from memory when the system "
3651 "memory is low. Discarded tabs are still visible on the tab strip and get "
3652 "reloaded when clicked on. Info about discarded tabs can be found at "
3653 "chrome://discards.";
3654
3655#endif // defined(OS_WIN) || defined(OS_MACOSX)
3656
lanwei83f54452018-06-21 23:51:043657#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3658
3659const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3660const char kDirectManipulationStylusDescription[] =
3661 "If enabled, Chrome will scroll web pages on stylus drag.";
3662
3663#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3664
Henrik Grunell63f2d772018-12-06 17:25:203665#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
3666
3667const char kForceEnableSystemAecName[] = "Force enable system AEC";
3668const char kForceEnableSystemAecDescription[] =
3669 "Use system echo canceller instead of WebRTC echo canceller. If there is "
3670 "no system echo canceller available, getUserMedia with echo cancellation "
3671 "enabled will fail.";
3672
3673#endif // defined(OS_MACOSX) || defined(OS_CHROMEOS)
3674
Justin Donnelly110e40c2018-06-01 21:48:433675const char kExperimentalUiName[] = "Use all upcoming UI features";
3676const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483677
Brett Wilson7b44537e2017-08-18 01:38:283678// Feature flags --------------------------------------------------------------
3679
Lei Zhang0a318af2018-11-14 02:19:463680#if defined(DCHECK_IS_CONFIGURABLE)
3681const char kDcheckIsFatalName[] = "DCHECKs are fatal";
3682const char kDcheckIsFatalDescription[] =
3683 "By default Chrome will evaluate in this build, but only log failures, "
3684 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
3685#endif // defined(DCHECK_IS_CONFIGURABLE)
3686
Brett Wilson7b44537e2017-08-18 01:38:283687#if BUILDFLAG(ENABLE_VR)
3688
David Dorwin5a496c32017-11-17 01:45:053689const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3690const char kWebVrVsyncAlignDescription[] =
3691 "Align WebVR application rendering with VSync for smoother animations.";
3692
Bill Orr103ed272018-02-14 21:23:053693#if BUILDFLAG(ENABLE_OCULUS_VR)
3694const char kOculusVRName[] = "Oculus hardware support";
3695const char kOculusVRDescription[] =
3696 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3697 "Windows 10 or later).";
3698#endif // ENABLE_OCULUS_VR
3699
Bill Orr49527562017-11-22 16:58:483700#if BUILDFLAG(ENABLE_OPENVR)
3701const char kOpenVRName[] = "OpenVR hardware support";
3702const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073703 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3704 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483705#endif // ENABLE_OPENVR
3706
Bill Orrecfb9fe2018-10-02 00:11:103707#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3708const char kXRSandboxName[] = "XR device sandboxing";
3709const char kXRSandboxDescription[] =
3710 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3711#endif // ENABLE_ISOLATED_XR_SERVICE
3712
Brett Wilson7b44537e2017-08-18 01:38:283713#endif // ENABLE_VR
3714
Nico Weberaf3b00b2017-09-11 17:58:173715#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283716
3717const char kNaclDebugMaskName[] =
3718 "Restrict Native Client GDB-based debugging by pattern";
3719const char kNaclDebugMaskDescription[] =
3720 "Restricts Native Client application GDB-based debugging by URL of "
3721 "manifest file. Native Client GDB-based debugging must be enabled for this "
3722 "option to work.";
3723const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3724const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3725 "Debug everything except secure shell and the PNaCl translator.";
3726const char kNaclDebugMaskChoiceIncludeDebug[] =
3727 "Debug only if manifest URL ends with debug.nmf.";
3728
3729const char kNaclDebugName[] = "Native Client GDB-based debugging";
3730const char kNaclDebugDescription[] =
3731 "Enable GDB debug stub. This will stop a Native Client application on "
3732 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3733
3734const char kNaclName[] = "Native Client";
3735const char kNaclDescription[] =
3736 "Support Native Client for all web applications, even those that were not "
3737 "installed from the Chrome Web Store.";
3738
3739const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3740const char kPnaclSubzeroDescription[] =
3741 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3742
Nico Weberaf3b00b2017-09-11 17:58:173743#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283744
Lei Zhang802201c2018-11-14 18:16:283745#if BUILDFLAG(ENABLE_PLUGINS)
3746
dstockwellcc759202019-01-11 00:42:123747#if defined(OS_CHROMEOS)
3748const char kPdfAnnotations[] = "PDF Annotations";
3749const char kPdfAnnotationsDescription[] =
3750 "Enable annotating PDF documents.";
3751#endif // defined(OS_CHROMEOS)
3752
Lei Zhang802201c2018-11-14 18:16:283753const char kPdfFormSaveName[] = "Save PDF Forms";
3754const char kPdfFormSaveDescription[] =
3755 "Enable saving PDFs with filled form data.";
3756
3757const char kPdfIsolationName[] = "PDF Isolation";
3758const char kPdfIsolationDescription[] =
3759 "Render PDF files from different origins in different plugin processes.";
3760
3761#endif // BUILDFLAG(ENABLE_PLUGINS)
3762
Brett Wilson7b44537e2017-08-18 01:38:283763#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3764
3765const char kAutofillCreditCardUploadName[] =
3766 "Enable offering upload of Autofilled credit cards";
3767const char kAutofillCreditCardUploadDescription[] =
3768 "Enables a new option to upload credit cards to Google Payments for sync "
3769 "to all Chrome devices.";
3770
3771#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3772
Collin Baker0a45d6a2018-12-20 19:21:503773#if BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
3774
3775const char kReopenTabInProductHelpName[] = "Reopen tab in-product help";
3776const char kReopenTabInProductHelpDescription[] =
3777 "Enable in-product help that guides a user to reopen a tab if it looks "
3778 "like they accidentally closed it.";
3779
3780#endif // BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
3781
Tomas Popela253a5832019-01-14 17:22:103782#if defined(WEBRTC_USE_PIPEWIRE)
3783
3784extern const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
3785extern const char kWebrtcPipeWireCapturerDescription[] =
3786 "When enabled the WebRTC will use the PipeWire multimedia server for "
3787 "capturing the desktop content on the Wayland display server.";
3788
3789#endif // #if defined(WEBRTC_USE_PIPEWIRE)
3790
Stephen Chenneyde6e5c82019-01-21 01:56:043791const char kAvoidFlashBetweenNavigationName[] =
3792 "Enable flash avoidance between same-origin navigations";
3793const char kAvoidFlahsBetweenNavigationDescription[] =
3794 "Enables experimental flash avoidance when navigating between pages "
3795 "in the same origin. This feature is in the implementation stages and "
3796 "currently has no effect.";
3797
Brett Wilson7b44537e2017-08-18 01:38:283798// ============================================================================
3799// Don't just add flags to the end, put them in the right section in
3800// alphabetical order just like the header file.
3801// ============================================================================
3802
vabr0215a8e2017-03-28 12:47:343803} // namespace flag_descriptions