blob: 15365bf3e968b9c35fe68f7e63134675c992fc11 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
Kunihiko Sakamoto4d407982018-07-10 04:56:2933const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
34 "Allow Signed HTTP Exchange certificates without extension";
35const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
36 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
37 "that do not have CanSignHttpExchangesDraft extension. Requires "
38 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
39 "risk.";
40
Henrique Nakashima52d76952018-11-30 19:35:5841const char kAllowStartingServiceManagerOnlyName[] =
42 "Allow starting service manager only";
43const char kAllowStartingServiceManagerOnlyDescription[] =
44 "Allows running a lightweight service-manager-only mode, in which services "
45 "can run without the browser process.";
46
Kyle Horimoto2d838ec2018-12-26 19:41:1647const char kUseMessagesGoogleComDomainName[] = "Use messages.google.com domain";
48const char kUseMessagesGoogleComDomainDescription[] =
49 "Use the messages.google.com domain as part of the \"Messages\" "
50 "feature under \"Connected Devices\" settings.";
51
Kyle Horimoto874554a2019-01-31 00:52:0952const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
53const char kUseMessagesStagingUrlDescription[] =
54 "Use the staging server as part of the \"Messages\" feature under "
55 "\"Connected Devices\" settings.";
56
Azeem Arshad373e1ea72019-01-23 02:16:0057const char kEnableMessagesWebPushName[] =
58 "Web push in Android Messages integration";
59const char kEnableMessagesWebPushDescription[] =
60 "Use web push for background notificatons in Chrome OS integration "
61 "with Android Messages for Web";
62
Kamila472a5942018-11-26 09:48:2763const char kAndroidSiteSettingsUIRefreshName[] =
64 "Android Site Settings UI changes.";
65const char kAndroidSiteSettingsUIRefreshDescription[] =
Kamila02f7e072018-10-08 09:50:2866 "Enable the new UI "
67 "changes in Site Settings in Android.";
68
Brett Wilsonf27ff602017-07-07 22:28:4769const char kAppBannersName[] = "App Banners";
70const char kAppBannersDescription[] =
71 "Enable the display of Progressive Web App banners, which prompt a user to "
72 "add a web app to their shelf, or other platform-specific equivalent.";
73
Ioana Pandelef9689a062018-06-22 15:35:5174const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
75const char kAutomaticPasswordGenerationDescription[] =
76 "Allow Chrome to offer to generate passwords when it detects account "
77 "creation pages.";
78
Jinsuk Kime11e23ed2019-03-20 02:45:1179const char kDelegateOverscrollSwipesName[] =
80 "Delegate overscroll swipes to websites";
81const char kDelegateOverscrollSwipesDescription[] =
82 "Delegate overscroll swipes to websites first";
83
Michael Lippautz6081dfa2018-10-18 13:10:1484const char kEnableBlinkHeapUnifiedGarbageCollectionName[] =
85 "Blink Heap Unified Garbage Collection";
86const char kEnableBlinkHeapUnifiedGarbageCollectionDescription[] =
87 "Enable unified garbage collection in Blink";
88
Ulan Degenbaevb5466a92018-07-19 12:35:3489const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
90const char kEnableBloatedRendererDetectionDescription[] =
91 "Enable bloated renderer detection";
92
Khushalba202212017-07-12 19:53:4993const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
94const char kAsyncImageDecodingDescription[] =
95 "Enables asynchronous decoding of images from raster for web content";
96
sebsgca14b092018-12-07 16:56:1597extern const char kAutofillAlwaysShowServerCardsInSyncTransportName[] =
98 "AlwaysShowServerCardsInSyncTransport";
99extern const char kAutofillAlwaysShowServerCardsInSyncTransportDescription[] =
100 "Always show server cards when in sync transport mode for wallet data";
101
Hui(Andy) Wufbebf91d22019-02-01 01:23:54102extern const char kAutofillAssistantChromeEntryName[] =
103 "AutofillAssistantChromeEntry";
104extern const char kAutofillAssistantChromeEntryDescription[] =
105 "Initiate autofill assistant from within Chrome.";
106
Roger McFarlane2eceba982018-05-18 01:37:11107const char kAutofillCacheQueryResponsesName[] =
108 "Cache Autofill Query Responses";
109const char kAutofillCacheQueryResponsesDescription[] =
110 "When enabled, autofill will cache the responses it receives from the "
111 "crowd-sourced field type prediction server.";
112
Jeffrey Cohen05cdafa392018-08-15 20:49:17113const char kAutofillEnableCompanyNameName[] =
114 "Enable Autofill Company Name field";
115const char kAutofillEnableCompanyNameDescription[] =
116 "When enabled, Company Name fields will be auto filled";
117
siyua9a66d1c2019-03-19 18:26:56118const char kAutofillEnableLocalCardMigrationForNonSyncUserName[] =
119 "Enable local card migration flow for non-syncing users";
120const char kAutofillEnableLocalCardMigrationForNonSyncUserDescription[] =
121 "When enabled, the local card migration flow will be enabled for users who "
122 "have signed in but not enabled Chrome Sync.";
123
siyua1d492612019-03-14 09:27:45124const char kAutofillEnableToolbarStatusChipName[] =
125 "Move Autofill omnibox icons next to the profile avatar icon";
126const char kAutofillEnableToolbarStatusChipDescription[] =
127 "When enabled, Autofill data related icon will be shown in the status "
128 "chip next to the profile avatar icon in the toolbar.";
sebsge35b762c2018-03-29 20:33:27129
Anne Lime625362e2018-08-29 03:13:25130const char kAutofillNoLocalSaveOnUploadSuccessName[] =
Jared Saul6f58ada2019-03-07 20:41:23131 "Disable saving local copy of uploaded card when credit card upload "
132 "succeeds";
Anne Lime625362e2018-08-29 03:13:25133const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
134 "When enabled, no local copy of server card will be saved when credit card "
135 "upload succeeds.";
136
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39137const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
138const char kAutofillPrefilledFieldsDescription[] =
139 "Allows autofill to fill fields previously filled by the website";
140
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09141const char kAutofillProfileClientValidationName[] =
142 "Autofill Validates Profiles By Client";
143const char kAutofillProfileClientValidationDescription[] =
144 "Allows autofill to validate profiles on the client side";
145
Parastoo Geranmayeh25fccec22019-01-29 18:38:13146const char kAutofillProfileServerValidationName[] =
147 "Autofill Uses Server Validation";
148const char kAutofillProfileServerValidationDescription[] =
149 "Allows autofill to use server side validation";
150
Caitlin Fischerfd366e72019-02-20 20:47:32151const char kAutofillShowFullDisclosureLabelName[] =
152 "Autofill Show Full Disclosure Label";
153const char kAutofillShowFullDisclosureLabelDescription[] =
154 "When enabled, the Autofill dropdown's labels are displayed in the full "
155 "disclosure format.";
156
Roger McFarlane1a37d7b2018-04-20 22:45:19157const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
158 "Autofill Enforce Min Required Fields For Heuristics";
159const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
160 "When enabled, autofill will generally require a form to have at least 3 "
161 "fields before allowing heuristic field-type prediction to occur.";
162
163const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
164 "Autofill Enforce Min Required Fields For Query";
165const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
166 "When enabled, autofill will generally require a form to have at least 3 "
167 "fields before querying the autofill server for field-type predictions.";
168
169const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
170 "Autofill Enforce Min Required Fields For Upload";
171const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
172 "When enabled, autofill will generally require a form to have at least 3 "
173 "fillable fields before uploading field-type votes for that form.";
174
Moe Ahmadid3ddfcb2018-04-20 19:51:08175const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
176 "Restrict formless form extraction";
177const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
178 "Restrict extraction of formless forms to checkout flows";
179
Roger McFarlanee193ab122018-11-22 20:55:07180const char kAutofillRichMetadataQueriesName[] =
181 "Autofill - Rich metadata queries (Canary/Dev only)";
182const char kAutofillRichMetadataQueriesDescription[] =
183 "Transmit rich form/field metadata when querying the autofill server. "
184 "This feature only works on the Canary and Dev channels.";
185
sebsg48d53acd92019-01-17 18:11:16186const char kAutofillSettingsSplitByCardTypeName[] =
187 "Autofill settings split by card type";
188const char kAutofillSettingsSplitByCardTypeDescription[] =
189 "When enabled, the cards in the payments settings will be split into two "
190 "lists based on where they are stored.";
191
Brett Wilsonf27ff602017-07-07 22:28:47192const char kAutoplayPolicyName[] = "Autoplay policy";
193const char kAutoplayPolicyDescription[] =
194 "Policy used when deciding if audio or video is allowed to autoplay.";
195
196const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
197 "User gesture is required for cross-origin iframes.";
198const char kAutoplayPolicyNoUserGestureRequired[] =
199 "No user gesture is required.";
200const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
201const char kAutoplayPolicyDocumentUserActivation[] =
202 "Document user activation is required.";
203
Maya Lekova4bbfdb7f2018-10-16 08:15:03204const char kAwaitOptimizationName[] = "Await optimization";
205const char kAwaitOptimizationDescription[] =
206 "Enables await taking 1 tick on the microtask queue.";
207
Charles Harrisond629cc62017-10-05 01:39:54208const char kBlockTabUndersName[] = "Block tab-unders";
209const char kBlockTabUndersDescription[] =
210 "Blocks tab-unders in Chrome with some native UI to allow the user to "
211 "proceed.";
212
Brett Wilsonf27ff602017-07-07 22:28:47213const char kBrowserTaskSchedulerName[] = "Task Scheduler";
214const char kBrowserTaskSchedulerDescription[] =
215 "Enables redirection of some task posting APIs to the task scheduler.";
216
Carlos IL766fbc882018-02-16 02:34:52217const char kBundledConnectionHelpName[] = "Bundled Connection Help";
218const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37219 "Enables or disables redirection to local help content for users who get "
220 "an interstitial after clicking the 'Learn More' link on a previous "
221 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52222
Brett Wilsonf27ff602017-07-07 22:28:47223const char kBypassAppBannerEngagementChecksName[] =
224 "Bypass user engagement checks";
225const char kBypassAppBannerEngagementChecksDescription[] =
226 "Bypasses user engagement checks for displaying app banners, such as "
227 "requiring that users have visited the site before and that the banner "
228 "hasn't been shown recently. This allows developers to test that other "
229 "eligibility requirements for showing app banners, such as having a "
230 "manifest, are met.";
231
Amber Won478561d2017-08-19 01:02:59232const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
233const char kClickToOpenPDFDescription[] =
234 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
235 "embedded PDFs.";
236
Gary Kacmarcikfb69b212017-11-14 03:41:08237const char kClipboardContentSettingName[] = "Clipboard content setting";
238const char kClipboardContentSettingDescription[] =
239 "Enables a site-wide permission in the UI which controls access to the "
240 "asynchronous clipboard web API";
241
Brett Wilsonf27ff602017-07-07 22:28:47242const char kCloudImportName[] = "Cloud Import";
243const char kCloudImportDescription[] = "Allows the cloud-import feature.";
244
rbpotter9990eb42018-07-12 05:34:59245const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
246const char kCloudPrinterHandlerDescription[] =
247 "Use the new cloud printer handler for communicating with the cloud "
248 "print server, instead of the cloud print interface in the Print "
249 "Preview WebUI.";
250
Tanja Gornakb0985dd2018-10-11 17:24:40251const char kFCMInvalidationsName[] =
252 "Enable invalidations delivery via new FCM based protocol";
253const char kFCMInvalidationsDescription[] =
254 "Use the new FCM-based protocol for deliveling invalidations";
255
Yining Wangdedf0762019-02-19 20:20:29256const char kFocusMode[] = "Focus Mode";
257const char kFocusModeDescription[] =
258 "If enabled, allows the user to switch to Focus Mode";
259
Christopher Cameronceb8727d2017-09-07 23:53:16260const char kForceColorProfileSRGB[] = "sRGB";
261const char kForceColorProfileP3[] = "Display P3 D65";
262const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
263const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
264
265const char kForceColorProfileName[] = "Force color profile";
266const char kForceColorProfileDescription[] =
267 "Forces Chrome to use a specific color profile instead of the color "
268 "of the window's current monitor, as specified by the operating system.";
269
Brett Wilsonf27ff602017-07-07 22:28:47270const char kCompositedLayerBordersName[] = "Composited render layer borders";
271const char kCompositedLayerBordersDescription[] =
272 "Renders a border around composited Render Layers to help debug and study "
273 "layer compositing.";
274
Theresac34db2d2018-06-28 00:03:11275const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
276const char kContextualSuggestionsButtonDescription[] =
277 "If enabled, shows a button to trigger contextual suggestions.";
278
Theresae308b9e2018-10-10 15:57:40279const char kContextualSuggestionsIPHReverseScrollName[] =
280 "Contextual Suggestions IPH Reverse Scroll";
281const char kContextualSuggestionsIPHReverseScrollDescription[] =
282 "Require a reverse scroll before showing in-product help for contextual "
283 "suggestions.";
284
Theresa0f2947b92018-07-02 21:27:58285const char kContextualSuggestionsOptOutName[] =
286 "Contextual Suggestions Opt-out";
287const char kContextualSuggestionsOptOutDescription[] =
288 "If enabled, allows the user to opt out of contextual suggestions.";
289
Brett Wilsonf27ff602017-07-07 22:28:47290const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
291const char kCreditCardAssistDescription[] =
292 "Enable assisted credit card filling on certain sites.";
293
Thanh Le659cb102017-12-20 22:00:19294const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
295const char kDataSaverServerPreviewsDescription[] =
296 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47297
Brett Wilsonf27ff602017-07-07 22:28:47298const char kDebugPackedAppName[] = "Debugging for packed apps";
299const char kDebugPackedAppDescription[] =
300 "Enables debugging context menu options such as Inspect Element for packed "
301 "applications.";
302
Brett Wilsonf27ff602017-07-07 22:28:47303const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
304const char kDebugShortcutsDescription[] =
305 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
306
307const char kDeviceDiscoveryNotificationsName[] =
308 "Device Discovery Notifications";
309const char kDeviceDiscoveryNotificationsDescription[] =
310 "Device discovery notifications on local network.";
311
312const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
313const char kDevtoolsExperimentsDescription[] =
314 "Enables Developer Tools experiments. Use Settings panel in Developer "
315 "Tools to toggle individual experiments.";
316
317const char kDisableAudioForDesktopShareName[] =
318 "Disable Audio For Desktop Share";
319const char kDisableAudioForDesktopShareDescription[] =
320 "With this flag on, desktop share picker window will not let the user "
321 "choose whether to share audio.";
322
Yue Ru Suna50a80f2019-02-08 05:02:58323const char kDisableBestEffortTasksName[] = "Skip best effort tasks";
324const char kDisableBestEffortTasksDescription[] =
325 "With this flag on, tasks of the lowest priority will not be executed "
326 "until shutdown. The queue of low priority tasks can increase memory usage."
327 "Also, while it should be possible to use Chrome almost normally with this "
328 "flag, it is expected that some non-visible operations such as writing "
329 "user data to disk, cleaning caches, reporting metrics or updating "
330 "components won't be performed until shutdown.";
331
Arthur Sonzogni721f48e2018-10-31 17:10:02332const char kDisableIpcFloodingProtectionName[] =
333 "Disable IPC flooding protection";
334const char kDisableIpcFloodingProtectionDescription[] =
335 "Some javascript code can flood the inter process communication system. "
336 "This protection limits the rate (calls/seconds) at which theses function "
arthursonzogni443bd0ef2018-11-27 16:12:53337 "can be used. This flag disables the protection. This flag is deprecated "
338 "and will be removed in Chrome 76. Use the switch "
339 "--disable-ipc-flooding-protection instead.";
Arthur Sonzogni721f48e2018-10-31 17:10:02340
Chris Palmer917bc052018-03-14 19:28:31341const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
342const char kDisablePushStateThrottleDescription[] =
343 "Disables throttling of history.pushState and history.replaceState method "
arthursonzogni443bd0ef2018-11-27 16:12:53344 "calls. This flag is deprecated and will be removed in Chrome 76. Use the "
345 "switch --disable-ipc-flooding-protection instead.";
Chris Palmer917bc052018-03-14 19:28:31346
Brett Wilsonf27ff602017-07-07 22:28:47347const char kDisableTabForDesktopShareName[] =
348 "Disable Desktop Share with tab source";
349const char kDisableTabForDesktopShareDescription[] =
350 "This flag controls whether users can choose a tab for desktop share.";
351
352const char kDisallowDocWrittenScriptsUiName[] =
353 "Block scripts loaded via document.write";
354const char kDisallowDocWrittenScriptsUiDescription[] =
355 "Disallows fetches for third-party parser-blocking scripts inserted into "
356 "the main frame via document.write.";
357
Christopher Thompson2ffffa2c2018-05-18 23:06:37358const char kDisallowUnsafeHttpDownloadsName[] =
359 "Block unsafe downloads over insecure connections";
360const char kDisallowUnsafeHttpDownloadsNameDescription[] =
361 "Disallows downloads of unsafe files (files that can potentially execute "
362 "code), where the final download origin or any origin in the redirect "
363 "chain is insecure.";
364
Brett Wilsonf27ff602017-07-07 22:28:47365const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
366const char kEmbeddedExtensionOptionsDescription[] =
367 "Display extension options as an embedded element in chrome://extensions "
368 "rather than opening a new tab.";
369
Dominic Mazzoni8ac98962018-05-25 05:44:55370const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
371const char kEnableAccessibilityObjectModelDescription[] =
372 "Enables experimental support for Accessibility Object Model APIs "
373 "that are in development.";
374
Becca Hughesac86cd442019-01-09 23:49:54375const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
376const char kEnableAudioFocusEnforcementDescription[] =
377 "Enables enforcement of a single media session having audio focus at "
378 "any one time. Requires #enable-media-session-service to be enabled too.";
379
Sebastien Lalancette5daaf4a2019-01-11 22:09:25380const char kEnableAutocompleteDataRetentionPolicyName[] =
381 "Enable automatic cleanup of expired Autocomplete entries.";
382const char kEnableAutocompleteDataRetentionPolicyDescription[] =
383 "If enabled, will clean-up Autocomplete entries whose last use date is "
384 "older than the current retention policy. These entries will be "
385 "permanently deleted from the client on startup, and will be unlinked "
386 "from sync.";
387
Florian Uunk8c428ea2018-07-18 11:12:52388const char kEnableAutofillAccountWalletStorageName[] =
389 "Enable the account data storage for autofill";
390const char kEnableAutofillAccountWalletStorageDescription[] =
391 "Enable the ephemeral storage for account data for autofill.";
392
Shanfeng Zhang19c16562017-10-17 02:30:40393const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
394 "Credit card autofill ablation experiment.";
395const char kEnableAutofillCreditCardAblationExperimentDescription[] =
396 "If enabled, credit card autofill suggestions will not display.";
397
Brett Wilsonf27ff602017-07-07 22:28:47398const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
399 "Display the last used date of a credit card in autofill.";
400const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
401 "If enabled, display the last used date of a credit card in autofill.";
402
Sujie Zhu2cf0e5c2018-07-17 18:00:27403const char kEnableAutofillCreditCardLocalCardMigrationName[] =
404 "Enable migrating local cards to Google Pay";
405const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
406 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
407
Jared Saulbc672a072018-06-16 05:22:12408const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
409 "Make cardholder name editable in dialog during credit card upload";
410const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
411 "If enabled, in certain situations when offering credit card upload to "
412 "Google Payments, the cardholder name can be edited within the "
413 "offer-to-save dialog, which is prefilled with the name from the signed-in "
414 "Google Account.";
415
Hao Zhang1be9c262018-11-03 00:23:51416const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] =
417 "Make expiration date editable in dialog during credit card upload";
418const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] =
419 "If enabled, if a credit card's expiration date was not detected when "
420 "offering card upload to Google Payments, the offer-to-save dialog "
421 "displays an expiration date selector.";
422
Anne Limc1d23212019-03-07 17:46:08423const char kEnableAutofillDoNotUploadSaveUnsupportedCardsName[] =
424 "Prevents upload save on cards from unsupported networks";
425const char kEnableAutofillDoNotUploadSaveUnsupportedCardsDescription[] =
426 "If enabled, cards from unsupported networks will not be offered upload "
427 "save, and will instead be offered local save.";
428
Hao Zhangd3017112019-02-01 20:13:30429const char kEnableAutofillImportNonFocusableCreditCardFormsName[] =
430 "Allow credit card import from forms that disappear after entry";
431const char kEnableAutofillImportNonFocusableCreditCardFormsDescription[] =
432 "If enabled, offers credit card save for forms that are hidden from the "
433 "page after information has been entered into them, including "
434 "accordion-style checkout flows.";
435
siyua9a4a8872018-10-05 03:46:56436const char kEnableAutofillLocalCardMigrationShowFeedbackName[] =
437 "Show the upload results dialog after local card migration";
438const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] =
439 "If enabled, the local card migration offer dialog will remain pending "
440 "after the user clicks the save button. Once migration is finished, "
441 "the dialog will be updated with the results of each card.";
442
Anne Lim30351782019-03-01 01:57:16443const char kEnableAutofillLocalCardMigrationUsesStrikeSystemV2Name[] =
444 "Enable limit on offering to migrate local cards repeatedly using the "
445 "updated strike system implementation";
446const char kEnableAutofillLocalCardMigrationUsesStrikeSystemV2Description[] =
447 "If enabled, uses the updated strike system implementation to prevent "
448 "offering prompts for local card migration if it has repeatedly been "
449 "ignored, declined, or failed.";
450
tmartinocd414732018-02-12 19:01:01451const char kEnableAutofillNativeDropdownViewsName[] =
452 "Display Autofill Dropdown Using Views";
453const char kEnableAutofillNativeDropdownViewsDescription[] =
454 "If enabled, the Autofill Dropdown will be built natively using Views, "
455 "rather than painted directly to a canvas.";
456
Fabio Tirelo87552e02018-07-06 15:43:21457const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
458 "Show unlabeled expiration dates on the save card dialog";
459const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
460 "If enabled, expiration dates on the save card dialog (both local and "
461 "upstream) are shown without an 'Exp:' label.";
462
siyua172973d2018-11-21 22:23:20463const char kEnableAutofillSaveCardImprovedUserConsentName[] =
464 "Use updated UI for credit card save bubbles";
465const char kEnableAutofillSaveCardImprovedUserConsentDescription[] =
466 "If enabled, adds a [No thanks] button to credit card save bubbles and "
467 "updates their title headers.";
468
Manas Verma99541e52018-08-03 20:37:23469const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
470 "Show Sign-In/Sync promo after saving a card locally";
471const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
472 "If enabled, shows a sign in prompt to the user after the user "
473 "saves a card locally. This also introduces a Manage Cards bubble "
474 "which you can access from the card icon after saving a card.";
475
Jared Saul8a0c1e92018-10-10 18:22:47476const char kEnableAutofillSaveCreditCardUsesStrikeSystemName[] =
477 "Enable limit on offering to save the same credit card repeatedly";
478const char kEnableAutofillSaveCreditCardUsesStrikeSystemDescription[] =
479 "If enabled, prevents popping up the credit card offer-to-save prompt if "
480 "it has repeatedly been ignored, declined, or failed.";
481
Anne Lim9d8f66a2019-01-07 23:49:21482const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Name[] =
Anne Lim30351782019-03-01 01:57:16483 "Enable limit on offering to save the same credit card repeatedly using "
484 "the updated strike system implementation";
Anne Lim9d8f66a2019-01-07 23:49:21485const char kEnableAutofillSaveCreditCardUsesStrikeSystemV2Description[] =
Anne Lim30351782019-03-01 01:57:16486 "If enabled, uses the updated strike system implementation to prevent "
487 "popping up the credit card offer-to-save prompt if it has repeatedly been "
Anne Lim9d8f66a2019-01-07 23:49:21488 "ignored, declined, or failed.";
489
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23490const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
491 "Send experiment flag IDs in calls to Google Payments";
492const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
493 "If enabled, adds the status of certain experiment variations when making "
494 "calls to Google Payments.";
495
Becca Hughes4d896c42018-05-29 16:58:51496const char kEnableAutoplayIgnoreWebAudioName[] =
497 "Autoplay ignores WebAudio playbacks";
498const char kEnableAutoplayIgnoreWebAudioDescription[] =
499 "If enabled, autoplay restrictions will be ignored for WebAudio.";
500
Becca Hughesc62f6a1d2018-08-16 15:59:47501const char kEnableAutoplayUnifiedSoundSettingsName[] =
502 "Autoplay unified sound settings UI";
503const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
504 "If enabled, shows the new unified autoplay sound settings UI.";
505
Brett Wilsonf27ff602017-07-07 22:28:47506const char kEnableBrotliName[] = "Brotli Content-Encoding.";
507const char kEnableBrotliDescription[] =
508 "Enable Brotli Content-Encoding support.";
509
Robert Ogdenc3703942019-02-06 21:05:49510const char kEnableDataSaverLiteModeRebrandName[] =
511 "Data Saver Lite Mode Rebranding";
512const char kEnableDataSaverLiteModeRebrandDescription[] =
513 "Enable the Data Saver rebranding to Lite Mode.";
514
sclittle50e4bb92017-07-08 02:23:03515const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
516
517const char kEnableClientLoFiDescription[] =
518 "Enable showing low fidelity images on some pages on slow networks.";
519
Patrick Noland8bc57472018-06-19 21:09:54520const char kEnableCSSFragmentIdentifiersName[] =
521 "Enable CSS Fragment Identifiers";
522const char kEnableCSSFragmentIdentifiersDescription[] =
523 "Enable support for specifying a target element using a css selector in "
524 "the fragment identifier.";
525
Ramin Halavati7dbb0722019-02-15 05:33:49526const char kEnableFilesystemInIncognitoName[] = "Filesystem API in Incognito";
527const char kEnableFilesystemInIncognitoDescription[] =
528 "Enable Filesystem API in incognito mode.";
529
Doug Arnett08b4067b2017-10-12 20:14:44530const char kEnableNoScriptPreviewsName[] = "NoScript previews";
531
532const char kEnableNoScriptPreviewsDescription[] =
533 "Enable disabling JavaScript on some pages on slow networks.";
534
Thanh Le2c279fbc2017-11-21 01:25:40535const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
536const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
537const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
538const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
539const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
540const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
541const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
542const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
543const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
544const char kDataReductionProxyServerAlternative10[] =
545 "Use alt. server config 10";
rajendrantcfa60ba2018-10-30 09:16:54546const char kEnableDataReductionProxyNetworkServiceName[] =
547 "Data reduction proxy with network service";
548const char kEnableDataReductionProxyNetworkServiceDescription[] =
549 "Enable data reduction proxy when network service is enabled";
Brett Wilsonf27ff602017-07-07 22:28:47550const char kEnableDataReductionProxyServerExperimentName[] =
551 "Use an alternative Data Saver back end configuration.";
552const char kEnableDataReductionProxyServerExperimentDescription[] =
553 "Enable a different approach to saving data by configuring the back end "
554 "server";
555
556const char kEnableDataReductionProxySavingsPromoName[] =
557 "Data Saver 1 MB Savings Promo";
558const char kEnableDataReductionProxySavingsPromoDescription[] =
559 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
560 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
561 "enabled for the promo to be shown.";
562
Matt Giucad4870432017-11-24 01:04:38563const char kEnableDesktopPWAsName[] = "Desktop PWAs";
564const char kEnableDesktopPWAsDescription[] =
565 "Experimental windowing and install banner treatment for Progressive Web "
566 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17567
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59568const char kEnableDesktopPWAsLinkCapturingName[] =
569 "Desktop PWAs Link Capturing";
570const char kEnableDesktopPWAsLinkCapturingDescription[] =
571 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
572 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
573 "#enable-desktop-pwas.";
574
Jay Harris52511a02018-11-02 01:00:28575const char kDesktopPWAsCustomTabUIName[] = "Desktop PWAs Custom Tab UI";
576const char kDesktopPWAsCustomTabUIDescription[] =
577 "Browsing out-of-scope links in a desktop PWA will use the custom tab UI "
578 "for displaying the page title and origin instead of the location bar.";
579
Jay Harrisee7a7bc62018-10-09 01:47:49580const char kDesktopPWAsStayInWindowName[] =
581 "Desktop PWAs out-of-scope links open in the app window";
582const char kDesktopPWAsStayInWindowDescription[] =
Jay Harris52511a02018-11-02 01:00:28583 "Links to sites in a different scope will open inside the PWA window as "
584 "opposed to in the browser.";
Jay Harrisee7a7bc62018-10-09 01:47:49585
Alan Cutter1816c9d2019-02-11 02:20:07586const char kDesktopPWAsOmniboxInstallName[] =
587 "Desktop PWAs installable from the omnibox";
588const char kDesktopPWAsOmniboxInstallDescription[] =
589 "When on a site that passes PWA installation requirements show a button in "
590 "the omnibox for installing it.";
591
Christopher Lame66b7812018-09-26 01:49:24592const char kEnableSystemWebAppsName[] = "System Web Apps";
593const char kEnableSystemWebAppsDescription[] =
594 "Experimental system for using the Desktop PWA framework for running System"
595 "Apps (e.g Settings, Discover).";
596
David Benjamin570460e2018-10-16 06:01:29597const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening";
598const char kEnforceTLS13DowngradeDescription[] =
599 "This option enables the TLS 1.3 downgrade hardening mechanism. This "
600 "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 "
601 "through 1.2 connections. Firewalls and proxies that do not function when "
602 "this is enabled do not implement TLS 1.0 through 1.2 correctly or "
603 "securely. They must be fixed by vendors.";
604
Brett Wilsonf27ff602017-07-07 22:28:47605const char kEnableGenericSensorName[] = "Generic Sensor";
606const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25607 "Enables motion sensor classes based on Generic Sensor API, i.e. "
608 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
609 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
610
611const char kEnableGenericSensorExtraClassesName[] =
612 "Generic Sensor Extra Classes";
613const char kEnableGenericSensorExtraClassesDescription[] =
614 "Enables an extra set of sensor classes based on Generic Sensor API, which "
615 "expose previously unavailable platform features, i.e. AmbientLightSensor "
616 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47617
Vikas Soni78daa632019-01-12 01:32:52618const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
619const char kEnableGpuServiceLoggingDescription[] =
620 "Enable printing the actual GL driver calls.";
621
Brett Wilsonf27ff602017-07-07 22:28:47622const char kEnableHDRName[] = "HDR mode";
623const char kEnableHDRDescription[] =
624 "Enables HDR support on compatible displays.";
625
David Bokan911bded2018-11-27 23:23:32626const char kEnableImplicitRootScrollerName[] = "Implicit Root Scroller";
627const char kEnableImplicitRootScrollerDescription[] =
628 "Enables implicitly choosing which scroller on a page is the 'root "
629 "scroller'. i.e. The one that gets special features like URL bar movement, "
630 "overscroll glow, rotation anchoring, etc.";
631
Robert Ogden5a63b242018-09-17 21:38:57632const char kEnablePreviewsAndroidOmniboxUIName[] =
633 "Previews Android Omnibox UI";
634const char kEnablePreviewsAndroidOmniboxUIDescription[] =
635 "Enable showing the Previews UI in the Omnibox on Android instead of an "
636 "InfoBar. This has no effect on other platforms.";
637
Robert Ogdence8c9572018-10-08 23:08:48638const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews";
639const char kEnableLitePageServerPreviewsDescription[] =
Doug Arnett9c1f87562018-12-14 00:56:39640 "Enable showing Lite Page Previews served from a Previews Server."
641 "This feature will cause Chrome to redirect eligible navigations "
Robert Ogdence8c9572018-10-08 23:08:48642 "to a Google-owned domain that serves a pre-rendered version of the "
Doug Arnett9c1f87562018-12-14 00:56:39643 "original page. Also known as Lite Page Redirect Previews.";
Robert Ogdence8c9572018-10-08 23:08:48644
Ryan Sturm5e4d4422019-02-28 01:32:29645const char kEnableURLLoaderLitePageServerPreviewsName[] =
646 "Lite Page Server Previews using URL Loader";
647const char kEnableURLLoaderLitePageServerPreviewsDescription[] =
648 "Enable using a network service URL Loader for Lite Page Server Previews. "
649 "This requires enable-lite-page-server-previews to be enabled along with "
650 "network-service.";
651
Hiroshige Hayashizaki3ee116af2019-03-05 10:11:22652const char kBuiltInModuleAllName[] = "All experimental built-in modules";
653const char kBuiltInModuleAllDescription[] =
654 "Enable all experimental built-in modules, as well as built-in module "
655 "infrastructure and import maps. The syntax and the APIs exposed are "
656 "experimental and will change over time.";
657
658const char kBuiltInModuleInfraName[] = "Built-in module infra and import maps";
659const char kBuiltInModuleInfraDescription[] =
660 "Enable built-in module infrastructure and import maps. Individual "
661 "built-in modules should be enabled by other flags. The syntax and the "
662 "APIs exposed are experimental and will change over time.";
663
664const char kBuiltInModuleKvStorageName[] = "kv-storage built-in module";
665const char kBuiltInModuleKvStorageDescription[] =
666 "Enable kv-storage built-in module, as well as built-in module "
667 "infrastructure and import maps. The syntax and the APIs exposed are "
668 "experimental and will change over time.";
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41669
Philip Rogers63481332018-12-01 22:16:51670const char kEnableBlinkGenPropertyTreesName[] = "Enable BlinkGenPropertyTrees";
671const char kEnableBlinkGenPropertyTreesDescription[] =
672 "Enable a new compositing mode where Blink generates the compositor "
673 "property trees.";
674
Ian Kilpatricke68ef11a2018-07-04 03:52:10675const char kEnableLayoutNGName[] = "Enable LayoutNG";
676const char kEnableLayoutNGDescription[] =
677 "Enable Blink's next generation layout engine.";
678
Scott Littled0fd2d002018-04-13 03:37:26679const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
680const char kEnableLazyFrameLoadingDescription[] =
681 "Defers the loading of certain cross-origin frames until the page is "
682 "scrolled down near them.";
683
rajendrant793ff512018-08-10 17:07:59684const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
685const char kEnableLazyImageLoadingDescription[] =
686 "Defers the loading of images until the page is scrolled down near them.";
687
Sidney San Martín9375b892017-09-09 00:29:54688const char kEnableMacMaterialDesignDownloadShelfName[] =
689 "Enable Material Design download shelf";
690
691const char kEnableMacMaterialDesignDownloadShelfDescription[] =
692 "If enabled, the download shelf uses Material Design.";
693
Becca Hughesac86cd442019-01-09 23:49:54694const char kEnableMediaSessionServiceName[] = "Media Session Service";
695const char kEnableMediaSessionServiceDescription[] =
696 "Enables the media session mojo service and internal media session "
697 "support.";
698
Brett Wilsonf27ff602017-07-07 22:28:47699const char kEnableNavigationTracingName[] = "Enable navigation tracing";
700const char kEnableNavigationTracingDescription[] =
701 "This is to be used in conjunction with the trace-upload-url flag. "
702 "WARNING: When enabled, Chrome will record performance data for every "
703 "navigation and upload it to the URL specified by the trace-upload-url "
704 "flag. The trace may include personally identifiable information (PII) "
705 "such as the titles and URLs of websites you visit.";
706
Bernhard Bauer5533f9912017-11-06 17:56:02707const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
708const char kEnableNetworkLoggingToFileDescription[] =
709 "Enables network logging to a file named netlog.json in the user data "
710 "directory. The file can be imported into chrome://net-internals.";
711
Brett Wilsonf27ff602017-07-07 22:28:47712const char kEnableNetworkServiceName[] = "Enable network service";
713const char kEnableNetworkServiceDescription[] =
714 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40715 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47716
John Abd-El-Malek8067cc02017-12-04 23:23:20717const char kEnableNetworkServiceInProcessName[] =
718 "Runs network service in-process";
719const char kEnableNetworkServiceInProcessDescription[] =
720 "Runs the network service in the browser process.";
721
Shakti Sahu5a046f62019-03-12 19:25:34722const char kEnableNewDownloadBackendName[] = "Enable new download backend";
723const char kEnableNewDownloadBackendDescription[] =
724 "Enables the new download backend that uses offline content provider";
725
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28726const char kEnableNotificationScrollBarName[] =
727 "Enable notification list scroll bar";
728const char kEnableNotificationScrollBarDescription[] =
729 "Enable the scroll bar of the notification list in Unified System Tray.";
730
Mitsuru Otsukae8304de2018-10-29 02:14:36731const char kEnableNotificationExpansionAnimationName[] =
732 "Enable notification expansion animations";
733const char kEnableNotificationExpansionAnimationDescription[] =
734 "Enable notification animations whenever the expansion state is toggled.";
735
Sophie Chang117a3b22017-10-24 22:25:36736const char kEnableOptimizationHintsName[] = "Optimization Hints";
737const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50738 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36739 "into decisions for what optimizations to perform on some pages on slow "
740 "networks.";
741
Takashi Toyoshima2e01e692018-11-16 03:23:27742const char kEnableOutOfBlinkCorsName[] = "Out of blink CORS";
743const char kEnableOutOfBlinkCorsDescription[] =
Yutaka Hirano98be3272017-08-07 17:55:39744 "CORS handling logic is moved out of blink.";
745
Chris Halle952239e2018-11-06 06:49:52746const char kExperimentalAccessibilityFeaturesName[] =
747 "Experimental accessibility features";
748const char kExperimentalAccessibilityFeaturesDescription[] =
749 "Enable additional accessibility features in the Settings page.";
750
Katie D652135c2018-11-27 18:30:13751const char kExperimentalAccessibilityAutoclickName[] =
752 "Experimental automatic click features";
753const char kExperimentalAccessibilityAutoclickDescription[] =
754 "Enable additional features for automatic clicks.";
755
Chris Hall4a4225f62019-01-18 03:07:16756const char kExperimentalAccessibilityLanguageDetectionName[] =
757 "Experimental accessibility language detection";
758const char kExperimentalAccessibilityLanguageDetectionDescription[] =
759 "Enable language detection for in-page content which is then exposed to "
760 "accessiblity technologies such as screen readers.";
761
Anastasia Helfinsteinafecc68c2018-11-26 19:20:17762const char kExperimentalAccessibilitySwitchAccessName[] =
763 "Experimental feature Switch Access";
764const char kExperimentalAccessibilitySwitchAccessDescription[] =
765 "Add a setting to enable the prototype of Switch Access";
766
kylechar7051c092018-02-05 20:31:39767const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
768const char kVizDisplayCompositorDescription[] =
769 "If enabled, the display compositor runs as part of the viz service in the"
770 "GPU process.";
771
Ria Jiang6a129b982018-03-01 18:30:40772const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
773const char kVizHitTestDrawQuadDescription[] =
774 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
775 "with hit-test data computed from the CompositorFrame.";
776
Erik Chen49bbfa22017-08-18 08:49:56777const char kEnableOutOfProcessHeapProfilingName[] =
Alexei Filippov2e8bfee2019-03-07 21:51:27778 "Chrome heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56779const char kEnableOutOfProcessHeapProfilingDescription[] =
Alexei Filippov2e8bfee2019-03-07 21:51:27780 "Starts heap profiling service that records sampled memory allocation "
781 "profile having each sample attributed with a callstack. "
782 "The sampling resolution is controlled with --memlog-sampling flag. "
783 "Recorded heap dumps can be obtained at chrome://tracing "
erikchen94aca892018-01-18 00:21:19784 "[category:memory-infra] and chrome://memory-internals. This setting "
785 "controls which processes are profiled. As long as this setting is not "
786 "disabled, users can start profiling any given process in "
787 "chrome://memory-internals.";
788const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
789const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
790const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
791const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
792const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10793const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19794 "None by default. Visit chrome://memory-internals to choose which "
795 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15796const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
797 "Profile a random sampling of renderer processes, ensuring only one is "
798 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19799
Rahul Arakeri61a2ad272019-03-19 22:55:08800const char kCompositorThreadedScrollbarScrollingName[] =
801 "Enable compositor threaded scrollbar scrolling";
802const char kCompositorThreadedScrollbarScrollingDescription[] =
803 "Enables pointer-based scrollbar scrolling on the compositor thread "
804 "instead of the main thread";
805
Alexei Filippov2e8bfee2019-03-07 21:51:27806const char kOutOfProcessHeapProfilingInProcess[] =
807 "Run the heap profiling service in the browser process.";
808const char kOutOfProcessHeapProfilingInProcessDescription[] =
809 "Makes profiling service (if enabled) to be executed within the browser "
810 "process. By default the service is run in a dedicated utility process.";
811
Alexei Filippov2e8bfee2019-03-07 21:51:27812const char kOutOfProcessHeapProfilingSamplingRate[] =
813 "Sampling interval in bytes for memlog allocations.";
814const char kOutOfProcessHeapProfilingSamplingRateDescription[] =
815 "Use a poisson process to sample allocations. Defaults to a sampling rate "
816 "of 100KB. This results in low noise for large and/or frequent allocations "
817 "[size * frequency >> 100KB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:22818 "total size of malloc-ed objects] and large and/or frequent allocations "
819 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51820
Erik Chen3303fd0232018-01-11 20:29:05821const char kOOPHPStackModeName[] =
822 "The type of stack to record for memlog heap dumps";
823const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19824 "By default, memlog heap dumps record native stacks, which requires a "
825 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55826 "pointers to work on Android. Native with thread names will add the thread "
827 "name as the first frame of each native stack. It's also possible to "
828 "record a pseudo stack using trace events as identifiers. It's also "
829 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19830const char kOOPHPStackModeMixed[] = "Mixed";
831const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55832const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19833const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05834
F#m59d036e2017-09-13 07:22:17835const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
836const char kEnablePixelCanvasRecordingDescription[] =
837 "Pixel canvas recording allows the compositor to raster contents aligned "
838 "with the pixel and improves text rendering. This should be enabled when a "
839 "device is using fractional scale factor.";
840
Ella Gebee81c92018-08-14 15:51:09841const char kEnableResamplingInputEventsName[] =
842 "Enable resampling input events";
843const char kEnableResamplingInputEventsDescription[] =
844 "Predicts mouse and touch inputs position at rAF time based on previous "
845 "input";
846const char kEnableResamplingScrollEventsName[] =
847 "Enable resampling scroll events";
848const char kEnableResamplingScrollEventsDescription[] =
849 "Predicts the scroll amount at vsync time based on previous input";
850
Doug Arnettaa0bf202018-08-27 19:42:11851const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
852const char kEnableResourceLoadingHintsDescription[] =
853 "Enable using server-provided resource loading hints to provide a preview "
854 "over slow network connections.";
855
Raphael Kubo da Costab72914b2019-03-13 09:20:39856const char kEnableSensorContentSettingName[] = "Sensor content setting";
857const char kEnableSensorContentSettingDescription[] =
858 "Enable UI in content settings to control access to the sensor APIs.";
859
Mikel Astizb4786aa2018-11-09 22:12:09860const char kEnableSyncPseudoUSSAppListName[] =
861 "Enable pseudo-USS for APP_LIST sync.";
862const char kEnableSyncPseudoUSSAppListDescription[] =
863 "Enable new USS-based codepath for sync datatype APP_LIST.";
864
865const char kEnableSyncPseudoUSSAppsName[] = "Enable pseudo-USS for APPS sync.";
866const char kEnableSyncPseudoUSSAppsDescription[] =
867 "Enable new USS-based codepath for sync datatype APPS.";
868
869const char kEnableSyncPseudoUSSDictionaryName[] =
870 "Enable pseudo-USS for DICTIONARY sync.";
871const char kEnableSyncPseudoUSSDictionaryDescription[] =
872 "Enable new USS-based codepath for sync datatype DICTIONARY.";
873
874const char kEnableSyncPseudoUSSExtensionSettingsName[] =
875 "Enable pseudo-USS for EXTENSION_SETTINGS and APP_SETTINGS sync.";
876const char kEnableSyncPseudoUSSExtensionSettingsDescription[] =
877 "Enable new USS-based codepath for sync datatypes EXTENSION_SETTINGS and "
878 "APP_SETTINGS.";
879
880const char kEnableSyncPseudoUSSExtensionsName[] =
881 "Enable pseudo-USS for EXTENSIONS sync.";
882const char kEnableSyncPseudoUSSExtensionsDescription[] =
883 "Enable new USS-based codepath for sync datatype EXTENSIONS.";
884
885const char kEnableSyncPseudoUSSFaviconsName[] =
886 "Enable pseudo-USS for favicon sync.";
887const char kEnableSyncPseudoUSSFaviconsDescription[] =
888 "Enable new USS-based codepath for sync datatypes FAVICON_IMAGES and "
889 "FAVICON_TRACKING.";
890
891const char kEnableSyncPseudoUSSHistoryDeleteDirectivesName[] =
892 "Enable pseudo-USS for HISTORY_DELETE_DIRECTIVES sync.";
893const char kEnableSyncPseudoUSSHistoryDeleteDirectivesDescription[] =
894 "Enable new USS-based codepath for sync datatype "
895 "HISTORY_DELETE_DIRECTIVES.";
896
897const char kEnableSyncPseudoUSSPasswordsName[] =
898 "Enable pseudo-USS for PASSWORDS sync.";
899const char kEnableSyncPseudoUSSPasswordsDescription[] =
900 "Enable new USS-based codepath for sync datatype PASSWORDS (pseudo-USS).";
901
902const char kEnableSyncPseudoUSSPreferencesName[] =
903 "Enable pseudo-USS for PREFERENCES sync.";
904const char kEnableSyncPseudoUSSPreferencesDescription[] =
905 "Enable new USS-based codepath for sync datatype PREFERENCES.";
906
907const char kEnableSyncPseudoUSSPriorityPreferencesName[] =
908 "Enable pseudo-USS for PRIORITY_PREFERENCES sync.";
909const char kEnableSyncPseudoUSSPriorityPreferencesDescription[] =
910 "Enable new USS-based codepath for sync datatype PRIORITY_PREFERENCES.";
911
912const char kEnableSyncPseudoUSSSearchEnginesName[] =
913 "Enable pseudo-USS for SEARCH_ENGINES sync.";
914const char kEnableSyncPseudoUSSSearchEnginesDescription[] =
915 "Enable new USS-based codepath for sync datatype SEARCH_ENGINES.";
916
917const char kEnableSyncPseudoUSSSupervisedUsersName[] =
918 "Enable pseudo-USS for supervised users sync.";
919const char kEnableSyncPseudoUSSSupervisedUsersDescription[] =
920 "Enable new USS-based codepath for sync datatypes SUPERVISED_USER_SETTINGS "
921 "and SUPERVISED_USER_WHITELISTS.";
922
923const char kEnableSyncPseudoUSSThemesName[] =
924 "Enable pseudo-USS for THEMES sync.";
925const char kEnableSyncPseudoUSSThemesDescription[] =
926 "Enable new USS-based codepath for sync datatype THEMES.";
927
Mohamed Amir Yosef0178fa892018-07-23 17:43:52928const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
929const char kEnableSyncUSSBookmarksDescription[] =
930 "Enables the new, experimental implementation of bookmark sync";
931
Mohamed Amir Yosef3074dfc2019-02-06 18:34:43932const char kEnableSyncUSSPasswordsName[] = "Enable USS for passwords sync";
933const char kEnableSyncUSSPasswordsDescription[] =
934 "Enables the new, experimental implementation of passwords sync";
935
Mikel Astiz38837f82018-04-24 22:23:23936const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
937const char kEnableSyncUSSSessionsDescription[] =
938 "Enables the new, experimental implementation of session sync (aka tab "
939 "sync).";
940
David Bokane9370c22019-02-14 15:19:58941const char kEnableTextFragmentAnchorName[] = "Enable Text Fragment Anchor.";
942const char kEnableTextFragmentAnchorDescription[] =
943 "Enables scrolling to text specified in URL's fragment.";
944
Brett Wilsonf27ff602017-07-07 22:28:47945const char kEnableUseZoomForDsfName[] =
946 "Use Blink's zoom for device scale factor.";
947const char kEnableUseZoomForDsfDescription[] =
948 "If enabled, Blink uses its zooming mechanism to scale content for device "
949 "scale factor.";
950const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
951const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
952const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
953
Patrick Noland8ee016e2018-01-24 11:44:53954const char kEnableScrollAnchorSerializationName[] =
955 "Scroll Anchor Serialization";
956const char kEnableScrollAnchorSerializationDescription[] =
957 "Save the scroll anchor and use it to restore the scroll position when "
958 "navigating.";
959
Brad Nelson5cd500e2018-01-04 00:50:19960const char kEnableSharedArrayBufferName[] =
961 "Experimental enabled SharedArrayBuffer support in JavaScript.";
962const char kEnableSharedArrayBufferDescription[] =
963 "Enable SharedArrayBuffer support in JavaScript.";
964
Brett Wilsonf27ff602017-07-07 22:28:47965const char kEnableWasmName[] = "WebAssembly structured cloning support.";
966const char kEnableWasmDescription[] =
967 "Enable web pages to use WebAssembly structured cloning.";
968
Lei Zhang0ca70ea2018-09-07 17:51:01969const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47970 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01971const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47972 "Enable the cloud-assisted pairingless BLE protocol for use with "
973 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54974
Ramin Halavatic158b182018-10-18 14:04:54975const char kEnableIncognitoWindowCounterName[] = "Incognito Window Counter";
976const char kEnableIncognitoWindowCounterDescription[] =
977 "Shows the count of Incognito windows next to the Incognito icon on the "
978 "toolbar.";
979
Clemens Hammacher0c8a15a2018-04-27 13:45:32980const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
981const char kEnableWasmBaselineDescription[] =
982 "Enables WebAssembly baseline compilation and tier up.";
983
Bill Budged0dace172019-02-10 00:46:21984const char kEnableWasmCodeCacheName[] = "WebAssembly compiled module cache";
985const char kEnableWasmCodeCacheDescription[] =
986 "Enables caching of compiled WebAssembly modules.";
987
Ben Smith24c1e5c2018-06-20 01:09:02988const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
989const char kEnableWasmThreadsDescription[] =
990 "Enables support for the WebAssembly Threads proposal. Implies "
991 "#shared-array-buffer and #enable-webassembly.";
992
Brett Wilsonf27ff602017-07-07 22:28:47993const char kExpensiveBackgroundTimerThrottlingName[] =
994 "Throttle expensive background timers";
995const char kExpensiveBackgroundTimerThrottlingDescription[] =
996 "Enables intervention to limit CPU usage of background timers to 1%.";
997
998const char kExperimentalAppBannersName[] = "Experimental app banners";
999const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:381000 "Enables a new experimental app banner flow and UI. Implies "
1001 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:471002
1003const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
1004const char kExperimentalCanvasFeaturesDescription[] =
1005 "Enables the use of experimental canvas features which are still in "
1006 "development.";
1007
1008const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
1009const char kExperimentalExtensionApisDescription[] =
1010 "Enables experimental extension APIs. Note that the extension gallery "
1011 "doesn't allow you to upload extensions that use experimental APIs.";
1012
Ian Clelland37a985d2018-05-04 02:43:131013const char kExperimentalProductivityFeaturesName[] =
1014 "Experimental Productivity Features";
1015const char kExperimentalProductivityFeaturesDescription[] =
1016 "Enable support for experimental developer productivity features, such as "
Hiroshige Hayashizaki3ee116af2019-03-05 10:11:221017 "built-in modules and policies for avoiding slow rendering.";
Ian Clelland37a985d2018-05-04 02:43:131018
Brett Wilsonf27ff602017-07-07 22:28:471019const char kExperimentalSecurityFeaturesName[] =
1020 "Potentially annoying security features";
1021const char kExperimentalSecurityFeaturesDescription[] =
1022 "Enables several security features that will likely break one or more "
1023 "pages that you visit on a daily basis. Strict mixed content checking, for "
1024 "example. And locking powerful features to secure contexts. This flag will "
1025 "probably annoy you.";
1026
1027const char kExperimentalWebPlatformFeaturesName[] =
1028 "Experimental Web Platform features";
1029const char kExperimentalWebPlatformFeaturesDescription[] =
1030 "Enables experimental Web Platform features that are in development.";
1031
1032const char kExtensionContentVerificationName[] =
1033 "Extension Content Verification";
1034const char kExtensionContentVerificationDescription[] =
1035 "This flag can be used to turn on verification that the contents of the "
1036 "files on disk for extensions from the webstore match what they're "
1037 "expected to be. This can be used to turn on this feature if it would not "
1038 "otherwise have been turned on, but cannot be used to turn it off (because "
1039 "this setting can be tampered with by malware).";
1040const char kExtensionContentVerificationBootstrap[] =
1041 "Bootstrap (get expected hashes, but do not enforce them)";
1042const char kExtensionContentVerificationEnforce[] =
1043 "Enforce (try to get hashes, and enforce them if successful)";
1044const char kExtensionContentVerificationEnforceStrict[] =
1045 "Enforce strict (hard fail if we can't get hashes)";
1046
1047const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1048const char kExtensionsOnChromeUrlsDescription[] =
1049 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1050 "request this permission.";
galinapae72e152017-05-12 13:12:281051
Brett Wilsonecb80982017-07-12 20:34:511052const char kFeaturePolicyName[] = "Feature Policy";
1053const char kFeaturePolicyDescription[] =
1054 "Enables granting and removing access to features through the "
1055 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:341056
Brett Wilsonecb80982017-07-12 20:34:511057const char kFontCacheScalingName[] = "FontCache scaling";
1058const char kFontCacheScalingDescription[] =
1059 "Reuse a cached font in the renderer to serve different sizes of font for "
1060 "faster layout.";
1061
1062const char kForceEffectiveConnectionTypeName[] =
1063 "Override effective connection type";
1064const char kForceEffectiveConnectionTypeDescription[] =
1065 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301066 "returned by the network quality estimator. Slow 2G on Cellular returns "
1067 "Slow 2G when connected to a cellular network, and the actual estimate "
1068 "effective connection type when not on a cellular network. Previews are "
1069 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:511070const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1071const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1072const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301073const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1074 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511075const char kEffectiveConnectionType2GDescription[] = "2G";
1076const char kEffectiveConnectionType3GDescription[] = "3G";
1077const char kEffectiveConnectionType4GDescription[] = "4G";
1078
1079const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1080const char kFillOnAccountSelectDescription[] =
1081 "Filling of passwords when an account is explicitly selected by the user "
1082 "rather than autofilling credentials on page load.";
1083
jdoerrie11c5f4f2019-02-04 18:29:181084const char kFillOnAccountSelectHttpName[] =
1085 "Fill passwords on account selection on HTTP origins";
1086const char kFillOnAccountSelectHttpDescription[] =
1087 "Filling of passwords when an account is explicitly selected by the user "
1088 "rather than autofilling credentials on page load on HTTP origins.";
1089
Brett Wilsonecb80982017-07-12 20:34:511090const char kForceTextDirectionName[] = "Force text direction";
1091const char kForceTextDirectionDescription[] =
1092 "Explicitly force the per-character directionality of UI text to "
1093 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1094 "direction of the character language.";
1095const char kForceDirectionLtr[] = "Left-to-right";
1096const char kForceDirectionRtl[] = "Right-to-left";
1097
1098const char kForceUiDirectionName[] = "Force UI direction";
1099const char kForceUiDirectionDescription[] =
1100 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1101 "mode, overriding the default direction of the UI language.";
1102
1103const char kFramebustingName[] =
1104 "Framebusting requires same-origin or a user gesture";
1105const char kFramebustingDescription[] =
1106 "Don't permit an iframe to navigate the top level browsing context unless "
1107 "they are same-origin or the iframe is processing a user gesture.";
1108
Brett Wilsonecb80982017-07-12 20:34:511109const char kGpuRasterizationName[] = "GPU rasterization";
1110const char kGpuRasterizationDescription[] =
1111 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:281112const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:511113
Ioana Pandele1ed7ef72018-11-21 15:22:031114const char kGooglePasswordManagerName[] = "Google Password Manager UI";
1115const char kGooglePasswordManagerDescription[] =
1116 "Enables access to the Google Password Manager UI from Chrome.";
1117
Brett Wilsonecb80982017-07-12 20:34:511118const char kGoogleProfileInfoName[] = "Google profile name and icon";
1119const char kGoogleProfileInfoDescription[] =
1120 "Enables using Google information to populate the profile name and icon in "
1121 "the avatar menu.";
1122
Takumi Fujimotofb71e332018-03-31 14:04:081123const char kViewsCastDialogName[] = "Views Cast dialog";
1124const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:311125 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:531126 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:541127 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:081128
Gabrielle Paladoaebf7ca2019-01-16 07:07:061129const char kHandwritingGestureName[] = "Handwriting Gestures";
1130const char kHandwritingGestureDescription[] =
1131 "Enables handwriting gestures within the virtual keyboard";
1132
Tommy Steimel1aadd7b2019-01-18 19:39:421133const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1134const char kHardwareMediaKeyHandlingDescription[] =
1135 "Enables using media keys to control the active media session. This "
1136 "requires MediaSessionService to be enabled too";
1137
Manu Cornet4a908de2018-04-09 04:32:271138const char kHideActiveAppsFromShelfName[] =
1139 "Hide running apps (that are not pinned) from the shelf";
1140const char kHideActiveAppsFromShelfDescription[] =
1141 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251142
Brett Wilsonecb80982017-07-12 20:34:511143const char kHistoryRequiresUserGestureName[] =
1144 "New history entries require a user gesture.";
1145const char kHistoryRequiresUserGestureDescription[] =
1146 "Require a user gesture to add a history entry.";
Brett Wilsonecb80982017-07-12 20:34:511147
Ryan Landay4242dbc22018-04-04 01:47:331148const char kHorizontalTabSwitcherAndroidName[] =
1149 "Enable horizontal tab switcher";
1150const char kHorizontalTabSwitcherAndroidDescription[] =
1151 "Changes the layout of the Android tab switcher so tabs scroll "
1152 "horizontally instead of vertically.";
1153
Matt Simmons2048b2a2018-12-20 20:12:561154const char kTabSwitcherOnReturnName[] = "Enable tab switcher on return";
1155const char kTabSwitcherOnReturnDescription[] =
1156 "Enable tab switcher on return after specified time has elapsed";
1157
Brett Wilsonecb80982017-07-12 20:34:511158const char kHostedAppQuitNotificationName[] =
1159 "Quit notification for hosted apps";
1160const char kHostedAppQuitNotificationDescription[] =
1161 "Display a notification when quitting Chrome if hosted apps are currently "
1162 "running.";
1163
1164const char kHostedAppShimCreationName[] =
1165 "Creation of app shims for hosted apps on Mac";
1166const char kHostedAppShimCreationDescription[] =
1167 "Create app shims on Mac when creating a hosted app.";
1168
1169const char kIconNtpName[] = "Large icons on the New Tab page";
1170const char kIconNtpDescription[] =
1171 "Enable the experimental New Tab page using large icons.";
1172
1173const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1174const char kIgnoreGpuBlacklistDescription[] =
1175 "Overrides the built-in software rendering list and enables "
1176 "GPU-acceleration on unsupported system configurations.";
1177
Ryan Sturm8c3dbc92018-06-26 19:22:371178const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441179const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371180 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441181
Alexandre Frechetted3e1b542018-12-13 14:40:501182const char kImprovedGeoLanguageDataName[] = "Improved Geo-language Data";
1183const char kImprovedGeoLanguageDataDescription[] =
1184 "Makes the GeoLanguageModel use higher quality, more refined ULP "
1185 "geo-language data.";
1186
Brett Wilsonecb80982017-07-12 20:34:511187const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1188const char kInProductHelpDemoModeChoiceDescription[] =
1189 "Selects the In-Product Help demo mode.";
1190
1191const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1192const char kJavascriptHarmonyDescription[] =
1193 "Enable web pages to use experimental JavaScript features.";
1194
1195const char kJavascriptHarmonyShippingName[] =
1196 "Latest stable JavaScript features";
1197const char kJavascriptHarmonyShippingDescription[] =
1198 "Some web pages use legacy or non-standard JavaScript extensions that may "
1199 "conflict with the latest JavaScript features. This flag allows disabling "
1200 "support of those features for compatibility with such pages.";
1201
Yutaka Hiranof7f2f632017-09-06 10:40:081202const char kKeepAliveRendererForKeepaliveRequestsName[] =
1203 "Keep a renderer alive for keepalive fetch requests";
1204const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1205 "Keep a render process alive when the process has a pending fetch request "
1206 "with `keepalive' specified.";
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
1213const char kLoadMediaRouterComponentExtensionName[] =
1214 "Load Media Router Component Extension";
1215const char kLoadMediaRouterComponentExtensionDescription[] =
1216 "Loads the Media Router component extension at startup.";
1217
Mustafa Emre Acer137dc8b2018-08-29 20:38:131218const char kLookalikeUrlNavigationSuggestionsName[] =
1219 "Navigation suggestions for lookalike URLs";
1220const char kLookalikeUrlNavigationSuggestionsDescription[] =
1221 "Enable navigation suggestions for URLs that are visually similar to "
1222 "popular domains or to domains with a site engagement score.";
1223
Brett Wilsonecb80982017-07-12 20:34:511224const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1225const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511226
spqchanb87755692018-04-05 00:46:091227const char kMediaRouterCastAllowAllIPsName[] =
1228 "Connect to Cast devices on all IP addresses";
1229const char kMediaRouterCastAllowAllIPsDescription[] =
1230 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311231 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091232
Brett Wilsonecb80982017-07-12 20:34:511233const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1234const char kMessageCenterNewStyleNotificationDescription[] =
1235 "Enables the experiment style of material-design notification";
1236
David Roger2183afb2019-02-21 14:19:151237const char kMobileIdentityConsistencyName[] = "Mobile identity consistency";
1238const char kMobileIdentityConsistencyDescription[] =
1239 "Enables stronger identity consistency on mobile";
1240
Marijn Kruisselbrinkfa0e1052019-03-05 22:32:551241const char kNativeFilesystemAPIName[] = "Native Filesystem API";
1242const char kNativeFilesystemAPIDescription[] =
1243 "Enables the experimental Native Filesystem API, giving websites access to "
1244 "the native filesystem";
1245
Brett Wilsonecb80982017-07-12 20:34:511246const char kNewAudioRenderingMixingStrategyName[] =
1247 "New audio rendering mixing strategy";
1248const char kNewAudioRenderingMixingStrategyDescription[] =
1249 "Use the new audio rendering mixing strategy.";
1250
1251const char kNewBookmarkAppsName[] = "The new bookmark app system";
1252const char kNewBookmarkAppsDescription[] =
1253 "Enables the new system for creating bookmark apps.";
1254
Vadym Doroshenkocd4ff782018-07-24 13:41:021255const char kNewPasswordFormParsingName[] =
1256 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241257const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021258 "Replaces existing form parsing for filling in password manager with a new "
1259 "version, currently under development. WARNING: when enabled, Password "
1260 "Manager might stop working";
1261
1262const char kNewPasswordFormParsingForSavingName[] =
1263 "New password form parsing for saving passwords";
1264const char kNewPasswordFormParsingForSavingDescription[] =
1265 "Replaces existing form parsing for saving in password manager with a new "
1266 "version, currently under development. WARNING: when enabled, Password "
1267 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241268
CJ DiMeglio7b4a199f2017-11-30 01:26:501269const char kUseSurfaceLayerForVideoName[] =
1270 "Enable the use of SurfaceLayer objects for videos.";
1271const char kUseSurfaceLayerForVideoDescription[] =
1272 "Enable compositing onto a Surface instead of a VideoLayer "
1273 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511274
1275const char kNewUsbBackendName[] = "Enable new USB backend";
1276const char kNewUsbBackendDescription[] =
1277 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341278
Sonny Sasaka2d200432018-03-22 17:43:161279const char kNewblueName[] = "Newblue";
1280const char kNewblueDescription[] =
1281 "Enables the use of newblue Bluetooth daemon.";
1282
Peter Boström7df25c72018-12-12 06:40:191283const char kNewTabLoadingAnimation[] = "New tab-loading animation";
1284const char kNewTabLoadingAnimationDescription[] =
1285 "Enables a new look for the tab-loading animation.";
1286
Peter Kasting63097912018-06-30 02:09:031287const char kNewTabButtonPosition[] = "New tab button position";
1288const char kNewTabButtonPositionDescription[] =
1289 "Controls placement of the new tab button within the tabstrip.";
1290const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1291const char kNewTabButtonPositionLeading[] = "Leading";
1292const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1293const char kNewTabButtonPositionTrailing[] = "Trailing";
1294
Egor Pasko6fed3822018-05-30 10:33:141295const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341296const char kNostatePrefetchDescription[] =
Elly Fong-Jonesf4c15772019-01-31 17:40:061297 "If enabled, pre-downloads resources to improve page load speed.";
vabr0215a8e2017-03-28 12:47:341298
Alex Newcomerd7b0cc42018-05-25 22:58:481299const char kNotificationIndicatorName[] = "Notification Indicators";
1300const char kNotificationIndicatorDescription[] =
1301 "Enable notification indicators, which appear on app icons when a "
1302 "notification is active. This will also enable notifications in context "
1303 "menus.";
1304
Brett Wilsonecb80982017-07-12 20:34:511305const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1306const char kNotificationsNativeFlagDescription[] =
1307 "Enable support for using the native notification toasts and notification "
1308 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341309
Valeriya Sinevich972ac122018-09-05 07:33:191310const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1311const char kUseMultiloginEndpointDescription[] =
1312 "Use Gaia OAuth multilogin for identity consistency.";
1313
Zentaro Kavanaghbad511c2017-10-18 22:29:001314#if defined(OS_POSIX)
1315const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1316const char kNtlmV2EnabledDescription[] =
1317 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1318#endif
1319
Brett Wilsonecb80982017-07-12 20:34:511320const char kOfferStoreUnmaskedWalletCardsName[] =
1321 "Google Payments card saving checkbox";
1322const char kOfferStoreUnmaskedWalletCardsDescription[] =
1323 "Show the checkbox to offer local saving of a credit card downloaded from "
1324 "the server.";
1325
1326const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1327const char kOfflineAutoReloadDescription[] =
1328 "Pages that fail to load while the browser is offline will be "
1329 "auto-reloaded when the browser is online again.";
1330
1331const char kOfflineAutoReloadVisibleOnlyName[] =
1332 "Only Auto-Reload Visible Tabs";
1333const char kOfflineAutoReloadVisibleOnlyDescription[] =
1334 "Pages that fail to load while the browser is offline will only be "
1335 "auto-reloaded if their tab is visible.";
1336
Brett Wilsonecb80982017-07-12 20:34:511337const char kOmniboxDisplayTitleForCurrentUrlName[] =
1338 "Include title for the current URL in the omnibox";
1339const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1340 "In the event that the omnibox provides suggestions on-focus, the URL of "
1341 "the current page is provided as the first suggestion without a title. "
1342 "Enabling this flag causes the title to be displayed.";
1343
manuk2e55a7b2019-02-12 20:08:231344const char kOmniboxMaterialDesignWeatherIconsName[] =
1345 "Omnibox Material Design Weather Icons";
1346const char kOmniboxMaterialDesignWeatherIconsDescription[] =
1347 "Use material design weather icons in the omnibox when displaying weather "
1348 "answers.";
1349
Tomasz Wiszkowskic87dff12019-01-15 02:57:511350const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
1351const char kOmniboxNewAnswerLayoutDescription[] =
1352 "Modernize omnibox answers using an enhanced layout with larger icons.";
1353
Tomasz Wiszkowskic7fd5bed2019-02-11 17:33:231354const char kOmniboxRichEntitySuggestionsName[] =
1355 "Omnibox rich entity suggestions";
1356const char kOmniboxRichEntitySuggestionsDescription[] =
1357 "Display entity suggestions using images and an enhanced layout; showing "
1358 "more context and descriptive text about the entity. Has no effect unless "
1359 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
1360 "flag is set to Refresh or Touchable Refresh.";
1361
Benoit Lizeab08362c2017-07-19 14:50:541362const char kOmniboxSpareRendererName[] =
1363 "Start spare renderer on omnibox focus";
1364const char kOmniboxSpareRendererDescription[] =
1365 "When the omnibox is focused, start an empty spare renderer. This can "
1366 "speed up the load of the navigation from the omnibox.";
1367
manuk3c0e70a2019-02-21 16:30:551368const char kOmniboxUIBlueSearchLoopAndSearchQueryName[] =
1369 "Omnibox UI Blue Search Loop and Search Query";
1370const char kOmniboxUIBlueSearchLoopAndSearchQueryDescription[] =
1371 "Color the generic search icon and search terms blue.";
1372
manuk4451d032019-02-22 17:24:401373const char kOmniboxUIBlueTitlesAndGrayUrlsOnPageSuggestionsName[] =
1374 "Omnibox UI Blue Titles And Gray Urls On Page Suggestions";
1375const char kOmniboxUIBlueTitlesAndGrayUrlsOnPageSuggestionsDescription[] =
1376 "Displays navigation suggestions with blue titles and gray URLs.";
1377
1378const char kOmniboxUIBlueTitlesOnPageSuggestionsName[] =
1379 "Omnibox UI Blue Titles On Page Suggestions";
1380const char kOmniboxUIBlueTitlesOnPageSuggestionsDescription[] =
1381 "Displays navigation suggestions with blue titles.";
1382
manuk59fd5a62019-02-27 21:14:091383const char kOmniboxUIBoldUserTextOnSearchSuggestionsName[] =
1384 "Omnibox UI Bold User Text On Search Suggestions";
1385const char kOmniboxUIBoldUserTextOnSearchSuggestionsDescription[] =
1386 "Bolds the user text instead of autocomplete text for search suggestions.";
1387
Tommy C. Lie4194b732018-09-28 22:21:511388const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1389 "Omnibox UI Hide Steady-State URL Scheme";
1390const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1391 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361392 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511393
Tommy C. Lib20aec72018-11-19 21:38:231394const char kOmniboxUIOneClickUnelideName[] = "Omnibox UI One Click Unelide";
1395const char kOmniboxUIOneClickUnelideDescription[] =
1396 "In the omnibox, undo all unelisions with a single click or focus action.";
1397
Tommy C. Lie4194b732018-09-28 22:21:511398const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1399 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1400const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1401 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361402 "Hidden portions are restored during editing.";
1403
1404const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] =
1405 "Omnibox UI Hide Steady-State URL Path, Query, and Ref";
1406const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] =
1407 "In the omnibox, hide the path, query and ref from steady state displayed "
1408 "URLs. Hidden portions are restored during editing.";
Tommy C. Lid79d4402017-12-22 22:49:121409
Brett Wilsonecb80982017-07-12 20:34:511410const char kOmniboxUIMaxAutocompleteMatchesName[] =
1411 "Omnibox UI Max Autocomplete Matches";
1412
1413const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1414 "Changes the maximum number of autocomplete matches displayed in the "
1415 "Omnibox UI.";
1416
manuk4f56e9fc2019-02-19 18:04:511417const char kOmniboxUIShowSuffixOnAllSearchSuggestionsName[] =
1418 "Omnibox UI Show Suffix On All Search Suggestions";
1419const char kOmniboxUIShowSuffixOnAllSearchSuggestionsDescription[] =
1420 "Shows the search suffix (e.g. \" - Google Search\") on all search "
1421 "suggestions in the omnibox.";
1422
Tommy C. Liba4e66ef2019-02-12 21:33:281423const char kOmniboxUIShowSuggestionFaviconsName[] =
1424 "Omnibox UI Show Suggestion Favicons";
1425const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1426 "Shows favicons instead of generic vector icons for URL suggestions in the "
1427 "Omnibox dropdown.";
1428
Justin Donnelly65c9e8b2017-10-01 05:15:011429const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1430const char kOmniboxUISwapTitleAndUrlDescription[] =
1431 "In the omnibox dropdown, shows titles before URLs when both are "
1432 "available.";
1433
manuk0187cfa2019-02-27 21:23:241434const char kOmniboxUIUnboldSuggestionTextName[] =
1435 "Omnibox UI Unbold Suggestion Text";
1436const char kOmniboxUIUnboldSuggestionTextDescription[] =
1437 "Displays search suggestions without bolding.";
1438
manuk12527c802019-02-19 16:38:301439const char kOmniboxUIUseGenericSearchEngineIconName[] =
1440 "Omnibox UI Use Generic Search Engine Icon";
1441const char kOmniboxUIUseGenericSearchEngineIconDescription[] =
1442 "In the omnibox and NTP, shows a generic magnifying glass icon instead of "
1443 "the Search Provider favicon.";
1444
Tommy C. Lia737d3e82019-02-13 23:06:141445const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1446const char kOmniboxUIVerticalMarginDescription[] =
1447 "Changes the vertical margin in the Omnibox UI.";
1448
manukce2cdcf72019-02-26 15:59:291449const char kOmniboxUIWhiteBackgroundOnBlurName[] =
1450 "Omnibox UI White Background On Blur";
1451const char kOmniboxUIWhiteBackgroundOnBlurDescription[] =
manuk59fd5a62019-02-27 21:14:091452 "Set the omnibox background white when it's unfocused";
manukce2cdcf72019-02-26 15:59:291453
Troy Hildebrandtb32637ca2018-02-21 23:25:091454const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1455 "Omnibox Voice Search Always Visible";
1456const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1457 "Always displays voice search icon in focused omnibox as long as voice "
1458 "search is possible";
1459
Tomasz Wiszkowski947f6d0d2019-03-15 22:27:251460const char kOmniboxZeroSuggestionsOnNTPName[] =
1461 "Omnibox Zero Suggestions on New Tab Page";
1462const char kOmniboxZeroSuggestionsOnNTPDescription[] =
1463 "Offer suggestions when URL bar (omnibox) is focused.";
1464
Vadym Doroshenko6b8f64d2018-11-26 15:35:391465const char kOnlyNewPasswordFormParsingName[] =
1466 "Use only new password form parsing";
1467const char kOnlyNewPasswordFormParsingDescription[] =
1468 "The old password form parsing is disabled";
1469
Mark Lieufaa1b762019-01-08 19:37:281470const char kOnTheFlyMhtmlHashComputationName[] =
1471 "On-The-Fly MHTML Hash Computation";
1472const char kOnTheFlyMhtmlHashComputationDescription[] =
1473 "Save MHTML files to the target location and calculate their content "
1474 "digests in one step.";
1475
Adrienne Walkerc87477e2018-06-06 22:28:211476const char kOopRasterizationName[] = "Out of process rasterization";
1477const char kOopRasterizationDescription[] =
1478 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1479 "Must also enable GPU rasterization";
1480
Brett Wilsonecb80982017-07-12 20:34:511481const char kOriginTrialsName[] = "Origin Trials";
1482const char kOriginTrialsDescription[] =
1483 "Enables origin trials for controlling access to feature/API experiments.";
1484
1485const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1486const char kOverlayScrollbarsDescription[] =
1487 "Enable the experimental overlay scrollbars implementation. You must also "
1488 "enable threaded compositing to have the scrollbars animate.";
1489
chaopenge8aa016b2017-08-24 15:20:191490const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1491 "Flash Overlay Scrollbars After Any Scroll Update";
1492const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1493 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1494 " must also enable Overlay Scrollbars.";
1495
chaopeng343678022017-08-24 18:45:001496const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1497 "Flash Overlay Scrollbars When Mouse Enter";
1498const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1499 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1500 " enable Overlay Scrollbars.";
1501
Daniele Castagna74ddb9c2018-06-21 22:59:021502const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1503const char kOverlayStrategiesDescription[] =
1504 "Select strategies used to promote quads to HW overlays.";
1505const char kOverlayStrategiesDefault[] = "Default";
1506const char kOverlayStrategiesNone[] = "None";
1507const char kOverlayStrategiesUnoccludedFullscreen[] =
1508 "Unoccluded fullscreen buffers (single-fullscreen)";
1509const char kOverlayStrategiesUnoccluded[] =
1510 "Unoccluded buffers (single-fullscreen,single-on-top)";
1511const char kOverlayStrategiesOccludedAndUnoccluded[] =
1512 "Occluded and unoccluded buffers "
1513 "(single-fullscreen,single-on-top,underlay)";
1514
Claudio Magni81326f92017-09-01 05:21:181515const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1516const char kUseNewAcceptLanguageHeaderDescription[] =
1517 "Adds the base language code after other corresponding language+region "
1518 "codes. This ensures that users receive content in their preferred "
1519 "language.";
1520
Brett Wilsonecb80982017-07-12 20:34:511521const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1522const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481523 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511524
1525const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1526const char kOverscrollStartThresholdDescription[] =
1527 "Changes overscroll start threshold relative to the default value.";
1528const char kOverscrollStartThreshold133Percent[] = "133%";
1529const char kOverscrollStartThreshold166Percent[] = "166%";
1530const char kOverscrollStartThreshold200Percent[] = "200%";
1531
chaopenge2b6e5f2018-05-08 16:40:451532const char kTouchpadOverscrollHistoryNavigationName[] =
1533 "Overscroll history navigation on Touchpad";
1534const char kTouchpadOverscrollHistoryNavigationDescription[] =
1535 "Allows swipe left/right from touchpad change browser navigation.";
1536
Xing Liu5400a002017-09-15 21:48:291537const char kParallelDownloadingName[] = "Parallel downloading";
1538const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061539 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291540
Brett Wilsonecb80982017-07-12 20:34:511541const char kPassiveEventListenerDefaultName[] =
1542 "Passive Event Listener Override";
1543const char kPassiveEventListenerDefaultDescription[] =
1544 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1545 "haven't requested otherwise) to be treated as passive. This will break "
1546 "touch/wheel behavior on some websites but is useful for demonstrating the "
1547 "potential performance benefits of adopting passive event listeners.";
1548const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1549const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1550
1551const char kPassiveEventListenersDueToFlingName[] =
1552 "Touch Event Listeners Passive Default During Fling";
1553const char kPassiveEventListenersDueToFlingDescription[] =
1554 "Forces touchstart, and first touchmove per scroll event listeners during "
1555 "fling to be treated as passive.";
1556
1557const char kPassiveDocumentEventListenersName[] =
1558 "Document Level Event Listeners Passive Default";
1559const char kPassiveDocumentEventListenersDescription[] =
1560 "Forces touchstart, and touchmove event listeners on document level "
1561 "targets (which haven't requested otherwise) to be treated as passive.";
1562
Sahel Sharify7400e882018-08-13 17:13:211563const char kPassiveDocumentWheelEventListenersName[] =
1564 "Document Level Wheel Event Listeners Passive Default";
1565const char kPassiveDocumentWheelEventListenersDescription[] =
1566 "Forces wheel, and mousewheel event listeners on document level targets "
1567 "(which haven't requested otherwise) to be treated as passive.";
1568
Vaclav Brozekd8a3f542017-11-16 14:21:131569const char kPasswordImportName[] = "Password import";
1570const char kPasswordImportDescription[] =
1571 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511572
Friedrich Horschige6c27742018-04-23 17:13:411573const char kPasswordsKeyboardAccessoryName[] =
1574 "Add password-related functions to keyboard accessory";
1575const char kPasswordsKeyboardAccessoryDescription[] =
1576 "Adds password generation button and toggle for the passwords bottom sheet "
1577 "to the keyboard accessory. Replaces password generation popups.";
1578
Christos Froussios6e060c42018-07-31 16:17:191579const char kPasswordsMigrateLinuxToLoginDBName[] =
1580 "Migrate passwords to \"Login Data\"";
1581const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591582 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191583 "gnome-keyring or kwallet into the profile directory.";
1584
Rouslan Solomakhinded840112018-11-02 13:27:101585const char kPerMethodCanMakePaymentQuotaName[] =
1586 "Per-method canMakePayment() quota.";
1587const char kPerMethodCanMakePaymentQuotaDescription[] =
1588 "Allow calling canMakePayment() for different payment methods, as long as "
1589 "method-specific parameters remain unchanged.";
1590
Brett Wilsonecb80982017-07-12 20:34:511591const char kPinchScaleName[] = "Pinch scale";
1592const char kPinchScaleDescription[] =
1593 "Enables experimental support for scale using pinch.";
1594
Doug Arnett620ff542018-02-06 17:54:221595const char kPreviewsAllowedName[] = "Previews Allowed";
1596const char kPreviewsAllowedDescription[] =
1597 "Allows previews to be shown subject to specific preview types being "
1598 "enabled and the client experiencing specific triggering conditions. "
1599 "May be used as a kill-switch to turn off all potential preview types.";
1600
Brett Wilsonecb80982017-07-12 20:34:511601const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1602const char kPrintPdfAsImageDescription[] =
1603 "If enabled, an option to print PDF files as images will be available in "
1604 "print preview.";
1605
1606const char kPrintPreviewRegisterPromosName[] =
1607 "Print Preview Registration Promos";
1608const char kPrintPreviewRegisterPromosDescription[] =
1609 "Enable registering unregistered cloud printers from print preview.";
1610
Mohsen Izadi93faac12017-07-29 04:45:151611const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1612const char kPullToRefreshDescription[] =
1613 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011614const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151615
Troy Hildebrandt7228ad12018-02-23 21:18:241616const char kQueryInOmniboxName[] = "Query in Omnibox";
1617const char kQueryInOmniboxDescription[] =
1618 "Only display query terms in the omnibox when viewing a search results "
1619 "page.";
1620
Brett Wilsonecb80982017-07-12 20:34:511621const char kQuicName[] = "Experimental QUIC protocol";
1622const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1623
Emily Starke8878d52018-05-11 21:27:261624const char kRecurrentInterstitialName[] =
1625 "Show a message when the same SSL error recurs";
1626const char kRecurrentInterstitialDescription[] =
1627 "Enable a special message on the SSL certificate error page when the same "
1628 "SSL error occurs repeatedly.";
1629
Brett Wilsonecb80982017-07-12 20:34:511630const char kReducedReferrerGranularityName[] =
1631 "Reduce default 'referer' header granularity.";
1632const char kReducedReferrerGranularityDescription[] =
1633 "If a page hasn't set an explicit referrer policy, setting this flag will "
1634 "reduce the amount of information in the 'referer' header for cross-origin "
1635 "requests.";
1636
Christian Dullweber3cc579a22018-09-11 10:54:441637const char kRewriteLevelDBOnDeletionName[] =
1638 "Rewrite LevelDB instances after full deletions";
1639const char kRewriteLevelDBOnDeletionDescription[] =
1640 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1641
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351642const char kRendererSideResourceSchedulerName[] =
1643 "Renderer side ResourceScheduler";
1644const char kRendererSideResourceSchedulerDescription[] =
1645 "Migrate some ResourceScheduler functionalities to renderer";
1646
Brett Wilsonecb80982017-07-12 20:34:511647const char kRequestTabletSiteName[] =
1648 "Request tablet site option in the settings menu";
1649const char kRequestTabletSiteDescription[] =
1650 "Allows the user to request tablet site. Web content is often optimized "
1651 "for tablet devices. When this option is selected the user agent string is "
1652 "changed to indicate a tablet device. Web content optimized for tablets is "
1653 "received there after for the current tab.";
1654
1655const char kResetAppListInstallStateName[] =
1656 "Reset the App Launcher install state on every restart.";
1657const char kResetAppListInstallStateDescription[] =
1658 "Reset the App Launcher install state on every restart. While this flag is "
1659 "set, Chrome will forget the launcher has been installed each time it "
1660 "starts. This is used for testing the App Launcher install flow.";
1661
Kinuko Yasuda33955082018-06-19 10:14:591662const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511663const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591664 "Uses the resource load scheduler in blink to throttle resource load "
1665 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511666
Daniel Rubery91874e32019-01-10 22:12:341667const char kSafeBrowsingUseAPDownloadVerdictsName[] =
1668 "Request Advanced Protection verdicts when inspecting downloads";
1669const char kSafeBrowsingUseAPDownloadVerdictsDescription[] =
1670 "If enabled, download protection will request Advanced Protection "
1671 "verdicts from Safe Browsing. These will provide stronger protections "
1672 "from files Safe Browsing is unsure about.";
1673
Brett Wilsonecb80982017-07-12 20:34:511674const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1675const char kSafeSearchUrlReportingDescription[] =
1676 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1677
Alexei Filippov98772752018-01-27 08:26:521678const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1679const char kSamplingHeapProfilerDescription[] =
1680 "Enables native memory sampling profiler with specified rate in KiB. "
1681 "If sampling rate is not provided the default value of 128 KiB is used.";
1682
Brett Wilsonecb80982017-07-12 20:34:511683const char kSaveasMenuLabelExperimentName[] =
1684 "Switch 'Save as' menu labels to 'Download'";
1685const char kSaveasMenuLabelExperimentDescription[] =
1686 "Enables an experiment to switch menu labels that use 'Save as...' to "
1687 "'Download'.";
1688
Jeffrey Cohene49cc59c2018-10-23 16:27:281689const char kSendTabToSelfName[] = "Send tab to self";
1690const char kSendTabToSelfDescription[] =
1691 "Allows users to push tabs from Android devices to other synced "
1692 "devices, in order to easily transition those tabs to the new device ";
1693
momohattfc352292018-08-29 05:12:361694const char kServiceWorkerImportedScriptUpdateCheckName[] =
1695 "Enable update check for service worker importScripts() resources";
1696const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1697 "Extend byte-for-byte update check for scripts that are imported by the "
1698 "service worker script via importScripts().";
1699
Azeem Arshad3b1ef73122018-08-30 02:04:151700const char kServiceWorkerLongRunningMessageName[] =
1701 "Service worker long running message dispatch.";
1702const char kServiceWorkerLongRunningMessageDescription[] =
1703 "Enables long running message dispatch method for service workers. "
1704 "Messages sent with this method do not timeout, allowing the service "
1705 "worker to run indefinitely.";
1706
Chris Hamiltonb9612e262019-02-12 21:12:061707const char kSessionRestorePrioritizesBackgroundUseCasesName[] =
1708 "Session restore prioritizes background use cases.";
1709const char kSessionRestorePrioritizesBackgroundUseCasesDescription[] =
1710 "When enabled session restore logic will prioritize sites that make use of "
1711 "background communication mechanisms (favicon and tab title switches, "
1712 "notifications, etc) over sites that do not.";
1713
Brett Wilsonecb80982017-07-12 20:34:511714const char kSettingsWindowName[] = "Show settings in a window";
1715const char kSettingsWindowDescription[] =
1716 "Settings will be shown in a dedicated window instead of as a browser tab.";
1717
Manu Cornetd7ef7c52018-05-01 22:08:231718const char kShelfHoverPreviewsName[] =
1719 "Show previews of running apps when hovering over the shelf.";
1720const char kShelfHoverPreviewsDescription[] =
1721 "Shows previews of the open windows for a given running app when hovering "
1722 "over the shelf.";
1723
Naoki Fukino008a0022018-05-23 18:33:001724const char kShowAndroidFilesInFilesAppName[] =
1725 "Show Android files in Files app";
1726const char kShowAndroidFilesInFilesAppDescription[] =
1727 "Show Android files in Files app if Android is enabled on the device.";
1728
Brett Wilsonecb80982017-07-12 20:34:511729const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1730const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381731 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1732 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511733
1734const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1735const char kShowAutofillTypePredictionsDescription[] =
1736 "Annotates web forms with Autofill field type predictions as placeholder "
1737 "text.";
1738
1739const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1740const char kShowOverdrawFeedbackDescription[] =
1741 "Visualize overdraw by color-coding elements based on if they have other "
1742 "elements drawn underneath.";
1743
Shivani Sharma2d5b4b6b2019-01-08 16:07:161744const char kHistoryManipulationIntervention[] =
1745 "History Manipulation Intervention";
1746const char kHistoryManipulationInterventionDescription[] =
1747 "If a page does a client side redirect or adds to the history without a "
1748 "user gesture, then skip it on back/forward UI.";
1749
Carlos IL89128732018-04-03 17:00:251750const char kSupervisedUserCommittedInterstitialsName[] =
1751 "Enable Supervised User Committed Interstitials";
1752const char kSupervisedUserCommittedInterstitialsDescription[] =
1753 "Use committed error pages instead of transient navigation entries for "
1754 "supervised user interstitials";
1755
Brett Wilsonecb80982017-07-12 20:34:511756const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1757const char kSilentDebuggerExtensionApiDescription[] =
1758 "Do not show the infobar when an extension attaches to a page via "
1759 "chrome.debugger API. This is required to debug extension background "
1760 "pages.";
1761
Tsuyoshi Horo53895ba92018-03-14 04:06:481762const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1763const char kSignedHTTPExchangeDescription[] =
1764 "Enables Origin-Signed HTTP Exchanges support which is still in "
1765 "development. Warning: Enabling this may pose a security risk.";
1766
Christopher Thompson75ff845d2018-02-01 20:12:461767const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1768const char kSimplifyHttpsIndicatorDescription[] =
1769 "Change the UI treatment for HTTPS pages.";
1770
Lukasz Anforowicz738a88d2018-11-05 19:19:341771const char kSiteIsolationOptOutName[] = "Disable site isolation";
1772const char kSiteIsolationOptOutDescription[] =
1773 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:571774 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1775 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:221776 "isolation is force-enabled using a command line switch or using an "
1777 "enterprise policy. "
1778 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:571779 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:341780const char kSiteIsolationOptOutChoiceDefault[] = "Default";
1781const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511782
Pattideade7972018-04-27 02:59:401783const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511784const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401785 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511786
Brett Wilsonecb80982017-07-12 20:34:511787const char kSmoothScrollingName[] = "Smooth Scrolling";
1788const char kSmoothScrollingDescription[] =
1789 "Animate smoothly when scrolling page content.";
1790
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201791const char kSoleIntegrationName[] = "Sole integration";
1792const char kSoleIntegrationDescription[] =
1793 "Enable Sole integration for browser customization. You must restart "
1794 "the browser twice for changes to take effect.";
1795
Justin Donnelly4e448cb2017-07-07 21:32:131796const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1797 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131798const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1799 "If enabled, when the user enters text in the omnibox that looks like a "
1800 "a query, any service worker associated with the search engine the query "
1801 "will be sent to is started early.";
1802
Brett Wilsonecb80982017-07-12 20:34:511803const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1804const char kSpellingFeedbackFieldTrialDescription[] =
1805 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401806
Carlos ILe5fa0a12018-08-03 16:08:321807const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1808const char kSSLCommittedInterstitialsDescription[] =
1809 "Use committed error pages instead of transient navigation entries "
1810 "for SSL interstitial error pages (i.e. certificate errors).";
1811
Shubhie Panickerfaf082ed2018-01-03 04:49:151812const char kStopInBackgroundName[] = "Stop in background";
1813const char kStopInBackgroundDescription[] =
1814 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281815 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151816
Shubhie Panicker56c99a22018-03-21 00:22:281817const char kStopNonTimersInBackgroundName[] =
1818 "Stop non-timer task queues background";
1819const char kStopNonTimersInBackgroundDescription[] =
1820 "Stop non-timer task queues, in the background, "
1821 "after a grace period.";
1822
Brett Wilsonecb80982017-07-12 20:34:511823const char kSuggestionsWithSubStringMatchName[] =
1824 "Substring matching for Autofill suggestions";
1825const char kSuggestionsWithSubStringMatchDescription[] =
1826 "Match Autofill suggestions based on substrings (token prefixes) rather "
1827 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341828
Marc Treib4bd95e72018-08-30 06:30:581829const char kSyncSupportSecondaryAccountName[] =
1830 "Support secondary accounts for Sync standalone transport";
1831const char kSyncSupportSecondaryAccountDescription[] =
1832 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1833 "a signed-in account that has not been chosen as Chrome's primary account. "
1834 "This only has an effect if sync-standalone-transport is also enabled.";
1835
Jan Krcal2ff23f7c2018-09-04 16:16:131836const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1837const char kSyncUSSAutofillProfileDescription[] =
1838 "Enables the new implementation of autofill profile sync";
1839
Jan Krcale3641b92018-08-10 17:53:311840const char kSyncUSSAutofillWalletDataName[] =
1841 "Enable USS for autofill wallet data";
1842const char kSyncUSSAutofillWalletDataDescription[] =
1843 "Enables the new implementation of autofill walet data sync";
1844
Jan Krcal1e883642019-03-06 16:53:451845const char kSyncUSSAutofillWalletMetadataName[] =
1846 "Enable USS for autofill wallet metadata";
1847const char kSyncUSSAutofillWalletMetadataDescription[] =
1848 "Enables the new implementation of autofill walet metadata sync";
1849
Brett Wilsonecb80982017-07-12 20:34:511850const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1851const char kSyncSandboxDescription[] =
1852 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341853
Joe Downing8cbbc192018-05-14 17:37:071854const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1855const char kSystemKeyboardLockDescription[] =
1856 "Enables websites to use the keyboard.lock() API to intercept system "
1857 "keyboard shortcuts and have the events routed directly to the website "
1858 "when in fullscreen mode.";
1859
Yusuf Ozuysal67f05a02019-02-15 19:30:521860const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
1861const char kTabGridLayoutAndroidDescription[] =
1862 "Allows users to see their tabs in a grid layout in the tab switcher.";
1863
Yusuf Ozuysal436d90b82019-03-15 22:17:581864const char kTabGroupsAndroidName[] = "Tab Groups";
1865const char kTabGroupsAndroidDescription[] =
1866 "Allows users to create groups to better organize their tabs.";
1867
Taylor Bergquistbcc15462018-12-05 00:36:561868const char kTabGroupsName[] = "Tab Groups";
1869const char kTabGroupsDescription[] =
1870 "Allows users to organize tabs into visually distinct groups, e.g. to "
1871 "separate tabs associated with different tasks.";
1872
Caroline Risinge121c2b2018-12-03 20:19:291873const char kTabHoverCardsName[] = "Tab Hover Cards";
1874const char kTabHoverCardsDescription[] =
1875 "Enables a popup containing tab information to be visible when hovering "
1876 "over a tab. This will replace tooltips for tabs.";
1877
Dana Friedacaa8ef52019-02-08 02:20:351878const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
1879const char kTabHoverCardImagesDescription[] =
1880 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
1881
Christian Dullweberd0d96f02017-09-13 09:22:511882const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1883const char kTabsInCbdDescription[] =
1884 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1885
Daniele Castagna0fead93e2018-01-10 20:40:291886const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1887const char kTintGlCompositedContentDescription[] =
1888 "Tint contents composited using GL with a shade of red to help debug and "
1889 "study overlay support.";
1890
Peter Kastingd77428352018-10-26 15:20:251891const char kTopChromeTouchUiName[] = "Touch UI Layout";
1892const char kTopChromeTouchUiDescription[] =
1893 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:341894
Brett Wilsonecb80982017-07-12 20:34:511895const char kThreadedScrollingName[] = "Threaded scrolling";
1896const char kThreadedScrollingDescription[] =
1897 "Threaded handling of scroll-related input events. Disabling this will "
1898 "force all such scroll events to be handled on the main thread. Note that "
1899 "this can dramatically hurt scrolling performance of most websites and is "
1900 "intended for testing purposes only.";
1901
Dominick Ng8896b1cd2017-10-17 23:24:361902const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1903const char kTopSitesFromSiteEngagementDescription[] =
1904 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1905 "engagement.";
1906
Brett Wilsonecb80982017-07-12 20:34:511907const char kTouchAdjustmentName[] = "Touch adjustment";
1908const char kTouchAdjustmentDescription[] =
1909 "Refine the position of a touch gesture in order to compensate for touches "
1910 "having poor resolution compared to a mouse.";
1911
1912const char kTouchDragDropName[] = "Touch initiated drag and drop";
1913const char kTouchDragDropDescription[] =
1914 "Touch drag and drop can be initiated through long press on a draggable "
1915 "element.";
1916
1917const char kTouchEventsName[] = "Touch Events API";
1918const char kTouchEventsDescription[] =
1919 "Force Touch Events API feature detection to always be enabled or "
1920 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291921 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511922
1923const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1924const char kTouchSelectionStrategyDescription[] =
1925 "Controls how text selection granularity changes when touch text selection "
1926 "handles are dragged. Non-default behavior is experimental.";
1927const char kTouchSelectionStrategyCharacter[] = "Character";
1928const char kTouchSelectionStrategyDirection[] = "Direction";
1929
1930const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1931const char kTraceUploadUrlDescription[] =
1932 "This is to be used in conjunction with the enable-navigation-tracing "
1933 "flag. Please select the label that best describes the recorded traces. "
1934 "This will choose the destination the traces are uploaded to. If you are "
1935 "not sure, select other. If left empty, no traces will be uploaded.";
1936const char kTraceUploadUrlChoiceOther[] = "Other";
1937const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1938const char kTraceUploadUrlChoiceQa[] = "QA";
1939const char kTraceUploadUrlChoiceTesting[] = "Testing";
1940
Anthony Vallee-Dubois265c5692018-06-01 15:57:141941const char kTranslateForceTriggerOnEnglishName[] =
1942 "Select which language model to use to trigger translate on English "
1943 "content";
1944const char kTranslateForceTriggerOnEnglishDescription[] =
1945 "Force the Translate Triggering on English pages experiment to be enabled "
1946 "with the selected language model active.";
1947
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051948const char kTreatInsecureOriginAsSecureName[] =
1949 "Insecure origins treated as secure";
1950const char kTreatInsecureOriginAsSecureDescription[] =
1951 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1952 "supplied as a comma-separated list. For the definition of secure "
1953 "contexts, "
1954 "see https://w3c.github.io/webappsec-secure-contexts/";
1955
Brett Wilsonecb80982017-07-12 20:34:511956const char kTrySupportedChannelLayoutsName[] =
1957 "Causes audio output streams to check if channel layouts other than the "
1958 "default hardware layout are available.";
1959const char kTrySupportedChannelLayoutsDescription[] =
1960 "Causes audio output streams to check if channel layouts other than the "
1961 "default hardware layout are available. Turning this on will allow the OS "
1962 "to do stereo to surround expansion if supported. May expose third party "
1963 "driver bugs, use with caution.";
1964
David Roger6762a092018-01-31 15:55:071965const char kUnifiedConsentName[] = "Unified Consent";
1966const char kUnifiedConsentDescription[] =
1967 "Enables a unified management of user consent for privacy-related "
1968 "features. This includes new confirmation screens and improved settings "
1969 "pages.";
1970
Brett Wilsonecb80982017-07-12 20:34:511971const char kUiPartialSwapName[] = "Partial swap";
1972const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1973
Wei Li790e7a8572018-03-23 01:31:551974const char kUsePdfCompositorServiceName[] =
1975 "Use PDF compositor service for printing";
1976const char kUsePdfCompositorServiceDescription[] =
1977 "When enabled, use PDF compositor service to composite and generate PDF "
1978 "files for printing. When site isolation is enabled, disabling this will "
1979 "not stop using PDF compositor service since the service is required for "
1980 "printing out-of-process iframes correctly.";
1981
Mustaq Ahmedc646c0a2017-10-20 20:08:301982const char kUserActivationV2Name[] = "User Activation v2";
1983const char kUserActivationV2Description[] =
1984 "Enable simple user activation for APIs that are otherwise controlled by "
1985 "user gesture tokens.";
1986
Brett Wilsonecb80982017-07-12 20:34:511987const char kUserConsentForExtensionScriptsName[] =
1988 "User consent for extension scripts";
1989const char kUserConsentForExtensionScriptsDescription[] =
1990 "Require user consent for an extension running a script on the page, if "
1991 "the extension requested permission to run on all urls.";
1992
1993const char kUseSuggestionsEvenIfFewFeatureName[] =
1994 "Disable minimum for server-side tile suggestions on NTP.";
1995const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1996 "Request server-side suggestions even if there are only very few of them "
1997 "and use them for tiles on the New Tab Page.";
1998
1999const char kV8CacheOptionsName[] = "V8 caching mode.";
2000const char kV8CacheOptionsDescription[] =
2001 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512002const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2003
Michael Hablich896d52662017-10-23 15:59:572004const char kV8VmFutureName[] = "Future V8 VM features";
2005const char kV8VmFutureDescription[] =
2006 "This enables upcoming and experimental V8 VM features. "
2007 "This flag does not enable experimental JavaScript features.";
2008
Hannes Payer1130d5672018-06-05 07:37:312009const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2010const char kV8OrinocoDescription[] =
2011 "This enables the V8 Orinoco garbage collection features.";
2012
Brett Wilsonecb80982017-07-12 20:34:512013const char kVideoFullscreenOrientationLockName[] =
2014 "Lock screen orientation when playing a video fullscreen.";
2015const char kVideoFullscreenOrientationLockDescription[] =
2016 "Lock the screen orientation of the device to match video orientation when "
2017 "a video goes fullscreen. Only on phones.";
2018
2019const char kVideoRotateToFullscreenName[] =
2020 "Rotate-to-fullscreen gesture for videos.";
2021const char kVideoRotateToFullscreenDescription[] =
2022 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2023 "the video. Only on phones.";
2024
2025const char kWalletServiceUseSandboxName[] =
2026 "Use Google Payments sandbox servers";
2027const char kWalletServiceUseSandboxDescription[] =
2028 "For developers: use the sandbox service for Google Payments API calls.";
2029
Brett Wilsonecb80982017-07-12 20:34:512030const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2031const char kWebglDraftExtensionsDescription[] =
2032 "Enabling this option allows web applications to access the WebGL "
2033 "Extensions that are still in draft status.";
2034
2035const char kWebMidiName[] = "Web MIDI API";
2036const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2037
Lei Zhang0a318af2018-11-14 02:19:462038const char kWebrtcH264WithOpenh264FfmpegName[] =
2039 "WebRTC H.264 software video encoder/decoder";
2040const char kWebrtcH264WithOpenh264FfmpegDescription[] =
2041 "When enabled, an H.264 software video encoder/decoder pair is included. "
2042 "If a hardware encoder/decoder is also available it may be used instead of "
2043 "this encoder/decoder.";
2044
Qingsi Wangec2dbf942018-11-03 05:33:042045const char kWebrtcHideLocalIpsWithMdnsName[] =
2046 "Anonymize local IPs exposed by WebRTC.";
2047const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2048 "Conceal local IP addresses with mDNS hostnames.";
2049
Alex Loikob5fb1282018-08-14 10:04:402050const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2051const char kWebrtcHybridAgcDescription[] =
2052 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2053
Brett Wilsonecb80982017-07-12 20:34:512054const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2055const char kWebrtcHwDecodingDescription[] =
2056 "Support in WebRTC for decoding video streams using platform hardware.";
2057
2058const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2059const char kWebrtcHwEncodingDescription[] =
2060 "Support in WebRTC for encoding video streams using platform hardware.";
2061
2062const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2063const char kWebrtcHwH264EncodingDescription[] =
2064 "Support in WebRTC for encoding h264 video streams using platform "
2065 "hardware.";
2066
2067const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2068const char kWebrtcHwVP8EncodingDescription[] =
2069 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2070
Sreerenj Balachandran2a5fd0972019-02-08 22:15:202071const char kWebrtcHwVP9EncodingName[] = "WebRTC hardware vp9 video encoding";
2072const char kWebrtcHwVP9EncodingDescription[] =
2073 "Support in WebRTC for encoding vp9 video streams using platform hardware.";
2074
Niels Möller090866a2018-02-13 10:55:032075const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2076 "WebRTC new encode cpu load estimator";
2077const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2078 "Enable new estimator for the encoder cpu load, for evaluation and "
2079 "testing. Intended to improve accuracy when screen casting.";
2080
Elad Alon85e0d0be2018-06-26 10:38:372081const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2082const char kWebRtcRemoteEventLogDescription[] =
2083 "Allow collecting WebRTC event logs and uploading them to Crash. "
2084 "Please note that, even if enabled, this will still require "
2085 "a policy to be set, for it to have an effect.";
2086
Brett Wilsonecb80982017-07-12 20:34:512087const char kWebrtcSrtpAesGcmName[] =
2088 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2089const char kWebrtcSrtpAesGcmDescription[] =
2090 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2091
Joachim Bauch4a41d7512017-08-23 14:24:232092const char kWebrtcSrtpEncryptedHeadersName[] =
2093 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2094const char kWebrtcSrtpEncryptedHeadersDescription[] =
2095 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2096 "for SRTP.";
2097
Brett Wilsonecb80982017-07-12 20:34:512098const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2099const char kWebrtcStunOriginDescription[] =
2100 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2101 "header.";
2102
2103const char kWebvrName[] = "WebVR";
2104const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012105 "Enables access to experimental Virtual Reality functionality via the "
2106 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2107 "Device API. Warning: Enabling this will also allow WebVR content on "
2108 "insecure origins to access these powerful APIs, and may pose a security "
David Dorwin09448942019-01-11 23:37:302109 "risk. Controllers are exposed as Gamepads, and WebVR-specific attributes "
2110 "are exposed.";
Brett Wilsonecb80982017-07-12 20:34:512111
Brandon Jonese9d9b2b2017-12-11 22:20:112112const char kWebXrName[] = "WebXR Device API";
2113const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012114 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2115 "and Augmented Reality (AR) devices.";
2116
2117const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2118const char kWebXrGamepadSupportDescription[] =
2119 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222120 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2121 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432122
2123const char kWebXrHitTestName[] = "WebXR Hit Test";
2124const char kWebXrHitTestDescription[] =
2125 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112126
Brett Wilsonecb80982017-07-12 20:34:512127const char kZeroCopyName[] = "Zero-copy rasterizer";
2128const char kZeroCopyDescription[] =
2129 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342130
Brett Wilsonff596952017-07-14 01:06:552131// Android ---------------------------------------------------------------------
2132
2133#if defined(OS_ANDROID)
2134
2135const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2136const char kAiaFetchingDescription[] =
2137 "Enable intermediate certificate fetching when a server does not provide "
2138 "sufficient certificates to build a chain to a trusted root.";
2139
2140const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2141const char kAccessibilityTabSwitcherDescription[] =
2142 "Enable the accessibility tab switcher for Android.";
2143
Pavel Shmakov798f4742018-11-15 21:27:382144const char kAllowRemoteContextForNotificationsName[] =
2145 "Allow using remote app context for notifications";
2146const char kAllowRemoteContextForNotificationsDescription[] =
2147 "Allow using Context#createPackageContext to work around issues with status"
2148 "bar icons on certain Android M devices.";
2149
Brett Wilsonff596952017-07-14 01:06:552150const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2151const char kAndroidAutofillAccessibilityDescription[] =
2152 "Enable accessibility for autofill popup.";
2153
Khushalbb1963a2018-10-02 21:02:352154const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2155const char kAndroidSurfaceControlDescription[] =
2156 "Use the SurfaceControl API for supporting overlays on Android";
2157
Becky Zhoubbfbde32019-02-20 17:07:592158const char kAndroidWebContentsDarkMode[] = "Android web contents dark mode";
2159const char kAndroidWebContentsDarkModeDescription[] =
2160 "Enable dark mode on web contents in Android";
2161
Anita Woodruffbfcd1e52018-07-16 12:00:512162const char kAppNotificationStatusMessagingName[] =
2163 "App notification status messaging";
2164const char kAppNotificationStatusMessagingDescription[] =
2165 "Enables messaging in site permissions UI informing user when "
2166 "notifications are disabled for the entire app.";
2167
Miriam Gershenson8cf1397222018-01-23 22:48:292168const char kAsyncDnsName[] = "Async DNS resolver";
2169const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2170
Dan Harrington01229f82018-09-12 21:01:212171const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2172const char kAutoFetchOnNetErrorPageDescription[] =
2173 "When enabled, and navigation fails with an offline error, schedule a "
2174 "fetch of the page when online again.";
2175
Brett Wilsonff596952017-07-14 01:06:552176const char kAutofillAccessoryViewName[] =
2177 "Autofill suggestions as keyboard accessory view";
2178const char kAutofillAccessoryViewDescription[] =
2179 "Shows Autofill suggestions on top of the keyboard rather than in a "
2180 "dropdown.";
2181
2182const char kBackgroundLoaderForDownloadsName[] =
2183 "Enables background downloading of pages.";
2184const char kBackgroundLoaderForDownloadsDescription[] =
2185 "Enables downloading pages in the background in case page is not yet "
2186 "loaded in current tab.";
2187
Tibor Goldschwendt11b3cf22018-07-04 15:32:442188const char kBackgroundTaskComponentUpdateName[] =
2189 "Background Task Component Updates";
2190const char kBackgroundTaskComponentUpdateDescription[] =
2191 "Schedule component updates with BackgroundTaskScheduler";
2192
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002193const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2194const char kCCTModuleDescription[] =
2195 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2196
Michael van Ouwerkerk29a7a292018-10-09 09:20:142197const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache";
2198const char kCCTModuleCacheDescription[] =
Michael van Ouwerkerka5df1ec2018-10-11 11:57:402199 "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. "
2200 "Under mild memory pressure the cache may be retained for some time";
Michael van Ouwerkerk29a7a292018-10-09 09:20:142201
John Lin170c00b2018-11-21 15:44:252202const char kCCTModuleCustomHeaderName[] =
2203 "Chrome Custom Tabs Module Custom Header";
2204const char kCCTModuleCustomHeaderDescription[] =
2205 "Enables header customization by dynamically loaded modules in "
2206 "Chrome Custom Tabs.";
2207
Michael van Ouwerkerk0878427a2019-02-13 15:11:422208const char kCCTModuleCustomRequestHeaderName[] =
2209 "Chrome Custom Tabs Module Custom Request Header";
2210const char kCCTModuleCustomRequestHeaderDescription[] =
2211 "Enables a custom request header for URLs managed by dynamically loaded "
2212 "modules in Chrome Custom Tabs.";
2213
alihanlivdumlu12ac4772019-01-17 17:37:182214const char kCCTModuleDexLoadingName[] = "Chrome Custom Tabs Module Dex Loading";
2215const char kCCTModuleDexLoadingDescription[] =
2216 "Enables loading Chrome Custom Tabs module code from a dex file "
2217 "provided by the module.";
2218
barkerd84051482018-11-13 14:46:562219const char kCCTModulePostMessageName[] =
2220 "Chrome Custom Tabs Module postMessage API";
2221const char kCCTModulePostMessageDescription[] =
2222 "Enables the postMessage API exposed to dynamically loaded modules in "
2223 "Chrome Custom Tabs.";
2224
Anna Malova9bb4ead2019-01-18 18:01:262225const char kCCTModuleUseIntentExtrasName[] =
2226 "Chrome Custom Tabs Module Intent Extras Usage";
2227const char kCCTModuleUseIntentExtrasDescription[] =
2228 "Enables usage of Intent's extras in Chrome Custom Tabs Module";
2229
Anna Malovaf7c734a2019-03-01 13:08:452230const char kCCTTargetTranslateLanguageName[] =
2231 "Chrome Custom Tabs Target Translate Language";
2232const char kCCTTargetTranslateLanguageDescription[] =
2233 "Enables specify target language the page should be translated to "
2234 "in Chrome Custom Tabs.";
2235
Matthew Jones1abcb132018-07-09 17:59:462236const char kChromeDuetName[] = "Chrome Duet";
2237const char kChromeDuetDescription[] =
2238 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052239
Sarath Singapati83aef1c2017-11-16 15:54:522240const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2241const char kClearOldBrowsingDataDescription[] =
2242 "Enables clearing of browsing data which is older than a given time "
2243 "period.";
2244
Brett Wilsonff596952017-07-14 01:06:552245const char kContentSuggestionsCategoryOrderName[] =
2246 "Default content suggestions category order (e.g. on NTP)";
2247const char kContentSuggestionsCategoryOrderDescription[] =
2248 "Set default order of content suggestion categories (e.g. on the NTP).";
2249
2250const char kContentSuggestionsCategoryRankerName[] =
2251 "Content suggestions category ranker (e.g. on NTP)";
2252const char kContentSuggestionsCategoryRankerDescription[] =
2253 "Set category ranker to order categories of content suggestions (e.g. on "
2254 "the NTP).";
2255
Vitalii Iarkof52ff802017-09-14 12:34:242256const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2257const char kContentSuggestionsDebugLogDescription[] =
2258 "Enable content suggestions debug log accessible through "
2259 "snippets-internals.";
2260
Donn Denman4315f262019-03-02 02:47:412261const char kContextualSearchDefinitionsName[] = "Contextual Search definitions";
2262const char kContextualSearchDefinitionsDescription[] =
2263 "Enables tap-activated contextual definitions of words on a page to be "
2264 "presented in the caption of the Tap to Search Bar.";
2265
Donn Denman8e58ead2017-11-04 01:44:012266const char kContextualSearchMlTapSuppressionName[] =
2267 "Contextual Search ML tap suppression";
2268const char kContextualSearchMlTapSuppressionDescription[] =
2269 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022270 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2271 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552272
Donn Denman59729812018-01-09 01:27:022273const char kContextualSearchRankerQueryName[] =
2274 "Contextual Search Ranker prediction";
2275const char kContextualSearchRankerQueryDescription[] =
2276 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2277
Donn Denman63d169f2019-03-08 23:34:502278const char kContextualSearchSimplifiedServerName[] =
2279 "Contextual Search simplified server logic";
2280const char kContextualSearchSimplifiedServerDescription[] =
2281 "Enables simpler server-side logic for determining what data to return and "
2282 "show in the Contextual Search UI. Option to allow all cards CoCa "
2283 "returns.";
2284
Donn Denman59729812018-01-09 01:27:022285const char kContextualSearchSecondTapName[] =
2286 "Contextual Search second tap triggering";
2287const char kContextualSearchSecondTapDescription[] =
2288 "Enables triggering on a second tap gesture even when Ranker would "
2289 "normally suppress that tap.";
2290
Donn Denmane9b5b7fb2018-07-24 22:19:492291const char kContextualSearchUnityIntegrationName[] =
2292 "Contextual Search integration with Unified Consent";
2293const char kContextualSearchUnityIntegrationDescription[] =
2294 "Enables integration of Tap to Search with Unified Consent.";
2295
Dmitry Skiba9c3efa72017-07-20 22:01:142296const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2297const char kDontPrefetchLibrariesDescription[] =
2298 "Don't prefetch libraries after loading.";
2299
Joy Ming189b0cc2017-12-08 19:42:432300const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2301const char kDownloadsLocationChangeDescription[] =
2302 "Enable changing default downloads storage location on Android.";
2303
Shakti Sahu32b2ee102018-05-17 00:04:462304const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2305const char kDownloadProgressInfoBarDescription[] =
2306 "Enables an infobar notifying users about status of current downloads.";
2307
Shakti Sahu9ec8cfd2018-07-17 13:29:292308const char kDownloadHomeV2Name[] = "Enable download home v2";
2309const char kDownloadHomeV2Description[] =
2310 "Enables the new UI for download home";
2311
Hesen Zhangf7ad6142019-03-12 23:48:312312const char kDownloadRenameName[] = "Enable download rename";
2313const char kDownloadRenameDescription[] = "Enables rename option for downloads";
2314
Fabio Tirelo918089a2018-10-22 21:24:082315const char kAutofillManualFallbackAndroidName[] =
2316 "Enable Autofill manual fallback for Addresses and Payments (Android)";
2317const char kAutofillManualFallbackAndroidDescription[] =
2318 "If enabled, adds toggle for addresses and payments bottom sheet to the "
2319 "keyboard accessory.";
2320
Fabio Tirelo315e65922018-09-05 03:35:492321const char kEnableAutofillRefreshStyleName[] =
2322 "Enable Autofill refresh style (Android)";
2323const char kEnableAutofillRefreshStyleDescription[] =
2324 "Enable modernized style for Autofill on Android";
2325
Vitalii Iarkof4ed32d2017-09-26 13:15:532326const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552327const char kEnableAndroidSpellcheckerDescription[] =
2328 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552329
Lei Tianbd5a3bf2018-02-28 19:01:162330const char kEnableCommandLineOnNonRootedName[] =
2331 "Enable command line on non-rooted devices";
2332const char kEnableCommandLineOnNoRootedDescription[] =
2333 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2334
Vitalii Iarkof4ed32d2017-09-26 13:15:532335const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2336 "Use content suggestions thumbnail dominant color.";
2337const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2338 "Use content suggestions thumbnail dominant color as a placeholder before "
2339 "the real thumbnail is fetched (requires Chrome Home).";
2340
Brett Wilsonff596952017-07-14 01:06:552341const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2342const char kEnableCustomContextMenuDescription[] =
2343 "Enables a new context menu when a link, image, or video is pressed within "
2344 "Chrome.";
2345
Sinan Sahin3bafe272019-03-11 17:03:062346const char kEnableRevampedContextMenuName[] =
2347 "Enable the revamped context menu";
2348const char kEnableRevampedContextMenuDescription[] =
2349 "Enables a revamped context menu when a link, image, or video is long "
2350 "pressed within Chrome.";
2351
Brett Wilsonff596952017-07-14 01:06:552352const char kEnableNtpAssetDownloadSuggestionsName[] =
2353 "Show asset downloads on the New Tab page";
2354const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2355 "If enabled, the list of content suggestions on the New Tab page will "
2356 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2357 "later use.";
2358
2359const char kEnableNtpBookmarkSuggestionsName[] =
2360 "Show recently visited bookmarks on the New Tab page";
2361const char kEnableNtpBookmarkSuggestionsDescription[] =
2362 "If enabled, the list of content suggestions on the New Tab page will "
2363 "contain recently visited bookmarks.";
2364
Brett Wilsonff596952017-07-14 01:06:552365const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2366 "Show offline page downloads on the New Tab page";
2367const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2368 "If enabled, the list of content suggestions on the New Tab page will "
2369 "contain pages that the user downloaded for later use.";
2370
2371const char kEnableNtpRemoteSuggestionsName[] =
2372 "Show server-side suggestions on the New Tab page";
2373const char kEnableNtpRemoteSuggestionsDescription[] =
2374 "If enabled, the list of content suggestions on the New Tab page will "
2375 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2376 "allows to override the source used to retrieve these server-side "
2377 "suggestions.";
2378
2379const char kEnableNtpSnippetsVisibilityName[] =
2380 "Make New Tab Page Snippets more visible.";
2381const char kEnableNtpSnippetsVisibilityDescription[] =
2382 "If enabled, the NTP snippets will become more discoverable with a larger "
2383 "portion of the first card above the fold.";
2384
2385const char kEnableNtpSuggestionsNotificationsName[] =
2386 "Notify about new content suggestions available at the New Tab page";
2387const char kEnableNtpSuggestionsNotificationsDescription[] =
2388 "If enabled, notifications will inform about new content suggestions on "
2389 "the New Tab page.";
2390
Brett Wilsonff596952017-07-14 01:06:552391const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2392const char kEnableOfflinePreviewsDescription[] =
2393 "Enable showing offline page previews on slow networks.";
2394
2395const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2396const char kEnableOskOverscrollDescription[] =
2397 "Enable OSK overscroll support. With this flag on, the OSK will only "
2398 "resize the visual viewport.";
2399
Brett Wilsonff596952017-07-14 01:06:552400const char kEnableWebNfcName[] = "WebNFC";
2401const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2402
Donn Denmanffaeaa32018-10-12 17:37:532403const char kEphemeralTabName[] = "An Ephemeral Tab in an Overlay Panel";
2404const char kEphemeralTabDescription[] =
Donn Denmanb45c26a2019-02-13 01:42:212405 "Enable a 'Preview page/image' at a linked page into an overlay.";
Donn Denmanffaeaa32018-10-12 17:37:532406
Lei Zhang0a318af2018-11-14 02:19:462407const char kExploreSitesName[] = "Explore websites";
2408const char kExploreSitesDescription[] =
2409 "Enables portal from new tab page to explore websites.";
2410
Xing Liu7d57dd32019-01-20 02:34:182411const char kForegroundNotificationManagerName[] =
2412 "Foreground notification manager";
2413const char kForegroundNotificationManagerDescription[] =
2414 "Enable foreground notification manager to handle foreground service and "
2415 "notification.";
2416
Raymes Khoury582b43132017-12-12 23:54:302417const char kGrantNotificationsToDSEName[] =
2418 "Grant notifications to the Default Search Engine";
2419const char kGrantNotificationsToDSENameDescription[] =
2420 "Automatically grant the notifications permission to the Default Search "
2421 "Engine";
2422
Daniel Parke74fcf862018-03-27 18:05:452423const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512424const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452425
Yafei Duanbb7663f32018-07-17 01:33:152426const char kHomepageTileName[] =
2427 "Enable Homepage tile shown in Suggested Tiles";
2428const char kHomepageTileDescription[] =
2429 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2430 "used for homepage. It will not have an effect when NTPButton is disabled.";
2431
Jian Li4b252642018-07-23 19:49:072432const char kIncognitoStringsName[] = "Alternate incognito strings";
2433const char kIncognitoStringsDescription[] =
2434 "Show alternate incognito strings if enabled.";
2435
Theresa920e0ed2018-03-07 18:12:442436const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152437 "Use the interest feed to render content suggestions. Currently "
2438 "content "
Theresa920e0ed2018-03-07 18:12:442439 "suggestions are shown on the New Tab Page.";
2440const char kInterestFeedContentSuggestionsName[] =
2441 "Interest Feed Content Suggestions";
2442
Brett Wilsonff596952017-07-14 01:06:552443const char kKeepPrefetchedContentSuggestionsName[] =
2444 "Keep prefetched content suggestions";
2445const char kKeepPrefetchedContentSuggestionsDescription[] =
2446 "If enabled, some of prefetched content suggestions are not replaced by "
2447 "the new fetched suggestions.";
2448
Leo Zhang051b75482017-12-20 03:28:302449const char kLanguagesPreferenceName[] = "Language Settings";
2450const char kLanguagesPreferenceDescription[] =
2451 "Enable this option for Language Settings feature on Android.";
2452
Brett Wilsonff596952017-07-14 01:06:552453const char kLsdPermissionPromptName[] =
2454 "Location Settings Dialog Permission Prompt";
2455const char kLsdPermissionPromptDescription[] =
2456 "Whether to use the Google Play Services Location Settings Dialog "
2457 "permission dialog.";
2458
Ioana Pandeled8dc2b692019-02-20 12:04:152459const char kManualPasswordGenerationAndroidName[] =
2460 "Manual password generation";
2461const char kManualPasswordGenerationAndroidDescription[] =
2462 "Whether Chrome should offer users the option to manually request to "
2463 "generate passwords on Android.";
Amirhossein Simjour97b4154f2018-02-20 03:49:592464
Brett Wilsonff596952017-07-14 01:06:552465const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2466const char kMediaScreenCaptureDescription[] =
2467 "Enable this option for experimental ScreenCapture feature on Android.";
2468
Ioana Pandeled8dc2b692019-02-20 12:04:152469const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2470const char kModalPermissionDialogViewDescription[] =
2471 "Enable this option to use ModalDialogManager for permission Dialogs.";
2472
Finnur Thorarinssonc1488fc62018-07-09 19:21:572473const char kNewContactsPickerName[] = "Enable new contacts picker";
2474const char kNewContactsPickerDescription[] =
2475 "Activates the new picker for selecting contacts.";
2476
Dan Harrington541db9e2018-07-30 18:36:302477const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2478const char kNewNetErrorPageUIDescription[] =
2479 "Selects which new UI experience to show on the net-error (Dino) page";
2480
Brett Wilsonff596952017-07-14 01:06:552481const char kNewPhotoPickerName[] = "Enable new Photopicker";
2482const char kNewPhotoPickerDescription[] =
2483 "Activates the new picker for selecting photos.";
2484
2485const char kNoCreditCardAbort[] = "No Credit Card Abort";
2486const char kNoCreditCardAbortDescription[] =
2487 "Whether or not the No Credit Card Abort is enabled.";
2488
Daniel Park990d0992018-05-18 22:12:512489const char kNtpButtonName[] = "Enable NTP Button";
2490const char kNtpButtonDescription[] =
2491 "Displays a New Tab Page button in the toolbar if enabled.";
2492
Jian Liade82832018-09-06 22:31:412493const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2494const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2495 "Always do http probe to detect network connectivity for offline indicator "
2496 "as opposed to just taking the connection state from the system."
2497 "Used for testing.";
2498
2499const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2500const char kOfflineIndicatorChoiceDescription[] =
2501 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322502
Brett Wilsonff596952017-07-14 01:06:552503const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2504const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2505
2506const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2507const char kOfflinePagesCtV2Description[] =
2508 "V2 features include attributing pages to the app that initiated the "
2509 "custom tabs, and being able to query for pages by page attribution.";
2510
Cathy Li7311d792018-04-05 00:34:162511const char kOfflinePagesCTSuppressNotificationsName[] =
2512 "Disable download complete notification for whitelisted CCT apps.";
2513const char kOfflinePagesCTSuppressNotificationsDescription[] =
2514 "Disable download complete notification for page downloads originating "
2515 "from a CCT app whitelisted to show their own download complete "
2516 "notification.";
2517
Candice Sy74fa7a352018-03-30 23:46:492518const char kOfflinePagesDescriptiveFailStatusName[] =
2519 "Enables descriptive failed download status text.";
2520const char kOfflinePagesDescriptiveFailStatusDescription[] =
2521 "Enables failed download status text in notifications and Downloads Home "
2522 "to state the reason the request failed if the failure is actionable.";
2523
2524const char kOfflinePagesDescriptivePendingStatusName[] =
2525 "Enables descriptive pending download status text.";
2526const char kOfflinePagesDescriptivePendingStatusDescription[] =
2527 "Enables pending download status text in notifications and Downloads Home "
2528 "to state the reason the request is pending.";
2529
2530const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2531 "Enables offline pages in the downloads home to be opened in CCT.";
2532const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2533 "When enabled offline pages launched from the Downloads Home will be "
2534 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2535
Carlos Knippschild09272ecd2017-12-09 03:29:362536const char kOfflinePagesLimitlessPrefetchingName[] =
2537 "Removes resource usage limits for the prefetching of offline pages.";
2538const char kOfflinePagesLimitlessPrefetchingDescription[] =
2539 "Allows the prefetching of suggested offline pages to ignore resource "
2540 "usage limits. This allows it to completely ignore data usage limitations "
2541 "and allows downloads to happen with any kind of connection.";
2542
Brett Wilsonff596952017-07-14 01:06:552543const char kOfflinePagesLoadSignalCollectingName[] =
2544 "Enables collecting load timing data for offline page snapshots.";
2545const char kOfflinePagesLoadSignalCollectingDescription[] =
2546 "Enables loading completeness data collection while writing an offline "
2547 "page. This data is collected in the snapshotted offline page to allow "
2548 "data analysis to improve deciding when to make the offline snapshot.";
2549
2550const char kOfflinePagesPrefetchingName[] =
2551 "Enables suggested offline pages to be prefetched.";
2552const char kOfflinePagesPrefetchingDescription[] =
2553 "Enables suggested offline pages to be prefetched, so useful content is "
2554 "available while offline.";
2555
Pete Williamson7845dff2017-09-20 11:06:192556const char kOfflinePagesResourceBasedSnapshotName[] =
2557 "Enables offline page snapshots to be based on percentage of page loaded.";
2558const char kOfflinePagesResourceBasedSnapshotDescription[] =
2559 "Enables offline page snapshots to use a resource percentage based "
2560 "approach for determining when the page is loaded as opposed to a time "
2561 "based approach";
2562
Collin Baker17f92a52017-07-19 21:41:252563const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2564const char kOfflinePagesRenovationsDescription[] =
2565 "Enables offline page renovations which correct issues with dynamic "
2566 "content that occur when offlining pages that use JavaScript.";
2567
Yafei Duan36b4b5b2018-08-07 00:40:032568const char kOfflinePagesLivePageSharingName[] =
2569 "Enables live page sharing of offline pages";
2570const char kOfflinePagesLivePageSharingDescription[] =
2571 "Enables to share current loaded page as offline page by saving as MHTML "
2572 "first.";
2573
Cathy Lie0d88762018-04-12 08:03:012574const char kOfflinePagesShowAlternateDinoPageName[] =
2575 "Enable alternate dino page with more user capabilities.";
2576const char kOfflinePagesShowAlternateDinoPageDescription[] =
2577 "Enables the dino page to show more buttons and offer existing offline "
2578 "content.";
2579
Brett Wilsonff596952017-07-14 01:06:552580const char kOffliningRecentPagesName[] =
2581 "Enable offlining of recently visited pages";
2582const char kOffliningRecentPagesDescription[] =
2583 "Enable storing recently visited pages locally for offline use. Requires "
2584 "Offline Pages to be enabled.";
2585
Matthew Jonesa88b95852017-11-08 23:13:502586const char kProgressBarThrottleName[] = "Android progress update throttling.";
2587const char kProgressBarThrottleDescription[] =
2588 "Limit the maximum progress update to make progress appear smoother.";
2589
Brett Wilsonff596952017-07-14 01:06:552590const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2591const char kPullToRefreshEffectDescription[] =
2592 "Page reloads triggered by vertically overscrolling content.";
2593
Piotr Swigon7c296ef2017-08-29 04:32:002594const char kPwaImprovedSplashScreenName[] =
2595 "Improved Splash Screen for standalone PWAs";
2596const char kPwaImprovedSplashScreenDescription[] =
2597 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2598 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492599const char kPwaPersistentNotificationName[] =
2600 "Persistent notification in standalone PWA";
2601const char kPwaPersistentNotificationDescription[] =
2602 "Enables a persistent Android notification for standalone PWAs";
2603
Brett Wilsonff596952017-07-14 01:06:552604const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2605const char kReaderModeHeuristicsDescription[] =
2606 "Determines what pages the Reader Mode infobar is shown on.";
2607const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2608const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2609const char kReaderModeHeuristicsAllArticles[] = "All articles";
2610const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2611const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2612
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182613const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2614const char kReaderModeInCCTDescription[] =
2615 "Open Reader Mode in Chrome Custom Tabs.";
2616
Varun Khaneja2a8229f2019-01-12 00:57:262617const char kSafeBrowsingTelemetryForApkDownloadsName[] =
2618 "Send some telemetry for APK downloads for extended reporting users";
2619const char kSafeBrowsingTelemetryForApkDownloadsDescription[] =
2620 "If enabled, sends some information about the source and hash of the "
2621 "contents of any APK files downloaded by a user who has opted into Safe "
2622 "Browsing Extended Reporting already.";
2623
Varun Khaneja80712a82018-10-12 23:34:592624const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
2625 "Use local Safe Browsing blacklists";
2626const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
2627 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
2628 "process to check the Safe Browsing reputation of URLs without calling "
2629 "into GmsCore for every URL.";
2630
Matthew Jones53114262018-12-12 16:36:472631const char kSearchReadyOmniboxName[] = "Search Ready Omnibox";
2632const char kSearchReadyOmniboxDescription[] =
2633 "Clears the omnibox and adds a suggestion item to share, copy, or edit the "
2634 "URL.";
2635
Brett Wilsonff596952017-07-14 01:06:552636const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2637const char kSetMarketUrlForTestingDescription[] =
2638 "When enabled, sets the market URL for use in testing the update menu "
2639 "item.";
2640
Theresaeea05a12018-05-09 21:01:592641const char kSiteExplorationUiName[] = "Site Exploration UI";
2642const char kSiteExplorationUiDescription[] =
2643 "Show site suggestions in the Exploration UI";
2644
Alex Moshchuk07e1bb42019-03-08 04:44:082645const char kSiteIsolationForPasswordSitesName[] =
2646 "Site Isolation For Password Sites";
2647const char kSiteIsolationForPasswordSitesDescription[] =
2648 "Security mode that enables site isolation for sites based on "
2649 "password-oriented heuristics, such as a user typing in a password.";
2650
Lei Zhang0a318af2018-11-14 02:19:462651const char kStrictSiteIsolationName[] = "Strict site isolation";
2652const char kStrictSiteIsolationDescription[] =
2653 "Security mode that enables site isolation for all sites (SitePerProcess). "
2654 "In this mode, each renderer process will contain pages from at most one "
2655 "site, using out-of-process iframes when needed. "
2656 "Check chrome://process-internals to see the current isolation mode. "
2657 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
2658 "default. Here, 'Disabled' is a legacy value that actually means "
2659 "'Default,' in which case site isolation may be already enabled based on "
2660 "platform, enterprise policy, or field trial. See also "
2661 "#site-isolation-trial-opt-out for how to disable site isolation for "
2662 "testing.";
2663
Anthony Vallee-Dubois4623e1b2018-10-11 22:09:182664const char kTranslateAndroidManualTriggerName[] =
2665 "Enable manual translate trigger";
2666const char kTranslateAndroidManualTriggerDescription[] =
2667 "Show a menu item in the main menu that triggers page translation.";
2668
Brett Wilsonff596952017-07-14 01:06:552669const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2670const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:442671 "When enabled, a badge will be shown on the app menu button if the update "
2672 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:552673
2674const char kUpdateMenuItemCustomSummaryDescription[] =
2675 "When this flag and the force show update menu item flag are enabled, a "
2676 "custom summary string will be displayed below the update menu item.";
2677const char kUpdateMenuItemCustomSummaryName[] =
2678 "Update menu item custom summary";
2679
Tommy Nyquist3c02e592018-10-18 23:36:442680const char kUpdateMenuTypeName[] =
2681 "Forces the update menu type to a specific type";
2682const char kUpdateMenuTypeDescription[] =
2683 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquist023d505f2019-02-16 02:18:382684 "the app menu badge and menu item for updates. For Inline Update, the "
2685 "update available flag is implied. The 'Inline Update: Success' selection "
2686 "goes through the whole inline update flow to the end with a successful "
2687 "outcome. The other 'Inline Update' options go through the same flow, but "
2688 "stop at various stages, see their error type for details.";
Tommy Nyquist3c02e592018-10-18 23:36:442689const char kUpdateMenuTypeNone[] = "None";
2690const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
2691const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Tommy Nyquist023d505f2019-02-16 02:18:382692const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success";
2693const char kUpdateMenuTypeInlineUpdateDialogCanceled[] =
2694 "Inline Update Error: Dialog Canceled";
2695const char kUpdateMenuTypeInlineUpdateDialogFailed[] =
2696 "Inline Update Error: Dialog Failed";
2697const char kUpdateMenuTypeInlineUpdateDownloadFailed[] =
2698 "Inline Update Error: Download Failed";
2699const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] =
2700 "Inline Update Error: Download Canceled";
2701const char kUpdateMenuTypeInlineUpdateInstallFailed[] =
2702 "Inline Update Error: Install Failed";
Brett Wilsonff596952017-07-14 01:06:552703
Tommy Nyquist26ffb642019-02-20 20:31:522704const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow";
2705const char kInlineUpdateFlowDescription[] =
2706 "When this flag is set, instead of taking the user to the Google Play "
2707 "Store when an update is available, the user is presented with an inline "
2708 "flow where they do not have to leave Chrome until the update is ready "
2709 "to install.";
2710
Becky Zhou65584142019-01-10 18:22:292711#if BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2712
Becky Zhoubcac628f2019-02-28 18:22:372713const char kAndroidNightModeName[] = "Android Chrome UI dark mode";
Becky Zhou65584142019-01-10 18:22:292714const char kAndroidNightModeDescription[] =
Becky Zhoubcac628f2019-02-28 18:22:372715 "If enabled, user can enable Android Chrome UI dark mode through settings.";
Becky Zhou65584142019-01-10 18:22:292716
2717#endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2718
Brett Wilson7b44537e2017-08-18 01:38:282719// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552720
Brett Wilson7b44537e2017-08-18 01:38:282721#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482722
Brett Wilson7b44537e2017-08-18 01:38:282723const char kAccountConsistencyName[] =
2724 "Identity consistency between browser and cookie jar";
2725const char kAccountConsistencyDescription[] =
2726 "When enabled, the browser manages signing in and out of Google accounts.";
2727const char kAccountConsistencyChoiceMirror[] = "Mirror";
2728const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342729
Reka Normana11e57fc2019-01-29 21:56:582730const char kAppManagementName[] = "Enable App Management page";
2731const char kAppManagementDescription[] =
2732 "Shows the new app management page at chrome://apps.";
2733
Tommy Martino3fa3df52018-08-20 21:45:442734const char kAutofillDropdownLayoutName[] =
2735 "Autofill Dropdown Layout Experiment";
2736const char kAutofillDropdownLayoutDescription[] =
2737 "Alternate visual designs for the Autofill dropdown.";
2738
Chris Pickel3a227ae62017-08-24 10:47:262739const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2740const char kDoodlesOnLocalNtpDescription[] =
2741 "Show doodles on the local New Tab page if Google is the default search "
2742 "engine.";
2743
Kyle Milkaedb39f52018-11-21 19:53:072744const char kSearchSuggestionsOnLocalNtpName[] =
2745 "Enable search suggestions on the local NTP";
2746const char kSearchSuggestionsOnLocalNtpDescription[] =
2747 "Show search suggestions on the local New Tab page if Google is the "
2748 "default search engine.";
2749
2750const char kPromosOnLocalNtpName[] = "Enable promos on the local NTP";
2751const char kPromosOnLocalNtpDescription[] =
2752 "Show promos on the local New Tab page if Google is the "
2753 "default search engine.";
2754
Kristi Parkc9b9d6592019-02-12 22:30:382755const char kRemoveNtpFakeboxName[] = "Remove fakebox from the NTP";
2756const char kRemoveNtpFakeboxDescription[] =
2757 "Do not show the fakebox on the New Tab page.";
2758
Lei Zhang0a318af2018-11-14 02:19:462759const char kEnableWebAuthenticationBleSupportName[] =
2760 "Web Authentication API BLE support";
2761const char kEnableWebAuthenticationBleSupportDescription[] =
2762 "Enable support for using Web Authentication API via Bluetooth security "
2763 "keys";
Sebastien Marchandd33f7dc2018-06-22 22:07:062764
Sebastien Marchandd33f7dc2018-06-22 22:07:062765const char kEnableWebAuthenticationTestingAPIName[] =
2766 "Web Authentication Testing API";
2767const char kEnableWebAuthenticationTestingAPIDescription[] =
2768 "Enable Web Authentication Testing API support, which disconnects the API "
2769 "implementation from the real world, and allows configuring virtual "
2770 "authenticator devices for testing";
2771
Jeffrey Cohenf04130a42018-08-29 00:22:272772const char kHappinessTrackingSurveysForDesktopName[] =
2773 "Happiness Tracking Surveys";
2774const char kHappinessTrackingSurveysForDesktopDescription[] =
2775 "Enable showing Happiness Tracking Surveys to users on Desktop";
2776
Maggie Caib3e2a6c2019-03-12 05:12:542777const char kIntentPickerName[] = "Intent picker";
2778const char kIntentPickerDescription[] =
2779 "When going to a site that has URL managable by a PWA, show the intent"
2780 "picker to allow user to open the URL in the app.";
2781
Yann Dagocd13225a2019-03-07 18:39:052782const char kLinkManagedNoticeToChromeUIManagementURLName[] =
2783 "Link managed notice to the management page";
2784const char kLinkManagedNoticeToChromeUIManagementURLDescription[] =
2785 "Makes the managed notice 'Managed by your organization' a link to "
2786 "chrome://management";
2787
Travis Skarebcdb5ed32018-08-17 01:49:402788const char kOmniboxDriveSuggestionsName[] =
2789 "Omnibox Google Drive Document suggestions";
2790const char kOmniboxDriveSuggestionsDescriptions[] =
2791 "Display suggestions for Google Drive documents in the omnibox when Google "
2792 "is the default search engine.";
2793
Travis Skare13ad69c2019-03-06 21:01:022794const char kOmniboxDeduplicateDriveUrlsName[] =
2795 "Deduplicate Google Drive suggestions in the Omnibox";
2796const char kOmniboxDeduplicateDriveUrlsDescription[] =
2797 "Present at most one result for the same Drive document across bookmarks, "
2798 "history, document, etc. suggestions.";
2799
Kevin Bailey9ec05532019-01-31 23:01:332800const char kOmniboxExperimentalKeywordModeName[] =
2801 "Omnibox Experimental Keyword Mode";
2802const char kOmniboxExperimentalKeywordModeDescription[] =
2803 "Enables various experimental features related to keyword mode, its "
2804 "suggestions and layout";
2805
Lei Zhang0a318af2018-11-14 02:19:462806const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2807const char kOmniboxPedalSuggestionsDescription[] =
Orin Jaworski506db4d2019-02-14 20:17:142808 "Enable omnibox Pedal suggestions to accelerate actions within Chrome by "
2809 "detecting user intent and offering direct access to the end goal.";
Lei Zhang0a318af2018-11-14 02:19:462810
Orin Jaworski04c08b42018-07-11 02:39:562811const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2812const char kOmniboxReverseAnswersDescription[] =
2813 "Display answers with rows reversed (swapped); except definitions. Has no "
2814 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2815 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2816
Kevin Baileya5f17452019-02-13 01:52:032817const char kOmniboxReverseTabSwitchLogicName[] =
2818 "Omnibox reverse tab switch logic";
2819const char kOmniboxReverseTabSwitchLogicDescription[] =
2820 "Reverse the logic of suggestions that have a tab switch button: Have "
2821 "them switch by default, and have the button navigate.";
2822
Kevin Bailey898669972017-11-06 15:34:492823const char kOmniboxTabSwitchSuggestionsName[] =
2824 "Omnibox tab switch suggestions";
2825const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212826 "Enable suggestions for switching to open tabs within the Omnibox. "
2827 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2828 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492829
krbcc621412017-06-01 19:40:282830const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2831const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192832 "Enable receiving tail suggestions, a type of search suggestion based on "
2833 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342834
Sebastien Marchandd33f7dc2018-06-22 22:07:062835const char kPageAlmostIdleName[] = "Page Almost Idle";
2836const char kPageAlmostIdleDescription[] =
2837 "Make session restore use a definition of loading that waits for CPU and "
2838 "network quiescence.";
2839
2840const char kProactiveTabFreezeAndDiscardName[] =
2841 "Proactive Tab Freeze and Discard";
2842const char kProactiveTabFreezeAndDiscardDescription[] =
2843 "Enables proactive tab freezing and discarding. This requires "
2844 "#enable-page-almost-idle.";
2845
Nicolas Ouellet-payeur82eb65b2018-11-05 16:49:272846const char kShowManagedUiName[] = "Show managed UI for managed users";
2847const char kShowManagedUiDescription[] =
2848 "Enabled/disable showing enterprise users a 'Managed by your organization' "
2849 "message in the app menu and on some chrome:// pages.";
2850
Sebastien Marchandd33f7dc2018-06-22 22:07:062851const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2852const char kSiteCharacteristicsDatabaseDescription[] =
2853 "Records usage of some features in a database while a tab is in background "
2854 "(title/favicon update, audio playback or usage of non-persistent "
2855 "notifications).";
2856
Brett Wilson7b44537e2017-08-18 01:38:282857const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2858const char kUseGoogleLocalNtpDescription[] =
2859 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322860
Brett Wilson7b44537e2017-08-18 01:38:282861#if defined(GOOGLE_CHROME_BUILD)
2862
2863const char kGoogleBrandedContextMenuName[] =
2864 "Google branding in the context menu";
2865const char kGoogleBrandedContextMenuDescription[] =
2866 "Shows a Google icon next to context menu items powered by Google "
2867 "services.";
2868
2869#endif // !defined(GOOGLE_CHROME_BUILD)
2870
2871#endif // !defined(OS_ANDROID)
2872
2873// Windows ---------------------------------------------------------------------
2874
2875#if defined(OS_WIN)
2876
David Bienvenud0ddda32018-11-01 16:59:162877const char kCalculateNativeWinOcclusionName[] =
2878 "Calculate window occlusion on Windows";
2879const char kCalculateNativeWinOcclusionDescription[] =
2880 "Calculate window occlusion on Windows will be used in the future "
2881 "to throttle and potentially unload foreground tabs in occluded windows";
2882
Brett Wilson7b44537e2017-08-18 01:38:282883const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2884const char kCloudPrintXpsDescription[] =
2885 "XPS enables advanced options for classic printers connected to the Cloud "
2886 "Print with Chrome. Printers must be re-connected after changing this "
2887 "flag.";
2888
Frank Liberato754d14f2019-01-30 23:31:172889const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder";
2890const char kD3D11VideoDecoderDescription[] =
2891 "Enables D3D11VideoDecoder for hardware accelerated video decoding.";
2892
Brett Wilson7b44537e2017-08-18 01:38:282893const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2894const char kDisablePostscriptPrintingDescription[] =
2895 "Disables PostScript generation when printing to PostScript capable "
2896 "printers, and uses EMF generation in its place.";
2897
2898const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2899const char kEnableAppcontainerDescription[] =
2900 "Enables the use of an AppContainer on sandboxed processes to improve "
2901 "security.";
2902
James Forshawfd0ce342018-02-14 09:55:392903const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2904const char kEnableGpuAppcontainerDescription[] =
2905 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2906 "improve security.";
2907
Brett Wilson7b44537e2017-08-18 01:38:282908const char kGdiTextPrinting[] = "GDI Text Printing";
2909const char kGdiTextPrintingDescription[] =
2910 "Use GDI to print text as simply text";
2911
Olli Etuaho122321192018-09-07 10:15:292912const char kUseAngleName[] = "Choose ANGLE graphics backend";
2913const char kUseAngleDescription[] =
2914 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2915 "computers by default. Using the OpenGL driver as the graphics backend may "
2916 "result in higher performance in some graphics-heavy applications, "
2917 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2918 "video playback.";
2919
2920const char kUseAngleDefault[] = "Default";
2921const char kUseAngleGL[] = "OpenGL";
2922const char kUseAngleD3D11[] = "D3D11";
2923const char kUseAngleD3D9[] = "D3D9";
2924
Brett Wilson7b44537e2017-08-18 01:38:282925const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2926const char kUseWinrtMidiApiDescription[] =
2927 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2928 "later).";
2929
Brett Wilson7b44537e2017-08-18 01:38:282930#endif // defined(OS_WIN)
2931
2932// Mac -------------------------------------------------------------------------
2933
2934#if defined(OS_MACOSX)
2935
Brett Wilson7b44537e2017-08-18 01:38:282936const char kContentFullscreenName[] = "Improved Content Fullscreen";
2937const char kContentFullscreenDescription[] =
2938 "Fullscreen content window detaches from main browser window and goes to "
2939 "a new space without moving or changing the original browser window.";
2940
Brett Wilson7b44537e2017-08-18 01:38:282941const char kHostedAppsInWindowsName[] =
2942 "Allow hosted apps to be opened in windows";
2943const char kHostedAppsInWindowsDescription[] =
2944 "Allows hosted apps to be opened in windows instead of being limited to "
2945 "tabs.";
2946
Christopher Cameron57dee5a42018-09-25 01:20:082947const char kCreateAppWindowsInAppShimProcessName[] =
2948 "Create native windows in the app process";
2949const char kCreateAppWindowsInAppShimProcessDescription[] =
2950 "Create native windows the app shim process, instead of of the browser "
2951 "process.";
2952
Lei Zhange065b572018-12-11 08:00:412953const char kEnableCustomMacPaperSizesName[] = "Enable custom paper sizes";
2954const char kEnableCustomMacPaperSizesDescription[] =
2955 "Allow use of custom paper sizes in Print Preview.";
2956
Lei Zhang2eca9082017-10-17 20:42:502957const char kMacTouchBarName[] = "Hardware Touch Bar";
2958const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282959
Greg Kerr32483d1c2018-12-18 02:29:142960const char kMacV2GPUSandboxName[] = "Mac V2 GPU Sandbox";
2961const char kMacV2GPUSandboxDescription[] =
2962 "Controls whether the GPU process on macOS uses the V1 or V2 sandbox.";
2963
Brett Wilson7b44537e2017-08-18 01:38:282964const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2965const char kMacViewsNativeAppWindowsDescription[] =
2966 "Controls whether to use Toolkit-Views based Chrome App windows.";
2967
2968const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2969const char kMacViewsTaskManagerDescription[] =
2970 "Controls whether to use the Toolkit-Views based Task Manager.";
2971
Brett Wilson7b44537e2017-08-18 01:38:282972#endif
2973
2974// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342975
2976#if defined(OS_CHROMEOS)
2977
Brett Wilson7b44537e2017-08-18 01:38:282978const char kAcceleratedMjpegDecodeName[] =
2979 "Hardware-accelerated mjpeg decode for captured frame";
2980const char kAcceleratedMjpegDecodeDescription[] =
2981 "Enable hardware-accelerated mjpeg decode for captured frame where "
2982 "available.";
vabr0215a8e2017-03-28 12:47:342983
Reka Normana11e57fc2019-01-29 21:56:582984const char kAppServiceAshName[] = "App Service Ash";
2985const char kAppServiceAshDescription[] =
2986 "Use the App Service to provide data to the Ash UI, such as the shelf and "
2987 "app list.";
2988
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:522989const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
2990const char kArcAvailableForChildDescription[] =
2991 "Allow child accounts to start Android apps.";
2992
Brett Wilson7b44537e2017-08-18 01:38:282993const char kArcBootCompleted[] = "Load Android apps automatically";
2994const char kArcBootCompletedDescription[] =
2995 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:342996
Luum Habtemariamdaa8fd22018-06-25 22:39:432997const char kArcCupsApiName[] = "ARC CUPS API";
2998const char kArcCupsApiDescription[] =
2999 "Enables support of libcups APIs from ARC";
3000
Naoki Fukino153de8a2019-01-22 08:37:543001const char kArcDocumentsProviderName[] = "ARC DocumentsProvider integration";
3002const char kArcDocumentsProviderDescription[] =
3003 "Enables DocumentsProvider integration in Chrome OS Files app.";
3004
Satoshi Niwa8b1d5282018-10-24 04:53:033005const char kArcFilePickerExperimentName[] =
3006 "Enable file picker experiment for ARC";
3007const char kArcFilePickerExperimentDescription[] =
3008 "Enables using Chrome OS file picker in ARC.";
3009
[email protected]939ceae2019-01-29 17:00:153010const char kArcGraphicBuffersVisualizationToolName[] =
3011 "Enable ARC graphic buffers visualization tool";
3012const char kArcGraphicBuffersVisualizationToolDescription[] =
3013 "Enable ARC graphic buffers visualization tool "
3014 "(chrome://arc-graphics-tracing).";
3015
Lev Rumyantsev7a8544312017-08-18 19:26:513016const char kArcNativeBridgeExperimentName[] =
3017 "Enable native bridge experiment for ARC";
3018const char kArcNativeBridgeExperimentDescription[] =
3019 "Enables experimental native bridge feature.";
3020
lgchengecd1c1a62018-01-09 02:59:463021const char kArcUsbHostName[] = "Enable ARC USB host integration";
3022const char kArcUsbHostDescription[] =
3023 "Allow Android apps to use USB host feature on ChromeOS devices.";
3024
Kevin Cernekeeb7f96a52017-10-25 17:40:183025const char kArcVpnName[] = "Enable ARC VPN integration";
3026const char kArcVpnDescription[] =
3027 "Allow Android VPN clients to tunnel Chrome traffic.";
3028
Qiang Xu045aff222018-05-21 23:21:013029const char kAshEnableDisplayMoveWindowAccelsName[] =
3030 "Enable shortcuts for moving window between displays.";
3031const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3032 "Enable shortcuts for moving window between displays.";
3033
Sammie Quonfe640ca2019-01-30 17:54:183034const char kAshEnableOverviewRoundedCornersName[] =
3035 "Enable rounded corners in overview mode.";
3036const char kAshEnableOverviewRoundedCornersDescription[] =
3037 "Enables rounded corners on overview windows.";
3038
Qiang Xu045aff222018-05-21 23:21:013039const char kAshEnablePersistentWindowBoundsName[] =
3040 "Enable persistent window bounds in multi-displays scenario.";
3041const char kAshEnablePersistentWindowBoundsDescription[] =
3042 "Enable persistent window bounds in multi-displays scenario.";
3043
Eliot Courtneye87a9c32018-11-20 03:33:023044const char kAshEnablePipRoundedCornersName[] =
3045 "Enable Picture-in-Picture rounded corners.";
3046const char kAshEnablePipRoundedCornersDescription[] =
3047 "Enable rounded corners on the Picture-in-Picture window.";
3048
Brett Wilson7b44537e2017-08-18 01:38:283049const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3050const char kAshEnableUnifiedDesktopDescription[] =
3051 "Enable unified desktop mode which allows a window to span multiple "
3052 "displays.";
vabr0215a8e2017-03-28 12:47:343053
Qiang Xu045aff222018-05-21 23:21:013054const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3055const char kAshShelfColorSchemeDescription[] =
3056 "Specify how the color is derived from the wallpaper. This flag is only "
3057 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3058const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3059const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3060const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3061const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3062const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3063const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3064
Sean Kau5e956192017-10-06 22:25:173065const char kBulkPrintersName[] = "Bulk Printers Policy";
3066const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3067
Brett Wilson7b44537e2017-08-18 01:38:283068const char kCaptivePortalBypassProxyName[] =
3069 "Bypass proxy for Captive Portal Authorization";
3070const char kCaptivePortalBypassProxyDescription[] =
3071 "If proxy is configured, it usually prevents from authorization on "
3072 "different captive portals. This enables opening captive portal "
3073 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343074
Xiaochu Liu51d03fd2017-09-08 23:51:023075const char kCrOSContainerName[] = "Chrome OS Container";
3076const char kCrOSContainerDescription[] =
3077 "Enable the use of Chrome OS Container utility.";
3078
Brett Wilson7b44537e2017-08-18 01:38:283079const char kCrosRegionsModeName[] = "Cros-regions load mode";
3080const char kCrosRegionsModeDescription[] =
3081 "This flag controls cros-regions load mode";
3082const char kCrosRegionsModeDefault[] = "Default";
3083const char kCrosRegionsModeOverride[] = "Override VPD values.";
3084const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343085
Daniel Ng96ab0c82019-01-16 01:21:553086const char kCrostiniAppSearchName[] = "Crostini App Search";
3087const char kCrostiniAppSearchDescription[] =
3088 "Enable search and installation of Crostini apps in the launcher.";
3089
Joel Hockey42387102019-01-10 01:19:323090const char kCrostiniBackupName[] = "Crostini Backup";
3091const char kCrostiniBackupDescription[] = "Enable Crostini export and import.";
3092
Josh Pratt57cea392018-10-30 02:59:063093const char kCrostiniUsbSupportName[] = "Crostini Usb Support";
3094const char kCrostiniUsbSupportDescription[] =
3095 "Enable mounting Usb devices in Crostini.";
3096
Josh Nohle2f82dcc2018-12-17 23:11:233097const char kCryptAuthV2EnrollmentName[] = "CryptAuth v2 Enrollment";
3098const char kCryptAuthV2EnrollmentDescription[] =
3099 "Use the CryptAuth v2 Enrollment protocol.";
3100
Daniele Castagna893d822e2019-03-08 21:37:113101const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
3102const char kDisableExplicitDmaFencesDescription[] =
3103 "Always rely on implicit syncrhonization between GPU and display "
3104 "controller instead of using dma-fences explcitily when available.";
3105
Qiang Xu045aff222018-05-21 23:21:013106const char kDisableSystemTimezoneAutomaticDetectionName[] =
3107 "SystemTimezoneAutomaticDetection policy support";
3108const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3109 "Disable system timezone automatic detection device policy.";
3110
Sammie Quonef6b4882017-09-14 16:50:053111const char kDisableTabletAutohideTitlebarsName[] =
3112 "Disable autohide titlebars in tablet mode";
3113const char kDisableTabletAutohideTitlebarsDescription[] =
3114 "Disable tablet mode autohide titlebars functionality. The user will be "
3115 "able to see the titlebar in tablet mode.";
3116
Xiaoqian Dai24b33eb2018-04-10 21:01:573117const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3118const char kDisableTabletSplitViewDescription[] =
3119 "Disable split view for Chrome OS tablet mode.";
3120
Ahmed Fakhry4f567e692018-10-16 15:51:083121const char kDoubleTapToZoomInTabletModeName[] =
3122 "Double-tap to zoom in tablet mode";
3123const char kDoubleTapToZoomInTabletModeDescription[] =
3124 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
3125 "page.";
3126
Matthew Mourgoscf22b4b2019-03-06 23:46:393127const char kEnableAppGridGhostName[] = "App Grid Ghosting";
3128const char kEnableAppGridGhostDescription[] =
3129 "Enables ghosting during an item drag in launcher.";
3130
Daniel Zhang01399072018-08-16 22:28:203131const char kEnableAppListSearchAutocompleteName[] =
3132 "App List Search Autocomplete";
3133const char kEnableAppListSearchAutocompleteDescription[] =
3134 "Allow App List search box to autocomplete queries for Google searches and "
3135 "apps.";
3136
Vladislav Kaznacheevaa213a02018-10-29 17:54:283137const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
3138const char kEnableAppDataSearchDescription[] =
3139 "Allow launcher search to access data available through Firebase App "
3140 "Indexing";
3141
Lei Zhang0a318af2018-11-14 02:19:463142const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:373143 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:463144const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:373145 "If audio focus is enabled in Chrome then this will delegate audio focus "
3146 "control in Android apps to Chrome.";
3147
Yue Liebaa9952018-12-07 21:41:263148const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
3149const char kEnableAssistantAppSupportDescription[] =
3150 "Enable the Assistant App Support feature";
3151
Xiaohui Chenb523747b2019-03-14 23:38:323152const char kEnableAssistantLauncherIntegrationName[] =
3153 "Assistant & Launcher integration";
3154const char kEnableAssistantLauncherIntegrationDescription[] =
3155 "Combine Launcher search with the power of Assistant to provide the most "
3156 "useful answer for each query. Requires Assistant to be enabled.";
3157
3158const char kEnableAssistantVoiceMatchName[] = "Enable Assistant Voice Match";
3159const char kEnableAssistantVoiceMatchDescription[] =
3160 "Enable the Assistant Voice Match feature";
3161
Lei Zhang0ca70ea2018-09-07 17:51:013162const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3163const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493164 "Enables the Chrome OS Account Manager";
3165
Alexander Alekseev38e1e0a2018-11-08 22:48:483166const char kEnableDiscoverAppName[] = "Enable Discover App";
3167const char kEnableDiscoverAppDescription[] =
3168 "Enable Discover App icon in launcher.";
3169
Sam McNally201fbf94e2018-07-04 03:15:203170const char kEnableDriveFsName[] = "Enable DriveFS";
3171const char kEnableDriveFsDescription[] =
3172 "Enables use of the new DriveFS-based Drive sync client.";
3173
Brett Wilson7b44537e2017-08-18 01:38:283174const char kEnableEncryptionMigrationName[] =
3175 "Enable encryption migration of user data";
3176const char kEnableEncryptionMigrationDescription[] =
3177 "If enabled and the device supports ARC, the user will be asked to update "
3178 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343179
Xiaohui Chenfb0943e2018-10-16 22:44:373180const char kEnableGoogleAssistantName[] = "Enable Google Assistant";
3181const char kEnableGoogleAssistantDescription[] =
3182 "Enable an experimental Assistant implementation that will work on all "
3183 "Chromebooks.";
3184
Xiaohui Chenf4283f32018-11-26 20:02:503185const char kEnableGoogleAssistantDspName[] =
3186 "Enable Google Assistant with hardware-based hotword";
3187const char kEnableGoogleAssistantDspDescription[] =
3188 "Enable an experimental feature that uses hardware-based hotword detection "
3189 "for Assistant. Only a limited number of devices have this type of "
3190 "hardware support.";
3191
Xiaohui Chenc3baca42018-11-30 19:29:373192const char kEnableGoogleAssistantStereoInputName[] =
3193 "Enable Google Assistant with stereo audio input";
3194const char kEnableGoogleAssistantStereoInputDescription[] =
3195 "Enable an experimental feature that uses stereo audio input for hotword "
3196 "and voice to text detection in Google Assistant.";
3197
Qiang Xu045aff222018-05-21 23:21:013198const char kEnableHomeLauncherName[] = "Enable home launcher";
3199const char kEnableHomeLauncherDescription[] =
3200 "Enable home launcher in tablet mode.";
3201
Andrew Moylan97585272019-02-19 19:01:223202const char kEnableMyFilesVolumeName[] = "Enable MyFiles as Volume";
3203const char kEnableMyFilesVolumeDescription[] =
3204 "Enables use of MyFiles as a read/write volume. This should be only "
3205 "used for testing or for trying to restore the previous Downloads content.";
3206
Sammie Quon248ccef2018-08-28 23:00:013207const char kEnableOobeRecommendAppsScreenName[] =
3208 "Enable OOBE Recommend Apps Screen";
3209const char kEnableOobeRecommendAppsScreenDescription[] =
3210 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3211 "from other devices";
3212
Vladislav Kaznacheevaa213a02018-10-29 17:54:283213const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
3214const char kEnablePlayStoreSearchDescription[] =
3215 "Enable Play Store search in launcher.";
3216
Jazz Xu2e5886662018-12-14 00:38:483217const char kEnableVideoPlayerNativeControlsName[] =
3218 "Enable native controls in video player app";
3219const char kEnableVideoPlayerNativeControlsDescription[] =
3220 "Enable native controls in video player app";
3221
Lei Zhang0ca70ea2018-09-07 17:51:013222const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3223const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013224 "Enable Zero State Suggestions feature in Launcher, which will show "
Vladislav Kaznacheevaa213a02018-10-29 17:54:283225 "suggestions when launcher search box is active with an empty query";
Sammie Quon248ccef2018-08-28 23:00:013226
Brett Wilson7b44537e2017-08-18 01:38:283227const char kEolNotificationName[] = "Disable Device End of Life notification.";
3228const char kEolNotificationDescription[] =
3229 "Disable Notifcation when Device is End of Life.";
3230
Akihiro Ota3ff6f8a2019-01-18 17:43:043231const char kExperimentalAccessibilityChromeVoxLanguageSwitchingName[] =
3232 "Enable experimental ChromeVox language switching.";
3233const char kExperimentalAccessibilityChromeVoxLanguageSwitchingDescription[] =
3234 "Enable ChromeVox language switching, which changes ChromeVox's "
3235 "output language upon detection of new language.";
3236
Brett Wilson7b44537e2017-08-18 01:38:283237const char kFirstRunUiTransitionsName[] =
3238 "Animated transitions in the first-run tutorial";
3239const char kFirstRunUiTransitionsDescription[] =
3240 "Transitions during first-run tutorial are animated.";
3241
Brett Wilson7b44537e2017-08-18 01:38:283242const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3243const char kForceEnableStylusToolsDescription[] =
3244 "Forces display of the stylus tools menu in the shelf and the stylus "
3245 "section in settings, even if there is no attached stylus device.";
3246
Andrew Moylan97585272019-02-19 19:01:223247const char kFsNosymfollowName[] =
3248 "Prevent symlink traversal on user-supplied filesystems.";
3249const char kFsNosymfollowDescription[] =
3250 "Causes user-supplied filesystems to be mounted with the 'nosymfollow'"
3251 " option, so the chromuimos LSM denies symlink traversal on the"
3252 " filesystem.";
3253
Brett Wilson7b44537e2017-08-18 01:38:283254const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3255const char kGestureTypingDescription[] =
3256 "Enable/Disable gesture typing option in the settings page for the virtual "
3257 "keyboard.";
3258
Andrew Moylan97585272019-02-19 19:01:223259const char kImeServiceName[] = "Enable IME service";
3260const char kImeServiceDescription[] =
3261 "Enable IME service to provide the IME functionality instead of NaCl";
3262
Ahmed Fakhry15d707e2019-02-22 23:54:213263const char kListAllDisplayModesName[] = "List all display modes";
3264const char kListAllDisplayModesDescription[] =
3265 "Enables listing all external displays' modes in the display settings.";
3266
Megumi Hattori5a0d4182018-03-06 11:09:503267const char kLockScreenNotificationName[] = "Lock screen notification";
3268const char kLockScreenNotificationDescription[] =
3269 "Enable notifications on the lock screen.";
3270
Mohsen Izadi06a16f72018-11-29 02:29:223271const char kMashOopVizName[] = "Out-of-process viz for mash";
3272const char kMashOopVizDescription[] =
3273 "Runs viz in a separate process when mash is enabled (otherwise viz would "
3274 "run in ash process)";
3275
Brett Wilson7b44537e2017-08-18 01:38:283276const char kMemoryPressureThresholdName[] =
3277 "Memory discard strategy for advanced pressure handling";
3278const char kMemoryPressureThresholdDescription[] =
3279 "Memory discarding strategy to use";
3280const char kConservativeThresholds[] =
3281 "Conservative memory pressure release strategy";
3282const char kAggressiveCacheDiscardThresholds[] =
3283 "Aggressive cache release strategy";
3284const char kAggressiveTabDiscardThresholds[] =
3285 "Aggressive tab release strategy";
3286const char kAggressiveThresholds[] =
3287 "Aggressive tab and cache release strategy";
3288
3289const char kMtpWriteSupportName[] = "MTP write support";
3290const char kMtpWriteSupportDescription[] =
3291 "MTP write support in File System API (and file manager). In-place editing "
3292 "operations are not supported.";
3293
vabr0215a8e2017-03-28 12:47:343294const char kNetworkPortalNotificationName[] =
3295 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343296const char kNetworkPortalNotificationDescription[] =
3297 "If enabled, notification is displayed when device is connected to a "
3298 "network behind captive portal.";
3299
Anand K. Mistrydb5e0102018-10-04 04:24:003300const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283301const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003302 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343303
Qiang Xu045aff222018-05-21 23:21:013304const char kOfficeEditingComponentAppName[] =
3305 "Office Editing for Docs, Sheets & Slides";
3306const char kOfficeEditingComponentAppDescription[] =
3307 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3308
Brett Wilson7b44537e2017-08-18 01:38:283309const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3310const char kPhysicalKeyboardAutocorrectDescription[] =
3311 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3312 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343313
3314const char kPrinterProviderSearchAppName[] =
3315 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343316const char kPrinterProviderSearchAppDescription[] =
3317 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193318 "searches Chrome Web Store for extensions that support printing to a USB "
3319 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343320
Andrew Moylan97585272019-02-19 19:01:223321const char kSchedulerConfigurationName[] = "Scheduler Configuration";
3322const char kSchedulerConfigurationDescription[] =
3323 "Instructs the OS to use a specific scheduler configuration setting.";
3324const char kSchedulerConfigurationConservative[] = "Conservative";
3325const char kSchedulerConfigurationPerformance[] = "Performance";
3326
3327const char kShillSandboxingName[] =
3328 "Run shill, the ChromeOS network manager, in a sandbox.";
3329const char kShillSandboxingDescription[] =
3330 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3331
James Cook0ba192bf2017-12-01 20:53:113332const char kShowTapsName[] = "Show taps";
3333const char kShowTapsDescription[] =
3334 "Draws a circle at each touch point, which makes touch points more obvious "
3335 "when projecting or mirroring the display. Similar to the Android OS "
3336 "developer option.";
3337
3338const char kShowTouchHudName[] = "Show HUD for touch points";
3339const char kShowTouchHudDescription[] =
3340 "Shows a trail of colored dots for the last few touch points. Pressing "
3341 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3342 "debug hardware issues that generate spurious touch events.";
3343
James Cook28d7c482018-09-07 21:00:543344const char kSingleProcessMashName[] =
3345 "In-process window service (SingleProcessMash)";
3346const char kSingleProcessMashDescription[] =
3347 "Runs the system UI (ash) as a mojo service, but inside the browser "
3348 "process. The browser uses the mojo window service (ws) APIs.";
3349
Jorge Gil5a8ccde2018-07-10 01:46:213350const char kSmartTextSelectionName[] = "Smart Text Selection";
3351const char kSmartTextSelectionDescription[] =
3352 "Shows quick actions for text "
3353 "selections in the context menu.";
3354
Brett Wilson7b44537e2017-08-18 01:38:283355const char kTetherName[] = "Instant Tethering";
3356const char kTetherDescription[] =
3357 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3358 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373359
Brett Wilson7b44537e2017-08-18 01:38:283360const char kTouchscreenCalibrationName[] =
3361 "Enable/disable touchscreen calibration option in material design settings";
3362const char kTouchscreenCalibrationDescription[] =
3363 "If enabled, the user can calibrate the touch screen displays in "
3364 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093365
Qiang Xu045aff222018-05-21 23:21:013366const char kUiDevToolsName[] = "Enable native UI inspection";
3367const char kUiDevToolsDescription[] =
3368 "Enables inspection of native UI elements. For local inspection use "
3369 "chrome://inspect#other";
3370
Mitsuru Oshima63d3f2a2017-08-23 00:12:113371// Force UI Mode
3372const char kUiModeName[] = "Force Ui Mode";
3373const char kUiModeDescription[] =
Elly Fong-Jonesf4c15772019-01-31 17:40:063374 "This flag can be used to force a certain mode on to a chromebook, "
3375 "despite its current orientation. \"Tablet\" means that the "
3376 "chromebook will act as if it were in tablet mode. \"Clamshell\" "
3377 "means that the chromebook will act as if it were in clamshell "
3378 "mode. \"Auto\" means that the chromebook will alternate between "
3379 "the two, based on its orientation.";
Min Chenfd25cd22018-11-06 01:50:513380const char kUiModeTablet[] = "Tablet";
Mitsuru Oshima63d3f2a2017-08-23 00:12:113381const char kUiModeClamshell[] = "Clamshell";
3382const char kUiModeAuto[] = "Auto (default)";
3383
Andrew Moylan97585272019-02-19 19:01:223384const char kUiShowCompositedLayerBordersName[] =
3385 "Show UI composited layer borders";
3386const char kUiShowCompositedLayerBordersDescription[] =
3387 "Show border around composited layers created by UI.";
3388const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3389const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3390const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3391const char kUiShowCompositedLayerBordersAll[] = "All";
3392
3393const char kUiSlowAnimationsName[] = "Slow UI animations";
3394const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:463395
Sonny Sasaka7fecfeda2018-07-11 23:47:553396const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3397const char kUnfilteredBluetoothDevicesDescription[] =
3398 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3399
Allen Webbcdc8e69d2018-09-12 20:36:003400const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3401const char kUsbguardDescription[] =
3402 "Prevents newly connected USB devices from operating at the lock screen"
3403 " until Chrome OS is unlocked to protect against malicious USB devices."
3404 " Already connected USB devices will continue to function.";
3405
James Cooka1bcfa9a2018-01-30 00:18:403406const char kUseMashName[] = "Out-of-process system UI (mash)";
3407const char kUseMashDescription[] =
3408 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3409 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283410
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343411// TODO(mcasas): remove after https://crbug.com/771345.
3412const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3413const char kUseMonitorColorSpaceDescription[] =
3414 "Enables Chrome to use the color space information provided by the monitor"
3415 " instead of the default sRGB color space.";
3416
Andrew Moylan651220212019-02-19 22:50:143417const char kUserActivityPredictionMlServiceName[] =
3418 "ML Service Smart Dim model";
3419const char kUserActivityPredictionMlServiceDescription[] =
3420 "Uses the new ML Service model for user activity prediction (Smart Dim).";
3421
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233422const char kVaapiJpegImageDecodeAccelerationName[] =
3423 "VA-API JPEG decode acceleration for images";
3424const char kVaapiJpegImageDecodeAccelerationDescription[] =
3425 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3426 " captures) using the VA-API.";
3427
Brett Wilson7b44537e2017-08-18 01:38:283428const char kVideoPlayerChromecastSupportName[] =
3429 "Experimental Chromecast support for Video Player";
3430const char kVideoPlayerChromecastSupportDescription[] =
3431 "This option enables experimental Chromecast support for Video Player app "
3432 "on ChromeOS.";
3433
3434const char kVirtualKeyboardName[] = "Virtual Keyboard";
3435const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3436
3437const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3438const char kVirtualKeyboardOverscrollDescription[] =
3439 "Enables virtual keyboard overscroll support.";
3440
Brett Wilson7b44537e2017-08-18 01:38:283441const char kWakeOnPacketsName[] = "Wake On Packets";
3442const char kWakeOnPacketsDescription[] =
3443 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203444
Rob Schonbergercf5aeeea2019-02-27 16:57:373445const char kEnableAppReinstallZeroStateName[] =
3446 "Enable Zero State App Reinstall Suggestions.";
3447const char kEnableAppReinstallZeroStateDescription[] =
3448 "Enable Zero State App Reinstall Suggestions feature in launcher, which "
3449 "will show app reinstall recommendations at end of zero state list.";
3450
Tim Song988f7092019-03-01 03:13:393451extern const char kAshNotificationStackingBarRedesignName[] =
3452 "Redesigned notification stacking bar";
3453extern const char kAshNotificationStackingBarRedesignDescription[] =
3454 "Enables the redesigned notification stacking bar UI with a \"Clear all\" "
3455 "button.";
3456
yhanadac5bff5b2017-05-18 06:37:093457#endif // defined(OS_CHROMEOS)
3458
Collin Baker75a29462019-03-13 19:57:313459// All views-based platforms --------------------------------------------------
3460
3461#if defined(TOOLKIT_VIEWS)
3462
Sajad Maysamc30d6f82019-03-19 22:52:503463const char kEnableMDRoundedCornersOnDialogsName[] =
3464 "MD corners on secondary UI";
3465const char kEnableMDRoundedCornersOnDialogsDescription[] =
3466 "Increases corner radius on secondary UI.";
3467
Collin Baker75a29462019-03-13 19:57:313468const char kInstallableInkDropName[] = "Use InstallableInkDrop where supported";
3469const char kInstallableInkDropDescription[] =
3470 "InstallableInkDrop is part of an InkDrop refactoring effort. This enables "
3471 "the pilot implementation where available.";
3472
3473#endif // defined(TOOLKIT_VIEWS)
3474
Brett Wilson7b44537e2017-08-18 01:38:283475// Random platform combinations -----------------------------------------------
3476
3477#if defined(OS_WIN) || defined(OS_LINUX)
3478
3479const char kEnableInputImeApiName[] = "Enable Input IME API";
3480const char kEnableInputImeApiDescription[] =
3481 "Enable the use of chrome.input.ime API.";
3482
3483#endif // defined(OS_WIN) || defined(OS_LINUX)
3484
Jiajia Qindb252e92019-01-28 11:47:483485#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
3486
3487const char kWebGL2ComputeContextName[] = "WebGL 2.0 Compute";
3488const char kWebGL2ComputeContextDescription[] =
3489 "Enable the use of WebGL 2.0 Compute API.";
3490
3491#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
3492
Brett Wilson7b44537e2017-08-18 01:38:283493#if defined(OS_WIN) || defined(OS_MACOSX)
3494
3495const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3496const char kAutomaticTabDiscardingDescription[] =
3497 "If enabled, tabs get automatically discarded from memory when the system "
3498 "memory is low. Discarded tabs are still visible on the tab strip and get "
3499 "reloaded when clicked on. Info about discarded tabs can be found at "
3500 "chrome://discards.";
3501
3502#endif // defined(OS_WIN) || defined(OS_MACOSX)
3503
lanwei83f54452018-06-21 23:51:043504#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3505
3506const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3507const char kDirectManipulationStylusDescription[] =
3508 "If enabled, Chrome will scroll web pages on stylus drag.";
3509
3510#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3511
Henrik Grunell63f2d772018-12-06 17:25:203512#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
3513
3514const char kForceEnableSystemAecName[] = "Force enable system AEC";
3515const char kForceEnableSystemAecDescription[] =
3516 "Use system echo canceller instead of WebRTC echo canceller. If there is "
3517 "no system echo canceller available, getUserMedia with echo cancellation "
3518 "enabled will fail.";
3519
3520#endif // defined(OS_MACOSX) || defined(OS_CHROMEOS)
3521
David Bienvenuc713d502019-02-07 23:46:323522#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
3523
3524const char kWebContentsOcclusionName[] = "Enable occlusion of web contents";
3525const char kWebContentsOcclusionDescription[] =
3526 "If enabled, web contents will behave as hidden when it is occluded by "
3527 "other windows.";
3528
3529#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
3530
Justin Donnelly110e40c2018-06-01 21:48:433531const char kExperimentalUiName[] = "Use all upcoming UI features";
3532const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483533
Brett Wilson7b44537e2017-08-18 01:38:283534// Feature flags --------------------------------------------------------------
3535
Lei Zhang0a318af2018-11-14 02:19:463536#if defined(DCHECK_IS_CONFIGURABLE)
3537const char kDcheckIsFatalName[] = "DCHECKs are fatal";
3538const char kDcheckIsFatalDescription[] =
3539 "By default Chrome will evaluate in this build, but only log failures, "
3540 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
3541#endif // defined(DCHECK_IS_CONFIGURABLE)
3542
Brett Wilson7b44537e2017-08-18 01:38:283543#if BUILDFLAG(ENABLE_VR)
3544
Alex Cooper151b596e2019-02-21 01:26:573545const char kWebXrOrientationSensorDeviceName[] = "Orientation sensors for XR";
3546const char kWebXrOrientationSensorDeviceDescription[] =
3547 "Allow use of orientation sensors for XR if present";
3548
Bill Orr103ed272018-02-14 21:23:053549#if BUILDFLAG(ENABLE_OCULUS_VR)
3550const char kOculusVRName[] = "Oculus hardware support";
3551const char kOculusVRDescription[] =
3552 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3553 "Windows 10 or later).";
3554#endif // ENABLE_OCULUS_VR
3555
Bill Orr49527562017-11-22 16:58:483556#if BUILDFLAG(ENABLE_OPENVR)
3557const char kOpenVRName[] = "OpenVR hardware support";
3558const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073559 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3560 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483561#endif // ENABLE_OPENVR
3562
Bill Orrd2af6bd52019-01-23 02:50:243563#if BUILDFLAG(ENABLE_WINDOWS_MR)
3564const char kWindowsMixedRealityName[] = "Windows Mixed Reality support";
3565const char kWindowsMixedRealityDescription[] =
3566 "If enabled, Chrome will use Windows Mixed Reality devices for VR"
3567 " (supported only on Windows 10 or later).";
3568#endif // ENABLE_WINDOWS_MR
3569
Bill Orrecfb9fe2018-10-02 00:11:103570#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3571const char kXRSandboxName[] = "XR device sandboxing";
3572const char kXRSandboxDescription[] =
3573 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3574#endif // ENABLE_ISOLATED_XR_SERVICE
3575
Brett Wilson7b44537e2017-08-18 01:38:283576#endif // ENABLE_VR
3577
Lei Zhang802201c2018-11-14 18:16:283578#if BUILDFLAG(ENABLE_PLUGINS)
3579
dstockwellcc759202019-01-11 00:42:123580#if defined(OS_CHROMEOS)
3581const char kPdfAnnotations[] = "PDF Annotations";
Weidong Guo577fe9ac2019-01-28 19:58:103582const char kPdfAnnotationsDescription[] = "Enable annotating PDF documents.";
dstockwellcc759202019-01-11 00:42:123583#endif // defined(OS_CHROMEOS)
3584
Lei Zhang802201c2018-11-14 18:16:283585const char kPdfFormSaveName[] = "Save PDF Forms";
3586const char kPdfFormSaveDescription[] =
3587 "Enable saving PDFs with filled form data.";
3588
3589const char kPdfIsolationName[] = "PDF Isolation";
3590const char kPdfIsolationDescription[] =
3591 "Render PDF files from different origins in different plugin processes.";
3592
3593#endif // BUILDFLAG(ENABLE_PLUGINS)
3594
Brett Wilson7b44537e2017-08-18 01:38:283595#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3596
3597const char kAutofillCreditCardUploadName[] =
3598 "Enable offering upload of Autofilled credit cards";
3599const char kAutofillCreditCardUploadDescription[] =
3600 "Enables a new option to upload credit cards to Google Payments for sync "
3601 "to all Chrome devices.";
3602
3603#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3604
Collin Baker0a45d6a2018-12-20 19:21:503605#if BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
3606
3607const char kReopenTabInProductHelpName[] = "Reopen tab in-product help";
3608const char kReopenTabInProductHelpDescription[] =
3609 "Enable in-product help that guides a user to reopen a tab if it looks "
3610 "like they accidentally closed it.";
3611
3612#endif // BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
3613
Tomas Popela253a5832019-01-14 17:22:103614#if defined(WEBRTC_USE_PIPEWIRE)
3615
3616extern const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
3617extern const char kWebrtcPipeWireCapturerDescription[] =
3618 "When enabled the WebRTC will use the PipeWire multimedia server for "
3619 "capturing the desktop content on the Wayland display server.";
3620
3621#endif // #if defined(WEBRTC_USE_PIPEWIRE)
3622
Stephen Chenneyde6e5c82019-01-21 01:56:043623const char kAvoidFlashBetweenNavigationName[] =
3624 "Enable flash avoidance between same-origin navigations";
3625const char kAvoidFlahsBetweenNavigationDescription[] =
3626 "Enables experimental flash avoidance when navigating between pages "
3627 "in the same origin. This feature is in the implementation stages and "
3628 "currently has no effect.";
3629
Brett Wilson7b44537e2017-08-18 01:38:283630// ============================================================================
3631// Don't just add flags to the end, put them in the right section in
3632// alphabetical order just like the header file.
3633// ============================================================================
3634
vabr0215a8e2017-03-28 12:47:343635} // namespace flag_descriptions