blob: d3e0fe378a1a59ed7eda5fd957ba7004869394dc [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
Jeremy Klein8d8f9b2e2018-09-13 21:48:5750const char kAndroidMessagesProdEndpointName[] =
51 "Use Android Messages prod endpoint";
52const char kAndroidMessagesProdEndpointDescription[] =
53 "For Android Messages integration, point to the prod endpoint instead of "
54 "sandbox.";
55
Brett Wilsonf27ff602017-07-07 22:28:4756const char kAppBannersName[] = "App Banners";
57const char kAppBannersDescription[] =
58 "Enable the display of Progressive Web App banners, which prompt a user to "
59 "add a web app to their shelf, or other platform-specific equivalent.";
60
Ioana Pandelef9689a062018-06-22 15:35:5161const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
62const char kAutomaticPasswordGenerationDescription[] =
63 "Allow Chrome to offer to generate passwords when it detects account "
64 "creation pages.";
65
Michael Lippautzebbc5a82018-05-30 10:41:4266const char kEnableBlinkHeapIncrementalMarkingName[] =
67 "Blink Heap Incremental Marking";
68const char kEnableBlinkHeapIncrementalMarkingDescription[] =
69 "Enable incremental marking in Blink";
70
Ulan Degenbaevb5466a92018-07-19 12:35:3471const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
72const char kEnableBloatedRendererDetectionDescription[] =
73 "Enable bloated renderer detection";
74
Tetsui Ohkubo2852b952018-02-23 04:12:0175const char kSystemTrayUnifiedName[] = "New system menu";
76const char kSystemTrayUnifiedDescription[] =
Tetsui Ohkubof860b8e2018-02-16 03:50:5577 "Enable the experimental system menu.";
78
Khushalba202212017-07-12 19:53:4979const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
80const char kAsyncImageDecodingDescription[] =
81 "Enables asynchronous decoding of images from raster for web content";
82
Roger McFarlane2eceba982018-05-18 01:37:1183const char kAutofillCacheQueryResponsesName[] =
84 "Cache Autofill Query Responses";
85const char kAutofillCacheQueryResponsesDescription[] =
86 "When enabled, autofill will cache the responses it receives from the "
87 "crowd-sourced field type prediction server.";
88
Jeffrey Cohen05cdafa392018-08-15 20:49:1789const char kAutofillEnableCompanyNameName[] =
90 "Enable Autofill Company Name field";
91const char kAutofillEnableCompanyNameDescription[] =
92 "When enabled, Company Name fields will be auto filled";
93
sebsge35b762c2018-03-29 20:33:2794const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
95const char kAutofillDynamicFormsDescription[] =
96 "Allows autofill to fill dynamically changing forms";
97
Anne Lime625362e2018-08-29 03:13:2598const char kAutofillNoLocalSaveOnUploadSuccessName[] =
99 "Disable locally saving card when credit card upload succeeds";
100const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
101 "When enabled, no local copy of server card will be saved when credit card "
102 "upload succeeds.";
103
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39104const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
105const char kAutofillPrefilledFieldsDescription[] =
106 "Allows autofill to fill fields previously filled by the website";
107
Lei Zhang0ca70ea2018-09-07 17:51:01108const char kAutofillPreviewStyleExperimentName[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18109 "Autofill Preview Style Experiment";
Lei Zhang0ca70ea2018-09-07 17:51:01110const char kAutofillPreviewStyleExperimentDescription[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18111 "Allows experimentation with the Autofill field preview's style.";
112
Parastoo Geranmayeh071d725c2018-06-26 17:35:22113const char kAutofillRationalizeRepeatedServerPredictionsName[] =
114 "Autofill Rationalization of Repeated Server Field Type Predictions";
115const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
116 "Allows autofill to rationalize repeated server field type predictions.";
117
Roger McFarlane1a37d7b2018-04-20 22:45:19118const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
119 "Autofill Enforce Min Required Fields For Heuristics";
120const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
121 "When enabled, autofill will generally require a form to have at least 3 "
122 "fields before allowing heuristic field-type prediction to occur.";
123
124const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
125 "Autofill Enforce Min Required Fields For Query";
126const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
127 "When enabled, autofill will generally require a form to have at least 3 "
128 "fields before querying the autofill server for field-type predictions.";
129
130const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
131 "Autofill Enforce Min Required Fields For Upload";
132const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
133 "When enabled, autofill will generally require a form to have at least 3 "
134 "fillable fields before uploading field-type votes for that form.";
135
Moe Ahmadid3ddfcb2018-04-20 19:51:08136const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
137 "Restrict formless form extraction";
138const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
139 "Restrict extraction of formless forms to checkout flows";
140
Brett Wilsonf27ff602017-07-07 22:28:47141const char kAutoplayPolicyName[] = "Autoplay policy";
142const char kAutoplayPolicyDescription[] =
143 "Policy used when deciding if audio or video is allowed to autoplay.";
144
145const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
146 "User gesture is required for cross-origin iframes.";
147const char kAutoplayPolicyNoUserGestureRequired[] =
148 "No user gesture is required.";
149const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
150const char kAutoplayPolicyDocumentUserActivation[] =
151 "Document user activation is required.";
152
Lei Zhang0ca70ea2018-09-07 17:51:01153const char kAv1DecoderName[] = "Enable AV1 video decoding.";
154const char kAv1DecoderDescription[] =
Johanne0cc6902017-11-16 00:23:50155 "Allow decoding of files with the AV1 video codec.";
156
Brett Wilsonf27ff602017-07-07 22:28:47157const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
158const char kBleAdvertisingInExtensionsDescription[] =
159 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
160 "with regular use of Bluetooth Low Energy features.";
161
Charles Harrisond629cc62017-10-05 01:39:54162const char kBlockTabUndersName[] = "Block tab-unders";
163const char kBlockTabUndersDescription[] =
164 "Blocks tab-unders in Chrome with some native UI to allow the user to "
165 "proceed.";
166
Brett Wilsonf27ff602017-07-07 22:28:47167const char kBrowserTaskSchedulerName[] = "Task Scheduler";
168const char kBrowserTaskSchedulerDescription[] =
169 "Enables redirection of some task posting APIs to the task scheduler.";
170
Carlos IL766fbc882018-02-16 02:34:52171const char kBundledConnectionHelpName[] = "Bundled Connection Help";
172const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37173 "Enables or disables redirection to local help content for users who get "
174 "an interstitial after clicking the 'Learn More' link on a previous "
175 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52176
Brett Wilsonf27ff602017-07-07 22:28:47177const char kBypassAppBannerEngagementChecksName[] =
178 "Bypass user engagement checks";
179const char kBypassAppBannerEngagementChecksDescription[] =
180 "Bypasses user engagement checks for displaying app banners, such as "
181 "requiring that users have visited the site before and that the banner "
182 "hasn't been shown recently. This allows developers to test that other "
183 "eligibility requirements for showing app banners, such as having a "
184 "manifest, are met.";
185
Miguel Casas454d9cf2018-06-28 16:25:00186const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
187const char kCanvas2DImageChromiumDescription[] =
188 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
189
Brett Wilsonf27ff602017-07-07 22:28:47190const char kCastStreamingHwEncodingName[] =
191 "Cast Streaming hardware video encoding";
192const char kCastStreamingHwEncodingDescription[] =
193 "This option enables support in Cast Streaming for encoding video streams "
194 "using platform hardware.";
195
Amber Won478561d2017-08-19 01:02:59196const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
197const char kClickToOpenPDFDescription[] =
198 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
199 "embedded PDFs.";
200
Gary Kacmarcikfb69b212017-11-14 03:41:08201const char kClipboardContentSettingName[] = "Clipboard content setting";
202const char kClipboardContentSettingDescription[] =
203 "Enables a site-wide permission in the UI which controls access to the "
204 "asynchronous clipboard web API";
205
Brett Wilsonf27ff602017-07-07 22:28:47206const char kCloudImportName[] = "Cloud Import";
207const char kCloudImportDescription[] = "Allows the cloud-import feature.";
208
rbpotter9990eb42018-07-12 05:34:59209const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
210const char kCloudPrinterHandlerDescription[] =
211 "Use the new cloud printer handler for communicating with the cloud "
212 "print server, instead of the cloud print interface in the Print "
213 "Preview WebUI.";
214
Christopher Cameronceb8727d2017-09-07 23:53:16215const char kForceColorProfileSRGB[] = "sRGB";
216const char kForceColorProfileP3[] = "Display P3 D65";
217const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
218const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
219
220const char kForceColorProfileName[] = "Force color profile";
221const char kForceColorProfileDescription[] =
222 "Forces Chrome to use a specific color profile instead of the color "
223 "of the window's current monitor, as specified by the operating system.";
224
Brett Wilsonf27ff602017-07-07 22:28:47225const char kCompositedLayerBordersName[] = "Composited render layer borders";
226const char kCompositedLayerBordersDescription[] =
227 "Renders a border around composited Render Layers to help debug and study "
228 "layer compositing.";
229
Theresacd5aaec2018-08-27 20:32:13230const char kContextualSuggestionsAlternateCardLayoutName[] =
231 "Contextual Suggestions Alternate Card Layout";
232const char kContextualSuggestionsAlternateCardLayoutDescription[] =
233 "If enabled, use an alternate card layout for contextual suggestions.";
234
Theresac34db2d2018-06-28 00:03:11235const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
236const char kContextualSuggestionsButtonDescription[] =
237 "If enabled, shows a button to trigger contextual suggestions.";
238
Theresa0f2947b92018-07-02 21:27:58239const char kContextualSuggestionsOptOutName[] =
240 "Contextual Suggestions Opt-out";
241const char kContextualSuggestionsOptOutDescription[] =
242 "If enabled, allows the user to opt out of contextual suggestions.";
243
Brett Wilsonf27ff602017-07-07 22:28:47244const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
245const char kCreditCardAssistDescription[] =
246 "Enable assisted credit card filling on certain sites.";
247
248const char kCrossProcessGuestViewIsolationName[] =
249 "Cross process frames for guests";
250const char kCrossProcessGuestViewIsolationDescription[] =
251 "Highly experimental where guests such as <webview> are implemented on "
252 "the out-of-process iframe infrastructure.";
253
Thanh Le659cb102017-12-20 22:00:19254const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
255const char kDataSaverServerPreviewsDescription[] =
256 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47257
258const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
259const char kDatasaverPromptDescription[] =
260 "Enables a prompt, which appears when a cellular network connection is "
261 "detected, to take the user to the Data Saver extension page on Chrome Web "
262 "Store.";
263const char kDatasaverPromptDemoMode[] = "Demo mode";
264
Wez54dc71b2018-04-17 00:42:34265#if DCHECK_IS_CONFIGURABLE
266const char kDcheckIsFatalName[] = "DCHECKs are fatal";
267const char kDcheckIsFatalDescription[] =
268 "By default Chrome will evaluate in this build, but only log failures, "
269 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
270#endif // DCHECK_IS_CONFIGURABLE
271
Brett Wilsonf27ff602017-07-07 22:28:47272const char kDebugPackedAppName[] = "Debugging for packed apps";
273const char kDebugPackedAppDescription[] =
274 "Enables debugging context menu options such as Inspect Element for packed "
275 "applications.";
276
277const char kDefaultTileHeightName[] = "Default tile height";
278const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
279const char kDefaultTileHeightShort[] = "128";
280const char kDefaultTileHeightTall[] = "256";
281const char kDefaultTileHeightGrande[] = "512";
282const char kDefaultTileHeightVenti[] = "1024";
283
284const char kDefaultTileWidthName[] = "Default tile width";
285const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
286const char kDefaultTileWidthShort[] = "128";
287const char kDefaultTileWidthTall[] = "256";
288const char kDefaultTileWidthGrande[] = "512";
289const char kDefaultTileWidthVenti[] = "1024";
290
291const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
292const char kDebugShortcutsDescription[] =
293 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
294
295const char kDeviceDiscoveryNotificationsName[] =
296 "Device Discovery Notifications";
297const char kDeviceDiscoveryNotificationsDescription[] =
298 "Device discovery notifications on local network.";
299
300const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
301const char kDevtoolsExperimentsDescription[] =
302 "Enables Developer Tools experiments. Use Settings panel in Developer "
303 "Tools to toggle individual experiments.";
304
305const char kDisableAudioForDesktopShareName[] =
306 "Disable Audio For Desktop Share";
307const char kDisableAudioForDesktopShareDescription[] =
308 "With this flag on, desktop share picker window will not let the user "
309 "choose whether to share audio.";
310
Chris Palmer917bc052018-03-14 19:28:31311const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
312const char kDisablePushStateThrottleDescription[] =
313 "Disables throttling of history.pushState and history.replaceState method "
314 "calls.";
315
Brett Wilsonf27ff602017-07-07 22:28:47316const char kDisableTabForDesktopShareName[] =
317 "Disable Desktop Share with tab source";
318const char kDisableTabForDesktopShareDescription[] =
319 "This flag controls whether users can choose a tab for desktop share.";
320
321const char kDisallowDocWrittenScriptsUiName[] =
322 "Block scripts loaded via document.write";
323const char kDisallowDocWrittenScriptsUiDescription[] =
324 "Disallows fetches for third-party parser-blocking scripts inserted into "
325 "the main frame via document.write.";
326
Christopher Thompson2ffffa2c2018-05-18 23:06:37327const char kDisallowUnsafeHttpDownloadsName[] =
328 "Block unsafe downloads over insecure connections";
329const char kDisallowUnsafeHttpDownloadsNameDescription[] =
330 "Disallows downloads of unsafe files (files that can potentially execute "
331 "code), where the final download origin or any origin in the redirect "
332 "chain is insecure.";
333
Brett Wilsonf27ff602017-07-07 22:28:47334const char kDriveSearchInChromeLauncherName[] =
335 "Drive Search in Chrome App Launcher";
336const char kDriveSearchInChromeLauncherDescription[] =
337 "Files from Drive will show up when searching the Chrome App Launcher.";
338
Brett Wilsonf27ff602017-07-07 22:28:47339const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
340const char kEmbeddedExtensionOptionsDescription[] =
341 "Display extension options as an embedded element in chrome://extensions "
342 "rather than opening a new tab.";
343
Dominic Mazzoni8ac98962018-05-25 05:44:55344const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
345const char kEnableAccessibilityObjectModelDescription[] =
346 "Enables experimental support for Accessibility Object Model APIs "
347 "that are in development.";
348
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36349const char kEnableWebPaymentsSingleAppUiSkipName[] =
350 "Enable Web Payments single app UI skip";
351const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
352 "Enable Web Payments to skip showing its UI if the developer specifies a "
353 "single app.";
354
Florian Uunk8c428ea2018-07-18 11:12:52355const char kEnableAutofillAccountWalletStorageName[] =
356 "Enable the account data storage for autofill";
357const char kEnableAutofillAccountWalletStorageDescription[] =
358 "Enable the ephemeral storage for account data for autofill.";
359
Shanfeng Zhang19c16562017-10-17 02:30:40360const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
361 "Credit card autofill ablation experiment.";
362const char kEnableAutofillCreditCardAblationExperimentDescription[] =
363 "If enabled, credit card autofill suggestions will not display.";
364
Brett Wilsonf27ff602017-07-07 22:28:47365const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
366 "Display the last used date of a credit card in autofill.";
367const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
368 "If enabled, display the last used date of a credit card in autofill.";
369
Sujie Zhu2cf0e5c2018-07-17 18:00:27370const char kEnableAutofillCreditCardLocalCardMigrationName[] =
371 "Enable migrating local cards to Google Pay";
372const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
373 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
374
Jared Saulbc672a072018-06-16 05:22:12375const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
376 "Make cardholder name editable in dialog during credit card upload";
377const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
378 "If enabled, in certain situations when offering credit card upload to "
379 "Google Payments, the cardholder name can be edited within the "
380 "offer-to-save dialog, which is prefilled with the name from the signed-in "
381 "Google Account.";
382
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37383const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
384 "Enable Google Pay branding when offering credit card upload on Android";
385const char
386 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
387 "If enabled, shows the Google Pay logo and a shorter header message "
388 "when credit card upload to Google Payments is offered on Android.";
389
siyua7c4e97b42018-04-24 02:49:42390const char kEnableAutofillCreditCardUploadUpdatePromptExplanationName[] =
391 "Enable updated prompt explanation when offering credit card upload";
392const char kEnableAutofillCreditCardUploadUpdatePromptExplanationDescription[] =
393 "If enabled, changes the server save card prompt's explanation to mention "
394 "the saving of the billing address.";
395
tmartinocd414732018-02-12 19:01:01396const char kEnableAutofillNativeDropdownViewsName[] =
397 "Display Autofill Dropdown Using Views";
398const char kEnableAutofillNativeDropdownViewsDescription[] =
399 "If enabled, the Autofill Dropdown will be built natively using Views, "
400 "rather than painted directly to a canvas.";
401
Fabio Tirelo87552e02018-07-06 15:43:21402const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
403 "Show unlabeled expiration dates on the save card dialog";
404const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
405 "If enabled, expiration dates on the save card dialog (both local and "
406 "upstream) are shown without an 'Exp:' label.";
407
Manas Verma99541e52018-08-03 20:37:23408const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
409 "Show Sign-In/Sync promo after saving a card locally";
410const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
411 "If enabled, shows a sign in prompt to the user after the user "
412 "saves a card locally. This also introduces a Manage Cards bubble "
413 "which you can access from the card icon after saving a card.";
414
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23415const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
416 "Send experiment flag IDs in calls to Google Payments";
417const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
418 "If enabled, adds the status of certain experiment variations when making "
419 "calls to Google Payments.";
420
Becca Hughes4d896c42018-05-29 16:58:51421const char kEnableAutoplayIgnoreWebAudioName[] =
422 "Autoplay ignores WebAudio playbacks";
423const char kEnableAutoplayIgnoreWebAudioDescription[] =
424 "If enabled, autoplay restrictions will be ignored for WebAudio.";
425
Becca Hughesc62f6a1d2018-08-16 15:59:47426const char kEnableAutoplayUnifiedSoundSettingsName[] =
427 "Autoplay unified sound settings UI";
428const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
429 "If enabled, shows the new unified autoplay sound settings UI.";
430
Brett Wilsonf27ff602017-07-07 22:28:47431const char kEnableBrotliName[] = "Brotli Content-Encoding.";
432const char kEnableBrotliDescription[] =
433 "Enable Brotli Content-Encoding support.";
434
Qiang Xu0f602fe62017-12-22 01:31:20435const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
436const char kEnableCaptivePortalRandomUrlDescription[] =
437 "Enable Captive Portal URL randomization.";
438
Eriko Kurimoto36975992018-08-09 07:15:13439const char kEnableChromevoxDeveloperOptionName[] =
440 "Enable Chromevox developer option";
441const char kEnableChromevoxDeveloperOptionDescription[] =
442 "This option provides tools for developing in chromevox.";
443
sclittle50e4bb92017-07-08 02:23:03444const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
445
446const char kEnableClientLoFiDescription[] =
447 "Enable showing low fidelity images on some pages on slow networks.";
448
Patrick Noland8bc57472018-06-19 21:09:54449const char kEnableCSSFragmentIdentifiersName[] =
450 "Enable CSS Fragment Identifiers";
451const char kEnableCSSFragmentIdentifiersDescription[] =
452 "Enable support for specifying a target element using a css selector in "
453 "the fragment identifier.";
454
David Reveman87b4b692018-03-09 21:22:22455const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
456const char kEnableCursorMotionBlurDescription[] =
457 "Enable motion blur effect for the cursor.";
458
Ramin Halavati6f5d9852018-06-20 09:37:05459const char kEnableEphemeralFlashPermissionName[] =
460 "Enable Ephemeral Flash Permissions";
461const char kEnableEphemeralFlashPermissionDescription[] =
462 "When enabled, Flash plugin permissions are reset at the end of the "
463 "browser session.";
464
Doug Arnett08b4067b2017-10-12 20:14:44465const char kEnableNoScriptPreviewsName[] = "NoScript previews";
466
467const char kEnableNoScriptPreviewsDescription[] =
468 "Enable disabling JavaScript on some pages on slow networks.";
469
Thanh Le2c279fbc2017-11-21 01:25:40470const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
471const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
472const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
473const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
474const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
475const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
476const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
477const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
478const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
479const char kDataReductionProxyServerAlternative10[] =
480 "Use alt. server config 10";
Brett Wilsonf27ff602017-07-07 22:28:47481const char kEnableDataReductionProxyServerExperimentName[] =
482 "Use an alternative Data Saver back end configuration.";
483const char kEnableDataReductionProxyServerExperimentDescription[] =
484 "Enable a different approach to saving data by configuring the back end "
485 "server";
486
487const char kEnableDataReductionProxySavingsPromoName[] =
488 "Data Saver 1 MB Savings Promo";
489const char kEnableDataReductionProxySavingsPromoDescription[] =
490 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
491 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
492 "enabled for the promo to be shown.";
493
Matt Giucad4870432017-11-24 01:04:38494const char kEnableDesktopPWAsName[] = "Desktop PWAs";
495const char kEnableDesktopPWAsDescription[] =
496 "Experimental windowing and install banner treatment for Progressive Web "
497 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17498
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59499const char kEnableDesktopPWAsLinkCapturingName[] =
500 "Desktop PWAs Link Capturing";
501const char kEnableDesktopPWAsLinkCapturingDescription[] =
502 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
503 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
504 "#enable-desktop-pwas.";
505
Christopher Lame66b7812018-09-26 01:49:24506const char kEnableSystemWebAppsName[] = "System Web Apps";
507const char kEnableSystemWebAppsDescription[] =
508 "Experimental system for using the Desktop PWA framework for running System"
509 "Apps (e.g Settings, Discover).";
510
Ahmed Fakhry0037de02018-01-29 19:58:31511const char kEnableDockedMagnifierName[] = "Docked Magnifier";
512const char kEnableDockedMagnifierDescription[] =
513 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
514
Ramya Nagarajan5b41d8d2018-04-02 19:53:02515const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
516const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09517 "Enables the Emoji picker item in context menus for editable text areas, if"
518 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02519
Brett Wilsonf27ff602017-07-07 22:28:47520const char kEnableEnumeratingAudioDevicesName[] =
521 "Experimentally enable enumerating audio devices.";
522const char kEnableEnumeratingAudioDevicesDescription[] =
523 "Experimentally enable the use of enumerating audio devices.";
524
525const char kEnableGenericSensorName[] = "Generic Sensor";
526const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25527 "Enables motion sensor classes based on Generic Sensor API, i.e. "
528 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
529 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
530
531const char kEnableGenericSensorExtraClassesName[] =
532 "Generic Sensor Extra Classes";
533const char kEnableGenericSensorExtraClassesDescription[] =
534 "Enables an extra set of sensor classes based on Generic Sensor API, which "
535 "expose previously unavailable platform features, i.e. AmbientLightSensor "
536 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47537
Brett Wilsonf27ff602017-07-07 22:28:47538const char kEnableHDRName[] = "HDR mode";
539const char kEnableHDRDescription[] =
540 "Enables HDR support on compatible displays.";
541
Ryan Sturm6a850902018-06-09 02:27:34542const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
543const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09544 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25545 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01546 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
547 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34548
Robert Ogden5a63b242018-09-17 21:38:57549const char kEnablePreviewsAndroidOmniboxUIName[] =
550 "Previews Android Omnibox UI";
551const char kEnablePreviewsAndroidOmniboxUIDescription[] =
552 "Enable showing the Previews UI in the Omnibox on Android instead of an "
553 "InfoBar. This has no effect on other platforms.";
554
Brett Wilsonf27ff602017-07-07 22:28:47555const char kEnableHttpFormWarningName[] =
556 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15557 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47558const char kEnableHttpFormWarningDescription[] =
559 "Attaches a warning UI to any password or credit card fields detected when "
560 "the top-level page is not HTTPS";
561
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41562const char kLayeredAPIName[] = "Experimental layered APIs";
563const char kLayeredAPIDescription[] =
564 "Enable layered API infrastructure, as well as several experimental "
565 "layered APIs. The syntax and the APIs exposed are experimental and will "
566 "change over time.";
567
Ian Kilpatricke68ef11a2018-07-04 03:52:10568const char kEnableLayoutNGName[] = "Enable LayoutNG";
569const char kEnableLayoutNGDescription[] =
570 "Enable Blink's next generation layout engine.";
571
Scott Littled0fd2d002018-04-13 03:37:26572const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
573const char kEnableLazyFrameLoadingDescription[] =
574 "Defers the loading of certain cross-origin frames until the page is "
575 "scrolled down near them.";
576
rajendrant793ff512018-08-10 17:07:59577const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
578const char kEnableLazyImageLoadingDescription[] =
579 "Defers the loading of images until the page is scrolled down near them.";
580
Sidney San Martín9375b892017-09-09 00:29:54581const char kEnableMacMaterialDesignDownloadShelfName[] =
582 "Enable Material Design download shelf";
583
584const char kEnableMacMaterialDesignDownloadShelfDescription[] =
585 "If enabled, the download shelf uses Material Design.";
586
Anton Urusov47cd4932017-09-19 14:41:41587const char kEnablePolicyToolName[] = "Enable policy management page";
588const char kEnablePolicyToolDescription[] =
589 "If enabled, the chrome://policy-tool URL loads a page for managing "
590 "policies.";
591
Tsuyoshi Horoea7edb72017-11-12 04:14:00592const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache";
593const char kEnablePWAFullCodeCacheDescription[] =
594 "Generate V8 code cache in Cache Storage while installing Service Worker "
595 "for PWAs.";
596
Weidong Guof1e5a892018-01-06 02:26:39597const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28598 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39599const char kDisableMultiMirroringDescription[] =
600 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28601
Brett Wilsonf27ff602017-07-07 22:28:47602const char kEnableNavigationTracingName[] = "Enable navigation tracing";
603const char kEnableNavigationTracingDescription[] =
604 "This is to be used in conjunction with the trace-upload-url flag. "
605 "WARNING: When enabled, Chrome will record performance data for every "
606 "navigation and upload it to the URL specified by the trace-upload-url "
607 "flag. The trace may include personally identifiable information (PII) "
608 "such as the titles and URLs of websites you visit.";
609
Bernhard Bauer5533f9912017-11-06 17:56:02610const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
611const char kEnableNetworkLoggingToFileDescription[] =
612 "Enables network logging to a file named netlog.json in the user data "
613 "directory. The file can be imported into chrome://net-internals.";
614
Brett Wilsonf27ff602017-07-07 22:28:47615const char kEnableNetworkServiceName[] = "Enable network service";
616const char kEnableNetworkServiceDescription[] =
617 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40618 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47619
John Abd-El-Malek8067cc02017-12-04 23:23:20620const char kEnableNetworkServiceInProcessName[] =
621 "Runs network service in-process";
622const char kEnableNetworkServiceInProcessDescription[] =
623 "Runs the network service in the browser process.";
624
dpapaded8349472017-10-25 03:21:27625const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
626const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37627 "If enabled, Print Preview will display a newer UI. This feature is "
628 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27629
Ahmed Fakhry2fd8fc82017-07-28 16:31:12630const char kEnableNightLightName[] = "Enable Night Light";
631const char kEnableNightLightDescription[] =
632 "Enable the Night Light feature which controls the color temperature of "
633 "the screen.";
634
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28635const char kEnableNotificationScrollBarName[] =
636 "Enable notification list scroll bar";
637const char kEnableNotificationScrollBarDescription[] =
638 "Enable the scroll bar of the notification list in Unified System Tray.";
639
Tetsui Ohkubo2aa9d1e2018-10-03 03:43:07640const char kEnableNewMessageListViewName[] = "Enable new message list view";
641const char kEnableNewMessageListViewDescription[] =
642 "Enable new implementation of message list view.";
643
xlou8b56f672018-02-09 23:34:30644const char kEnableNupPrintingName[] = "Enable N-up printing";
645const char kEnableNupPrintingDescription[] =
646 "Enable N-up printing in the print preview panel.";
647
Sophie Chang117a3b22017-10-24 22:25:36648const char kEnableOptimizationHintsName[] = "Optimization Hints";
649const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50650 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36651 "into decisions for what optimizations to perform on some pages on slow "
652 "networks.";
653
Yutaka Hirano98be3272017-08-07 17:55:39654const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
655const char kEnableOutOfBlinkCORSDescription[] =
656 "CORS handling logic is moved out of blink.";
657
Sammie Quon0fbf0782018-05-01 22:11:08658const char kEnableOverviewSwipeToCloseName[] =
659 "Enable overview swipe to close.";
660const char kEnableOverviewSwipeToCloseDescription[] =
661 "Enables closing of items in overview mode by dragging or flinging "
662 "vertically.";
663
kylechar7051c092018-02-05 20:31:39664const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
665const char kVizDisplayCompositorDescription[] =
666 "If enabled, the display compositor runs as part of the viz service in the"
667 "GPU process.";
668
Ria Jiang6a129b982018-03-01 18:30:40669const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
670const char kVizHitTestDrawQuadDescription[] =
671 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
672 "with hit-test data computed from the CompositorFrame.";
673
Erik Chen49bbfa22017-08-18 08:49:56674const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23675 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56676const char kEnableOutOfProcessHeapProfilingDescription[] =
677 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19678 "malloced objects. Heap dumps can be obtained at chrome://tracing "
679 "[category:memory-infra] and chrome://memory-internals. This setting "
680 "controls which processes are profiled. As long as this setting is not "
681 "disabled, users can start profiling any given process in "
682 "chrome://memory-internals.";
683const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
684const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
685const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
686const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
687const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10688const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19689 "None by default. Visit chrome://memory-internals to choose which "
690 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15691const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
692 "Profile a random sampling of renderer processes, ensuring only one is "
693 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19694
Erik Chen8bb76b52017-12-06 19:06:25695const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19696 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25697const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
698 "By default, small allocations are pruned from the heap dump. This reduces "
699 "the size of the compressed trace by 100x. If pruning is disabled, the "
700 "chrome://tracing UI may be unable to take or load the trace. Save the "
701 "trace directly using chrome://memory-internals, and use other mechanisms "
702 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
703 "automatically uploaded traces will always be pruned. This only affects "
704 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56705
erikchen8bc20d82018-02-14 03:21:51706const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
707const char kOutOfProcessHeapProfilingSamplingDescription[] =
708 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22709 "10000. This results in low noise for large and/or frequent allocations ["
710 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
711 "total size of malloc-ed objects] and large and/or frequent allocations "
712 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51713
Erik Chen3303fd0232018-01-11 20:29:05714const char kOOPHPStackModeName[] =
715 "The type of stack to record for memlog heap dumps";
716const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19717 "By default, memlog heap dumps record native stacks, which requires a "
718 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55719 "pointers to work on Android. Native with thread names will add the thread "
720 "name as the first frame of each native stack. It's also possible to "
721 "record a pseudo stack using trace events as identifiers. It's also "
722 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19723const char kOOPHPStackModeMixed[] = "Mixed";
724const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55725const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19726const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05727
François Beaufort2e75f492018-02-08 20:44:46728const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47729const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46730 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47731
F#m59d036e2017-09-13 07:22:17732const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
733const char kEnablePixelCanvasRecordingDescription[] =
734 "Pixel canvas recording allows the compositor to raster contents aligned "
735 "with the pixel and improves text rendering. This should be enabled when a "
736 "device is using fractional scale factor.";
737
Ella Gebee81c92018-08-14 15:51:09738const char kEnableResamplingInputEventsName[] =
739 "Enable resampling input events";
740const char kEnableResamplingInputEventsDescription[] =
741 "Predicts mouse and touch inputs position at rAF time based on previous "
742 "input";
743const char kEnableResamplingScrollEventsName[] =
744 "Enable resampling scroll events";
745const char kEnableResamplingScrollEventsDescription[] =
746 "Predicts the scroll amount at vsync time based on previous input";
747
Doug Arnettaa0bf202018-08-27 19:42:11748const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
749const char kEnableResourceLoadingHintsDescription[] =
750 "Enable using server-provided resource loading hints to provide a preview "
751 "over slow network connections.";
752
Lei Zhang0ca70ea2018-09-07 17:51:01753const char kEnableSyncUserConsentSeparateTypeName[] =
vitaliiid36191b2018-06-11 07:40:49754 "Enable separate sync type for consents";
Lei Zhang0ca70ea2018-09-07 17:51:01755const char kEnableSyncUserConsentSeparateTypeDescription[] =
vitaliiid36191b2018-06-11 07:40:49756 "Emit user consents as a separate sync type instead of user events.";
757
Mohamed Amir Yosef0178fa892018-07-23 17:43:52758const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
759const char kEnableSyncUSSBookmarksDescription[] =
760 "Enables the new, experimental implementation of bookmark sync";
761
Mikel Astiz38837f82018-04-24 22:23:23762const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
763const char kEnableSyncUSSSessionsDescription[] =
764 "Enables the new, experimental implementation of session sync (aka tab "
765 "sync).";
766
Brett Wilsonf27ff602017-07-07 22:28:47767const char kEnableUseZoomForDsfName[] =
768 "Use Blink's zoom for device scale factor.";
769const char kEnableUseZoomForDsfDescription[] =
770 "If enabled, Blink uses its zooming mechanism to scale content for device "
771 "scale factor.";
772const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
773const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
774const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
775
Patrick Noland8ee016e2018-01-24 11:44:53776const char kEnableScrollAnchorSerializationName[] =
777 "Scroll Anchor Serialization";
778const char kEnableScrollAnchorSerializationDescription[] =
779 "Save the scroll anchor and use it to restore the scroll position when "
780 "navigating.";
781
Brad Nelson5cd500e2018-01-04 00:50:19782const char kEnableSharedArrayBufferName[] =
783 "Experimental enabled SharedArrayBuffer support in JavaScript.";
784const char kEnableSharedArrayBufferDescription[] =
785 "Enable SharedArrayBuffer support in JavaScript.";
786
Brett Wilsonf27ff602017-07-07 22:28:47787const char kEnableWasmName[] = "WebAssembly structured cloning support.";
788const char kEnableWasmDescription[] =
789 "Enable web pages to use WebAssembly structured cloning.";
790
Kim Paulhamusae635a32018-06-27 07:30:54791const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
792const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47793 "Enable Web Authentication API support.";
794
Lei Zhang0ca70ea2018-09-07 17:51:01795const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47796 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01797const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47798 "Enable the cloud-assisted pairingless BLE protocol for use with "
799 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54800
Brett Wilsonf27ff602017-07-07 22:28:47801const char kEnableImageCaptureAPIName[] = "Image Capture API";
802const char kEnableImageCaptureAPIDescription[] =
803 "Enables the Web Platform Image Capture API: takePhoto(), "
804 "getPhotoCapabilities(), etc.";
805
806const char kEnableZeroSuggestRedirectToChromeName[] =
807 "Experimental contextual omnibox suggestion";
808const char kEnableZeroSuggestRedirectToChromeDescription[] =
809 "Change omnibox contextual suggestions to an experimental source. Note "
810 "that this is not an on/off switch for contextual omnibox and it only "
811 "applies to suggestions provided before the user starts typing a URL or a "
812 "search query (i.e. zero suggest).";
813
Clemens Hammacher0c8a15a2018-04-27 13:45:32814const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
815const char kEnableWasmBaselineDescription[] =
816 "Enables WebAssembly baseline compilation and tier up.";
817
Ben Smith24c1e5c2018-06-20 01:09:02818const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
819const char kEnableWasmThreadsDescription[] =
820 "Enables support for the WebAssembly Threads proposal. Implies "
821 "#shared-array-buffer and #enable-webassembly.";
822
Brett Wilsonf27ff602017-07-07 22:28:47823const char kExpensiveBackgroundTimerThrottlingName[] =
824 "Throttle expensive background timers";
825const char kExpensiveBackgroundTimerThrottlingDescription[] =
826 "Enables intervention to limit CPU usage of background timers to 1%.";
827
828const char kExperimentalAppBannersName[] = "Experimental app banners";
829const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38830 "Enables a new experimental app banner flow and UI. Implies "
831 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47832
833const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
834const char kExperimentalCanvasFeaturesDescription[] =
835 "Enables the use of experimental canvas features which are still in "
836 "development.";
837
Nicholas Verneccd8259802018-02-22 01:22:04838const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
839const char kExperimentalCrostiniUIDescription[] =
840 "Enables in-development Crostini features.";
841
Brett Wilsonf27ff602017-07-07 22:28:47842const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
843const char kExperimentalExtensionApisDescription[] =
844 "Enables experimental extension APIs. Note that the extension gallery "
845 "doesn't allow you to upload extensions that use experimental APIs.";
846
847const char kExperimentalFullscreenExitUIName[] =
848 "Experimental fullscreen exit UI";
849const char kExperimentalFullscreenExitUIDescription[] =
850 "Displays experimental UI to allow mouse and touch input methods to exit "
851 "fullscreen mode.";
852
Ian Clelland37a985d2018-05-04 02:43:13853const char kExperimentalProductivityFeaturesName[] =
854 "Experimental Productivity Features";
855const char kExperimentalProductivityFeaturesDescription[] =
856 "Enable support for experimental developer productivity features, such as "
857 "Layered APIs and policies for avoiding slow rendering.";
858
Brett Wilsonf27ff602017-07-07 22:28:47859const char kExperimentalSecurityFeaturesName[] =
860 "Potentially annoying security features";
861const char kExperimentalSecurityFeaturesDescription[] =
862 "Enables several security features that will likely break one or more "
863 "pages that you visit on a daily basis. Strict mixed content checking, for "
864 "example. And locking powerful features to secure contexts. This flag will "
865 "probably annoy you.";
866
867const char kExperimentalWebPlatformFeaturesName[] =
868 "Experimental Web Platform features";
869const char kExperimentalWebPlatformFeaturesDescription[] =
870 "Enables experimental Web Platform features that are in development.";
871
872const char kExtensionContentVerificationName[] =
873 "Extension Content Verification";
874const char kExtensionContentVerificationDescription[] =
875 "This flag can be used to turn on verification that the contents of the "
876 "files on disk for extensions from the webstore match what they're "
877 "expected to be. This can be used to turn on this feature if it would not "
878 "otherwise have been turned on, but cannot be used to turn it off (because "
879 "this setting can be tampered with by malware).";
880const char kExtensionContentVerificationBootstrap[] =
881 "Bootstrap (get expected hashes, but do not enforce them)";
882const char kExtensionContentVerificationEnforce[] =
883 "Enforce (try to get hashes, and enforce them if successful)";
884const char kExtensionContentVerificationEnforceStrict[] =
885 "Enforce strict (hard fail if we can't get hashes)";
886
887const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
888const char kExtensionsOnChromeUrlsDescription[] =
889 "Enables running extensions on chrome:// URLs, where extensions explicitly "
890 "request this permission.";
galinapae72e152017-05-12 13:12:28891
Brett Wilsonecb80982017-07-12 20:34:51892const char kFastUnloadName[] = "Fast tab/window close";
893const char kFastUnloadDescription[] =
894 "Enables fast tab/window closing - runs a tab's onunload js handler "
895 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34896
Brett Wilsonecb80982017-07-12 20:34:51897const char kFeaturePolicyName[] = "Feature Policy";
898const char kFeaturePolicyDescription[] =
899 "Enables granting and removing access to features through the "
900 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34901
Brett Wilsonecb80982017-07-12 20:34:51902const char kFontCacheScalingName[] = "FontCache scaling";
903const char kFontCacheScalingDescription[] =
904 "Reuse a cached font in the renderer to serve different sizes of font for "
905 "faster layout.";
906
907const char kForceEffectiveConnectionTypeName[] =
908 "Override effective connection type";
909const char kForceEffectiveConnectionTypeDescription[] =
910 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:30911 "returned by the network quality estimator. Slow 2G on Cellular returns "
912 "Slow 2G when connected to a cellular network, and the actual estimate "
913 "effective connection type when not on a cellular network. Previews are "
914 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:51915const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
916const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
917const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:30918const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
919 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:51920const char kEffectiveConnectionType2GDescription[] = "2G";
921const char kEffectiveConnectionType3GDescription[] = "3G";
922const char kEffectiveConnectionType4GDescription[] = "4G";
923
924const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
925const char kFillOnAccountSelectDescription[] =
926 "Filling of passwords when an account is explicitly selected by the user "
927 "rather than autofilling credentials on page load.";
928
Brett Wilsonecb80982017-07-12 20:34:51929const char kForceTextDirectionName[] = "Force text direction";
930const char kForceTextDirectionDescription[] =
931 "Explicitly force the per-character directionality of UI text to "
932 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
933 "direction of the character language.";
934const char kForceDirectionLtr[] = "Left-to-right";
935const char kForceDirectionRtl[] = "Right-to-left";
936
937const char kForceUiDirectionName[] = "Force UI direction";
938const char kForceUiDirectionDescription[] =
939 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
940 "mode, overriding the default direction of the UI language.";
941
942const char kFramebustingName[] =
943 "Framebusting requires same-origin or a user gesture";
944const char kFramebustingDescription[] =
945 "Don't permit an iframe to navigate the top level browsing context unless "
946 "they are same-origin or the iframe is processing a user gesture.";
947
948const char kGamepadExtensionsName[] = "Gamepad Extensions";
949const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:22950 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynoldsa8f2f692018-07-16 17:12:06951const char kGamepadPollingRateName[] = "Override Gamepad Polling Rate";
Matt Reynolds660a47752018-06-28 19:42:48952const char kGamepadPollingRateDescription[] =
Matt Reynoldsa8f2f692018-07-16 17:12:06953 "Overrides the rate at which gamepad input devices are polled. Increasing "
Matt Reynolds660a47752018-06-28 19:42:48954 "the polling rate improves the average latency of button and axis inputs "
955 "but may negatively affect performance.";
Matt Reynolds043469f2018-05-01 22:56:58956const char kGamepadVibrationName[] = "Gamepad Vibration";
957const char kGamepadVibrationDescription[] =
958 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:51959
Brett Wilsonecb80982017-07-12 20:34:51960const char kGpuRasterizationMsaaSampleCountName[] =
961 "GPU rasterization MSAA sample count.";
962const char kGpuRasterizationMsaaSampleCountDescription[] =
963 "Specify the number of MSAA samples for GPU rasterization.";
964const char kGpuRasterizationMsaaSampleCountZero[] = "0";
965const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
966const char kGpuRasterizationMsaaSampleCountFour[] = "4";
967const char kGpuRasterizationMsaaSampleCountEight[] = "8";
968const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
969
970const char kGpuRasterizationName[] = "GPU rasterization";
971const char kGpuRasterizationDescription[] =
972 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28973const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51974
975const char kGoogleProfileInfoName[] = "Google profile name and icon";
976const char kGoogleProfileInfoDescription[] =
977 "Enables using Google information to populate the profile name and icon in "
978 "the avatar menu.";
979
Takumi Fujimotofb71e332018-03-31 14:04:08980const char kViewsCastDialogName[] = "Views Cast dialog";
981const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:31982 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:53983 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:54984 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:08985
Manu Cornet4a908de2018-04-09 04:32:27986const char kHideActiveAppsFromShelfName[] =
987 "Hide running apps (that are not pinned) from the shelf";
988const char kHideActiveAppsFromShelfDescription[] =
989 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:25990
Brett Wilsonecb80982017-07-12 20:34:51991const char kHistoryRequiresUserGestureName[] =
992 "New history entries require a user gesture.";
993const char kHistoryRequiresUserGestureDescription[] =
994 "Require a user gesture to add a history entry.";
995const char kHyperlinkAuditingName[] = "Hyperlink auditing";
996const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
997
Ryan Landay4242dbc22018-04-04 01:47:33998const char kHorizontalTabSwitcherAndroidName[] =
999 "Enable horizontal tab switcher";
1000const char kHorizontalTabSwitcherAndroidDescription[] =
1001 "Changes the layout of the Android tab switcher so tabs scroll "
1002 "horizontally instead of vertically.";
1003
Brett Wilsonecb80982017-07-12 20:34:511004const char kHostedAppQuitNotificationName[] =
1005 "Quit notification for hosted apps";
1006const char kHostedAppQuitNotificationDescription[] =
1007 "Display a notification when quitting Chrome if hosted apps are currently "
1008 "running.";
1009
1010const char kHostedAppShimCreationName[] =
1011 "Creation of app shims for hosted apps on Mac";
1012const char kHostedAppShimCreationDescription[] =
1013 "Create app shims on Mac when creating a hosted app.";
1014
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481015const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1016const char kHtmlBasedUsernameDetectorDescription[] =
1017 "Use HTML-based username detector for the password manager.";
1018
Brett Wilsonecb80982017-07-12 20:34:511019const char kIconNtpName[] = "Large icons on the New Tab page";
1020const char kIconNtpDescription[] =
1021 "Enable the experimental New Tab page using large icons.";
1022
1023const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1024const char kIgnoreGpuBlacklistDescription[] =
1025 "Overrides the built-in software rendering list and enables "
1026 "GPU-acceleration on unsupported system configurations.";
1027
Ryan Sturm8c3dbc92018-06-26 19:22:371028const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441029const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371030 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441031
Claudio Magni61c210922017-12-28 00:29:511032const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1033const char kImprovedLanguageSettingsDescription[] =
1034 "Set of changes for Language Settings. These changes are intended to fix "
1035 "the major bugs related to Language Settings.";
1036
Brett Wilsonecb80982017-07-12 20:34:511037const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1038const char kInProductHelpDemoModeChoiceDescription[] =
1039 "Selects the In-Product Help demo mode.";
1040
1041const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1042const char kJavascriptHarmonyDescription[] =
1043 "Enable web pages to use experimental JavaScript features.";
1044
1045const char kJavascriptHarmonyShippingName[] =
1046 "Latest stable JavaScript features";
1047const char kJavascriptHarmonyShippingDescription[] =
1048 "Some web pages use legacy or non-standard JavaScript extensions that may "
1049 "conflict with the latest JavaScript features. This flag allows disabling "
1050 "support of those features for compatibility with such pages.";
1051
gogeraldfd7675d2018-06-19 22:57:351052const char kJustInTimeServiceWorkerPaymentAppName[] =
1053 "Just-in-time service worker payment app";
1054const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1055 "Allow crawling just-in-time service worker payment app when there is no "
1056 "installed service worker payment app for a payment request.";
1057
Yutaka Hiranof7f2f632017-09-06 10:40:081058const char kKeepAliveRendererForKeepaliveRequestsName[] =
1059 "Keep a renderer alive for keepalive fetch requests";
1060const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1061 "Keep a render process alive when the process has a pending fetch request "
1062 "with `keepalive' specified.";
1063
Joe Downing095fd6d2018-02-01 18:40:361064const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1065const char kKeyboardLockApiDescription[] =
1066 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1067 "specific key events and have them routed directly to the webpage when in "
1068 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1069
Brett Wilsonecb80982017-07-12 20:34:511070const char kLcdTextName[] = "LCD text antialiasing";
1071const char kLcdTextDescription[] =
1072 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1073 "(subpixel) when doing accelerated compositing.";
1074
Matt Giucac399982f2017-10-06 07:51:291075const char kLeftToRightUrlsName[] =
1076 "Render bidirectional URLs from left to right";
1077const char kLeftToRightUrlsDescription[] =
1078 "An experimental Bidi URL rendering algorithm where the URL components are "
1079 "always shown in order from left to right, regardless of any RTL "
1080 "characters. (The contents of each component are still rendered with the "
1081 "normal Bidi algorithm.)";
1082
Brett Wilsonecb80982017-07-12 20:34:511083const char kLoadMediaRouterComponentExtensionName[] =
1084 "Load Media Router Component Extension";
1085const char kLoadMediaRouterComponentExtensionDescription[] =
1086 "Loads the Media Router component extension at startup.";
1087
Mustafa Emre Acer137dc8b2018-08-29 20:38:131088const char kLookalikeUrlNavigationSuggestionsName[] =
1089 "Navigation suggestions for lookalike URLs";
1090const char kLookalikeUrlNavigationSuggestionsDescription[] =
1091 "Enable navigation suggestions for URLs that are visually similar to "
1092 "popular domains or to domains with a site engagement score.";
1093
Brett Wilsonecb80982017-07-12 20:34:511094const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1095const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511096
Lei Zhang2eca9082017-10-17 20:42:501097const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1098const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511099 "If enabled, the Incognito New Tab page uses the new material design with "
1100 "a better readable text.";
1101
spqchanb87755692018-04-05 00:46:091102const char kMediaRouterCastAllowAllIPsName[] =
1103 "Connect to Cast devices on all IP addresses";
1104const char kMediaRouterCastAllowAllIPsDescription[] =
1105 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311106 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091107
Brett Wilsonecb80982017-07-12 20:34:511108const char kMemoryCoordinatorName[] = "Memory coordinator";
1109const char kMemoryCoordinatorDescription[] =
1110 "Enable memory coordinator instead of memory pressure listeners.";
1111
1112const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1113const char kMessageCenterNewStyleNotificationDescription[] =
1114 "Enables the experiment style of material-design notification";
1115
Brett Wilsonecb80982017-07-12 20:34:511116const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1117const char kMhtmlGeneratorOptionDescription[] =
1118 "Provides experimental options for MHTML file generator.";
1119const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1120const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1121
Kouhei Ueno08445c22017-09-05 03:58:301122const char kModuleScriptsDynamicImportName[] =
1123 "Enable ECMAScript 6 modules dynamic import";
1124const char kModuleScriptsDynamicImportDescription[] =
1125 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
1126 "Blink.";
1127
Hiroshige Hayashizaki15c2eb92017-10-20 04:57:051128const char kModuleScriptsImportMetaUrlName[] =
1129 "Enable ECMAScript 6 modules import.meta.url";
1130const char kModuleScriptsImportMetaUrlDescription[] =
1131 "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and "
1132 "Blink.";
1133
Brett Wilsonecb80982017-07-12 20:34:511134const char kNewAudioRenderingMixingStrategyName[] =
1135 "New audio rendering mixing strategy";
1136const char kNewAudioRenderingMixingStrategyDescription[] =
1137 "Use the new audio rendering mixing strategy.";
1138
1139const char kNewBookmarkAppsName[] = "The new bookmark app system";
1140const char kNewBookmarkAppsDescription[] =
1141 "Enables the new system for creating bookmark apps.";
1142
Vadym Doroshenkocd4ff782018-07-24 13:41:021143const char kNewPasswordFormParsingName[] =
1144 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241145const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021146 "Replaces existing form parsing for filling in password manager with a new "
1147 "version, currently under development. WARNING: when enabled, Password "
1148 "Manager might stop working";
1149
1150const char kNewPasswordFormParsingForSavingName[] =
1151 "New password form parsing for saving passwords";
1152const char kNewPasswordFormParsingForSavingDescription[] =
1153 "Replaces existing form parsing for saving in password manager with a new "
1154 "version, currently under development. WARNING: when enabled, Password "
1155 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241156
Brett Wilsonecb80982017-07-12 20:34:511157const char kNewRemotePlaybackPipelineName[] =
1158 "Enable the new remote playback pipeline.";
1159const char kNewRemotePlaybackPipelineDescription[] =
1160 "Enable the new pipeline for playing media element remotely via "
1161 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501162const char kUseSurfaceLayerForVideoName[] =
1163 "Enable the use of SurfaceLayer objects for videos.";
1164const char kUseSurfaceLayerForVideoDescription[] =
1165 "Enable compositing onto a Surface instead of a VideoLayer "
1166 "for videos.";
CJ DiMeglioe6e258a2018-08-10 21:41:571167const char kUseSurfaceLayerForVideoMSName[] =
1168 "Enable the use of SurfaceLayer objects for media stream videos.";
1169const char kUseSurfaceLayerForVideoMSDescription[] =
1170 "Enable compositing onto a Surface instead of a VideoLayer "
1171 "for media stream videos.";
Brett Wilsonecb80982017-07-12 20:34:511172
1173const char kNewUsbBackendName[] = "Enable new USB backend";
1174const char kNewUsbBackendDescription[] =
1175 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341176
Sonny Sasaka2d200432018-03-22 17:43:161177const char kNewblueName[] = "Newblue";
1178const char kNewblueDescription[] =
1179 "Enables the use of newblue Bluetooth daemon.";
1180
Peter Kasting63097912018-06-30 02:09:031181const char kNewTabButtonPosition[] = "New tab button position";
1182const char kNewTabButtonPositionDescription[] =
1183 "Controls placement of the new tab button within the tabstrip.";
1184const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1185const char kNewTabButtonPositionLeading[] = "Leading";
1186const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1187const char kNewTabButtonPositionTrailing[] = "Trailing";
1188
Egor Pasko6fed3822018-05-30 10:33:141189const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341190const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141191 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341192
Alex Newcomerd7b0cc42018-05-25 22:58:481193const char kNotificationIndicatorName[] = "Notification Indicators";
1194const char kNotificationIndicatorDescription[] =
1195 "Enable notification indicators, which appear on app icons when a "
1196 "notification is active. This will also enable notifications in context "
1197 "menus.";
1198
Brett Wilsonecb80982017-07-12 20:34:511199const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1200const char kNotificationsNativeFlagDescription[] =
1201 "Enable support for using the native notification toasts and notification "
1202 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341203
Valeriya Sinevich972ac122018-09-05 07:33:191204const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1205const char kUseMultiloginEndpointDescription[] =
1206 "Use Gaia OAuth multilogin for identity consistency.";
1207
Zentaro Kavanaghbad511c2017-10-18 22:29:001208#if defined(OS_POSIX)
1209const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1210const char kNtlmV2EnabledDescription[] =
1211 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1212#endif
1213
Ramya Nagarajane9f16b82018-05-03 01:05:341214const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1215const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301216 "Allow selection of a custom background image on the New Tab Page. "
1217 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341218
kristipark037abce12018-07-13 19:49:301219const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1220const char kNtpCustomLinksDescription[] =
1221 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1222 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1223
1224const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341225const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301226 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1227 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341228
Brett Wilsonecb80982017-07-12 20:34:511229const char kNumRasterThreadsName[] = "Number of raster threads";
1230const char kNumRasterThreadsDescription[] =
1231 "Specify the number of raster threads.";
1232const char kNumRasterThreadsOne[] = "1";
1233const char kNumRasterThreadsTwo[] = "2";
1234const char kNumRasterThreadsThree[] = "3";
1235const char kNumRasterThreadsFour[] = "4";
1236
1237const char kOfferStoreUnmaskedWalletCardsName[] =
1238 "Google Payments card saving checkbox";
1239const char kOfferStoreUnmaskedWalletCardsDescription[] =
1240 "Show the checkbox to offer local saving of a credit card downloaded from "
1241 "the server.";
1242
1243const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1244const char kOfflineAutoReloadDescription[] =
1245 "Pages that fail to load while the browser is offline will be "
1246 "auto-reloaded when the browser is online again.";
1247
1248const char kOfflineAutoReloadVisibleOnlyName[] =
1249 "Only Auto-Reload Visible Tabs";
1250const char kOfflineAutoReloadVisibleOnlyDescription[] =
1251 "Pages that fail to load while the browser is offline will only be "
1252 "auto-reloaded if their tab is visible.";
1253
Brett Wilsonecb80982017-07-12 20:34:511254const char kOmniboxDisplayTitleForCurrentUrlName[] =
1255 "Include title for the current URL in the omnibox";
1256const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1257 "In the event that the omnibox provides suggestions on-focus, the URL of "
1258 "the current page is provided as the first suggestion without a title. "
1259 "Enabling this flag causes the title to be displayed.";
1260
Benoit Lizeab08362c2017-07-19 14:50:541261const char kOmniboxSpareRendererName[] =
1262 "Start spare renderer on omnibox focus";
1263const char kOmniboxSpareRendererDescription[] =
1264 "When the omnibox is focused, start an empty spare renderer. This can "
1265 "speed up the load of the navigation from the omnibox.";
1266
Tommy C. Li8875a442017-08-23 00:10:591267const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1268 "Omnibox UI Elide Suggestion URL After Host";
1269const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1270 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1271 "dropdown.";
1272
Tommy C. Lie4194b732018-09-28 22:21:511273const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1274 "Omnibox UI Hide Steady-State URL Scheme";
1275const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1276 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
1277 "restored during editing. For Mac, this flag will have no effect unless "
1278 "MacViews is enabled.";
1279
1280const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1281 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1282const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1283 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
1284 "Hidden portions are restored during editing. For Mac, this flag will have "
1285 "no effect unless MacViews is enabled.";
Tommy C. Lid79d4402017-12-22 22:49:121286
Tommy C. Licc5e53022018-07-27 16:30:351287const char kOmniboxUIJogTextfieldOnPopupName[] =
1288 "Omnibox UI Jog Textfield on Popup";
1289const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1290 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1291 "text when the popup is opened. When this feature is disabled, the "
1292 "textfield is always aligned with the suggestions text, and a separator "
1293 "fills the gap. If Material Refresh is disabled, this has no effect.";
1294
Brett Wilsonecb80982017-07-12 20:34:511295const char kOmniboxUIMaxAutocompleteMatchesName[] =
1296 "Omnibox UI Max Autocomplete Matches";
1297
1298const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1299 "Changes the maximum number of autocomplete matches displayed in the "
1300 "Omnibox UI.";
1301
Justin Donnelly65c9e8b2017-10-01 05:15:011302const char kOmniboxUIShowSuggestionFaviconsName[] =
1303 "Omnibox UI Show Suggestion Favicons";
1304const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1305 "Shows favicons instead of generic vector icons for URL suggestions in the "
1306 "Omnibox dropdown.";
1307
1308const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1309const char kOmniboxUISwapTitleAndUrlDescription[] =
1310 "In the omnibox dropdown, shows titles before URLs when both are "
1311 "available.";
1312
Brett Wilsonecb80982017-07-12 20:34:511313const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1314const char kOmniboxUIVerticalMarginDescription[] =
1315 "Changes the vertical margin in the Omnibox UI.";
1316
Troy Hildebrandtb32637ca2018-02-21 23:25:091317const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1318 "Omnibox Voice Search Always Visible";
1319const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1320 "Always displays voice search icon in focused omnibox as long as voice "
1321 "search is possible";
1322
Adrienne Walkerc87477e2018-06-06 22:28:211323const char kOopRasterizationName[] = "Out of process rasterization";
1324const char kOopRasterizationDescription[] =
1325 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1326 "Must also enable GPU rasterization";
1327
Brett Wilsonecb80982017-07-12 20:34:511328const char kOriginTrialsName[] = "Origin Trials";
1329const char kOriginTrialsDescription[] =
1330 "Enables origin trials for controlling access to feature/API experiments.";
1331
Becca Hughes930d8cd2017-10-02 11:09:121332const char kOverflowIconsForMediaControlsName[] =
1333 "Icons on Media Controls Overflow Menu";
1334const char kOverflowIconsForMediaControlsDescription[] =
1335 "Displays icons on the overflow menu of the native media controls";
1336
Brett Wilsonecb80982017-07-12 20:34:511337const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1338const char kOverlayScrollbarsDescription[] =
1339 "Enable the experimental overlay scrollbars implementation. You must also "
1340 "enable threaded compositing to have the scrollbars animate.";
1341
chaopenge8aa016b2017-08-24 15:20:191342const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1343 "Flash Overlay Scrollbars After Any Scroll Update";
1344const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1345 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1346 " must also enable Overlay Scrollbars.";
1347
chaopeng343678022017-08-24 18:45:001348const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1349 "Flash Overlay Scrollbars When Mouse Enter";
1350const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1351 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1352 " enable Overlay Scrollbars.";
1353
Daniele Castagna74ddb9c2018-06-21 22:59:021354const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1355const char kOverlayStrategiesDescription[] =
1356 "Select strategies used to promote quads to HW overlays.";
1357const char kOverlayStrategiesDefault[] = "Default";
1358const char kOverlayStrategiesNone[] = "None";
1359const char kOverlayStrategiesUnoccludedFullscreen[] =
1360 "Unoccluded fullscreen buffers (single-fullscreen)";
1361const char kOverlayStrategiesUnoccluded[] =
1362 "Unoccluded buffers (single-fullscreen,single-on-top)";
1363const char kOverlayStrategiesOccludedAndUnoccluded[] =
1364 "Occluded and unoccluded buffers "
1365 "(single-fullscreen,single-on-top,underlay)";
1366
Claudio Magni81326f92017-09-01 05:21:181367const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1368const char kUseNewAcceptLanguageHeaderDescription[] =
1369 "Adds the base language code after other corresponding language+region "
1370 "codes. This ensures that users receive content in their preferred "
1371 "language.";
1372
Brett Wilsonecb80982017-07-12 20:34:511373const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1374const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481375 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511376const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
Mohsen Izadi88b392a2018-02-15 06:57:481377const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax";
Brett Wilsonecb80982017-07-12 20:34:511378
1379const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1380const char kOverscrollStartThresholdDescription[] =
1381 "Changes overscroll start threshold relative to the default value.";
1382const char kOverscrollStartThreshold133Percent[] = "133%";
1383const char kOverscrollStartThreshold166Percent[] = "166%";
1384const char kOverscrollStartThreshold200Percent[] = "200%";
1385
chaopenge2b6e5f2018-05-08 16:40:451386const char kTouchpadOverscrollHistoryNavigationName[] =
1387 "Overscroll history navigation on Touchpad";
1388const char kTouchpadOverscrollHistoryNavigationDescription[] =
1389 "Allows swipe left/right from touchpad change browser navigation.";
1390
Xing Liu5400a002017-09-15 21:48:291391const char kParallelDownloadingName[] = "Parallel downloading";
1392const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061393 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291394
Brett Wilsonecb80982017-07-12 20:34:511395const char kPassiveEventListenerDefaultName[] =
1396 "Passive Event Listener Override";
1397const char kPassiveEventListenerDefaultDescription[] =
1398 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1399 "haven't requested otherwise) to be treated as passive. This will break "
1400 "touch/wheel behavior on some websites but is useful for demonstrating the "
1401 "potential performance benefits of adopting passive event listeners.";
1402const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1403const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1404
1405const char kPassiveEventListenersDueToFlingName[] =
1406 "Touch Event Listeners Passive Default During Fling";
1407const char kPassiveEventListenersDueToFlingDescription[] =
1408 "Forces touchstart, and first touchmove per scroll event listeners during "
1409 "fling to be treated as passive.";
1410
1411const char kPassiveDocumentEventListenersName[] =
1412 "Document Level Event Listeners Passive Default";
1413const char kPassiveDocumentEventListenersDescription[] =
1414 "Forces touchstart, and touchmove event listeners on document level "
1415 "targets (which haven't requested otherwise) to be treated as passive.";
1416
Sahel Sharify7400e882018-08-13 17:13:211417const char kPassiveDocumentWheelEventListenersName[] =
1418 "Document Level Wheel Event Listeners Passive Default";
1419const char kPassiveDocumentWheelEventListenersDescription[] =
1420 "Forces wheel, and mousewheel event listeners on document level targets "
1421 "(which haven't requested otherwise) to be treated as passive.";
1422
Vaclav Brozekd8a3f542017-11-16 14:21:131423const char kPasswordImportName[] = "Password import";
1424const char kPasswordImportDescription[] =
1425 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511426
Friedrich Horschig03c91982018-01-25 14:21:281427const char kPasswordSearchMobileName[] = "Password search";
1428const char kPasswordSearchMobileDescription[] =
1429 "Search functionality in password settings.";
1430
Friedrich Horschige6c27742018-04-23 17:13:411431const char kPasswordsKeyboardAccessoryName[] =
1432 "Add password-related functions to keyboard accessory";
1433const char kPasswordsKeyboardAccessoryDescription[] =
1434 "Adds password generation button and toggle for the passwords bottom sheet "
1435 "to the keyboard accessory. Replaces password generation popups.";
1436
Christos Froussios6e060c42018-07-31 16:17:191437const char kPasswordsMigrateLinuxToLoginDBName[] =
1438 "Migrate passwords to \"Login Data\"";
1439const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591440 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191441 "gnome-keyring or kwallet into the profile directory.";
1442
Tom Sepez92a2cd242018-03-13 19:23:091443const char kPdfIsolationName[] = "PDF Isolation";
1444const char kPdfIsolationDescription[] =
1445 "Render PDF files from different origins in different plugin processes.";
1446
Brett Wilsonecb80982017-07-12 20:34:511447const char kPinchScaleName[] = "Pinch scale";
1448const char kPinchScaleDescription[] =
1449 "Enables experimental support for scale using pinch.";
1450
Doug Arnett620ff542018-02-06 17:54:221451const char kPreviewsAllowedName[] = "Previews Allowed";
1452const char kPreviewsAllowedDescription[] =
1453 "Allows previews to be shown subject to specific preview types being "
1454 "enabled and the client experiencing specific triggering conditions. "
1455 "May be used as a kill-switch to turn off all potential preview types.";
1456
Brett Wilsonecb80982017-07-12 20:34:511457const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1458const char kPrintPdfAsImageDescription[] =
1459 "If enabled, an option to print PDF files as images will be available in "
1460 "print preview.";
1461
1462const char kPrintPreviewRegisterPromosName[] =
1463 "Print Preview Registration Promos";
1464const char kPrintPreviewRegisterPromosDescription[] =
1465 "Enable registering unregistered cloud printers from print preview.";
1466
1467const char kProtectSyncCredentialName[] = "Autofill sync credential";
1468const char kProtectSyncCredentialDescription[] =
1469 "How the password manager handles autofill for the sync credential.";
1470
1471const char kProtectSyncCredentialOnReauthName[] =
1472 "Autofill sync credential only for transactional reauth pages";
1473const char kProtectSyncCredentialOnReauthDescription[] =
1474 "How the password manager handles autofill for the sync credential only "
1475 "for transactional reauth pages.";
1476
Mohsen Izadi93faac12017-07-29 04:45:151477const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1478const char kPullToRefreshDescription[] =
1479 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011480const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151481
Troy Hildebrandt7228ad12018-02-23 21:18:241482const char kQueryInOmniboxName[] = "Query in Omnibox";
1483const char kQueryInOmniboxDescription[] =
1484 "Only display query terms in the omnibox when viewing a search results "
1485 "page.";
1486
Brett Wilsonecb80982017-07-12 20:34:511487const char kQuicName[] = "Experimental QUIC protocol";
1488const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1489
Emily Starke8878d52018-05-11 21:27:261490const char kRecurrentInterstitialName[] =
1491 "Show a message when the same SSL error recurs";
1492const char kRecurrentInterstitialDescription[] =
1493 "Enable a special message on the SSL certificate error page when the same "
1494 "SSL error occurs repeatedly.";
1495
Brett Wilsonecb80982017-07-12 20:34:511496const char kReducedReferrerGranularityName[] =
1497 "Reduce default 'referer' header granularity.";
1498const char kReducedReferrerGranularityDescription[] =
1499 "If a page hasn't set an explicit referrer policy, setting this flag will "
1500 "reduce the amount of information in the 'referer' header for cross-origin "
1501 "requests.";
1502
Lei Zhang0ca70ea2018-09-07 17:51:011503const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581504 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011505const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581506 "This flag allows regional locales to be selected as display UI by the "
1507 "user in Language Settings. The actual locale of the system is derived "
1508 "from the user selection based on some simple fallback logic.";
1509
Christian Dullweber1af31e62018-02-22 11:49:481510const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141511 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481512const char kRemoveNavigationHistoryDescription[] =
1513 "Remove a navigation entry when the corresponding history entry has been "
1514 "deleted.";
1515
Christian Dullweber3cc579a22018-09-11 10:54:441516const char kRewriteLevelDBOnDeletionName[] =
1517 "Rewrite LevelDB instances after full deletions";
1518const char kRewriteLevelDBOnDeletionDescription[] =
1519 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1520
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351521const char kRendererSideResourceSchedulerName[] =
1522 "Renderer side ResourceScheduler";
1523const char kRendererSideResourceSchedulerDescription[] =
1524 "Migrate some ResourceScheduler functionalities to renderer";
1525
Brett Wilsonecb80982017-07-12 20:34:511526const char kRequestTabletSiteName[] =
1527 "Request tablet site option in the settings menu";
1528const char kRequestTabletSiteDescription[] =
1529 "Allows the user to request tablet site. Web content is often optimized "
1530 "for tablet devices. When this option is selected the user agent string is "
1531 "changed to indicate a tablet device. Web content optimized for tablets is "
1532 "received there after for the current tab.";
1533
1534const char kResetAppListInstallStateName[] =
1535 "Reset the App Launcher install state on every restart.";
1536const char kResetAppListInstallStateDescription[] =
1537 "Reset the App Launcher install state on every restart. While this flag is "
1538 "set, Chrome will forget the launcher has been installed each time it "
1539 "starts. This is used for testing the App Launcher install flow.";
1540
Kinuko Yasuda33955082018-06-19 10:14:591541const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511542const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591543 "Uses the resource load scheduler in blink to throttle resource load "
1544 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511545
Brett Wilsonecb80982017-07-12 20:34:511546const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1547const char kSafeSearchUrlReportingDescription[] =
1548 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1549
Alexei Filippov98772752018-01-27 08:26:521550const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1551const char kSamplingHeapProfilerDescription[] =
1552 "Enables native memory sampling profiler with specified rate in KiB. "
1553 "If sampling rate is not provided the default value of 128 KiB is used.";
1554
Brett Wilsonecb80982017-07-12 20:34:511555const char kSaveasMenuLabelExperimentName[] =
1556 "Switch 'Save as' menu labels to 'Download'";
1557const char kSaveasMenuLabelExperimentDescription[] =
1558 "Enables an experiment to switch menu labels that use 'Save as...' to "
1559 "'Download'.";
1560
1561const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1562const char kSavePageAsMhtmlDescription[] =
1563 "Enables saving pages as MHTML: a single text file containing HTML and all "
1564 "sub-resources.";
1565
Nate Chapin9638e7102017-09-20 22:11:011566const char kSavePreviousDocumentResourcesName[] =
1567 "Save Previous Document Resources";
1568const char kSavePreviousDocumentResourcesDescription[] =
1569 "Saves an old document's cached resources until the specified point in the "
1570 "next document's lifecycle.";
1571const char kSavePreviousDocumentResourcesNever[] =
1572 "Don't explicitly save resources";
1573const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1574 "Save resources until onDOMContentLoaded completes";
1575const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1576 "Save resources until onload completes";
1577
gogeraldd5061b592017-09-06 23:39:551578const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1579const char kServiceWorkerPaymentAppsDescription[] =
1580 "Enable Service Worker applications to integrate as payment apps";
1581
momohattfc352292018-08-29 05:12:361582const char kServiceWorkerImportedScriptUpdateCheckName[] =
1583 "Enable update check for service worker importScripts() resources";
1584const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1585 "Extend byte-for-byte update check for scripts that are imported by the "
1586 "service worker script via importScripts().";
1587
Lei Zhang0ca70ea2018-09-07 17:51:011588const char kServiceWorkerServicificationName[] = "Servicified service workers";
1589const char kServiceWorkerServicificationDescription[] =
Makoto Shimazu22078cc2018-02-21 03:01:441590 "Enable the servicified service workers. A servicified service worker can "
1591 "have direct connection from its clients, so that fetch events can be "
1592 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171593
Tsuyoshi Horobcb1c642017-11-24 16:32:141594const char kServiceWorkerScriptFullCodeCacheName[] =
1595 "Service worker script full code cache.";
1596const char kServiceWorkerScriptFullCodeCacheDescription[] =
1597 "Generate V8 full code cache of Service Worker scripts while installing.";
1598
Azeem Arshad3b1ef73122018-08-30 02:04:151599const char kServiceWorkerLongRunningMessageName[] =
1600 "Service worker long running message dispatch.";
1601const char kServiceWorkerLongRunningMessageDescription[] =
1602 "Enables long running message dispatch method for service workers. "
1603 "Messages sent with this method do not timeout, allowing the service "
1604 "worker to run indefinitely.";
1605
Brett Wilsonecb80982017-07-12 20:34:511606const char kSettingsWindowName[] = "Show settings in a window";
1607const char kSettingsWindowDescription[] =
1608 "Settings will be shown in a dedicated window instead of as a browser tab.";
1609
Manu Cornetd7ef7c52018-05-01 22:08:231610const char kShelfHoverPreviewsName[] =
1611 "Show previews of running apps when hovering over the shelf.";
1612const char kShelfHoverPreviewsDescription[] =
1613 "Shows previews of the open windows for a given running app when hovering "
1614 "over the shelf.";
1615
Manu Cornet683e14b2018-07-16 17:39:431616const char kShelfNewUiName[] = "Newest shelf redesign.";
1617const char kShelfNewUiDescription[] = "Enables the newest shelf appearance.";
1618
Naoki Fukino008a0022018-05-23 18:33:001619const char kShowAndroidFilesInFilesAppName[] =
1620 "Show Android files in Files app";
1621const char kShowAndroidFilesInFilesAppDescription[] =
1622 "Show Android files in Files app if Android is enabled on the device.";
1623
Luciano Pachecoa0e2753f2018-07-16 07:41:101624const char kFilesAppDisableMyFilesNavigationName[] =
1625 "Disable the My Files on the navigation in the Files app";
1626const char kFilesAppDisableMyFilesNavigationDescription[] =
1627 "Disables the My Files on the navigation in the Files app, which displays "
Luciano Pachecof1beaa82018-05-30 04:48:511628 R"("My Files" root for Downloads, Linux and Play files)";
1629
Brett Wilsonecb80982017-07-12 20:34:511630const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1631const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381632 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1633 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511634
1635const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1636const char kShowAutofillTypePredictionsDescription[] =
1637 "Annotates web forms with Autofill field type predictions as placeholder "
1638 "text.";
1639
1640const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1641const char kShowOverdrawFeedbackDescription[] =
1642 "Visualize overdraw by color-coding elements based on if they have other "
1643 "elements drawn underneath.";
1644
Carlos IL89128732018-04-03 17:00:251645const char kSupervisedUserCommittedInterstitialsName[] =
1646 "Enable Supervised User Committed Interstitials";
1647const char kSupervisedUserCommittedInterstitialsDescription[] =
1648 "Use committed error pages instead of transient navigation entries for "
1649 "supervised user interstitials";
1650
yiyixbdfa9a0b2017-10-23 22:21:471651const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1652const char kEnableDrawOcclusionDescription[] =
1653 "Enable the system to use draw occlusion to skip draw quads when they are "
1654 "not shown on the screen.";
1655
Brett Wilsonecb80982017-07-12 20:34:511656const char kShowSavedCopyName[] = "Show Saved Copy Button";
1657const char kShowSavedCopyDescription[] =
1658 "When a page fails to load, if a stale copy of the page exists in the "
1659 "browser cache, a button will be presented to allow the user to load that "
1660 "stale copy. The primary enabling choice puts the button in the most "
1661 "salient position on the error page; the secondary enabling choice puts it "
1662 "secondary to the reload button.";
1663const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1664const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1665const char kDisableShowSavedCopy[] = "Disable";
1666
Brett Wilsonecb80982017-07-12 20:34:511667const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1668const char kSilentDebuggerExtensionApiDescription[] =
1669 "Do not show the infobar when an extension attaches to a page via "
1670 "chrome.debugger API. This is required to debug extension background "
1671 "pages.";
1672
Tsuyoshi Horo53895ba92018-03-14 04:06:481673const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1674const char kSignedHTTPExchangeDescription[] =
1675 "Enables Origin-Signed HTTP Exchanges support which is still in "
1676 "development. Warning: Enabling this may pose a security risk.";
1677
Brett Wilsonecb80982017-07-12 20:34:511678const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1679const char kSimpleCacheBackendDescription[] =
1680 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1681 "disk space allocation.";
1682
Christopher Thompson75ff845d2018-02-01 20:12:461683const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1684const char kSimplifyHttpsIndicatorDescription[] =
1685 "Change the UI treatment for HTTPS pages.";
1686
Brett Wilsonecb80982017-07-12 20:34:511687const char kSingleClickAutofillName[] = "Single-click autofill";
1688const char kSingleClickAutofillDescription[] =
1689 "Make autofill suggestions on initial mouse click on a form element.";
1690
Bret Sepulveda4f891da2018-07-16 19:10:301691const char kSingleTabMode[] = "Single-tab mode";
1692const char kSingleTabModeDescription[] =
1693 "Windows with a single tab receive a special, minimal visual treatment.";
1694
Nick Carter855bc492018-03-10 00:44:571695const char kStrictSiteIsolationName[] = "Strict site isolation";
1696const char kStrictSiteIsolationDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471697 "Security mode that enables site isolation for all sites (SitePerProcess). "
1698 "In this mode, each renderer process will contain pages from at most one "
1699 "site, using out-of-process iframes when needed. NOTE: Site isolation is "
1700 "enabled by default on desktop platforms regardless of how this flag is "
1701 "set; see chrome://process-internals for whether it is currently enabled. "
1702 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
1703 "default. Here, 'Disabled' is a legacy value that actually means "
1704 "'Default,' in which case site isolation may be already enabled based on "
1705 "platform, enterprise policy, or field trial. See also "
Charlie Reis30e39032018-09-04 18:58:181706 "#site-isolation-trial-opt-out for how to disable site isolation for "
Charlie Reisf44fe292018-08-31 18:38:471707 "testing.";
Nick Carter855bc492018-03-10 00:44:571708
1709const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out";
1710const char kSiteIsolationTrialOptOutDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471711 "Opts out of field trials and defaults that enable site isolation modes "
Nick Carter855bc492018-03-10 00:44:571712 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1713 "may be due to out-of-process iframes. Opt-out has no effect if site "
1714 "isolation is force-enabled via #enable-site-per-process or enterprise "
1715 "policy. Caution: this disables important mitigations for the Spectre CPU "
1716 "vulnerability affecting most computers.";
Lei Zhang0ca70ea2018-09-07 17:51:011717const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default";
1718const char kSiteIsolationTrialOptOutChoiceOptOut[] =
Nick Carter855bc492018-03-10 00:44:571719 "Opt-out (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511720
Pattideade7972018-04-27 02:59:401721const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511722const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401723 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511724
Brett Wilsonecb80982017-07-12 20:34:511725const char kSmoothScrollingName[] = "Smooth Scrolling";
1726const char kSmoothScrollingDescription[] =
1727 "Animate smoothly when scrolling page content.";
1728
1729const char kSoftwareRasterizerName[] = "3D software rasterizer";
1730const char kSoftwareRasterizerDescription[] =
1731 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1732
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201733const char kSoleIntegrationName[] = "Sole integration";
1734const char kSoleIntegrationDescription[] =
1735 "Enable Sole integration for browser customization. You must restart "
1736 "the browser twice for changes to take effect.";
1737
Tommy Steimel77704be2017-08-28 22:14:401738const char kSoundContentSettingName[] = "Sound content setting";
1739const char kSoundContentSettingDescription[] =
1740 "Enable site-wide muting in content settings and tab strip context menu.";
1741
Justin Donnelly4e448cb2017-07-07 21:32:131742const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1743 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131744const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1745 "If enabled, when the user enters text in the omnibox that looks like a "
1746 "a query, any service worker associated with the search engine the query "
1747 "will be sent to is started early.";
1748
Brett Wilsonecb80982017-07-12 20:34:511749const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1750const char kSpellingFeedbackFieldTrialDescription[] =
1751 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401752
Carlos ILe5fa0a12018-08-03 16:08:321753const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1754const char kSSLCommittedInterstitialsDescription[] =
1755 "Use committed error pages instead of transient navigation entries "
1756 "for SSL interstitial error pages (i.e. certificate errors).";
1757
Shubhie Panickerfaf082ed2018-01-03 04:49:151758const char kStopInBackgroundName[] = "Stop in background";
1759const char kStopInBackgroundDescription[] =
1760 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281761 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151762
Shubhie Panicker56c99a22018-03-21 00:22:281763const char kStopNonTimersInBackgroundName[] =
1764 "Stop non-timer task queues background";
1765const char kStopNonTimersInBackgroundDescription[] =
1766 "Stop non-timer task queues, in the background, "
1767 "after a grace period.";
1768
Brett Wilsonecb80982017-07-12 20:34:511769const char kSuggestionsWithSubStringMatchName[] =
1770 "Substring matching for Autofill suggestions";
1771const char kSuggestionsWithSubStringMatchDescription[] =
1772 "Match Autofill suggestions based on substrings (token prefixes) rather "
1773 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341774
Marc Treibf65fb002018-08-03 11:17:161775const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1776const char kSyncStandaloneTransportDescription[] =
1777 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1778 "this mode, the Sync machinery can start without user opt-in, but only a "
1779 "subset of data types are supported.";
1780
Marc Treib4bd95e72018-08-30 06:30:581781const char kSyncSupportSecondaryAccountName[] =
1782 "Support secondary accounts for Sync standalone transport";
1783const char kSyncSupportSecondaryAccountDescription[] =
1784 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1785 "a signed-in account that has not been chosen as Chrome's primary account. "
1786 "This only has an effect if sync-standalone-transport is also enabled.";
1787
Jan Krcal2ff23f7c2018-09-04 16:16:131788const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1789const char kSyncUSSAutofillProfileDescription[] =
1790 "Enables the new implementation of autofill profile sync";
1791
Jan Krcale3641b92018-08-10 17:53:311792const char kSyncUSSAutofillWalletDataName[] =
1793 "Enable USS for autofill wallet data";
1794const char kSyncUSSAutofillWalletDataDescription[] =
1795 "Enables the new implementation of autofill walet data sync";
1796
Brett Wilsonecb80982017-07-12 20:34:511797const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1798const char kSyncSandboxDescription[] =
1799 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341800
Joe Downing8cbbc192018-05-14 17:37:071801const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1802const char kSystemKeyboardLockDescription[] =
1803 "Enables websites to use the keyboard.lock() API to intercept system "
1804 "keyboard shortcuts and have the events routed directly to the website "
1805 "when in fullscreen mode.";
1806
Christian Dullweberd0d96f02017-09-13 09:22:511807const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1808const char kTabsInCbdDescription[] =
1809 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1810
Becky Zhou99c22802017-10-19 05:09:271811const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1812const char kTabModalJsDialogDescription[] =
1813 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1814 " tab.";
1815
Brett Wilsonecb80982017-07-12 20:34:511816const char kTcpFastOpenName[] = "TCP Fast Open";
1817const char kTcpFastOpenDescription[] =
1818 "Enable the option to send extra authentication information in the initial "
1819 "SYN packet for a previously connected client, allowing faster data send "
1820 "start.";
vabr0215a8e2017-03-28 12:47:341821
Daniele Castagna0fead93e2018-01-10 20:40:291822const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1823const char kTintGlCompositedContentDescription[] =
1824 "Tint contents composited using GL with a shade of red to help debug and "
1825 "study overlay support.";
1826
Brett Wilsonecb80982017-07-12 20:34:511827const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1828const char kTopChromeMdDescription[] =
Ahmed Fakhryb2552be92018-03-02 00:56:581829 "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously "
Peter Boström85fa2e12018-03-16 20:43:401830 "touch) - middle point for devices with a touch screen, 3) Touchable "
Peter Boström756745dd2018-05-14 22:59:431831 "- new unified interface for touch and convertibles (Chrome OS), 4) "
Robert Liao0e09b5a8b2018-06-04 21:58:341832 "Material Design refresh and 5) Touchable Material Design refresh. "
Robert Liao3ecf97c2018-06-05 01:24:541833 "Enabling #upcoming-ui-features forces the Material Design refresh option.";
Brett Wilsonecb80982017-07-12 20:34:511834const char kTopChromeMdMaterial[] = "Normal";
Eugene Girard42dedf722017-10-12 21:07:531835const char kTopChromeMdMaterialAuto[] = "Auto";
Trent Aptedd3e5f022018-03-01 07:25:461836const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Ahmed Fakhryb2552be92018-03-02 00:56:581837const char kTopChromeMdMaterialTouchOptimized[] = "Touchable";
Peter Boström85fa2e12018-03-16 20:43:401838const char kTopChromeMdMaterialRefresh[] = "Refresh";
Peter Boström756745dd2018-05-14 22:59:431839const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh";
Tom Anderson083e6142018-09-25 01:12:061840const char kTopChromeMdMaterialRefreshDynamic[] = "Dynamic Refresh";
vabr0215a8e2017-03-28 12:47:341841
Brett Wilsonecb80982017-07-12 20:34:511842const char kThreadedScrollingName[] = "Threaded scrolling";
1843const char kThreadedScrollingDescription[] =
1844 "Threaded handling of scroll-related input events. Disabling this will "
1845 "force all such scroll events to be handled on the main thread. Note that "
1846 "this can dramatically hurt scrolling performance of most websites and is "
1847 "intended for testing purposes only.";
1848
Steven Valdez4584b2482017-07-14 01:11:571849const char kTLS13VariantName[] = "TLS 1.3";
1850const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1851const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111852const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041853const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
Steven Valdezf27cb7f2018-08-21 18:34:331854const char kTLS13VariantFinal[] = "Enabled (Final)";
Steven Valdez4584b2482017-07-14 01:11:571855
Dominick Ng8896b1cd2017-10-17 23:24:361856const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1857const char kTopSitesFromSiteEngagementDescription[] =
1858 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1859 "engagement.";
1860
Brett Wilsonecb80982017-07-12 20:34:511861const char kTouchAdjustmentName[] = "Touch adjustment";
1862const char kTouchAdjustmentDescription[] =
1863 "Refine the position of a touch gesture in order to compensate for touches "
1864 "having poor resolution compared to a mouse.";
1865
Alex Newcomerb3d3c972018-05-03 14:59:401866const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1867const char kTouchableAppContextMenuDescription[] =
1868 "Enable the touchable app context menu, which enlarges app context menus "
1869 "in the Launcher and Shelf to make room for new features.";
1870
Brett Wilsonecb80982017-07-12 20:34:511871const char kTouchDragDropName[] = "Touch initiated drag and drop";
1872const char kTouchDragDropDescription[] =
1873 "Touch drag and drop can be initiated through long press on a draggable "
1874 "element.";
1875
1876const char kTouchEventsName[] = "Touch Events API";
1877const char kTouchEventsDescription[] =
1878 "Force Touch Events API feature detection to always be enabled or "
1879 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291880 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511881
1882const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1883const char kTouchSelectionStrategyDescription[] =
1884 "Controls how text selection granularity changes when touch text selection "
1885 "handles are dragged. Non-default behavior is experimental.";
1886const char kTouchSelectionStrategyCharacter[] = "Character";
1887const char kTouchSelectionStrategyDirection[] = "Direction";
1888
1889const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1890const char kTraceUploadUrlDescription[] =
1891 "This is to be used in conjunction with the enable-navigation-tracing "
1892 "flag. Please select the label that best describes the recorded traces. "
1893 "This will choose the destination the traces are uploaded to. If you are "
1894 "not sure, select other. If left empty, no traces will be uploaded.";
1895const char kTraceUploadUrlChoiceOther[] = "Other";
1896const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1897const char kTraceUploadUrlChoiceQa[] = "QA";
1898const char kTraceUploadUrlChoiceTesting[] = "Testing";
1899
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561900const char kTranslateExplicitLanguageAskName[] =
1901 "Explicitly ask for language preferences";
1902const char kTranslateExplicitLanguageAskDescription[] =
1903 "Explicitly ask the user which languages they can read on Chrome startup, "
1904 "on the first run that doesn't already have a promo.";
1905
Anthony Vallee-Dubois265c5692018-06-01 15:57:141906const char kTranslateForceTriggerOnEnglishName[] =
1907 "Select which language model to use to trigger translate on English "
1908 "content";
1909const char kTranslateForceTriggerOnEnglishDescription[] =
1910 "Force the Translate Triggering on English pages experiment to be enabled "
1911 "with the selected language model active.";
1912
Philippe Hamel7fdaa452017-09-29 17:22:491913const char kTranslateRankerEnforcementName[] =
1914 "Enforce TranslateRanker decisions";
1915const char kTranslateRankerEnforcementDescription[] =
1916 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1917 "or not Translate UI should be triggered in a given context.";
1918
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161919const char kTranslateUIName[] = "Enable Translate";
1920const char kTranslateUIDescription[] =
1921 "Enable the Translate popup when visiting webpages in other languages.";
1922
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051923const char kTreatInsecureOriginAsSecureName[] =
1924 "Insecure origins treated as secure";
1925const char kTreatInsecureOriginAsSecureDescription[] =
1926 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1927 "supplied as a comma-separated list. For the definition of secure "
1928 "contexts, "
1929 "see https://w3c.github.io/webappsec-secure-contexts/";
1930
Brett Wilsonecb80982017-07-12 20:34:511931const char kTrySupportedChannelLayoutsName[] =
1932 "Causes audio output streams to check if channel layouts other than the "
1933 "default hardware layout are available.";
1934const char kTrySupportedChannelLayoutsDescription[] =
1935 "Causes audio output streams to check if channel layouts other than the "
1936 "default hardware layout are available. Turning this on will allow the OS "
1937 "to do stereo to surround expansion if supported. May expose third party "
1938 "driver bugs, use with caution.";
1939
David Roger6762a092018-01-31 15:55:071940const char kUnifiedConsentName[] = "Unified Consent";
1941const char kUnifiedConsentDescription[] =
1942 "Enables a unified management of user consent for privacy-related "
1943 "features. This includes new confirmation screens and improved settings "
1944 "pages.";
1945
Jérôme Lebelfe1b2e02018-08-03 12:26:201946const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
1947const char kForceUnifiedConsentBumpDescription[] =
1948 "Force the unified consent bump UI to be shown on every start-up. This "
1949 "flag is for debug purpose, to test the UI.";
1950
Brett Wilsonecb80982017-07-12 20:34:511951const char kUiPartialSwapName[] = "Partial swap";
1952const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1953
Chris Pickel3a227ae62017-08-24 10:47:261954const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1955const char kUseDdljsonApiDescription[] =
1956 "Enables the new ddljson API to fetch Doodles for the NTP.";
1957
Becca Hughes59c05b42017-11-03 13:11:581958const char kUseModernMediaControlsName[] = "New Media Controls";
1959const char kUseModernMediaControlsDescription[] =
1960 "Enables the new style native media controls.";
1961
Wei Li790e7a8572018-03-23 01:31:551962const char kUsePdfCompositorServiceName[] =
1963 "Use PDF compositor service for printing";
1964const char kUsePdfCompositorServiceDescription[] =
1965 "When enabled, use PDF compositor service to composite and generate PDF "
1966 "files for printing. When site isolation is enabled, disabling this will "
1967 "not stop using PDF compositor service since the service is required for "
1968 "printing out-of-process iframes correctly.";
1969
Mustaq Ahmedc646c0a2017-10-20 20:08:301970const char kUserActivationV2Name[] = "User Activation v2";
1971const char kUserActivationV2Description[] =
1972 "Enable simple user activation for APIs that are otherwise controlled by "
1973 "user gesture tokens.";
1974
Brett Wilsonecb80982017-07-12 20:34:511975const char kUserConsentForExtensionScriptsName[] =
1976 "User consent for extension scripts";
1977const char kUserConsentForExtensionScriptsDescription[] =
1978 "Require user consent for an extension running a script on the page, if "
1979 "the extension requested permission to run on all urls.";
1980
1981const char kUseSuggestionsEvenIfFewFeatureName[] =
1982 "Disable minimum for server-side tile suggestions on NTP.";
1983const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1984 "Request server-side suggestions even if there are only very few of them "
1985 "and use them for tiles on the New Tab Page.";
1986
1987const char kV8CacheOptionsName[] = "V8 caching mode.";
1988const char kV8CacheOptionsDescription[] =
1989 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:511990const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1991
Hitoshi Yoshida3e5db562017-09-11 02:31:081992const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
1993const char kV8ContextSnapshotDescription[] =
1994 "Sets to use a snapshot to create V8 contexts in frame creation.";
1995
Michael Hablich896d52662017-10-23 15:59:571996const char kV8VmFutureName[] = "Future V8 VM features";
1997const char kV8VmFutureDescription[] =
1998 "This enables upcoming and experimental V8 VM features. "
1999 "This flag does not enable experimental JavaScript features.";
2000
Hannes Payer1130d5672018-06-05 07:37:312001const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2002const char kV8OrinocoDescription[] =
2003 "This enables the V8 Orinoco garbage collection features.";
2004
Brett Wilsonecb80982017-07-12 20:34:512005const char kVideoFullscreenOrientationLockName[] =
2006 "Lock screen orientation when playing a video fullscreen.";
2007const char kVideoFullscreenOrientationLockDescription[] =
2008 "Lock the screen orientation of the device to match video orientation when "
2009 "a video goes fullscreen. Only on phones.";
2010
2011const char kVideoRotateToFullscreenName[] =
2012 "Rotate-to-fullscreen gesture for videos.";
2013const char kVideoRotateToFullscreenDescription[] =
2014 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2015 "the video. Only on phones.";
2016
2017const char kWalletServiceUseSandboxName[] =
2018 "Use Google Payments sandbox servers";
2019const char kWalletServiceUseSandboxDescription[] =
2020 "For developers: use the sandbox service for Google Payments API calls.";
2021
Brett Wilsonecb80982017-07-12 20:34:512022const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2023const char kWebglDraftExtensionsDescription[] =
2024 "Enabling this option allows web applications to access the WebGL "
2025 "Extensions that are still in draft status.";
2026
2027const char kWebMidiName[] = "Web MIDI API";
2028const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2029
2030const char kWebPaymentsName[] = "Web Payments";
2031const char kWebPaymentsDescription[] =
2032 "Enable Web Payments API integration, a JavaScript API for merchants.";
2033
Mathieu Perreault51339b82017-07-20 17:06:052034const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2035const char kWebPaymentsModifiersDescription[] =
2036 "If the website provides modifiers in the payment request, show the custom "
2037 "total for each payment instrument, update the shopping cart when "
2038 "instruments are switched, and send modified payment method specific data "
2039 "to the payment app.";
2040
Brett Wilsonecb80982017-07-12 20:34:512041const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2042const char kWebrtcEchoCanceller3Description[] =
2043 "Experimental WebRTC echo canceller (AEC3).";
2044
Alex Loikob5fb1282018-08-14 10:04:402045const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2046const char kWebrtcHybridAgcDescription[] =
2047 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2048
Brett Wilsonecb80982017-07-12 20:34:512049const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2050const char kWebrtcHwDecodingDescription[] =
2051 "Support in WebRTC for decoding video streams using platform hardware.";
2052
2053const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2054const char kWebrtcHwEncodingDescription[] =
2055 "Support in WebRTC for encoding video streams using platform hardware.";
2056
2057const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2058const char kWebrtcHwH264EncodingDescription[] =
2059 "Support in WebRTC for encoding h264 video streams using platform "
2060 "hardware.";
2061
2062const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2063const char kWebrtcHwVP8EncodingDescription[] =
2064 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2065
Niels Möller090866a2018-02-13 10:55:032066const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2067 "WebRTC new encode cpu load estimator";
2068const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2069 "Enable new estimator for the encoder cpu load, for evaluation and "
2070 "testing. Intended to improve accuracy when screen casting.";
2071
Elad Alon85e0d0be2018-06-26 10:38:372072const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2073const char kWebRtcRemoteEventLogDescription[] =
2074 "Allow collecting WebRTC event logs and uploading them to Crash. "
2075 "Please note that, even if enabled, this will still require "
2076 "a policy to be set, for it to have an effect.";
2077
Brett Wilsonecb80982017-07-12 20:34:512078const char kWebrtcSrtpAesGcmName[] =
2079 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2080const char kWebrtcSrtpAesGcmDescription[] =
2081 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2082
Joachim Bauch4a41d7512017-08-23 14:24:232083const char kWebrtcSrtpEncryptedHeadersName[] =
2084 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2085const char kWebrtcSrtpEncryptedHeadersDescription[] =
2086 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2087 "for SRTP.";
2088
Brett Wilsonecb80982017-07-12 20:34:512089const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2090const char kWebrtcStunOriginDescription[] =
2091 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2092 "header.";
2093
Adam Riceed63fc02018-06-20 05:57:462094const char kWebSocketHandshakeReuseConnectionName[] =
2095 "Enable WebSocket connection reuse for authentication";
2096const char kWebSocketHandshakeReuseConnectionDescription[] =
2097 "Permits the WebSocket handshake to keep the connection open after an "
2098 "authentication failure. The connection may be used for further requests "
2099 "to send credentials. This is sometimes needed for Windows authentication.";
2100
Brett Wilsonecb80982017-07-12 20:34:512101const char kWebvrName[] = "WebVR";
2102const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012103 "Enables access to experimental Virtual Reality functionality via the "
2104 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2105 "Device API. Warning: Enabling this will also allow WebVR content on "
2106 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222107 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512108
Brandon Jonese9d9b2b2017-12-11 22:20:112109const char kWebXrName[] = "WebXR Device API";
2110const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012111 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2112 "and Augmented Reality (AR) devices.";
2113
2114const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2115const char kWebXrGamepadSupportDescription[] =
2116 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222117 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2118 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432119
2120const char kWebXrHitTestName[] = "WebXR Hit Test";
2121const char kWebXrHitTestDescription[] =
2122 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112123
Anna Maria57ecf7592018-01-12 03:10:402124const char kWebXrOrientationSensorDeviceName[] =
2125 "WebXR orientation sensor device";
2126const char kWebXrOrientationSensorDeviceDescription[] =
2127 "When no VR platform device is available, expose a non-presenting device "
2128 "based on the device's orientation sensors, if available.";
2129
Brett Wilsonecb80982017-07-12 20:34:512130const char kWifiCredentialSyncName[] = "WiFi credential sync";
2131const char kWifiCredentialSyncDescription[] =
2132 "Enables synchronizing WiFi network settings across devices. When enabled, "
2133 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2134 "credentials are synchronized subject to user preferences. (See also, "
2135 "chrome://settings/syncSetup.)";
2136
2137const char kZeroCopyName[] = "Zero-copy rasterizer";
2138const char kZeroCopyDescription[] =
2139 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342140
Brett Wilsonff596952017-07-14 01:06:552141// Android ---------------------------------------------------------------------
2142
2143#if defined(OS_ANDROID)
2144
2145const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2146const char kAiaFetchingDescription[] =
2147 "Enable intermediate certificate fetching when a server does not provide "
2148 "sufficient certificates to build a chain to a trusted root.";
2149
2150const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2151const char kAccessibilityTabSwitcherDescription[] =
2152 "Enable the accessibility tab switcher for Android.";
2153
2154const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2155const char kAndroidAutofillAccessibilityDescription[] =
2156 "Enable accessibility for autofill popup.";
2157
Khushalbb1963a2018-10-02 21:02:352158const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2159const char kAndroidSurfaceControlDescription[] =
2160 "Use the SurfaceControl API for supporting overlays on Android";
2161
Anita Woodruffbfcd1e52018-07-16 12:00:512162const char kAppNotificationStatusMessagingName[] =
2163 "App notification status messaging";
2164const char kAppNotificationStatusMessagingDescription[] =
2165 "Enables messaging in site permissions UI informing user when "
2166 "notifications are disabled for the entire app.";
2167
Brett Wilsonff596952017-07-14 01:06:552168const char kAndroidPaymentAppsName[] = "Android payment apps";
2169const char kAndroidPaymentAppsDescription[] =
2170 "Enable third party Android apps to integrate as payment apps";
2171
Miriam Gershenson8cf1397222018-01-23 22:48:292172const char kAsyncDnsName[] = "Async DNS resolver";
2173const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2174
Dan Harrington01229f82018-09-12 21:01:212175const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2176const char kAutoFetchOnNetErrorPageDescription[] =
2177 "When enabled, and navigation fails with an offline error, schedule a "
2178 "fetch of the page when online again.";
2179
Brett Wilsonff596952017-07-14 01:06:552180const char kAutofillAccessoryViewName[] =
2181 "Autofill suggestions as keyboard accessory view";
2182const char kAutofillAccessoryViewDescription[] =
2183 "Shows Autofill suggestions on top of the keyboard rather than in a "
2184 "dropdown.";
2185
2186const char kBackgroundLoaderForDownloadsName[] =
2187 "Enables background downloading of pages.";
2188const char kBackgroundLoaderForDownloadsDescription[] =
2189 "Enables downloading pages in the background in case page is not yet "
2190 "loaded in current tab.";
2191
Tibor Goldschwendt11b3cf22018-07-04 15:32:442192const char kBackgroundTaskComponentUpdateName[] =
2193 "Background Task Component Updates";
2194const char kBackgroundTaskComponentUpdateDescription[] =
2195 "Schedule component updates with BackgroundTaskScheduler";
2196
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002197const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2198const char kCCTModuleDescription[] =
2199 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2200
Matthew Jones1abcb132018-07-09 17:59:462201const char kChromeDuetName[] = "Chrome Duet";
2202const char kChromeDuetDescription[] =
2203 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052204
Brett Wilsonff596952017-07-14 01:06:552205const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
2206const char kChromeHomeSwipeLogicDescription[] =
2207 "Various swipe logic options for Chrome Home for sheet expansion.";
2208const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
Matthew Jonesbe384ee42017-10-31 19:57:152209const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model";
Brett Wilsonff596952017-07-14 01:06:552210
Donn Denman3e78c8d2018-06-28 22:51:422211const char kChromeModernFullRollName[] = "Chrome Modern Full-Roll";
2212const char kChromeModernFullRollDescription[] =
2213 "Enable modern full-roll animation for Chrome.";
2214
Megan Jablonskic61eb1b82017-10-02 18:03:062215const char kChromeMemexName[] = "Chrome Memex";
2216const char kChromeMemexDescription[] =
2217 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2218 "Googlers.";
2219
Sarath Singapati83aef1c2017-11-16 15:54:522220const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2221const char kClearOldBrowsingDataDescription[] =
2222 "Enables clearing of browsing data which is older than a given time "
2223 "period.";
2224
Brett Wilsonff596952017-07-14 01:06:552225const char kContentSuggestionsCategoryOrderName[] =
2226 "Default content suggestions category order (e.g. on NTP)";
2227const char kContentSuggestionsCategoryOrderDescription[] =
2228 "Set default order of content suggestion categories (e.g. on the NTP).";
2229
2230const char kContentSuggestionsCategoryRankerName[] =
2231 "Content suggestions category ranker (e.g. on NTP)";
2232const char kContentSuggestionsCategoryRankerDescription[] =
2233 "Set category ranker to order categories of content suggestions (e.g. on "
2234 "the NTP).";
2235
Vitalii Iarkof52ff802017-09-14 12:34:242236const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2237const char kContentSuggestionsDebugLogDescription[] =
2238 "Enable content suggestions debug log accessible through "
2239 "snippets-internals.";
2240
Donn Denman8e58ead2017-11-04 01:44:012241const char kContextualSearchMlTapSuppressionName[] =
2242 "Contextual Search ML tap suppression";
2243const char kContextualSearchMlTapSuppressionDescription[] =
2244 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022245 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2246 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552247
2248const char kContextualSearchName[] = "Contextual Search";
2249const char kContextualSearchDescription[] =
2250 "Whether or not Contextual Search is enabled.";
2251
Donn Denman59729812018-01-09 01:27:022252const char kContextualSearchRankerQueryName[] =
2253 "Contextual Search Ranker prediction";
2254const char kContextualSearchRankerQueryDescription[] =
2255 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2256
2257const char kContextualSearchSecondTapName[] =
2258 "Contextual Search second tap triggering";
2259const char kContextualSearchSecondTapDescription[] =
2260 "Enables triggering on a second tap gesture even when Ranker would "
2261 "normally suppress that tap.";
2262
Donn Denmane9b5b7fb2018-07-24 22:19:492263const char kContextualSearchUnityIntegrationName[] =
2264 "Contextual Search integration with Unified Consent";
2265const char kContextualSearchUnityIntegrationDescription[] =
2266 "Enables integration of Tap to Search with Unified Consent.";
2267
Cathy Li2fb32bf82018-06-06 18:55:402268const char kExploreSitesName[] = "Explore websites";
2269const char kExploreSitesDescription[] =
2270 "Enables portal from new tab page to explore websites.";
2271
Dmitry Skiba9c3efa72017-07-20 22:01:142272const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2273const char kDontPrefetchLibrariesDescription[] =
2274 "Don't prefetch libraries after loading.";
2275
Joy Ming5fd29ca62017-10-02 22:51:222276const char kDownloadsForegroundName[] = "Enable downloads foreground";
2277const char kDownloadsForegroundDescription[] =
2278 "Enable downloads as a foreground service for all versions of Android.";
2279
Joy Ming189b0cc2017-12-08 19:42:432280const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2281const char kDownloadsLocationChangeDescription[] =
2282 "Enable changing default downloads storage location on Android.";
2283
Shakti Sahu32b2ee102018-05-17 00:04:462284const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2285const char kDownloadProgressInfoBarDescription[] =
2286 "Enables an infobar notifying users about status of current downloads.";
2287
Shakti Sahu9ec8cfd2018-07-17 13:29:292288const char kDownloadHomeV2Name[] = "Enable download home v2";
2289const char kDownloadHomeV2Description[] =
2290 "Enables the new UI for download home";
2291
Brett Wilsonff596952017-07-14 01:06:552292const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2293const char kEnableAndroidPayIntegrationV1Description[] =
2294 "Enable integration with Android Pay using the first version of the API";
2295
2296const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2297const char kEnableAndroidPayIntegrationV2Description[] =
2298 "Enable integration with Android Pay using the second version of the API";
2299
Fabio Tirelo315e65922018-09-05 03:35:492300const char kEnableAutofillRefreshStyleName[] =
2301 "Enable Autofill refresh style (Android)";
2302const char kEnableAutofillRefreshStyleDescription[] =
2303 "Enable modernized style for Autofill on Android";
2304
Vitalii Iarkof4ed32d2017-09-26 13:15:532305const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552306const char kEnableAndroidSpellcheckerDescription[] =
2307 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552308
Lei Tianbd5a3bf2018-02-28 19:01:162309const char kEnableCommandLineOnNonRootedName[] =
2310 "Enable command line on non-rooted devices";
2311const char kEnableCommandLineOnNoRootedDescription[] =
2312 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2313
Vitalii Iarkof4ed32d2017-09-26 13:15:532314const char kEnableContentSuggestionsNewFaviconServerName[] =
2315 "Get favicons for content suggestions from a new server.";
2316const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2317 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2318 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552319
Vitalii Iarkof4ed32d2017-09-26 13:15:532320const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2321 "Use content suggestions thumbnail dominant color.";
2322const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2323 "Use content suggestions thumbnail dominant color as a placeholder before "
2324 "the real thumbnail is fetched (requires Chrome Home).";
2325
Brett Wilsonff596952017-07-14 01:06:552326const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2327const char kEnableCustomContextMenuDescription[] =
2328 "Enables a new context menu when a link, image, or video is pressed within "
2329 "Chrome.";
2330
2331const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2332const char kEnableCustomFeedbackUiDescription[] =
2333 "Enables a custom feedback UI when submitting feedback through Google "
2334 "Feedback. Works with Google Play Services v10.2+";
2335
2336const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472337 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552338const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472339 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552340
Becca Hughes6d73bac542018-06-18 20:38:502341const char kEnableMediaControlsExpandGestureName[] =
2342 "Enable Media Controls Expand Gesture";
2343const char kEnableMediaControlsExpandGestureDescription[] =
2344 "Enables a gesture to be used on the media controls to extend the video "
2345 "into the Display Cutout area.";
2346
Brett Wilsonff596952017-07-14 01:06:552347const char kEnableOmniboxClipboardProviderName[] =
2348 "Omnibox clipboard URL suggestions";
2349const char kEnableOmniboxClipboardProviderDescription[] =
2350 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2351 "focus in the omnibox.";
2352
Brett Wilsonff596952017-07-14 01:06:552353const char kEnableNtpAssetDownloadSuggestionsName[] =
2354 "Show asset downloads on the New Tab page";
2355const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2356 "If enabled, the list of content suggestions on the New Tab page will "
2357 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2358 "later use.";
2359
2360const char kEnableNtpBookmarkSuggestionsName[] =
2361 "Show recently visited bookmarks on the New Tab page";
2362const char kEnableNtpBookmarkSuggestionsDescription[] =
2363 "If enabled, the list of content suggestions on the New Tab page will "
2364 "contain recently visited bookmarks.";
2365
2366const char kEnableNtpForeignSessionsSuggestionsName[] =
2367 "Show recent foreign tabs on the New Tab page";
2368const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2369 "If enabled, the list of content suggestions on the New Tab page will "
2370 "contain recent foreign tabs.";
2371
Brett Wilsonff596952017-07-14 01:06:552372const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2373 "Show offline page downloads on the New Tab page";
2374const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2375 "If enabled, the list of content suggestions on the New Tab page will "
2376 "contain pages that the user downloaded for later use.";
2377
2378const char kEnableNtpRemoteSuggestionsName[] =
2379 "Show server-side suggestions on the New Tab page";
2380const char kEnableNtpRemoteSuggestionsDescription[] =
2381 "If enabled, the list of content suggestions on the New Tab page will "
2382 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2383 "allows to override the source used to retrieve these server-side "
2384 "suggestions.";
2385
2386const char kEnableNtpSnippetsVisibilityName[] =
2387 "Make New Tab Page Snippets more visible.";
2388const char kEnableNtpSnippetsVisibilityDescription[] =
2389 "If enabled, the NTP snippets will become more discoverable with a larger "
2390 "portion of the first card above the fold.";
2391
2392const char kEnableNtpSuggestionsNotificationsName[] =
2393 "Notify about new content suggestions available at the New Tab page";
2394const char kEnableNtpSuggestionsNotificationsDescription[] =
2395 "If enabled, notifications will inform about new content suggestions on "
2396 "the New Tab page.";
2397
Brett Wilsonff596952017-07-14 01:06:552398const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2399const char kEnableOfflinePreviewsDescription[] =
2400 "Enable showing offline page previews on slow networks.";
2401
2402const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2403const char kEnableOskOverscrollDescription[] =
2404 "Enable OSK overscroll support. With this flag on, the OSK will only "
2405 "resize the visual viewport.";
2406
2407const char kEnableSpecialLocaleName[] =
2408 "Enable custom logic for special locales.";
2409const char kEnableSpecialLocaleDescription[] =
2410 "Enable custom logic for special locales. In this mode, Chrome might "
2411 "behave differently in some locales.";
2412
Brett Wilsonff596952017-07-14 01:06:552413const char kEnableWebNfcName[] = "WebNFC";
2414const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2415
gogeraldf3cbb422017-07-26 14:37:122416const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2417 "Enable Web Payments method section order V2.";
2418const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2419 "Enable this option to display payment method section above address "
2420 "section instead of below it.";
2421
Raymes Khoury582b43132017-12-12 23:54:302422const char kGrantNotificationsToDSEName[] =
2423 "Grant notifications to the Default Search Engine";
2424const char kGrantNotificationsToDSENameDescription[] =
2425 "Automatically grant the notifications permission to the Default Search "
2426 "Engine";
2427
Daniel Parke74fcf862018-03-27 18:05:452428const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512429const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452430
Yafei Duanbb7663f32018-07-17 01:33:152431const char kHomepageTileName[] =
2432 "Enable Homepage tile shown in Suggested Tiles";
2433const char kHomepageTileDescription[] =
2434 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2435 "used for homepage. It will not have an effect when NTPButton is disabled.";
2436
Jian Li4b252642018-07-23 19:49:072437const char kIncognitoStringsName[] = "Alternate incognito strings";
2438const char kIncognitoStringsDescription[] =
2439 "Show alternate incognito strings if enabled.";
2440
Theresa920e0ed2018-03-07 18:12:442441const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152442 "Use the interest feed to render content suggestions. Currently "
2443 "content "
Theresa920e0ed2018-03-07 18:12:442444 "suggestions are shown on the New Tab Page.";
2445const char kInterestFeedContentSuggestionsName[] =
2446 "Interest Feed Content Suggestions";
2447
Brett Wilsonff596952017-07-14 01:06:552448const char kKeepPrefetchedContentSuggestionsName[] =
2449 "Keep prefetched content suggestions";
2450const char kKeepPrefetchedContentSuggestionsDescription[] =
2451 "If enabled, some of prefetched content suggestions are not replaced by "
2452 "the new fetched suggestions.";
2453
Leo Zhang051b75482017-12-20 03:28:302454const char kLanguagesPreferenceName[] = "Language Settings";
2455const char kLanguagesPreferenceDescription[] =
2456 "Enable this option for Language Settings feature on Android.";
2457
Charlie Ma8c2846e2018-07-27 18:44:392458const char kLongPressBackForHistoryName[] =
2459 "Long Press Back Button for History";
2460const char kLongPressBackForHistoryDescription[] =
2461 "Long press system back button to show navigation history if enabled";
2462
Brett Wilsonff596952017-07-14 01:06:552463const char kLsdPermissionPromptName[] =
2464 "Location Settings Dialog Permission Prompt";
2465const char kLsdPermissionPromptDescription[] =
2466 "Whether to use the Google Play Services Location Settings Dialog "
2467 "permission dialog.";
2468
Amirhossein Simjour97b4154f2018-02-20 03:49:592469const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2470const char kModalPermissionDialogViewDescription[] =
2471 "Enable this option to use ModalDialogManager for permission Dialogs.";
2472
Brett Wilsonff596952017-07-14 01:06:552473const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2474const char kMediaScreenCaptureDescription[] =
2475 "Enable this option for experimental ScreenCapture feature on Android.";
2476
2477const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2478const char kModalPermissionPromptsDescription[] =
2479 "Whether to use permission dialogs in place of permission infobars.";
2480
Finnur Thorarinssonc1488fc62018-07-09 19:21:572481const char kNewContactsPickerName[] = "Enable new contacts picker";
2482const char kNewContactsPickerDescription[] =
2483 "Activates the new picker for selecting contacts.";
2484
Dan Harrington541db9e2018-07-30 18:36:302485const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2486const char kNewNetErrorPageUIDescription[] =
2487 "Selects which new UI experience to show on the net-error (Dino) page";
2488
Brett Wilsonff596952017-07-14 01:06:552489const char kNewPhotoPickerName[] = "Enable new Photopicker";
2490const char kNewPhotoPickerDescription[] =
2491 "Activates the new picker for selecting photos.";
2492
2493const char kNoCreditCardAbort[] = "No Credit Card Abort";
2494const char kNoCreditCardAbortDescription[] =
2495 "Whether or not the No Credit Card Abort is enabled.";
2496
Daniel Park990d0992018-05-18 22:12:512497const char kNtpButtonName[] = "Enable NTP Button";
2498const char kNtpButtonDescription[] =
2499 "Displays a New Tab Page button in the toolbar if enabled.";
2500
Brett Wilsonff596952017-07-14 01:06:552501const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2502const char kOfflineBookmarksDescription[] =
2503 "Enable saving bookmarked pages for offline viewing.";
2504
Jian Liade82832018-09-06 22:31:412505const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2506const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2507 "Always do http probe to detect network connectivity for offline indicator "
2508 "as opposed to just taking the connection state from the system."
2509 "Used for testing.";
2510
2511const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2512const char kOfflineIndicatorChoiceDescription[] =
2513 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322514
Brett Wilsonff596952017-07-14 01:06:552515const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2516const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2517
2518const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2519const char kOfflinePagesCtV2Description[] =
2520 "V2 features include attributing pages to the app that initiated the "
2521 "custom tabs, and being able to query for pages by page attribution.";
2522
Cathy Li7311d792018-04-05 00:34:162523const char kOfflinePagesCTSuppressNotificationsName[] =
2524 "Disable download complete notification for whitelisted CCT apps.";
2525const char kOfflinePagesCTSuppressNotificationsDescription[] =
2526 "Disable download complete notification for page downloads originating "
2527 "from a CCT app whitelisted to show their own download complete "
2528 "notification.";
2529
Candice Sy74fa7a352018-03-30 23:46:492530const char kOfflinePagesDescriptiveFailStatusName[] =
2531 "Enables descriptive failed download status text.";
2532const char kOfflinePagesDescriptiveFailStatusDescription[] =
2533 "Enables failed download status text in notifications and Downloads Home "
2534 "to state the reason the request failed if the failure is actionable.";
2535
2536const char kOfflinePagesDescriptivePendingStatusName[] =
2537 "Enables descriptive pending download status text.";
2538const char kOfflinePagesDescriptivePendingStatusDescription[] =
2539 "Enables pending download status text in notifications and Downloads Home "
2540 "to state the reason the request is pending.";
2541
2542const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2543 "Enables offline pages in the downloads home to be opened in CCT.";
2544const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2545 "When enabled offline pages launched from the Downloads Home will be "
2546 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2547
Carlos Knippschild09272ecd2017-12-09 03:29:362548const char kOfflinePagesLimitlessPrefetchingName[] =
2549 "Removes resource usage limits for the prefetching of offline pages.";
2550const char kOfflinePagesLimitlessPrefetchingDescription[] =
2551 "Allows the prefetching of suggested offline pages to ignore resource "
2552 "usage limits. This allows it to completely ignore data usage limitations "
2553 "and allows downloads to happen with any kind of connection.";
2554
Brett Wilsonff596952017-07-14 01:06:552555const char kOfflinePagesLoadSignalCollectingName[] =
2556 "Enables collecting load timing data for offline page snapshots.";
2557const char kOfflinePagesLoadSignalCollectingDescription[] =
2558 "Enables loading completeness data collection while writing an offline "
2559 "page. This data is collected in the snapshotted offline page to allow "
2560 "data analysis to improve deciding when to make the offline snapshot.";
2561
2562const char kOfflinePagesPrefetchingName[] =
2563 "Enables suggested offline pages to be prefetched.";
2564const char kOfflinePagesPrefetchingDescription[] =
2565 "Enables suggested offline pages to be prefetched, so useful content is "
2566 "available while offline.";
2567
Pete Williamson7845dff2017-09-20 11:06:192568const char kOfflinePagesResourceBasedSnapshotName[] =
2569 "Enables offline page snapshots to be based on percentage of page loaded.";
2570const char kOfflinePagesResourceBasedSnapshotDescription[] =
2571 "Enables offline page snapshots to use a resource percentage based "
2572 "approach for determining when the page is loaded as opposed to a time "
2573 "based approach";
2574
Collin Baker17f92a52017-07-19 21:41:252575const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2576const char kOfflinePagesRenovationsDescription[] =
2577 "Enables offline page renovations which correct issues with dynamic "
2578 "content that occur when offlining pages that use JavaScript.";
2579
Brett Wilsonff596952017-07-14 01:06:552580const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2581const char kOfflinePagesSharingDescription[] =
2582 "Enables the saved offline pages to be shared via other applications.";
2583
Yafei Duan36b4b5b2018-08-07 00:40:032584const char kOfflinePagesLivePageSharingName[] =
2585 "Enables live page sharing of offline pages";
2586const char kOfflinePagesLivePageSharingDescription[] =
2587 "Enables to share current loaded page as offline page by saving as MHTML "
2588 "first.";
2589
Cathy Lie0d88762018-04-12 08:03:012590const char kOfflinePagesShowAlternateDinoPageName[] =
2591 "Enable alternate dino page with more user capabilities.";
2592const char kOfflinePagesShowAlternateDinoPageDescription[] =
2593 "Enables the dino page to show more buttons and offer existing offline "
2594 "content.";
2595
Brett Wilsonff596952017-07-14 01:06:552596const char kOfflinePagesSvelteConcurrentLoadingName[] =
2597 "Enables concurrent background loading on svelte.";
2598const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2599 "Enables concurrent background loading (or downloading) of pages on "
2600 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2601 "happen when the svelte device is idle.";
2602
2603const char kOffliningRecentPagesName[] =
2604 "Enable offlining of recently visited pages";
2605const char kOffliningRecentPagesDescription[] =
2606 "Enable storing recently visited pages locally for offline use. Requires "
2607 "Offline Pages to be enabled.";
2608
Lei Zhang2eca9082017-10-17 20:42:502609const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2610const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552611 "Enable Pay with Google integration into Web Payments with API version "
2612 "'1'.";
2613
Matthew Jonesa88b95852017-11-08 23:13:502614const char kProgressBarThrottleName[] = "Android progress update throttling.";
2615const char kProgressBarThrottleDescription[] =
2616 "Limit the maximum progress update to make progress appear smoother.";
2617
Brett Wilsonff596952017-07-14 01:06:552618const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2619const char kPullToRefreshEffectDescription[] =
2620 "Page reloads triggered by vertically overscrolling content.";
2621
Piotr Swigon7c296ef2017-08-29 04:32:002622const char kPwaImprovedSplashScreenName[] =
2623 "Improved Splash Screen for standalone PWAs";
2624const char kPwaImprovedSplashScreenDescription[] =
2625 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2626 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492627const char kPwaPersistentNotificationName[] =
2628 "Persistent notification in standalone PWA";
2629const char kPwaPersistentNotificationDescription[] =
2630 "Enables a persistent Android notification for standalone PWAs";
2631
Brett Wilsonff596952017-07-14 01:06:552632const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2633const char kReaderModeHeuristicsDescription[] =
2634 "Determines what pages the Reader Mode infobar is shown on.";
2635const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2636const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2637const char kReaderModeHeuristicsAllArticles[] = "All articles";
2638const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2639const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2640
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182641const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2642const char kReaderModeInCCTDescription[] =
2643 "Open Reader Mode in Chrome Custom Tabs.";
2644
Brett Wilsonff596952017-07-14 01:06:552645const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2646const char kSetMarketUrlForTestingDescription[] =
2647 "When enabled, sets the market URL for use in testing the update menu "
2648 "item.";
2649
2650const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2651const char kSpannableInlineAutocompleteDescription[] =
2652 "A new type of inline autocomplete for the omnibox that works with "
2653 "keyboards that compose text.";
2654
Theresaeea05a12018-05-09 21:01:592655const char kSimplifiedNtpName[] = "Simplified NTP";
2656const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2657
2658const char kSiteExplorationUiName[] = "Site Exploration UI";
2659const char kSiteExplorationUiDescription[] =
2660 "Show site suggestions in the Exploration UI";
2661
Brett Wilsonff596952017-07-14 01:06:552662const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2663const char kUpdateMenuBadgeDescription[] =
2664 "When enabled, an update badge will be shown on the app menu button.";
2665
2666const char kUpdateMenuItemCustomSummaryDescription[] =
2667 "When this flag and the force show update menu item flag are enabled, a "
2668 "custom summary string will be displayed below the update menu item.";
2669const char kUpdateMenuItemCustomSummaryName[] =
2670 "Update menu item custom summary";
2671
2672const char kUpdateMenuItemName[] = "Force show update menu item";
2673const char kUpdateMenuItemDescription[] =
2674 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2675 R"*(menu.)*";
2676
Amirhossein Simjourd78bbcf2018-02-02 16:23:392677const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui";
2678const char kVrBrowsingNativeAndroidUiDescription[] =
2679 "Enable Android UI elements in VR.";
2680
Tibor Goldschwendt4cdea8d2018-05-10 15:46:462681const char kVrBrowsingTabsViewName[] = "VR browsing tabs view";
2682const char kVrBrowsingTabsViewDescription[] =
2683 "Enable tab overview (tab switcher) in VR.";
2684
Marc Treib93af46a2017-08-23 13:30:002685const char kThirdPartyDoodlesName[] =
2686 "Enable Doodles for third-party search engines";
2687const char kThirdPartyDoodlesDescription[] =
2688 "Enables fetching and displaying Doodles on the NTP for third-party search "
2689 "engines.";
2690
Klaus Weidneraaf697f2018-01-18 20:07:362691const char kWebXrRenderPathName[] = "WebXR presentation render path";
2692const char kWebXrRenderPathDescription[] =
2693 "Render path to use for WebXR presentation (including WebVR)";
2694const char kWebXrRenderPathChoiceClientWaitDescription[] =
2695 "ClientWait (Baseline)";
2696const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2697 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072698const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2699 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362700
Brett Wilson7b44537e2017-08-18 01:38:282701// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552702
Brett Wilson7b44537e2017-08-18 01:38:282703#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482704
Brett Wilson7b44537e2017-08-18 01:38:282705const char kAccountConsistencyName[] =
2706 "Identity consistency between browser and cookie jar";
2707const char kAccountConsistencyDescription[] =
2708 "When enabled, the browser manages signing in and out of Google accounts.";
2709const char kAccountConsistencyChoiceMirror[] = "Mirror";
2710const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342711
Tommy Martino3fa3df52018-08-20 21:45:442712const char kAutofillDropdownLayoutName[] =
2713 "Autofill Dropdown Layout Experiment";
2714const char kAutofillDropdownLayoutDescription[] =
2715 "Alternate visual designs for the Autofill dropdown.";
2716
Fabio Tirelo3773dea2018-09-11 15:21:522717const char kAutofillPrimaryInfoStyleExperimentName[] =
2718 "Autofill experiment with primary info style";
2719const char kAutofillPrimaryInfoStyleExperimentDescription[] =
2720 "Allow experimentation with different typefaces for primary info on the "
2721 "Autofill dropdown (addresses and payment methods)";
2722
Chris Pickel3a227ae62017-08-24 10:47:262723const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2724const char kDoodlesOnLocalNtpDescription[] =
2725 "Show doodles on the local New Tab page if Google is the default search "
2726 "engine.";
2727
mlamouriff56c092017-05-11 15:31:392728const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392729const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342730 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392731const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392732const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392733const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342734 "Enabled (Flash lowers volume when interrupted by other sound, "
2735 "experimental)";
2736
Sebastien Marchandd33f7dc2018-06-22 22:07:062737const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2738const char kInfiniteSessionRestoreDescription[] =
2739 "Reduces the number of tabs being loaded simultaneously during session "
2740 "restore, to improve responsiveness of the foreground tab. This requires "
2741 "#enable-page-almost-idle.";
2742
Brett Wilson7b44537e2017-08-18 01:38:282743const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2744const char kEnableNewAppMenuIconDescription[] =
2745 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342746
Sebastien Marchandd33f7dc2018-06-22 22:07:062747const char kEnableWebAuthenticationCtap2SupportName[] =
2748 "Enable Web Authentication API support for CTAP2 security keys";
2749const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472750 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062751
2752const char kEnableWebAuthenticationTestingAPIName[] =
2753 "Web Authentication Testing API";
2754const char kEnableWebAuthenticationTestingAPIDescription[] =
2755 "Enable Web Authentication Testing API support, which disconnects the API "
2756 "implementation from the real world, and allows configuring virtual "
2757 "authenticator devices for testing";
2758
Jeffrey Cohenf04130a42018-08-29 00:22:272759const char kHappinessTrackingSurveysForDesktopName[] =
2760 "Happiness Tracking Surveys";
2761const char kHappinessTrackingSurveysForDesktopDescription[] =
2762 "Enable showing Happiness Tracking Surveys to users on Desktop";
2763
Dave Schuyler598a4a42018-01-04 02:15:102764const char kOmniboxRichEntitySuggestionsName[] =
2765 "Omnibox rich entity suggestions";
2766const char kOmniboxRichEntitySuggestionsDescription[] =
2767 "Display entity suggestions using images and an enhanced layout; showing "
Justin Donnellye7926092018-06-18 14:57:212768 "more context and descriptive text about the entity. Has no effect unless "
2769 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2770 "flag is set to Refresh or Touchable Refresh.";
Dave Schuyler598a4a42018-01-04 02:15:102771
Travis Skarebcdb5ed32018-08-17 01:49:402772const char kOmniboxDriveSuggestionsName[] =
2773 "Omnibox Google Drive Document suggestions";
2774const char kOmniboxDriveSuggestionsDescriptions[] =
2775 "Display suggestions for Google Drive documents in the omnibox when Google "
2776 "is the default search engine.";
2777
Dave Schuyler616273d2018-04-19 03:12:522778const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2779const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212780 "Display answers using an enhanced layout with larger images. Has no "
2781 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2782 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522783
Orin Jaworski04c08b42018-07-11 02:39:562784const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2785const char kOmniboxReverseAnswersDescription[] =
2786 "Display answers with rows reversed (swapped); except definitions. Has no "
2787 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2788 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2789
Kevin Bailey898669972017-11-06 15:34:492790const char kOmniboxTabSwitchSuggestionsName[] =
2791 "Omnibox tab switch suggestions";
2792const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212793 "Enable suggestions for switching to open tabs within the Omnibox. "
2794 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2795 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492796
Orin Jaworskiae2df652018-09-26 01:11:062797const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2798const char kOmniboxPedalSuggestionsDescription[] =
2799 "Enable omnibox Pedal suggestions using either a side button in suggestion "
2800 "or a dedicated suggestion item beneath the triggering line item. Omnibox "
2801 "Pedals accelerate actions within Chrome by detecting user intent and "
2802 "offering direct access to the end goal.";
2803
krbcc621412017-06-01 19:40:282804const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2805const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192806 "Enable receiving tail suggestions, a type of search suggestion based on "
2807 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342808
Sebastien Marchandd33f7dc2018-06-22 22:07:062809const char kPageAlmostIdleName[] = "Page Almost Idle";
2810const char kPageAlmostIdleDescription[] =
2811 "Make session restore use a definition of loading that waits for CPU and "
2812 "network quiescence.";
2813
2814const char kProactiveTabFreezeAndDiscardName[] =
2815 "Proactive Tab Freeze and Discard";
2816const char kProactiveTabFreezeAndDiscardDescription[] =
2817 "Enables proactive tab freezing and discarding. This requires "
2818 "#enable-page-almost-idle.";
2819
2820const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2821const char kSiteCharacteristicsDatabaseDescription[] =
2822 "Records usage of some features in a database while a tab is in background "
2823 "(title/favicon update, audio playback or usage of non-persistent "
2824 "notifications).";
2825
Brett Wilson7b44537e2017-08-18 01:38:282826const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2827const char kUseGoogleLocalNtpDescription[] =
2828 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322829
Brett Wilson7b44537e2017-08-18 01:38:282830#if defined(GOOGLE_CHROME_BUILD)
2831
2832const char kGoogleBrandedContextMenuName[] =
2833 "Google branding in the context menu";
2834const char kGoogleBrandedContextMenuDescription[] =
2835 "Shows a Google icon next to context menu items powered by Google "
2836 "services.";
2837
2838#endif // !defined(GOOGLE_CHROME_BUILD)
2839
2840#endif // !defined(OS_ANDROID)
2841
2842// Windows ---------------------------------------------------------------------
2843
2844#if defined(OS_WIN)
2845
2846const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2847const char kCloudPrintXpsDescription[] =
2848 "XPS enables advanced options for classic printers connected to the Cloud "
2849 "Print with Chrome. Printers must be re-connected after changing this "
2850 "flag.";
2851
2852const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2853const char kDisablePostscriptPrintingDescription[] =
2854 "Disables PostScript generation when printing to PostScript capable "
2855 "printers, and uses EMF generation in its place.";
2856
2857const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2858const char kEnableAppcontainerDescription[] =
2859 "Enables the use of an AppContainer on sandboxed processes to improve "
2860 "security.";
2861
Brett Wilson7b44537e2017-08-18 01:38:282862const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2863const char kEnableDesktopIosPromotionsDescription[] =
2864 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2865 "eligible.";
2866
James Forshawfd0ce342018-02-14 09:55:392867const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2868const char kEnableGpuAppcontainerDescription[] =
2869 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2870 "improve security.";
2871
Brett Wilson7b44537e2017-08-18 01:38:282872const char kGdiTextPrinting[] = "GDI Text Printing";
2873const char kGdiTextPrintingDescription[] =
2874 "Use GDI to print text as simply text";
2875
Henrik Grunell67e56ef2018-04-10 14:04:092876const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2877const char kIncreaseInputAudioBufferSizeDescription[] =
2878 "Increases the input audio endpoint buffer to 100 ms.";
2879
Brett Wilson7b44537e2017-08-18 01:38:282880const char kTraceExportEventsToEtwName[] =
2881 "Enable exporting of tracing events to ETW.";
2882const char kTraceExportEventsToEtwDesription[] =
2883 "If enabled, trace events will be exported to the Event Tracing for "
2884 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2885 "Xperf.";
2886
Olli Etuaho122321192018-09-07 10:15:292887const char kUseAngleName[] = "Choose ANGLE graphics backend";
2888const char kUseAngleDescription[] =
2889 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2890 "computers by default. Using the OpenGL driver as the graphics backend may "
2891 "result in higher performance in some graphics-heavy applications, "
2892 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2893 "video playback.";
2894
2895const char kUseAngleDefault[] = "Default";
2896const char kUseAngleGL[] = "OpenGL";
2897const char kUseAngleD3D11[] = "D3D11";
2898const char kUseAngleD3D9[] = "D3D9";
2899
Brett Wilson7b44537e2017-08-18 01:38:282900const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2901const char kUseWinrtMidiApiDescription[] =
2902 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2903 "later).";
2904
2905const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2906const char kWindows10CustomTitlebarDescription[] =
2907 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2908 "deferring to Windows.";
2909
2910#endif // defined(OS_WIN)
2911
2912// Mac -------------------------------------------------------------------------
2913
2914#if defined(OS_MACOSX)
2915
Brett Wilson7b44537e2017-08-18 01:38:282916const char kFullscreenToolbarRevealName[] =
2917 "Enables the toolbar in fullscreen to reveal itself.";
2918const char kFullscreenToolbarRevealDescription[] =
2919 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2920 "has changed.";
2921
2922const char kContentFullscreenName[] = "Improved Content Fullscreen";
2923const char kContentFullscreenDescription[] =
2924 "Fullscreen content window detaches from main browser window and goes to "
2925 "a new space without moving or changing the original browser window.";
2926
Martin Kreichgauer1ca416d2018-07-11 00:43:192927const char kEnableWebAuthenticationTouchIdName[] =
2928 "Web Authentication API Touch ID support";
2929const char kEnableWebAuthenticationTouchIdDescription[] =
2930 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
2931
Brett Wilson7b44537e2017-08-18 01:38:282932const char kHostedAppsInWindowsName[] =
2933 "Allow hosted apps to be opened in windows";
2934const char kHostedAppsInWindowsDescription[] =
2935 "Allows hosted apps to be opened in windows instead of being limited to "
2936 "tabs.";
2937
Christopher Cameron57dee5a42018-09-25 01:20:082938const char kCreateAppWindowsInAppShimProcessName[] =
2939 "Create native windows in the app process";
2940const char kCreateAppWindowsInAppShimProcessDescription[] =
2941 "Create native windows the app shim process, instead of of the browser "
2942 "process.";
2943
Lei Zhang2eca9082017-10-17 20:42:502944const char kMacRTLName[] = "Enable RTL";
2945const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:282946
Lei Zhang2eca9082017-10-17 20:42:502947const char kMacTouchBarName[] = "Hardware Touch Bar";
2948const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282949
2950const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2951const char kMacV2SandboxDescription[] =
2952 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2953 "entire life cycle.";
2954
2955const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2956const char kMacViewsNativeAppWindowsDescription[] =
2957 "Controls whether to use Toolkit-Views based Chrome App windows.";
2958
2959const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2960const char kMacViewsTaskManagerDescription[] =
2961 "Controls whether to use the Toolkit-Views based Task Manager.";
2962
2963const char kTabDetachingInFullscreenName[] =
2964 "Allow tab detaching in fullscreen";
2965const char kTabDetachingInFullscreenDescription[] =
2966 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2967
2968const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2969const char kTabStripKeyboardFocusDescription[] =
2970 "Enable keyboard focus for the tabs in the tab strip.";
2971
Tessa Nijssen4db9799e2018-08-06 21:04:382972const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
2973const char kTextSuggestionsTouchBarDescription[] =
2974 "Enable text suggestions touch bar for textfields.";
2975
Brett Wilson7b44537e2017-08-18 01:38:282976#endif
2977
2978// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342979
2980#if defined(OS_CHROMEOS)
2981
Brett Wilson7b44537e2017-08-18 01:38:282982const char kAcceleratedMjpegDecodeName[] =
2983 "Hardware-accelerated mjpeg decode for captured frame";
2984const char kAcceleratedMjpegDecodeDescription[] =
2985 "Enable hardware-accelerated mjpeg decode for captured frame where "
2986 "available.";
vabr0215a8e2017-03-28 12:47:342987
Brett Wilson7b44537e2017-08-18 01:38:282988const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2989const char kAllowTouchpadThreeFingerClickDescription[] =
2990 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:342991
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:522992const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
2993const char kArcAvailableForChildDescription[] =
2994 "Allow child accounts to start Android apps.";
2995
Brett Wilson7b44537e2017-08-18 01:38:282996const char kArcBootCompleted[] = "Load Android apps automatically";
2997const char kArcBootCompletedDescription[] =
2998 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:342999
Luum Habtemariamdaa8fd22018-06-25 22:39:433000const char kArcCupsApiName[] = "ARC CUPS API";
3001const char kArcCupsApiDescription[] =
3002 "Enables support of libcups APIs from ARC";
3003
Yuichiro Hanada0b63f062018-07-12 02:18:333004const char kArcInputMethodName[] = "Enable ARC input methods.";
3005const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3006
Lev Rumyantsev7a8544312017-08-18 19:26:513007const char kArcNativeBridgeExperimentName[] =
3008 "Enable native bridge experiment for ARC";
3009const char kArcNativeBridgeExperimentDescription[] =
3010 "Enables experimental native bridge feature.";
3011
lgchengecd1c1a62018-01-09 02:59:463012const char kArcUsbHostName[] = "Enable ARC USB host integration";
3013const char kArcUsbHostDescription[] =
3014 "Allow Android apps to use USB host feature on ChromeOS devices.";
3015
Kevin Cernekeeb7f96a52017-10-25 17:40:183016const char kArcVpnName[] = "Enable ARC VPN integration";
3017const char kArcVpnDescription[] =
3018 "Allow Android VPN clients to tunnel Chrome traffic.";
3019
Qiang Xu045aff222018-05-21 23:21:013020const char kAshDisableLoginDimAndBlurName[] =
3021 "Disable dimming and blur on login screen.";
3022const char kAshDisableLoginDimAndBlurDescription[] =
3023 "Disable dimming and blur on login screen.";
3024
3025const char kAshDisableSmoothScreenRotationName[] =
3026 "Disable smooth rotation animations.";
3027const char kAshDisableSmoothScreenRotationDescription[] =
3028 "Disable smooth rotation animations.";
3029
3030const char kAshEnableDisplayMoveWindowAccelsName[] =
3031 "Enable shortcuts for moving window between displays.";
3032const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3033 "Enable shortcuts for moving window between displays.";
3034
3035const char kAshEnableKeyboardShortcutViewerName[] =
3036 "Enable keyboard shortcut viewer.";
3037const char kAshEnableKeyboardShortcutViewerDescription[] =
3038 "Enable keyboard shortcut viewer.";
3039
3040const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3041const char kAshEnableMirroredScreenDescription[] =
3042 "Enable the mirrored screen mode. This mode flips the screen image "
3043 "horizontally.";
3044
Qiang Xu045aff222018-05-21 23:21:013045const char kAshEnablePersistentWindowBoundsName[] =
3046 "Enable persistent window bounds in multi-displays scenario.";
3047const char kAshEnablePersistentWindowBoundsDescription[] =
3048 "Enable persistent window bounds in multi-displays scenario.";
3049
3050const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3051const char kAshEnableTrilinearFilteringDescription[] =
3052 "Enable trilinear filtering.";
3053
Brett Wilson7b44537e2017-08-18 01:38:283054const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3055const char kAshEnableUnifiedDesktopDescription[] =
3056 "Enable unified desktop mode which allows a window to span multiple "
3057 "displays.";
vabr0215a8e2017-03-28 12:47:343058
Mike Wassermanfcc47e42018-06-14 21:24:423059const char kAshKeyboardShortcutViewerAppName[] =
3060 "Keyboard Shortcut Viewer mojo app";
3061const char kAshKeyboardShortcutViewerAppDescription[] =
3062 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3063
Qiang Xu045aff222018-05-21 23:21:013064const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3065const char kAshShelfColorDescription[] =
3066 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3067 "--ash-shelf-color-scheme flag defines how that color is derived.";
3068
3069const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3070const char kAshShelfColorSchemeDescription[] =
3071 "Specify how the color is derived from the wallpaper. This flag is only "
3072 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3073const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3074const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3075const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3076const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3077const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3078const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3079
Sean Kau5e956192017-10-06 22:25:173080const char kBulkPrintersName[] = "Bulk Printers Policy";
3081const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3082
Brett Wilson7b44537e2017-08-18 01:38:283083const char kCaptivePortalBypassProxyName[] =
3084 "Bypass proxy for Captive Portal Authorization";
3085const char kCaptivePortalBypassProxyDescription[] =
3086 "If proxy is configured, it usually prevents from authorization on "
3087 "different captive portals. This enables opening captive portal "
3088 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343089
Yuki Awanob51d3252018-07-11 23:45:553090const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3091const char kChromeVoxArcSupportDescription[] =
3092 "Use ChromeVox screen reader features in ARC";
3093
Brett Wilson7b44537e2017-08-18 01:38:283094const char kCrOSComponentName[] = "Chrome OS Component";
3095const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083096 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343097
Xiaochu Liu51d03fd2017-09-08 23:51:023098const char kCrOSContainerName[] = "Chrome OS Container";
3099const char kCrOSContainerDescription[] =
3100 "Enable the use of Chrome OS Container utility.";
3101
Brett Wilson7b44537e2017-08-18 01:38:283102const char kCrosRegionsModeName[] = "Cros-regions load mode";
3103const char kCrosRegionsModeDescription[] =
3104 "This flag controls cros-regions load mode";
3105const char kCrosRegionsModeDefault[] = "Default";
3106const char kCrosRegionsModeOverride[] = "Override VPD values.";
3107const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343108
Joel Hockeyad5b9762018-09-01 12:06:083109const char kCrostiniFilesName[] = "Crostini Files";
3110const char kCrostiniFilesDescription[] =
3111 "Enable Crostini file sharing in Files app.";
3112
Jacob Dufault2becbc482017-08-25 00:36:353113const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3114const char kDisableLockScreenAppsDescription[] =
3115 "Disable new-note action handler apps on the lock screen. The user will "
3116 "not be able to launch the preferred note-taking action from the lock "
3117 "screen, provided that the app supports lock screen note taking.";
3118
Qiang Xu045aff222018-05-21 23:21:013119const char kDisableSystemTimezoneAutomaticDetectionName[] =
3120 "SystemTimezoneAutomaticDetection policy support";
3121const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3122 "Disable system timezone automatic detection device policy.";
3123
Sammie Quonef6b4882017-09-14 16:50:053124const char kDisableTabletAutohideTitlebarsName[] =
3125 "Disable autohide titlebars in tablet mode";
3126const char kDisableTabletAutohideTitlebarsDescription[] =
3127 "Disable tablet mode autohide titlebars functionality. The user will be "
3128 "able to see the titlebar in tablet mode.";
3129
Xiaoqian Dai24b33eb2018-04-10 21:01:573130const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3131const char kDisableTabletSplitViewDescription[] =
3132 "Disable split view for Chrome OS tablet mode.";
3133
Daniel Zhang01399072018-08-16 22:28:203134const char kEnableAppListSearchAutocompleteName[] =
3135 "App List Search Autocomplete";
3136const char kEnableAppListSearchAutocompleteDescription[] =
3137 "Allow App List search box to autocomplete queries for Google searches and "
3138 "apps.";
3139
Qiang Xu53d1a5832018-05-24 18:44:193140const char kEnableAppShortcutSearchName[] =
3141 "Enable app shortcut search in launcher";
3142const char kEnableAppShortcutSearchDescription[] =
3143 "Enables app shortcut search in launcher";
3144
Weidong Guo00d0b2b2018-06-07 00:39:303145const char kEnableAppsGridGapFeatureName[] =
3146 "Enable apps grid gap feature in launcher.";
3147const char kEnableAppsGridGapFeatureDescription[] =
3148 "Enables gaps at the end of each page and enables dragging an item to an "
3149 "empty page in launcher.";
3150
Lei Zhang2eca9082017-10-17 20:42:503151const char kEnableBackgroundBlurName[] = "Enable background blur.";
3152const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423153 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393154
Lei Zhang0ca70ea2018-09-07 17:51:013155const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3156const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493157 "Enables the Chrome OS Account Manager";
3158
Lei Zhang0ca70ea2018-09-07 17:51:013159const char kEnableContinueReadingName[] = "Enable continue reading";
3160const char kEnableContinueReadingDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013161 "Enable continue reading feature in Launcher, which allows users to "
3162 "seamlessly continue reading a web page when they switch devices from "
3163 "phones or tablets to Chromebooks.";
3164
Min Chenc2ec7282018-06-29 21:38:463165const char kEnableDragAppsInTabletModeName[] =
3166 "Enable dragging apps in tablet mode";
3167const char kEnableDragAppsInTabletModeDescription[] =
3168 "If enabled, swiping down from the top of the screen when an app is opened "
3169 "in tablet mode can drag the app.";
3170
Xiaoqian Dai82d99192018-05-25 18:51:353171const char kEnableDragTabsInTabletModeName[] =
3172 "Enable dragging tabs in tablet mode";
3173const char kEnableDragTabsInTabletModeDescription[] =
3174 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3175
Sam McNally201fbf94e2018-07-04 03:15:203176const char kEnableDriveFsName[] = "Enable DriveFS";
3177const char kEnableDriveFsDescription[] =
3178 "Enables use of the new DriveFS-based Drive sync client.";
3179
Brett Wilson7b44537e2017-08-18 01:38:283180const char kEnableEhvInputName[] =
3181 "Emoji, handwriting and voice input on opt-in IME menu";
3182const char kEnableEhvInputDescription[] =
3183 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343184
Brett Wilson7b44537e2017-08-18 01:38:283185const char kEnableEncryptionMigrationName[] =
3186 "Enable encryption migration of user data";
3187const char kEnableEncryptionMigrationDescription[] =
3188 "If enabled and the device supports ARC, the user will be asked to update "
3189 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343190
Blake O'Hare9e9317b22017-10-24 02:49:353191const char kEnableFloatingVirtualKeyboardName[] =
3192 "Enable floating virtual keyboard";
3193const char kEnableFloatingVirtualKeyboardDescription[] =
3194 "If enabled, the keyboard will use floating behavior by default.";
3195
Qiang Xu045aff222018-05-21 23:21:013196const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3197 "Enable full screen handwriting virtual keyboard";
3198const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3199 "If enabled, the handwriting virtual keyboard will allow user to write "
3200 "anywhere on the screen";
3201
3202const char kEnableHomeLauncherName[] = "Enable home launcher";
3203const char kEnableHomeLauncherDescription[] =
3204 "Enable home launcher in tablet mode.";
3205
Lei Zhang0ca70ea2018-09-07 17:51:013206const char kEnableHomeLauncherGesturesName[] = "Enable home launcher gestures";
3207const char kEnableHomeLauncherGesturesDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013208 "Enables using gestures to hide or show the home launcher.";
3209
Brett Wilson7b44537e2017-08-18 01:38:283210const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3211const char kEnableImeMenuDescription[] =
3212 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343213
Weidong Guo45836d1b2018-06-27 23:51:163214const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3215const char kEnableNewStyleLauncherDescription[] =
3216 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3217 "in app launcher.";
3218
Qiang Xu045aff222018-05-21 23:21:013219const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker";
3220const char kEnableNewWallpaperPickerDescription[] =
3221 "Enable the redesigned wallpaper picker with new wallpaper collections.";
3222
Sammie Quon248ccef2018-08-28 23:00:013223const char kEnableOobeRecommendAppsScreenName[] =
3224 "Enable OOBE Recommend Apps Screen";
3225const char kEnableOobeRecommendAppsScreenDescription[] =
3226 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3227 "from other devices";
3228
Qiang Xu045aff222018-05-21 23:21:013229const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3230const char kEnablePerUserTimezoneDescription[] =
3231 "Chrome OS system timezone preference is stored and handled for each user "
3232 "individually.";
3233
3234const char kEnableSettingsShortcutSearchName[] =
3235 "Enable Settings shortcut search";
3236const char kEnableSettingsShortcutSearchDescription[] =
3237 "Enable Settings shortcut search in launcher.";
3238
Darren Shen3e49c63d2018-03-28 04:45:503239const char kEnableStylusVirtualKeyboardName[] =
3240 "Enable stylus virtual keyboard";
3241const char kEnableStylusVirtualKeyboardDescription[] =
3242 "If enabled, tapping with a stylus will show the handwriting virtual "
3243 "keyboard.";
3244
Jordy Greenblatt2f23df22018-02-22 19:49:193245const char kEnableUnifiedMultiDeviceSettingsName[] =
3246 "Enable unified MultiDevice settings";
3247const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3248 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3249 "MultiDevice settings.";
3250
3251const char kEnableUnifiedMultiDeviceSetupName[] =
3252 "Enable unified MultiDevice setup";
3253const char kEnableUnifiedMultiDeviceSetupDescription[] =
3254 "Enable the device to setup all MultiDevice services in a single workflow.";
3255
Darren Shen11c770f312018-06-13 07:36:393256const char kEnableVirtualKeyboardMdUiName[] =
3257 "Enable Material Design virtual keyboard";
3258const char kEnableVirtualKeyboardMdUiDescription[] =
3259 "If enabled, loads the Material Design UI for the virtual keyboard.";
3260
Darren Shen0b4e5802018-07-10 03:12:263261const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3262const char kEnableVirtualKeyboardUkmDescription[] =
3263 "Enables UKM for virtual keyboard";
3264
Lei Zhang0ca70ea2018-09-07 17:51:013265const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3266const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013267 "Enable Zero State Suggestions feature in Launcher, which will show "
3268 "suggetions when launcher search box is active with an empty query";
3269
Brett Wilson7b44537e2017-08-18 01:38:283270const char kEolNotificationName[] = "Disable Device End of Life notification.";
3271const char kEolNotificationDescription[] =
3272 "Disable Notifcation when Device is End of Life.";
3273
3274const char kExperimentalAccessibilityFeaturesName[] =
3275 "Experimental accessibility features";
3276const char kExperimentalAccessibilityFeaturesDescription[] =
3277 "Enable additional accessibility features in the Settings page.";
3278
Brett Wilson7b44537e2017-08-18 01:38:283279const char kFileManagerTouchModeName[] = "Files App. touch mode";
3280const char kFileManagerTouchModeDescription[] =
3281 "Touchscreen-specific interactions of the Files app.";
3282
3283const char kFirstRunUiTransitionsName[] =
3284 "Animated transitions in the first-run tutorial";
3285const char kFirstRunUiTransitionsDescription[] =
3286 "Transitions during first-run tutorial are animated.";
3287
Brett Wilson7b44537e2017-08-18 01:38:283288const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3289const char kForceEnableStylusToolsDescription[] =
3290 "Forces display of the stylus tools menu in the shelf and the stylus "
3291 "section in settings, even if there is no attached stylus device.";
3292
3293const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3294const char kGestureEditingDescription[] =
3295 "Enable/Disable gesture editing option in the settings page for the "
3296 "virtual keyboard.";
3297
3298const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3299const char kGestureTypingDescription[] =
3300 "Enable/Disable gesture typing option in the settings page for the virtual "
3301 "keyboard.";
3302
3303const char kInputViewName[] = "Input views";
3304const char kInputViewDescription[] =
3305 "Enable IME extensions to supply custom views for user input such as "
3306 "virtual keyboards.";
3307
Megumi Hattori5a0d4182018-03-06 11:09:503308const char kLockScreenNotificationName[] = "Lock screen notification";
3309const char kLockScreenNotificationDescription[] =
3310 "Enable notifications on the lock screen.";
3311
Qiang Xu045aff222018-05-21 23:21:013312const char kMaterialDesignInkDropAnimationSpeedName[] =
3313 "Material design ink drop animation speed";
3314const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3315 "Sets the speed of the experimental visual feedback animations for "
3316 "material design.";
3317const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3318const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3319
Brett Wilson7b44537e2017-08-18 01:38:283320const char kMemoryPressureThresholdName[] =
3321 "Memory discard strategy for advanced pressure handling";
3322const char kMemoryPressureThresholdDescription[] =
3323 "Memory discarding strategy to use";
3324const char kConservativeThresholds[] =
3325 "Conservative memory pressure release strategy";
3326const char kAggressiveCacheDiscardThresholds[] =
3327 "Aggressive cache release strategy";
3328const char kAggressiveTabDiscardThresholds[] =
3329 "Aggressive tab release strategy";
3330const char kAggressiveThresholds[] =
3331 "Aggressive tab and cache release strategy";
3332
3333const char kMtpWriteSupportName[] = "MTP write support";
3334const char kMtpWriteSupportDescription[] =
3335 "MTP write support in File System API (and file manager). In-place editing "
3336 "operations are not supported.";
3337
Kyle Horimoto027590fb2018-02-13 22:19:483338const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3339const char kMultiDeviceApiDescription[] =
3340 "Enable Mojo-based API which provides synced device metadata and the "
3341 "ability to connect to other devices associated the logged-in Google "
3342 "account.";
3343
Bailey Berrodca8eeca02017-11-18 00:49:123344const char kNativeSmbName[] = "Native Smb Client";
3345const char kNativeSmbDescription[] =
3346 "If enabled, allows connections to an smb filesystem via Files app";
Bailey Berrofc0da1b2017-11-02 11:02:303347
vabr0215a8e2017-03-28 12:47:343348const char kNetworkPortalNotificationName[] =
3349 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343350const char kNetworkPortalNotificationDescription[] =
3351 "If enabled, notification is displayed when device is connected to a "
3352 "network behind captive portal.";
3353
Brett Wilson7b44537e2017-08-18 01:38:283354const char kNewKoreanImeName[] = "New Korean IME";
3355const char kNewKoreanImeDescription[] =
3356 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343357
Brett Wilson7b44537e2017-08-18 01:38:283358const char kNewZipUnpackerName[] = "New ZIP unpacker";
3359const char kNewZipUnpackerDescription[] =
3360 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:343361
Qiang Xu045aff222018-05-21 23:21:013362const char kOfficeEditingComponentAppName[] =
3363 "Office Editing for Docs, Sheets & Slides";
3364const char kOfficeEditingComponentAppDescription[] =
3365 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3366
Brett Wilson7b44537e2017-08-18 01:38:283367const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3368const char kPhysicalKeyboardAutocorrectDescription[] =
3369 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3370 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343371
3372const char kPrinterProviderSearchAppName[] =
3373 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343374const char kPrinterProviderSearchAppDescription[] =
3375 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193376 "searches Chrome Web Store for extensions that support printing to a USB "
3377 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343378
Brett Wilson7b44537e2017-08-18 01:38:283379const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3380const char kQuickUnlockPinDescription[] =
3381 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3382 "device on the lock screen after you have signed into your device.";
3383const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3384const char kQuickUnlockPinSigninDescription[] =
3385 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3386 "device. After changing this flag PIN needs to be set up again.";
3387const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3388const char kQuickUnlockFingerprintDescription[] =
3389 "Enabling fingerprint quick unlock allows you to setup and use a "
3390 "fingerprint to unlock your Chromebook on the lock screen after you have "
3391 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343392
James Cook0ba192bf2017-12-01 20:53:113393const char kShowTapsName[] = "Show taps";
3394const char kShowTapsDescription[] =
3395 "Draws a circle at each touch point, which makes touch points more obvious "
3396 "when projecting or mirroring the display. Similar to the Android OS "
3397 "developer option.";
3398
3399const char kShowTouchHudName[] = "Show HUD for touch points";
3400const char kShowTouchHudDescription[] =
3401 "Shows a trail of colored dots for the last few touch points. Pressing "
3402 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3403 "debug hardware issues that generate spurious touch events.";
3404
James Cook28d7c482018-09-07 21:00:543405const char kSingleProcessMashName[] =
3406 "In-process window service (SingleProcessMash)";
3407const char kSingleProcessMashDescription[] =
3408 "Runs the system UI (ash) as a mojo service, but inside the browser "
3409 "process. The browser uses the mojo window service (ws) APIs.";
3410
Ahmed Fakhry58e6ef542018-09-04 18:05:383411const char kSlideTopChromeWithPageScrollsName[] =
3412 "Slide top-chrome with page scrolls";
3413const char kSlideTopChromeWithPageScrollsDescription[] =
3414 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3415 " UI.";
3416
Jorge Gil5a8ccde2018-07-10 01:46:213417const char kSmartTextSelectionName[] = "Smart Text Selection";
3418const char kSmartTextSelectionDescription[] =
3419 "Shows quick actions for text "
3420 "selections in the context menu.";
3421
Chung-Sheng Wu468b0b32017-09-01 14:41:573422const char kSysInternalsName[] = "Enable Sys-Internals";
3423const char kSysInternalsDescription[] =
3424 "If enabled, user can monitor system information at "
3425 "chrome://sys-internals.";
3426
Brett Wilson7b44537e2017-08-18 01:38:283427const char kTetherName[] = "Instant Tethering";
3428const char kTetherDescription[] =
3429 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3430 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373431
Brett Wilson7b44537e2017-08-18 01:38:283432const char kTouchscreenCalibrationName[] =
3433 "Enable/disable touchscreen calibration option in material design settings";
3434const char kTouchscreenCalibrationDescription[] =
3435 "If enabled, the user can calibrate the touch screen displays in "
3436 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093437
Qiang Xu045aff222018-05-21 23:21:013438const char kUiDevToolsName[] = "Enable native UI inspection";
3439const char kUiDevToolsDescription[] =
3440 "Enables inspection of native UI elements. For local inspection use "
3441 "chrome://inspect#other";
3442
3443const char kUiShowCompositedLayerBordersName[] =
3444 "Show UI composited layer borders";
3445const char kUiShowCompositedLayerBordersDescription[] =
3446 "Show border around composited layers created by UI.";
3447const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3448const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3449const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3450const char kUiShowCompositedLayerBordersAll[] = "All";
3451
3452const char kUiSlowAnimationsName[] = "Slow UI animations";
3453const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3454
Mitsuru Oshima63d3f2a2017-08-23 00:12:113455// Force UI Mode
3456const char kUiModeName[] = "Force Ui Mode";
3457const char kUiModeDescription[] =
3458 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3459 R"*(despite its current orientation. "Tablet" means that the )*"
3460 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3461 R"*(means that the chromebook will act as if it were in clamshell )*"
3462 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3463 R"*(the two, based on its orientation.)*";
3464const char kUiModeTablet[] = "TouchView";
3465const char kUiModeClamshell[] = "Clamshell";
3466const char kUiModeAuto[] = "Auto (default)";
3467
Sonny Sasaka7fecfeda2018-07-11 23:47:553468const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3469const char kUnfilteredBluetoothDevicesDescription[] =
3470 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3471
Allen Webbcdc8e69d2018-09-12 20:36:003472const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3473const char kUsbguardDescription[] =
3474 "Prevents newly connected USB devices from operating at the lock screen"
3475 " until Chrome OS is unlocked to protect against malicious USB devices."
3476 " Already connected USB devices will continue to function.";
3477
Micah Morton79a7b522018-09-27 15:15:303478const char kShillSandboxingName[] =
3479 "Run shill, the ChromeOS network manager, in a sandbox.";
3480const char kShillSandboxingDescription[] =
3481 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3482
James Cooka1bcfa9a2018-01-30 00:18:403483const char kUseMashName[] = "Out-of-process system UI (mash)";
3484const char kUseMashDescription[] =
3485 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3486 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283487
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343488// TODO(mcasas): remove after https://crbug.com/771345.
3489const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3490const char kUseMonitorColorSpaceDescription[] =
3491 "Enables Chrome to use the color space information provided by the monitor"
3492 " instead of the default sRGB color space.";
3493
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233494const char kVaapiJpegImageDecodeAccelerationName[] =
3495 "VA-API JPEG decode acceleration for images";
3496const char kVaapiJpegImageDecodeAccelerationDescription[] =
3497 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3498 " captures) using the VA-API.";
3499
Brett Wilson7b44537e2017-08-18 01:38:283500const char kVideoPlayerChromecastSupportName[] =
3501 "Experimental Chromecast support for Video Player";
3502const char kVideoPlayerChromecastSupportDescription[] =
3503 "This option enables experimental Chromecast support for Video Player app "
3504 "on ChromeOS.";
3505
3506const char kVirtualKeyboardName[] = "Virtual Keyboard";
3507const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3508
3509const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3510const char kVirtualKeyboardOverscrollDescription[] =
3511 "Enables virtual keyboard overscroll support.";
3512
3513const char kVoiceInputName[] = "Voice input on virtual keyboard";
3514const char kVoiceInputDescription[] =
3515 "Enables voice input on virtual keyboard.";
3516
3517const char kWakeOnPacketsName[] = "Wake On Packets";
3518const char kWakeOnPacketsDescription[] =
3519 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203520
Qiang Xu53d1a5832018-05-24 18:44:193521const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker";
3522const char kZipArchiverUnpackerDescription[] =
3523 "Enable or disable the ability to unpack archives in incognito mode";
3524
yhanadac5bff5b2017-05-18 06:37:093525#endif // defined(OS_CHROMEOS)
3526
Brett Wilson7b44537e2017-08-18 01:38:283527// Random platform combinations -----------------------------------------------
3528
3529#if defined(OS_WIN) || defined(OS_LINUX)
3530
3531const char kEnableInputImeApiName[] = "Enable Input IME API";
3532const char kEnableInputImeApiDescription[] =
3533 "Enable the use of chrome.input.ime API.";
3534
3535#endif // defined(OS_WIN) || defined(OS_LINUX)
3536
3537#if defined(OS_WIN) || defined(OS_MACOSX)
3538
3539const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3540const char kAutomaticTabDiscardingDescription[] =
3541 "If enabled, tabs get automatically discarded from memory when the system "
3542 "memory is low. Discarded tabs are still visible on the tab strip and get "
3543 "reloaded when clicked on. Info about discarded tabs can be found at "
3544 "chrome://discards.";
3545
3546#endif // defined(OS_WIN) || defined(OS_MACOSX)
3547
lanwei83f54452018-06-21 23:51:043548#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3549
3550const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3551const char kDirectManipulationStylusDescription[] =
3552 "If enabled, Chrome will scroll web pages on stylus drag.";
3553
3554#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3555
Justin Donnelly110e40c2018-06-01 21:48:433556const char kExperimentalUiName[] = "Use all upcoming UI features";
3557const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483558
Brett Wilson7b44537e2017-08-18 01:38:283559// Feature flags --------------------------------------------------------------
3560
3561#if BUILDFLAG(ENABLE_VR)
3562
David Dorwin5a496c32017-11-17 01:45:053563const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3564const char kWebVrVsyncAlignDescription[] =
3565 "Align WebVR application rendering with VSync for smoother animations.";
3566
Bill Orr103ed272018-02-14 21:23:053567#if BUILDFLAG(ENABLE_OCULUS_VR)
3568const char kOculusVRName[] = "Oculus hardware support";
3569const char kOculusVRDescription[] =
3570 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3571 "Windows 10 or later).";
3572#endif // ENABLE_OCULUS_VR
3573
Bill Orr49527562017-11-22 16:58:483574#if BUILDFLAG(ENABLE_OPENVR)
3575const char kOpenVRName[] = "OpenVR hardware support";
3576const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073577 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3578 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483579#endif // ENABLE_OPENVR
3580
Bill Orrecfb9fe2018-10-02 00:11:103581#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3582const char kXRSandboxName[] = "XR device sandboxing";
3583const char kXRSandboxDescription[] =
3584 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3585#endif // ENABLE_ISOLATED_XR_SERVICE
3586
Brett Wilson7b44537e2017-08-18 01:38:283587#endif // ENABLE_VR
3588
Nico Weberaf3b00b2017-09-11 17:58:173589#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283590
3591const char kNaclDebugMaskName[] =
3592 "Restrict Native Client GDB-based debugging by pattern";
3593const char kNaclDebugMaskDescription[] =
3594 "Restricts Native Client application GDB-based debugging by URL of "
3595 "manifest file. Native Client GDB-based debugging must be enabled for this "
3596 "option to work.";
3597const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3598const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3599 "Debug everything except secure shell and the PNaCl translator.";
3600const char kNaclDebugMaskChoiceIncludeDebug[] =
3601 "Debug only if manifest URL ends with debug.nmf.";
3602
3603const char kNaclDebugName[] = "Native Client GDB-based debugging";
3604const char kNaclDebugDescription[] =
3605 "Enable GDB debug stub. This will stop a Native Client application on "
3606 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3607
3608const char kNaclName[] = "Native Client";
3609const char kNaclDescription[] =
3610 "Support Native Client for all web applications, even those that were not "
3611 "installed from the Chrome Web Store.";
3612
3613const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3614const char kPnaclSubzeroDescription[] =
3615 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3616
Nico Weberaf3b00b2017-09-11 17:58:173617#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283618
Brett Wilson7b44537e2017-08-18 01:38:283619const char kWebrtcH264WithOpenh264FfmpegName[] =
3620 "WebRTC H.264 software video encoder/decoder";
3621const char kWebrtcH264WithOpenh264FfmpegDescription[] =
3622 "When enabled, an H.264 software video encoder/decoder pair is included. "
3623 "If a hardware encoder/decoder is also available it may be used instead of "
3624 "this encoder/decoder.";
3625
Brett Wilson7b44537e2017-08-18 01:38:283626#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3627
3628const char kAutofillCreditCardUploadName[] =
3629 "Enable offering upload of Autofilled credit cards";
3630const char kAutofillCreditCardUploadDescription[] =
3631 "Enables a new option to upload credit cards to Google Payments for sync "
3632 "to all Chrome devices.";
3633
3634#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3635
Becca Hughesdc96e842018-05-04 22:48:283636#if defined(OS_ANDROID)
3637
3638const char kDisplayCutoutAPIName[] =
3639 "Enable support for the Display Cutout API";
3640const char kDisplayCutoutAPIDescription[] =
3641 "Enables developers to support devices that have a display cutout.";
3642
3643#endif // defined(OS_ANDROID)
3644
Brett Wilson7b44537e2017-08-18 01:38:283645// ============================================================================
3646// Don't just add flags to the end, put them in the right section in
3647// alphabetical order just like the header file.
3648// ============================================================================
3649
vabr0215a8e2017-03-28 12:47:343650} // namespace flag_descriptions