blob: 9318a6ad52ce9bfd885bb1cf6836020df7ca0187 [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
Hirokazu Honda732d3e622019-06-12 01:13:4421const char kAcceleratedVideoEncodeName[] = "Hardware-accelerated video encode";
22const char kAcceleratedVideoEncodeDescription[] =
23 "Hardware-accelerated video encode where available.";
24
Abigail Kleinf5a731a2019-09-10 16:12:2025const char kAccessibilityInternalsPageImprovementsName[] =
26 "Accessibility internals page improvements";
27const char kAccessibilityInternalsPageImprovementsDescription[] =
28 "Improvements to the chrome://accessibility page.";
29
Brett Wilsonf27ff602017-07-07 22:28:4730const char kAllowInsecureLocalhostName[] =
31 "Allow invalid certificates for resources loaded from localhost.";
32const char kAllowInsecureLocalhostDescription[] =
33 "Allows requests to localhost over HTTPS even when an invalid certificate "
34 "is presented.";
35
Julian Pastarmov885e8ed2019-05-03 14:24:2436const char kAllowPopupsDuringPageUnloadName[] =
37 "Allows a page to show popups during its unloading";
38const char kAllowPopupsDuringPageUnloadDescription[] =
39 "When the flag is set to enabled, pages are allowed to show popups while "
40 "they are being unloaded.";
41
Kunihiko Sakamoto4d407982018-07-10 04:56:2942const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
43 "Allow Signed HTTP Exchange certificates without extension";
44const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
45 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
Tsuyoshi Horo13d7e2d2019-04-18 07:32:4346 "that do not have CanSignHttpExchangesDraft extension. Warning: Enabling "
47 "this may pose a security risk.";
Kunihiko Sakamoto4d407982018-07-10 04:56:2948
Katie Dillon8b357312019-09-19 13:23:2349const char kAllowSyncXHRInPageDismissalName[] =
50 "Allows synchronous XHR requests in page dismissal";
51const char kAllowSyncXHRInPageDismissalDescription[] =
52 "Allows synchronous XHR requests during page dismissal when the page is "
53 "being navigated away or closed by the user.";
54
Tsuyoshi Horo3bab99c2019-05-20 11:05:1455const char kEnableSignedExchangeSubresourcePrefetchName[] =
56 "Enable Signed Exchange subresource prefetching";
57const char kEnableSignedExchangeSubresourcePrefetchDescription[] =
58 "When enabled, the distributors of signed exchanges can let Chrome know "
59 "alternative signed exchange subresources by setting \"alternate\" link "
60 "header. Chrome will prefetch the alternate signed exchange subresources "
61 "and will load them if the publisher of the main signed exchange has set "
Tsuyoshi Horo5e61f162019-05-20 12:24:1262 "\"allowed-alt-sxg\" link header in the signed inner response of the "
Tsuyoshi Horo3bab99c2019-05-20 11:05:1463 "main signed exchange.";
64
Tsuyoshi Horo636e8652019-05-31 03:34:0865const char kEnableSignedExchangePrefetchCacheForNavigationsName[] =
66 "Enable Signed Exchange prefetch cache for navigations";
67const char kEnableSignedExchangePrefetchCacheForNavigationsDescription[] =
68 "When enabled, the prefetched signed exchanges is stored to a prefetch "
69 "cache attached to the frame. The body of the inner response is stored as "
70 "a blob and the verification process of the signed exchange is skipped for "
71 "the succeeding navigation.";
72
Hongchan Choi370d3af2019-05-20 20:56:5873const char kAudioWorkletRealtimeThreadName[] =
74 "Use realtime priority thread for Audio Worklet";
75const char kAudioWorkletRealtimeThreadDescription[] =
76 "Run Audio Worklet operation on a realtime priority thread for better "
77 "audio stream stability.";
78
Kyle Horimoto7854a032019-04-03 02:51:0779const char kUpdatedCellularActivationUiName[] =
80 "Updated Cellular Activation UI";
81const char kUpdatedCellularActivationUiDescription[] =
82 "Enables the updated cellular activation UI.";
83
Kyle Horimoto2d838ec2018-12-26 19:41:1684const char kUseMessagesGoogleComDomainName[] = "Use messages.google.com domain";
85const char kUseMessagesGoogleComDomainDescription[] =
86 "Use the messages.google.com domain as part of the \"Messages\" "
87 "feature under \"Connected Devices\" settings.";
88
Kyle Horimoto874554a2019-01-31 00:52:0989const char kUseMessagesStagingUrlName[] = "Use Messages staging URL";
90const char kUseMessagesStagingUrlDescription[] =
91 "Use the staging server as part of the \"Messages\" feature under "
92 "\"Connected Devices\" settings.";
93
Azeem Arshad373e1ea72019-01-23 02:16:0094const char kEnableMessagesWebPushName[] =
95 "Web push in Android Messages integration";
96const char kEnableMessagesWebPushDescription[] =
97 "Use web push for background notificatons in Chrome OS integration "
98 "with Android Messages for Web";
99
Jazz Xu32261b542019-06-13 20:11:27100const char kAndroidPictureInPictureAPIName[] =
101 "Picture-in-Picture Web API for Android";
102const char kAndroidPictureInPictureAPIDescription[] =
103 "Enable Picture-in-Picture Web API for Android";
104
Kamila472a5942018-11-26 09:48:27105const char kAndroidSiteSettingsUIRefreshName[] =
106 "Android Site Settings UI changes.";
107const char kAndroidSiteSettingsUIRefreshDescription[] =
Kamila02f7e072018-10-08 09:50:28108 "Enable the new UI "
109 "changes in Site Settings in Android.";
110
Ioana Pandelef9689a062018-06-22 15:35:51111const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
112const char kAutomaticPasswordGenerationDescription[] =
113 "Allow Chrome to offer to generate passwords when it detects account "
114 "creation pages.";
115
dalykc936eb612019-08-14 11:46:47116const char kDnsOverHttpsName[] = "Secure DNS lookups";
117const char kDnsOverHttpsDescription[] =
118 "Enables DNS over HTTPS. When this feature is enabled, your browser may "
119 "try to use a secure HTTPS connection to look up the addresses of websites "
120 "and other web resources.";
121
Jinsuk Kim00e52be2019-03-21 02:26:40122const char kDrawVerticallyEdgeToEdgeName[] =
123 "Draw contents vertically from edge to edge.";
124const char kDrawVerticallyEdgeToEdgeDescription[] =
125 "Draw contents vertically from edge to edge.";
126
Anne Lim24031e9d2019-09-12 23:03:19127const char kAutofillAlwaysReturnCloudTokenizedCardName[] =
128 "Return cloud token details for server credit cards when possible";
129const char kAutofillAlwaysReturnCloudTokenizedCardDescription[] =
130 "When enabled and where available, forms filled using Google Payments "
131 "server cards are populated with cloud token details, including CPAN "
132 "(cloud tokenized version of the Primary Account Number) and dCVV (dynamic "
133 "CVV).";
134
sebsgca14b092018-12-07 16:56:15135extern const char kAutofillAlwaysShowServerCardsInSyncTransportName[] =
136 "AlwaysShowServerCardsInSyncTransport";
137extern const char kAutofillAlwaysShowServerCardsInSyncTransportDescription[] =
138 "Always show server cards when in sync transport mode for wallet data";
139
Hui(Andy) Wufbebf91d22019-02-01 01:23:54140extern const char kAutofillAssistantChromeEntryName[] =
141 "AutofillAssistantChromeEntry";
142extern const char kAutofillAssistantChromeEntryDescription[] =
143 "Initiate autofill assistant from within Chrome.";
144
Jordan Demeulenaere9404ba232019-07-01 12:57:16145extern const char kAutofillAssistantDirectActionsName[] =
146 "Autofill Assistant direct actions";
147extern const char kAutofillAssistantDirectActionsDescription[] =
148 "When enabled, expose direct actions from the Autofill Assistant.";
149
Roger McFarlane2eceba982018-05-18 01:37:11150const char kAutofillCacheQueryResponsesName[] =
151 "Cache Autofill Query Responses";
152const char kAutofillCacheQueryResponsesDescription[] =
153 "When enabled, autofill will cache the responses it receives from the "
154 "crowd-sourced field type prediction server.";
155
Jeffrey Cohen05cdafa392018-08-15 20:49:17156const char kAutofillEnableCompanyNameName[] =
157 "Enable Autofill Company Name field";
158const char kAutofillEnableCompanyNameDescription[] =
159 "When enabled, Company Name fields will be auto filled";
160
siyua9a66d1c2019-03-19 18:26:56161const char kAutofillEnableLocalCardMigrationForNonSyncUserName[] =
162 "Enable local card migration flow for non-syncing users";
163const char kAutofillEnableLocalCardMigrationForNonSyncUserDescription[] =
164 "When enabled, the local card migration flow will be enabled for users who "
165 "have signed in but not enabled Chrome Sync.";
166
siyua1d492612019-03-14 09:27:45167const char kAutofillEnableToolbarStatusChipName[] =
168 "Move Autofill omnibox icons next to the profile avatar icon";
169const char kAutofillEnableToolbarStatusChipDescription[] =
170 "When enabled, Autofill data related icon will be shown in the status "
171 "chip next to the profile avatar icon in the toolbar.";
sebsge35b762c2018-03-29 20:33:27172
Caitlin Fischer43edd90a2019-05-01 13:24:30173const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
174 "Autofill Enforce Min Required Fields For Heuristics";
175const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
176 "When enabled, autofill will generally require a form to have at least 3 "
177 "fields before allowing heuristic field-type prediction to occur.";
178
179const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
180 "Autofill Enforce Min Required Fields For Query";
181const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
182 "When enabled, autofill will generally require a form to have at least 3 "
183 "fields before querying the autofill server for field-type predictions.";
184
185const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
186 "Autofill Enforce Min Required Fields For Upload";
187const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
188 "When enabled, autofill will generally require a form to have at least 3 "
189 "fillable fields before uploading field-type votes for that form.";
190
Jared Saul63f598a12019-03-22 23:40:26191const char kAutofillNoLocalSaveOnUnmaskSuccessName[] =
192 "Remove the option to save local copies of unmasked server cards";
193const char kAutofillNoLocalSaveOnUnmaskSuccessDescription[] =
194 "When enabled, the server card unmask prompt will not include the checkbox "
195 "to also save the card locally on the current device upon success.";
196
Anne Lime625362e2018-08-29 03:13:25197const char kAutofillNoLocalSaveOnUploadSuccessName[] =
Jared Saul6f58ada2019-03-07 20:41:23198 "Disable saving local copy of uploaded card when credit card upload "
199 "succeeds";
Anne Lime625362e2018-08-29 03:13:25200const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
201 "When enabled, no local copy of server card will be saved when credit card "
202 "upload succeeds.";
203
Sebastien Lalancette1545950b2019-04-08 14:43:11204const char kAutofillOffNoServerDataName[] = "Autofill Off No Server Data";
205const char kAutofillOffNoServerDataDescription[] =
206 "Disables Autofill for fields with autocomplete off that have no "
207 "crowd-sourced evidence that Autofill would be helpful.";
208
Parastoo Geranmayeh0f5ebbc2019-01-21 21:01:09209const char kAutofillProfileClientValidationName[] =
210 "Autofill Validates Profiles By Client";
211const char kAutofillProfileClientValidationDescription[] =
212 "Allows autofill to validate profiles on the client side";
213
Parastoo Geranmayeh25fccec22019-01-29 18:38:13214const char kAutofillProfileServerValidationName[] =
215 "Autofill Uses Server Validation";
216const char kAutofillProfileServerValidationDescription[] =
217 "Allows autofill to use server side validation";
218
Caitlin Fischer6d609542019-05-01 21:59:21219const char kAutofillPruneSuggestionsName[] = "Autofill Prune Suggestions";
220const char kAutofillPruneSuggestionsDescription[] =
221 "Further limits the number of suggestions in the Autofill dropdown.";
222
Parastoo Geranmayeha1895c12019-04-25 16:43:38223const char kAutofillRejectCompanyBirthyearName[] =
224 "Autofill Rejects Invalid Company Names";
225const char kAutofillRejectCompanyBirthyearDescription[] =
226 "Autofill rejects using non-verified company names that are in the "
227 "format of a birthyear.";
228
Moe Ahmadid3ddfcb2018-04-20 19:51:08229const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
230 "Restrict formless form extraction";
231const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
232 "Restrict extraction of formless forms to checkout flows";
233
Roger McFarlanee193ab122018-11-22 20:55:07234const char kAutofillRichMetadataQueriesName[] =
235 "Autofill - Rich metadata queries (Canary/Dev only)";
236const char kAutofillRichMetadataQueriesDescription[] =
237 "Transmit rich form/field metadata when querying the autofill server. "
238 "This feature only works on the Canary and Dev channels.";
239
Christos Froussios13b412df2019-09-19 19:12:47240extern const char kAutofillSaveAndFillVPAName[] =
241 "Offer save and autofill of UPI/VPA values";
242extern const char kAutofillSaveAndFillVPADescription[] =
243 "If enabled, when autofill recognizes a UPI/VPA value in a payment form, "
244 "it will offer to save it. If saved, it will be offered for filling in "
245 "fields which expect a VPA.";
246
sebsg48d53acd92019-01-17 18:11:16247const char kAutofillSettingsSplitByCardTypeName[] =
248 "Autofill settings split by card type";
249const char kAutofillSettingsSplitByCardTypeDescription[] =
250 "When enabled, the cards in the payments settings will be split into two "
251 "lists based on where they are stored.";
252
Caitlin Fischer43edd90a2019-05-01 13:24:30253const char kAutofillUseImprovedLabelDisambiguationName[] =
254 "Autofill Uses Improved Label Disambiguation";
255const char kAutofillUseImprovedLabelDisambiguationDescription[] =
256 "When enabled, the Autofill dropdown's suggestions' labels are displayed "
257 "using the improved disambiguation format.";
258
Jia0175adae2019-05-15 00:21:25259const char kAutoScreenBrightnessName[] = "Auto Screen Brightness model";
260const char kAutoScreenBrightnessDescription[] =
261 "Uses Auto Screen Brightness model to adjust screen brightness based on "
262 "ambient light";
263
Alexander Timin6ae060b62019-09-17 11:21:37264const char kBackForwardCacheName[] = "Back-forward cache";
265const char kBackForwardCacheDescription[] =
266 "Enables back-forward cache. NOTE: this feature is highly experimental and "
267 "will lead to various breakages, up to and including user data loss. "
268 "Do not enable unless you work on this feature";
269
Brett Wilsonf27ff602017-07-07 22:28:47270const char kBrowserTaskSchedulerName[] = "Task Scheduler";
271const char kBrowserTaskSchedulerDescription[] =
272 "Enables redirection of some task posting APIs to the task scheduler.";
273
Carlos IL766fbc882018-02-16 02:34:52274const char kBundledConnectionHelpName[] = "Bundled Connection Help";
275const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37276 "Enables or disables redirection to local help content for users who get "
277 "an interstitial after clicking the 'Learn More' link on a previous "
278 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52279
Takashi Toyoshimaff977072019-08-16 10:34:13280const char kBundledHTTPExchangesName[] = "Bundled HTTP Exchanges";
281const char kBundledHTTPExchangesDescription[] =
282 "Enables experimental supports for Bundled HTTP Exchanges core navigation.";
283
Brett Wilsonf27ff602017-07-07 22:28:47284const char kBypassAppBannerEngagementChecksName[] =
285 "Bypass user engagement checks";
286const char kBypassAppBannerEngagementChecksDescription[] =
287 "Bypasses user engagement checks for displaying app banners, such as "
288 "requiring that users have visited the site before and that the banner "
289 "hasn't been shown recently. This allows developers to test that other "
290 "eligibility requirements for showing app banners, such as having a "
291 "manifest, are met.";
292
Evan Liu24f7902a2019-06-14 21:38:33293const char kCaptionSettingsName[] = "Caption Settings";
294const char kCaptionSettingsDescription[] =
295 "Enable the ability to customize captions.";
296
Nandhini11a6a87b2019-08-22 22:45:24297const char kContextMenuSearchWithGoogleLensName[] =
298 "Google Lens powered image search in the context menu.";
299const char kContextMenuSearchWithGoogleLensDescription[] =
300 "Replaces default image search with an intent to Google Lens when "
301 "supported.";
302
Amber Won478561d2017-08-19 01:02:59303const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
304const char kClickToOpenPDFDescription[] =
305 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
306 "embedded PDFs.";
307
rbpotter9990eb42018-07-12 05:34:59308const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
309const char kCloudPrinterHandlerDescription[] =
310 "Use the new cloud printer handler for communicating with the cloud "
311 "print server, instead of the cloud print interface in the Print "
312 "Preview WebUI.";
313
Sasha McIntoshe889f9f2019-09-03 21:01:57314const char kDecodeJpeg420ImagesToYUVName[] = "YUV decoding for JPEG";
315const char kDecodeJpeg420ImagesToYUVDescription[] =
316 "Decode and render 4:2:0 formatted jpeg images from YUV instead of RGB."
317 "This feature requires GPU or OOP rasterization to also be enabled.";
318
Madeleine Barowsky266406d92019-08-12 19:20:15319const char kDecodeLossyWebPImagesToYUVName[] = "YUV Decoding for WebP";
320const char kDecodeLossyWebPImagesToYUVDescription[] =
321 "Decode and render lossy WebP images from YUV instead of RGB. "
322 "You must also have GPU rasterization or OOP rasterization.";
323
Marc Treib7c27a502019-08-28 12:37:03324const char kEnablePasswordsAccountStorageName[] =
325 "Enable the account data storage for passwords";
326const char kEnablePasswordsAccountStorageDescription[] =
327 "Enables storing passwords in a second, Gaia-account-scoped storage for "
328 "signed-in but not syncing users";
329
Yining Wangdedf0762019-02-19 20:20:29330const char kFocusMode[] = "Focus Mode";
331const char kFocusModeDescription[] =
332 "If enabled, allows the user to switch to Focus Mode";
333
Dominik Röttschesb7d7ad02019-06-17 18:21:27334const char kFontSrcLocalMatchingName[] =
335 "Match @font-face { src: local(<name>) } names by PostScript and full font "
336 "name.";
337const char kFontSrcLocalMatchingDescription[] =
338 "Match local() src attributes in @font-face declarations precisely by "
339 "PostScript name and full font name instead of the previous behavior of "
340 "matching those unspecifically as family names.";
341
Christopher Cameronceb8727d2017-09-07 23:53:16342const char kForceColorProfileSRGB[] = "sRGB";
343const char kForceColorProfileP3[] = "Display P3 D65";
344const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
Sunny Sachanandani71e474a2019-06-11 02:32:03345const char kForceColorProfileSCRGBLinear[] =
346 "scRGB linear (HDR where available)";
347const char kForceColorProfileHDR10[] = "HDR10 (HDR where available)";
Christopher Cameronceb8727d2017-09-07 23:53:16348
349const char kForceColorProfileName[] = "Force color profile";
350const char kForceColorProfileDescription[] =
351 "Forces Chrome to use a specific color profile instead of the color "
352 "of the window's current monitor, as specified by the operating system.";
353
Brett Wilsonf27ff602017-07-07 22:28:47354const char kCompositedLayerBordersName[] = "Composited render layer borders";
355const char kCompositedLayerBordersDescription[] =
356 "Renders a border around composited Render Layers to help debug and study "
357 "layer compositing.";
358
Lily Chenb22952e2019-06-06 18:56:23359const char kCookieDeprecationMessagesName[] = "Cookie deprecation messages";
360const char kCookieDeprecationMessagesDescription[] =
361 "Show messages in the DevTools console about upcoming deprecations that "
362 "would affect sent/received cookies.";
363
364const char kCookiesWithoutSameSiteMustBeSecureName[] =
Lily Cheneb304c8f2019-04-25 23:37:45365 "Cookies without SameSite must be secure";
Lily Chenb22952e2019-06-06 18:56:23366const char kCookiesWithoutSameSiteMustBeSecureDescription[] =
Lily Cheneb304c8f2019-04-25 23:37:45367 "If enabled, cookies without SameSite restrictions must also be Secure. If "
368 "a cookie without SameSite restrictions is set without the Secure "
Lily Chend3bf638d2019-05-03 16:54:25369 "attribute, it will be rejected. This flag only has an effect if "
Lily Cheneb304c8f2019-04-25 23:37:45370 "\"SameSite by default cookies\" is also enabled.";
371
Keishi Hattori38d7bb62019-08-28 04:15:33372const char kCooperativeSchedulingName[] = "Cooperative Scheduling";
373const char kCooperativeSchedulingDescription[] =
374 "Enables cooperative scheduling in Blink.";
375
Brett Wilsonf27ff602017-07-07 22:28:47376const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
377const char kCreditCardAssistDescription[] =
378 "Enable assisted credit card filling on certain sites.";
379
Lijin Shen5feade62019-09-17 03:01:01380const char kDarkenWebsitesCheckboxInThemesSettingName[] =
381 "Darken websites checkbox in themes setting";
382const char kDarkenWebsitesCheckboxInThemesSettingDescription[] =
383 "Show a darken websites checkbox in themes settings when system default or "
384 "dark is selected. The checkbox can toggle the auto-darkening web contents "
385 "feature";
386
Thanh Le659cb102017-12-20 22:00:19387const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
388const char kDataSaverServerPreviewsDescription[] =
389 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47390
Brett Wilsonf27ff602017-07-07 22:28:47391const char kDebugPackedAppName[] = "Debugging for packed apps";
392const char kDebugPackedAppDescription[] =
393 "Enables debugging context menu options such as Inspect Element for packed "
394 "applications.";
395
Brett Wilsonf27ff602017-07-07 22:28:47396const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
397const char kDebugShortcutsDescription[] =
398 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
399
400const char kDeviceDiscoveryNotificationsName[] =
401 "Device Discovery Notifications";
402const char kDeviceDiscoveryNotificationsDescription[] =
403 "Device discovery notifications on local network.";
404
405const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
406const char kDevtoolsExperimentsDescription[] =
407 "Enables Developer Tools experiments. Use Settings panel in Developer "
408 "Tools to toggle individual experiments.";
409
410const char kDisableAudioForDesktopShareName[] =
411 "Disable Audio For Desktop Share";
412const char kDisableAudioForDesktopShareDescription[] =
413 "With this flag on, desktop share picker window will not let the user "
414 "choose whether to share audio.";
415
Yue Ru Suna50a80f2019-02-08 05:02:58416const char kDisableBestEffortTasksName[] = "Skip best effort tasks";
417const char kDisableBestEffortTasksDescription[] =
418 "With this flag on, tasks of the lowest priority will not be executed "
419 "until shutdown. The queue of low priority tasks can increase memory usage."
420 "Also, while it should be possible to use Chrome almost normally with this "
421 "flag, it is expected that some non-visible operations such as writing "
422 "user data to disk, cleaning caches, reporting metrics or updating "
423 "components won't be performed until shutdown.";
424
Arthur Sonzogni721f48e2018-10-31 17:10:02425const char kDisableIpcFloodingProtectionName[] =
426 "Disable IPC flooding protection";
427const char kDisableIpcFloodingProtectionDescription[] =
428 "Some javascript code can flood the inter process communication system. "
429 "This protection limits the rate (calls/seconds) at which theses function "
arthursonzogni443bd0ef2018-11-27 16:12:53430 "can be used. This flag disables the protection. This flag is deprecated "
431 "and will be removed in Chrome 76. Use the switch "
432 "--disable-ipc-flooding-protection instead.";
Arthur Sonzogni721f48e2018-10-31 17:10:02433
Chris Palmer917bc052018-03-14 19:28:31434const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
435const char kDisablePushStateThrottleDescription[] =
436 "Disables throttling of history.pushState and history.replaceState method "
arthursonzogni443bd0ef2018-11-27 16:12:53437 "calls. This flag is deprecated and will be removed in Chrome 76. Use the "
438 "switch --disable-ipc-flooding-protection instead.";
Chris Palmer917bc052018-03-14 19:28:31439
Brett Wilsonf27ff602017-07-07 22:28:47440const char kDisallowDocWrittenScriptsUiName[] =
441 "Block scripts loaded via document.write";
442const char kDisallowDocWrittenScriptsUiDescription[] =
443 "Disallows fetches for third-party parser-blocking scripts inserted into "
444 "the main frame via document.write.";
445
Christopher Thompson2ffffa2c2018-05-18 23:06:37446const char kDisallowUnsafeHttpDownloadsName[] =
447 "Block unsafe downloads over insecure connections";
448const char kDisallowUnsafeHttpDownloadsNameDescription[] =
449 "Disallows downloads of unsafe files (files that can potentially execute "
450 "code), where the final download origin or any origin in the redirect "
451 "chain is insecure.";
452
Min Qin3a3945262019-05-30 01:49:00453const char kDownloadResumptionWithoutStrongValidatorsName[] =
454 "Allow download resumption without strong validators";
455const char kDownloadResumptionWithoutStrongValidatorsDescription[] =
456 "Allows download to resume instead of restarting from the begining if "
457 "strong validators are not present.";
458
Dominic Mazzoniaa4b97d2019-04-03 22:43:48459const char kEnableAccessibilityImageDescriptionsName[] =
460 "Accessibility Image Descriptions";
461const char kEnableAccessibilityImageDescriptionsDescription[] =
462 "Enables screen reader users to request computer-generated descriptions "
463 "of unlabeled images using the page context menu.";
464
Dominic Mazzoni8ac98962018-05-25 05:44:55465const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
466const char kEnableAccessibilityObjectModelDescription[] =
467 "Enables experimental support for Accessibility Object Model APIs "
468 "that are in development.";
469
Ramin Halavati8aad5b22019-07-22 12:52:21470const char kEnableAmbientAuthenticationInIncognitoName[] =
471 "Enable Ambient Authentication in Incognito mode";
472const char kEnableAmbientAuthenticationInIncognitoDescription[] =
473 "Enables ambient authentication in Incognito mode. This flag may be "
474 "overriden by policies.";
475
476const char kEnableAmbientAuthenticationInGuestSessionName[] =
477 "Enable Ambient Authentication in Guest session.";
478const char kEnableAmbientAuthenticationInGuestSessionDescription[] =
479 "Enables ambient authentication in Guest session. This flag may be "
480 "overriden by policies.";
481
Becca Hughesac86cd442019-01-09 23:49:54482const char kEnableAudioFocusEnforcementName[] = "Audio Focus Enforcement";
483const char kEnableAudioFocusEnforcementDescription[] =
484 "Enables enforcement of a single media session having audio focus at "
485 "any one time. Requires #enable-media-session-service to be enabled too.";
486
Sebastien Lalancette5daaf4a2019-01-11 22:09:25487const char kEnableAutocompleteDataRetentionPolicyName[] =
488 "Enable automatic cleanup of expired Autocomplete entries.";
489const char kEnableAutocompleteDataRetentionPolicyDescription[] =
490 "If enabled, will clean-up Autocomplete entries whose last use date is "
491 "older than the current retention policy. These entries will be "
492 "permanently deleted from the client on startup, and will be unlinked "
493 "from sync.";
494
Florian Uunk8c428ea2018-07-18 11:12:52495const char kEnableAutofillAccountWalletStorageName[] =
496 "Enable the account data storage for autofill";
497const char kEnableAutofillAccountWalletStorageDescription[] =
498 "Enable the ephemeral storage for account data for autofill.";
499
Shanfeng Zhang19c16562017-10-17 02:30:40500const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
501 "Credit card autofill ablation experiment.";
502const char kEnableAutofillCreditCardAblationExperimentDescription[] =
503 "If enabled, credit card autofill suggestions will not display.";
504
Manas Verma7e5b391b2019-04-09 02:08:53505const char kEnableAutofillCreditCardAuthenticationName[] =
506 "Allow using platform authenticators to retrieve server cards";
507const char kEnableAutofillCreditCardAuthenticationDescription[] =
508 "When enabled, users will be given the option to use a platform "
509 "authenticator (if available) to verify card ownership when retrieving "
510 "credit cards from Google Payments.";
511
Brett Wilsonf27ff602017-07-07 22:28:47512const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
513 "Display the last used date of a credit card in autofill.";
514const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
515 "If enabled, display the last used date of a credit card in autofill.";
516
Jared Saulbc672a072018-06-16 05:22:12517const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
518 "Make cardholder name editable in dialog during credit card upload";
519const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
520 "If enabled, in certain situations when offering credit card upload to "
521 "Google Payments, the cardholder name can be edited within the "
522 "offer-to-save dialog, which is prefilled with the name from the signed-in "
523 "Google Account.";
524
Hao Zhang1be9c262018-11-03 00:23:51525const char kEnableAutofillCreditCardUploadEditableExpirationDateName[] =
526 "Make expiration date editable in dialog during credit card upload";
527const char kEnableAutofillCreditCardUploadEditableExpirationDateDescription[] =
528 "If enabled, if a credit card's expiration date was not detected when "
529 "offering card upload to Google Payments, the offer-to-save dialog "
530 "displays an expiration date selector.";
531
siyua29899832019-06-07 19:42:12532const char kEnableAutofillCreditCardUploadFeedbackName[] =
533 "Enable feedback for credit card upload flow";
534const char kEnableAutofillCreditCardUploadFeedbackDescription[] =
535 "When enabled, if credit card upload succeeds, the avatar button will "
536 "show a highlight, otherwise the icon will be updated and if it is "
537 "clicked, the save card failure bubble will be shown.";
538
Sujie Zhu74dd439e2019-04-27 03:23:39539const char kEnableAutofillDoNotMigrateUnsupportedLocalCardsName[] =
540 "Prevents local card migration on local cards from unsupported networks";
541const char kEnableAutofillDoNotMigrateUnsupportedLocalCardsDescription[] =
542 "If enabled, local cards from unsupported networks will not be offered "
543 "local card migration.";
544
Anne Lim30351782019-03-01 01:57:16545const char kEnableAutofillLocalCardMigrationUsesStrikeSystemV2Name[] =
546 "Enable limit on offering to migrate local cards repeatedly using the "
547 "updated strike system implementation";
548const char kEnableAutofillLocalCardMigrationUsesStrikeSystemV2Description[] =
549 "If enabled, uses the updated strike system implementation to prevent "
550 "offering prompts for local card migration if it has repeatedly been "
551 "ignored, declined, or failed.";
552
tmartinocd414732018-02-12 19:01:01553const char kEnableAutofillNativeDropdownViewsName[] =
554 "Display Autofill Dropdown Using Views";
555const char kEnableAutofillNativeDropdownViewsDescription[] =
556 "If enabled, the Autofill Dropdown will be built natively using Views, "
557 "rather than painted directly to a canvas.";
558
siashah1ddbd592019-07-11 00:17:16559const char kEnableAutofillSaveCardShowNoThanksName[] =
560 "Show explicit decline option in credit card save prompts";
561const char kEnableAutofillSaveCardShowNoThanksDescription[] =
562 "If enabled, adds a [No thanks] button to credit card save prompts.";
563
siyuaa92bc942019-05-24 20:57:33564const char kEnableAutofillSaveCreditCardUsesImprovedMessagingName[] =
565 "Enable new title and button label for credit card upload bubble";
566const char kEnableAutofillSaveCreditCardUsesImprovedMessagingDescription[] =
567 "If enabled, four variations of new messaging will be used in credit card "
568 "upload bubble.";
569
siyuad573455f2019-08-06 22:39:26570const char kEnableAutofillUpdatedCardUnmaskPromptUiName[] =
571 "Enable new card unmask prompt UI";
572const char kEnableAutofillUpdatedCardUnmaskPromptUiDescription[] =
573 "If enabled, shows the updated card unmask prompt when performing CVC "
574 "verification.";
575
Doug Arnett32e3e012019-07-11 16:45:17576const char kEnableDeferAllScriptName[] = "DeferAllScript previews";
577const char kEnableDeferAllScriptDescription[] =
578 "Enable deferring synchronous script on slow pages.";
579
Tarun Bansalfb3069d32019-07-19 03:28:04580const char kEnableDeferAllScriptWithoutOptimizationHintsName[] =
581 "Skip checking optimization hints for Defer Script previews";
582const char kEnableDeferAllScriptWithoutOptimizationHintsDescription[] =
583 "Skips checking optimization hints for Defer Script previews and assumes "
584 "that the ECT trigger threshold is set to 4G (which is otherwise provided "
585 "by the optimization hints). Rest of the checks are still executed.";
586
Tarun Bansal56c92932019-04-01 17:58:36587const char kEnableSaveDataName[] = "Enables save data feature";
588const char kEnableSaveDataDescription[] =
589 "Enables save data feature. May cause user's traffic to be proxied via "
590 "Google's data reduction proxy.";
591
Doug Arnett08b4067b2017-10-12 20:14:44592const char kEnableNoScriptPreviewsName[] = "NoScript previews";
593
594const char kEnableNoScriptPreviewsDescription[] =
595 "Enable disabling JavaScript on some pages on slow networks.";
596
Jenny Blessing45326bf2019-08-29 23:50:37597const char kEnableRemovingAllThirdPartyCookiesName[] =
598 "Enable removing SameSite=None cookies";
599const char kEnableRemovingAllThirdPartyCookiesDescription[] =
600 "Enables UI on chrome://settings/siteData to remove all third-party "
601 "cookies and site data.";
602
Thanh Le2c279fbc2017-11-21 01:25:40603const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
604const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
605const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
606const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
607const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
608const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
609const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
610const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
611const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
612const char kDataReductionProxyServerAlternative10[] =
613 "Use alt. server config 10";
rajendrantcfa60ba2018-10-30 09:16:54614const char kEnableDataReductionProxyNetworkServiceName[] =
615 "Data reduction proxy with network service";
616const char kEnableDataReductionProxyNetworkServiceDescription[] =
617 "Enable data reduction proxy when network service is enabled";
Brett Wilsonf27ff602017-07-07 22:28:47618const char kEnableDataReductionProxyServerExperimentName[] =
619 "Use an alternative Data Saver back end configuration.";
620const char kEnableDataReductionProxyServerExperimentDescription[] =
621 "Enable a different approach to saving data by configuring the back end "
622 "server";
623
Matt Giucad4870432017-11-24 01:04:38624const char kEnableDesktopPWAsName[] = "Desktop PWAs";
625const char kEnableDesktopPWAsDescription[] =
626 "Experimental windowing and install banner treatment for Progressive Web "
627 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17628
Alan Cuttere50ce412019-07-12 05:26:08629extern const char kDesktopPWAsLocalUpdatingName[] =
630 "Desktop PWAs local updating";
631extern const char kDesktopPWAsLocalUpdatingDescription[] =
632 "Enable installed PWAs to update their app manifest data when the site "
633 "manifest data has changed.";
634
Alan Cutter1816c9d2019-02-11 02:20:07635const char kDesktopPWAsOmniboxInstallName[] =
636 "Desktop PWAs installable from the omnibox";
637const char kDesktopPWAsOmniboxInstallDescription[] =
638 "When on a site that passes PWA installation requirements show a button in "
639 "the omnibox for installing it.";
640
Christopher Lame66b7812018-09-26 01:49:24641const char kEnableSystemWebAppsName[] = "System Web Apps";
642const char kEnableSystemWebAppsDescription[] =
643 "Experimental system for using the Desktop PWA framework for running System"
644 "Apps (e.g Settings, Discover).";
645
David Benjamin570460e2018-10-16 06:01:29646const char kEnforceTLS13DowngradeName[] = "TLS 1.3 downgrade hardening";
647const char kEnforceTLS13DowngradeDescription[] =
648 "This option enables the TLS 1.3 downgrade hardening mechanism. This "
649 "hardens TLS 1.3 connections while remaining compatible with TLS 1.0 "
650 "through 1.2 connections. Firewalls and proxies that do not function when "
651 "this is enabled do not implement TLS 1.0 through 1.2 correctly or "
652 "securely. They must be fixed by vendors.";
653
Steven Valdez89a44ea92019-05-01 15:18:49654const char kEnableTLS13EarlyDataName[] = "TLS 1.3 Early Data";
655const char kEnableTLS13EarlyDataDescription[] =
656 "This option enables TLS 1.3 Early Data, allowing GET requests to be sent "
657 "during the handshake when resuming a connection to a compatible TLS 1.3 "
658 "server.";
659
Wenjie Shid38245192019-07-11 16:20:50660const char kWinrtSensorsImplementationName[] = "WinRT Sensor Implementation";
661const char kWinrtSensorsImplementationDescription[] =
662 "Enables usage of the Windows.Devices.Sensors WinRT APIs on Windows for "
663 "sensors";
664
Mikhail Pozdnyakov73373a62017-08-24 17:31:25665const char kEnableGenericSensorExtraClassesName[] =
666 "Generic Sensor Extra Classes";
667const char kEnableGenericSensorExtraClassesDescription[] =
668 "Enables an extra set of sensor classes based on Generic Sensor API, which "
669 "expose previously unavailable platform features, i.e. AmbientLightSensor "
670 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47671
Vikas Soni78daa632019-01-12 01:32:52672const char kEnableGpuServiceLoggingName[] = "Enable gpu service logging";
673const char kEnableGpuServiceLoggingDescription[] =
674 "Enable printing the actual GL driver calls.";
675
Victor Hugo Vianna Silva8cc3ddf2019-05-22 15:47:35676const char kEnableHistoryFaviconsGoogleServerQueryName[] =
677 "Enable History Favicons Google Server Query";
678const char kEnableHistoryFaviconsGoogleServerQueryDescription[] =
679 "Allow retrieving favicons of non-local entries in the history WebUIs and "
680 "the recent tabs menu using a Google server instead of Sync.";
681
David Bokan911bded2018-11-27 23:23:32682const char kEnableImplicitRootScrollerName[] = "Implicit Root Scroller";
683const char kEnableImplicitRootScrollerDescription[] =
684 "Enables implicitly choosing which scroller on a page is the 'root "
685 "scroller'. i.e. The one that gets special features like URL bar movement, "
686 "overscroll glow, rotation anchoring, etc.";
687
Robert Ogdence8c9572018-10-08 23:08:48688const char kEnableLitePageServerPreviewsName[] = "Lite Page Server Previews";
689const char kEnableLitePageServerPreviewsDescription[] =
Doug Arnett9c1f87562018-12-14 00:56:39690 "Enable showing Lite Page Previews served from a Previews Server."
691 "This feature will cause Chrome to redirect eligible navigations "
Robert Ogdence8c9572018-10-08 23:08:48692 "to a Google-owned domain that serves a pre-rendered version of the "
Doug Arnett9c1f87562018-12-14 00:56:39693 "original page. Also known as Lite Page Redirect Previews.";
Robert Ogdence8c9572018-10-08 23:08:48694
Ryan Sturm5e4d4422019-02-28 01:32:29695const char kEnableURLLoaderLitePageServerPreviewsName[] =
696 "Lite Page Server Previews using URL Loader";
697const char kEnableURLLoaderLitePageServerPreviewsDescription[] =
698 "Enable using a network service URL Loader for Lite Page Server Previews. "
699 "This requires enable-lite-page-server-previews to be enabled along with "
700 "network-service.";
701
Robert Ogdene976feb2019-09-03 22:20:29702const char kEnablePreviewsCoinFlipName[] = "Enable Previews Coin Flip";
703const char kEnablePreviewsCoinFlipDescription[] =
704 "Enable coin flip experimentation of Previews.";
705
Hiroshige Hayashizaki3ee116af2019-03-05 10:11:22706const char kBuiltInModuleAllName[] = "All experimental built-in modules";
707const char kBuiltInModuleAllDescription[] =
708 "Enable all experimental built-in modules, as well as built-in module "
709 "infrastructure and import maps. The syntax and the APIs exposed are "
710 "experimental and will change over time.";
711
712const char kBuiltInModuleInfraName[] = "Built-in module infra and import maps";
713const char kBuiltInModuleInfraDescription[] =
714 "Enable built-in module infrastructure and import maps. Individual "
715 "built-in modules should be enabled by other flags. The syntax and the "
716 "APIs exposed are experimental and will change over time.";
717
718const char kBuiltInModuleKvStorageName[] = "kv-storage built-in module";
719const char kBuiltInModuleKvStorageDescription[] =
720 "Enable kv-storage built-in module, as well as built-in module "
721 "infrastructure and import maps. The syntax and the APIs exposed are "
722 "experimental and will change over time.";
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41723
Charlene Yane75ce252019-05-22 17:56:32724const char kDownloadAutoResumptionNativeName[] =
725 "Enable download auto-resumption in native";
726const char kDownloadAutoResumptionNativeDescription[] =
727 "Enables download auto-resumption in native";
728
Mason Freedc166cf12019-06-14 19:04:26729const char kEnableCSSBackdropFilterName[] = "Enable backdrop-filter";
730const char kEnableCSSBackdropFilterDescription[] =
731 "Enable a new CSS property called backdrop-filter.";
732
Vladimir Levin43758ecc2019-05-09 18:04:03733const char kEnableDisplayLockingName[] = "Enable Display Locking";
734const char kEnableDisplayLockingDescription[] =
735 "Enable Display Locking JavaScript API. The syntax and the APIs exposed "
736 "are experimental and may change.";
737
Ian Kilpatricke68ef11a2018-07-04 03:52:10738const char kEnableLayoutNGName[] = "Enable LayoutNG";
739const char kEnableLayoutNGDescription[] =
740 "Enable Blink's next generation layout engine.";
741
Scott Littled0fd2d002018-04-13 03:37:26742const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
743const char kEnableLazyFrameLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39744 "Defers the loading of iframes marked with the attribute 'loading=lazy' "
745 "until the page is scrolled down near them.";
Scott Littled0fd2d002018-04-13 03:37:26746
rajendrant793ff512018-08-10 17:07:59747const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
748const char kEnableLazyImageLoadingDescription[] =
Scott Littledf79081b2019-05-29 23:03:39749 "Defers the loading of images marked with the attribute 'loading=lazy' "
750 "until the page is scrolled down near them.";
rajendrant793ff512018-08-10 17:07:59751
Sidney San Martín9375b892017-09-09 00:29:54752const char kEnableMacMaterialDesignDownloadShelfName[] =
753 "Enable Material Design download shelf";
754
755const char kEnableMacMaterialDesignDownloadShelfDescription[] =
756 "If enabled, the download shelf uses Material Design.";
757
Becca Hughesac86cd442019-01-09 23:49:54758const char kEnableMediaSessionServiceName[] = "Media Session Service";
759const char kEnableMediaSessionServiceDescription[] =
760 "Enables the media session mojo service and internal media session "
761 "support.";
762
Brett Wilsonf27ff602017-07-07 22:28:47763const char kEnableNavigationTracingName[] = "Enable navigation tracing";
764const char kEnableNavigationTracingDescription[] =
765 "This is to be used in conjunction with the trace-upload-url flag. "
766 "WARNING: When enabled, Chrome will record performance data for every "
767 "navigation and upload it to the URL specified by the trace-upload-url "
768 "flag. The trace may include personally identifiable information (PII) "
769 "such as the titles and URLs of websites you visit.";
770
Bernhard Bauer5533f9912017-11-06 17:56:02771const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
772const char kEnableNetworkLoggingToFileDescription[] =
773 "Enables network logging to a file named netlog.json in the user data "
774 "directory. The file can be imported into chrome://net-internals.";
775
John Abd-El-Malek8067cc02017-12-04 23:23:20776const char kEnableNetworkServiceInProcessName[] =
777 "Runs network service in-process";
778const char kEnableNetworkServiceInProcessDescription[] =
779 "Runs the network service in the browser process.";
780
Shakti Sahu5a046f62019-03-12 19:25:34781const char kEnableNewDownloadBackendName[] = "Enable new download backend";
782const char kEnableNewDownloadBackendDescription[] =
783 "Enables the new download backend that uses offline content provider";
784
Lucas Furukawa Gadani9f57e192019-04-05 14:56:10785const char kEnablePortalsName[] = "Enable Portals.";
786const char kEnablePortalsDescription[] =
787 "Portals are an experimental web platform feature that allows embedding"
788 " and seamless transitions between pages."
789 " See https://github.com/WICG/portals and https://wicg.github.io/portals/";
790
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28791const char kEnableNotificationScrollBarName[] =
792 "Enable notification list scroll bar";
793const char kEnableNotificationScrollBarDescription[] =
794 "Enable the scroll bar of the notification list in Unified System Tray.";
795
Mitsuru Otsukae8304de2018-10-29 02:14:36796const char kEnableNotificationExpansionAnimationName[] =
797 "Enable notification expansion animations";
798const char kEnableNotificationExpansionAnimationDescription[] =
799 "Enable notification animations whenever the expansion state is toggled.";
800
Takashi Toyoshima2e01e692018-11-16 03:23:27801const char kEnableOutOfBlinkCorsName[] = "Out of blink CORS";
802const char kEnableOutOfBlinkCorsDescription[] =
Yutaka Hirano98be3272017-08-07 17:55:39803 "CORS handling logic is moved out of blink.";
804
Yutaka Hirano4903cf92019-07-17 04:30:31805const char kCrossOriginEmbedderPolicyName[] = "Cross Origin Embedder Policy";
806const char kCrossOriginEmbedderPolicyDescription[] =
807 "Enable Cross Origin Embedder Policy (https://mikewest.github.io/corpp/).";
808
Yutaka Hiranoaa0e62e2019-09-05 11:01:04809const char kDisableKeepaliveFetchName[] = "Disable fetch with keepalive set";
810const char kDisableKeepaliveFetchDescription[] =
811 "Disable fetch with keepalive set "
812 "(https://fetch.spec.whatwg.org/#request-keepalive-flag).";
813
Chris Halle952239e2018-11-06 06:49:52814const char kExperimentalAccessibilityFeaturesName[] =
815 "Experimental accessibility features";
816const char kExperimentalAccessibilityFeaturesDescription[] =
817 "Enable additional accessibility features in the Settings page.";
818
Katie D652135c2018-11-27 18:30:13819const char kExperimentalAccessibilityAutoclickName[] =
820 "Experimental automatic click features";
821const char kExperimentalAccessibilityAutoclickDescription[] =
822 "Enable additional features for automatic clicks.";
823
Chris Hall4a4225f62019-01-18 03:07:16824const char kExperimentalAccessibilityLanguageDetectionName[] =
825 "Experimental accessibility language detection";
826const char kExperimentalAccessibilityLanguageDetectionDescription[] =
827 "Enable language detection for in-page content which is then exposed to "
828 "accessiblity technologies such as screen readers.";
829
kylechar7051c092018-02-05 20:31:39830const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
831const char kVizDisplayCompositorDescription[] =
832 "If enabled, the display compositor runs as part of the viz service in the"
833 "GPU process.";
834
kylechar33079262019-07-05 02:51:04835const char kVizHitTestName[] = "Viz Hit-test SurfaceLayer";
Xianda Sunfa2a35922019-04-15 19:01:28836const char kVizHitTestDescription[] =
kylechar33079262019-07-05 02:51:04837 "If enabled, event targeting uses hit-test data computed from the "
838 "SurfaceLayer.";
Ria Jiang6a129b982018-03-01 18:30:40839
Rahul Arakeri61a2ad272019-03-19 22:55:08840const char kCompositorThreadedScrollbarScrollingName[] =
Rahul Arakeriac87fb12019-05-14 00:07:22841 "Compositor threaded scrollbar scrolling";
Rahul Arakeri61a2ad272019-03-19 22:55:08842const char kCompositorThreadedScrollbarScrollingDescription[] =
843 "Enables pointer-based scrollbar scrolling on the compositor thread "
844 "instead of the main thread";
845
Alexei Filippov522a5222019-03-29 03:33:18846const char kMemlogName[] = "Chrome heap profiler start mode.";
847const char kMemlogDescription[] =
848 "Starts heap profiling service that records sampled memory allocation "
849 "profile having each sample attributed with a callstack. "
850 "The sampling resolution is controlled with --memlog-sampling-rate flag. "
851 "Recorded heap dumps can be obtained at chrome://tracing "
852 "[category:memory-infra] and chrome://memory-internals. This setting "
853 "controls which processes will be profiled since their start. To profile "
854 "any given process at a later time use chrome://memory-internals page.";
855const char kMemlogModeMinimal[] = "Browser and GPU";
856const char kMemlogModeAll[] = "All processes";
857const char kMemlogModeAllRenderers[] = "All renderers";
858const char kMemlogModeRendererSampling[] = "Single renderer";
859const char kMemlogModeBrowser[] = "Browser only";
860const char kMemlogModeGpu[] = "GPU only";
Alexei Filippov2e8bfee2019-03-07 21:51:27861
Alexei Filippov522a5222019-03-29 03:33:18862const char kMemlogSamplingRateName[] =
863 "Heap profiling sampling interval (in bytes).";
864const char kMemlogSamplingRateDescription[] =
865 "Heap profiling service uses Poisson process to sample allocations. "
866 "Default value for the interval between samples is 100000 (100KB). "
867 "This results in low noise for large and/or frequent allocations "
Alexei Filippov2e8bfee2019-03-07 21:51:27868 "[size * frequency >> 100KB]. This means that aggregate numbers [e.g. "
erikchen99bfce02018-02-14 20:29:22869 "total size of malloc-ed objects] and large and/or frequent allocations "
Alexei Filippov522a5222019-03-29 03:33:18870 "can be trusted with high fidelity. "
871 "Lower intervals produce higher samples resolution, but come at a cost of "
872 "higher performance overhead.";
873const char kMemlogSamplingRate10KB[] = "10KB";
874const char kMemlogSamplingRate50KB[] = "50KB";
875const char kMemlogSamplingRate100KB[] = "100KB";
876const char kMemlogSamplingRate500KB[] = "500KB";
877const char kMemlogSamplingRate1MB[] = "1MB";
878const char kMemlogSamplingRate5MB[] = "5MB";
erikchen8bc20d82018-02-14 03:21:51879
Alexei Filippov522a5222019-03-29 03:33:18880const char kMemlogStackModeName[] = "Heap profiling stack traces type.";
881const char kMemlogStackModeDescription[] =
882 "By default heap profiling service records native stacks. "
883 "A post-processing step is required to symbolize the stacks. "
884 "'Native with thread names' adds the thread name as the first frame of "
885 "each native stack. It's also possible to record a pseudo stack using "
886 "trace events as identifiers. It's also possible to do a mix of both.";
887const char kMemlogStackModeMixed[] = "Mixed";
888const char kMemlogStackModeNative[] = "Native";
889const char kMemlogStackModeNativeWithThreadNames[] = "Native with thread names";
890const char kMemlogStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05891
F#m59d036e2017-09-13 07:22:17892const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
893const char kEnablePixelCanvasRecordingDescription[] =
894 "Pixel canvas recording allows the compositor to raster contents aligned "
895 "with the pixel and improves text rendering. This should be enabled when a "
896 "device is using fractional scale factor.";
897
Ella Gebee81c92018-08-14 15:51:09898const char kEnableResamplingInputEventsName[] =
899 "Enable resampling input events";
900const char kEnableResamplingInputEventsDescription[] =
901 "Predicts mouse and touch inputs position at rAF time based on previous "
902 "input";
903const char kEnableResamplingScrollEventsName[] =
904 "Enable resampling scroll events";
905const char kEnableResamplingScrollEventsDescription[] =
906 "Predicts the scroll amount at vsync time based on previous input";
907
Doug Arnettaa0bf202018-08-27 19:42:11908const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
909const char kEnableResourceLoadingHintsDescription[] =
910 "Enable using server-provided resource loading hints to provide a preview "
911 "over slow network connections.";
912
Mohamed Amir Yosef0178fa892018-07-23 17:43:52913const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
914const char kEnableSyncUSSBookmarksDescription[] =
915 "Enables the new, experimental implementation of bookmark sync";
916
Maksim Moskvitin35b09c1bf2019-06-28 17:29:48917const char kEnableSyncUSSNigoriName[] = "Enable USS for sync encryption keys";
918const char kEnableSyncUSSNigoriDescription[] =
919 "Enables the new, experimental implementation of sync encryption keys";
920
Mohamed Amir Yosef3074dfc2019-02-06 18:34:43921const char kEnableSyncUSSPasswordsName[] = "Enable USS for passwords sync";
922const char kEnableSyncUSSPasswordsDescription[] =
923 "Enables the new, experimental implementation of passwords sync";
924
Mikel Astiz38837f82018-04-24 22:23:23925const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
926const char kEnableSyncUSSSessionsDescription[] =
927 "Enables the new, experimental implementation of session sync (aka tab "
928 "sync).";
929
David Bokane9370c22019-02-14 15:19:58930const char kEnableTextFragmentAnchorName[] = "Enable Text Fragment Anchor.";
931const char kEnableTextFragmentAnchorDescription[] =
932 "Enables scrolling to text specified in URL's fragment.";
933
Brett Wilsonf27ff602017-07-07 22:28:47934const char kEnableUseZoomForDsfName[] =
935 "Use Blink's zoom for device scale factor.";
936const char kEnableUseZoomForDsfDescription[] =
937 "If enabled, Blink uses its zooming mechanism to scale content for device "
938 "scale factor.";
939const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
940const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
941const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
942
Patrick Noland8ee016e2018-01-24 11:44:53943const char kEnableScrollAnchorSerializationName[] =
944 "Scroll Anchor Serialization";
945const char kEnableScrollAnchorSerializationDescription[] =
946 "Save the scroll anchor and use it to restore the scroll position when "
947 "navigating.";
948
Brad Nelson5cd500e2018-01-04 00:50:19949const char kEnableSharedArrayBufferName[] =
950 "Experimental enabled SharedArrayBuffer support in JavaScript.";
951const char kEnableSharedArrayBufferDescription[] =
952 "Enable SharedArrayBuffer support in JavaScript.";
953
Sean Harrison9dc405a52019-08-27 18:23:10954const char kEnableSubresourceRedirectName[] =
955 "Enable Render Level Data Use Optimization";
956const char kEnableSubresourceRedirectDescription[] =
957 "Allow Render Level Data Use Optimization";
958
Brett Wilsonf27ff602017-07-07 22:28:47959const char kEnableWasmName[] = "WebAssembly structured cloning support.";
960const char kEnableWasmDescription[] =
961 "Enable web pages to use WebAssembly structured cloning.";
962
Lei Zhang0ca70ea2018-09-07 17:51:01963const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47964 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01965const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47966 "Enable the cloud-assisted pairingless BLE protocol for use with "
967 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54968
Andreas Haasb400d912019-08-28 18:54:10969const char kExperimentalWebAssemblyFeaturesName[] = "Experimental WebAssembly";
970const char kExperimentalWebAssemblyFeaturesDescription[] =
971 "Enable web pages to use experimental WebAssembly features.";
972
Clemens Hammacher0c8a15a2018-04-27 13:45:32973const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
974const char kEnableWasmBaselineDescription[] =
975 "Enables WebAssembly baseline compilation and tier up.";
976
Bill Budged0dace172019-02-10 00:46:21977const char kEnableWasmCodeCacheName[] = "WebAssembly compiled module cache";
978const char kEnableWasmCodeCacheDescription[] =
979 "Enables caching of compiled WebAssembly modules.";
980
Clemens Hammacher082fa572019-04-25 08:22:29981const char kEnableWasmCodeGCName[] = "WebAssembly code garbage collection";
982const char kEnableWasmCodeGCDescription[] =
983 "Enables garbage collection of WebAssembly code.";
984
Deepti Gandluri11734cc42019-05-02 18:00:20985const char kEnableWasmSimdName[] = "WebAssembly SIMD support.";
986const char kEnableWasmSimdDescription[] =
987 "Enables support for the WebAssembly SIMD proposal.";
988
Andreas Haasb400d912019-08-28 18:54:10989const char kEnableWasmThreadsName[] = "WebAssembly threads support";
Ben Smith24c1e5c2018-06-20 01:09:02990const char kEnableWasmThreadsDescription[] =
991 "Enables support for the WebAssembly Threads proposal. Implies "
992 "#shared-array-buffer and #enable-webassembly.";
993
Christopher Thompsonf3ba20122019-06-06 22:01:01994const char kEvDetailsInPageInfoName[] = "EV certificate details in Page Info.";
995const char kEvDetailsInPageInfoDescription[] =
996 "Shows the EV certificate details in the Page Info bubble.";
997
Brett Wilsonf27ff602017-07-07 22:28:47998const char kExpensiveBackgroundTimerThrottlingName[] =
999 "Throttle expensive background timers";
1000const char kExpensiveBackgroundTimerThrottlingDescription[] =
1001 "Enables intervention to limit CPU usage of background timers to 1%.";
1002
Brett Wilsonf27ff602017-07-07 22:28:471003const 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
Peter Boströma445353a2019-03-21 02:58:151047const char kExtensionsToolbarMenuName[] = "Extensions Toolbar Menu";
1048const char kExtensionsToolbarMenuDescription[] =
1049 "Enable a separate toolbar button and menu for extensions";
1050
Brett Wilsonf27ff602017-07-07 22:28:471051const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
1052const char kExtensionsOnChromeUrlsDescription[] =
1053 "Enables running extensions on chrome:// URLs, where extensions explicitly "
1054 "request this permission.";
galinapae72e152017-05-12 13:12:281055
Brett Wilsonecb80982017-07-12 20:34:511056const char kFeaturePolicyName[] = "Feature Policy";
1057const char kFeaturePolicyDescription[] =
1058 "Enables granting and removing access to features through the "
1059 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:341060
Axel Antoine12df71182019-07-25 18:11:211061const char kFilteringScrollPredictionName[] = "Filtering scroll prediction";
1062const char kFilteringScrollPredictionDescription[] =
1063 "Enable filtering of predicted scroll events";
1064
David Bokan432978d2019-08-15 18:18:521065const char kFractionalScrollOffsetsName[] = "Fractional Scroll Offsets";
1066const char kFractionalScrollOffsetsDescription[] =
1067 "Enables fractional scroll offsets inside Blink, exposing non-integer "
1068 "offsets to web APIs.";
1069
Brett Wilsonecb80982017-07-12 20:34:511070const char kForceEffectiveConnectionTypeName[] =
1071 "Override effective connection type";
1072const char kForceEffectiveConnectionTypeDescription[] =
1073 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:301074 "returned by the network quality estimator. Slow 2G on Cellular returns "
1075 "Slow 2G when connected to a cellular network, and the actual estimate "
1076 "effective connection type when not on a cellular network. Previews are "
1077 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:511078const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
1079const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
1080const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:301081const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
1082 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:511083const char kEffectiveConnectionType2GDescription[] = "2G";
1084const char kEffectiveConnectionType3GDescription[] = "3G";
1085const char kEffectiveConnectionType4GDescription[] = "4G";
1086
Jay Harris583f48922019-05-06 05:55:241087const char kFileHandlingAPIName[] = "File Handling API";
1088const char kFileHandlingAPIDescription[] =
1089 "Enables the file handling API, allowing websites to register as file "
1090 "handlers. This depends on native-file-system";
1091
Brett Wilsonecb80982017-07-12 20:34:511092const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
1093const char kFillOnAccountSelectDescription[] =
1094 "Filling of passwords when an account is explicitly selected by the user "
1095 "rather than autofilling credentials on page load.";
1096
jdoerrie11c5f4f2019-02-04 18:29:181097const char kFillOnAccountSelectHttpName[] =
1098 "Fill passwords on account selection on HTTP origins";
1099const char kFillOnAccountSelectHttpDescription[] =
1100 "Filling of passwords when an account is explicitly selected by the user "
1101 "rather than autofilling credentials on page load on HTTP origins.";
1102
Brett Wilsonecb80982017-07-12 20:34:511103const char kForceTextDirectionName[] = "Force text direction";
1104const char kForceTextDirectionDescription[] =
1105 "Explicitly force the per-character directionality of UI text to "
1106 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
1107 "direction of the character language.";
1108const char kForceDirectionLtr[] = "Left-to-right";
1109const char kForceDirectionRtl[] = "Right-to-left";
1110
1111const char kForceUiDirectionName[] = "Force UI direction";
1112const char kForceUiDirectionDescription[] =
1113 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
1114 "mode, overriding the default direction of the UI language.";
1115
Ionel Popescu4ba2a0932019-05-07 20:10:271116const char kFormControlsRefreshName[] = "Web Platform Controls updated UI";
1117const char kFormControlsRefreshDescription[] =
1118 "If enabled, HTML forms elements will be rendered using an updated style.";
1119
Tommy Steimel863e6cf2019-07-01 19:07:361120const char kGlobalMediaControlsName[] = "Global Media Controls";
1121const char kGlobalMediaControlsDescription[] =
1122 "Enables the Global Media Controls UI in the toolbar.";
1123
Brett Wilsonecb80982017-07-12 20:34:511124const char kGpuRasterizationName[] = "GPU rasterization";
1125const char kGpuRasterizationDescription[] =
1126 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:281127const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:511128
Ioana Pandele1ed7ef72018-11-21 15:22:031129const char kGooglePasswordManagerName[] = "Google Password Manager UI";
1130const char kGooglePasswordManagerDescription[] =
1131 "Enables access to the Google Password Manager UI from Chrome.";
1132
Brett Wilsonecb80982017-07-12 20:34:511133const char kGoogleProfileInfoName[] = "Google profile name and icon";
1134const char kGoogleProfileInfoDescription[] =
1135 "Enables using Google information to populate the profile name and icon in "
1136 "the avatar menu.";
1137
Gabrielle Paladoaebf7ca2019-01-16 07:07:061138const char kHandwritingGestureName[] = "Handwriting Gestures";
1139const char kHandwritingGestureDescription[] =
1140 "Enables handwriting gestures within the virtual keyboard";
1141
Tommy Steimel1aadd7b2019-01-18 19:39:421142const char kHardwareMediaKeyHandling[] = "Hardware Media Key Handling";
1143const char kHardwareMediaKeyHandlingDescription[] =
1144 "Enables using media keys to control the active media session. This "
1145 "requires MediaSessionService to be enabled too";
1146
Daniel Hosseinian7b57a422019-06-11 23:52:321147const char kHarfBuzzPDFSubsetterName[] = "HarfBuzz PDF Subsetter";
1148const char kHarfBuzzPDFSubsetterDescription[] =
1149 "Changes the PDF subsetter from sftnly to HarfBuzz.";
1150
Manu Cornet4a908de2018-04-09 04:32:271151const char kHideActiveAppsFromShelfName[] =
1152 "Hide running apps (that are not pinned) from the shelf";
1153const char kHideActiveAppsFromShelfDescription[] =
1154 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251155
Ryan Landay4242dbc22018-04-04 01:47:331156const char kHorizontalTabSwitcherAndroidName[] =
1157 "Enable horizontal tab switcher";
1158const char kHorizontalTabSwitcherAndroidDescription[] =
1159 "Changes the layout of the Android tab switcher so tabs scroll "
1160 "horizontally instead of vertically.";
1161
Matt Simmons2048b2a2018-12-20 20:12:561162const char kTabSwitcherOnReturnName[] = "Enable tab switcher on return";
1163const char kTabSwitcherOnReturnDescription[] =
1164 "Enable tab switcher on return after specified time has elapsed";
1165
Brett Wilsonecb80982017-07-12 20:34:511166const char kHostedAppQuitNotificationName[] =
1167 "Quit notification for hosted apps";
1168const char kHostedAppQuitNotificationDescription[] =
1169 "Display a notification when quitting Chrome if hosted apps are currently "
1170 "running.";
1171
1172const char kHostedAppShimCreationName[] =
1173 "Creation of app shims for hosted apps on Mac";
1174const char kHostedAppShimCreationDescription[] =
1175 "Create app shims on Mac when creating a hosted app.";
1176
Joe DeBlasio20a2a7b2019-04-30 02:33:541177const char kHTTPAuthCommittedInterstitialsName[] =
1178 "Enable Committed Interstitials for HTTP Auth";
1179const char kHTTPAuthCommittedInterstitialsDescription[] =
1180 "Use committed error pages instead of transient navigation entries "
1181 "for HTTP auth interstitial pages.";
1182
Brett Wilsonecb80982017-07-12 20:34:511183const char kIconNtpName[] = "Large icons on the New Tab page";
1184const char kIconNtpDescription[] =
1185 "Enable the experimental New Tab page using large icons.";
1186
1187const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1188const char kIgnoreGpuBlacklistDescription[] =
1189 "Overrides the built-in software rendering list and enables "
1190 "GPU-acceleration on unsupported system configurations.";
1191
Ryan Sturm8c3dbc92018-06-26 19:22:371192const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441193const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371194 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441195
Robert Ogden4d41c432019-05-07 00:24:251196const char kIgnoreLitePageRedirectHintsBlacklistName[] =
1197 "Ignore Lite Page Redirect Preview Optimization Hints Blacklist";
1198const char kIgnoreLitePageRedirectHintsBlacklistDescription[] =
1199 "Ignore blacklist decisions made by Optimization Hints for Lite Page "
1200 "Redirect previews";
1201
Brett Wilsonecb80982017-07-12 20:34:511202const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1203const char kInProductHelpDemoModeChoiceDescription[] =
1204 "Selects the In-Product Help demo mode.";
1205
1206const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1207const char kJavascriptHarmonyDescription[] =
1208 "Enable web pages to use experimental JavaScript features.";
1209
1210const char kJavascriptHarmonyShippingName[] =
1211 "Latest stable JavaScript features";
1212const char kJavascriptHarmonyShippingDescription[] =
1213 "Some web pages use legacy or non-standard JavaScript extensions that may "
1214 "conflict with the latest JavaScript features. This flag allows disabling "
1215 "support of those features for compatibility with such pages.";
1216
Yutaka Hiranof7f2f632017-09-06 10:40:081217const char kKeepAliveRendererForKeepaliveRequestsName[] =
1218 "Keep a renderer alive for keepalive fetch requests";
1219const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1220 "Keep a render process alive when the process has a pending fetch request "
1221 "with `keepalive' specified.";
1222
Brett Wilsonecb80982017-07-12 20:34:511223const char kLoadMediaRouterComponentExtensionName[] =
1224 "Load Media Router Component Extension";
1225const char kLoadMediaRouterComponentExtensionDescription[] =
1226 "Loads the Media Router component extension at startup.";
1227
Hazem Ashmawyf1cd7e42019-03-25 18:17:321228const char kLogJsConsoleMessagesName[] =
1229 "Log JS console messages in system logs";
1230const char kLogJsConsoleMessagesDescription[] =
1231 "Enable logging JS console messages in system logs, please note that they "
1232 "may contain PII.";
1233
Mustafa Emre Acer137dc8b2018-08-29 20:38:131234const char kLookalikeUrlNavigationSuggestionsName[] =
1235 "Navigation suggestions for lookalike URLs";
1236const char kLookalikeUrlNavigationSuggestionsDescription[] =
1237 "Enable navigation suggestions for URLs that are visually similar to "
1238 "popular domains or to domains with a site engagement score.";
1239
Brett Wilsonecb80982017-07-12 20:34:511240const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1241const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511242
spqchanb87755692018-04-05 00:46:091243const char kMediaRouterCastAllowAllIPsName[] =
1244 "Connect to Cast devices on all IP addresses";
1245const char kMediaRouterCastAllowAllIPsDescription[] =
1246 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311247 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091248
Ehsan Karamadebb0f672019-03-22 19:48:391249const char kMimeHandlerViewInCrossProcessFrameName[] =
1250 "MimeHandlerView in cross-process frame";
1251const char kMimeHandlerViewInCrossProcessFrameDescription[] =
1252 "Loads the MimeHandlerView (the extension viewer for certain MIME types "
1253 "such as PDF) in a cross-process frame as opposed to a BrowserPlugin.";
1254
David Roger2183afb2019-02-21 14:19:151255const char kMobileIdentityConsistencyName[] = "Mobile identity consistency";
1256const char kMobileIdentityConsistencyDescription[] =
1257 "Enables stronger identity consistency on mobile";
1258
Ella Ge1282f552019-06-24 20:06:031259const char kMouseSubframeNoImplicitCaptureName[] =
1260 "Disable mouse implicit capture for iframe";
1261const char kMouseSubframeNoImplicitCaptureDescription[] =
1262 "When enable, mouse down does not implicit capture for iframe.";
1263
Marijn Kruisselbrinkca4bb5e2019-04-22 18:19:421264const char kNativeFileSystemAPIName[] = "Native File System API";
1265const char kNativeFileSystemAPIDescription[] =
1266 "Enables the experimental Native File System API, giving websites access "
1267 "to the native file system";
Marijn Kruisselbrinkfa0e1052019-03-05 22:32:551268
Brett Wilsonecb80982017-07-12 20:34:511269const char kNewAudioRenderingMixingStrategyName[] =
1270 "New audio rendering mixing strategy";
1271const char kNewAudioRenderingMixingStrategyDescription[] =
1272 "Use the new audio rendering mixing strategy.";
1273
1274const char kNewBookmarkAppsName[] = "The new bookmark app system";
1275const char kNewBookmarkAppsDescription[] =
1276 "Enables the new system for creating bookmark apps.";
1277
Vadym Doroshenkocd4ff782018-07-24 13:41:021278const char kNewPasswordFormParsingName[] =
1279 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241280const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021281 "Replaces existing form parsing for filling in password manager with a new "
1282 "version, currently under development. WARNING: when enabled, Password "
1283 "Manager might stop working";
1284
1285const char kNewPasswordFormParsingForSavingName[] =
1286 "New password form parsing for saving passwords";
1287const char kNewPasswordFormParsingForSavingDescription[] =
1288 "Replaces existing form parsing for saving in password manager with a new "
1289 "version, currently under development. WARNING: when enabled, Password "
1290 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241291
rbpotter62fe2c92019-03-26 22:01:291292const char kNewPrintPreviewLayoutName[] = "Enable New Print Preview UI Layout";
1293const char kNewPrintPreviewLayoutDescription[] =
1294 "If enabled, Print Preview will display a new UI layout.";
1295
CJ DiMeglio7b4a199f2017-11-30 01:26:501296const char kUseSurfaceLayerForVideoName[] =
1297 "Enable the use of SurfaceLayer objects for videos.";
1298const char kUseSurfaceLayerForVideoDescription[] =
1299 "Enable compositing onto a Surface instead of a VideoLayer "
1300 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511301
1302const char kNewUsbBackendName[] = "Enable new USB backend";
1303const char kNewUsbBackendDescription[] =
1304 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341305
Sonny Sasaka2d200432018-03-22 17:43:161306const char kNewblueName[] = "Newblue";
1307const char kNewblueDescription[] =
Sonny Sasakaa744f502019-09-05 00:36:551308 "Enables the use of Bluetooth dispatcher daemon.";
Sonny Sasaka2d200432018-03-22 17:43:161309
Taylor Bergquist187a9f92019-08-12 22:13:151310const char kNewTabstripAnimationName[] = "New tabstrip animations";
1311const char kNewTabstripAnimationDescription[] =
1312 "New implementation of tabstrip animations.";
1313
Alex Newcomerd7b0cc42018-05-25 22:58:481314const char kNotificationIndicatorName[] = "Notification Indicators";
1315const char kNotificationIndicatorDescription[] =
1316 "Enable notification indicators, which appear on app icons when a "
1317 "notification is active. This will also enable notifications in context "
1318 "menus.";
1319
Xing Liu1919ec232019-07-22 20:38:041320const char kNotificationSchedulerDebugOptionName[] =
1321 "Notification scheduler debug options";
1322const char kNotificationSchedulerDebugOptionDescription[] =
1323 "Enable debugging mode to override certain behavior of notification "
1324 "scheduler system for easier manual testing.";
1325const char kNotificationSchedulerImmediateBackgroundTaskDescription[] =
1326 "Show scheduled notification right away.";
1327
Brett Wilsonecb80982017-07-12 20:34:511328const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1329const char kNotificationsNativeFlagDescription[] =
1330 "Enable support for using the native notification toasts and notification "
1331 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341332
Lan Wei97ee4b1f2019-07-25 21:02:391333const char kUpdateHoverAtBeginFrameName[] = "Update hover at the begin frame";
1334const char kUpdateHoverAtBeginFrameDescription[] =
1335 "Recompute hover state at BeginFrame for layout and scroll based mouse "
1336 "moves, rather than old timing-based mechanism.";
1337
Valeriya Sinevich972ac122018-09-05 07:33:191338const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1339const char kUseMultiloginEndpointDescription[] =
1340 "Use Gaia OAuth multilogin for identity consistency.";
1341
Brett Wilsonecb80982017-07-12 20:34:511342const char kOfferStoreUnmaskedWalletCardsName[] =
1343 "Google Payments card saving checkbox";
1344const char kOfferStoreUnmaskedWalletCardsDescription[] =
1345 "Show the checkbox to offer local saving of a credit card downloaded from "
1346 "the server.";
1347
manuk4542e232019-09-11 19:27:351348const char kOmniboxAutocompleteTitlesName[] = "Omnibox Autocomplete Titles";
1349const char kOmniboxAutocompleteTitlesDescription[] =
1350 "Allows autocompleting bookmark, history, and document suggestions when the"
1351 " user input is a prefix of their titles, as opposed to their URLs.";
1352
Brett Wilsonecb80982017-07-12 20:34:511353const char kOmniboxDisplayTitleForCurrentUrlName[] =
1354 "Include title for the current URL in the omnibox";
1355const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1356 "In the event that the omnibox provides suggestions on-focus, the URL of "
1357 "the current page is provided as the first suggestion without a title. "
1358 "Enabling this flag causes the title to be displayed.";
1359
Patrick Noland9e1fc5052019-07-31 00:24:111360const char kOmniboxDisableInstantExtendedLimitName[] =
1361 "Disable the 'instant extended' limit on search suggestions";
1362const char kOmniboxDisableInstantExtendedLimitDescription[] =
1363 "Effectively doubles the max number of Google-provided search suggestions "
1364 "on Android by disabling the 'Instant Extended' check.";
Kevin Bailey38514f42019-05-28 17:48:121365const char kOmniboxGroupSuggestionsBySearchVsUrlName[] =
1366 "Omnibox Group Suggestions By Search vs URL";
1367const char kOmniboxGroupSuggestionsBySearchVsUrlDescription[] =
1368 "Group suggestions by major type, search then navigation, except for "
1369 "the default match which must be first.";
1370
manukaddd3c42019-04-09 21:20:591371const char kOmniboxLocalEntitySuggestionsName[] =
1372 "Omnibox Local Entity Suggestions";
1373const char kOmniboxLocalEntitySuggestionsDescription[] =
1374 "Enables location specific suggestions displayed with images and enhanced "
1375 "layout, similar to #omnibox-rich-entity-suggestions. Enabling this feature"
1376 "will also enable #omnibox-rich-entity-suggestions.";
1377
manuk2e55a7b2019-02-12 20:08:231378const char kOmniboxMaterialDesignWeatherIconsName[] =
1379 "Omnibox Material Design Weather Icons";
1380const char kOmniboxMaterialDesignWeatherIconsDescription[] =
1381 "Use material design weather icons in the omnibox when displaying weather "
1382 "answers.";
1383
Moe Ahmadid0ce5de2019-08-30 21:55:021384const char kOmniboxOnFocusSuggestionsName[] = "Omnibox on-focus suggestions";
1385const char kOmniboxOnFocusSuggestionsDescription[] =
1386 "Configures Omnibox on-focus suggestions - suggestions displayed on-focus "
1387 "before the user has typed any input";
1388
Tomasz Wiszkowskic7fd5bed2019-02-11 17:33:231389const char kOmniboxRichEntitySuggestionsName[] =
1390 "Omnibox rich entity suggestions";
1391const char kOmniboxRichEntitySuggestionsDescription[] =
1392 "Display entity suggestions using images and an enhanced layout; showing "
manukaddd3c42019-04-09 21:20:591393 "more context and descriptive text about the entity.";
Tomasz Wiszkowskic7fd5bed2019-02-11 17:33:231394
Brandon Wylief8dd4e82019-07-11 16:39:571395const char kOmniboxSearchEngineLogoName[] = "Omnibox search engine logo";
1396const char kOmniboxSearchEngineLogoDescription[] =
1397 "Display the current default search engine's logo in the omnibox";
1398
Benoit Lizeab08362c2017-07-19 14:50:541399const char kOmniboxSpareRendererName[] =
1400 "Start spare renderer on omnibox focus";
1401const char kOmniboxSpareRendererDescription[] =
1402 "When the omnibox is focused, start an empty spare renderer. This can "
1403 "speed up the load of the navigation from the omnibox.";
1404
Tommy C. Lie4194b732018-09-28 22:21:511405const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1406 "Omnibox UI Hide Steady-State URL Scheme";
1407const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1408 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
Tommy C. Libef94ee02018-10-17 19:56:361409 "restored during editing.";
Tommy C. Lie4194b732018-09-28 22:21:511410
Tommy C. Lib20aec72018-11-19 21:38:231411const char kOmniboxUIOneClickUnelideName[] = "Omnibox UI One Click Unelide";
1412const char kOmniboxUIOneClickUnelideDescription[] =
1413 "In the omnibox, undo all unelisions with a single click or focus action.";
1414
Tommy C. Lie4194b732018-09-28 22:21:511415const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1416 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1417const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1418 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
Tommy C. Libef94ee02018-10-17 19:56:361419 "Hidden portions are restored during editing.";
1420
1421const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefName[] =
1422 "Omnibox UI Hide Steady-State URL Path, Query, and Ref";
1423const char kOmniboxUIHideSteadyStateUrlPathQueryAndRefDescription[] =
1424 "In the omnibox, hide the path, query and ref from steady state displayed "
1425 "URLs. Hidden portions are restored during editing.";
Tommy C. Lid79d4402017-12-22 22:49:121426
Brett Wilsonecb80982017-07-12 20:34:511427const char kOmniboxUIMaxAutocompleteMatchesName[] =
1428 "Omnibox UI Max Autocomplete Matches";
Brett Wilsonecb80982017-07-12 20:34:511429const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1430 "Changes the maximum number of autocomplete matches displayed in the "
1431 "Omnibox UI.";
1432
Kevin Baileycd6889922019-05-30 17:22:551433const char kOmniboxMaxURLMatchesName[] = "Omnibox Max URL Matches";
1434const char kOmniboxMaxURLMatchesDescription[] =
1435 "The maximum number of URL matches to show, unless there are no "
1436 "replacements.";
1437
Ce Chen20af01c2019-07-02 19:16:361438const char kOmniboxOnDeviceHeadSuggestionsName[] =
1439 "Omnibox on device head suggestions";
1440const char kOmniboxOnDeviceHeadSuggestionsDescription[] =
1441 "Google head non personalized search suggestions provided by a compact on "
1442 "device model";
1443
Tommy Li7d1a68b2019-09-06 23:12:521444const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateName[] =
1445 "Omnibox Preserve Default Match Against Async Update";
1446const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateDescription[] =
1447 "Preserves the default match against change when providers return results "
1448 "asynchronously. This prevents the default match from changing after the "
1449 "user finishes typing. Without this feature, if the default match is "
1450 "updated right when the user presses Enter, the user may go to a "
1451 "surprising destination.";
1452
Tommy C. Liba4e66ef2019-02-12 21:33:281453const char kOmniboxUIShowSuggestionFaviconsName[] =
1454 "Omnibox UI Show Suggestion Favicons";
1455const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1456 "Shows favicons instead of generic vector icons for URL suggestions in the "
1457 "Omnibox dropdown.";
1458
Justin Donnelly65c9e8b2017-10-01 05:15:011459const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1460const char kOmniboxUISwapTitleAndUrlDescription[] =
1461 "In the omnibox dropdown, shows titles before URLs when both are "
1462 "available.";
1463
Tomasz Wiszkowski947f6d0d2019-03-15 22:27:251464const char kOmniboxZeroSuggestionsOnNTPName[] =
1465 "Omnibox Zero Suggestions on New Tab Page";
1466const char kOmniboxZeroSuggestionsOnNTPDescription[] =
1467 "Offer suggestions when URL bar (omnibox) is focused.";
1468
Moe Ahmadi4005ec92019-09-09 16:55:531469const char kOmniboxZeroSuggestionsOnNTPRealboxName[] =
1470 "Zero Suggestions in real search box on New Tab Page";
1471const char kOmniboxZeroSuggestionsOnNTPRealboxDescription[] =
1472 "Offer suggestions when the real search box on New Tab Page is focused.";
1473
Vadym Doroshenko6b8f64d2018-11-26 15:35:391474const char kOnlyNewPasswordFormParsingName[] =
1475 "Use only new password form parsing";
1476const char kOnlyNewPasswordFormParsingDescription[] =
1477 "The old password form parsing is disabled";
1478
Mark Lieufaa1b762019-01-08 19:37:281479const char kOnTheFlyMhtmlHashComputationName[] =
1480 "On-The-Fly MHTML Hash Computation";
1481const char kOnTheFlyMhtmlHashComputationDescription[] =
1482 "Save MHTML files to the target location and calculate their content "
1483 "digests in one step.";
1484
Adrienne Walkerc87477e2018-06-06 22:28:211485const char kOopRasterizationName[] = "Out of process rasterization";
1486const char kOopRasterizationDescription[] =
1487 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1488 "Must also enable GPU rasterization";
1489
Donn Denman43baac62019-05-22 17:31:051490const char kOverlayNewLayoutName[] = "Overlay new layout";
1491const char kOverlayNewLayoutDescription[] =
1492 "Enables a new layout for the "
1493 "Overlay panels including Contextual Search and Preview Tab.";
1494
Brett Wilsonecb80982017-07-12 20:34:511495const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1496const char kOverlayScrollbarsDescription[] =
1497 "Enable the experimental overlay scrollbars implementation. You must also "
1498 "enable threaded compositing to have the scrollbars animate.";
1499
chaopenge8aa016b2017-08-24 15:20:191500const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1501 "Flash Overlay Scrollbars After Any Scroll Update";
1502const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1503 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1504 " must also enable Overlay Scrollbars.";
1505
chaopeng343678022017-08-24 18:45:001506const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1507 "Flash Overlay Scrollbars When Mouse Enter";
1508const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1509 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1510 " enable Overlay Scrollbars.";
1511
Daniele Castagna74ddb9c2018-06-21 22:59:021512const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1513const char kOverlayStrategiesDescription[] =
1514 "Select strategies used to promote quads to HW overlays.";
1515const char kOverlayStrategiesDefault[] = "Default";
1516const char kOverlayStrategiesNone[] = "None";
1517const char kOverlayStrategiesUnoccludedFullscreen[] =
1518 "Unoccluded fullscreen buffers (single-fullscreen)";
1519const char kOverlayStrategiesUnoccluded[] =
1520 "Unoccluded buffers (single-fullscreen,single-on-top)";
1521const char kOverlayStrategiesOccludedAndUnoccluded[] =
1522 "Occluded and unoccluded buffers "
1523 "(single-fullscreen,single-on-top,underlay)";
1524
Claudio Magni81326f92017-09-01 05:21:181525const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1526const char kUseNewAcceptLanguageHeaderDescription[] =
1527 "Adds the base language code after other corresponding language+region "
1528 "codes. This ensures that users receive content in their preferred "
1529 "language.";
1530
Brett Wilsonecb80982017-07-12 20:34:511531const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1532const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481533 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511534
chaopenge2b6e5f2018-05-08 16:40:451535const char kTouchpadOverscrollHistoryNavigationName[] =
1536 "Overscroll history navigation on Touchpad";
1537const char kTouchpadOverscrollHistoryNavigationDescription[] =
1538 "Allows swipe left/right from touchpad change browser navigation.";
1539
Xing Liu5400a002017-09-15 21:48:291540const char kParallelDownloadingName[] = "Parallel downloading";
1541const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061542 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291543
Brett Wilsonecb80982017-07-12 20:34:511544const char kPassiveEventListenerDefaultName[] =
1545 "Passive Event Listener Override";
1546const char kPassiveEventListenerDefaultDescription[] =
1547 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1548 "haven't requested otherwise) to be treated as passive. This will break "
1549 "touch/wheel behavior on some websites but is useful for demonstrating the "
1550 "potential performance benefits of adopting passive event listeners.";
1551const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1552const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1553
1554const char kPassiveEventListenersDueToFlingName[] =
1555 "Touch Event Listeners Passive Default During Fling";
1556const char kPassiveEventListenersDueToFlingDescription[] =
1557 "Forces touchstart, and first touchmove per scroll event listeners during "
1558 "fling to be treated as passive.";
1559
1560const char kPassiveDocumentEventListenersName[] =
1561 "Document Level Event Listeners Passive Default";
1562const char kPassiveDocumentEventListenersDescription[] =
1563 "Forces touchstart, and touchmove event listeners on document level "
1564 "targets (which haven't requested otherwise) to be treated as passive.";
1565
Sahel Sharify7400e882018-08-13 17:13:211566const char kPassiveDocumentWheelEventListenersName[] =
1567 "Document Level Wheel Event Listeners Passive Default";
1568const char kPassiveDocumentWheelEventListenersDescription[] =
1569 "Forces wheel, and mousewheel event listeners on document level targets "
1570 "(which haven't requested otherwise) to be treated as passive.";
1571
Ivana Zuzica4cf4802019-07-10 19:02:321572const char kPasswordEditingAndroidName[] = "Password editing for Android";
1573const char kPasswordEditingAndroidDescription[] =
1574 "Adds the editing option for saved passwords.";
1575
Vaclav Brozekd8a3f542017-11-16 14:21:131576const char kPasswordImportName[] = "Password import";
1577const char kPasswordImportDescription[] =
1578 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511579
Jan Wilken Dörriee8a6b3c2019-08-20 14:14:461580const char kPasswordLeakDetectionName[] = "Password Leak Detection";
1581const char kPasswordLeakDetectionDescription[] =
1582 "Enables the detection of leaked passwords.";
1583
Aran Gilman5e9672bed2019-08-02 19:07:491584const char kForceWebContentsDarkModeName[] = "Force Dark Mode for Web Contents";
1585const char kForceWebContentsDarkModeDescription[] =
1586 "Automatically render all web contents using a dark theme.";
1587
Mugdha Lakhani778b8952019-06-10 14:45:401588const char kPeriodicBackgroundSyncName[] = "Periodic Background Sync";
1589const char kPeriodicBackgroundSyncDescription[] =
1590 "If enabled, web apps can periodically sync content in the background.";
1591
Rouslan Solomakhinded840112018-11-02 13:27:101592const char kPerMethodCanMakePaymentQuotaName[] =
1593 "Per-method canMakePayment() quota.";
1594const char kPerMethodCanMakePaymentQuotaDescription[] =
1595 "Allow calling canMakePayment() for different payment methods, as long as "
1596 "method-specific parameters remain unchanged.";
1597
Ella Geb58eed12019-09-05 23:37:011598const char kPointerLockOptionsName[] = "Enables pointer lock options";
1599const char kPointerLockOptionsDescription[] =
1600 "Enables pointer lock unadjustedMovement. When unadjustedMovement is set "
1601 "to true, pointer movements wil not be affected by the underlying platform "
1602 "modications such as mouse accelaration.";
1603
Yann Dago70afb65d2019-08-06 15:50:531604const char kPolicyAtomicGroupsEnabledName[] = "Policy Atomic Groups Enabled";
1605const char kPolicyAtomicGroupsEnabledDescription[] =
1606 "Enables the concept of policy atomic groups that makes policies of an "
1607 "atomic group that do not share the highest priority source from that group"
1608 "ignored.";
1609
Doug Arnett620ff542018-02-06 17:54:221610const char kPreviewsAllowedName[] = "Previews Allowed";
1611const char kPreviewsAllowedDescription[] =
1612 "Allows previews to be shown subject to specific preview types being "
1613 "enabled and the client experiencing specific triggering conditions. "
1614 "May be used as a kill-switch to turn off all potential preview types.";
1615
Brett Wilsonecb80982017-07-12 20:34:511616const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1617const char kPrintPdfAsImageDescription[] =
1618 "If enabled, an option to print PDF files as images will be available in "
1619 "print preview.";
1620
1621const char kPrintPreviewRegisterPromosName[] =
1622 "Print Preview Registration Promos";
1623const char kPrintPreviewRegisterPromosDescription[] =
1624 "Enable registering unregistered cloud printers from print preview.";
1625
Dana Friedac7b8ff2019-09-18 21:27:571626const char kProminentDarkModeActiveTabTitleName[] =
1627 "Prominent Dark Mode Active Tab Titles";
1628const char kProminentDarkModeActiveTabTitleDescription[] =
1629 "Makes the active tab title in dark mode bolder so the active tab is "
1630 "easier "
1631 "to identify.";
1632
Mohsen Izadi93faac12017-07-29 04:45:151633const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1634const char kPullToRefreshDescription[] =
1635 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011636const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151637
Troy Hildebrandt7228ad12018-02-23 21:18:241638const char kQueryInOmniboxName[] = "Query in Omnibox";
1639const char kQueryInOmniboxDescription[] =
1640 "Only display query terms in the omnibox when viewing a search results "
1641 "page.";
1642
Brett Wilsonecb80982017-07-12 20:34:511643const char kQuicName[] = "Experimental QUIC protocol";
1644const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1645
Kamila2724bd702019-09-10 16:08:581646const char kQuietNotificationPromptsName[] =
1647 "Quieter notification permission prompts";
1648const char kQuietNotificationPromptsDescription[] =
1649 "Enables quieter permission prompts for notification permission requests. "
1650 "When a site wishes to show notifications, the usual modal dialog is "
1651 "replaced with a quieter version.";
1652
Brett Wilsonecb80982017-07-12 20:34:511653const char kReducedReferrerGranularityName[] =
1654 "Reduce default 'referer' header granularity.";
1655const char kReducedReferrerGranularityDescription[] =
1656 "If a page hasn't set an explicit referrer policy, setting this flag will "
1657 "reduce the amount of information in the 'referer' header for cross-origin "
1658 "requests.";
1659
Christian Dullweber3cc579a22018-09-11 10:54:441660const char kRewriteLevelDBOnDeletionName[] =
1661 "Rewrite LevelDB instances after full deletions";
1662const char kRewriteLevelDBOnDeletionDescription[] =
1663 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1664
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351665const char kRendererSideResourceSchedulerName[] =
1666 "Renderer side ResourceScheduler";
1667const char kRendererSideResourceSchedulerDescription[] =
1668 "Migrate some ResourceScheduler functionalities to renderer";
1669
Jenna Himawana25aced2019-06-21 01:29:211670const char kReorderBookmarksName[] = "Reorder bookmarks";
1671const char kReorderBookmarksDescription[] =
1672 "Allows the user to reorder their bookmarks from their Android device. "
1673 "The bookmark ordering will be synced across devices.";
1674
David Bokan5a32e4d2019-08-14 15:37:461675const char kRequestUnbufferedDispatchName[] = "Use RequestUnbufferedDispatch";
1676const char kRequestUnbufferedDispatchDescription[] =
1677 "Calls RequestUnbufferedDispatch in the Android API to disable buffering "
1678 "of input by the OS.";
1679
Brett Wilsonecb80982017-07-12 20:34:511680const char kRequestTabletSiteName[] =
1681 "Request tablet site option in the settings menu";
1682const char kRequestTabletSiteDescription[] =
1683 "Allows the user to request tablet site. Web content is often optimized "
1684 "for tablet devices. When this option is selected the user agent string is "
1685 "changed to indicate a tablet device. Web content optimized for tablets is "
1686 "received there after for the current tab.";
1687
Kinuko Yasuda33955082018-06-19 10:14:591688const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511689const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591690 "Uses the resource load scheduler in blink to throttle resource load "
1691 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511692
Dominic Farolino780df942019-09-04 06:49:441693const char kPrefetchPrivacyChangesName[] =
1694 "Prefetch request properties are updated to be privacy-preserving";
1695const char kPrefetchPrivacyChangesDescription[] =
1696 "Prefetch requests will not follow redirects, not send a Referer header, "
1697 "not send credentials for cross-origin requests, and do not pass through "
1698 "service workers.";
Dominic Farolino693fd72d2019-08-05 11:09:441699
Dominic Farolino516f7f42019-08-30 12:33:241700const char kPrefetchMainResourceNetworkIsolationKeyName[] =
1701 "Prefetch requests for cross-origin main resources are fetched with a "
1702 "special NetworkIsolationKey";
1703const char kPrefetchMainResourceNetworkIsolationKeyDescription[] =
1704 "Prefetch requests for cross-origin main resources can be reused by next "
1705 "top-level navigations when HTTP cache is double-keyed.";
1706
Daniel Rubery91874e32019-01-10 22:12:341707const char kSafeBrowsingUseAPDownloadVerdictsName[] =
1708 "Request Advanced Protection verdicts when inspecting downloads";
1709const char kSafeBrowsingUseAPDownloadVerdictsDescription[] =
1710 "If enabled, download protection will request Advanced Protection "
1711 "verdicts from Safe Browsing. These will provide stronger protections "
1712 "from files Safe Browsing is unsure about.";
1713
Joe DeBlasiofb277092019-07-03 23:46:361714const char kSafetyTipName[] =
1715 "Show Safety Tip UI when visiting low-reputation websites";
1716const char kSafetyTipDescription[] =
1717 "If enabled, a Safety Tip UI may be displayed when visiting or interacting "
1718 "with a site Chrome believes may be suspicious.";
1719
Lily Chene0d3ac92019-04-22 16:55:531720const char kSameSiteByDefaultCookiesName[] = "SameSite by default cookies";
1721const char kSameSiteByDefaultCookiesDescription[] =
1722 "Treat cookies that don't specify a SameSite attribute as if they were "
1723 "SameSite=Lax. Sites must specify SameSite=None in order to enable "
1724 "third-party usage.";
1725
Brett Wilsonecb80982017-07-12 20:34:511726const char kSaveasMenuLabelExperimentName[] =
1727 "Switch 'Save as' menu labels to 'Download'";
1728const char kSaveasMenuLabelExperimentDescription[] =
1729 "Enables an experiment to switch menu labels that use 'Save as...' to "
1730 "'Download'.";
1731
Toni Barzic8468f1b2019-08-29 01:28:351732const char kScalableAppListName[] =
1733 "App list UI configuration dependant on display size";
1734const char kScalableAppListDescription[] =
1735 "Adapts app list item sizing and spacing for smaller screen sizes, "
1736 "instead of using single app list configuration, that is optionally "
1737 "scaled down, for all screens.";
1738
Charlene Yan0ccd7f52019-04-12 23:20:591739const char kScrollableTabStripName[] = "Scrollable TabStrip";
1740const char kScrollableTabStripDescription[] =
1741 "Allows users to access tabs by scrolling when they no longer fit in the "
1742 "tabstrip.";
1743
Edward Jung7c1793af2019-06-14 17:33:561744const char kSecurityInterstitialsDarkModeName[] =
1745 "Security interstitials dark mode";
1746const char kSecurityInterstitialsDarkModeDescription[] =
1747 "Allows security intersitials to take on a dark theme when the OS is "
1748 "switched to dark mode.";
1749
Jeffrey Cohene49cc59c2018-10-23 16:27:281750const char kSendTabToSelfName[] = "Send tab to self";
1751const char kSendTabToSelfDescription[] =
Tanya Gupta035a9e202019-04-08 20:01:331752 "Allows users to receive tabs from other synced devices, in order to "
1753 "easily transition those tabs to this device. This enables the sync "
1754 "infrastructure for this feature.";
Jeffrey Cohene49cc59c2018-10-23 16:27:281755
Jeffrey Cohendacbc2a2019-05-14 16:15:491756const char kSendTabToSelfBroadcastName[] = "Send tab to self broadcast";
1757const char kSendTabToSelfBroadcastDescription[] =
1758 "Allows users to broadcast the tab they send to all of their devices "
1759 "instead of targetting only one device.";
1760
Tanya Gupta035a9e202019-04-08 20:01:331761const char kSendTabToSelfShowSendingUIName[] =
1762 "Send tab to self show sending UI";
1763const char kSendTabToSelfShowSendingUIDescription[] =
1764 "Allows users to send tabs to other synced devices by accessing the "
1765 "sending user interface. Requires Send tab to self to also be enabled";
Jeffrey Cohen9f3e6092019-03-21 21:55:011766
Travis Skare885f8ad2019-04-25 21:33:371767const char kSendTabToSelfWhenSignedInName[] =
1768 "Send tab to self: enable use when signed-in regardless of sync state";
1769const char kSendTabToSelfWhenSignedInDescription[] =
1770 "Allows use of the send-tab-to-self feature for users who are signed-in "
1771 "but not necessarily syncing. The tab-share data is thus ephemeral, "
1772 "rather than persistent sync data.";
1773
momohattfc352292018-08-29 05:12:361774const char kServiceWorkerImportedScriptUpdateCheckName[] =
1775 "Enable update check for service worker importScripts() resources";
1776const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1777 "Extend byte-for-byte update check for scripts that are imported by the "
1778 "service worker script via importScripts().";
1779
Azeem Arshad3b1ef73122018-08-30 02:04:151780const char kServiceWorkerLongRunningMessageName[] =
1781 "Service worker long running message dispatch.";
1782const char kServiceWorkerLongRunningMessageDescription[] =
1783 "Enables long running message dispatch method for service workers. "
1784 "Messages sent with this method do not timeout, allowing the service "
1785 "worker to run indefinitely.";
1786
Chris Hamiltonb9612e262019-02-12 21:12:061787const char kSessionRestorePrioritizesBackgroundUseCasesName[] =
1788 "Session restore prioritizes background use cases.";
1789const char kSessionRestorePrioritizesBackgroundUseCasesDescription[] =
1790 "When enabled session restore logic will prioritize sites that make use of "
1791 "background communication mechanisms (favicon and tab title switches, "
1792 "notifications, etc) over sites that do not.";
1793
Brett Wilsonecb80982017-07-12 20:34:511794const char kSettingsWindowName[] = "Show settings in a window";
1795const char kSettingsWindowDescription[] =
1796 "Settings will be shown in a dedicated window instead of as a browser tab.";
1797
Yasmin69a132f2019-08-07 15:30:361798const char kSharedClipboardReceiverName[] =
1799 "Enable receiver device to handle shared clipboard feature";
1800const char kSharedClipboardReceiverDescription[] =
1801 "Enables receiver device to handle shared clipboard feature by showing a "
1802 "notification to receive the clipboard to share.";
1803
1804const char kSharedClipboardUIName[] =
1805 "Enable shared clipboard feature signals to be handled";
1806const char kSharedClipboardUIDescription[] =
1807 "Enables shared clipboard feature signals to be handled by showing "
1808 "a list of user's available devices to share the clipboard.";
1809
Himanshu Jajudbcee232019-06-17 19:41:491810const char kSharingDeviceRegistrationName[] =
1811 "Enable device registration for Sharing features";
1812const char kSharingDeviceRegistrationDescription[] =
1813 "Enables device registration with Sharing infrastructure. Required to use "
1814 "cross-device Sharing features.";
1815
Himanshu Jaju8211bd9b2019-08-12 18:53:141816const char kSharingUseDeviceInfoName[] =
1817 "Enable Sharing device registration in DeviceInfo";
1818const char kSharingUseDeviceInfoDescription[] =
1819 "Enables Sharing infrastructure to register devices in DeviceInfo and "
1820 "remove sync requirement.";
1821
Manu Corneteb3c7d32019-06-20 08:04:441822const char kShelfHotseatName[] = "Enable a modular design for the shelf.";
1823const char kShelfHotseatDescription[] =
1824 "Shows a modular design for the shelf where the apps are shown separately "
1825 "in a 'hotseat' interface when in tablet mode, and where various pieces "
Manu Cornet2bacefe2019-09-12 00:21:301826 "are separate and behave independently. Also reduces the size of the"
1827 "shelf and its app when in laptop mode.";
Manu Corneteb3c7d32019-06-20 08:04:441828
Manu Cornetd7ef7c52018-05-01 22:08:231829const char kShelfHoverPreviewsName[] =
1830 "Show previews of running apps when hovering over the shelf.";
1831const char kShelfHoverPreviewsDescription[] =
1832 "Shows previews of the open windows for a given running app when hovering "
1833 "over the shelf.";
1834
Manu Cornetad6536f2019-06-18 21:04:431835const char kShelfScrollableName[] =
1836 "Enable a scrollable list of apps on the shelf";
1837const char kShelfScrollableDescription[] =
1838 "Shows a list of applications that is scrollable by default on tablets.";
1839
Naoki Fukino008a0022018-05-23 18:33:001840const char kShowAndroidFilesInFilesAppName[] =
1841 "Show Android files in Files app";
1842const char kShowAndroidFilesInFilesAppDescription[] =
1843 "Show Android files in Files app if Android is enabled on the device.";
1844
Brett Wilsonecb80982017-07-12 20:34:511845const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1846const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381847 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1848 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511849
1850const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1851const char kShowAutofillTypePredictionsDescription[] =
1852 "Annotates web forms with Autofill field type predictions as placeholder "
1853 "text.";
1854
Jonathan Backer93610a82019-03-27 14:02:381855const char kSkiaRendererName[] = "Skia API for OOP-D compositing";
1856const char kSkiaRendererDescription[] =
1857 "If enabled, the display compositor will use Skia as the graphics API "
1858 "instead of OpenGL ES. Requires Viz Display Compositor (OOP-D).";
1859
Shivani Sharma2d5b4b6b2019-01-08 16:07:161860const char kHistoryManipulationIntervention[] =
1861 "History Manipulation Intervention";
1862const char kHistoryManipulationInterventionDescription[] =
1863 "If a page does a client side redirect or adds to the history without a "
1864 "user gesture, then skip it on back/forward UI.";
1865
Brett Wilsonecb80982017-07-12 20:34:511866const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1867const char kSilentDebuggerExtensionApiDescription[] =
1868 "Do not show the infobar when an extension attaches to a page via "
1869 "chrome.debugger API. This is required to debug extension background "
1870 "pages.";
1871
Christopher Thompson75ff845d2018-02-01 20:12:461872const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1873const char kSimplifyHttpsIndicatorDescription[] =
1874 "Change the UI treatment for HTTPS pages.";
1875
Lukasz Anforowiczd2e16e62019-03-28 19:06:591876const char kIsolateOriginsName[] = "Isolate additional origins";
1877const char kIsolateOriginsDescription[] =
1878 "Requires dedicated processes for an additional set of origins, "
1879 "specified as a comma-separated list.";
1880
Alan Wink7c1b2ae22019-04-03 19:18:061881const char kKidsManagementUrlClassificationName[] =
1882 "KidsMangement Url Classification";
1883const char kKidsManagementUrlClassificationDescription[] =
1884 "Uses KidsManagementService to classify URLs for Kid Accounts.";
1885
Lukasz Anforowicz738a88d2018-11-05 19:19:341886const char kSiteIsolationOptOutName[] = "Disable site isolation";
1887const char kSiteIsolationOptOutDescription[] =
1888 "Disables site isolation "
Nick Carter855bc492018-03-10 00:44:571889 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1890 "may be due to out-of-process iframes. Opt-out has no effect if site "
Lukasz Anforowicz42840422018-11-05 21:49:221891 "isolation is force-enabled using a command line switch or using an "
1892 "enterprise policy. "
1893 "Caution: this disables important mitigations for the Spectre CPU "
Nick Carter855bc492018-03-10 00:44:571894 "vulnerability affecting most computers.";
Lukasz Anforowicz738a88d2018-11-05 19:19:341895const char kSiteIsolationOptOutChoiceDefault[] = "Default";
1896const char kSiteIsolationOptOutChoiceOptOut[] = "Disabled (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511897
Brett Wilsonecb80982017-07-12 20:34:511898const char kSmoothScrollingName[] = "Smooth Scrolling";
1899const char kSmoothScrollingDescription[] =
1900 "Animate smoothly when scrolling page content.";
1901
Justin Donnelly4e448cb2017-07-07 21:32:131902const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1903 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131904const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1905 "If enabled, when the user enters text in the omnibox that looks like a "
1906 "a query, any service worker associated with the search engine the query "
1907 "will be sent to is started early.";
1908
W. James MacLeanf79c97e2019-05-02 20:35:461909extern const char kStrictOriginIsolationName[] = "Strict-Origin-Isolation";
1910extern const char kStrictOriginIsolationDescription[] =
1911 "Experimental security mode that strengthens the site isolation policy. "
1912 "Controls whether site isolation should use origins instead of scheme and "
1913 "eTLD+1.";
1914
Shubhie Panickerfaf082ed2018-01-03 04:49:151915const char kStopInBackgroundName[] = "Stop in background";
1916const char kStopInBackgroundDescription[] =
1917 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281918 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151919
Shubhie Panicker56c99a22018-03-21 00:22:281920const char kStopNonTimersInBackgroundName[] =
1921 "Stop non-timer task queues background";
1922const char kStopNonTimersInBackgroundDescription[] =
1923 "Stop non-timer task queues, in the background, "
1924 "after a grace period.";
1925
Brandon Maslenda12cf82019-08-23 20:54:181926const char kStorageAccessAPIName[] = "Storage Access API";
1927const char kStorageAccessAPIDescription[] =
1928 "Enables the Storage Access API, allowing websites to request storage "
1929 "access when it would otherwise be restricted.";
1930
Jarryd5b6e5ce2019-08-23 19:15:481931const char kStoragePressureUIName[] = "Enable storage pressure UI";
1932const char kStoragePressureUIDescription[] =
1933 "If enabled, Chrome will trigger system notifications to warn about "
1934 "storage pressure.";
1935
Brett Wilsonecb80982017-07-12 20:34:511936const char kSuggestionsWithSubStringMatchName[] =
1937 "Substring matching for Autofill suggestions";
1938const char kSuggestionsWithSubStringMatchDescription[] =
1939 "Match Autofill suggestions based on substrings (token prefixes) rather "
1940 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341941
Brett Wilsonecb80982017-07-12 20:34:511942const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1943const char kSyncSandboxDescription[] =
1944 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341945
Joe Downing8cbbc192018-05-14 17:37:071946const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1947const char kSystemKeyboardLockDescription[] =
1948 "Enables websites to use the keyboard.lock() API to intercept system "
1949 "keyboard shortcuts and have the events routed directly to the website "
1950 "when in fullscreen mode.";
1951
Matt Simmons1fd0c9f2019-04-15 19:08:221952const char kTabEngagementReportingName[] = "Tab Engagement Metrics";
1953const char kTabEngagementReportingDescription[] =
1954 "Tracks tab engagement and lifetime metrics.";
1955
Yusuf Ozuysal67f05a02019-02-15 19:30:521956const char kTabGridLayoutAndroidName[] = "Tab Grid Layout";
1957const char kTabGridLayoutAndroidDescription[] =
1958 "Allows users to see their tabs in a grid layout in the tab switcher.";
1959
Yusuf Ozuysal436d90b82019-03-15 22:17:581960const char kTabGroupsAndroidName[] = "Tab Groups";
1961const char kTabGroupsAndroidDescription[] =
1962 "Allows users to create groups to better organize their tabs.";
1963
Yue Zhang2834d6b2019-05-01 17:30:281964const char kTabGroupsUiImprovementsAndroidName[] = "Tab Groups UI Improvements";
1965const char kTabGroupsUiImprovementsAndroidDescription[] =
1966 "Allows users to access new features in Tab Group UI.";
1967
Wei-Yin Chen (陳威尹)102222492019-05-22 19:27:091968const char kTabToGTSAnimationAndroidName[] = "Enable Tab-to-GTS Animation";
1969const char kTabToGTSAnimationAndroidDescription[] =
1970 "Allows users to see an animation when entering or leaving the "
1971 "Grid Tab Switcher.";
1972
Taylor Bergquistbcc15462018-12-05 00:36:561973const char kTabGroupsName[] = "Tab Groups";
1974const char kTabGroupsDescription[] =
1975 "Allows users to organize tabs into visually distinct groups, e.g. to "
1976 "separate tabs associated with different tasks.";
1977
Caroline Risinge121c2b2018-12-03 20:19:291978const char kTabHoverCardsName[] = "Tab Hover Cards";
1979const char kTabHoverCardsDescription[] =
1980 "Enables a popup containing tab information to be visible when hovering "
1981 "over a tab. This will replace tooltips for tabs.";
1982
Dana Friedacaa8ef52019-02-08 02:20:351983const char kTabHoverCardImagesName[] = "Tab Hover Card Images";
1984const char kTabHoverCardImagesDescription[] =
1985 "Shows a preview image in tab hover cards, if tab hover cards are enabled.";
1986
Dana Fried07b03c62019-07-31 19:20:561987const char kTabOutlinesInLowContrastThemesName[] =
1988 "Tab Outlines in Low Contrast Themes";
1989const char kTabOutlinesInLowContrastThemesDescription[] =
1990 "Expands the range of situations in which tab outline strokes are "
1991 "displayed, improving accessiblity in dark and incognito mode.";
1992
Christian Dullweberd0d96f02017-09-13 09:22:511993const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1994const char kTabsInCbdDescription[] =
1995 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1996
Daniele Castagna0fead93e2018-01-10 20:40:291997const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1998const char kTintGlCompositedContentDescription[] =
1999 "Tint contents composited using GL with a shade of red to help debug and "
2000 "study overlay support.";
2001
Peter Kastingd77428352018-10-26 15:20:252002const char kTopChromeTouchUiName[] = "Touch UI Layout";
2003const char kTopChromeTouchUiDescription[] =
2004 "Enables touch UI layout in the browser's top chrome.";
vabr0215a8e2017-03-28 12:47:342005
Brett Wilsonecb80982017-07-12 20:34:512006const char kThreadedScrollingName[] = "Threaded scrolling";
2007const char kThreadedScrollingDescription[] =
2008 "Threaded handling of scroll-related input events. Disabling this will "
2009 "force all such scroll events to be handled on the main thread. Note that "
2010 "this can dramatically hurt scrolling performance of most websites and is "
2011 "intended for testing purposes only.";
2012
Brett Wilsonecb80982017-07-12 20:34:512013const char kTouchAdjustmentName[] = "Touch adjustment";
2014const char kTouchAdjustmentDescription[] =
2015 "Refine the position of a touch gesture in order to compensate for touches "
2016 "having poor resolution compared to a mouse.";
2017
2018const char kTouchDragDropName[] = "Touch initiated drag and drop";
2019const char kTouchDragDropDescription[] =
2020 "Touch drag and drop can be initiated through long press on a draggable "
2021 "element.";
2022
2023const char kTouchEventsName[] = "Touch Events API";
2024const char kTouchEventsDescription[] =
2025 "Force Touch Events API feature detection to always be enabled or "
2026 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:292027 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:512028
2029const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
2030const char kTouchSelectionStrategyDescription[] =
2031 "Controls how text selection granularity changes when touch text selection "
2032 "handles are dragged. Non-default behavior is experimental.";
2033const char kTouchSelectionStrategyCharacter[] = "Character";
2034const char kTouchSelectionStrategyDirection[] = "Direction";
2035
Jan Wilken Dörrie45ccf252019-06-25 18:07:462036const char kTouchToFillAndroidName[] = "Touch To Fill UI for Passwords";
2037const char kTouchToFillAndroidDescription[] =
2038 "Adds a Touch To Fill sheet to the keyboard accessory which will be shown "
2039 "instead of the keyboard when a password can be filled.";
2040
Brett Wilsonecb80982017-07-12 20:34:512041const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
2042const char kTraceUploadUrlDescription[] =
2043 "This is to be used in conjunction with the enable-navigation-tracing "
2044 "flag. Please select the label that best describes the recorded traces. "
2045 "This will choose the destination the traces are uploaded to. If you are "
2046 "not sure, select other. If left empty, no traces will be uploaded.";
2047const char kTraceUploadUrlChoiceOther[] = "Other";
2048const char kTraceUploadUrlChoiceEmloading[] = "emloading";
2049const char kTraceUploadUrlChoiceQa[] = "QA";
2050const char kTraceUploadUrlChoiceTesting[] = "Testing";
2051
Anthony Vallee-Dubois265c5692018-06-01 15:57:142052const char kTranslateForceTriggerOnEnglishName[] =
2053 "Select which language model to use to trigger translate on English "
2054 "content";
2055const char kTranslateForceTriggerOnEnglishDescription[] =
2056 "Force the Translate Triggering on English pages experiment to be enabled "
2057 "with the selected language model active.";
2058
Haohao Wang5b525f722019-05-18 15:37:522059const char kTranslateBubbleUIName[] =
2060 "Select which UI to use for translate bubble";
2061const char kTranslateBubbleUIDescription[] =
2062 "Three bubble options to choose. Existing UI is selected by default";
2063
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052064const char kTreatInsecureOriginAsSecureName[] =
2065 "Insecure origins treated as secure";
2066const char kTreatInsecureOriginAsSecureDescription[] =
2067 "Treat given (insecure) origins as secure origins. Multiple origins can be "
Alan Cutter733ec9a2019-08-27 15:33:132068 "supplied as a comma-separated list. Origins must have their protocol "
2069 "specified e.g. \"http://example.com\". For the definition of secure "
2070 "contexts, see https://w3c.github.io/webappsec-secure-contexts/";
Mustafa Emre Acerb3aa36a82018-05-22 21:44:052071
Joe DeBlasio2a4fb9982019-05-06 23:44:432072const char kTreatUnsafeDownloadsAsActiveName[] =
2073 "Treat risky downloads over insecure connections as active mixed content";
2074const char kTreatUnsafeDownloadsAsActiveDescription[] =
2075 "Disallows downloads of unsafe files (files that can potentially execute "
2076 "code), where the final download origin or any origin in the redirect "
2077 "chain is insecure if the originating page is secure.";
2078
Brett Wilsonecb80982017-07-12 20:34:512079const char kTrySupportedChannelLayoutsName[] =
2080 "Causes audio output streams to check if channel layouts other than the "
2081 "default hardware layout are available.";
2082const char kTrySupportedChannelLayoutsDescription[] =
2083 "Causes audio output streams to check if channel layouts other than the "
2084 "default hardware layout are available. Turning this on will allow the OS "
2085 "to do stereo to surround expansion if supported. May expose third party "
2086 "driver bugs, use with caution.";
2087
Shawn Pickett0b470712019-08-15 00:43:452088const char kTurnOffStreamingMediaCachingName[] =
2089 "Turn off caching of streaming media to disk.";
2090const char kTurnOffStreamingMediaCachingDescription[] =
2091 "Reduces disk activity during media playback, which can result in "
2092 "power savings.";
2093
Elly Fong-Jones99d8cdad2019-08-27 15:48:452094const char kUnexpireFlagsM76Name[] = "Temporarily unexpire M76 flags.";
2095const char kUnexpireFlagsM76Description[] =
2096 "Temporarily unexpire flags that are expired as of M76. These flags will "
Elly Fong-Jonesd488661c2019-07-31 21:53:262097 "be removed soon.";
2098
David Roger6762a092018-01-31 15:55:072099const char kUnifiedConsentName[] = "Unified Consent";
2100const char kUnifiedConsentDescription[] =
2101 "Enables a unified management of user consent for privacy-related "
2102 "features. This includes new confirmation screens and improved settings "
2103 "pages.";
2104
François Beaufortdb160c12019-05-01 06:28:142105const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
2106const char kUnsafeWebGPUDescription[] =
2107 "Enables access to the experimental WebGPU API. Warning: As GPU sanboxing "
2108 "isn't implemented yet for the WebGPU API, it is possible to read GPU data "
2109 "for other processes.";
2110
Brett Wilsonecb80982017-07-12 20:34:512111const char kUiPartialSwapName[] = "Partial swap";
2112const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2113
Wei Li790e7a8572018-03-23 01:31:552114const char kUsePdfCompositorServiceName[] =
2115 "Use PDF compositor service for printing";
2116const char kUsePdfCompositorServiceDescription[] =
2117 "When enabled, use PDF compositor service to composite and generate PDF "
2118 "files for printing. When site isolation is enabled, disabling this will "
2119 "not stop using PDF compositor service since the service is required for "
2120 "printing out-of-process iframes correctly.";
2121
Mustaq Ahmedc646c0a2017-10-20 20:08:302122const char kUserActivationV2Name[] = "User Activation v2";
2123const char kUserActivationV2Description[] =
2124 "Enable simple user activation for APIs that are otherwise controlled by "
2125 "user gesture tokens.";
2126
Vadym Doroshenkob7f9ef22019-07-16 13:51:062127const char kUsernameFirstFlowName[] = "Username first flow";
2128const char kUsernameFirstFlowDescription[] =
2129 "Support of username saving and filling on username first flow i.e. login "
2130 "flows where a user has to type username first on one page and then "
2131 "password on another page";
2132
Zentaro Kavanagh892851f2019-05-29 15:13:312133const char kUseSearchClickForRightClickName[] =
2134 "Use Search+Click for right click";
2135const char kUseSearchClickForRightClickDescription[] =
2136 "When enabled search+click will be remapped to right click, allowing "
2137 "webpages and apps to consume alt+click. When disabled the legacy "
2138 "behavior of remapping alt+click to right click will remain unchanged.";
2139
Michael Hablich896d52662017-10-23 15:59:572140const char kV8VmFutureName[] = "Future V8 VM features";
2141const char kV8VmFutureDescription[] =
2142 "This enables upcoming and experimental V8 VM features. "
2143 "This flag does not enable experimental JavaScript features.";
2144
Brett Wilsonecb80982017-07-12 20:34:512145const char kWalletServiceUseSandboxName[] =
2146 "Use Google Payments sandbox servers";
2147const char kWalletServiceUseSandboxDescription[] =
2148 "For developers: use the sandbox service for Google Payments API calls.";
2149
Brett Wilsonecb80982017-07-12 20:34:512150const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2151const char kWebglDraftExtensionsDescription[] =
2152 "Enabling this option allows web applications to access the WebGL "
2153 "Extensions that are still in draft status.";
2154
2155const char kWebMidiName[] = "Web MIDI API";
2156const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2157
Danyao Wang47a0f312019-05-09 20:52:242158const char kWebPaymentsExperimentalFeaturesName[] =
2159 "Experimental Web Payments API features";
2160const char kWebPaymentsExperimentalFeaturesDescription[] =
2161 "Enable experimental Web Payments API features";
2162
Qingsi Wangec2dbf942018-11-03 05:33:042163const char kWebrtcHideLocalIpsWithMdnsName[] =
2164 "Anonymize local IPs exposed by WebRTC.";
2165const char kWebrtcHideLocalIpsWithMdnsDecription[] =
2166 "Conceal local IP addresses with mDNS hostnames.";
2167
Alex Loikob5fb1282018-08-14 10:04:402168const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2169const char kWebrtcHybridAgcDescription[] =
2170 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2171
Brett Wilsonecb80982017-07-12 20:34:512172const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2173const char kWebrtcHwDecodingDescription[] =
2174 "Support in WebRTC for decoding video streams using platform hardware.";
2175
2176const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2177const char kWebrtcHwEncodingDescription[] =
2178 "Support in WebRTC for encoding video streams using platform hardware.";
2179
2180const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2181const char kWebrtcHwH264EncodingDescription[] =
2182 "Support in WebRTC for encoding h264 video streams using platform "
2183 "hardware.";
2184
2185const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2186const char kWebrtcHwVP8EncodingDescription[] =
2187 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2188
Sreerenj Balachandran2a5fd0972019-02-08 22:15:202189const char kWebrtcHwVP9EncodingName[] = "WebRTC hardware vp9 video encoding";
2190const char kWebrtcHwVP9EncodingDescription[] =
2191 "Support in WebRTC for encoding vp9 video streams using platform hardware.";
2192
Niels Möller090866a2018-02-13 10:55:032193const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2194 "WebRTC new encode cpu load estimator";
2195const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2196 "Enable new estimator for the encoder cpu load, for evaluation and "
2197 "testing. Intended to improve accuracy when screen casting.";
2198
Elad Alon85e0d0be2018-06-26 10:38:372199const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2200const char kWebRtcRemoteEventLogDescription[] =
2201 "Allow collecting WebRTC event logs and uploading them to Crash. "
2202 "Please note that, even if enabled, this will still require "
2203 "a policy to be set, for it to have an effect.";
2204
Brett Wilsonecb80982017-07-12 20:34:512205const char kWebrtcSrtpAesGcmName[] =
2206 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2207const char kWebrtcSrtpAesGcmDescription[] =
2208 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2209
2210const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2211const char kWebrtcStunOriginDescription[] =
2212 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2213 "header.";
2214
Peter Boström92add81d2019-08-12 22:14:242215const char kWebUITabStripName[] = "WebUI tab strip";
2216const char kWebUITabStripDescription[] =
2217 "When enabled makes use of a WebUI-based tab strip.";
2218
Brett Wilsonecb80982017-07-12 20:34:512219const char kWebvrName[] = "WebVR";
2220const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012221 "Enables access to experimental Virtual Reality functionality via the "
Alex Cooperee755592019-07-17 21:42:532222 "WebVR 1.1 API. This flag is deprecated and will be removed as soon as "
2223 "Chrome 79. This feature will eventually be replaced by the WebXR "
Anna Offenwanger00e6dd052018-04-05 02:12:012224 "Device API. Warning: Enabling this will also allow WebVR content on "
2225 "insecure origins to access these powerful APIs, and may pose a security "
David Dorwin09448942019-01-11 23:37:302226 "risk. Controllers are exposed as Gamepads, and WebVR-specific attributes "
2227 "are exposed.";
Brett Wilsonecb80982017-07-12 20:34:512228
Brandon Jonese9d9b2b2017-12-11 22:20:112229const char kWebXrName[] = "WebXR Device API";
2230const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012231 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2232 "and Augmented Reality (AR) devices.";
2233
Brandon Jones3c1295802019-08-21 18:18:222234const char kWebXrArModuleName[] = "WebXR AR Module";
2235const char kWebXrArModuleDescription[] =
2236 "Enables access to Augmented Reality features defined in the WebXR AR "
2237 "Module";
2238
Piotr Bialecki2cab3f292019-08-09 17:36:472239const char kWebXrAnchorsName[] = "WebXR Anchors";
2240const char kWebXrAnchorsDescription[] =
2241 "Enables access to anchors via WebXR API.";
2242
Ian Vollick7aaccf92018-04-07 23:10:432243const char kWebXrHitTestName[] = "WebXR Hit Test";
2244const char kWebXrHitTestDescription[] =
2245 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112246
Piotr Bialeckid77fb9c2019-04-26 17:06:242247const char kWebXrPlaneDetectionName[] = "WebXR Plane Detection";
2248const char kWebXrPlaneDetectionDescription[] =
2249 "Enables access to planes detected in the user's environment.";
2250
Brett Wilsonecb80982017-07-12 20:34:512251const char kZeroCopyName[] = "Zero-copy rasterizer";
2252const char kZeroCopyDescription[] =
2253 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342254
Peng Huang70021682019-09-18 19:42:282255const char kEnableVulkanName[] = "Vulkan";
2256const char kEnableVulkanDescription[] = "Use vulkan as the graphocs backend.";
2257
Brett Wilsonff596952017-07-14 01:06:552258// Android ---------------------------------------------------------------------
2259
2260#if defined(OS_ANDROID)
2261
2262const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2263const char kAiaFetchingDescription[] =
2264 "Enable intermediate certificate fetching when a server does not provide "
2265 "sufficient certificates to build a chain to a trusted root.";
2266
Pavel Shmakov798f4742018-11-15 21:27:382267const char kAllowRemoteContextForNotificationsName[] =
2268 "Allow using remote app context for notifications";
2269const char kAllowRemoteContextForNotificationsDescription[] =
2270 "Allow using Context#createPackageContext to work around issues with status"
2271 "bar icons on certain Android M devices.";
2272
Brett Wilsonff596952017-07-14 01:06:552273const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2274const char kAndroidAutofillAccessibilityDescription[] =
2275 "Enable accessibility for autofill popup.";
2276
Pavel Yatsukfb2129a2019-09-20 03:28:502277const char kAndroidSetupSearchEngineName[] = "Android setup search engine";
2278const char kAndroidSetupSearchEngineDescription[] =
2279 "Enables search engine selection at Android setup.";
2280
Khushalbb1963a2018-10-02 21:02:352281const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2282const char kAndroidSurfaceControlDescription[] =
2283 "Use the SurfaceControl API for supporting overlays on Android";
2284
Anita Woodruffbfcd1e52018-07-16 12:00:512285const char kAppNotificationStatusMessagingName[] =
2286 "App notification status messaging";
2287const char kAppNotificationStatusMessagingDescription[] =
2288 "Enables messaging in site permissions UI informing user when "
2289 "notifications are disabled for the entire app.";
2290
Miriam Gershenson8cf1397222018-01-23 22:48:292291const char kAsyncDnsName[] = "Async DNS resolver";
2292const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2293
Dan Harrington01229f82018-09-12 21:01:212294const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2295const char kAutoFetchOnNetErrorPageDescription[] =
2296 "When enabled, and navigation fails with an offline error, schedule a "
2297 "fetch of the page when online again.";
2298
Brett Wilsonff596952017-07-14 01:06:552299const char kAutofillAccessoryViewName[] =
2300 "Autofill suggestions as keyboard accessory view";
2301const char kAutofillAccessoryViewDescription[] =
2302 "Shows Autofill suggestions on top of the keyboard rather than in a "
2303 "dropdown.";
2304
Caitlin Fischer43edd90a2019-05-01 13:24:302305const char kAutofillUseMobileLabelDisambiguationName[] =
2306 "Autofill Uses Mobile Label Disambiguation";
2307const char kAutofillUseMobileLabelDisambiguationDescription[] =
2308 "When enabled, Autofill suggestions' labels are displayed using a "
2309 "mobile-friendly format.";
2310
Tibor Goldschwendt11b3cf22018-07-04 15:32:442311const char kBackgroundTaskComponentUpdateName[] =
2312 "Background Task Component Updates";
2313const char kBackgroundTaskComponentUpdateDescription[] =
2314 "Schedule component updates with BackgroundTaskScheduler";
2315
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002316const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2317const char kCCTModuleDescription[] =
2318 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2319
Michael van Ouwerkerk29a7a292018-10-09 09:20:142320const char kCCTModuleCacheName[] = "Chrome Custom Tabs Module Cache";
2321const char kCCTModuleCacheDescription[] =
Michael van Ouwerkerka5df1ec2018-10-11 11:57:402322 "Enables a cache for dynamically loaded modules in Chrome Custom Tabs. "
2323 "Under mild memory pressure the cache may be retained for some time";
Michael van Ouwerkerk29a7a292018-10-09 09:20:142324
John Lin170c00b2018-11-21 15:44:252325const char kCCTModuleCustomHeaderName[] =
2326 "Chrome Custom Tabs Module Custom Header";
2327const char kCCTModuleCustomHeaderDescription[] =
2328 "Enables header customization by dynamically loaded modules in "
2329 "Chrome Custom Tabs.";
2330
Michael van Ouwerkerk0878427a2019-02-13 15:11:422331const char kCCTModuleCustomRequestHeaderName[] =
2332 "Chrome Custom Tabs Module Custom Request Header";
2333const char kCCTModuleCustomRequestHeaderDescription[] =
2334 "Enables a custom request header for URLs managed by dynamically loaded "
2335 "modules in Chrome Custom Tabs.";
2336
alihanlivdumlu12ac4772019-01-17 17:37:182337const char kCCTModuleDexLoadingName[] = "Chrome Custom Tabs Module Dex Loading";
2338const char kCCTModuleDexLoadingDescription[] =
2339 "Enables loading Chrome Custom Tabs module code from a dex file "
2340 "provided by the module.";
2341
barkerd84051482018-11-13 14:46:562342const char kCCTModulePostMessageName[] =
2343 "Chrome Custom Tabs Module postMessage API";
2344const char kCCTModulePostMessageDescription[] =
2345 "Enables the postMessage API exposed to dynamically loaded modules in "
2346 "Chrome Custom Tabs.";
2347
Anna Malova9bb4ead2019-01-18 18:01:262348const char kCCTModuleUseIntentExtrasName[] =
2349 "Chrome Custom Tabs Module Intent Extras Usage";
2350const char kCCTModuleUseIntentExtrasDescription[] =
2351 "Enables usage of Intent's extras in Chrome Custom Tabs Module";
2352
Anna Malovaf7c734a2019-03-01 13:08:452353const char kCCTTargetTranslateLanguageName[] =
2354 "Chrome Custom Tabs Target Translate Language";
2355const char kCCTTargetTranslateLanguageDescription[] =
2356 "Enables specify target language the page should be translated to "
2357 "in Chrome Custom Tabs.";
2358
Matthew Jones1abcb132018-07-09 17:59:462359const char kChromeDuetName[] = "Chrome Duet";
2360const char kChromeDuetDescription[] =
2361 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052362
Pedro Amaral5e345192019-05-21 21:18:472363const char kChromeDuetLabelsName[] = "Chrome Duet Labels";
2364const char kChromeDuetLabelsDescription[] =
2365 "Enables Chrome Duet (split toolbar) labels.";
2366
Sarath Singapati83aef1c2017-11-16 15:54:522367const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2368const char kClearOldBrowsingDataDescription[] =
2369 "Enables clearing of browsing data which is older than a given time "
2370 "period.";
2371
Richard Knoll368596e52019-08-14 09:16:282372const char kClickToCallOpenDialerDirectlyName[] =
2373 "Open the dialer directly for Click to Call";
2374const char kClickToCallOpenDialerDirectlyDescription[] =
2375 "Enables opening the dialer directly instead of displaying a notification. "
2376 "Only available on Android P- and when the screen is on and unlocked.";
David Maunder915c7ef2019-09-20 16:22:082377const char kCloseTabSuggestionsName[] = "Suggest to close Tabs";
2378const char kCloseTabSuggestionsDescription[] =
2379 "Suggests to the user to close Tabs that haven't been used beyond a "
2380 "configurable threshold or where duplicates of Tabs exist. "
2381 "The threshold is configurable.";
Richard Knoll368596e52019-08-14 09:16:282382
Michael van Ouwerkerkd4e4a392019-07-26 14:41:132383const char kClickToCallReceiverName[] =
2384 "Enable receiver device to handle click to call feature";
2385const char kClickToCallReceiverDescription[] =
2386 "Enables receiver device to handle click to call feature by showing a "
2387 "notification to call the phone number clicked on the desktop.";
2388
Donn Denman4315f262019-03-02 02:47:412389const char kContextualSearchDefinitionsName[] = "Contextual Search definitions";
2390const char kContextualSearchDefinitionsDescription[] =
2391 "Enables tap-activated contextual definitions of words on a page to be "
2392 "presented in the caption of the Tap to Search Bar.";
2393
Donn Denman6be77d42019-05-04 15:55:422394const char kContextualSearchLongpressResolveName[] =
2395 "Contextual Search long-press Resolves";
2396const char kContextualSearchLongpressResolveDescription[] =
2397 "Enables communicating with Google servers when a long-press gesture is "
2398 "recognized under some privacy-limited conditions. The page context data "
2399 " sent to Google is potentially privacy sensitive!";
2400
Donn Denman8e58ead2017-11-04 01:44:012401const char kContextualSearchMlTapSuppressionName[] =
2402 "Contextual Search ML tap suppression";
2403const char kContextualSearchMlTapSuppressionDescription[] =
2404 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022405 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2406 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552407
Donn Denman59729812018-01-09 01:27:022408const char kContextualSearchRankerQueryName[] =
2409 "Contextual Search Ranker prediction";
2410const char kContextualSearchRankerQueryDescription[] =
2411 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2412
Donn Denman63d169f2019-03-08 23:34:502413const char kContextualSearchSimplifiedServerName[] =
2414 "Contextual Search simplified server logic";
2415const char kContextualSearchSimplifiedServerDescription[] =
2416 "Enables simpler server-side logic for determining what data to return and "
2417 "show in the Contextual Search UI. Option to allow all cards CoCa "
2418 "returns.";
2419
Donn Denman59729812018-01-09 01:27:022420const char kContextualSearchSecondTapName[] =
2421 "Contextual Search second tap triggering";
2422const char kContextualSearchSecondTapDescription[] =
2423 "Enables triggering on a second tap gesture even when Ranker would "
2424 "normally suppress that tap.";
2425
Donn Denman75f4b052019-04-05 17:55:212426const char kContextualSearchTranslationModelName[] =
2427 "Contextual Search translation using the Chrome translate model.";
2428const char kContextualSearchTranslationModelDescription[] =
2429 "Enables triggering translation in Contextual Search according to the "
2430 "Chrome translation model semantics.";
2431
Jordan Demeulenaere9404ba232019-07-01 12:57:162432const char kDirectActionsName[] = "Direct actions";
2433const char kDirectActionsDescription[] =
2434 "Enables direct actions (Android Q and more).";
2435
Shakti Sahu9ec8cfd2018-07-17 13:29:292436const char kDownloadHomeV2Name[] = "Enable download home v2";
2437const char kDownloadHomeV2Description[] =
2438 "Enables the new UI for download home";
2439
Hesen Zhangf7ad6142019-03-12 23:48:312440const char kDownloadRenameName[] = "Enable download rename";
2441const char kDownloadRenameDescription[] = "Enables rename option for downloads";
2442
Fabio Tirelo918089a2018-10-22 21:24:082443const char kAutofillManualFallbackAndroidName[] =
2444 "Enable Autofill manual fallback for Addresses and Payments (Android)";
2445const char kAutofillManualFallbackAndroidDescription[] =
2446 "If enabled, adds toggle for addresses and payments bottom sheet to the "
2447 "keyboard accessory.";
2448
Fabio Tirelo315e65922018-09-05 03:35:492449const char kEnableAutofillRefreshStyleName[] =
2450 "Enable Autofill refresh style (Android)";
2451const char kEnableAutofillRefreshStyleDescription[] =
2452 "Enable modernized style for Autofill on Android";
2453
Vitalii Iarkof4ed32d2017-09-26 13:15:532454const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552455const char kEnableAndroidSpellcheckerDescription[] =
2456 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552457
Lei Tianbd5a3bf2018-02-28 19:01:162458const char kEnableCommandLineOnNonRootedName[] =
2459 "Enable command line on non-rooted devices";
2460const char kEnableCommandLineOnNoRootedDescription[] =
2461 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2462
Sinan Sahin3bafe272019-03-11 17:03:062463const char kEnableRevampedContextMenuName[] =
2464 "Enable the revamped context menu";
2465const char kEnableRevampedContextMenuDescription[] =
2466 "Enables a revamped context menu when a link, image, or video is long "
2467 "pressed within Chrome.";
2468
Brett Wilsonff596952017-07-14 01:06:552469const char kEnableNtpRemoteSuggestionsName[] =
2470 "Show server-side suggestions on the New Tab page";
2471const char kEnableNtpRemoteSuggestionsDescription[] =
2472 "If enabled, the list of content suggestions on the New Tab page will "
2473 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2474 "allows to override the source used to retrieve these server-side "
2475 "suggestions.";
2476
Brett Wilsonff596952017-07-14 01:06:552477const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2478const char kEnableOfflinePreviewsDescription[] =
2479 "Enable showing offline page previews on slow networks.";
2480
Brett Wilsonff596952017-07-14 01:06:552481const char kEnableWebNfcName[] = "WebNFC";
2482const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2483
Donn Denman6d184582019-05-18 00:32:112484const char kEphemeralTabName[] = "An ephemeral Preview Tab in an Overlay Panel";
Donn Denmanffaeaa32018-10-12 17:37:532485const char kEphemeralTabDescription[] =
Donn Denmanb45c26a2019-02-13 01:42:212486 "Enable a 'Preview page/image' at a linked page into an overlay.";
Donn Denmanffaeaa32018-10-12 17:37:532487
Shakti Sahuec6030f2019-09-10 22:09:312488const char kEphemeralTabUsingBottomSheetName[] =
2489 "An ephemeral Preview Tab in the bottom sheet";
2490const char kEphemeralTabUsingBottomSheetDescription[] =
2491 "Enable a 'Preview page/image' at a linked page into the bottom sheet.";
2492
Lei Zhang0a318af2018-11-14 02:19:462493const char kExploreSitesName[] = "Explore websites";
2494const char kExploreSitesDescription[] =
2495 "Enables portal from new tab page to explore websites.";
2496
Ian Wells665a2b92019-07-12 21:19:002497const char kInterestFeedNotificationsName[] = "Interest Feed Notifications";
2498const char kInterestFeedNotificationsDescription[] =
2499 "Show notifications for some suggested content from the interest feed. "
2500 "#interest-feed-content-suggestions should also be enabled.";
2501
Pavel Yatsuk6b1e3a072019-05-08 22:18:252502const char kIdentityDiscName[] = "Identity Disc";
2503const char kIdentityDiscDescription[] =
2504 "Enables Identity Disc, profile avatar icon button in toolbar.";
2505
Theresa920e0ed2018-03-07 18:12:442506const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152507 "Use the interest feed to render content suggestions. Currently "
2508 "content "
Theresa920e0ed2018-03-07 18:12:442509 "suggestions are shown on the New Tab Page.";
2510const char kInterestFeedContentSuggestionsName[] =
2511 "Interest Feed Content Suggestions";
2512
Ioana Pandeled8dc2b692019-02-20 12:04:152513const char kManualPasswordGenerationAndroidName[] =
2514 "Manual password generation";
2515const char kManualPasswordGenerationAndroidDescription[] =
2516 "Whether Chrome should offer users the option to manually request to "
2517 "generate passwords on Android.";
Amirhossein Simjour97b4154f2018-02-20 03:49:592518
Dan Harrington541db9e2018-07-30 18:36:302519const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2520const char kNewNetErrorPageUIDescription[] =
Dan Harringtonc78e4622019-03-22 19:13:242521 "Enables showing available offline content on the net-error (Dino) page.";
Dan Harrington541db9e2018-07-30 18:36:302522
Brett Wilsonff596952017-07-14 01:06:552523const char kNewPhotoPickerName[] = "Enable new Photopicker";
2524const char kNewPhotoPickerDescription[] =
2525 "Activates the new picker for selecting photos.";
2526
2527const char kNoCreditCardAbort[] = "No Credit Card Abort";
2528const char kNoCreditCardAbortDescription[] =
2529 "Whether or not the No Credit Card Abort is enabled.";
2530
Jian Liade82832018-09-06 22:31:412531const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2532const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2533 "Always do http probe to detect network connectivity for offline indicator "
2534 "as opposed to just taking the connection state from the system."
2535 "Used for testing.";
2536
2537const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2538const char kOfflineIndicatorChoiceDescription[] =
2539 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322540
Sinan Sahin18cc52c2019-09-12 23:07:152541const char kOfflineIndicatorV2Name[] = "Offline indicator V2";
2542const char kOfflineIndicatorV2Description[] =
2543 "Show a persistent offline indicator when offline.";
2544
Brett Wilsonff596952017-07-14 01:06:552545const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2546const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2547
2548const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2549const char kOfflinePagesCtV2Description[] =
2550 "V2 features include attributing pages to the app that initiated the "
2551 "custom tabs, and being able to query for pages by page attribution.";
2552
Cathy Li7311d792018-04-05 00:34:162553const char kOfflinePagesCTSuppressNotificationsName[] =
2554 "Disable download complete notification for whitelisted CCT apps.";
2555const char kOfflinePagesCTSuppressNotificationsDescription[] =
2556 "Disable download complete notification for page downloads originating "
2557 "from a CCT app whitelisted to show their own download complete "
2558 "notification.";
2559
Candice Sy74fa7a352018-03-30 23:46:492560const char kOfflinePagesDescriptiveFailStatusName[] =
2561 "Enables descriptive failed download status text.";
2562const char kOfflinePagesDescriptiveFailStatusDescription[] =
2563 "Enables failed download status text in notifications and Downloads Home "
2564 "to state the reason the request failed if the failure is actionable.";
2565
2566const char kOfflinePagesDescriptivePendingStatusName[] =
2567 "Enables descriptive pending download status text.";
2568const char kOfflinePagesDescriptivePendingStatusDescription[] =
2569 "Enables pending download status text in notifications and Downloads Home "
2570 "to state the reason the request is pending.";
2571
2572const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2573 "Enables offline pages in the downloads home to be opened in CCT.";
2574const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2575 "When enabled offline pages launched from the Downloads Home will be "
2576 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2577
Carlos Knippschild09272ecd2017-12-09 03:29:362578const char kOfflinePagesLimitlessPrefetchingName[] =
2579 "Removes resource usage limits for the prefetching of offline pages.";
2580const char kOfflinePagesLimitlessPrefetchingDescription[] =
2581 "Allows the prefetching of suggested offline pages to ignore resource "
2582 "usage limits. This allows it to completely ignore data usage limitations "
2583 "and allows downloads to happen with any kind of connection.";
2584
Brett Wilsonff596952017-07-14 01:06:552585const char kOfflinePagesLoadSignalCollectingName[] =
2586 "Enables collecting load timing data for offline page snapshots.";
2587const char kOfflinePagesLoadSignalCollectingDescription[] =
2588 "Enables loading completeness data collection while writing an offline "
2589 "page. This data is collected in the snapshotted offline page to allow "
2590 "data analysis to improve deciding when to make the offline snapshot.";
2591
2592const char kOfflinePagesPrefetchingName[] =
2593 "Enables suggested offline pages to be prefetched.";
2594const char kOfflinePagesPrefetchingDescription[] =
2595 "Enables suggested offline pages to be prefetched, so useful content is "
2596 "available while offline.";
2597
Pete Williamson7845dff2017-09-20 11:06:192598const char kOfflinePagesResourceBasedSnapshotName[] =
2599 "Enables offline page snapshots to be based on percentage of page loaded.";
2600const char kOfflinePagesResourceBasedSnapshotDescription[] =
2601 "Enables offline page snapshots to use a resource percentage based "
2602 "approach for determining when the page is loaded as opposed to a time "
2603 "based approach";
2604
Collin Baker17f92a52017-07-19 21:41:252605const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2606const char kOfflinePagesRenovationsDescription[] =
2607 "Enables offline page renovations which correct issues with dynamic "
2608 "content that occur when offlining pages that use JavaScript.";
2609
Yafei Duan36b4b5b2018-08-07 00:40:032610const char kOfflinePagesLivePageSharingName[] =
2611 "Enables live page sharing of offline pages";
2612const char kOfflinePagesLivePageSharingDescription[] =
2613 "Enables to share current loaded page as offline page by saving as MHTML "
2614 "first.";
2615
Cathy Lie0d88762018-04-12 08:03:012616const char kOfflinePagesShowAlternateDinoPageName[] =
2617 "Enable alternate dino page with more user capabilities.";
2618const char kOfflinePagesShowAlternateDinoPageDescription[] =
2619 "Enables the dino page to show more buttons and offer existing offline "
2620 "content.";
2621
Brett Wilsonff596952017-07-14 01:06:552622const char kOffliningRecentPagesName[] =
2623 "Enable offlining of recently visited pages";
2624const char kOffliningRecentPagesDescription[] =
2625 "Enable storing recently visited pages locally for offline use. Requires "
2626 "Offline Pages to be enabled.";
2627
Andrei Chulkov1a12e6d22019-07-15 11:16:072628const char kPasswordManagerOnboardingAndroidName[] =
2629 "Password manager onboarding experience";
2630const char kPasswordManagerOnboardingAndroidDescription[] =
2631 "This flag enables showing the password manager onboarding experience.";
2632
Aaron Colwell5235f352019-07-25 20:10:242633extern const char kProcessSharingWithDefaultSiteInstancesName[] =
2634 "Process sharing with default site instances";
2635extern const char kProcessSharingWithDefaultSiteInstancesDescription[] =
2636 "When site isolation is disabled, this mode changes how sites are lumped "
2637 "in to shared processes. For sites that do not require isolation, this "
2638 "feature groups them into a single 'default' site instance (per browsing "
2639 "instance) instead of creating unique site instances for each one. This "
2640 "enables resource savings by creating fewer processes for sites that do "
2641 "not need isolation.";
2642
Andrei Chulkov1a12e6d22019-07-15 11:16:072643extern const char kProcessSharingWithStrictSiteInstancesName[] =
2644 "Process sharing with strict site instances";
2645extern const char kProcessSharingWithStrictSiteInstancesDescription[] =
2646 "When site isolation is disabled, this mode changes how sites are lumped "
2647 "in to a shared process. Process selection is usually controlled with "
2648 "site instances. With strict site isolation, each site on a page gets its "
2649 "own site instance and process. With site isolation disabled and without "
2650 "this mode, all sites that share a process are put into the same site "
2651 "instance. This mode adds a third way: site instances are strictly "
2652 "separated like strict site isolation, but process selection puts multiple "
2653 "site instances in a single process.";
2654
Brett Wilsonff596952017-07-14 01:06:552655const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2656const char kReaderModeHeuristicsDescription[] =
2657 "Determines what pages the Reader Mode infobar is shown on.";
2658const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2659const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2660const char kReaderModeHeuristicsAllArticles[] = "All articles";
2661const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2662const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2663
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182664const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2665const char kReaderModeInCCTDescription[] =
2666 "Open Reader Mode in Chrome Custom Tabs.";
2667
Varun Khaneja80712a82018-10-12 23:34:592668const char kSafeBrowsingUseLocalBlacklistsV2Name[] =
2669 "Use local Safe Browsing blacklists";
2670const char kSafeBrowsingUseLocalBlacklistsV2Description[] =
2671 "If enabled, maintain a copy of Safe Browsing blacklists in the browser "
2672 "process to check the Safe Browsing reputation of URLs without calling "
2673 "into GmsCore for every URL.";
2674
Brett Wilsonff596952017-07-14 01:06:552675const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2676const char kSetMarketUrlForTestingDescription[] =
2677 "When enabled, sets the market URL for use in testing the update menu "
2678 "item.";
2679
Donn Denmane32c706c2019-04-26 22:30:112680const char kShoppingAssistName[] = "Shopping assist exploration";
2681const char kShoppingAssistDescription[] =
2682 "Show some shopping assistance when available";
2683
Alex Moshchuk07e1bb42019-03-08 04:44:082684const char kSiteIsolationForPasswordSitesName[] =
2685 "Site Isolation For Password Sites";
2686const char kSiteIsolationForPasswordSitesDescription[] =
2687 "Security mode that enables site isolation for sites based on "
2688 "password-oriented heuristics, such as a user typing in a password.";
2689
Lei Zhang0a318af2018-11-14 02:19:462690const char kStrictSiteIsolationName[] = "Strict site isolation";
2691const char kStrictSiteIsolationDescription[] =
2692 "Security mode that enables site isolation for all sites (SitePerProcess). "
2693 "In this mode, each renderer process will contain pages from at most one "
2694 "site, using out-of-process iframes when needed. "
2695 "Check chrome://process-internals to see the current isolation mode. "
2696 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
2697 "default. Here, 'Disabled' is a legacy value that actually means "
2698 "'Default,' in which case site isolation may be already enabled based on "
2699 "platform, enterprise policy, or field trial. See also "
2700 "#site-isolation-trial-opt-out for how to disable site isolation for "
2701 "testing.";
2702
Lijin Shend6f35432019-08-21 02:26:592703extern const char kTabSwitcherLongpressMenuName[] =
2704 "Enable tab switcher long-press menu";
2705extern const char kTabSwitcherLongpressMenuDescription[] =
2706 "Enable showing a popup menu when the tab switcher is long-pressed, which "
2707 "displays options for 'NewTab', 'New incognito tab' and 'Close tab'.";
2708
Mia Glaese57c6b192019-08-05 20:40:402709const char kStartSurfaceAndroidName[] = "Start Surface";
2710const char kStartSurfaceAndroidDescription[] =
2711 "Enable showing the start surface when launching Chrome via the "
gogerald939debf2019-07-16 17:31:482712 "launcher.";
2713
Brett Wilsonff596952017-07-14 01:06:552714const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2715const char kUpdateMenuBadgeDescription[] =
Tommy Nyquist3c02e592018-10-18 23:36:442716 "When enabled, a badge will be shown on the app menu button if the update "
2717 "type is Update Available or Unsupported OS Version.";
Brett Wilsonff596952017-07-14 01:06:552718
2719const char kUpdateMenuItemCustomSummaryDescription[] =
2720 "When this flag and the force show update menu item flag are enabled, a "
2721 "custom summary string will be displayed below the update menu item.";
2722const char kUpdateMenuItemCustomSummaryName[] =
2723 "Update menu item custom summary";
2724
Tommy Nyquist3c02e592018-10-18 23:36:442725const char kUpdateMenuTypeName[] =
2726 "Forces the update menu type to a specific type";
2727const char kUpdateMenuTypeDescription[] =
2728 "When set, forces the update type to be a specific one, which impacts "
Tommy Nyquist023d505f2019-02-16 02:18:382729 "the app menu badge and menu item for updates. For Inline Update, the "
2730 "update available flag is implied. The 'Inline Update: Success' selection "
2731 "goes through the whole inline update flow to the end with a successful "
2732 "outcome. The other 'Inline Update' options go through the same flow, but "
2733 "stop at various stages, see their error type for details.";
Tommy Nyquist3c02e592018-10-18 23:36:442734const char kUpdateMenuTypeNone[] = "None";
2735const char kUpdateMenuTypeUpdateAvailable[] = "Update Available";
2736const char kUpdateMenuTypeUnsupportedOSVersion[] = "Unsupported OS Version";
Tommy Nyquist023d505f2019-02-16 02:18:382737const char kUpdateMenuTypeInlineUpdateSuccess[] = "Inline Update: Success";
2738const char kUpdateMenuTypeInlineUpdateDialogCanceled[] =
2739 "Inline Update Error: Dialog Canceled";
2740const char kUpdateMenuTypeInlineUpdateDialogFailed[] =
2741 "Inline Update Error: Dialog Failed";
2742const char kUpdateMenuTypeInlineUpdateDownloadFailed[] =
2743 "Inline Update Error: Download Failed";
2744const char kUpdateMenuTypeInlineUpdateDownloadCanceled[] =
2745 "Inline Update Error: Download Canceled";
2746const char kUpdateMenuTypeInlineUpdateInstallFailed[] =
2747 "Inline Update Error: Install Failed";
Brett Wilsonff596952017-07-14 01:06:552748
Patrick Noland76b5c442019-07-30 01:01:392749const char kUsageStatsDescription[] =
2750 "When set, enables sharing of per-domain usage stats with the Digital "
2751 "Wellbeing app on Android, and allows Digital Wellbeing to suspend access "
2752 "to websites in order to enforce user-defined time limits.";
2753const char kUsageStatsName[] = "Share Usage Stats with Digital Wellbeing";
2754
Tommy Nyquist26ffb642019-02-20 20:31:522755const char kInlineUpdateFlowName[] = "Enable Google Play inline update flow";
2756const char kInlineUpdateFlowDescription[] =
2757 "When this flag is set, instead of taking the user to the Google Play "
2758 "Store when an update is available, the user is presented with an inline "
2759 "flow where they do not have to leave Chrome until the update is ready "
2760 "to install.";
2761
Becky Zhou65584142019-01-10 18:22:292762#if BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2763
Becky Zhoubcac628f2019-02-28 18:22:372764const char kAndroidNightModeName[] = "Android Chrome UI dark mode";
Becky Zhou65584142019-01-10 18:22:292765const char kAndroidNightModeDescription[] =
Becky Zhoubcac628f2019-02-28 18:22:372766 "If enabled, user can enable Android Chrome UI dark mode through settings.";
Becky Zhou65584142019-01-10 18:22:292767
2768#endif // BUILDFLAG(ENABLE_ANDROID_NIGHT_MODE)
2769
Brett Wilson7b44537e2017-08-18 01:38:282770// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552771
Brett Wilson7b44537e2017-08-18 01:38:282772#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482773
Brett Wilson7b44537e2017-08-18 01:38:282774const char kAccountConsistencyName[] =
2775 "Identity consistency between browser and cookie jar";
2776const char kAccountConsistencyDescription[] =
2777 "When enabled, the browser manages signing in and out of Google accounts.";
2778const char kAccountConsistencyChoiceMirror[] = "Mirror";
2779const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342780
Monica Basta0dcdbcc2019-08-07 11:06:222781const char kForceDiceMigrationName[] = "Force the migration to Dice";
2782const char kForceDiceMigrationDescription[] =
2783 "When enabled the account reconcilor will force the migration to dice";
2784
Monica Bastac9f75902019-07-24 14:13:052785const char kShowSyncPausedReasonCookiesClearedOnExitName[] =
2786 "Show sync paused reason is the setup of cookie settings.";
2787const char kShowSyncPausedReasonCookiesClearedOnExitDescription[] =
2788 "If enabled and the user is in sync paused state because of cookie settings"
2789 " set to clear cookies on exit, we show the user a message with the reason"
2790 " in the user menu.";
2791
Reka Normana11e57fc2019-01-29 21:56:582792const char kAppManagementName[] = "Enable App Management page";
2793const char kAppManagementDescription[] =
2794 "Shows the new app management page at chrome://apps.";
2795
Takumi Fujimotod1da5b92019-06-07 00:35:482796const char kCastMediaRouteProviderName[] = "Cast Media Route Provider";
2797const char kCastMediaRouteProviderDescription[] =
2798 "Enables the native Cast Media Route Provider implementation to be used "
2799 "instead of the implementation in the Media Router component extension.";
2800
Gayane Petrosyan556e9172019-05-10 18:13:472801const char kChromeColorsName[] = "Chrome Colors menu";
2802const char kChromeColorsDescription[] =
2803 "Show Chrome Colors menu in the NTP customization menu.";
2804
Gayane Petrosyanc2ad4362019-07-30 05:43:262805const char kChromeColorsCustomColorPickerName[] =
2806 "Custom color picker for Chrome Colors menu";
2807const char kChromeColorsCustomColorPickerDescription[] =
2808 "Show custom color picker in Chrome Colors menu.";
2809
Takumi Fujimotod1da5b92019-06-07 00:35:482810const char kDialMediaRouteProviderName[] = "DIAL Media Route Provider";
2811const char kDialMediaRouteProviderDescription[] =
2812 "Enables the native DIAL Media Route Provider implementation to be used "
2813 "instead of the implementation in the Media Router component extension.";
2814
Kristi Park786fbf12019-05-11 00:47:302815const char kGridLayoutForNtpShortcutsName[] =
2816 "Enable grid layout for NTP shortcuts";
2817const char kGridLayoutForNtpShortcutsDescription[] =
2818 "Enables better animations for the shortcuts, including improved "
2819 "drag-and-drop.";
2820
Kyle Milka24687352019-04-11 21:13:082821const char kNtpCustomizationMenuV2Name[] = "NTP customization menu version 2";
2822const char kNtpCustomizationMenuV2Description[] =
2823 "Use the second version of the NTP customization menu.";
2824
Dan Beam697798fa2019-08-28 03:38:072825const char kNtpDisableInitialMostVisitedFadeInName[] =
Dan Beam8388f3d2019-05-11 01:51:052826 "Disable NTP initial most visited fade in";
Dan Beam697798fa2019-08-28 03:38:072827const char kNtpDisableInitialMostVisitedFadeInDescription[] =
Dan Beam8388f3d2019-05-11 01:51:052828 "Do now initially fade in most visited tiles on the New Tab Page";
2829
Dan Beam697798fa2019-08-28 03:38:072830const char kNtpRealboxName[] = "Real search box in New Tab Page";
2831const char kNtpRealboxDescription[] =
2832 "Enables a search box in the middle of the NTP that will accept input "
2833 "directly (i.e. not be a \"fake\" box). Search results will show below the "
2834 "non-fake input (\"realbox\").";
2835
Christian Dullweber230cc8f2019-09-20 14:00:162836const char kImprovedCookieControlsName[] =
2837 "Enable improved cookie controls UI in incognito mode";
2838const char kImprovedCookieControlsDescription[] =
2839 "Improved UI in Incognito mode for third-party cookie blocking.";
2840
2841const char kImprovedCookieControlsForThirdPartyCookieBlockingName[] =
2842 "Enable improved UI for third-party cookie blocking";
2843const char kImprovedCookieControlsForThirdPartyCookieBlockingDescription[] =
2844 "Enables an improved UI for existing third-party cookie blocking users.";
Christian Dullweber0df89912019-08-29 13:52:322845
Aran Gilman766c2ad2019-04-18 00:15:412846const char kEnableReaderModeName[] = "Enable Reader Mode";
2847const char kEnableReaderModeDescription[] =
2848 "Allows viewing of simplified web pages by selecting 'Customize and "
2849 "control Chrome'>'Distill page'";
2850
Lei Zhang0a318af2018-11-14 02:19:462851const char kEnableWebAuthenticationBleSupportName[] =
2852 "Web Authentication API BLE support";
2853const char kEnableWebAuthenticationBleSupportDescription[] =
2854 "Enable support for using Web Authentication API via Bluetooth security "
2855 "keys";
Sebastien Marchandd33f7dc2018-06-22 22:07:062856
Sebastien Marchandd33f7dc2018-06-22 22:07:062857const char kEnableWebAuthenticationTestingAPIName[] =
2858 "Web Authentication Testing API";
2859const char kEnableWebAuthenticationTestingAPIDescription[] =
2860 "Enable Web Authentication Testing API support, which disconnects the API "
2861 "implementation from the real world, and allows configuring virtual "
2862 "authenticator devices for testing";
2863
Owen Min853a8162019-04-26 19:20:362864const char kEnterpriseReportingInBrowserName[] =
2865 "Enterprise cloud reporting in browser";
2866const char kEnterpriseReportingInBrowserDescription[] =
2867 "Enable the enterprise cloud reporting in browser without installing the "
2868 "reporting companion extension. This feautre requires device level cloud "
2869 "mangement.";
2870
Jeffrey Cohenf04130a42018-08-29 00:22:272871const char kHappinessTrackingSurveysForDesktopName[] =
2872 "Happiness Tracking Surveys";
2873const char kHappinessTrackingSurveysForDesktopDescription[] =
2874 "Enable showing Happiness Tracking Surveys to users on Desktop";
2875
Wei Li2946b352019-08-19 21:49:542876const char kHappinessTrackingSurveysForDesktopDemoName[] =
2877 "Happiness Tracking Surveys Demo";
2878const char kHappinessTrackingSurveysForDesktopDemoDescription[] =
2879 "Enable showing Happiness Tracking Surveys Demo to users on Desktop";
2880
Maggie Caib3e2a6c2019-03-12 05:12:542881const char kIntentPickerName[] = "Intent picker";
2882const char kIntentPickerDescription[] =
2883 "When going to a site that has URL managable by a PWA, show the intent"
2884 "picker to allow user to open the URL in the app.";
2885
Jon Flatley8c785582019-06-05 00:33:422886const char kKernelnextVMsName[] = "Enable VMs on experimental kernels.";
2887const char kKernelnextVMsDescription[] =
2888 "Enables VM support on devices running experimental kernel versions.";
2889
Takumi Fujimotod1da5b92019-06-07 00:35:482890const char kMirroringServiceName[] = "Mirroring Service";
2891const char kMirroringServiceDescription[] =
2892 "Enables the native Mirroring Service for mirroring tabs or desktop to "
2893 "Chromecast. Requires AudioServiceAudioStreams to also be enabled.";
2894
Travis Skarebcdb5ed32018-08-17 01:49:402895const char kOmniboxDriveSuggestionsName[] =
2896 "Omnibox Google Drive Document suggestions";
2897const char kOmniboxDriveSuggestionsDescriptions[] =
2898 "Display suggestions for Google Drive documents in the omnibox when Google "
2899 "is the default search engine.";
2900
Kevin Bailey9ec05532019-01-31 23:01:332901const char kOmniboxExperimentalKeywordModeName[] =
2902 "Omnibox Experimental Keyword Mode";
2903const char kOmniboxExperimentalKeywordModeDescription[] =
2904 "Enables various experimental features related to keyword mode, its "
2905 "suggestions and layout";
2906
Lei Zhang0a318af2018-11-14 02:19:462907const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2908const char kOmniboxPedalSuggestionsDescription[] =
Orin Jaworski506db4d2019-02-14 20:17:142909 "Enable omnibox Pedal suggestions to accelerate actions within Chrome by "
2910 "detecting user intent and offering direct access to the end goal.";
Lei Zhang0a318af2018-11-14 02:19:462911
Orin Jaworski04c08b42018-07-11 02:39:562912const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2913const char kOmniboxReverseAnswersDescription[] =
manukaddd3c42019-04-09 21:20:592914 "Display answers with rows reversed (swapped); except definitions.";
Orin Jaworski04c08b42018-07-11 02:39:562915
Kevin Baileya5f17452019-02-13 01:52:032916const char kOmniboxReverseTabSwitchLogicName[] =
2917 "Omnibox reverse tab switch logic";
2918const char kOmniboxReverseTabSwitchLogicDescription[] =
2919 "Reverse the logic of suggestions that have a tab switch button: Have "
2920 "them switch by default, and have the button navigate.";
2921
Kevin Bailey7d918b92019-05-02 16:00:142922const char kOmniboxShortBookmarkSuggestionsName[] =
2923 "Omnibox short bookmark suggestions";
2924const char kOmniboxShortBookmarkSuggestionsDescription[] =
2925 "Match very short input words to beginning of words in bookmark "
2926 "suggestions.";
2927
Tommy C. Li065ddce72019-04-11 22:55:122928const char kOmniboxSuggestionTransparencyOptionsName[] =
2929 "Omnibox Suggestion Transparency Options";
2930const char kOmniboxSuggestionTransparencyOptionsDescription[] =
2931 "Improves transparency of and control over omnibox suggestions. This "
Tommy Li9d12b4be2019-09-12 19:21:412932 "includes \"Why this Suggestion?\" and user controls to delete "
2933 "personalized suggestions.";
Tommy C. Li065ddce72019-04-11 22:55:122934
Kevin Bailey898669972017-11-06 15:34:492935const char kOmniboxTabSwitchSuggestionsName[] =
2936 "Omnibox tab switch suggestions";
2937const char kOmniboxTabSwitchSuggestionsDescription[] =
manukaddd3c42019-04-09 21:20:592938 "Enable suggestions for switching to open tabs within the Omnibox.";
Kevin Bailey898669972017-11-06 15:34:492939
Kevin Bailey37bbf1d2019-08-21 19:23:552940const char kOmniboxTabSwitchSuggestionsDedicatedRowName[] =
2941 "Omnibox dedicated row tab switch suggestions";
2942const char kOmniboxTabSwitchSuggestionsDedicatedRowDescription[] =
Kevin Bailey8492ad202019-08-22 16:01:362943 "Put each tab switch suggestion in a separate suggestion, immediately "
2944 "following the original suggestion.";
Kevin Bailey37bbf1d2019-08-21 19:23:552945
Kevin Baileyc9cd6cd2019-06-27 02:47:532946const char kOmniboxWrapPopupPositionName[] = "Omnibox wrap pop-up position";
2947const char kOmniboxWrapPopupPositionDescription[] =
2948 "Enable wrapping the Omnibox pop-up position between top and bottom.";
2949
Sebastien Marchandd33f7dc2018-06-22 22:07:062950const char kProactiveTabFreezeAndDiscardName[] =
2951 "Proactive Tab Freeze and Discard";
2952const char kProactiveTabFreezeAndDiscardDescription[] =
2953 "Enables proactive tab freezing and discarding. This requires "
2954 "#enable-page-almost-idle.";
2955
Esmael El-Moslimany3cb921e2019-09-12 17:50:282956const char kWebUIA11yEnhancementsName[] =
2957 "Enable accessibility enahncements in WebUI";
2958const char kWebUIA11yEnhancementsDescription[] =
2959 "This flag covers a wide variety of accessibility enhancements in WebUI "
2960 "and is used to demonstrate the enhancements for review and testing. When "
2961 "a enhancement is ready to be released, the enhancement will be taken out "
2962 "from behind this feature flag. This flag will remain disabled and ready "
2963 "to be used for other enhancements.";
2964
Brett Wilson7b44537e2017-08-18 01:38:282965#if defined(GOOGLE_CHROME_BUILD)
2966
2967const char kGoogleBrandedContextMenuName[] =
2968 "Google branding in the context menu";
2969const char kGoogleBrandedContextMenuDescription[] =
2970 "Shows a Google icon next to context menu items powered by Google "
2971 "services.";
2972
2973#endif // !defined(GOOGLE_CHROME_BUILD)
2974
2975#endif // !defined(OS_ANDROID)
2976
2977// Windows ---------------------------------------------------------------------
2978
2979#if defined(OS_WIN)
2980
David Bienvenud0ddda32018-11-01 16:59:162981const char kCalculateNativeWinOcclusionName[] =
2982 "Calculate window occlusion on Windows";
2983const char kCalculateNativeWinOcclusionDescription[] =
2984 "Calculate window occlusion on Windows will be used in the future "
2985 "to throttle and potentially unload foreground tabs in occluded windows";
2986
Brett Wilson7b44537e2017-08-18 01:38:282987const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2988const char kCloudPrintXpsDescription[] =
2989 "XPS enables advanced options for classic printers connected to the Cloud "
2990 "Print with Chrome. Printers must be re-connected after changing this "
2991 "flag.";
2992
Frank Liberato754d14f2019-01-30 23:31:172993const char kD3D11VideoDecoderName[] = "D3D11 Video Decoder";
2994const char kD3D11VideoDecoderDescription[] =
2995 "Enables D3D11VideoDecoder for hardware accelerated video decoding.";
2996
James Forshawfd0ce342018-02-14 09:55:392997const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2998const char kEnableGpuAppcontainerDescription[] =
2999 "Enables the use of an AppContainer for the GPU sandboxed processes to "
3000 "improve security.";
3001
Sarthak Shahd641e552019-09-19 01:17:263002const char kExperimentalFlingAnimationName[] =
3003 "Enable experimental fling animation";
3004const char kExperimentalFlingAnimationDescription[] =
3005 "Enables the use of a touch fling curve that is based on the behavior of "
3006 "native apps on Windows.";
3007
Brett Wilson7b44537e2017-08-18 01:38:283008const char kGdiTextPrinting[] = "GDI Text Printing";
3009const char kGdiTextPrintingDescription[] =
3010 "Use GDI to print text as simply text";
3011
Olli Etuaho122321192018-09-07 10:15:293012const char kUseAngleName[] = "Choose ANGLE graphics backend";
3013const char kUseAngleDescription[] =
3014 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
3015 "computers by default. Using the OpenGL driver as the graphics backend may "
3016 "result in higher performance in some graphics-heavy applications, "
3017 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
3018 "video playback.";
3019
3020const char kUseAngleDefault[] = "Default";
3021const char kUseAngleGL[] = "OpenGL";
3022const char kUseAngleD3D11[] = "D3D11";
3023const char kUseAngleD3D9[] = "D3D9";
3024
Brett Wilson7b44537e2017-08-18 01:38:283025const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
3026const char kUseWinrtMidiApiDescription[] =
3027 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
3028 "later).";
3029
Guillaume Jenkinsdd8060a72019-07-03 17:28:063030#if BUILDFLAG(ENABLE_SPELLCHECK)
3031const char kWinUseBrowserSpellCheckerName[] = "Use the Windows OS spellchecker";
3032const char kWinUseBrowserSpellCheckerDescription[] =
3033 "Use the Windows OS spellchecker to find spelling mistakes and provide "
3034 "spelling suggestions instead of using the Hunspell engine.";
3035#endif // BUILDFLAG(ENABLE_SPELLCHECK)
3036
Brett Wilson7b44537e2017-08-18 01:38:283037#endif // defined(OS_WIN)
3038
3039// Mac -------------------------------------------------------------------------
3040
3041#if defined(OS_MACOSX)
3042
Sidney San Martín678fd4112019-03-30 00:13:053043const char kImmersiveFullscreenName[] = "Immersive Fullscreen Toolbar";
3044const char kImmersiveFullscreenDescription[] =
3045 "Automatically hide and show the toolbar in fullscreen.";
3046
Lei Zhange065b572018-12-11 08:00:413047const char kEnableCustomMacPaperSizesName[] = "Enable custom paper sizes";
3048const char kEnableCustomMacPaperSizesDescription[] =
3049 "Allow use of custom paper sizes in Print Preview.";
3050
Lei Zhang2eca9082017-10-17 20:42:503051const char kMacTouchBarName[] = "Hardware Touch Bar";
3052const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:283053
Greg Kerrf46f31872019-08-08 20:22:443054const char kMacSyscallSandboxName[] = "Mac Syscall Filtering Sandbox";
3055const char kMacSyscallSandboxDescription[] =
3056 "Controls whether the macOS sandbox filters syscalls.";
3057
Greg Kerr32483d1c2018-12-18 02:29:143058const char kMacV2GPUSandboxName[] = "Mac V2 GPU Sandbox";
3059const char kMacV2GPUSandboxDescription[] =
3060 "Controls whether the GPU process on macOS uses the V1 or V2 sandbox.";
3061
Brett Wilson7b44537e2017-08-18 01:38:283062const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
3063const char kMacViewsTaskManagerDescription[] =
3064 "Controls whether to use the Toolkit-Views based Task Manager.";
3065
Henrik Grunellabaf7182019-04-12 09:15:193066const char kMacSystemMediaPermissionsInfoUiName[] =
3067 "System media permissions info UI";
3068const char kMacSystemMediaPermissionsInfoUiDescription[] =
3069 "In case a website is trying to use the camera/microphone, but Chrome "
3070 "itself is blocked on the system level to access these, show an icon in "
3071 "the Omnibox, which, when clicked, displays a bubble with information on "
3072 "how to toggle Chrome's system-level media permissions.";
3073
Brett Wilson7b44537e2017-08-18 01:38:283074#endif
3075
3076// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343077
3078#if defined(OS_CHROMEOS)
3079
Brett Wilson7b44537e2017-08-18 01:38:283080const char kAcceleratedMjpegDecodeName[] =
3081 "Hardware-accelerated mjpeg decode for captured frame";
3082const char kAcceleratedMjpegDecodeDescription[] =
3083 "Enable hardware-accelerated mjpeg decode for captured frame where "
3084 "available.";
vabr0215a8e2017-03-28 12:47:343085
Paul Dysone2e1a092019-08-28 23:53:113086const char kAggregatedMlAppRankingName[] = "Rank suggested apps with ML.";
3087const char kAggregatedMlAppRankingDescription[] =
3088 "Use the aggregated ML model to rank the suggested apps.";
3089
Zentaro Kavanagh65b3e112019-09-03 16:18:233090const char kAllowDisableMouseAccelerationName[] =
3091 "Allow disabling mouse acceleration";
3092const char kAllowDisableMouseAccelerationDescription[] =
3093 "Shows a setting to disable mouse acceleration.";
3094
Reka Normana11e57fc2019-01-29 21:56:583095const char kAppServiceAshName[] = "App Service Ash";
3096const char kAppServiceAshDescription[] =
nancy54da6c52019-08-28 21:03:323097 "Use the App Service to provide data to the Ash UI, such as the app list.";
3098
Maggie Caid250297a2019-09-09 09:30:343099const char kAppServiceIntentHandlingName[] = "App Service Intent Handling";
3100const char kAppServiceIntentHandlingDescription[] =
3101 "Use the App Service to provide data for intent handling.";
3102
nancy54da6c52019-08-28 21:03:323103const char kAppServiceShelfName[] = "App Service Shelf";
3104const char kAppServiceShelfDescription[] =
3105 "Use the App Service to provide data to the UI Shelf";
Reka Normana11e57fc2019-01-29 21:56:583106
Brett Wilson7b44537e2017-08-18 01:38:283107const char kArcBootCompleted[] = "Load Android apps automatically";
3108const char kArcBootCompletedDescription[] =
3109 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343110
Luum Habtemariamdaa8fd22018-06-25 22:39:433111const char kArcCupsApiName[] = "ARC CUPS API";
3112const char kArcCupsApiDescription[] =
3113 "Enables support of libcups APIs from ARC";
3114
Ryo Hashimoto8f4b30ced2019-04-08 12:14:193115const char kArcCustomTabsExperimentName[] =
3116 "Enable Custom Tabs experiment for ARC";
3117const char kArcCustomTabsExperimentDescription[] =
3118 "Allow Android apps to use Custom Tabs."
3119 "This feature only works on the Canary and Dev channels.";
3120
Naoki Fukino153de8a2019-01-22 08:37:543121const char kArcDocumentsProviderName[] = "ARC DocumentsProvider integration";
3122const char kArcDocumentsProviderDescription[] =
3123 "Enables DocumentsProvider integration in Chrome OS Files app.";
3124
Satoshi Niwa8b1d5282018-10-24 04:53:033125const char kArcFilePickerExperimentName[] =
3126 "Enable file picker experiment for ARC";
3127const char kArcFilePickerExperimentDescription[] =
3128 "Enables using Chrome OS file picker in ARC.";
3129
Lev Rumyantsev6eddc802019-08-27 19:41:213130const char kArcNativeBridgeToggleName[] =
3131 "Toggle between native bridge implementations for ARC";
3132const char kArcNativeBridgeToggleDescription[] =
3133 "Toggle between native bridge implementations for ARC.";
Lev Rumyantsev7a8544312017-08-18 19:26:513134
Jesse Schettlerc3d0a652019-04-23 18:49:243135const char kArcPrintSpoolerExperimentName[] =
3136 "Enable print spooler experiment for ARC";
3137const char kArcPrintSpoolerExperimentDescription[] =
Jesse Schettler10204aa92019-04-26 23:37:093138 "Enables using Chrome OS print system and print preview in ARC."
3139 "This feature only works on the Canary and Dev channels.";
Jesse Schettlerc3d0a652019-04-23 18:49:243140
lgchengecd1c1a62018-01-09 02:59:463141const char kArcUsbHostName[] = "Enable ARC USB host integration";
3142const char kArcUsbHostDescription[] =
3143 "Allow Android apps to use USB host feature on ChromeOS devices.";
3144
Yusuke Sato7e790eb2019-06-06 00:21:043145const char kArcUsbStorageUIName[] = "Enable ARC USB Storage UI";
3146const char kArcUsbStorageUIDescription[] =
3147 "Enable experimental UI for controlling ARC access to USB storage devices.";
3148
Kevin Cernekeeb7f96a52017-10-25 17:40:183149const char kArcVpnName[] = "Enable ARC VPN integration";
3150const char kArcVpnDescription[] =
3151 "Allow Android VPN clients to tunnel Chrome traffic.";
3152
Qiang Xu045aff222018-05-21 23:21:013153const char kAshEnableDisplayMoveWindowAccelsName[] =
3154 "Enable shortcuts for moving window between displays.";
3155const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3156 "Enable shortcuts for moving window between displays.";
3157
Sammie Quonfe640ca2019-01-30 17:54:183158const char kAshEnableOverviewRoundedCornersName[] =
3159 "Enable rounded corners in overview mode.";
3160const char kAshEnableOverviewRoundedCornersDescription[] =
3161 "Enables rounded corners on overview windows.";
3162
Qiang Xu045aff222018-05-21 23:21:013163const char kAshEnablePersistentWindowBoundsName[] =
3164 "Enable persistent window bounds in multi-displays scenario.";
3165const char kAshEnablePersistentWindowBoundsDescription[] =
3166 "Enable persistent window bounds in multi-displays scenario.";
3167
Eliot Courtneye87a9c32018-11-20 03:33:023168const char kAshEnablePipRoundedCornersName[] =
3169 "Enable Picture-in-Picture rounded corners.";
3170const char kAshEnablePipRoundedCornersDescription[] =
3171 "Enable rounded corners on the Picture-in-Picture window.";
3172
Andrew Moylan2db11cd2019-05-22 14:25:153173const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3174const char kAshEnableUnifiedDesktopDescription[] =
3175 "Enable unified desktop mode which allows a window to span multiple "
3176 "displays.";
3177
3178extern const char kAshNotificationStackingBarRedesignName[] =
3179 "Redesigned notification stacking bar";
3180extern const char kAshNotificationStackingBarRedesignDescription[] =
3181 "Enables the redesigned notification stacking bar UI with a \"Clear all\" "
3182 "button.";
3183
Min Chen3e342562019-05-04 00:08:363184const char kAshSwapSideVolumeButtonsForOrientationName[] =
3185 "Swap side volume buttons to match screen orientation.";
3186const char kAshSwapSideVolumeButtonsForOrientationDescription[] =
3187 "Make the side volume button that's closer to the top/right always "
3188 "increase the volume and the button that's closer to the bottom/left "
3189 "always decrease the volume.";
3190
Ryan Hansberry7c6c2b22019-06-18 21:07:143191const char kBluetoothAggressiveAppearanceFilterName[] =
3192 "Aggressive Bluetooth device filtering";
3193const char kBluetoothAggressiveAppearanceFilterDescription[] =
3194 "Enables a more aggressive Bluetooth filter in the UI to hide devices that "
3195 "likely cannot be connected to.";
3196
Christopher Lam28530012019-07-11 04:05:123197const char kCameraSystemWebAppName[] = "Camera System Web App";
3198const char kCameraSystemWebAppDescription[] =
3199 "Run the Chrome Camera App as a System Web App.";
3200
Xiaochu Liu51d03fd2017-09-08 23:51:023201const char kCrOSContainerName[] = "Chrome OS Container";
3202const char kCrOSContainerDescription[] =
3203 "Enable the use of Chrome OS Container utility.";
3204
Brett Wilson7b44537e2017-08-18 01:38:283205const char kCrosRegionsModeName[] = "Cros-regions load mode";
3206const char kCrosRegionsModeDescription[] =
3207 "This flag controls cros-regions load mode";
3208const char kCrosRegionsModeDefault[] = "Default";
3209const char kCrosRegionsModeOverride[] = "Override VPD values.";
3210const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343211
Daniel Ng96ab0c82019-01-16 01:21:553212const char kCrostiniAppSearchName[] = "Crostini App Search";
3213const char kCrostiniAppSearchDescription[] =
3214 "Enable search and installation of Crostini apps in the launcher.";
3215
Joel Hockey42387102019-01-10 01:19:323216const char kCrostiniBackupName[] = "Crostini Backup";
3217const char kCrostiniBackupDescription[] = "Enable Crostini export and import.";
3218
Ben Wells7238dd02019-05-02 08:20:323219const char kCrostiniGpuSupportName[] = "Crostini GPU Support";
3220const char kCrostiniGpuSupportDescription[] = "Enable Crostini GPU support.";
3221
Nicholas Verne89be53b2019-03-27 23:08:323222const char kCrostiniUsbAllowUnsupportedName[] =
3223 "Crostini Usb Allow Unsupported";
3224const char kCrostiniUsbAllowUnsupportedDescription[] =
Nicholas Verne045685c2019-09-04 21:11:293225 "Allow mounting unsupported Usb devices in Crostini. At your own risk. ";
Josh Pratt57cea392018-10-30 02:59:063226
Jason Lin121f0ac2019-07-10 01:46:133227const char kCrostiniWebUIInstallerName[] = "Crostini WebUI Installer";
3228const char kCrostiniWebUIInstallerDescription[] =
3229 "Enable the new WebUI Crostini Installer.";
3230
Josh Nohle2f82dcc2018-12-17 23:11:233231const char kCryptAuthV2EnrollmentName[] = "CryptAuth v2 Enrollment";
3232const char kCryptAuthV2EnrollmentDescription[] =
3233 "Use the CryptAuth v2 Enrollment protocol.";
3234
Jimmy Gongfa6a6ea2019-05-22 23:38:243235const char kCupsPrintersUiOverhaulName[] = "Cups Printers UI overhaul";
3236const char kCupsPrintersUiOverhaulDescription[] =
3237 "Enables the new native printing UI in settings.";
3238
Thanh Nguyena4c933442019-05-11 03:43:553239const char kDisableCancelAllTouchesName[] = "Disable CancelAllTouches()";
3240const char kDisableCancelAllTouchesDescription[] =
3241 "If enabled, a canceled touch will not force all other touches to be "
3242 "canceled.";
3243
Daniele Castagna893d822e2019-03-08 21:37:113244const char kDisableExplicitDmaFencesName[] = "Disable explicit dma-fences";
3245const char kDisableExplicitDmaFencesDescription[] =
3246 "Always rely on implicit syncrhonization between GPU and display "
3247 "controller instead of using dma-fences explcitily when available.";
3248
Sammie Quonef6b4882017-09-14 16:50:053249const char kDisableTabletAutohideTitlebarsName[] =
3250 "Disable autohide titlebars in tablet mode";
3251const char kDisableTabletAutohideTitlebarsDescription[] =
3252 "Disable tablet mode autohide titlebars functionality. The user will be "
3253 "able to see the titlebar in tablet mode.";
3254
Ahmed Fakhry4f567e692018-10-16 15:51:083255const char kDoubleTapToZoomInTabletModeName[] =
3256 "Double-tap to zoom in tablet mode";
3257const char kDoubleTapToZoomInTabletModeDescription[] =
3258 "If Enabled, double tapping in webpages while in tablet mode will zoom the "
3259 "page.";
3260
Vladislav Kuzkokov22f860ed2019-05-22 16:26:543261const char kEnableAdvancedPpdAttributesName[] =
Vladislav Kuzkokov457c668792019-08-26 15:37:263262 "Enable advanced PPD attributes";
Vladislav Kuzkokov22f860ed2019-05-22 16:26:543263const char kEnableAdvancedPpdAttributesDescription[] =
Vladislav Kuzkokov457c668792019-08-26 15:37:263264 "Enable advanced settings on CUPS printers";
Vladislav Kuzkokov22f860ed2019-05-22 16:26:543265
Andrew Moylan2db11cd2019-05-22 14:25:153266const char kEnableAppDataSearchName[] = "Enable app data search in launcher";
3267const char kEnableAppDataSearchDescription[] =
3268 "Allow launcher search to access data available through Firebase App "
3269 "Indexing";
3270
3271const char kEnableAppReinstallZeroStateName[] =
3272 "Enable Zero State App Reinstall Suggestions.";
3273const char kEnableAppReinstallZeroStateDescription[] =
3274 "Enable Zero State App Reinstall Suggestions feature in launcher, which "
3275 "will show app reinstall recommendations at end of zero state list.";
3276
Matthew Mourgoscf22b4b2019-03-06 23:46:393277const char kEnableAppGridGhostName[] = "App Grid Ghosting";
3278const char kEnableAppGridGhostDescription[] =
3279 "Enables ghosting during an item drag in launcher.";
3280
Kevin Strohbehnb65b5c42019-06-25 00:29:103281const char kEnableSearchBoxSelectionName[] = "Search Box Selection";
3282const char kEnableSearchBoxSelectionDescription[] =
3283 "Enables the ResultSelectionController in the Search Box. This alters "
3284 "perceived focus traversal.";
3285
Daniel Zhang01399072018-08-16 22:28:203286const char kEnableAppListSearchAutocompleteName[] =
3287 "App List Search Autocomplete";
3288const char kEnableAppListSearchAutocompleteDescription[] =
3289 "Allow App List search box to autocomplete queries for Google searches and "
3290 "apps.";
3291
Lei Zhang0a318af2018-11-14 02:19:463292const char kEnableArcUnifiedAudioFocusName[] =
Becca Hughes34415e82018-10-05 18:47:373293 "Enable unified audio focus on ARC";
Lei Zhang0a318af2018-11-14 02:19:463294const char kEnableArcUnifiedAudioFocusDescription[] =
Becca Hughes34415e82018-10-05 18:47:373295 "If audio focus is enabled in Chrome then this will delegate audio focus "
3296 "control in Android apps to Chrome.";
3297
Yue Liebaa9952018-12-07 21:41:263298const char kEnableAssistantAppSupportName[] = "Enable Assistant App Support";
3299const char kEnableAssistantAppSupportDescription[] =
3300 "Enable the Assistant App Support feature";
3301
Xiaohui Chenb523747b2019-03-14 23:38:323302const char kEnableAssistantLauncherIntegrationName[] =
3303 "Assistant & Launcher integration";
3304const char kEnableAssistantLauncherIntegrationDescription[] =
3305 "Combine Launcher search with the power of Assistant to provide the most "
3306 "useful answer for each query. Requires Assistant to be enabled.";
3307
lif5c5bec62019-06-26 22:56:053308const char kEnableAssistantMediaSessionIntegrationName[] =
3309 "Assistant Media Session integration";
3310const char kEnableAssistantMediaSessionIntegrationDescription[] =
3311 "Enable Assistant Media Session Integration.";
3312
Xiao Yangf59e6932019-07-19 00:18:133313const char kEnableAssistantRoutinesName[] = "Assistant Routines";
3314const char kEnableAssistantRoutinesDescription[] = "Enable Assistant Routines.";
3315
Alex Newcomere5a362c2019-05-02 19:31:353316const char kEnableBackgroundBlurName[] = "Enable background blur.";
3317const char kEnableBackgroundBlurDescription[] =
minchab2ded5ce2019-09-06 18:32:283318 "Enables background blur for the Launcher, Shelf, Unified System Tray etc.";
Alex Newcomere5a362c2019-05-02 19:31:353319
Lei Zhang0ca70ea2018-09-07 17:51:013320const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3321const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493322 "Enables the Chrome OS Account Manager";
3323
Alexander Alekseev38e1e0a2018-11-08 22:48:483324const char kEnableDiscoverAppName[] = "Enable Discover App";
3325const char kEnableDiscoverAppDescription[] =
3326 "Enable Discover App icon in launcher.";
3327
Brett Wilson7b44537e2017-08-18 01:38:283328const char kEnableEncryptionMigrationName[] =
3329 "Enable encryption migration of user data";
3330const char kEnableEncryptionMigrationDescription[] =
3331 "If enabled and the device supports ARC, the user will be asked to update "
3332 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343333
Harry Cuttscfe6d934f2019-06-05 21:45:553334const char kEnableGesturePropertiesDBusServiceName[] =
3335 "Enable gesture properties D-Bus service";
3336const char kEnableGesturePropertiesDBusServiceDescription[] =
3337 "Enable a D-Bus service for accessing gesture properties, which are used "
3338 "to configure input devices.";
3339
Xiaohui Chenf4283f32018-11-26 20:02:503340const char kEnableGoogleAssistantDspName[] =
3341 "Enable Google Assistant with hardware-based hotword";
3342const char kEnableGoogleAssistantDspDescription[] =
3343 "Enable an experimental feature that uses hardware-based hotword detection "
3344 "for Assistant. Only a limited number of devices have this type of "
3345 "hardware support.";
3346
Xiaohui Chenc3baca42018-11-30 19:29:373347const char kEnableGoogleAssistantStereoInputName[] =
3348 "Enable Google Assistant with stereo audio input";
3349const char kEnableGoogleAssistantStereoInputDescription[] =
3350 "Enable an experimental feature that uses stereo audio input for hotword "
3351 "and voice to text detection in Google Assistant.";
3352
Rob Schonberger11bb2812019-07-31 23:41:003353const char kEnableHeuristicStylusPalmRejectionName[] =
3354 "Enable Heuristic for Stylus/Palm Rejection.";
3355const char kEnableHeuristicStylusPalmRejectionDescription[] =
3356 "Enable additional heuristic palm rejection logic when interacting with "
3357 "stylus usage. Not intended for all devices.";
3358
Qiang Xu045aff222018-05-21 23:21:013359const char kEnableHomeLauncherName[] = "Enable home launcher";
3360const char kEnableHomeLauncherDescription[] =
3361 "Enable home launcher in tablet mode.";
3362
Danan S749399c2019-06-25 23:08:483363const char kEnableParentalControlsSettingsName[] =
3364 "Enable Parental controls settings";
3365const char kEnableParentalControlsSettingsDescription[] =
3366 "Enable Parental Control options in settings.";
3367
Vladislav Kaznacheevaa213a02018-10-29 17:54:283368const char kEnablePlayStoreSearchName[] = "Enable Play Store search";
3369const char kEnablePlayStoreSearchDescription[] =
3370 "Enable Play Store search in launcher.";
3371
Jazz Xu2e5886662018-12-14 00:38:483372const char kEnableVideoPlayerNativeControlsName[] =
3373 "Enable native controls in video player app";
3374const char kEnableVideoPlayerNativeControlsDescription[] =
3375 "Enable native controls in video player app";
3376
Ahmed Fakhry006607c2019-05-31 00:40:513377const char kEnableVirtualDesksName[] = "Enable Virtual Desks";
3378const char kEnableVirtualDesksDescription[] =
3379 "A preview of the upcoming Virtual Desks features on Chrome OS devices.";
3380
Ahmed Fakhry496c28f2019-09-19 18:14:113381const char kEnableVirtualDesksGesturesName[] = "Enable Virtual Desks gestures";
3382const char kEnableVirtualDesksGesturesDescription[] =
3383 "Enables touchpad gestures for Virtual Desks.";
3384
Brian Geffon134e77c52019-07-30 21:49:583385const char kTrimOnFreezeName[] = "Trim Working Set on freeze";
3386const char kTrimOnFreezeDescription[] = "Trim Working Set on all frames frozen";
3387
3388const char kTrimOnMemoryPressureName[] = "Trim Working Set on memory pressure";
3389const char kTrimOnMemoryPressureDescription[] =
3390 "Trim Working Set periodically on memory pressure";
3391
Lei Zhang0ca70ea2018-09-07 17:51:013392const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3393const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013394 "Enable Zero State Suggestions feature in Launcher, which will show "
Vladislav Kaznacheevaa213a02018-10-29 17:54:283395 "suggestions when launcher search box is active with an empty query";
Sammie Quon248ccef2018-08-28 23:00:013396
Akihiro Ota3ff6f8a2019-01-18 17:43:043397const char kExperimentalAccessibilityChromeVoxLanguageSwitchingName[] =
3398 "Enable experimental ChromeVox language switching.";
3399const char kExperimentalAccessibilityChromeVoxLanguageSwitchingDescription[] =
3400 "Enable ChromeVox language switching, which changes ChromeVox's "
3401 "output language upon detection of new language.";
3402
Akihiro Otacfdd4482019-08-21 23:41:033403const char kExperimentalAccessibilityChromeVoxSubNodeLanguageSwitchingName[] =
3404 "Enable experimental ChromeVox sub-node (word-level) language switching.";
3405const char
3406 kExperimentalAccessibilityChromeVoxSubNodeLanguageSwitchingDescription[] =
3407 "Enable ChromeVox language switching at the sub-node level, "
3408 "which changes ChromeVox's output language upon detection of a new "
3409 "language. This type of switching is more granular than the ChromeVox"
3410 "node-level language switching.";
3411
Rose Garcia26e2ae32019-06-25 00:57:543412const char kExperimentalAccessibilitySwitchAccessName[] =
3413 "Experimental feature Switch Access";
3414const char kExperimentalAccessibilitySwitchAccessDescription[] =
3415 "Add a setting to enable the prototype of Switch Access";
3416
3417const char kExperimentalAccessibilitySwitchAccessTextName[] =
3418 "Enable enhanced Switch Access text input.";
3419const char kExperimentalAccessibilitySwitchAccessTextDescription[] =
3420 "Enable experimental or in-progress Switch Access features for improved "
3421 "text input";
3422
Alex Danilo284b4482019-04-02 09:20:173423const char kFileManagerFeedbackPanelDescription[] =
Alex Danilo4a4ddcb2019-06-05 23:39:263424 "Enable feedback panel in the Files app.";
Alex Danilo284b4482019-04-02 09:20:173425const char kFileManagerFeedbackPanelName[] = "Files App. feedback panel";
3426
Austin Tankiangf0961b12019-06-11 08:30:423427const char kFileManagerFormatDialogName[] =
3428 "Enable enhanced Files App format dialog.";
3429const char kFileManagerFormatDialogDescription[] =
3430 "Enable the enhanced external media format dialog in Files App, with "
3431 "with support for labelling and also NTFS/exFAT filesystems.";
3432
Noel Gordonf4315f42019-05-14 04:42:203433const char kFileManagerPiexWasmName[] = "Enable FilesApp piex-wasm module";
3434const char kFileManagerPiexWasmDescription[] =
3435 "Enable the FilesApp piex-wasm raw image extractor module.";
3436
Akihiro Ota000c5e8a2019-03-29 21:48:013437const char kFileManagerTouchModeName[] = "Files App. touch mode";
3438const char kFileManagerTouchModeDescription[] =
3439 "Touchscreen-specific interactions of the Files app.";
3440
Austin Tankiang4f973632019-08-12 08:33:233441const char kFilesNGName[] = "Enable Files App. NG.";
3442const char kFilesNGDescription[] =
3443 "Enable the next generation UI style of the file manager.";
3444
Akihiro Ota000c5e8a2019-03-29 21:48:013445const char kFirstRunUiTransitionsName[] =
3446 "Animated transitions in the first-run tutorial";
3447const char kFirstRunUiTransitionsDescription[] =
3448 "Transitions during first-run tutorial are animated.";
3449
Andrew Moylan97585272019-02-19 19:01:223450const char kFsNosymfollowName[] =
3451 "Prevent symlink traversal on user-supplied filesystems.";
3452const char kFsNosymfollowDescription[] =
3453 "Causes user-supplied filesystems to be mounted with the 'nosymfollow'"
3454 " option, so the chromuimos LSM denies symlink traversal on the"
3455 " filesystem.";
3456
Jeroen Dhollander41b3bec2019-07-19 16:56:243457const char kGaiaActionButtonsName[] =
3458 "Enable action buttons on Gaia login screen";
3459const char kGaiaActionButtonsDescription[] =
3460 "Enable primary/secondary action button on Gaia login screen.";
3461
Becca Hughes71465532019-04-12 19:18:553462const char kHideArcMediaNotificationsName[] = "Hide ARC media notifications";
3463const char kHideArcMediaNotificationsDescription[] =
3464 "Hides media notifications for ARC apps. Requires "
3465 "#enable-media-session-notifications to be enabled.";
3466
Leo Zhang49c34d22019-04-02 09:57:593467const char kImeInputLogicFstName[] = "Enable FST Input Logic on IME";
3468const char kImeInputLogicFstDescription[] =
3469 "Enable FST Input Logic to replace the IME legacy input logic on NaCl";
3470
Ahmed Fakhry15d707e2019-02-22 23:54:213471const char kListAllDisplayModesName[] = "List all display modes";
3472const char kListAllDisplayModesDescription[] =
3473 "Enables listing all external displays' modes in the display settings.";
3474
Becca Hughesca82d2d2019-08-05 20:03:223475const char kLockScreenMediaControlsName[] = "Lock screen media controls";
3476const char kLockScreenMediaControlsDescription[] =
3477 "Enable media controls on the lock screen.";
3478
Megumi Hattori5a0d4182018-03-06 11:09:503479const char kLockScreenNotificationName[] = "Lock screen notification";
3480const char kLockScreenNotificationDescription[] =
3481 "Enable notifications on the lock screen.";
3482
Becca Hughes71465532019-04-12 19:18:553483const char kMediaSessionNotificationsName[] = "Media session notifications";
3484const char kMediaSessionNotificationsDescription[] =
3485 "Shows notifications for media sessions showing the currently playing "
3486 "media and providing playback controls";
3487
vabr0215a8e2017-03-28 12:47:343488const char kNetworkPortalNotificationName[] =
3489 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343490const char kNetworkPortalNotificationDescription[] =
3491 "If enabled, notification is displayed when device is connected to a "
3492 "network behind captive portal.";
3493
Sammie Quon018ee5612019-08-26 20:58:393494const char kNewOverviewTabletLayoutName[] = "New overview tablet mode layout";
3495const char kNewOverviewTabletLayoutDescription[] =
3496 "If enabled, in tablet mode, overview items will be laid out in two rows "
3497 "with six items showing at a time. Users can scroll through to see hidden "
3498 "items.";
3499
Anand K. Mistrydb5e0102018-10-04 04:24:003500const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283501const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003502 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343503
vabr0215a8e2017-03-28 12:47:343504const char kPrinterProviderSearchAppName[] =
3505 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343506const char kPrinterProviderSearchAppDescription[] =
3507 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193508 "searches Chrome Web Store for extensions that support printing to a USB "
3509 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343510
Yulun Wu502158732019-07-24 00:31:453511const char kReleaseNotesName[] = "CrOS Release Notes.";
3512const char kReleaseNotesDescription[] =
3513 "Instructs OS to show notification about CrOS ReleaseNotes on login after "
3514 "update, show webview describing new OS features.";
3515
Andrew Moylan97585272019-02-19 19:01:223516const char kSchedulerConfigurationName[] = "Scheduler Configuration";
3517const char kSchedulerConfigurationDescription[] =
3518 "Instructs the OS to use a specific scheduler configuration setting.";
Greg Kerr33cd4662019-06-17 07:03:013519const char kSchedulerConfigurationConservative[] =
3520 "Disables Hyper-Threading on relevant CPUs.";
3521const char kSchedulerConfigurationPerformance[] =
3522 "Enables Hyper-Threading on relevant CPUs.";
Andrew Moylan97585272019-02-19 19:01:223523
Kyle Horimoto63a6bd42019-09-16 23:47:523524const char kShowBluetoothDebugLogToggleName[] =
3525 "Show Bluetooth debug log toggle";
3526const char kShowBluetoothDebugLogToggleDescription[] =
3527 "Enables a toggle which can enable debug (i.e., verbose) logs for "
3528 "Bluetooth";
3529
Alberto Herreraaecc85512019-06-13 21:14:253530const char kShowBluetoothDeviceBatteryName[] = "Show Bluetooth device battery";
3531const char kShowBluetoothDeviceBatteryDescription[] =
3532 "Enables showing the battery level of connected and supported Bluetooth "
3533 "devices in the System Tray and Settings UI.";
3534
James Cook0ba192bf2017-12-01 20:53:113535const char kShowTapsName[] = "Show taps";
3536const char kShowTapsDescription[] =
3537 "Draws a circle at each touch point, which makes touch points more obvious "
3538 "when projecting or mirroring the display. Similar to the Android OS "
3539 "developer option.";
3540
3541const char kShowTouchHudName[] = "Show HUD for touch points";
3542const char kShowTouchHudDescription[] =
3543 "Shows a trail of colored dots for the last few touch points. Pressing "
3544 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3545 "debug hardware issues that generate spurious touch events.";
3546
Andrew Moylan60ac7c0c2019-05-28 06:52:183547const char kSmartDimModelV3Name[] = "Smart Dim updated model";
3548const char kSmartDimModelV3Description[] =
Andrew Moylan5bb68b422019-05-27 04:56:453549 "Uses an updated model for user activity prediction (Smart Dim).";
3550
Jorge Gil5a8ccde2018-07-10 01:46:213551const char kSmartTextSelectionName[] = "Smart Text Selection";
3552const char kSmartTextSelectionDescription[] =
3553 "Shows quick actions for text "
3554 "selections in the context menu.";
3555
May Lippertacea1f52019-05-29 21:19:483556const char kSplitSettingsName[] = "Split OS and browser settings";
3557const char kSplitSettingsDescription[] =
3558 "Show separate settings for the OS and browser";
3559
Bailey Berro6c989672019-04-11 19:19:203560const char kStreamlinedUsbPrinterSetupName[] =
3561 "Streamlined USB Printer Setup Flow";
3562const char kStreamlinedUsbPrinterSetupDescription[] =
3563 "Automatically sets up capable USB printers when plugged in. Shows a "
3564 "notification with the setup result.";
3565
Jon Mannc514fc92019-05-23 21:30:233566const char kSyncWifiConfigurationsName[] = "Sync Wi-Fi network configurations";
3567const char kSyncWifiConfigurationsDescription[] =
3568 "Enables the option to sync Wi-Fi network configurations with Chrome Sync.";
3569
Ahmed Mehfooz040dcdf2019-08-07 21:12:293570const char kSystemTrayPaginationName[] = "Enable system menu pagination";
3571const char kSystemTrayPaginationDescription[] =
3572 "If enabled the number of rows of feature pod buttons in the system menu "
3573 "is limited between 1-3 based on available screen space. The feature pod "
3574 "buttons can be scrolled or swiped between pages.";
3575
Brett Wilson7b44537e2017-08-18 01:38:283576const char kTetherName[] = "Instant Tethering";
3577const char kTetherDescription[] =
3578 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3579 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373580
Brett Wilson7b44537e2017-08-18 01:38:283581const char kTouchscreenCalibrationName[] =
3582 "Enable/disable touchscreen calibration option in material design settings";
3583const char kTouchscreenCalibrationDescription[] =
3584 "If enabled, the user can calibrate the touch screen displays in "
3585 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093586
Miguel Casas-Sanchezdcd69152019-09-04 21:22:363587const char kUseFakeDeviceForMediaStreamName[] = "Use fake video capture device";
3588const char kUseFakeDeviceForMediaStreamDescription[] =
3589 "Forces Chrome to use a fake video capture device (a rolling pacman with a "
3590 "timestamp) instead of the system audio/video devices, for debugging "
3591 "purposes.";
3592
Qiang Xu045aff222018-05-21 23:21:013593const char kUiDevToolsName[] = "Enable native UI inspection";
3594const char kUiDevToolsDescription[] =
3595 "Enables inspection of native UI elements. For local inspection use "
3596 "chrome://inspect#other";
3597
Andrew Moylan97585272019-02-19 19:01:223598const char kUiShowCompositedLayerBordersName[] =
3599 "Show UI composited layer borders";
3600const char kUiShowCompositedLayerBordersDescription[] =
3601 "Show border around composited layers created by UI.";
3602const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3603const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3604const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3605const char kUiShowCompositedLayerBordersAll[] = "All";
3606
3607const char kUiSlowAnimationsName[] = "Slow UI animations";
3608const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
Mattias Nissler6bb633f2019-02-13 23:41:463609
Allen Webbcdc8e69d2018-09-12 20:36:003610const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3611const char kUsbguardDescription[] =
3612 "Prevents newly connected USB devices from operating at the lock screen"
3613 " until Chrome OS is unlocked to protect against malicious USB devices."
3614 " Already connected USB devices will continue to function.";
3615
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233616const char kVaapiJpegImageDecodeAccelerationName[] =
3617 "VA-API JPEG decode acceleration for images";
3618const char kVaapiJpegImageDecodeAccelerationDescription[] =
3619 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3620 " captures) using the VA-API.";
3621
Gil Dekel8f4b5642019-07-27 05:27:403622const char kVaapiWebPImageDecodeAccelerationName[] =
3623 "VA-API WebP decode acceleration for images";
3624const char kVaapiWebPImageDecodeAccelerationDescription[] =
3625 "Enable or disable decode acceleration of WebP images using the VA-API.";
3626
Brett Wilson7b44537e2017-08-18 01:38:283627const char kVirtualKeyboardName[] = "Virtual Keyboard";
3628const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3629
Brett Wilson7b44537e2017-08-18 01:38:283630const char kWakeOnPacketsName[] = "Wake On Packets";
3631const char kWakeOnPacketsDescription[] =
3632 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203633
tbya97bb93c2019-08-23 02:16:403634const char kZeroStateFilesName[] = "Enable Launcher Zero State Files";
3635const char kZeroStateFilesDescription[] =
3636 "Enables zero state file recommendations in the Launcher, which appear when"
3637 "the search box is active and no query has been entered.";
3638
Andrew Moylan2db11cd2019-05-22 14:25:153639// Prefer keeping this section sorted to adding new definitions down here.
Tim Song988f7092019-03-01 03:13:393640
yhanadac5bff5b2017-05-18 06:37:093641#endif // defined(OS_CHROMEOS)
3642
Joel Hockey0613a832019-06-21 02:19:123643#if defined(OS_CHROMEOS) || defined(OS_LINUX)
3644const char kTerminalSystemAppName[] = "Terminal System App";
3645const char kTerminalSystemAppDescription[] =
3646 "Enables the Terminal System App at chrome://terminal which is used for "
3647 "the Chrome OS Linux terminal.";
Brian Geffonc3bdd6d2019-08-21 22:48:313648
3649#if BUILDFLAG(USE_TCMALLOC)
3650const char kDynamicTcmallocName[] = "Dynamic Tcmalloc Tuning";
3651const char kDynamicTcmallocDescription[] =
3652 "Allows tcmalloc to dynamically adjust tunables based on system resource "
3653 "utilization.";
3654#endif // BUILDFLAG(USE_TCMALLOC)
3655
Joel Hockey0613a832019-06-21 02:19:123656#endif // #if defined(OS_CHROMEOS) || defined(OS_LINUX)
3657
Collin Baker75a29462019-03-13 19:57:313658// All views-based platforms --------------------------------------------------
3659
3660#if defined(TOOLKIT_VIEWS)
3661
Sajad Maysamc30d6f82019-03-19 22:52:503662const char kEnableMDRoundedCornersOnDialogsName[] =
Dana Fried4e177f32019-04-11 23:46:463663 "MD corners on secondary UI";
Sajad Maysamc30d6f82019-03-19 22:52:503664const char kEnableMDRoundedCornersOnDialogsDescription[] =
Dana Fried4e177f32019-04-11 23:46:463665 "Increases corner radius on secondary UI.";
Sajad Maysamc30d6f82019-03-19 22:52:503666
Collin Baker75a29462019-03-13 19:57:313667const char kInstallableInkDropName[] = "Use InstallableInkDrop where supported";
3668const char kInstallableInkDropDescription[] =
3669 "InstallableInkDrop is part of an InkDrop refactoring effort. This enables "
3670 "the pilot implementation where available.";
3671
Collin Baker4ab8ad82019-06-06 17:02:543672const char kReopenTabInProductHelpName[] = "Reopen tab in-product help";
3673const char kReopenTabInProductHelpDescription[] =
3674 "Enable in-product help that guides a user to reopen a tab if it looks "
3675 "like they accidentally closed it.";
3676
Collin Baker75a29462019-03-13 19:57:313677#endif // defined(TOOLKIT_VIEWS)
3678
Brett Wilson7b44537e2017-08-18 01:38:283679// Random platform combinations -----------------------------------------------
3680
Jiajia Qindb252e92019-01-28 11:47:483681#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
3682
3683const char kWebGL2ComputeContextName[] = "WebGL 2.0 Compute";
3684const char kWebGL2ComputeContextDescription[] =
3685 "Enable the use of WebGL 2.0 Compute API.";
3686
3687#endif // defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS)
3688
Richard Knoll5e85eb122019-09-05 11:15:333689#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \
3690 defined(OS_CHROMEOS)
Jan Krcala80b6952019-07-04 07:42:553691
Himanshu Jaju12eeb0c2019-08-12 10:23:573692const char kClickToCallContextMenuForSelectedTextName[] =
3693 "Enable click to call feature on desktop when a phone number is selected";
3694const char kClickToCallContextMenuForSelectedTextDescription[] =
3695 "Enables click to call feature to be shown in context menu when the user "
3696 "right clicks after selecting a phone number.";
3697
Michael van Ouwerkerkd4e4a392019-07-26 14:41:133698const char kClickToCallUIName[] =
3699 "Enable click to call feature signals to be handled on desktop";
3700const char kClickToCallUIDescription[] =
3701 "Enables click to call feature signals to be handled on desktop by showing "
3702 "a list of user's available devices with telephony functionality.";
3703
Richard Knoll5e85eb122019-09-05 11:15:333704#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) ||
3705 // defined(OS_CHROMEOS)
3706
3707#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3708
3709const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3710const char kDirectManipulationStylusDescription[] =
3711 "If enabled, Chrome will scroll web pages on stylus drag.";
3712
3713const char kAnimatedAvatarButtonName[] = "Animated avatar button";
3714const char kAnimatedAvatarButtonDescription[] =
3715 "If enabled, Chrome will animate a pill with identity information around "
3716 "the avatar button on start-up and on sign-in.";
3717
Thomas Tangla852e182019-08-19 17:22:343718const char kProfileMenuRevampName[] = "Profile menu revamp";
3719const char kProfileMenuRevampDescription[] =
3720 "Enables the new version of the profile menu (aka user menu).";
3721
Joao da Silvaffb543622019-09-04 16:30:403722const char kSyncClipboardServiceName[] = "Sync Clipboard Service";
3723const char kSyncClipboardServiceDescription[] =
3724 "Enables clipboard syncing via Chrome Sync.";
3725
lanwei83f54452018-06-21 23:51:043726#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3727
Henrik Grunell63f2d772018-12-06 17:25:203728#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
3729
3730const char kForceEnableSystemAecName[] = "Force enable system AEC";
3731const char kForceEnableSystemAecDescription[] =
3732 "Use system echo canceller instead of WebRTC echo canceller. If there is "
3733 "no system echo canceller available, getUserMedia with echo cancellation "
3734 "enabled will fail.";
3735
3736#endif // defined(OS_MACOSX) || defined(OS_CHROMEOS)
3737
David Bienvenuc713d502019-02-07 23:46:323738#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
3739
3740const char kWebContentsOcclusionName[] = "Enable occlusion of web contents";
3741const char kWebContentsOcclusionDescription[] =
3742 "If enabled, web contents will behave as hidden when it is occluded by "
3743 "other windows.";
3744
3745#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
3746
Brett Wilson7b44537e2017-08-18 01:38:283747// Feature flags --------------------------------------------------------------
3748
Lei Zhang0a318af2018-11-14 02:19:463749#if defined(DCHECK_IS_CONFIGURABLE)
3750const char kDcheckIsFatalName[] = "DCHECKs are fatal";
3751const char kDcheckIsFatalDescription[] =
3752 "By default Chrome will evaluate in this build, but only log failures, "
3753 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
3754#endif // defined(DCHECK_IS_CONFIGURABLE)
3755
Brett Wilson7b44537e2017-08-18 01:38:283756#if BUILDFLAG(ENABLE_VR)
3757
Alex Cooper151b596e2019-02-21 01:26:573758const char kWebXrOrientationSensorDeviceName[] = "Orientation sensors for XR";
3759const char kWebXrOrientationSensorDeviceDescription[] =
3760 "Allow use of orientation sensors for XR if present";
3761
Bill Orr103ed272018-02-14 21:23:053762#if BUILDFLAG(ENABLE_OCULUS_VR)
3763const char kOculusVRName[] = "Oculus hardware support";
3764const char kOculusVRDescription[] =
3765 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3766 "Windows 10 or later).";
3767#endif // ENABLE_OCULUS_VR
3768
Bill Orr49527562017-11-22 16:58:483769#if BUILDFLAG(ENABLE_OPENVR)
3770const char kOpenVRName[] = "OpenVR hardware support";
3771const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073772 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3773 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483774#endif // ENABLE_OPENVR
3775
Bill Orrd2af6bd52019-01-23 02:50:243776#if BUILDFLAG(ENABLE_WINDOWS_MR)
3777const char kWindowsMixedRealityName[] = "Windows Mixed Reality support";
3778const char kWindowsMixedRealityDescription[] =
3779 "If enabled, Chrome will use Windows Mixed Reality devices for VR"
3780 " (supported only on Windows 10 or later).";
3781#endif // ENABLE_WINDOWS_MR
3782
Patrick Tofafbf66232019-06-16 08:39:153783#if BUILDFLAG(ENABLE_OPENXR)
3784const char kOpenXRName[] = "OpenXR support";
3785const char kOpenXRDescription[] =
3786 "If enabled, Chrome will use OpenXR Backend for VR.";
3787#endif // ENABLE_OPENXR
3788
Will Cassella40837ba2019-07-01 21:32:003789#if !defined(OS_ANDROID)
Bill Orrecfb9fe2018-10-02 00:11:103790const char kXRSandboxName[] = "XR device sandboxing";
3791const char kXRSandboxDescription[] =
3792 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
Will Cassella40837ba2019-07-01 21:32:003793#endif // !defined(OS_ANDROID)
Bill Orrecfb9fe2018-10-02 00:11:103794
Brett Wilson7b44537e2017-08-18 01:38:283795#endif // ENABLE_VR
3796
Derek Schuff71d9a922019-04-24 21:36:003797#if BUILDFLAG(ENABLE_NACL)
3798const char kNaclName[] = "Native Client";
3799const char kNaclDescription[] =
3800 "Support Native Client for all web applications, even those that were not "
3801 "installed from the Chrome Web Store.";
3802#endif // ENABLE_NACL
3803
Lei Zhang802201c2018-11-14 18:16:283804#if BUILDFLAG(ENABLE_PLUGINS)
3805
dstockwellcc759202019-01-11 00:42:123806#if defined(OS_CHROMEOS)
3807const char kPdfAnnotations[] = "PDF Annotations";
Weidong Guo577fe9ac2019-01-28 19:58:103808const char kPdfAnnotationsDescription[] = "Enable annotating PDF documents.";
dstockwellcc759202019-01-11 00:42:123809#endif // defined(OS_CHROMEOS)
3810
Lei Zhang802201c2018-11-14 18:16:283811const char kPdfFormSaveName[] = "Save PDF Forms";
3812const char kPdfFormSaveDescription[] =
3813 "Enable saving PDFs with filled form data.";
3814
Lei Zhang802201c2018-11-14 18:16:283815#endif // BUILDFLAG(ENABLE_PLUGINS)
3816
Brett Wilson7b44537e2017-08-18 01:38:283817#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3818
3819const char kAutofillCreditCardUploadName[] =
3820 "Enable offering upload of Autofilled credit cards";
3821const char kAutofillCreditCardUploadDescription[] =
3822 "Enables a new option to upload credit cards to Google Payments for sync "
3823 "to all Chrome devices.";
3824
3825#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3826
Tomas Popela253a5832019-01-14 17:22:103827#if defined(WEBRTC_USE_PIPEWIRE)
3828
3829extern const char kWebrtcPipeWireCapturerName[] = "WebRTC PipeWire support";
3830extern const char kWebrtcPipeWireCapturerDescription[] =
3831 "When enabled the WebRTC will use the PipeWire multimedia server for "
3832 "capturing the desktop content on the Wayland display server.";
3833
3834#endif // #if defined(WEBRTC_USE_PIPEWIRE)
3835
Tom Anderson06f88b1e2019-06-25 00:04:083836#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
3837
3838const char kEnableDbusAndX11StatusIconsName[] =
3839 "Enable DBus and X11 status icons";
3840const char kEnableDbusAndX11StatusIconsDescription[] =
3841 "If enabled, uses Chromium's StatusNotifierItem (DBus) and system tray "
3842 "(X11) implementations of status icons. Otherwise, uses libappindicator's "
Nick Diego Yamane03d652a2019-07-01 17:33:263843 "and GTK's implementations.";
Tom Anderson06f88b1e2019-06-25 00:04:083844
3845#endif // defined(OS_LINUX) && !defined(OS_CHROMEOS)
3846
Stephen Chenneyde6e5c82019-01-21 01:56:043847const char kAvoidFlashBetweenNavigationName[] =
3848 "Enable flash avoidance between same-origin navigations";
3849const char kAvoidFlahsBetweenNavigationDescription[] =
3850 "Enables experimental flash avoidance when navigating between pages "
3851 "in the same origin. This feature is in the implementation stages and "
3852 "currently has no effect.";
3853
Brett Wilson7b44537e2017-08-18 01:38:283854// ============================================================================
3855// Don't just add flags to the end, put them in the right section in
3856// alphabetical order just like the header file.
3857// ============================================================================
3858
vabr0215a8e2017-03-28 12:47:343859} // namespace flag_descriptions