blob: 61cef2196159f8dfde5f40f9241c526dd72ccc86 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
33const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
34const char kAllowNaclSocketApiDescription[] =
35 "Allows applications to use NaCl Socket API. Use only to test NaCl "
36 "plugins.";
37
Kunihiko Sakamoto4d407982018-07-10 04:56:2938const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
39 "Allow Signed HTTP Exchange certificates without extension";
40const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
41 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
42 "that do not have CanSignHttpExchangesDraft extension. Requires "
43 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
44 "risk.";
45
Jeremy Klein586b4ccc2018-06-09 21:05:4846const char kAndroidMessagesIntegrationName[] = "Android Messages integration";
47const char kAndroidMessagesIntegrationDescription[] =
48 "Enables Chrome OS integration with Android messages.";
49
Brett Wilsonf27ff602017-07-07 22:28:4750const char kAppBannersName[] = "App Banners";
51const char kAppBannersDescription[] =
52 "Enable the display of Progressive Web App banners, which prompt a user to "
53 "add a web app to their shelf, or other platform-specific equivalent.";
54
yoshiki iguchi4a10c5f2017-11-29 20:16:5455const char kAshSidebarName[] = "Sidebar";
56const char kAshSidebarDescription[] = "Enable the experimental sidebar.";
57
Ioana Pandelef9689a062018-06-22 15:35:5158const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
59const char kAutomaticPasswordGenerationDescription[] =
60 "Allow Chrome to offer to generate passwords when it detects account "
61 "creation pages.";
62
Michael Lippautzebbc5a82018-05-30 10:41:4263const char kEnableBlinkHeapIncrementalMarkingName[] =
64 "Blink Heap Incremental Marking";
65const char kEnableBlinkHeapIncrementalMarkingDescription[] =
66 "Enable incremental marking in Blink";
67
Tetsui Ohkubo2852b952018-02-23 04:12:0168const char kSystemTrayUnifiedName[] = "New system menu";
69const char kSystemTrayUnifiedDescription[] =
Tetsui Ohkubof860b8e2018-02-16 03:50:5570 "Enable the experimental system menu.";
71
Khushalba202212017-07-12 19:53:4972const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
73const char kAsyncImageDecodingDescription[] =
74 "Enables asynchronous decoding of images from raster for web content";
75
Roger McFarlane2eceba982018-05-18 01:37:1176const char kAutofillCacheQueryResponsesName[] =
77 "Cache Autofill Query Responses";
78const char kAutofillCacheQueryResponsesDescription[] =
79 "When enabled, autofill will cache the responses it receives from the "
80 "crowd-sourced field type prediction server.";
81
sebsge35b762c2018-03-29 20:33:2782const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
83const char kAutofillDynamicFormsDescription[] =
84 "Allows autofill to fill dynamically changing forms";
85
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:3986const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
87const char kAutofillPrefilledFieldsDescription[] =
88 "Allows autofill to fill fields previously filled by the website";
89
Parastoo Geranmayeh071d725c2018-06-26 17:35:2290const char kAutofillRationalizeRepeatedServerPredictionsName[] =
91 "Autofill Rationalization of Repeated Server Field Type Predictions";
92const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
93 "Allows autofill to rationalize repeated server field type predictions.";
94
Roger McFarlane1a37d7b2018-04-20 22:45:1995const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
96 "Autofill Enforce Min Required Fields For Heuristics";
97const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
98 "When enabled, autofill will generally require a form to have at least 3 "
99 "fields before allowing heuristic field-type prediction to occur.";
100
101const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
102 "Autofill Enforce Min Required Fields For Query";
103const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
104 "When enabled, autofill will generally require a form to have at least 3 "
105 "fields before querying the autofill server for field-type predictions.";
106
107const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
108 "Autofill Enforce Min Required Fields For Upload";
109const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
110 "When enabled, autofill will generally require a form to have at least 3 "
111 "fillable fields before uploading field-type votes for that form.";
112
Moe Ahmadid3ddfcb2018-04-20 19:51:08113const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
114 "Restrict formless form extraction";
115const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
116 "Restrict extraction of formless forms to checkout flows";
117
Brett Wilsonf27ff602017-07-07 22:28:47118const char kAutoplayPolicyName[] = "Autoplay policy";
119const char kAutoplayPolicyDescription[] =
120 "Policy used when deciding if audio or video is allowed to autoplay.";
121
122const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
123 "User gesture is required for cross-origin iframes.";
124const char kAutoplayPolicyNoUserGestureRequired[] =
125 "No user gesture is required.";
126const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
127const char kAutoplayPolicyDocumentUserActivation[] =
128 "Document user activation is required.";
129
Johanne0cc6902017-11-16 00:23:50130extern const char kAv1DecoderName[] = "Enable AV1 video decoding.";
131extern const char kAv1DecoderDescription[] =
132 "Allow decoding of files with the AV1 video codec.";
133
Brett Wilsonf27ff602017-07-07 22:28:47134const char kBackgroundVideoTrackOptimizationName[] =
135 "Optimize background video playback.";
136const char kBackgroundVideoTrackOptimizationDescription[] =
137 "Disable video tracks when the video is played in the background to "
138 "optimize performance.";
139
140const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
141const char kBleAdvertisingInExtensionsDescription[] =
142 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
143 "with regular use of Bluetooth Low Energy features.";
144
Charles Harrisond629cc62017-10-05 01:39:54145const char kBlockTabUndersName[] = "Block tab-unders";
146const char kBlockTabUndersDescription[] =
147 "Blocks tab-unders in Chrome with some native UI to allow the user to "
148 "proceed.";
149
Brett Wilsonf27ff602017-07-07 22:28:47150const char kBrowserTaskSchedulerName[] = "Task Scheduler";
151const char kBrowserTaskSchedulerDescription[] =
152 "Enables redirection of some task posting APIs to the task scheduler.";
153
Carlos IL766fbc882018-02-16 02:34:52154const char kBundledConnectionHelpName[] = "Bundled Connection Help";
155const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37156 "Enables or disables redirection to local help content for users who get "
157 "an interstitial after clicking the 'Learn More' link on a previous "
158 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52159
Brett Wilsonf27ff602017-07-07 22:28:47160const char kBypassAppBannerEngagementChecksName[] =
161 "Bypass user engagement checks";
162const char kBypassAppBannerEngagementChecksDescription[] =
163 "Bypasses user engagement checks for displaying app banners, such as "
164 "requiring that users have visited the site before and that the banner "
165 "hasn't been shown recently. This allows developers to test that other "
166 "eligibility requirements for showing app banners, such as having a "
167 "manifest, are met.";
168
Mike Westd27b4a82018-07-13 09:53:38169const char kCommittedInterstitialsName[] = "Committed Interstitials";
170const char kCommittedInterstitialsDescription[] =
171 "Use committed error pages instead of transient navigation entries "
172 "for interstitial error pages (e.g. certificate errors).";
173
Miguel Casas454d9cf2018-06-28 16:25:00174const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
175const char kCanvas2DImageChromiumDescription[] =
176 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
177
Brett Wilsonf27ff602017-07-07 22:28:47178const char kCastStreamingHwEncodingName[] =
179 "Cast Streaming hardware video encoding";
180const char kCastStreamingHwEncodingDescription[] =
181 "This option enables support in Cast Streaming for encoding video streams "
182 "using platform hardware.";
183
Amber Won478561d2017-08-19 01:02:59184const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
185const char kClickToOpenPDFDescription[] =
186 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
187 "embedded PDFs.";
188
Gary Kacmarcikfb69b212017-11-14 03:41:08189const char kClipboardContentSettingName[] = "Clipboard content setting";
190const char kClipboardContentSettingDescription[] =
191 "Enables a site-wide permission in the UI which controls access to the "
192 "asynchronous clipboard web API";
193
Peter Kastingb78046182018-06-29 20:15:13194const char kCloseButtonsInactiveTabs[] = "Close buttons on inactive tabs";
195const char kCloseButtonsInactiveTabsDescription[] =
196 "Shows close buttons on inactive tabs in non-touch mode.";
197
Brett Wilsonf27ff602017-07-07 22:28:47198const char kCloudImportName[] = "Cloud Import";
199const char kCloudImportDescription[] = "Allows the cloud-import feature.";
200
rbpotter9990eb42018-07-12 05:34:59201const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
202const char kCloudPrinterHandlerDescription[] =
203 "Use the new cloud printer handler for communicating with the cloud "
204 "print server, instead of the cloud print interface in the Print "
205 "Preview WebUI.";
206
Christopher Cameronceb8727d2017-09-07 23:53:16207const char kForceColorProfileSRGB[] = "sRGB";
208const char kForceColorProfileP3[] = "Display P3 D65";
209const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
210const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
211
212const char kForceColorProfileName[] = "Force color profile";
213const char kForceColorProfileDescription[] =
214 "Forces Chrome to use a specific color profile instead of the color "
215 "of the window's current monitor, as specified by the operating system.";
216
Brett Wilsonf27ff602017-07-07 22:28:47217const char kCompositedLayerBordersName[] = "Composited render layer borders";
218const char kCompositedLayerBordersDescription[] =
219 "Renders a border around composited Render Layers to help debug and study "
220 "layer compositing.";
221
Theresaf39c1882018-03-21 18:18:07222const char kContextualSuggestionsBottomSheetName[] =
Theresa818d3452018-05-22 00:08:07223 "Contextual Suggestions Bottom Sheet";
Theresaf39c1882018-03-21 18:18:07224const char kContextualSuggestionsBottomSheetDescription[] =
225 "If enabled, shows contextual suggestions in the bottom sheet.";
Brett Wilsonf27ff602017-07-07 22:28:47226
Theresac34db2d2018-06-28 00:03:11227const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
228const char kContextualSuggestionsButtonDescription[] =
229 "If enabled, shows a button to trigger contextual suggestions.";
230
Theresa818d3452018-05-22 00:08:07231const char kContextualSuggestionsSlimPeekUIName[] =
232 "Contextual Suggestions Slim Peek UI";
233const char kContextualSuggestionsSlimPeekUIDescription[] =
234 "Use a slimmer peek UI for the contextual suggestions bottom sheet.";
235
Theresa0f2947b92018-07-02 21:27:58236const char kContextualSuggestionsOptOutName[] =
237 "Contextual Suggestions Opt-out";
238const char kContextualSuggestionsOptOutDescription[] =
239 "If enabled, allows the user to opt out of contextual suggestions.";
240
Brett Wilsonf27ff602017-07-07 22:28:47241const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
242const char kCreditCardAssistDescription[] =
243 "Enable assisted credit card filling on certain sites.";
244
245const char kCrossProcessGuestViewIsolationName[] =
246 "Cross process frames for guests";
247const char kCrossProcessGuestViewIsolationDescription[] =
248 "Highly experimental where guests such as <webview> are implemented on "
249 "the out-of-process iframe infrastructure.";
250
Thanh Le659cb102017-12-20 22:00:19251const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
252const char kDataSaverServerPreviewsDescription[] =
253 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47254
255const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
256const char kDatasaverPromptDescription[] =
257 "Enables a prompt, which appears when a cellular network connection is "
258 "detected, to take the user to the Data Saver extension page on Chrome Web "
259 "Store.";
260const char kDatasaverPromptDemoMode[] = "Demo mode";
261
Wez54dc71b2018-04-17 00:42:34262#if DCHECK_IS_CONFIGURABLE
263const char kDcheckIsFatalName[] = "DCHECKs are fatal";
264const char kDcheckIsFatalDescription[] =
265 "By default Chrome will evaluate in this build, but only log failures, "
266 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
267#endif // DCHECK_IS_CONFIGURABLE
268
Brett Wilsonf27ff602017-07-07 22:28:47269const char kDebugPackedAppName[] = "Debugging for packed apps";
270const char kDebugPackedAppDescription[] =
271 "Enables debugging context menu options such as Inspect Element for packed "
272 "applications.";
273
274const char kDefaultTileHeightName[] = "Default tile height";
275const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
276const char kDefaultTileHeightShort[] = "128";
277const char kDefaultTileHeightTall[] = "256";
278const char kDefaultTileHeightGrande[] = "512";
279const char kDefaultTileHeightVenti[] = "1024";
280
281const char kDefaultTileWidthName[] = "Default tile width";
282const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
283const char kDefaultTileWidthShort[] = "128";
284const char kDefaultTileWidthTall[] = "256";
285const char kDefaultTileWidthGrande[] = "512";
286const char kDefaultTileWidthVenti[] = "1024";
287
288const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
289const char kDebugShortcutsDescription[] =
290 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
291
292const char kDeviceDiscoveryNotificationsName[] =
293 "Device Discovery Notifications";
294const char kDeviceDiscoveryNotificationsDescription[] =
295 "Device discovery notifications on local network.";
296
297const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
298const char kDevtoolsExperimentsDescription[] =
299 "Enables Developer Tools experiments. Use Settings panel in Developer "
300 "Tools to toggle individual experiments.";
301
302const char kDisableAudioForDesktopShareName[] =
303 "Disable Audio For Desktop Share";
304const char kDisableAudioForDesktopShareDescription[] =
305 "With this flag on, desktop share picker window will not let the user "
306 "choose whether to share audio.";
307
Chris Palmer917bc052018-03-14 19:28:31308const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
309const char kDisablePushStateThrottleDescription[] =
310 "Disables throttling of history.pushState and history.replaceState method "
311 "calls.";
312
Brett Wilsonf27ff602017-07-07 22:28:47313const char kDisableTabForDesktopShareName[] =
314 "Disable Desktop Share with tab source";
315const char kDisableTabForDesktopShareDescription[] =
316 "This flag controls whether users can choose a tab for desktop share.";
317
318const char kDisallowDocWrittenScriptsUiName[] =
319 "Block scripts loaded via document.write";
320const char kDisallowDocWrittenScriptsUiDescription[] =
321 "Disallows fetches for third-party parser-blocking scripts inserted into "
322 "the main frame via document.write.";
323
Christopher Thompson2ffffa2c2018-05-18 23:06:37324const char kDisallowUnsafeHttpDownloadsName[] =
325 "Block unsafe downloads over insecure connections";
326const char kDisallowUnsafeHttpDownloadsNameDescription[] =
327 "Disallows downloads of unsafe files (files that can potentially execute "
328 "code), where the final download origin or any origin in the redirect "
329 "chain is insecure.";
330
Brett Wilsonf27ff602017-07-07 22:28:47331const char kDriveSearchInChromeLauncherName[] =
332 "Drive Search in Chrome App Launcher";
333const char kDriveSearchInChromeLauncherDescription[] =
334 "Files from Drive will show up when searching the Chrome App Launcher.";
335
Brett Wilsonf27ff602017-07-07 22:28:47336const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
337const char kEmbeddedExtensionOptionsDescription[] =
338 "Display extension options as an embedded element in chrome://extensions "
339 "rather than opening a new tab.";
340
Dominic Mazzoni8ac98962018-05-25 05:44:55341const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
342const char kEnableAccessibilityObjectModelDescription[] =
343 "Enables experimental support for Accessibility Object Model APIs "
344 "that are in development.";
345
Brett Wilsonf27ff602017-07-07 22:28:47346const char kEnableAsmWasmName[] =
347 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
348const char kEnableAsmWasmDescription[] =
349 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
350 R"*(WebAssembly.)*";
351
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36352const char kEnableWebPaymentsSingleAppUiSkipName[] =
353 "Enable Web Payments single app UI skip";
354const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
355 "Enable Web Payments to skip showing its UI if the developer specifies a "
356 "single app.";
357
Florian Uunk8c428ea2018-07-18 11:12:52358const char kEnableAutofillAccountWalletStorageName[] =
359 "Enable the account data storage for autofill";
360const char kEnableAutofillAccountWalletStorageDescription[] =
361 "Enable the ephemeral storage for account data for autofill.";
362
Shanfeng Zhang19c16562017-10-17 02:30:40363const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
364 "Credit card autofill ablation experiment.";
365const char kEnableAutofillCreditCardAblationExperimentDescription[] =
366 "If enabled, credit card autofill suggestions will not display.";
367
Brett Wilsonf27ff602017-07-07 22:28:47368const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
369 "Display the last used date of a credit card in autofill.";
370const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
371 "If enabled, display the last used date of a credit card in autofill.";
372
Sujie Zhu2cf0e5c2018-07-17 18:00:27373const char kEnableAutofillCreditCardLocalCardMigrationName[] =
374 "Enable migrating local cards to Google Pay";
375const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
376 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
377
Jared Saulbc672a072018-06-16 05:22:12378const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
379 "Make cardholder name editable in dialog during credit card upload";
380const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
381 "If enabled, in certain situations when offering credit card upload to "
382 "Google Payments, the cardholder name can be edited within the "
383 "offer-to-save dialog, which is prefilled with the name from the signed-in "
384 "Google Account.";
385
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37386const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
387 "Enable Google Pay branding when offering credit card upload on Android";
388const char
389 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
390 "If enabled, shows the Google Pay logo and a shorter header message "
391 "when credit card upload to Google Payments is offered on Android.";
392
Jared Saul5c2a1482017-12-09 00:24:31393const char kEnableAutofillCreditCardUploadSendPanFirstSixName[] =
394 "Send first six digits of PAN when deciding whether to offer Autofill "
395 "credit card upload";
396const char kEnableAutofillCreditCardUploadSendPanFirstSixDescription[] =
397 "If enabled, when deciding whether to offer credit card upload to Google "
398 "Payments, sends the first six digits of the card number to avoid cases "
399 "where card upload is likely to fail.";
400
siyua7c4e97b42018-04-24 02:49:42401const char kEnableAutofillCreditCardUploadUpdatePromptExplanationName[] =
402 "Enable updated prompt explanation when offering credit card upload";
403const char kEnableAutofillCreditCardUploadUpdatePromptExplanationDescription[] =
404 "If enabled, changes the server save card prompt's explanation to mention "
405 "the saving of the billing address.";
406
tmartinocd414732018-02-12 19:01:01407const char kEnableAutofillNativeDropdownViewsName[] =
408 "Display Autofill Dropdown Using Views";
409const char kEnableAutofillNativeDropdownViewsDescription[] =
410 "If enabled, the Autofill Dropdown will be built natively using Views, "
411 "rather than painted directly to a canvas.";
412
Fabio Tirelo87552e02018-07-06 15:43:21413const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
414 "Show unlabeled expiration dates on the save card dialog";
415const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
416 "If enabled, expiration dates on the save card dialog (both local and "
417 "upstream) are shown without an 'Exp:' label.";
418
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23419const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
420 "Send experiment flag IDs in calls to Google Payments";
421const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
422 "If enabled, adds the status of certain experiment variations when making "
423 "calls to Google Payments.";
424
Becca Hughes4d896c42018-05-29 16:58:51425const char kEnableAutoplayIgnoreWebAudioName[] =
426 "Autoplay ignores WebAudio playbacks";
427const char kEnableAutoplayIgnoreWebAudioDescription[] =
428 "If enabled, autoplay restrictions will be ignored for WebAudio.";
429
Vitalii Iarko4f9834ce2017-08-04 07:05:19430const char kEnableBreakingNewsPushName[] = "Breaking News Push";
431const char kEnableBreakingNewsPushDescription[] =
432 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
433 "through Google Cloud Messaging.";
434
Brett Wilsonf27ff602017-07-07 22:28:47435const char kEnableBrotliName[] = "Brotli Content-Encoding.";
436const char kEnableBrotliDescription[] =
437 "Enable Brotli Content-Encoding support.";
438
Qiang Xu0f602fe62017-12-22 01:31:20439const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
440const char kEnableCaptivePortalRandomUrlDescription[] =
441 "Enable Captive Portal URL randomization.";
442
sclittle50e4bb92017-07-08 02:23:03443const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
444
445const char kEnableClientLoFiDescription[] =
446 "Enable showing low fidelity images on some pages on slow networks.";
447
Patrick Noland8bc57472018-06-19 21:09:54448const char kEnableCSSFragmentIdentifiersName[] =
449 "Enable CSS Fragment Identifiers";
450const char kEnableCSSFragmentIdentifiersDescription[] =
451 "Enable support for specifying a target element using a css selector in "
452 "the fragment identifier.";
453
David Reveman87b4b692018-03-09 21:22:22454const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
455const char kEnableCursorMotionBlurDescription[] =
456 "Enable motion blur effect for the cursor.";
457
Ramin Halavati6f5d9852018-06-20 09:37:05458const char kEnableEphemeralFlashPermissionName[] =
459 "Enable Ephemeral Flash Permissions";
460const char kEnableEphemeralFlashPermissionDescription[] =
461 "When enabled, Flash plugin permissions are reset at the end of the "
462 "browser session.";
463
Doug Arnett08b4067b2017-10-12 20:14:44464const char kEnableNoScriptPreviewsName[] = "NoScript previews";
465
466const char kEnableNoScriptPreviewsDescription[] =
467 "Enable disabling JavaScript on some pages on slow networks.";
468
Thanh Le2c279fbc2017-11-21 01:25:40469const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
470const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
471const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
472const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
473const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
474const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
475const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
476const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
477const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
478const char kDataReductionProxyServerAlternative10[] =
479 "Use alt. server config 10";
Brett Wilsonf27ff602017-07-07 22:28:47480const char kEnableDataReductionProxyServerExperimentName[] =
481 "Use an alternative Data Saver back end configuration.";
482const char kEnableDataReductionProxyServerExperimentDescription[] =
483 "Enable a different approach to saving data by configuring the back end "
484 "server";
485
486const char kEnableDataReductionProxySavingsPromoName[] =
487 "Data Saver 1 MB Savings Promo";
488const char kEnableDataReductionProxySavingsPromoDescription[] =
489 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
490 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
491 "enabled for the promo to be shown.";
492
Matt Giucad4870432017-11-24 01:04:38493const char kEnableDesktopPWAsName[] = "Desktop PWAs";
494const char kEnableDesktopPWAsDescription[] =
495 "Experimental windowing and install banner treatment for Progressive Web "
496 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17497
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59498const char kEnableDesktopPWAsLinkCapturingName[] =
499 "Desktop PWAs Link Capturing";
500const char kEnableDesktopPWAsLinkCapturingDescription[] =
501 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
502 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
503 "#enable-desktop-pwas.";
504
Ahmed Fakhry0037de02018-01-29 19:58:31505const char kEnableDockedMagnifierName[] = "Docked Magnifier";
506const char kEnableDockedMagnifierDescription[] =
507 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
508
Ramya Nagarajan5b41d8d2018-04-02 19:53:02509const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
510const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09511 "Enables the Emoji picker item in context menus for editable text areas, if"
512 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02513
Brett Wilsonf27ff602017-07-07 22:28:47514const char kEnableEnumeratingAudioDevicesName[] =
515 "Experimentally enable enumerating audio devices.";
516const char kEnableEnumeratingAudioDevicesDescription[] =
517 "Experimentally enable the use of enumerating audio devices.";
518
519const char kEnableGenericSensorName[] = "Generic Sensor";
520const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25521 "Enables motion sensor classes based on Generic Sensor API, i.e. "
522 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
523 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
524
525const char kEnableGenericSensorExtraClassesName[] =
526 "Generic Sensor Extra Classes";
527const char kEnableGenericSensorExtraClassesDescription[] =
528 "Enables an extra set of sensor classes based on Generic Sensor API, which "
529 "expose previously unavailable platform features, i.e. AmbientLightSensor "
530 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47531
Brett Wilsonf27ff602017-07-07 22:28:47532const char kEnableHDRName[] = "HDR mode";
533const char kEnableHDRDescription[] =
534 "Enables HDR support on compatible displays.";
535
Ryan Sturm6a850902018-06-09 02:27:34536const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
537const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09538 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25539 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01540 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
541 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34542
Brett Wilsonf27ff602017-07-07 22:28:47543const char kEnableHttpFormWarningName[] =
544 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15545 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47546const char kEnableHttpFormWarningDescription[] =
547 "Attaches a warning UI to any password or credit card fields detected when "
548 "the top-level page is not HTTPS";
549
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41550const char kLayeredAPIName[] = "Experimental layered APIs";
551const char kLayeredAPIDescription[] =
552 "Enable layered API infrastructure, as well as several experimental "
553 "layered APIs. The syntax and the APIs exposed are experimental and will "
554 "change over time.";
555
Ian Kilpatricke68ef11a2018-07-04 03:52:10556const char kEnableLayoutNGName[] = "Enable LayoutNG";
557const char kEnableLayoutNGDescription[] =
558 "Enable Blink's next generation layout engine.";
559
Scott Littled0fd2d002018-04-13 03:37:26560const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
561const char kEnableLazyFrameLoadingDescription[] =
562 "Defers the loading of certain cross-origin frames until the page is "
563 "scrolled down near them.";
564
Sidney San Martín9375b892017-09-09 00:29:54565const char kEnableMacMaterialDesignDownloadShelfName[] =
566 "Enable Material Design download shelf";
567
568const char kEnableMacMaterialDesignDownloadShelfDescription[] =
569 "If enabled, the download shelf uses Material Design.";
570
Anton Urusov47cd4932017-09-19 14:41:41571const char kEnablePolicyToolName[] = "Enable policy management page";
572const char kEnablePolicyToolDescription[] =
573 "If enabled, the chrome://policy-tool URL loads a page for managing "
574 "policies.";
575
Tsuyoshi Horoea7edb72017-11-12 04:14:00576const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache";
577const char kEnablePWAFullCodeCacheDescription[] =
578 "Generate V8 code cache in Cache Storage while installing Service Worker "
579 "for PWAs.";
580
Weidong Guof1e5a892018-01-06 02:26:39581const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28582 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39583const char kDisableMultiMirroringDescription[] =
584 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28585
Brett Wilsonf27ff602017-07-07 22:28:47586const char kEnableNavigationTracingName[] = "Enable navigation tracing";
587const char kEnableNavigationTracingDescription[] =
588 "This is to be used in conjunction with the trace-upload-url flag. "
589 "WARNING: When enabled, Chrome will record performance data for every "
590 "navigation and upload it to the URL specified by the trace-upload-url "
591 "flag. The trace may include personally identifiable information (PII) "
592 "such as the titles and URLs of websites you visit.";
593
Bernhard Bauer5533f9912017-11-06 17:56:02594const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
595const char kEnableNetworkLoggingToFileDescription[] =
596 "Enables network logging to a file named netlog.json in the user data "
597 "directory. The file can be imported into chrome://net-internals.";
598
Brett Wilsonf27ff602017-07-07 22:28:47599const char kEnableNetworkServiceName[] = "Enable network service";
600const char kEnableNetworkServiceDescription[] =
601 "Enables the network service, which makes network requests through a "
602 "separate service. Note: most features don't work with this yet.";
603
John Abd-El-Malek8067cc02017-12-04 23:23:20604const char kEnableNetworkServiceInProcessName[] =
605 "Runs network service in-process";
606const char kEnableNetworkServiceInProcessDescription[] =
607 "Runs the network service in the browser process.";
608
dpapaded8349472017-10-25 03:21:27609const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
610const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37611 "If enabled, Print Preview will display a newer UI. This feature is "
612 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27613
Ahmed Fakhry2fd8fc82017-07-28 16:31:12614const char kEnableNightLightName[] = "Enable Night Light";
615const char kEnableNightLightDescription[] =
616 "Enable the Night Light feature which controls the color temperature of "
617 "the screen.";
618
xlou8b56f672018-02-09 23:34:30619const char kEnableNupPrintingName[] = "Enable N-up printing";
620const char kEnableNupPrintingDescription[] =
621 "Enable N-up printing in the print preview panel.";
622
Sophie Chang117a3b22017-10-24 22:25:36623const char kEnableOptimizationHintsName[] = "Optimization Hints";
624const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50625 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36626 "into decisions for what optimizations to perform on some pages on slow "
627 "networks.";
628
Yutaka Hirano98be3272017-08-07 17:55:39629const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
630const char kEnableOutOfBlinkCORSDescription[] =
631 "CORS handling logic is moved out of blink.";
632
Sammie Quon0fbf0782018-05-01 22:11:08633const char kEnableOverviewSwipeToCloseName[] =
634 "Enable overview swipe to close.";
635const char kEnableOverviewSwipeToCloseDescription[] =
636 "Enables closing of items in overview mode by dragging or flinging "
637 "vertically.";
638
kylechar7051c092018-02-05 20:31:39639const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
640const char kVizDisplayCompositorDescription[] =
641 "If enabled, the display compositor runs as part of the viz service in the"
642 "GPU process.";
643
Ria Jiang6a129b982018-03-01 18:30:40644const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
645const char kVizHitTestDrawQuadDescription[] =
646 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
647 "with hit-test data computed from the CompositorFrame.";
648
Erik Chen49bbfa22017-08-18 08:49:56649const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23650 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56651const char kEnableOutOfProcessHeapProfilingDescription[] =
652 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19653 "malloced objects. Heap dumps can be obtained at chrome://tracing "
654 "[category:memory-infra] and chrome://memory-internals. This setting "
655 "controls which processes are profiled. As long as this setting is not "
656 "disabled, users can start profiling any given process in "
657 "chrome://memory-internals.";
658const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
659const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
660const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
661const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
662const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10663const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19664 "None by default. Visit chrome://memory-internals to choose which "
665 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15666const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
667 "Profile a random sampling of renderer processes, ensuring only one is "
668 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19669
Erik Chen8bb76b52017-12-06 19:06:25670const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19671 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25672const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
673 "By default, small allocations are pruned from the heap dump. This reduces "
674 "the size of the compressed trace by 100x. If pruning is disabled, the "
675 "chrome://tracing UI may be unable to take or load the trace. Save the "
676 "trace directly using chrome://memory-internals, and use other mechanisms "
677 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
678 "automatically uploaded traces will always be pruned. This only affects "
679 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56680
erikchen8bc20d82018-02-14 03:21:51681const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
682const char kOutOfProcessHeapProfilingSamplingDescription[] =
683 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22684 "10000. This results in low noise for large and/or frequent allocations ["
685 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
686 "total size of malloc-ed objects] and large and/or frequent allocations "
687 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51688
Erik Chen3303fd0232018-01-11 20:29:05689const char kOOPHPStackModeName[] =
690 "The type of stack to record for memlog heap dumps";
691const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19692 "By default, memlog heap dumps record native stacks, which requires a "
693 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55694 "pointers to work on Android. Native with thread names will add the thread "
695 "name as the first frame of each native stack. It's also possible to "
696 "record a pseudo stack using trace events as identifiers. It's also "
697 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19698const char kOOPHPStackModeMixed[] = "Mixed";
699const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55700const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19701const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05702
François Beaufort2e75f492018-02-08 20:44:46703const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47704const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46705 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47706
F#m59d036e2017-09-13 07:22:17707const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
708const char kEnablePixelCanvasRecordingDescription[] =
709 "Pixel canvas recording allows the compositor to raster contents aligned "
710 "with the pixel and improves text rendering. This should be enabled when a "
711 "device is using fractional scale factor.";
712
vitaliiid36191b2018-06-11 07:40:49713extern const char kEnableSyncUserConsentSeparateTypeName[] =
714 "Enable separate sync type for consents";
715extern const char kEnableSyncUserConsentSeparateTypeDescription[] =
716 "Emit user consents as a separate sync type instead of user events.";
717
Mikel Astiz38837f82018-04-24 22:23:23718const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
719const char kEnableSyncUSSSessionsDescription[] =
720 "Enables the new, experimental implementation of session sync (aka tab "
721 "sync).";
722
Brett Wilsonf27ff602017-07-07 22:28:47723const char kEnableTokenBindingName[] = "Token Binding.";
724const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
725
726const char kEnableUseZoomForDsfName[] =
727 "Use Blink's zoom for device scale factor.";
728const char kEnableUseZoomForDsfDescription[] =
729 "If enabled, Blink uses its zooming mechanism to scale content for device "
730 "scale factor.";
731const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
732const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
733const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
734
Patrick Noland8ee016e2018-01-24 11:44:53735const char kEnableScrollAnchorSerializationName[] =
736 "Scroll Anchor Serialization";
737const char kEnableScrollAnchorSerializationDescription[] =
738 "Save the scroll anchor and use it to restore the scroll position when "
739 "navigating.";
740
Brad Nelson5cd500e2018-01-04 00:50:19741const char kEnableSharedArrayBufferName[] =
742 "Experimental enabled SharedArrayBuffer support in JavaScript.";
743const char kEnableSharedArrayBufferDescription[] =
744 "Enable SharedArrayBuffer support in JavaScript.";
745
Brett Wilsonf27ff602017-07-07 22:28:47746const char kEnableWasmName[] = "WebAssembly structured cloning support.";
747const char kEnableWasmDescription[] =
748 "Enable web pages to use WebAssembly structured cloning.";
749
Kim Paulhamusae635a32018-06-27 07:30:54750const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
751const char kEnableWebAuthenticationAPIDescription[] =
752 "Enable Web Authentication API support";
753
Brett Wilsonf27ff602017-07-07 22:28:47754const char kEnableImageCaptureAPIName[] = "Image Capture API";
755const char kEnableImageCaptureAPIDescription[] =
756 "Enables the Web Platform Image Capture API: takePhoto(), "
757 "getPhotoCapabilities(), etc.";
758
759const char kEnableZeroSuggestRedirectToChromeName[] =
760 "Experimental contextual omnibox suggestion";
761const char kEnableZeroSuggestRedirectToChromeDescription[] =
762 "Change omnibox contextual suggestions to an experimental source. Note "
763 "that this is not an on/off switch for contextual omnibox and it only "
764 "applies to suggestions provided before the user starts typing a URL or a "
765 "search query (i.e. zero suggest).";
766
767const char kEnableWasmStreamingName[] =
768 "WebAssembly streaming compile/instantiate support.";
769const char kEnableWasmStreamingDescription[] =
770 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
771
Clemens Hammacher0c8a15a2018-04-27 13:45:32772const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
773const char kEnableWasmBaselineDescription[] =
774 "Enables WebAssembly baseline compilation and tier up.";
775
Ben Smith24c1e5c2018-06-20 01:09:02776const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
777const char kEnableWasmThreadsDescription[] =
778 "Enables support for the WebAssembly Threads proposal. Implies "
779 "#shared-array-buffer and #enable-webassembly.";
780
Brett Wilsonf27ff602017-07-07 22:28:47781const char kExpensiveBackgroundTimerThrottlingName[] =
782 "Throttle expensive background timers";
783const char kExpensiveBackgroundTimerThrottlingDescription[] =
784 "Enables intervention to limit CPU usage of background timers to 1%.";
785
786const char kExperimentalAppBannersName[] = "Experimental app banners";
787const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38788 "Enables a new experimental app banner flow and UI. Implies "
789 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47790
791const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
792const char kExperimentalCanvasFeaturesDescription[] =
793 "Enables the use of experimental canvas features which are still in "
794 "development.";
795
Nicholas Verneccd8259802018-02-22 01:22:04796const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
797const char kExperimentalCrostiniUIDescription[] =
798 "Enables in-development Crostini features.";
799
Brett Wilsonf27ff602017-07-07 22:28:47800const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
801const char kExperimentalExtensionApisDescription[] =
802 "Enables experimental extension APIs. Note that the extension gallery "
803 "doesn't allow you to upload extensions that use experimental APIs.";
804
805const char kExperimentalFullscreenExitUIName[] =
806 "Experimental fullscreen exit UI";
807const char kExperimentalFullscreenExitUIDescription[] =
808 "Displays experimental UI to allow mouse and touch input methods to exit "
809 "fullscreen mode.";
810
Ian Clelland37a985d2018-05-04 02:43:13811const char kExperimentalProductivityFeaturesName[] =
812 "Experimental Productivity Features";
813const char kExperimentalProductivityFeaturesDescription[] =
814 "Enable support for experimental developer productivity features, such as "
815 "Layered APIs and policies for avoiding slow rendering.";
816
Brett Wilsonf27ff602017-07-07 22:28:47817const char kExperimentalSecurityFeaturesName[] =
818 "Potentially annoying security features";
819const char kExperimentalSecurityFeaturesDescription[] =
820 "Enables several security features that will likely break one or more "
821 "pages that you visit on a daily basis. Strict mixed content checking, for "
822 "example. And locking powerful features to secure contexts. This flag will "
823 "probably annoy you.";
824
825const char kExperimentalWebPlatformFeaturesName[] =
826 "Experimental Web Platform features";
827const char kExperimentalWebPlatformFeaturesDescription[] =
828 "Enables experimental Web Platform features that are in development.";
829
830const char kExtensionContentVerificationName[] =
831 "Extension Content Verification";
832const char kExtensionContentVerificationDescription[] =
833 "This flag can be used to turn on verification that the contents of the "
834 "files on disk for extensions from the webstore match what they're "
835 "expected to be. This can be used to turn on this feature if it would not "
836 "otherwise have been turned on, but cannot be used to turn it off (because "
837 "this setting can be tampered with by malware).";
838const char kExtensionContentVerificationBootstrap[] =
839 "Bootstrap (get expected hashes, but do not enforce them)";
840const char kExtensionContentVerificationEnforce[] =
841 "Enforce (try to get hashes, and enforce them if successful)";
842const char kExtensionContentVerificationEnforceStrict[] =
843 "Enforce strict (hard fail if we can't get hashes)";
844
845const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
846const char kExtensionsOnChromeUrlsDescription[] =
847 "Enables running extensions on chrome:// URLs, where extensions explicitly "
848 "request this permission.";
galinapae72e152017-05-12 13:12:28849
Brett Wilsonecb80982017-07-12 20:34:51850const char kFastUnloadName[] = "Fast tab/window close";
851const char kFastUnloadDescription[] =
852 "Enables fast tab/window closing - runs a tab's onunload js handler "
853 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34854
Brett Wilsonecb80982017-07-12 20:34:51855const char kFeaturePolicyName[] = "Feature Policy";
856const char kFeaturePolicyDescription[] =
857 "Enables granting and removing access to features through the "
858 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34859
Brett Wilsonecb80982017-07-12 20:34:51860const char kFontCacheScalingName[] = "FontCache scaling";
861const char kFontCacheScalingDescription[] =
862 "Reuse a cached font in the renderer to serve different sizes of font for "
863 "faster layout.";
864
865const char kForceEffectiveConnectionTypeName[] =
866 "Override effective connection type";
867const char kForceEffectiveConnectionTypeDescription[] =
868 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:30869 "returned by the network quality estimator. Slow 2G on Cellular returns "
870 "Slow 2G when connected to a cellular network, and the actual estimate "
871 "effective connection type when not on a cellular network. Previews are "
872 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:51873const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
874const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
875const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:30876const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
877 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:51878const char kEffectiveConnectionType2GDescription[] = "2G";
879const char kEffectiveConnectionType3GDescription[] = "3G";
880const char kEffectiveConnectionType4GDescription[] = "4G";
881
882const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
883const char kFillOnAccountSelectDescription[] =
884 "Filling of passwords when an account is explicitly selected by the user "
885 "rather than autofilling credentials on page load.";
886
Brett Wilsonecb80982017-07-12 20:34:51887const char kForceTextDirectionName[] = "Force text direction";
888const char kForceTextDirectionDescription[] =
889 "Explicitly force the per-character directionality of UI text to "
890 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
891 "direction of the character language.";
892const char kForceDirectionLtr[] = "Left-to-right";
893const char kForceDirectionRtl[] = "Right-to-left";
894
895const char kForceUiDirectionName[] = "Force UI direction";
896const char kForceUiDirectionDescription[] =
897 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
898 "mode, overriding the default direction of the UI language.";
899
900const char kFramebustingName[] =
901 "Framebusting requires same-origin or a user gesture";
902const char kFramebustingDescription[] =
903 "Don't permit an iframe to navigate the top level browsing context unless "
904 "they are same-origin or the iframe is processing a user gesture.";
905
906const char kGamepadExtensionsName[] = "Gamepad Extensions";
907const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:22908 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynoldsa8f2f692018-07-16 17:12:06909const char kGamepadPollingRateName[] = "Override Gamepad Polling Rate";
Matt Reynolds660a47752018-06-28 19:42:48910const char kGamepadPollingRateDescription[] =
Matt Reynoldsa8f2f692018-07-16 17:12:06911 "Overrides the rate at which gamepad input devices are polled. Increasing "
Matt Reynolds660a47752018-06-28 19:42:48912 "the polling rate improves the average latency of button and axis inputs "
913 "but may negatively affect performance.";
Matt Reynolds043469f2018-05-01 22:56:58914const char kGamepadVibrationName[] = "Gamepad Vibration";
915const char kGamepadVibrationDescription[] =
916 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:51917
Brett Wilsonecb80982017-07-12 20:34:51918const char kGpuRasterizationMsaaSampleCountName[] =
919 "GPU rasterization MSAA sample count.";
920const char kGpuRasterizationMsaaSampleCountDescription[] =
921 "Specify the number of MSAA samples for GPU rasterization.";
922const char kGpuRasterizationMsaaSampleCountZero[] = "0";
923const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
924const char kGpuRasterizationMsaaSampleCountFour[] = "4";
925const char kGpuRasterizationMsaaSampleCountEight[] = "8";
926const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
927
928const char kGpuRasterizationName[] = "GPU rasterization";
929const char kGpuRasterizationDescription[] =
930 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28931const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51932
933const char kGoogleProfileInfoName[] = "Google profile name and icon";
934const char kGoogleProfileInfoDescription[] =
935 "Enables using Google information to populate the profile name and icon in "
936 "the avatar menu.";
937
938const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
939const char kHarfbuzzRendertextDescription[] =
940 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
941 "web content.";
942
Takumi Fujimotofb71e332018-03-31 14:04:08943const char kViewsCastDialogName[] = "Views Cast dialog";
944const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:31945 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:53946 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:54947 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:08948
Manu Cornet4a908de2018-04-09 04:32:27949const char kHideActiveAppsFromShelfName[] =
950 "Hide running apps (that are not pinned) from the shelf";
951const char kHideActiveAppsFromShelfDescription[] =
952 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:25953
Brett Wilsonecb80982017-07-12 20:34:51954const char kHistoryRequiresUserGestureName[] =
955 "New history entries require a user gesture.";
956const char kHistoryRequiresUserGestureDescription[] =
957 "Require a user gesture to add a history entry.";
958const char kHyperlinkAuditingName[] = "Hyperlink auditing";
959const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
960
Ryan Landay4242dbc22018-04-04 01:47:33961const char kHorizontalTabSwitcherAndroidName[] =
962 "Enable horizontal tab switcher";
963const char kHorizontalTabSwitcherAndroidDescription[] =
964 "Changes the layout of the Android tab switcher so tabs scroll "
965 "horizontally instead of vertically.";
966
Brett Wilsonecb80982017-07-12 20:34:51967const char kHostedAppQuitNotificationName[] =
968 "Quit notification for hosted apps";
969const char kHostedAppQuitNotificationDescription[] =
970 "Display a notification when quitting Chrome if hosted apps are currently "
971 "running.";
972
973const char kHostedAppShimCreationName[] =
974 "Creation of app shims for hosted apps on Mac";
975const char kHostedAppShimCreationDescription[] =
976 "Create app shims on Mac when creating a hosted app.";
977
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:48978const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
979const char kHtmlBasedUsernameDetectorDescription[] =
980 "Use HTML-based username detector for the password manager.";
981
Brett Wilsonecb80982017-07-12 20:34:51982const char kIconNtpName[] = "Large icons on the New Tab page";
983const char kIconNtpDescription[] =
984 "Enable the experimental New Tab page using large icons.";
985
986const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
987const char kIgnoreGpuBlacklistDescription[] =
988 "Overrides the built-in software rendering list and enables "
989 "GPU-acceleration on unsupported system configurations.";
990
Ryan Sturm8c3dbc92018-06-26 19:22:37991const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:44992const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:37993 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:44994
Claudio Magni61c210922017-12-28 00:29:51995const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
996const char kImprovedLanguageSettingsDescription[] =
997 "Set of changes for Language Settings. These changes are intended to fix "
998 "the major bugs related to Language Settings.";
999
Brett Wilsonecb80982017-07-12 20:34:511000const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1001const char kInProductHelpDemoModeChoiceDescription[] =
1002 "Selects the In-Product Help demo mode.";
1003
1004const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1005const char kJavascriptHarmonyDescription[] =
1006 "Enable web pages to use experimental JavaScript features.";
1007
1008const char kJavascriptHarmonyShippingName[] =
1009 "Latest stable JavaScript features";
1010const char kJavascriptHarmonyShippingDescription[] =
1011 "Some web pages use legacy or non-standard JavaScript extensions that may "
1012 "conflict with the latest JavaScript features. This flag allows disabling "
1013 "support of those features for compatibility with such pages.";
1014
gogeraldfd7675d2018-06-19 22:57:351015const char kJustInTimeServiceWorkerPaymentAppName[] =
1016 "Just-in-time service worker payment app";
1017const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1018 "Allow crawling just-in-time service worker payment app when there is no "
1019 "installed service worker payment app for a payment request.";
1020
Yutaka Hiranof7f2f632017-09-06 10:40:081021const char kKeepAliveRendererForKeepaliveRequestsName[] =
1022 "Keep a renderer alive for keepalive fetch requests";
1023const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1024 "Keep a render process alive when the process has a pending fetch request "
1025 "with `keepalive' specified.";
1026
Joe Downing095fd6d2018-02-01 18:40:361027const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1028const char kKeyboardLockApiDescription[] =
1029 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1030 "specific key events and have them routed directly to the webpage when in "
1031 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1032
Brett Wilsonecb80982017-07-12 20:34:511033const char kLcdTextName[] = "LCD text antialiasing";
1034const char kLcdTextDescription[] =
1035 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1036 "(subpixel) when doing accelerated compositing.";
1037
Matt Giucac399982f2017-10-06 07:51:291038const char kLeftToRightUrlsName[] =
1039 "Render bidirectional URLs from left to right";
1040const char kLeftToRightUrlsDescription[] =
1041 "An experimental Bidi URL rendering algorithm where the URL components are "
1042 "always shown in order from left to right, regardless of any RTL "
1043 "characters. (The contents of each component are still rendered with the "
1044 "normal Bidi algorithm.)";
1045
Brett Wilsonecb80982017-07-12 20:34:511046const char kLoadMediaRouterComponentExtensionName[] =
1047 "Load Media Router Component Extension";
1048const char kLoadMediaRouterComponentExtensionDescription[] =
1049 "Loads the Media Router component extension at startup.";
1050
spqchanb87755692018-04-05 00:46:091051const char kMacViewsAutofillPopupName[] =
1052 "Uses the Views Autofill Popup on Mac";
1053const char kMacViewsAutofillPopupDescription[] =
1054 "Autofill popup will be shown using the Views toolkit rather than Cocoa.";
Derek Chengd24c68c2018-03-12 19:09:321055
Brett Wilsonecb80982017-07-12 20:34:511056const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1057const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511058
Lei Zhang2eca9082017-10-17 20:42:501059const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1060const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511061 "If enabled, the Incognito New Tab page uses the new material design with "
1062 "a better readable text.";
1063
spqchanb87755692018-04-05 00:46:091064const char kMediaRouterCastAllowAllIPsName[] =
1065 "Connect to Cast devices on all IP addresses";
1066const char kMediaRouterCastAllowAllIPsDescription[] =
1067 "Have the Media Router connect to Cast devices on all IP addresses, not "
1068 "just RFC1918/RFC4913 private addresses.";
1069
Brett Wilsonecb80982017-07-12 20:34:511070const char kMemoryCoordinatorName[] = "Memory coordinator";
1071const char kMemoryCoordinatorDescription[] =
1072 "Enable memory coordinator instead of memory pressure listeners.";
1073
1074const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1075const char kMessageCenterNewStyleNotificationDescription[] =
1076 "Enables the experiment style of material-design notification";
1077
Brett Wilsonecb80982017-07-12 20:34:511078const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1079const char kMhtmlGeneratorOptionDescription[] =
1080 "Provides experimental options for MHTML file generator.";
1081const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1082const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1083
Kouhei Ueno08445c22017-09-05 03:58:301084const char kModuleScriptsDynamicImportName[] =
1085 "Enable ECMAScript 6 modules dynamic import";
1086const char kModuleScriptsDynamicImportDescription[] =
1087 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
1088 "Blink.";
1089
Hiroshige Hayashizaki15c2eb92017-10-20 04:57:051090const char kModuleScriptsImportMetaUrlName[] =
1091 "Enable ECMAScript 6 modules import.meta.url";
1092const char kModuleScriptsImportMetaUrlDescription[] =
1093 "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and "
1094 "Blink.";
1095
Brett Wilsonecb80982017-07-12 20:34:511096const char kNewAudioRenderingMixingStrategyName[] =
1097 "New audio rendering mixing strategy";
1098const char kNewAudioRenderingMixingStrategyDescription[] =
1099 "Use the new audio rendering mixing strategy.";
1100
1101const char kNewBookmarkAppsName[] = "The new bookmark app system";
1102const char kNewBookmarkAppsDescription[] =
1103 "Enables the new system for creating bookmark apps.";
1104
Vadym Doroshenkof81e8bb2018-04-18 14:35:241105const char kNewPasswordFormParsingName[] = "New password form parsing";
1106const char kNewPasswordFormParsingDescription[] =
1107 "Replaces existing form parsing in password manager with a new version, "
1108 "currently under development. WARNING: when enabled Password Manager might "
1109 "stop working";
1110
Brett Wilsonecb80982017-07-12 20:34:511111const char kNewRemotePlaybackPipelineName[] =
1112 "Enable the new remote playback pipeline.";
1113const char kNewRemotePlaybackPipelineDescription[] =
1114 "Enable the new pipeline for playing media element remotely via "
1115 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501116const char kUseSurfaceLayerForVideoName[] =
1117 "Enable the use of SurfaceLayer objects for videos.";
1118const char kUseSurfaceLayerForVideoDescription[] =
1119 "Enable compositing onto a Surface instead of a VideoLayer "
1120 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511121
1122const char kNewUsbBackendName[] = "Enable new USB backend";
1123const char kNewUsbBackendDescription[] =
1124 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341125
Sonny Sasaka2d200432018-03-22 17:43:161126const char kNewblueName[] = "Newblue";
1127const char kNewblueDescription[] =
1128 "Enables the use of newblue Bluetooth daemon.";
1129
Peter Kasting63097912018-06-30 02:09:031130const char kNewTabButtonPosition[] = "New tab button position";
1131const char kNewTabButtonPositionDescription[] =
1132 "Controls placement of the new tab button within the tabstrip.";
1133const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1134const char kNewTabButtonPositionLeading[] = "Leading";
1135const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1136const char kNewTabButtonPositionTrailing[] = "Trailing";
1137
Egor Pasko6fed3822018-05-30 10:33:141138const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341139const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141140 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341141
Alex Newcomerd7b0cc42018-05-25 22:58:481142const char kNotificationIndicatorName[] = "Notification Indicators";
1143const char kNotificationIndicatorDescription[] =
1144 "Enable notification indicators, which appear on app icons when a "
1145 "notification is active. This will also enable notifications in context "
1146 "menus.";
1147
Brett Wilsonecb80982017-07-12 20:34:511148const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1149const char kNotificationsNativeFlagDescription[] =
1150 "Enable support for using the native notification toasts and notification "
1151 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341152
Zentaro Kavanaghbad511c2017-10-18 22:29:001153#if defined(OS_POSIX)
1154const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1155const char kNtlmV2EnabledDescription[] =
1156 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1157#endif
1158
Ramya Nagarajane9f16b82018-05-03 01:05:341159const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1160const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301161 "Allow selection of a custom background image on the New Tab Page. "
1162 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341163
kristipark037abce12018-07-13 19:49:301164const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1165const char kNtpCustomLinksDescription[] =
1166 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1167 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1168
1169const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341170const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301171 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1172 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341173
1174const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1175const char kNtpUIMdDescription[] =
1176 "Updates the New Tab Page with Material Design elements.";
1177
Brett Wilsonecb80982017-07-12 20:34:511178const char kNumRasterThreadsName[] = "Number of raster threads";
1179const char kNumRasterThreadsDescription[] =
1180 "Specify the number of raster threads.";
1181const char kNumRasterThreadsOne[] = "1";
1182const char kNumRasterThreadsTwo[] = "2";
1183const char kNumRasterThreadsThree[] = "3";
1184const char kNumRasterThreadsFour[] = "4";
1185
1186const char kOfferStoreUnmaskedWalletCardsName[] =
1187 "Google Payments card saving checkbox";
1188const char kOfferStoreUnmaskedWalletCardsDescription[] =
1189 "Show the checkbox to offer local saving of a credit card downloaded from "
1190 "the server.";
1191
1192const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1193const char kOfflineAutoReloadDescription[] =
1194 "Pages that fail to load while the browser is offline will be "
1195 "auto-reloaded when the browser is online again.";
1196
1197const char kOfflineAutoReloadVisibleOnlyName[] =
1198 "Only Auto-Reload Visible Tabs";
1199const char kOfflineAutoReloadVisibleOnlyDescription[] =
1200 "Pages that fail to load while the browser is offline will only be "
1201 "auto-reloaded if their tab is visible.";
1202
Brett Wilsonecb80982017-07-12 20:34:511203const char kOmniboxDisplayTitleForCurrentUrlName[] =
1204 "Include title for the current URL in the omnibox";
1205const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1206 "In the event that the omnibox provides suggestions on-focus, the URL of "
1207 "the current page is provided as the first suggestion without a title. "
1208 "Enabling this flag causes the title to be displayed.";
1209
Benoit Lizeab08362c2017-07-19 14:50:541210const char kOmniboxSpareRendererName[] =
1211 "Start spare renderer on omnibox focus";
1212const char kOmniboxSpareRendererDescription[] =
1213 "When the omnibox is focused, start an empty spare renderer. This can "
1214 "speed up the load of the navigation from the omnibox.";
1215
Tommy C. Li8875a442017-08-23 00:10:591216const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1217 "Omnibox UI Elide Suggestion URL After Host";
1218const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1219 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1220 "dropdown.";
1221
Tommy C. Lid79d4402017-12-22 22:49:121222const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsName[] =
1223 "Omnibox UI Hide Steady-State URL Scheme and Trivial Subdomains";
1224const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsDescription[] =
1225 "In the Omnibox, hide the scheme and trivial subdomains from steady state "
Tommy C. Li06aafc92018-06-12 18:06:221226 "displayed URLs. Hidden portions are restored during editing. For Mac, "
1227 "this flag will have no effect unless MacViews is enabled.";
Tommy C. Lid79d4402017-12-22 22:49:121228
Brett Wilsonecb80982017-07-12 20:34:511229const char kOmniboxUIMaxAutocompleteMatchesName[] =
1230 "Omnibox UI Max Autocomplete Matches";
1231
1232const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1233 "Changes the maximum number of autocomplete matches displayed in the "
1234 "Omnibox UI.";
1235
Justin Donnelly65c9e8b2017-10-01 05:15:011236const char kOmniboxUIShowSuggestionFaviconsName[] =
1237 "Omnibox UI Show Suggestion Favicons";
1238const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1239 "Shows favicons instead of generic vector icons for URL suggestions in the "
1240 "Omnibox dropdown.";
1241
1242const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1243const char kOmniboxUISwapTitleAndUrlDescription[] =
1244 "In the omnibox dropdown, shows titles before URLs when both are "
1245 "available.";
1246
Brett Wilsonecb80982017-07-12 20:34:511247const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1248const char kOmniboxUIVerticalMarginDescription[] =
1249 "Changes the vertical margin in the Omnibox UI.";
1250
Troy Hildebrandtb32637ca2018-02-21 23:25:091251const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1252 "Omnibox Voice Search Always Visible";
1253const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1254 "Always displays voice search icon in focused omnibox as long as voice "
1255 "search is possible";
1256
Adrienne Walkerc87477e2018-06-06 22:28:211257const char kOopRasterizationName[] = "Out of process rasterization";
1258const char kOopRasterizationDescription[] =
1259 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1260 "Must also enable GPU rasterization";
1261
Brett Wilsonecb80982017-07-12 20:34:511262const char kOriginTrialsName[] = "Origin Trials";
1263const char kOriginTrialsDescription[] =
1264 "Enables origin trials for controlling access to feature/API experiments.";
1265
Becca Hughes930d8cd2017-10-02 11:09:121266const char kOverflowIconsForMediaControlsName[] =
1267 "Icons on Media Controls Overflow Menu";
1268const char kOverflowIconsForMediaControlsDescription[] =
1269 "Displays icons on the overflow menu of the native media controls";
1270
Brett Wilsonecb80982017-07-12 20:34:511271const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1272const char kOverlayScrollbarsDescription[] =
1273 "Enable the experimental overlay scrollbars implementation. You must also "
1274 "enable threaded compositing to have the scrollbars animate.";
1275
chaopenge8aa016b2017-08-24 15:20:191276const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1277 "Flash Overlay Scrollbars After Any Scroll Update";
1278const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1279 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1280 " must also enable Overlay Scrollbars.";
1281
chaopeng343678022017-08-24 18:45:001282const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1283 "Flash Overlay Scrollbars When Mouse Enter";
1284const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1285 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1286 " enable Overlay Scrollbars.";
1287
Daniele Castagna74ddb9c2018-06-21 22:59:021288const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1289const char kOverlayStrategiesDescription[] =
1290 "Select strategies used to promote quads to HW overlays.";
1291const char kOverlayStrategiesDefault[] = "Default";
1292const char kOverlayStrategiesNone[] = "None";
1293const char kOverlayStrategiesUnoccludedFullscreen[] =
1294 "Unoccluded fullscreen buffers (single-fullscreen)";
1295const char kOverlayStrategiesUnoccluded[] =
1296 "Unoccluded buffers (single-fullscreen,single-on-top)";
1297const char kOverlayStrategiesOccludedAndUnoccluded[] =
1298 "Occluded and unoccluded buffers "
1299 "(single-fullscreen,single-on-top,underlay)";
1300
Claudio Magni81326f92017-09-01 05:21:181301const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1302const char kUseNewAcceptLanguageHeaderDescription[] =
1303 "Adds the base language code after other corresponding language+region "
1304 "codes. This ensures that users receive content in their preferred "
1305 "language.";
1306
Brett Wilsonecb80982017-07-12 20:34:511307const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1308const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481309 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511310const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
Mohsen Izadi88b392a2018-02-15 06:57:481311const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax";
Brett Wilsonecb80982017-07-12 20:34:511312
1313const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1314const char kOverscrollStartThresholdDescription[] =
1315 "Changes overscroll start threshold relative to the default value.";
1316const char kOverscrollStartThreshold133Percent[] = "133%";
1317const char kOverscrollStartThreshold166Percent[] = "166%";
1318const char kOverscrollStartThreshold200Percent[] = "200%";
1319
chaopenge2b6e5f2018-05-08 16:40:451320const char kTouchpadOverscrollHistoryNavigationName[] =
1321 "Overscroll history navigation on Touchpad";
1322const char kTouchpadOverscrollHistoryNavigationDescription[] =
1323 "Allows swipe left/right from touchpad change browser navigation.";
1324
Xing Liu5400a002017-09-15 21:48:291325const char kParallelDownloadingName[] = "Parallel downloading";
1326const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061327 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291328
Brett Wilsonecb80982017-07-12 20:34:511329const char kPassiveEventListenerDefaultName[] =
1330 "Passive Event Listener Override";
1331const char kPassiveEventListenerDefaultDescription[] =
1332 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1333 "haven't requested otherwise) to be treated as passive. This will break "
1334 "touch/wheel behavior on some websites but is useful for demonstrating the "
1335 "potential performance benefits of adopting passive event listeners.";
1336const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1337const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1338
1339const char kPassiveEventListenersDueToFlingName[] =
1340 "Touch Event Listeners Passive Default During Fling";
1341const char kPassiveEventListenersDueToFlingDescription[] =
1342 "Forces touchstart, and first touchmove per scroll event listeners during "
1343 "fling to be treated as passive.";
1344
1345const char kPassiveDocumentEventListenersName[] =
1346 "Document Level Event Listeners Passive Default";
1347const char kPassiveDocumentEventListenersDescription[] =
1348 "Forces touchstart, and touchmove event listeners on document level "
1349 "targets (which haven't requested otherwise) to be treated as passive.";
1350
1351const char kPasswordForceSavingName[] = "Force-saving of passwords";
1352const char kPasswordForceSavingDescription[] =
1353 "Allow the user to manually enforce password saving instead of relying on "
1354 "password manager's heuristics.";
1355
Vaclav Brozekd8a3f542017-11-16 14:21:131356const char kPasswordExportName[] = "Password export";
1357const char kPasswordExportDescription[] =
1358 "Export functionality in password settings.";
1359
1360const char kPasswordImportName[] = "Password import";
1361const char kPasswordImportDescription[] =
1362 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511363
Friedrich Horschig03c91982018-01-25 14:21:281364const char kPasswordSearchMobileName[] = "Password search";
1365const char kPasswordSearchMobileDescription[] =
1366 "Search functionality in password settings.";
1367
Friedrich Horschige6c27742018-04-23 17:13:411368const char kPasswordsKeyboardAccessoryName[] =
1369 "Add password-related functions to keyboard accessory";
1370const char kPasswordsKeyboardAccessoryDescription[] =
1371 "Adds password generation button and toggle for the passwords bottom sheet "
1372 "to the keyboard accessory. Replaces password generation popups.";
1373
Tom Sepez92a2cd242018-03-13 19:23:091374const char kPdfIsolationName[] = "PDF Isolation";
1375const char kPdfIsolationDescription[] =
1376 "Render PDF files from different origins in different plugin processes.";
1377
Brett Wilsonecb80982017-07-12 20:34:511378const char kPinchScaleName[] = "Pinch scale";
1379const char kPinchScaleDescription[] =
1380 "Enables experimental support for scale using pinch.";
1381
Doug Arnett620ff542018-02-06 17:54:221382const char kPreviewsAllowedName[] = "Previews Allowed";
1383const char kPreviewsAllowedDescription[] =
1384 "Allows previews to be shown subject to specific preview types being "
1385 "enabled and the client experiencing specific triggering conditions. "
1386 "May be used as a kill-switch to turn off all potential preview types.";
1387
Brett Wilsonecb80982017-07-12 20:34:511388const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1389const char kPrintPdfAsImageDescription[] =
1390 "If enabled, an option to print PDF files as images will be available in "
1391 "print preview.";
1392
1393const char kPrintPreviewRegisterPromosName[] =
1394 "Print Preview Registration Promos";
1395const char kPrintPreviewRegisterPromosDescription[] =
1396 "Enable registering unregistered cloud printers from print preview.";
1397
1398const char kProtectSyncCredentialName[] = "Autofill sync credential";
1399const char kProtectSyncCredentialDescription[] =
1400 "How the password manager handles autofill for the sync credential.";
1401
1402const char kProtectSyncCredentialOnReauthName[] =
1403 "Autofill sync credential only for transactional reauth pages";
1404const char kProtectSyncCredentialOnReauthDescription[] =
1405 "How the password manager handles autofill for the sync credential only "
1406 "for transactional reauth pages.";
1407
Mohsen Izadi93faac12017-07-29 04:45:151408const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1409const char kPullToRefreshDescription[] =
1410 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011411const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151412
Troy Hildebrandt7228ad12018-02-23 21:18:241413const char kQueryInOmniboxName[] = "Query in Omnibox";
1414const char kQueryInOmniboxDescription[] =
1415 "Only display query terms in the omnibox when viewing a search results "
1416 "page.";
1417
Brett Wilsonecb80982017-07-12 20:34:511418const char kQuicName[] = "Experimental QUIC protocol";
1419const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1420
Emily Starke8878d52018-05-11 21:27:261421const char kRecurrentInterstitialName[] =
1422 "Show a message when the same SSL error recurs";
1423const char kRecurrentInterstitialDescription[] =
1424 "Enable a special message on the SSL certificate error page when the same "
1425 "SSL error occurs repeatedly.";
1426
Brett Wilsonecb80982017-07-12 20:34:511427const char kReducedReferrerGranularityName[] =
1428 "Reduce default 'referer' header granularity.";
1429const char kReducedReferrerGranularityDescription[] =
1430 "If a page hasn't set an explicit referrer policy, setting this flag will "
1431 "reduce the amount of information in the 'referer' header for cross-origin "
1432 "requests.";
1433
Claudio Magnie0a80bb2018-01-31 02:52:581434extern const char kRegionalLocalesAsDisplayUIName[] =
1435 "Allow regional locales as display UI";
1436extern const char kRegionalLocalesAsDisplayUIDescription[] =
1437 "This flag allows regional locales to be selected as display UI by the "
1438 "user in Language Settings. The actual locale of the system is derived "
1439 "from the user selection based on some simple fallback logic.";
1440
Christian Dullweber1af31e62018-02-22 11:49:481441const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141442 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481443const char kRemoveNavigationHistoryDescription[] =
1444 "Remove a navigation entry when the corresponding history entry has been "
1445 "deleted.";
1446
Mihai Sardarescu6d0f5b72017-10-30 11:24:381447const char kRemoveUsageOfDeprecatedGaiaSigninEndpointName[] =
1448 "Remove usage of the deprecated GAIA sign-in endpoint";
1449const char kRemoveUsageOfDeprecatedGaiaSigninEndpointDescription[] =
1450 "The Gaia sign-in endpoint used for full-tab sign-in page is deprecated. "
1451 "This flags controls wheter it should no longer be used during a sign-in "
1452 " flow.";
1453
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351454const char kRendererSideResourceSchedulerName[] =
1455 "Renderer side ResourceScheduler";
1456const char kRendererSideResourceSchedulerDescription[] =
1457 "Migrate some ResourceScheduler functionalities to renderer";
1458
Brett Wilsonecb80982017-07-12 20:34:511459const char kRequestTabletSiteName[] =
1460 "Request tablet site option in the settings menu";
1461const char kRequestTabletSiteDescription[] =
1462 "Allows the user to request tablet site. Web content is often optimized "
1463 "for tablet devices. When this option is selected the user agent string is "
1464 "changed to indicate a tablet device. Web content optimized for tablets is "
1465 "received there after for the current tab.";
1466
1467const char kResetAppListInstallStateName[] =
1468 "Reset the App Launcher install state on every restart.";
1469const char kResetAppListInstallStateDescription[] =
1470 "Reset the App Launcher install state on every restart. While this flag is "
1471 "set, Chrome will forget the launcher has been installed each time it "
1472 "starts. This is used for testing the App Launcher install flow.";
1473
Kinuko Yasuda33955082018-06-19 10:14:591474const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511475const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591476 "Uses the resource load scheduler in blink to throttle resource load "
1477 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511478
Brett Wilsonecb80982017-07-12 20:34:511479const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1480const char kSafeSearchUrlReportingDescription[] =
1481 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1482
Alexei Filippov98772752018-01-27 08:26:521483const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1484const char kSamplingHeapProfilerDescription[] =
1485 "Enables native memory sampling profiler with specified rate in KiB. "
1486 "If sampling rate is not provided the default value of 128 KiB is used.";
1487
Brett Wilsonecb80982017-07-12 20:34:511488const char kSaveasMenuLabelExperimentName[] =
1489 "Switch 'Save as' menu labels to 'Download'";
1490const char kSaveasMenuLabelExperimentDescription[] =
1491 "Enables an experiment to switch menu labels that use 'Save as...' to "
1492 "'Download'.";
1493
1494const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1495const char kSavePageAsMhtmlDescription[] =
1496 "Enables saving pages as MHTML: a single text file containing HTML and all "
1497 "sub-resources.";
1498
Nate Chapin9638e7102017-09-20 22:11:011499const char kSavePreviousDocumentResourcesName[] =
1500 "Save Previous Document Resources";
1501const char kSavePreviousDocumentResourcesDescription[] =
1502 "Saves an old document's cached resources until the specified point in the "
1503 "next document's lifecycle.";
1504const char kSavePreviousDocumentResourcesNever[] =
1505 "Don't explicitly save resources";
1506const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1507 "Save resources until onDOMContentLoaded completes";
1508const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1509 "Save resources until onload completes";
1510
Brett Wilsonecb80982017-07-12 20:34:511511const char kScrollPredictionName[] = "Scroll prediction";
1512const char kScrollPredictionDescription[] =
1513 "Predicts the finger's future position during scrolls allowing time to "
1514 "render the frame before the finger is there.";
1515
1516const char kSecondaryUiMd[] =
1517 "Material Design in the rest of the browser's native UI";
1518const char kSecondaryUiMdDescription[] =
1519 "Extends the --top-chrome-md setting to secondary UI (bubbles, dialogs, "
1520 "etc.). On Mac, this enables MacViews, which uses toolkit-views for native "
Robert Liao0e09b5a8b2018-06-04 21:58:341521 "browser dialogs. If --top-chrome-md is effectively Material Design "
1522 "refresh, this option is enabled.";
Brett Wilsonecb80982017-07-12 20:34:511523
1524const char kServiceWorkerNavigationPreloadName[] =
1525 "Service worker navigation preload.";
1526const char kServiceWorkerNavigationPreloadDescription[] =
1527 "Enable web pages to use the experimental service worker navigation "
1528 "preload API.";
1529
gogeraldd5061b592017-09-06 23:39:551530const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1531const char kServiceWorkerPaymentAppsDescription[] =
1532 "Enable Service Worker applications to integrate as payment apps";
1533
Makoto Shimazu22078cc2018-02-21 03:01:441534extern const char kServiceWorkerServicificationName[] =
1535 "Servicified service workers";
1536extern const char kServiceWorkerServicificationDescription[] =
1537 "Enable the servicified service workers. A servicified service worker can "
1538 "have direct connection from its clients, so that fetch events can be "
1539 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171540
Tsuyoshi Horobcb1c642017-11-24 16:32:141541const char kServiceWorkerScriptFullCodeCacheName[] =
1542 "Service worker script full code cache.";
1543const char kServiceWorkerScriptFullCodeCacheDescription[] =
1544 "Generate V8 full code cache of Service Worker scripts while installing.";
1545
Brett Wilsonecb80982017-07-12 20:34:511546const char kSettingsWindowName[] = "Show settings in a window";
1547const char kSettingsWindowDescription[] =
1548 "Settings will be shown in a dedicated window instead of as a browser tab.";
1549
Manu Cornetd7ef7c52018-05-01 22:08:231550const char kShelfHoverPreviewsName[] =
1551 "Show previews of running apps when hovering over the shelf.";
1552const char kShelfHoverPreviewsDescription[] =
1553 "Shows previews of the open windows for a given running app when hovering "
1554 "over the shelf.";
1555
Manu Cornet683e14b2018-07-16 17:39:431556const char kShelfNewUiName[] = "Newest shelf redesign.";
1557const char kShelfNewUiDescription[] = "Enables the newest shelf appearance.";
1558
Trent Apted750ba7022017-10-23 13:36:251559const char kShowAllDialogsWithViewsToolkitName[] =
1560 "Show all dialogs with Views toolkit";
1561const char kShowAllDialogsWithViewsToolkitDescription[] =
1562 "All browser dialogs will be shown using the Views toolkit rather than "
1563 "Cocoa. This requires <a href=\"#secondary-ui-md\">#secondary-ui-md</a>.";
1564
Naoki Fukino008a0022018-05-23 18:33:001565const char kShowAndroidFilesInFilesAppName[] =
1566 "Show Android files in Files app";
1567const char kShowAndroidFilesInFilesAppDescription[] =
1568 "Show Android files in Files app if Android is enabled on the device.";
1569
Luciano Pachecoa0e2753f2018-07-16 07:41:101570const char kFilesAppDisableMyFilesNavigationName[] =
1571 "Disable the My Files on the navigation in the Files app";
1572const char kFilesAppDisableMyFilesNavigationDescription[] =
1573 "Disables the My Files on the navigation in the Files app, which displays "
Luciano Pachecof1beaa82018-05-30 04:48:511574 R"("My Files" root for Downloads, Linux and Play files)";
1575
Brett Wilsonecb80982017-07-12 20:34:511576const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1577const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381578 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1579 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511580
1581const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1582const char kShowAutofillTypePredictionsDescription[] =
1583 "Annotates web forms with Autofill field type predictions as placeholder "
1584 "text.";
1585
1586const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1587const char kShowOverdrawFeedbackDescription[] =
1588 "Visualize overdraw by color-coding elements based on if they have other "
1589 "elements drawn underneath.";
1590
Carlos IL89128732018-04-03 17:00:251591const char kSupervisedUserCommittedInterstitialsName[] =
1592 "Enable Supervised User Committed Interstitials";
1593const char kSupervisedUserCommittedInterstitialsDescription[] =
1594 "Use committed error pages instead of transient navigation entries for "
1595 "supervised user interstitials";
1596
yiyixbdfa9a0b2017-10-23 22:21:471597const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1598const char kEnableDrawOcclusionDescription[] =
1599 "Enable the system to use draw occlusion to skip draw quads when they are "
1600 "not shown on the screen.";
1601
Brett Wilsonecb80982017-07-12 20:34:511602const char kShowSavedCopyName[] = "Show Saved Copy Button";
1603const char kShowSavedCopyDescription[] =
1604 "When a page fails to load, if a stale copy of the page exists in the "
1605 "browser cache, a button will be presented to allow the user to load that "
1606 "stale copy. The primary enabling choice puts the button in the most "
1607 "salient position on the error page; the secondary enabling choice puts it "
1608 "secondary to the reload button.";
1609const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1610const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1611const char kDisableShowSavedCopy[] = "Disable";
1612
Brett Wilsonecb80982017-07-12 20:34:511613const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1614const char kSilentDebuggerExtensionApiDescription[] =
1615 "Do not show the infobar when an extension attaches to a page via "
1616 "chrome.debugger API. This is required to debug extension background "
1617 "pages.";
1618
Tsuyoshi Horo53895ba92018-03-14 04:06:481619const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1620const char kSignedHTTPExchangeDescription[] =
1621 "Enables Origin-Signed HTTP Exchanges support which is still in "
1622 "development. Warning: Enabling this may pose a security risk.";
1623
Brett Wilsonecb80982017-07-12 20:34:511624const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1625const char kSimpleCacheBackendDescription[] =
1626 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1627 "disk space allocation.";
1628
Christopher Thompson75ff845d2018-02-01 20:12:461629const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1630const char kSimplifyHttpsIndicatorDescription[] =
1631 "Change the UI treatment for HTTPS pages.";
1632
Brett Wilsonecb80982017-07-12 20:34:511633const char kSingleClickAutofillName[] = "Single-click autofill";
1634const char kSingleClickAutofillDescription[] =
1635 "Make autofill suggestions on initial mouse click on a form element.";
1636
Bret Sepulveda4f891da2018-07-16 19:10:301637const char kSingleTabMode[] = "Single-tab mode";
1638const char kSingleTabModeDescription[] =
1639 "Windows with a single tab receive a special, minimal visual treatment.";
1640
Nick Carter855bc492018-03-10 00:44:571641const char kStrictSiteIsolationName[] = "Strict site isolation";
1642const char kStrictSiteIsolationDescription[] =
1643 "Security mode that enables site isolation for all sites. When enabled, "
1644 "each renderer process will contain pages from at most one site, using "
1645 "out-of-process iframes when needed. When enabled, this flag forces the "
1646 "strictest site isolation mode (SitePerProcess). When disabled, the site "
1647 "isolation mode will be determined by enterprise policy or field trial.";
1648
1649const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out";
1650const char kSiteIsolationTrialOptOutDescription[] =
1651 "Opts out of field trials that enable site isolation modes "
1652 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1653 "may be due to out-of-process iframes. Opt-out has no effect if site "
1654 "isolation is force-enabled via #enable-site-per-process or enterprise "
1655 "policy. Caution: this disables important mitigations for the Spectre CPU "
1656 "vulnerability affecting most computers.";
1657extern const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default";
1658extern const char kSiteIsolationTrialOptOutChoiceOptOut[] =
1659 "Opt-out (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511660
Pattideade7972018-04-27 02:59:401661const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511662const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401663 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511664
Brett Wilsonecb80982017-07-12 20:34:511665const char kSmoothScrollingName[] = "Smooth Scrolling";
1666const char kSmoothScrollingDescription[] =
1667 "Animate smoothly when scrolling page content.";
1668
1669const char kSoftwareRasterizerName[] = "3D software rasterizer";
1670const char kSoftwareRasterizerDescription[] =
1671 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1672
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201673const char kSoleIntegrationName[] = "Sole integration";
1674const char kSoleIntegrationDescription[] =
1675 "Enable Sole integration for browser customization. You must restart "
1676 "the browser twice for changes to take effect.";
1677
Tommy Steimel77704be2017-08-28 22:14:401678const char kSoundContentSettingName[] = "Sound content setting";
1679const char kSoundContentSettingDescription[] =
1680 "Enable site-wide muting in content settings and tab strip context menu.";
1681
Alexandr Ilinf0500ed32017-09-27 21:12:361682const char kSpeculativePreconnectName[] = "Enable new preconnect predictor";
1683const char kSpeculativePreconnectDescription[] =
1684 "Enable the new implementation of preconnect and DNS preresolve. "
1685 "\"Learning\" means that only database construction is enabled, "
1686 "\"Preconnect\" enables both learning and preconnect and disables the "
1687 "existing implementation. \"No preconnect\" disables both implementations.";
1688
Brett Wilsonecb80982017-07-12 20:34:511689const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341690const char kSpeculativePrefetchDescription[] =
1691 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1692 R"*(load times, based on a local database (see chrome://predictors). )*"
1693 R"*("Learning" means that only the database construction is enabled, )*"
1694 R"*("Prefetching" that learning and prefetching are enabled.)*";
1695
Justin Donnelly4e448cb2017-07-07 21:32:131696const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1697 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131698const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1699 "If enabled, when the user enters text in the omnibox that looks like a "
1700 "a query, any service worker associated with the search engine the query "
1701 "will be sent to is started early.";
1702
Brett Wilsonecb80982017-07-12 20:34:511703const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1704const char kSpellingFeedbackFieldTrialDescription[] =
1705 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401706
Shubhie Panickerfaf082ed2018-01-03 04:49:151707const char kStopInBackgroundName[] = "Stop in background";
1708const char kStopInBackgroundDescription[] =
1709 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281710 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151711
1712const char kStopLoadingInBackgroundName[] = "Stop loading in background";
1713const char kStopLoadingInBackgroundDescription[] =
1714 "Stop loading tasks and loading "
1715 "resources, in the background, after certain grace time.";
1716
Shubhie Panicker56c99a22018-03-21 00:22:281717const char kStopNonTimersInBackgroundName[] =
1718 "Stop non-timer task queues background";
1719const char kStopNonTimersInBackgroundDescription[] =
1720 "Stop non-timer task queues, in the background, "
1721 "after a grace period.";
1722
Brett Wilsonecb80982017-07-12 20:34:511723const char kSuggestionsWithSubStringMatchName[] =
1724 "Substring matching for Autofill suggestions";
1725const char kSuggestionsWithSubStringMatchDescription[] =
1726 "Match Autofill suggestions based on substrings (token prefixes) rather "
1727 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341728
Brett Wilsonecb80982017-07-12 20:34:511729const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1730const char kSyncSandboxDescription[] =
1731 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341732
Joe Downing8cbbc192018-05-14 17:37:071733const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1734const char kSystemKeyboardLockDescription[] =
1735 "Enables websites to use the keyboard.lock() API to intercept system "
1736 "keyboard shortcuts and have the events routed directly to the website "
1737 "when in fullscreen mode.";
1738
Brett Wilsonecb80982017-07-12 20:34:511739const char kTabAudioMutingName[] = "Tab audio muting UI control";
1740const char kTabAudioMutingDescription[] =
1741 "When enabled, the audio indicators in the tab strip double as tab audio "
1742 "mute controls. This also adds commands in the tab context menu for "
1743 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341744
Christian Dullweberd0d96f02017-09-13 09:22:511745const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1746const char kTabsInCbdDescription[] =
1747 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1748
Becky Zhou99c22802017-10-19 05:09:271749const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1750const char kTabModalJsDialogDescription[] =
1751 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1752 " tab.";
1753
Brett Wilsonecb80982017-07-12 20:34:511754const char kTcpFastOpenName[] = "TCP Fast Open";
1755const char kTcpFastOpenDescription[] =
1756 "Enable the option to send extra authentication information in the initial "
1757 "SYN packet for a previously connected client, allowing faster data send "
1758 "start.";
vabr0215a8e2017-03-28 12:47:341759
Daniele Castagna0fead93e2018-01-10 20:40:291760const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1761const char kTintGlCompositedContentDescription[] =
1762 "Tint contents composited using GL with a shade of red to help debug and "
1763 "study overlay support.";
1764
Brett Wilsonecb80982017-07-12 20:34:511765const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1766const char kTopChromeMdDescription[] =
Ahmed Fakhryb2552be92018-03-02 00:56:581767 "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously "
Peter Boström85fa2e12018-03-16 20:43:401768 "touch) - middle point for devices with a touch screen, 3) Touchable "
Peter Boström756745dd2018-05-14 22:59:431769 "- new unified interface for touch and convertibles (Chrome OS), 4) "
Robert Liao0e09b5a8b2018-06-04 21:58:341770 "Material Design refresh and 5) Touchable Material Design refresh. "
Robert Liao3ecf97c2018-06-05 01:24:541771 "Enabling #upcoming-ui-features forces the Material Design refresh option.";
Brett Wilsonecb80982017-07-12 20:34:511772const char kTopChromeMdMaterial[] = "Normal";
Eugene Girard42dedf722017-10-12 21:07:531773const char kTopChromeMdMaterialAuto[] = "Auto";
Trent Aptedd3e5f022018-03-01 07:25:461774const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Ahmed Fakhryb2552be92018-03-02 00:56:581775const char kTopChromeMdMaterialTouchOptimized[] = "Touchable";
Peter Boström85fa2e12018-03-16 20:43:401776const char kTopChromeMdMaterialRefresh[] = "Refresh";
Peter Boström756745dd2018-05-14 22:59:431777const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh";
vabr0215a8e2017-03-28 12:47:341778
Brett Wilsonecb80982017-07-12 20:34:511779const char kThreadedScrollingName[] = "Threaded scrolling";
1780const char kThreadedScrollingDescription[] =
1781 "Threaded handling of scroll-related input events. Disabling this will "
1782 "force all such scroll events to be handled on the main thread. Note that "
1783 "this can dramatically hurt scrolling performance of most websites and is "
1784 "intended for testing purposes only.";
1785
Steven Valdez4584b2482017-07-14 01:11:571786const char kTLS13VariantName[] = "TLS 1.3";
1787const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1788const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111789const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041790const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
David Benjamin27ac5b62018-05-22 15:28:381791const char kTLS13VariantDraft28[] = "Enabled (Draft 28)";
Steven Valdez4584b2482017-07-14 01:11:571792
Brett Wilsonecb80982017-07-12 20:34:511793const char kTopDocumentIsolationName[] = "Top document isolation";
1794const char kTopDocumentIsolationDescription[] =
1795 "Highly experimental performance mode where cross-site iframes are kept in "
1796 "a separate process from the top document. In this mode, iframes from "
1797 "different third-party sites will be allowed to share a process.";
1798
Dominick Ng8896b1cd2017-10-17 23:24:361799const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1800const char kTopSitesFromSiteEngagementDescription[] =
1801 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1802 "engagement.";
1803
Brett Wilsonecb80982017-07-12 20:34:511804const char kTouchAdjustmentName[] = "Touch adjustment";
1805const char kTouchAdjustmentDescription[] =
1806 "Refine the position of a touch gesture in order to compensate for touches "
1807 "having poor resolution compared to a mouse.";
1808
Alex Newcomerb3d3c972018-05-03 14:59:401809const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1810const char kTouchableAppContextMenuDescription[] =
1811 "Enable the touchable app context menu, which enlarges app context menus "
1812 "in the Launcher and Shelf to make room for new features.";
1813
Brett Wilsonecb80982017-07-12 20:34:511814const char kTouchDragDropName[] = "Touch initiated drag and drop";
1815const char kTouchDragDropDescription[] =
1816 "Touch drag and drop can be initiated through long press on a draggable "
1817 "element.";
1818
1819const char kTouchEventsName[] = "Touch Events API";
1820const char kTouchEventsDescription[] =
1821 "Force Touch Events API feature detection to always be enabled or "
1822 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291823 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511824
1825const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1826const char kTouchSelectionStrategyDescription[] =
1827 "Controls how text selection granularity changes when touch text selection "
1828 "handles are dragged. Non-default behavior is experimental.";
1829const char kTouchSelectionStrategyCharacter[] = "Character";
1830const char kTouchSelectionStrategyDirection[] = "Direction";
1831
1832const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1833const char kTraceUploadUrlDescription[] =
1834 "This is to be used in conjunction with the enable-navigation-tracing "
1835 "flag. Please select the label that best describes the recorded traces. "
1836 "This will choose the destination the traces are uploaded to. If you are "
1837 "not sure, select other. If left empty, no traces will be uploaded.";
1838const char kTraceUploadUrlChoiceOther[] = "Other";
1839const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1840const char kTraceUploadUrlChoiceQa[] = "QA";
1841const char kTraceUploadUrlChoiceTesting[] = "Testing";
1842
Anthony Vallee-Dubois265c5692018-06-01 15:57:141843const char kTranslateForceTriggerOnEnglishName[] =
1844 "Select which language model to use to trigger translate on English "
1845 "content";
1846const char kTranslateForceTriggerOnEnglishDescription[] =
1847 "Force the Translate Triggering on English pages experiment to be enabled "
1848 "with the selected language model active.";
1849
Philippe Hamel7fdaa452017-09-29 17:22:491850const char kTranslateRankerEnforcementName[] =
1851 "Enforce TranslateRanker decisions";
1852const char kTranslateRankerEnforcementDescription[] =
1853 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1854 "or not Translate UI should be triggered in a given context.";
1855
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161856const char kTranslateUIName[] = "Enable Translate";
1857const char kTranslateUIDescription[] =
1858 "Enable the Translate popup when visiting webpages in other languages.";
1859
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051860const char kTreatInsecureOriginAsSecureName[] =
1861 "Insecure origins treated as secure";
1862const char kTreatInsecureOriginAsSecureDescription[] =
1863 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1864 "supplied as a comma-separated list. For the definition of secure "
1865 "contexts, "
1866 "see https://w3c.github.io/webappsec-secure-contexts/";
1867
Brett Wilsonecb80982017-07-12 20:34:511868const char kTrySupportedChannelLayoutsName[] =
1869 "Causes audio output streams to check if channel layouts other than the "
1870 "default hardware layout are available.";
1871const char kTrySupportedChannelLayoutsDescription[] =
1872 "Causes audio output streams to check if channel layouts other than the "
1873 "default hardware layout are available. Turning this on will allow the OS "
1874 "to do stereo to surround expansion if supported. May expose third party "
1875 "driver bugs, use with caution.";
1876
David Roger6762a092018-01-31 15:55:071877const char kUnifiedConsentName[] = "Unified Consent";
1878const char kUnifiedConsentDescription[] =
1879 "Enables a unified management of user consent for privacy-related "
1880 "features. This includes new confirmation screens and improved settings "
1881 "pages.";
1882
Brett Wilsonecb80982017-07-12 20:34:511883const char kUiPartialSwapName[] = "Partial swap";
1884const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1885
Chris Pickel3a227ae62017-08-24 10:47:261886const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1887const char kUseDdljsonApiDescription[] =
1888 "Enables the new ddljson API to fetch Doodles for the NTP.";
1889
Becca Hughes59c05b42017-11-03 13:11:581890const char kUseModernMediaControlsName[] = "New Media Controls";
1891const char kUseModernMediaControlsDescription[] =
1892 "Enables the new style native media controls.";
1893
Wei Li790e7a8572018-03-23 01:31:551894const char kUsePdfCompositorServiceName[] =
1895 "Use PDF compositor service for printing";
1896const char kUsePdfCompositorServiceDescription[] =
1897 "When enabled, use PDF compositor service to composite and generate PDF "
1898 "files for printing. When site isolation is enabled, disabling this will "
1899 "not stop using PDF compositor service since the service is required for "
1900 "printing out-of-process iframes correctly.";
1901
Mustaq Ahmedc646c0a2017-10-20 20:08:301902const char kUserActivationV2Name[] = "User Activation v2";
1903const char kUserActivationV2Description[] =
1904 "Enable simple user activation for APIs that are otherwise controlled by "
1905 "user gesture tokens.";
1906
Brett Wilsonecb80982017-07-12 20:34:511907const char kUserConsentForExtensionScriptsName[] =
1908 "User consent for extension scripts";
1909const char kUserConsentForExtensionScriptsDescription[] =
1910 "Require user consent for an extension running a script on the page, if "
1911 "the extension requested permission to run on all urls.";
1912
1913const char kUseSuggestionsEvenIfFewFeatureName[] =
1914 "Disable minimum for server-side tile suggestions on NTP.";
1915const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1916 "Request server-side suggestions even if there are only very few of them "
1917 "and use them for tiles on the New Tab Page.";
1918
1919const char kV8CacheOptionsName[] = "V8 caching mode.";
1920const char kV8CacheOptionsDescription[] =
1921 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:511922const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1923
Hitoshi Yoshida3e5db562017-09-11 02:31:081924const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
1925const char kV8ContextSnapshotDescription[] =
1926 "Sets to use a snapshot to create V8 contexts in frame creation.";
1927
Michael Hablich896d52662017-10-23 15:59:571928const char kV8VmFutureName[] = "Future V8 VM features";
1929const char kV8VmFutureDescription[] =
1930 "This enables upcoming and experimental V8 VM features. "
1931 "This flag does not enable experimental JavaScript features.";
1932
Hannes Payer1130d5672018-06-05 07:37:311933const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
1934const char kV8OrinocoDescription[] =
1935 "This enables the V8 Orinoco garbage collection features.";
1936
Brett Wilsonecb80982017-07-12 20:34:511937const char kVideoFullscreenOrientationLockName[] =
1938 "Lock screen orientation when playing a video fullscreen.";
1939const char kVideoFullscreenOrientationLockDescription[] =
1940 "Lock the screen orientation of the device to match video orientation when "
1941 "a video goes fullscreen. Only on phones.";
1942
1943const char kVideoRotateToFullscreenName[] =
1944 "Rotate-to-fullscreen gesture for videos.";
1945const char kVideoRotateToFullscreenDescription[] =
1946 "Enter/exit fullscreen when device is rotated to/from the orientation of "
1947 "the video. Only on phones.";
1948
Elly Fong-Jonesf4c79502018-03-23 19:21:531949const char kViewsBrowserWindowsName[] =
1950 "Use Views browser windows instead of Cocoa.";
1951const char kViewsBrowserWindowsDescription[] =
1952 "Use Views browser windows instead of Cocoa, aka MacViews-Browser.";
1953
Brett Wilsonecb80982017-07-12 20:34:511954const char kWalletServiceUseSandboxName[] =
1955 "Use Google Payments sandbox servers";
1956const char kWalletServiceUseSandboxDescription[] =
1957 "For developers: use the sandbox service for Google Payments API calls.";
1958
Brett Wilsonecb80982017-07-12 20:34:511959const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
1960const char kWebglDraftExtensionsDescription[] =
1961 "Enabling this option allows web applications to access the WebGL "
1962 "Extensions that are still in draft status.";
1963
1964const char kWebMidiName[] = "Web MIDI API";
1965const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
1966
1967const char kWebPaymentsName[] = "Web Payments";
1968const char kWebPaymentsDescription[] =
1969 "Enable Web Payments API integration, a JavaScript API for merchants.";
1970
Mathieu Perreault51339b82017-07-20 17:06:051971const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
1972const char kWebPaymentsModifiersDescription[] =
1973 "If the website provides modifiers in the payment request, show the custom "
1974 "total for each payment instrument, update the shopping cart when "
1975 "instruments are switched, and send modified payment method specific data "
1976 "to the payment app.";
1977
Brett Wilsonecb80982017-07-12 20:34:511978const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
1979const char kWebrtcEchoCanceller3Description[] =
1980 "Experimental WebRTC echo canceller (AEC3).";
1981
1982const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
1983const char kWebrtcHwDecodingDescription[] =
1984 "Support in WebRTC for decoding video streams using platform hardware.";
1985
1986const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
1987const char kWebrtcHwEncodingDescription[] =
1988 "Support in WebRTC for encoding video streams using platform hardware.";
1989
1990const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
1991const char kWebrtcHwH264EncodingDescription[] =
1992 "Support in WebRTC for encoding h264 video streams using platform "
1993 "hardware.";
1994
1995const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
1996const char kWebrtcHwVP8EncodingDescription[] =
1997 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
1998
Niels Möller090866a2018-02-13 10:55:031999const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2000 "WebRTC new encode cpu load estimator";
2001const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2002 "Enable new estimator for the encoder cpu load, for evaluation and "
2003 "testing. Intended to improve accuracy when screen casting.";
2004
Elad Alon85e0d0be2018-06-26 10:38:372005const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2006const char kWebRtcRemoteEventLogDescription[] =
2007 "Allow collecting WebRTC event logs and uploading them to Crash. "
2008 "Please note that, even if enabled, this will still require "
2009 "a policy to be set, for it to have an effect.";
2010
Brett Wilsonecb80982017-07-12 20:34:512011const char kWebrtcSrtpAesGcmName[] =
2012 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2013const char kWebrtcSrtpAesGcmDescription[] =
2014 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2015
Joachim Bauch4a41d7512017-08-23 14:24:232016const char kWebrtcSrtpEncryptedHeadersName[] =
2017 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2018const char kWebrtcSrtpEncryptedHeadersDescription[] =
2019 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2020 "for SRTP.";
2021
Brett Wilsonecb80982017-07-12 20:34:512022const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2023const char kWebrtcStunOriginDescription[] =
2024 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2025 "header.";
2026
Adam Riceed63fc02018-06-20 05:57:462027const char kWebSocketHandshakeReuseConnectionName[] =
2028 "Enable WebSocket connection reuse for authentication";
2029const char kWebSocketHandshakeReuseConnectionDescription[] =
2030 "Permits the WebSocket handshake to keep the connection open after an "
2031 "authentication failure. The connection may be used for further requests "
2032 "to send credentials. This is sometimes needed for Windows authentication.";
2033
Brett Wilsonecb80982017-07-12 20:34:512034const char kWebvrName[] = "WebVR";
2035const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012036 "Enables access to experimental Virtual Reality functionality via the "
2037 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2038 "Device API. Warning: Enabling this will also allow WebVR content on "
2039 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222040 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512041
Brandon Jonese9d9b2b2017-12-11 22:20:112042const char kWebXrName[] = "WebXR Device API";
2043const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012044 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2045 "and Augmented Reality (AR) devices.";
2046
2047const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2048const char kWebXrGamepadSupportDescription[] =
2049 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222050 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2051 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432052
2053const char kWebXrHitTestName[] = "WebXR Hit Test";
2054const char kWebXrHitTestDescription[] =
2055 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112056
Anna Maria57ecf7592018-01-12 03:10:402057const char kWebXrOrientationSensorDeviceName[] =
2058 "WebXR orientation sensor device";
2059const char kWebXrOrientationSensorDeviceDescription[] =
2060 "When no VR platform device is available, expose a non-presenting device "
2061 "based on the device's orientation sensors, if available.";
2062
Brett Wilsonecb80982017-07-12 20:34:512063const char kWifiCredentialSyncName[] = "WiFi credential sync";
2064const char kWifiCredentialSyncDescription[] =
2065 "Enables synchronizing WiFi network settings across devices. When enabled, "
2066 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2067 "credentials are synchronized subject to user preferences. (See also, "
2068 "chrome://settings/syncSetup.)";
2069
2070const char kZeroCopyName[] = "Zero-copy rasterizer";
2071const char kZeroCopyDescription[] =
2072 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342073
Brett Wilsonff596952017-07-14 01:06:552074// Android ---------------------------------------------------------------------
2075
2076#if defined(OS_ANDROID)
2077
2078const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2079const char kAiaFetchingDescription[] =
2080 "Enable intermediate certificate fetching when a server does not provide "
2081 "sufficient certificates to build a chain to a trusted root.";
2082
2083const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2084const char kAccessibilityTabSwitcherDescription[] =
2085 "Enable the accessibility tab switcher for Android.";
2086
Wei-Yin Chen (陳威尹)80683452017-10-02 19:08:252087const char kAllowReaderForAccessibilityName[] = "Reader Mode for Accessibility";
2088const char kAllowReaderForAccessibilityDescription[] =
2089 "Allows Reader Mode on any articles, even if the page is mobile-friendly.";
2090
Brett Wilsonff596952017-07-14 01:06:552091const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2092const char kAndroidAutofillAccessibilityDescription[] =
2093 "Enable accessibility for autofill popup.";
2094
Anita Woodruffbfcd1e52018-07-16 12:00:512095const char kAppNotificationStatusMessagingName[] =
2096 "App notification status messaging";
2097const char kAppNotificationStatusMessagingDescription[] =
2098 "Enables messaging in site permissions UI informing user when "
2099 "notifications are disabled for the entire app.";
2100
Brett Wilsonff596952017-07-14 01:06:552101const char kAndroidPaymentAppsName[] = "Android payment apps";
2102const char kAndroidPaymentAppsDescription[] =
2103 "Enable third party Android apps to integrate as payment apps";
2104
Miriam Gershenson8cf1397222018-01-23 22:48:292105const char kAsyncDnsName[] = "Async DNS resolver";
2106const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2107
Brett Wilsonff596952017-07-14 01:06:552108const char kAutofillAccessoryViewName[] =
2109 "Autofill suggestions as keyboard accessory view";
2110const char kAutofillAccessoryViewDescription[] =
2111 "Shows Autofill suggestions on top of the keyboard rather than in a "
2112 "dropdown.";
2113
2114const char kBackgroundLoaderForDownloadsName[] =
2115 "Enables background downloading of pages.";
2116const char kBackgroundLoaderForDownloadsDescription[] =
2117 "Enables downloading pages in the background in case page is not yet "
2118 "loaded in current tab.";
2119
Tibor Goldschwendt11b3cf22018-07-04 15:32:442120const char kBackgroundTaskComponentUpdateName[] =
2121 "Background Task Component Updates";
2122const char kBackgroundTaskComponentUpdateDescription[] =
2123 "Schedule component updates with BackgroundTaskScheduler";
2124
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002125const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2126const char kCCTModuleDescription[] =
2127 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2128
Matthew Jones1abcb132018-07-09 17:59:462129const char kChromeDuetName[] = "Chrome Duet";
2130const char kChromeDuetDescription[] =
2131 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052132
Brett Wilsonff596952017-07-14 01:06:552133const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
2134const char kChromeHomeSwipeLogicDescription[] =
2135 "Various swipe logic options for Chrome Home for sheet expansion.";
2136const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
Matthew Jonesbe384ee42017-10-31 19:57:152137const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model";
Brett Wilsonff596952017-07-14 01:06:552138
Theresa8e44a7132018-06-15 17:40:592139const char kChromeModernAlternateCardLayoutName[] =
2140 "Chrome Modern Alternate Card Layout";
2141const char kChromeModernAlternateCardLayoutDescription[] =
2142 "Enable the alternate card layout for Chrome Modern Design.";
2143
Matthew Jones5b7f1d62018-01-23 00:37:252144const char kChromeModernDesignName[] = "Chrome Modern Design";
2145const char kChromeModernDesignDescription[] =
Matthew Jones213a0692018-02-05 20:07:452146 "Enable modern design for Chrome. Chrome must be restarted twice for this "
2147 "flag to take effect.";
Matthew Jones5b7f1d62018-01-23 00:37:252148
Donn Denman3e78c8d2018-06-28 22:51:422149const char kChromeModernFullRollName[] = "Chrome Modern Full-Roll";
2150const char kChromeModernFullRollDescription[] =
2151 "Enable modern full-roll animation for Chrome.";
2152
Megan Jablonskic61eb1b82017-10-02 18:03:062153const char kChromeMemexName[] = "Chrome Memex";
2154const char kChromeMemexDescription[] =
2155 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2156 "Googlers.";
2157
Sarath Singapati83aef1c2017-11-16 15:54:522158const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2159const char kClearOldBrowsingDataDescription[] =
2160 "Enables clearing of browsing data which is older than a given time "
2161 "period.";
2162
Brett Wilsonff596952017-07-14 01:06:552163const char kContentSuggestionsCategoryOrderName[] =
2164 "Default content suggestions category order (e.g. on NTP)";
2165const char kContentSuggestionsCategoryOrderDescription[] =
2166 "Set default order of content suggestion categories (e.g. on the NTP).";
2167
2168const char kContentSuggestionsCategoryRankerName[] =
2169 "Content suggestions category ranker (e.g. on NTP)";
2170const char kContentSuggestionsCategoryRankerDescription[] =
2171 "Set category ranker to order categories of content suggestions (e.g. on "
2172 "the NTP).";
2173
Vitalii Iarkof52ff802017-09-14 12:34:242174const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2175const char kContentSuggestionsDebugLogDescription[] =
2176 "Enable content suggestions debug log accessible through "
2177 "snippets-internals.";
2178
Donn Denman8e58ead2017-11-04 01:44:012179const char kContextualSearchMlTapSuppressionName[] =
2180 "Contextual Search ML tap suppression";
2181const char kContextualSearchMlTapSuppressionDescription[] =
2182 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022183 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2184 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552185
2186const char kContextualSearchName[] = "Contextual Search";
2187const char kContextualSearchDescription[] =
2188 "Whether or not Contextual Search is enabled.";
2189
Donn Denman59729812018-01-09 01:27:022190const char kContextualSearchRankerQueryName[] =
2191 "Contextual Search Ranker prediction";
2192const char kContextualSearchRankerQueryDescription[] =
2193 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2194
2195const char kContextualSearchSecondTapName[] =
2196 "Contextual Search second tap triggering";
2197const char kContextualSearchSecondTapDescription[] =
2198 "Enables triggering on a second tap gesture even when Ranker would "
2199 "normally suppress that tap.";
2200
Cathy Li2fb32bf82018-06-06 18:55:402201const char kExploreSitesName[] = "Explore websites";
2202const char kExploreSitesDescription[] =
2203 "Enables portal from new tab page to explore websites.";
2204
Dmitry Skiba9c3efa72017-07-20 22:01:142205const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2206const char kDontPrefetchLibrariesDescription[] =
2207 "Don't prefetch libraries after loading.";
2208
Joy Ming5fd29ca62017-10-02 22:51:222209const char kDownloadsForegroundName[] = "Enable downloads foreground";
2210const char kDownloadsForegroundDescription[] =
2211 "Enable downloads as a foreground service for all versions of Android.";
2212
Joy Ming189b0cc2017-12-08 19:42:432213const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2214const char kDownloadsLocationChangeDescription[] =
2215 "Enable changing default downloads storage location on Android.";
2216
Shakti Sahu32b2ee102018-05-17 00:04:462217const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2218const char kDownloadProgressInfoBarDescription[] =
2219 "Enables an infobar notifying users about status of current downloads.";
2220
Shakti Sahu9ec8cfd2018-07-17 13:29:292221const char kDownloadHomeV2Name[] = "Enable download home v2";
2222const char kDownloadHomeV2Description[] =
2223 "Enables the new UI for download home";
2224
Brett Wilsonff596952017-07-14 01:06:552225const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2226const char kEnableAndroidPayIntegrationV1Description[] =
2227 "Enable integration with Android Pay using the first version of the API";
2228
2229const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2230const char kEnableAndroidPayIntegrationV2Description[] =
2231 "Enable integration with Android Pay using the second version of the API";
2232
Vitalii Iarkof4ed32d2017-09-26 13:15:532233const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552234const char kEnableAndroidSpellcheckerDescription[] =
2235 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552236
Lei Tianbd5a3bf2018-02-28 19:01:162237const char kEnableCommandLineOnNonRootedName[] =
2238 "Enable command line on non-rooted devices";
2239const char kEnableCommandLineOnNoRootedDescription[] =
2240 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2241
Vitalii Iarkof4ed32d2017-09-26 13:15:532242const char kEnableContentSuggestionsNewFaviconServerName[] =
2243 "Get favicons for content suggestions from a new server.";
2244const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2245 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2246 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552247
2248const char kEnableContentSuggestionsSettingsName[] =
2249 "Show content suggestions settings.";
2250const char kEnableContentSuggestionsSettingsDescription[] =
2251 "If enabled, the content suggestions settings will be available from the "
2252 "main settings menu.";
2253
Vitalii Iarkof4ed32d2017-09-26 13:15:532254const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2255 "Use content suggestions thumbnail dominant color.";
2256const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2257 "Use content suggestions thumbnail dominant color as a placeholder before "
2258 "the real thumbnail is fetched (requires Chrome Home).";
2259
Brett Wilsonff596952017-07-14 01:06:552260const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2261const char kEnableCustomContextMenuDescription[] =
2262 "Enables a new context menu when a link, image, or video is pressed within "
2263 "Chrome.";
2264
2265const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2266const char kEnableCustomFeedbackUiDescription[] =
2267 "Enables a custom feedback UI when submitting feedback through Google "
2268 "Feedback. Works with Google Play Services v10.2+";
2269
2270const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472271 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552272const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472273 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552274
Becca Hughes6d73bac542018-06-18 20:38:502275const char kEnableMediaControlsExpandGestureName[] =
2276 "Enable Media Controls Expand Gesture";
2277const char kEnableMediaControlsExpandGestureDescription[] =
2278 "Enables a gesture to be used on the media controls to extend the video "
2279 "into the Display Cutout area.";
2280
Brett Wilsonff596952017-07-14 01:06:552281const char kEnableOmniboxClipboardProviderName[] =
2282 "Omnibox clipboard URL suggestions";
2283const char kEnableOmniboxClipboardProviderDescription[] =
2284 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2285 "focus in the omnibox.";
2286
Becky Zhoua7f11d62018-02-01 16:02:532287const char kEnableNtpArticleSuggestionsExpandableHeaderName[] =
2288 "Show article suggestions expandable header on New Tab Page";
2289const char kEnableNtpArticleSuggestionsExpandableHeaderDescription[] =
2290 "If enabled, the article suggestions content on New Tab Page can be "
2291 "toggled shown or hidden by clicking the expandable header.";
2292
Brett Wilsonff596952017-07-14 01:06:552293const char kEnableNtpAssetDownloadSuggestionsName[] =
2294 "Show asset downloads on the New Tab page";
2295const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2296 "If enabled, the list of content suggestions on the New Tab page will "
2297 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2298 "later use.";
2299
2300const char kEnableNtpBookmarkSuggestionsName[] =
2301 "Show recently visited bookmarks on the New Tab page";
2302const char kEnableNtpBookmarkSuggestionsDescription[] =
2303 "If enabled, the list of content suggestions on the New Tab page will "
2304 "contain recently visited bookmarks.";
2305
2306const char kEnableNtpForeignSessionsSuggestionsName[] =
2307 "Show recent foreign tabs on the New Tab page";
2308const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2309 "If enabled, the list of content suggestions on the New Tab page will "
2310 "contain recent foreign tabs.";
2311
Brett Wilsonff596952017-07-14 01:06:552312const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2313 "Show offline page downloads on the New Tab page";
2314const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2315 "If enabled, the list of content suggestions on the New Tab page will "
2316 "contain pages that the user downloaded for later use.";
2317
2318const char kEnableNtpRemoteSuggestionsName[] =
2319 "Show server-side suggestions on the New Tab page";
2320const char kEnableNtpRemoteSuggestionsDescription[] =
2321 "If enabled, the list of content suggestions on the New Tab page will "
2322 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2323 "allows to override the source used to retrieve these server-side "
2324 "suggestions.";
2325
2326const char kEnableNtpSnippetsVisibilityName[] =
2327 "Make New Tab Page Snippets more visible.";
2328const char kEnableNtpSnippetsVisibilityDescription[] =
2329 "If enabled, the NTP snippets will become more discoverable with a larger "
2330 "portion of the first card above the fold.";
2331
2332const char kEnableNtpSuggestionsNotificationsName[] =
2333 "Notify about new content suggestions available at the New Tab page";
2334const char kEnableNtpSuggestionsNotificationsDescription[] =
2335 "If enabled, notifications will inform about new content suggestions on "
2336 "the New Tab page.";
2337
Brett Wilsonff596952017-07-14 01:06:552338const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2339const char kEnableOfflinePreviewsDescription[] =
2340 "Enable showing offline page previews on slow networks.";
2341
2342const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2343const char kEnableOskOverscrollDescription[] =
2344 "Enable OSK overscroll support. With this flag on, the OSK will only "
2345 "resize the visual viewport.";
2346
2347const char kEnableSpecialLocaleName[] =
2348 "Enable custom logic for special locales.";
2349const char kEnableSpecialLocaleDescription[] =
2350 "Enable custom logic for special locales. In this mode, Chrome might "
2351 "behave differently in some locales.";
2352
Brett Wilsonff596952017-07-14 01:06:552353const char kEnableWebNfcName[] = "WebNFC";
2354const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2355
gogeraldf3cbb422017-07-26 14:37:122356const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2357 "Enable Web Payments method section order V2.";
2358const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2359 "Enable this option to display payment method section above address "
2360 "section instead of below it.";
2361
Raymes Khoury582b43132017-12-12 23:54:302362const char kGrantNotificationsToDSEName[] =
2363 "Grant notifications to the Default Search Engine";
2364const char kGrantNotificationsToDSENameDescription[] =
2365 "Automatically grant the notifications permission to the Default Search "
2366 "Engine";
2367
Daniel Parke74fcf862018-03-27 18:05:452368const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512369const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452370
Yafei Duanbb7663f32018-07-17 01:33:152371const char kHomepageTileName[] =
2372 "Enable Homepage tile shown in Suggested Tiles";
2373const char kHomepageTileDescription[] =
2374 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2375 "used for homepage. It will not have an effect when NTPButton is disabled.";
2376
Theresa920e0ed2018-03-07 18:12:442377const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152378 "Use the interest feed to render content suggestions. Currently "
2379 "content "
Theresa920e0ed2018-03-07 18:12:442380 "suggestions are shown on the New Tab Page.";
2381const char kInterestFeedContentSuggestionsName[] =
2382 "Interest Feed Content Suggestions";
2383
Brett Wilsonff596952017-07-14 01:06:552384const char kKeepPrefetchedContentSuggestionsName[] =
2385 "Keep prefetched content suggestions";
2386const char kKeepPrefetchedContentSuggestionsDescription[] =
2387 "If enabled, some of prefetched content suggestions are not replaced by "
2388 "the new fetched suggestions.";
2389
Leo Zhang051b75482017-12-20 03:28:302390const char kLanguagesPreferenceName[] = "Language Settings";
2391const char kLanguagesPreferenceDescription[] =
2392 "Enable this option for Language Settings feature on Android.";
2393
Brett Wilsonff596952017-07-14 01:06:552394const char kLsdPermissionPromptName[] =
2395 "Location Settings Dialog Permission Prompt";
2396const char kLsdPermissionPromptDescription[] =
2397 "Whether to use the Google Play Services Location Settings Dialog "
2398 "permission dialog.";
2399
Amirhossein Simjour97b4154f2018-02-20 03:49:592400const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2401const char kModalPermissionDialogViewDescription[] =
2402 "Enable this option to use ModalDialogManager for permission Dialogs.";
2403
Brett Wilsonff596952017-07-14 01:06:552404const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2405const char kMediaScreenCaptureDescription[] =
2406 "Enable this option for experimental ScreenCapture feature on Android.";
2407
2408const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2409const char kModalPermissionPromptsDescription[] =
2410 "Whether to use permission dialogs in place of permission infobars.";
2411
Finnur Thorarinssonc1488fc62018-07-09 19:21:572412const char kNewContactsPickerName[] = "Enable new contacts picker";
2413const char kNewContactsPickerDescription[] =
2414 "Activates the new picker for selecting contacts.";
2415
Brett Wilsonff596952017-07-14 01:06:552416const char kNewPhotoPickerName[] = "Enable new Photopicker";
2417const char kNewPhotoPickerDescription[] =
2418 "Activates the new picker for selecting photos.";
2419
2420const char kNoCreditCardAbort[] = "No Credit Card Abort";
2421const char kNoCreditCardAbortDescription[] =
2422 "Whether or not the No Credit Card Abort is enabled.";
2423
Daniel Park990d0992018-05-18 22:12:512424const char kNtpButtonName[] = "Enable NTP Button";
2425const char kNtpButtonDescription[] =
2426 "Displays a New Tab Page button in the toolbar if enabled.";
2427
Michael van Ouwerkerkcdbbe332017-11-24 15:07:062428const char kNtpModernLayoutName[] = "Modern NTP layout";
2429const char kNtpModernLayoutDescription[] =
2430 "Show a modern layout on the New Tab Page.";
2431
Brett Wilsonff596952017-07-14 01:06:552432const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
2433const char kNtpGoogleGInOmniboxDescription[] =
2434 "Show a Google G in the omnibox on the New Tab Page.";
2435
Brett Wilsonff596952017-07-14 01:06:552436const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2437const char kOfflineBookmarksDescription[] =
2438 "Enable saving bookmarked pages for offline viewing.";
2439
Jian Li1413ebf2018-06-14 20:46:322440const char kOfflineIndicatorName[] = "Enable offline indicator";
2441const char kOfflineIndicatorDescription[] =
2442 "Enable showing offline indicator while offline.";
2443
Brett Wilsonff596952017-07-14 01:06:552444const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2445const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2446
2447const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2448const char kOfflinePagesCtV2Description[] =
2449 "V2 features include attributing pages to the app that initiated the "
2450 "custom tabs, and being able to query for pages by page attribution.";
2451
Cathy Li7311d792018-04-05 00:34:162452const char kOfflinePagesCTSuppressNotificationsName[] =
2453 "Disable download complete notification for whitelisted CCT apps.";
2454const char kOfflinePagesCTSuppressNotificationsDescription[] =
2455 "Disable download complete notification for page downloads originating "
2456 "from a CCT app whitelisted to show their own download complete "
2457 "notification.";
2458
Candice Sy74fa7a352018-03-30 23:46:492459const char kOfflinePagesDescriptiveFailStatusName[] =
2460 "Enables descriptive failed download status text.";
2461const char kOfflinePagesDescriptiveFailStatusDescription[] =
2462 "Enables failed download status text in notifications and Downloads Home "
2463 "to state the reason the request failed if the failure is actionable.";
2464
2465const char kOfflinePagesDescriptivePendingStatusName[] =
2466 "Enables descriptive pending download status text.";
2467const char kOfflinePagesDescriptivePendingStatusDescription[] =
2468 "Enables pending download status text in notifications and Downloads Home "
2469 "to state the reason the request is pending.";
2470
2471const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2472 "Enables offline pages in the downloads home to be opened in CCT.";
2473const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2474 "When enabled offline pages launched from the Downloads Home will be "
2475 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2476
Carlos Knippschild09272ecd2017-12-09 03:29:362477const char kOfflinePagesLimitlessPrefetchingName[] =
2478 "Removes resource usage limits for the prefetching of offline pages.";
2479const char kOfflinePagesLimitlessPrefetchingDescription[] =
2480 "Allows the prefetching of suggested offline pages to ignore resource "
2481 "usage limits. This allows it to completely ignore data usage limitations "
2482 "and allows downloads to happen with any kind of connection.";
2483
Brett Wilsonff596952017-07-14 01:06:552484const char kOfflinePagesLoadSignalCollectingName[] =
2485 "Enables collecting load timing data for offline page snapshots.";
2486const char kOfflinePagesLoadSignalCollectingDescription[] =
2487 "Enables loading completeness data collection while writing an offline "
2488 "page. This data is collected in the snapshotted offline page to allow "
2489 "data analysis to improve deciding when to make the offline snapshot.";
2490
2491const char kOfflinePagesPrefetchingName[] =
2492 "Enables suggested offline pages to be prefetched.";
2493const char kOfflinePagesPrefetchingDescription[] =
2494 "Enables suggested offline pages to be prefetched, so useful content is "
2495 "available while offline.";
2496
Cathy Li3d5379e2017-09-07 00:11:092497const char kOfflinePagesPrefetchingUIName[] =
2498 "Enables prefetched offline pages to be shown in UI.";
2499const char kOfflinePagesPrefetchingUIDescription[] =
2500 "Enables prefetched offline pages to raise notifications and be shown in "
2501 "download home UI.";
2502
Pete Williamson7845dff2017-09-20 11:06:192503const char kOfflinePagesResourceBasedSnapshotName[] =
2504 "Enables offline page snapshots to be based on percentage of page loaded.";
2505const char kOfflinePagesResourceBasedSnapshotDescription[] =
2506 "Enables offline page snapshots to use a resource percentage based "
2507 "approach for determining when the page is loaded as opposed to a time "
2508 "based approach";
2509
Collin Baker17f92a52017-07-19 21:41:252510const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2511const char kOfflinePagesRenovationsDescription[] =
2512 "Enables offline page renovations which correct issues with dynamic "
2513 "content that occur when offlining pages that use JavaScript.";
2514
Brett Wilsonff596952017-07-14 01:06:552515const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2516const char kOfflinePagesSharingDescription[] =
2517 "Enables the saved offline pages to be shared via other applications.";
2518
Cathy Lie0d88762018-04-12 08:03:012519const char kOfflinePagesShowAlternateDinoPageName[] =
2520 "Enable alternate dino page with more user capabilities.";
2521const char kOfflinePagesShowAlternateDinoPageDescription[] =
2522 "Enables the dino page to show more buttons and offer existing offline "
2523 "content.";
2524
Brett Wilsonff596952017-07-14 01:06:552525const char kOfflinePagesSvelteConcurrentLoadingName[] =
2526 "Enables concurrent background loading on svelte.";
2527const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2528 "Enables concurrent background loading (or downloading) of pages on "
2529 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2530 "happen when the svelte device is idle.";
2531
2532const char kOffliningRecentPagesName[] =
2533 "Enable offlining of recently visited pages";
2534const char kOffliningRecentPagesDescription[] =
2535 "Enable storing recently visited pages locally for offline use. Requires "
2536 "Offline Pages to be enabled.";
2537
Lei Zhang2eca9082017-10-17 20:42:502538const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2539const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552540 "Enable Pay with Google integration into Web Payments with API version "
2541 "'1'.";
2542
Matthew Jonesa88b95852017-11-08 23:13:502543const char kProgressBarThrottleName[] = "Android progress update throttling.";
2544const char kProgressBarThrottleDescription[] =
2545 "Limit the maximum progress update to make progress appear smoother.";
2546
Brett Wilsonff596952017-07-14 01:06:552547const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2548const char kPullToRefreshEffectDescription[] =
2549 "Page reloads triggered by vertically overscrolling content.";
2550
Piotr Swigon7c296ef2017-08-29 04:32:002551const char kPwaImprovedSplashScreenName[] =
2552 "Improved Splash Screen for standalone PWAs";
2553const char kPwaImprovedSplashScreenDescription[] =
2554 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2555 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492556const char kPwaPersistentNotificationName[] =
2557 "Persistent notification in standalone PWA";
2558const char kPwaPersistentNotificationDescription[] =
2559 "Enables a persistent Android notification for standalone PWAs";
2560
Brett Wilsonff596952017-07-14 01:06:552561const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2562const char kReaderModeHeuristicsDescription[] =
2563 "Determines what pages the Reader Mode infobar is shown on.";
2564const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2565const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2566const char kReaderModeHeuristicsAllArticles[] = "All articles";
2567const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2568const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2569
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182570const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2571const char kReaderModeInCCTDescription[] =
2572 "Open Reader Mode in Chrome Custom Tabs.";
2573
Brett Wilsonff596952017-07-14 01:06:552574const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2575const char kSetMarketUrlForTestingDescription[] =
2576 "When enabled, sets the market URL for use in testing the update menu "
2577 "item.";
2578
2579const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2580const char kSpannableInlineAutocompleteDescription[] =
2581 "A new type of inline autocomplete for the omnibox that works with "
2582 "keyboards that compose text.";
2583
Theresaeea05a12018-05-09 21:01:592584const char kSimplifiedNtpName[] = "Simplified NTP";
2585const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2586
2587const char kSiteExplorationUiName[] = "Site Exploration UI";
2588const char kSiteExplorationUiDescription[] =
2589 "Show site suggestions in the Exploration UI";
2590
Brett Wilsonff596952017-07-14 01:06:552591const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2592const char kUpdateMenuBadgeDescription[] =
2593 "When enabled, an update badge will be shown on the app menu button.";
2594
2595const char kUpdateMenuItemCustomSummaryDescription[] =
2596 "When this flag and the force show update menu item flag are enabled, a "
2597 "custom summary string will be displayed below the update menu item.";
2598const char kUpdateMenuItemCustomSummaryName[] =
2599 "Update menu item custom summary";
2600
2601const char kUpdateMenuItemName[] = "Force show update menu item";
2602const char kUpdateMenuItemDescription[] =
2603 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2604 R"*(menu.)*";
2605
Amirhossein Simjourd78bbcf2018-02-02 16:23:392606const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui";
2607const char kVrBrowsingNativeAndroidUiDescription[] =
2608 "Enable Android UI elements in VR.";
2609
Tibor Goldschwendt4cdea8d2018-05-10 15:46:462610const char kVrBrowsingTabsViewName[] = "VR browsing tabs view";
2611const char kVrBrowsingTabsViewDescription[] =
2612 "Enable tab overview (tab switcher) in VR.";
2613
Marc Treib93af46a2017-08-23 13:30:002614const char kThirdPartyDoodlesName[] =
2615 "Enable Doodles for third-party search engines";
2616const char kThirdPartyDoodlesDescription[] =
2617 "Enables fetching and displaying Doodles on the NTP for third-party search "
2618 "engines.";
2619
Klaus Weidneraaf697f2018-01-18 20:07:362620const char kWebXrRenderPathName[] = "WebXR presentation render path";
2621const char kWebXrRenderPathDescription[] =
2622 "Render path to use for WebXR presentation (including WebVR)";
2623const char kWebXrRenderPathChoiceClientWaitDescription[] =
2624 "ClientWait (Baseline)";
2625const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2626 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072627const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2628 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362629
Brett Wilson7b44537e2017-08-18 01:38:282630// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552631
Brett Wilson7b44537e2017-08-18 01:38:282632#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482633
Brett Wilson7b44537e2017-08-18 01:38:282634const char kAccountConsistencyName[] =
2635 "Identity consistency between browser and cookie jar";
2636const char kAccountConsistencyDescription[] =
2637 "When enabled, the browser manages signing in and out of Google accounts.";
2638const char kAccountConsistencyChoiceMirror[] = "Mirror";
2639const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342640
Chris Pickel3a227ae62017-08-24 10:47:262641const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2642const char kDoodlesOnLocalNtpDescription[] =
2643 "Show doodles on the local New Tab page if Google is the default search "
2644 "engine.";
2645
mlamouriff56c092017-05-11 15:31:392646const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392647const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342648 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392649const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392650const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392651const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342652 "Enabled (Flash lowers volume when interrupted by other sound, "
2653 "experimental)";
2654
Sebastien Marchandd33f7dc2018-06-22 22:07:062655const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2656const char kInfiniteSessionRestoreDescription[] =
2657 "Reduces the number of tabs being loaded simultaneously during session "
2658 "restore, to improve responsiveness of the foreground tab. This requires "
2659 "#enable-page-almost-idle.";
2660
Brett Wilson7b44537e2017-08-18 01:38:282661const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2662const char kEnableNewAppMenuIconDescription[] =
2663 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342664
Sebastien Marchandd33f7dc2018-06-22 22:07:062665const char kEnableWebAuthenticationCtap2SupportName[] =
2666 "Enable Web Authentication API support for CTAP2 security keys";
2667const char kEnableWebAuthenticationCtap2SupportDescription[] =
2668 "Enable CTAP2 security keys for the Web Authenication API.";
2669
2670const char kEnableWebAuthenticationTestingAPIName[] =
2671 "Web Authentication Testing API";
2672const char kEnableWebAuthenticationTestingAPIDescription[] =
2673 "Enable Web Authentication Testing API support, which disconnects the API "
2674 "implementation from the real world, and allows configuring virtual "
2675 "authenticator devices for testing";
2676
Dave Schuyler598a4a42018-01-04 02:15:102677const char kOmniboxRichEntitySuggestionsName[] =
2678 "Omnibox rich entity suggestions";
2679const char kOmniboxRichEntitySuggestionsDescription[] =
2680 "Display entity suggestions using images and an enhanced layout; showing "
Justin Donnellye7926092018-06-18 14:57:212681 "more context and descriptive text about the entity. Has no effect unless "
2682 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2683 "flag is set to Refresh or Touchable Refresh.";
Dave Schuyler598a4a42018-01-04 02:15:102684
Dave Schuyler616273d2018-04-19 03:12:522685const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2686const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212687 "Display answers using an enhanced layout with larger images. Has no "
2688 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2689 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522690
Orin Jaworski04c08b42018-07-11 02:39:562691const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2692const char kOmniboxReverseAnswersDescription[] =
2693 "Display answers with rows reversed (swapped); except definitions. Has no "
2694 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2695 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2696
Kevin Bailey898669972017-11-06 15:34:492697const char kOmniboxTabSwitchSuggestionsName[] =
2698 "Omnibox tab switch suggestions";
2699const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212700 "Enable suggestions for switching to open tabs within the Omnibox. "
2701 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2702 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492703
krbcc621412017-06-01 19:40:282704const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2705const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192706 "Enable receiving tail suggestions, a type of search suggestion based on "
2707 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342708
Brett Wilson7b44537e2017-08-18 01:38:282709const char kOneGoogleBarOnLocalNtpName[] =
2710 "Enable the OneGoogleBar on the local NTP";
2711const char kOneGoogleBarOnLocalNtpDescription[] =
2712 "Show a OneGoogleBar on the local New Tab page if Google is the default "
2713 "search engine.";
2714
Sebastien Marchandd33f7dc2018-06-22 22:07:062715const char kPageAlmostIdleName[] = "Page Almost Idle";
2716const char kPageAlmostIdleDescription[] =
2717 "Make session restore use a definition of loading that waits for CPU and "
2718 "network quiescence.";
2719
2720const char kProactiveTabFreezeAndDiscardName[] =
2721 "Proactive Tab Freeze and Discard";
2722const char kProactiveTabFreezeAndDiscardDescription[] =
2723 "Enables proactive tab freezing and discarding. This requires "
2724 "#enable-page-almost-idle.";
2725
2726const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2727const char kSiteCharacteristicsDatabaseDescription[] =
2728 "Records usage of some features in a database while a tab is in background "
2729 "(title/favicon update, audio playback or usage of non-persistent "
2730 "notifications).";
2731
Brett Wilson7b44537e2017-08-18 01:38:282732const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2733const char kUseGoogleLocalNtpDescription[] =
2734 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322735
Brett Wilson7b44537e2017-08-18 01:38:282736const char kVoiceSearchOnLocalNtpName[] =
2737 "Enable Voice Search on the local NTP";
2738const char kVoiceSearchOnLocalNtpDescription[] =
2739 "Show a microphone for voice search on the local New Tab page "
2740 "if Google is the default search engine.";
2741
2742#if defined(GOOGLE_CHROME_BUILD)
2743
2744const char kGoogleBrandedContextMenuName[] =
2745 "Google branding in the context menu";
2746const char kGoogleBrandedContextMenuDescription[] =
2747 "Shows a Google icon next to context menu items powered by Google "
2748 "services.";
2749
2750#endif // !defined(GOOGLE_CHROME_BUILD)
2751
2752#endif // !defined(OS_ANDROID)
2753
2754// Windows ---------------------------------------------------------------------
2755
2756#if defined(OS_WIN)
2757
2758const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2759const char kCloudPrintXpsDescription[] =
2760 "XPS enables advanced options for classic printers connected to the Cloud "
2761 "Print with Chrome. Printers must be re-connected after changing this "
2762 "flag.";
2763
2764const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2765const char kDisablePostscriptPrintingDescription[] =
2766 "Disables PostScript generation when printing to PostScript capable "
2767 "printers, and uses EMF generation in its place.";
2768
2769const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2770const char kEnableAppcontainerDescription[] =
2771 "Enables the use of an AppContainer on sandboxed processes to improve "
2772 "security.";
2773
Brett Wilson7b44537e2017-08-18 01:38:282774const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2775const char kEnableDesktopIosPromotionsDescription[] =
2776 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2777 "eligible.";
2778
James Forshawfd0ce342018-02-14 09:55:392779const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2780const char kEnableGpuAppcontainerDescription[] =
2781 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2782 "improve security.";
2783
Brett Wilson7b44537e2017-08-18 01:38:282784const char kGdiTextPrinting[] = "GDI Text Printing";
2785const char kGdiTextPrintingDescription[] =
2786 "Use GDI to print text as simply text";
2787
Henrik Grunell67e56ef2018-04-10 14:04:092788const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2789const char kIncreaseInputAudioBufferSizeDescription[] =
2790 "Increases the input audio endpoint buffer to 100 ms.";
2791
Brett Wilson7b44537e2017-08-18 01:38:282792const char kTraceExportEventsToEtwName[] =
2793 "Enable exporting of tracing events to ETW.";
2794const char kTraceExportEventsToEtwDesription[] =
2795 "If enabled, trace events will be exported to the Event Tracing for "
2796 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2797 "Xperf.";
2798
2799const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2800const char kUseWinrtMidiApiDescription[] =
2801 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2802 "later).";
2803
2804const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2805const char kWindows10CustomTitlebarDescription[] =
2806 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2807 "deferring to Windows.";
2808
2809#endif // defined(OS_WIN)
2810
2811// Mac -------------------------------------------------------------------------
2812
2813#if defined(OS_MACOSX)
2814
Brett Wilson7b44537e2017-08-18 01:38:282815const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
2816const char kAppWindowCyclingDescription[] =
2817 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
2818 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
2819 "browser window, and browser windows will not be cycled when a Chrome App "
2820 "is active.";
2821
Brett Wilson7b44537e2017-08-18 01:38:282822const char kFullscreenToolbarRevealName[] =
2823 "Enables the toolbar in fullscreen to reveal itself.";
2824const char kFullscreenToolbarRevealDescription[] =
2825 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2826 "has changed.";
2827
2828const char kContentFullscreenName[] = "Improved Content Fullscreen";
2829const char kContentFullscreenDescription[] =
2830 "Fullscreen content window detaches from main browser window and goes to "
2831 "a new space without moving or changing the original browser window.";
2832
Lei Zhang2eca9082017-10-17 20:42:502833const char kDialogTouchBarName[] = "Dialog Touch Bar";
2834const char kDialogTouchBarDescription[] =
Brett Wilson7b44537e2017-08-18 01:38:282835 "Shows Dialog buttons on the Touch Bar.";
2836
Martin Kreichgauer1ca416d2018-07-11 00:43:192837const char kEnableWebAuthenticationTouchIdName[] =
2838 "Web Authentication API Touch ID support";
2839const char kEnableWebAuthenticationTouchIdDescription[] =
2840 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
2841
Brett Wilson7b44537e2017-08-18 01:38:282842const char kHostedAppsInWindowsName[] =
2843 "Allow hosted apps to be opened in windows";
2844const char kHostedAppsInWindowsDescription[] =
2845 "Allows hosted apps to be opened in windows instead of being limited to "
2846 "tabs.";
2847
Lei Zhang2eca9082017-10-17 20:42:502848const char kMacRTLName[] = "Enable RTL";
2849const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:282850
Lei Zhang2eca9082017-10-17 20:42:502851const char kMacSystemShareMenuName[] = "Enable System Share Menu";
2852const char kMacSystemShareMenuDescription[] =
Leonard Grey2bdd08f2017-10-03 18:40:522853 "Enables sharing via macOS share extensions.";
2854
Lei Zhang2eca9082017-10-17 20:42:502855const char kMacTouchBarName[] = "Hardware Touch Bar";
2856const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282857
2858const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2859const char kMacV2SandboxDescription[] =
2860 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2861 "entire life cycle.";
2862
2863const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2864const char kMacViewsNativeAppWindowsDescription[] =
2865 "Controls whether to use Toolkit-Views based Chrome App windows.";
2866
2867const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2868const char kMacViewsTaskManagerDescription[] =
2869 "Controls whether to use the Toolkit-Views based Task Manager.";
2870
Tessa Nijssenc4b101232018-06-25 20:28:082871const char kSuggestedTextTouchBarName[] = "Suggested Text Touch Bar";
2872const char kSuggestedTextTouchBarDescription[] =
2873 "Enable suggested text touch bar for textfields.";
2874
Brett Wilson7b44537e2017-08-18 01:38:282875const char kTabDetachingInFullscreenName[] =
2876 "Allow tab detaching in fullscreen";
2877const char kTabDetachingInFullscreenDescription[] =
2878 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2879
2880const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2881const char kTabStripKeyboardFocusDescription[] =
2882 "Enable keyboard focus for the tabs in the tab strip.";
2883
Brett Wilson7b44537e2017-08-18 01:38:282884#endif
2885
2886// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342887
2888#if defined(OS_CHROMEOS)
2889
Brett Wilson7b44537e2017-08-18 01:38:282890const char kAcceleratedMjpegDecodeName[] =
2891 "Hardware-accelerated mjpeg decode for captured frame";
2892const char kAcceleratedMjpegDecodeDescription[] =
2893 "Enable hardware-accelerated mjpeg decode for captured frame where "
2894 "available.";
vabr0215a8e2017-03-28 12:47:342895
Brett Wilson7b44537e2017-08-18 01:38:282896const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2897const char kAllowTouchpadThreeFingerClickDescription[] =
2898 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:342899
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:522900const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
2901const char kArcAvailableForChildDescription[] =
2902 "Allow child accounts to start Android apps.";
2903
Brett Wilson7b44537e2017-08-18 01:38:282904const char kArcBootCompleted[] = "Load Android apps automatically";
2905const char kArcBootCompletedDescription[] =
2906 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:342907
Luum Habtemariamdaa8fd22018-06-25 22:39:432908const char kArcCupsApiName[] = "ARC CUPS API";
2909const char kArcCupsApiDescription[] =
2910 "Enables support of libcups APIs from ARC";
2911
Yuichiro Hanada0b63f062018-07-12 02:18:332912const char kArcInputMethodName[] = "Enable ARC input methods.";
2913const char kArcInputMethodDescription[] = "Enable ARC input methods.";
2914
Lev Rumyantsev7a8544312017-08-18 19:26:512915const char kArcNativeBridgeExperimentName[] =
2916 "Enable native bridge experiment for ARC";
2917const char kArcNativeBridgeExperimentDescription[] =
2918 "Enables experimental native bridge feature.";
2919
lgchengecd1c1a62018-01-09 02:59:462920const char kArcUsbHostName[] = "Enable ARC USB host integration";
2921const char kArcUsbHostDescription[] =
2922 "Allow Android apps to use USB host feature on ChromeOS devices.";
2923
Kevin Cernekeeb7f96a52017-10-25 17:40:182924const char kArcVpnName[] = "Enable ARC VPN integration";
2925const char kArcVpnDescription[] =
2926 "Allow Android VPN clients to tunnel Chrome traffic.";
2927
Qiang Xu045aff222018-05-21 23:21:012928const char kAshDisableLoginDimAndBlurName[] =
2929 "Disable dimming and blur on login screen.";
2930const char kAshDisableLoginDimAndBlurDescription[] =
2931 "Disable dimming and blur on login screen.";
2932
2933const char kAshDisableSmoothScreenRotationName[] =
2934 "Disable smooth rotation animations.";
2935const char kAshDisableSmoothScreenRotationDescription[] =
2936 "Disable smooth rotation animations.";
2937
2938const char kAshEnableDisplayMoveWindowAccelsName[] =
2939 "Enable shortcuts for moving window between displays.";
2940const char kAshEnableDisplayMoveWindowAccelsDescription[] =
2941 "Enable shortcuts for moving window between displays.";
2942
2943const char kAshEnableKeyboardShortcutViewerName[] =
2944 "Enable keyboard shortcut viewer.";
2945const char kAshEnableKeyboardShortcutViewerDescription[] =
2946 "Enable keyboard shortcut viewer.";
2947
2948const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
2949const char kAshEnableMirroredScreenDescription[] =
2950 "Enable the mirrored screen mode. This mode flips the screen image "
2951 "horizontally.";
2952
2953const char kAshEnableNewOverviewAnimationsName[] =
2954 "Enable new overview animations.";
2955const char kAshEnableNewOverviewAnimationsDescription[] =
2956 "Enables the new overview mode animations.";
2957
2958const char kAshEnablePersistentWindowBoundsName[] =
2959 "Enable persistent window bounds in multi-displays scenario.";
2960const char kAshEnablePersistentWindowBoundsDescription[] =
2961 "Enable persistent window bounds in multi-displays scenario.";
2962
2963const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
2964const char kAshEnableTrilinearFilteringDescription[] =
2965 "Enable trilinear filtering.";
2966
Brett Wilson7b44537e2017-08-18 01:38:282967const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
2968const char kAshEnableUnifiedDesktopDescription[] =
2969 "Enable unified desktop mode which allows a window to span multiple "
2970 "displays.";
vabr0215a8e2017-03-28 12:47:342971
Mike Wassermanfcc47e42018-06-14 21:24:422972const char kAshKeyboardShortcutViewerAppName[] =
2973 "Keyboard Shortcut Viewer mojo app";
2974const char kAshKeyboardShortcutViewerAppDescription[] =
2975 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
2976
Qiang Xu045aff222018-05-21 23:21:012977const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
2978const char kAshShelfColorDescription[] =
2979 "Enables/disables the shelf color to be a derived from the wallpaper. The "
2980 "--ash-shelf-color-scheme flag defines how that color is derived.";
2981
2982const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
2983const char kAshShelfColorSchemeDescription[] =
2984 "Specify how the color is derived from the wallpaper. This flag is only "
2985 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
2986const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
2987const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
2988const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
2989const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
2990const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
2991const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
2992
Sean Kau5e956192017-10-06 22:25:172993const char kBulkPrintersName[] = "Bulk Printers Policy";
2994const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
2995
Brett Wilson7b44537e2017-08-18 01:38:282996const char kCaptivePortalBypassProxyName[] =
2997 "Bypass proxy for Captive Portal Authorization";
2998const char kCaptivePortalBypassProxyDescription[] =
2999 "If proxy is configured, it usually prevents from authorization on "
3000 "different captive portals. This enables opening captive portal "
3001 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343002
Yuki Awanob51d3252018-07-11 23:45:553003const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3004const char kChromeVoxArcSupportDescription[] =
3005 "Use ChromeVox screen reader features in ARC";
3006
Brett Wilson7b44537e2017-08-18 01:38:283007const char kCrOSComponentName[] = "Chrome OS Component";
3008const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083009 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343010
Xiaochu Liu51d03fd2017-09-08 23:51:023011const char kCrOSContainerName[] = "Chrome OS Container";
3012const char kCrOSContainerDescription[] =
3013 "Enable the use of Chrome OS Container utility.";
3014
Brett Wilson7b44537e2017-08-18 01:38:283015const char kCrosRegionsModeName[] = "Cros-regions load mode";
3016const char kCrosRegionsModeDescription[] =
3017 "This flag controls cros-regions load mode";
3018const char kCrosRegionsModeDefault[] = "Default";
3019const char kCrosRegionsModeOverride[] = "Override VPD values.";
3020const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343021
Jacob Dufault2becbc482017-08-25 00:36:353022const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3023const char kDisableLockScreenAppsDescription[] =
3024 "Disable new-note action handler apps on the lock screen. The user will "
3025 "not be able to launch the preferred note-taking action from the lock "
3026 "screen, provided that the app supports lock screen note taking.";
3027
Qiang Xu045aff222018-05-21 23:21:013028const char kDisableSystemTimezoneAutomaticDetectionName[] =
3029 "SystemTimezoneAutomaticDetection policy support";
3030const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3031 "Disable system timezone automatic detection device policy.";
3032
Sammie Quonef6b4882017-09-14 16:50:053033const char kDisableTabletAutohideTitlebarsName[] =
3034 "Disable autohide titlebars in tablet mode";
3035const char kDisableTabletAutohideTitlebarsDescription[] =
3036 "Disable tablet mode autohide titlebars functionality. The user will be "
3037 "able to see the titlebar in tablet mode.";
3038
Xiaoqian Dai24b33eb2018-04-10 21:01:573039const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3040const char kDisableTabletSplitViewDescription[] =
3041 "Disable split view for Chrome OS tablet mode.";
3042
Qiang Xu53d1a5832018-05-24 18:44:193043const char kEnableAppShortcutSearchName[] =
3044 "Enable app shortcut search in launcher";
3045const char kEnableAppShortcutSearchDescription[] =
3046 "Enables app shortcut search in launcher";
3047
Weidong Guo00d0b2b2018-06-07 00:39:303048const char kEnableAppsGridGapFeatureName[] =
3049 "Enable apps grid gap feature in launcher.";
3050const char kEnableAppsGridGapFeatureDescription[] =
3051 "Enables gaps at the end of each page and enables dragging an item to an "
3052 "empty page in launcher.";
3053
Lei Zhang2eca9082017-10-17 20:42:503054const char kEnableBackgroundBlurName[] = "Enable background blur.";
3055const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423056 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393057
F#m75862c92018-01-25 19:10:473058const char kEnableDisplayZoomSettingName[] = "Enable display zoom settings";
3059const char kEnableDisplayZoomSettingDescription[] =
3060 "Allows the user to modify the display size or zoom via the chrome display "
3061 "settings page.";
3062
Min Chenc2ec7282018-06-29 21:38:463063const char kEnableDragAppsInTabletModeName[] =
3064 "Enable dragging apps in tablet mode";
3065const char kEnableDragAppsInTabletModeDescription[] =
3066 "If enabled, swiping down from the top of the screen when an app is opened "
3067 "in tablet mode can drag the app.";
3068
Xiaoqian Dai82d99192018-05-25 18:51:353069const char kEnableDragTabsInTabletModeName[] =
3070 "Enable dragging tabs in tablet mode";
3071const char kEnableDragTabsInTabletModeDescription[] =
3072 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3073
Sam McNally201fbf94e2018-07-04 03:15:203074const char kEnableDriveFsName[] = "Enable DriveFS";
3075const char kEnableDriveFsDescription[] =
3076 "Enables use of the new DriveFS-based Drive sync client.";
3077
Brett Wilson7b44537e2017-08-18 01:38:283078const char kEnableEhvInputName[] =
3079 "Emoji, handwriting and voice input on opt-in IME menu";
3080const char kEnableEhvInputDescription[] =
3081 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343082
Brett Wilson7b44537e2017-08-18 01:38:283083const char kEnableEncryptionMigrationName[] =
3084 "Enable encryption migration of user data";
3085const char kEnableEncryptionMigrationDescription[] =
3086 "If enabled and the device supports ARC, the user will be asked to update "
3087 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343088
Blake O'Hare9e9317b22017-10-24 02:49:353089const char kEnableFloatingVirtualKeyboardName[] =
3090 "Enable floating virtual keyboard";
3091const char kEnableFloatingVirtualKeyboardDescription[] =
3092 "If enabled, the keyboard will use floating behavior by default.";
3093
Qiang Xu045aff222018-05-21 23:21:013094const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3095 "Enable full screen handwriting virtual keyboard";
3096const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3097 "If enabled, the handwriting virtual keyboard will allow user to write "
3098 "anywhere on the screen";
3099
3100const char kEnableHomeLauncherName[] = "Enable home launcher";
3101const char kEnableHomeLauncherDescription[] =
3102 "Enable home launcher in tablet mode.";
3103
Brett Wilson7b44537e2017-08-18 01:38:283104const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3105const char kEnableImeMenuDescription[] =
3106 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343107
Weidong Guo45836d1b2018-06-27 23:51:163108const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3109const char kEnableNewStyleLauncherDescription[] =
3110 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3111 "in app launcher.";
3112
Qiang Xu045aff222018-05-21 23:21:013113const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker";
3114const char kEnableNewWallpaperPickerDescription[] =
3115 "Enable the redesigned wallpaper picker with new wallpaper collections.";
3116
3117const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3118const char kEnablePerUserTimezoneDescription[] =
3119 "Chrome OS system timezone preference is stored and handled for each user "
3120 "individually.";
3121
3122const char kEnableSettingsShortcutSearchName[] =
3123 "Enable Settings shortcut search";
3124const char kEnableSettingsShortcutSearchDescription[] =
3125 "Enable Settings shortcut search in launcher.";
3126
Darren Shen3e49c63d2018-03-28 04:45:503127const char kEnableStylusVirtualKeyboardName[] =
3128 "Enable stylus virtual keyboard";
3129const char kEnableStylusVirtualKeyboardDescription[] =
3130 "If enabled, tapping with a stylus will show the handwriting virtual "
3131 "keyboard.";
3132
Jordy Greenblatt2f23df22018-02-22 19:49:193133const char kEnableUnifiedMultiDeviceSettingsName[] =
3134 "Enable unified MultiDevice settings";
3135const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3136 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3137 "MultiDevice settings.";
3138
3139const char kEnableUnifiedMultiDeviceSetupName[] =
3140 "Enable unified MultiDevice setup";
3141const char kEnableUnifiedMultiDeviceSetupDescription[] =
3142 "Enable the device to setup all MultiDevice services in a single workflow.";
3143
Darren Shen11c770f312018-06-13 07:36:393144const char kEnableVirtualKeyboardMdUiName[] =
3145 "Enable Material Design virtual keyboard";
3146const char kEnableVirtualKeyboardMdUiDescription[] =
3147 "If enabled, loads the Material Design UI for the virtual keyboard.";
3148
Darren Shen0b4e5802018-07-10 03:12:263149const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3150const char kEnableVirtualKeyboardUkmDescription[] =
3151 "Enables UKM for virtual keyboard";
3152
Klemen Kozjek05fc4512017-10-18 12:51:103153const char kEnableZipArchiverPackerName[] = "ZIP archiver - Packer";
3154const char kEnableZipArchiverPackerDescription[] =
3155 "Enable the ability to archive files on Drive in the Files app";
3156
Brett Wilson7b44537e2017-08-18 01:38:283157const char kEolNotificationName[] = "Disable Device End of Life notification.";
3158const char kEolNotificationDescription[] =
3159 "Disable Notifcation when Device is End of Life.";
3160
3161const char kExperimentalAccessibilityFeaturesName[] =
3162 "Experimental accessibility features";
3163const char kExperimentalAccessibilityFeaturesDescription[] =
3164 "Enable additional accessibility features in the Settings page.";
3165
3166const char kExperimentalInputViewFeaturesName[] =
3167 "Experimental input view features";
3168const char kExperimentalInputViewFeaturesDescription[] =
3169 "Enable experimental features for IME input views.";
3170
3171const char kFileManagerTouchModeName[] = "Files App. touch mode";
3172const char kFileManagerTouchModeDescription[] =
3173 "Touchscreen-specific interactions of the Files app.";
3174
3175const char kFirstRunUiTransitionsName[] =
3176 "Animated transitions in the first-run tutorial";
3177const char kFirstRunUiTransitionsDescription[] =
3178 "Transitions during first-run tutorial are animated.";
3179
Brett Wilson7b44537e2017-08-18 01:38:283180const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3181const char kForceEnableStylusToolsDescription[] =
3182 "Forces display of the stylus tools menu in the shelf and the stylus "
3183 "section in settings, even if there is no attached stylus device.";
3184
3185const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3186const char kGestureEditingDescription[] =
3187 "Enable/Disable gesture editing option in the settings page for the "
3188 "virtual keyboard.";
3189
3190const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3191const char kGestureTypingDescription[] =
3192 "Enable/Disable gesture typing option in the settings page for the virtual "
3193 "keyboard.";
3194
3195const char kInputViewName[] = "Input views";
3196const char kInputViewDescription[] =
3197 "Enable IME extensions to supply custom views for user input such as "
3198 "virtual keyboards.";
3199
Megumi Hattori5a0d4182018-03-06 11:09:503200const char kLockScreenNotificationName[] = "Lock screen notification";
3201const char kLockScreenNotificationDescription[] =
3202 "Enable notifications on the lock screen.";
3203
Qiang Xu045aff222018-05-21 23:21:013204const char kMaterialDesignInkDropAnimationSpeedName[] =
3205 "Material design ink drop animation speed";
3206const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3207 "Sets the speed of the experimental visual feedback animations for "
3208 "material design.";
3209const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3210const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3211
Brett Wilson7b44537e2017-08-18 01:38:283212const char kMemoryPressureThresholdName[] =
3213 "Memory discard strategy for advanced pressure handling";
3214const char kMemoryPressureThresholdDescription[] =
3215 "Memory discarding strategy to use";
3216const char kConservativeThresholds[] =
3217 "Conservative memory pressure release strategy";
3218const char kAggressiveCacheDiscardThresholds[] =
3219 "Aggressive cache release strategy";
3220const char kAggressiveTabDiscardThresholds[] =
3221 "Aggressive tab release strategy";
3222const char kAggressiveThresholds[] =
3223 "Aggressive tab and cache release strategy";
3224
3225const char kMtpWriteSupportName[] = "MTP write support";
3226const char kMtpWriteSupportDescription[] =
3227 "MTP write support in File System API (and file manager). In-place editing "
3228 "operations are not supported.";
3229
Kyle Horimoto027590fb2018-02-13 22:19:483230const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3231const char kMultiDeviceApiDescription[] =
3232 "Enable Mojo-based API which provides synced device metadata and the "
3233 "ability to connect to other devices associated the logged-in Google "
3234 "account.";
3235
Bailey Berrodca8eeca02017-11-18 00:49:123236const char kNativeSmbName[] = "Native Smb Client";
3237const char kNativeSmbDescription[] =
3238 "If enabled, allows connections to an smb filesystem via Files app";
Bailey Berrofc0da1b2017-11-02 11:02:303239
vabr0215a8e2017-03-28 12:47:343240const char kNetworkPortalNotificationName[] =
3241 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343242const char kNetworkPortalNotificationDescription[] =
3243 "If enabled, notification is displayed when device is connected to a "
3244 "network behind captive portal.";
3245
Brett Wilson7b44537e2017-08-18 01:38:283246const char kNewKoreanImeName[] = "New Korean IME";
3247const char kNewKoreanImeDescription[] =
3248 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343249
Brett Wilson7b44537e2017-08-18 01:38:283250const char kNewZipUnpackerName[] = "New ZIP unpacker";
3251const char kNewZipUnpackerDescription[] =
3252 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:343253
Qiang Xu045aff222018-05-21 23:21:013254const char kOfficeEditingComponentAppName[] =
3255 "Office Editing for Docs, Sheets & Slides";
3256const char kOfficeEditingComponentAppDescription[] =
3257 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3258
Brett Wilson7b44537e2017-08-18 01:38:283259const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3260const char kPhysicalKeyboardAutocorrectDescription[] =
3261 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3262 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343263
3264const char kPrinterProviderSearchAppName[] =
3265 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343266const char kPrinterProviderSearchAppDescription[] =
3267 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193268 "searches Chrome Web Store for extensions that support printing to a USB "
3269 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343270
Brett Wilson7b44537e2017-08-18 01:38:283271const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3272const char kQuickUnlockPinDescription[] =
3273 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3274 "device on the lock screen after you have signed into your device.";
3275const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3276const char kQuickUnlockPinSigninDescription[] =
3277 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3278 "device. After changing this flag PIN needs to be set up again.";
3279const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3280const char kQuickUnlockFingerprintDescription[] =
3281 "Enabling fingerprint quick unlock allows you to setup and use a "
3282 "fingerprint to unlock your Chromebook on the lock screen after you have "
3283 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343284
James Cook0ba192bf2017-12-01 20:53:113285const char kShowTapsName[] = "Show taps";
3286const char kShowTapsDescription[] =
3287 "Draws a circle at each touch point, which makes touch points more obvious "
3288 "when projecting or mirroring the display. Similar to the Android OS "
3289 "developer option.";
3290
3291const char kShowTouchHudName[] = "Show HUD for touch points";
3292const char kShowTouchHudDescription[] =
3293 "Shows a trail of colored dots for the last few touch points. Pressing "
3294 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3295 "debug hardware issues that generate spurious touch events.";
3296
Jorge Gil5a8ccde2018-07-10 01:46:213297const char kSmartTextSelectionName[] = "Smart Text Selection";
3298const char kSmartTextSelectionDescription[] =
3299 "Shows quick actions for text "
3300 "selections in the context menu.";
3301
Chung-Sheng Wu468b0b32017-09-01 14:41:573302const char kSysInternalsName[] = "Enable Sys-Internals";
3303const char kSysInternalsDescription[] =
3304 "If enabled, user can monitor system information at "
3305 "chrome://sys-internals.";
3306
James Cooka9384092018-05-23 02:54:263307const char kTapVisualizerAppName[] = "Show taps with mojo app";
3308const char kTapVisualizerAppDescription[] =
3309 "Use an out-of-process mojo app to show touch points.";
3310
Stuart Langleyc981ac62018-06-21 14:38:253311const char kDisableTeamDrivesName[] = "Disable Team Drives Integration";
3312const char kDisableTeamDrivesDescription[] =
3313 "If disabled, files under Team Drives will no longer appear in the Files "
3314 "app.";
vabr0215a8e2017-03-28 12:47:343315
Brett Wilson7b44537e2017-08-18 01:38:283316const char kTetherName[] = "Instant Tethering";
3317const char kTetherDescription[] =
3318 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3319 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373320
Brett Wilson7b44537e2017-08-18 01:38:283321const char kTouchscreenCalibrationName[] =
3322 "Enable/disable touchscreen calibration option in material design settings";
3323const char kTouchscreenCalibrationDescription[] =
3324 "If enabled, the user can calibrate the touch screen displays in "
3325 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093326
Qiang Xu045aff222018-05-21 23:21:013327const char kUiDevToolsName[] = "Enable native UI inspection";
3328const char kUiDevToolsDescription[] =
3329 "Enables inspection of native UI elements. For local inspection use "
3330 "chrome://inspect#other";
3331
3332const char kUiShowCompositedLayerBordersName[] =
3333 "Show UI composited layer borders";
3334const char kUiShowCompositedLayerBordersDescription[] =
3335 "Show border around composited layers created by UI.";
3336const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3337const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3338const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3339const char kUiShowCompositedLayerBordersAll[] = "All";
3340
3341const char kUiSlowAnimationsName[] = "Slow UI animations";
3342const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3343
Mitsuru Oshima63d3f2a2017-08-23 00:12:113344// Force UI Mode
3345const char kUiModeName[] = "Force Ui Mode";
3346const char kUiModeDescription[] =
3347 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3348 R"*(despite its current orientation. "Tablet" means that the )*"
3349 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3350 R"*(means that the chromebook will act as if it were in clamshell )*"
3351 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3352 R"*(the two, based on its orientation.)*";
3353const char kUiModeTablet[] = "TouchView";
3354const char kUiModeClamshell[] = "Clamshell";
3355const char kUiModeAuto[] = "Auto (default)";
3356
Sonny Sasaka7fecfeda2018-07-11 23:47:553357const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3358const char kUnfilteredBluetoothDevicesDescription[] =
3359 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3360
James Cooka1bcfa9a2018-01-30 00:18:403361const char kUseMashName[] = "Out-of-process system UI (mash)";
3362const char kUseMashDescription[] =
3363 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3364 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283365
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343366// TODO(mcasas): remove after https://crbug.com/771345.
3367const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3368const char kUseMonitorColorSpaceDescription[] =
3369 "Enables Chrome to use the color space information provided by the monitor"
3370 " instead of the default sRGB color space.";
3371
Brett Wilson7b44537e2017-08-18 01:38:283372const char kVideoPlayerChromecastSupportName[] =
3373 "Experimental Chromecast support for Video Player";
3374const char kVideoPlayerChromecastSupportDescription[] =
3375 "This option enables experimental Chromecast support for Video Player app "
3376 "on ChromeOS.";
3377
3378const char kVirtualKeyboardName[] = "Virtual Keyboard";
3379const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3380
3381const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3382const char kVirtualKeyboardOverscrollDescription[] =
3383 "Enables virtual keyboard overscroll support.";
3384
3385const char kVoiceInputName[] = "Voice input on virtual keyboard";
3386const char kVoiceInputDescription[] =
3387 "Enables voice input on virtual keyboard.";
3388
3389const char kWakeOnPacketsName[] = "Wake On Packets";
3390const char kWakeOnPacketsDescription[] =
3391 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203392
Qiang Xu53d1a5832018-05-24 18:44:193393const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker";
3394const char kZipArchiverUnpackerDescription[] =
3395 "Enable or disable the ability to unpack archives in incognito mode";
3396
yhanadac5bff5b2017-05-18 06:37:093397#endif // defined(OS_CHROMEOS)
3398
Brett Wilson7b44537e2017-08-18 01:38:283399// Random platform combinations -----------------------------------------------
3400
3401#if defined(OS_WIN) || defined(OS_LINUX)
3402
3403const char kEnableInputImeApiName[] = "Enable Input IME API";
3404const char kEnableInputImeApiDescription[] =
3405 "Enable the use of chrome.input.ime API.";
3406
Tom Anderson6cbd5052018-05-03 23:49:543407#if !defined(OS_CHROMEOS)
3408
3409const char kWarnBeforeQuittingFlagName[] = "Warn Before Quitting";
3410const char kWarnBeforeQuittingFlagDescription[] =
3411 "Confirm to quit by either holding the quit shortcut or pressing it twice.";
3412
3413#endif // !defined(OS_CHROMEOS)
3414
Brett Wilson7b44537e2017-08-18 01:38:283415#endif // defined(OS_WIN) || defined(OS_LINUX)
3416
3417#if defined(OS_WIN) || defined(OS_MACOSX)
3418
3419const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3420const char kAutomaticTabDiscardingDescription[] =
3421 "If enabled, tabs get automatically discarded from memory when the system "
3422 "memory is low. Discarded tabs are still visible on the tab strip and get "
3423 "reloaded when clicked on. Info about discarded tabs can be found at "
3424 "chrome://discards.";
3425
3426#endif // defined(OS_WIN) || defined(OS_MACOSX)
3427
lanwei83f54452018-06-21 23:51:043428#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3429
3430const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3431const char kDirectManipulationStylusDescription[] =
3432 "If enabled, Chrome will scroll web pages on stylus drag.";
3433
3434#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3435
Justin Donnelly110e40c2018-06-01 21:48:433436const char kExperimentalUiName[] = "Use all upcoming UI features";
3437const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483438
Brett Wilson7b44537e2017-08-18 01:38:283439// Feature flags --------------------------------------------------------------
3440
3441#if BUILDFLAG(ENABLE_VR)
3442
David Dorwin5a496c32017-11-17 01:45:053443const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3444const char kWebVrVsyncAlignDescription[] =
3445 "Align WebVR application rendering with VSync for smoother animations.";
3446
Bill Orr103ed272018-02-14 21:23:053447#if BUILDFLAG(ENABLE_OCULUS_VR)
3448const char kOculusVRName[] = "Oculus hardware support";
3449const char kOculusVRDescription[] =
3450 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3451 "Windows 10 or later).";
3452#endif // ENABLE_OCULUS_VR
3453
Bill Orr49527562017-11-22 16:58:483454#if BUILDFLAG(ENABLE_OPENVR)
3455const char kOpenVRName[] = "OpenVR hardware support";
3456const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073457 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3458 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483459#endif // ENABLE_OPENVR
3460
Brett Wilson7b44537e2017-08-18 01:38:283461#endif // ENABLE_VR
3462
Nico Weberaf3b00b2017-09-11 17:58:173463#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283464
3465const char kNaclDebugMaskName[] =
3466 "Restrict Native Client GDB-based debugging by pattern";
3467const char kNaclDebugMaskDescription[] =
3468 "Restricts Native Client application GDB-based debugging by URL of "
3469 "manifest file. Native Client GDB-based debugging must be enabled for this "
3470 "option to work.";
3471const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3472const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3473 "Debug everything except secure shell and the PNaCl translator.";
3474const char kNaclDebugMaskChoiceIncludeDebug[] =
3475 "Debug only if manifest URL ends with debug.nmf.";
3476
3477const char kNaclDebugName[] = "Native Client GDB-based debugging";
3478const char kNaclDebugDescription[] =
3479 "Enable GDB debug stub. This will stop a Native Client application on "
3480 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3481
3482const char kNaclName[] = "Native Client";
3483const char kNaclDescription[] =
3484 "Support Native Client for all web applications, even those that were not "
3485 "installed from the Chrome Web Store.";
3486
3487const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3488const char kPnaclSubzeroDescription[] =
3489 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3490
Nico Weberaf3b00b2017-09-11 17:58:173491#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283492
Brett Wilson7b44537e2017-08-18 01:38:283493const char kWebrtcH264WithOpenh264FfmpegName[] =
3494 "WebRTC H.264 software video encoder/decoder";
3495const char kWebrtcH264WithOpenh264FfmpegDescription[] =
3496 "When enabled, an H.264 software video encoder/decoder pair is included. "
3497 "If a hardware encoder/decoder is also available it may be used instead of "
3498 "this encoder/decoder.";
3499
Brett Wilson7b44537e2017-08-18 01:38:283500#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3501
3502const char kAutofillCreditCardUploadName[] =
3503 "Enable offering upload of Autofilled credit cards";
3504const char kAutofillCreditCardUploadDescription[] =
3505 "Enables a new option to upload credit cards to Google Payments for sync "
3506 "to all Chrome devices.";
3507
3508#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3509
Becca Hughesdc96e842018-05-04 22:48:283510#if defined(OS_ANDROID)
3511
3512const char kDisplayCutoutAPIName[] =
3513 "Enable support for the Display Cutout API";
3514const char kDisplayCutoutAPIDescription[] =
3515 "Enables developers to support devices that have a display cutout.";
3516
3517#endif // defined(OS_ANDROID)
3518
Brett Wilson7b44537e2017-08-18 01:38:283519// ============================================================================
3520// Don't just add flags to the end, put them in the right section in
3521// alphabetical order just like the header file.
3522// ============================================================================
3523
vabr0215a8e2017-03-28 12:47:343524} // namespace flag_descriptions