blob: ea8417411002f42b1d17bb3466791c959a169a4a [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
Kamila02f7e072018-10-08 09:50:2856const char kAndroidSiteSettingsUIName[] = "Android Site Settings UI changes.";
57const char kAndroidSiteSettingsUIDescription[] =
58 "Enable the new UI "
59 "changes in Site Settings in Android.";
60
Brett Wilsonf27ff602017-07-07 22:28:4761const char kAppBannersName[] = "App Banners";
62const char kAppBannersDescription[] =
63 "Enable the display of Progressive Web App banners, which prompt a user to "
64 "add a web app to their shelf, or other platform-specific equivalent.";
65
Ioana Pandelef9689a062018-06-22 15:35:5166const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
67const char kAutomaticPasswordGenerationDescription[] =
68 "Allow Chrome to offer to generate passwords when it detects account "
69 "creation pages.";
70
Michael Lippautzebbc5a82018-05-30 10:41:4271const char kEnableBlinkHeapIncrementalMarkingName[] =
72 "Blink Heap Incremental Marking";
73const char kEnableBlinkHeapIncrementalMarkingDescription[] =
74 "Enable incremental marking in Blink";
75
Ulan Degenbaevb5466a92018-07-19 12:35:3476const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
77const char kEnableBloatedRendererDetectionDescription[] =
78 "Enable bloated renderer detection";
79
Tetsui Ohkubo2852b952018-02-23 04:12:0180const char kSystemTrayUnifiedName[] = "New system menu";
81const char kSystemTrayUnifiedDescription[] =
Tetsui Ohkubof860b8e2018-02-16 03:50:5582 "Enable the experimental system menu.";
83
Khushalba202212017-07-12 19:53:4984const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
85const char kAsyncImageDecodingDescription[] =
86 "Enables asynchronous decoding of images from raster for web content";
87
Roger McFarlane2eceba982018-05-18 01:37:1188const char kAutofillCacheQueryResponsesName[] =
89 "Cache Autofill Query Responses";
90const char kAutofillCacheQueryResponsesDescription[] =
91 "When enabled, autofill will cache the responses it receives from the "
92 "crowd-sourced field type prediction server.";
93
Jeffrey Cohen05cdafa392018-08-15 20:49:1794const char kAutofillEnableCompanyNameName[] =
95 "Enable Autofill Company Name field";
96const char kAutofillEnableCompanyNameDescription[] =
97 "When enabled, Company Name fields will be auto filled";
98
sebsge35b762c2018-03-29 20:33:2799const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
100const char kAutofillDynamicFormsDescription[] =
101 "Allows autofill to fill dynamically changing forms";
102
Anne Lime625362e2018-08-29 03:13:25103const char kAutofillNoLocalSaveOnUploadSuccessName[] =
104 "Disable locally saving card when credit card upload succeeds";
105const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
106 "When enabled, no local copy of server card will be saved when credit card "
107 "upload succeeds.";
108
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39109const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
110const char kAutofillPrefilledFieldsDescription[] =
111 "Allows autofill to fill fields previously filled by the website";
112
Lei Zhang0ca70ea2018-09-07 17:51:01113const char kAutofillPreviewStyleExperimentName[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18114 "Autofill Preview Style Experiment";
Lei Zhang0ca70ea2018-09-07 17:51:01115const char kAutofillPreviewStyleExperimentDescription[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18116 "Allows experimentation with the Autofill field preview's style.";
117
Parastoo Geranmayeh071d725c2018-06-26 17:35:22118const char kAutofillRationalizeRepeatedServerPredictionsName[] =
119 "Autofill Rationalization of Repeated Server Field Type Predictions";
120const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
121 "Allows autofill to rationalize repeated server field type predictions.";
122
Roger McFarlane1a37d7b2018-04-20 22:45:19123const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
124 "Autofill Enforce Min Required Fields For Heuristics";
125const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
126 "When enabled, autofill will generally require a form to have at least 3 "
127 "fields before allowing heuristic field-type prediction to occur.";
128
129const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
130 "Autofill Enforce Min Required Fields For Query";
131const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
132 "When enabled, autofill will generally require a form to have at least 3 "
133 "fields before querying the autofill server for field-type predictions.";
134
135const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
136 "Autofill Enforce Min Required Fields For Upload";
137const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
138 "When enabled, autofill will generally require a form to have at least 3 "
139 "fillable fields before uploading field-type votes for that form.";
140
Moe Ahmadid3ddfcb2018-04-20 19:51:08141const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
142 "Restrict formless form extraction";
143const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
144 "Restrict extraction of formless forms to checkout flows";
145
Brett Wilsonf27ff602017-07-07 22:28:47146const char kAutoplayPolicyName[] = "Autoplay policy";
147const char kAutoplayPolicyDescription[] =
148 "Policy used when deciding if audio or video is allowed to autoplay.";
149
150const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
151 "User gesture is required for cross-origin iframes.";
152const char kAutoplayPolicyNoUserGestureRequired[] =
153 "No user gesture is required.";
154const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
155const char kAutoplayPolicyDocumentUserActivation[] =
156 "Document user activation is required.";
157
Lei Zhang0ca70ea2018-09-07 17:51:01158const char kAv1DecoderName[] = "Enable AV1 video decoding.";
159const char kAv1DecoderDescription[] =
Johanne0cc6902017-11-16 00:23:50160 "Allow decoding of files with the AV1 video codec.";
161
Brett Wilsonf27ff602017-07-07 22:28:47162const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
163const char kBleAdvertisingInExtensionsDescription[] =
164 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
165 "with regular use of Bluetooth Low Energy features.";
166
Charles Harrisond629cc62017-10-05 01:39:54167const char kBlockTabUndersName[] = "Block tab-unders";
168const char kBlockTabUndersDescription[] =
169 "Blocks tab-unders in Chrome with some native UI to allow the user to "
170 "proceed.";
171
Brett Wilsonf27ff602017-07-07 22:28:47172const char kBrowserTaskSchedulerName[] = "Task Scheduler";
173const char kBrowserTaskSchedulerDescription[] =
174 "Enables redirection of some task posting APIs to the task scheduler.";
175
Carlos IL766fbc882018-02-16 02:34:52176const char kBundledConnectionHelpName[] = "Bundled Connection Help";
177const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37178 "Enables or disables redirection to local help content for users who get "
179 "an interstitial after clicking the 'Learn More' link on a previous "
180 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52181
Brett Wilsonf27ff602017-07-07 22:28:47182const char kBypassAppBannerEngagementChecksName[] =
183 "Bypass user engagement checks";
184const char kBypassAppBannerEngagementChecksDescription[] =
185 "Bypasses user engagement checks for displaying app banners, such as "
186 "requiring that users have visited the site before and that the banner "
187 "hasn't been shown recently. This allows developers to test that other "
188 "eligibility requirements for showing app banners, such as having a "
189 "manifest, are met.";
190
Miguel Casas454d9cf2018-06-28 16:25:00191const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
192const char kCanvas2DImageChromiumDescription[] =
193 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
194
Brett Wilsonf27ff602017-07-07 22:28:47195const char kCastStreamingHwEncodingName[] =
196 "Cast Streaming hardware video encoding";
197const char kCastStreamingHwEncodingDescription[] =
198 "This option enables support in Cast Streaming for encoding video streams "
199 "using platform hardware.";
200
Amber Won478561d2017-08-19 01:02:59201const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
202const char kClickToOpenPDFDescription[] =
203 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
204 "embedded PDFs.";
205
Gary Kacmarcikfb69b212017-11-14 03:41:08206const char kClipboardContentSettingName[] = "Clipboard content setting";
207const char kClipboardContentSettingDescription[] =
208 "Enables a site-wide permission in the UI which controls access to the "
209 "asynchronous clipboard web API";
210
Brett Wilsonf27ff602017-07-07 22:28:47211const char kCloudImportName[] = "Cloud Import";
212const char kCloudImportDescription[] = "Allows the cloud-import feature.";
213
rbpotter9990eb42018-07-12 05:34:59214const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
215const char kCloudPrinterHandlerDescription[] =
216 "Use the new cloud printer handler for communicating with the cloud "
217 "print server, instead of the cloud print interface in the Print "
218 "Preview WebUI.";
219
Christopher Cameronceb8727d2017-09-07 23:53:16220const char kForceColorProfileSRGB[] = "sRGB";
221const char kForceColorProfileP3[] = "Display P3 D65";
222const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
223const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
224
225const char kForceColorProfileName[] = "Force color profile";
226const char kForceColorProfileDescription[] =
227 "Forces Chrome to use a specific color profile instead of the color "
228 "of the window's current monitor, as specified by the operating system.";
229
Brett Wilsonf27ff602017-07-07 22:28:47230const char kCompositedLayerBordersName[] = "Composited render layer borders";
231const char kCompositedLayerBordersDescription[] =
232 "Renders a border around composited Render Layers to help debug and study "
233 "layer compositing.";
234
Theresacd5aaec2018-08-27 20:32:13235const char kContextualSuggestionsAlternateCardLayoutName[] =
236 "Contextual Suggestions Alternate Card Layout";
237const char kContextualSuggestionsAlternateCardLayoutDescription[] =
238 "If enabled, use an alternate card layout for contextual suggestions.";
239
Theresac34db2d2018-06-28 00:03:11240const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
241const char kContextualSuggestionsButtonDescription[] =
242 "If enabled, shows a button to trigger contextual suggestions.";
243
Theresa0f2947b92018-07-02 21:27:58244const char kContextualSuggestionsOptOutName[] =
245 "Contextual Suggestions Opt-out";
246const char kContextualSuggestionsOptOutDescription[] =
247 "If enabled, allows the user to opt out of contextual suggestions.";
248
Brett Wilsonf27ff602017-07-07 22:28:47249const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
250const char kCreditCardAssistDescription[] =
251 "Enable assisted credit card filling on certain sites.";
252
253const char kCrossProcessGuestViewIsolationName[] =
254 "Cross process frames for guests";
255const char kCrossProcessGuestViewIsolationDescription[] =
256 "Highly experimental where guests such as <webview> are implemented on "
257 "the out-of-process iframe infrastructure.";
258
Thanh Le659cb102017-12-20 22:00:19259const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
260const char kDataSaverServerPreviewsDescription[] =
261 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47262
263const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
264const char kDatasaverPromptDescription[] =
265 "Enables a prompt, which appears when a cellular network connection is "
266 "detected, to take the user to the Data Saver extension page on Chrome Web "
267 "Store.";
268const char kDatasaverPromptDemoMode[] = "Demo mode";
269
Wez54dc71b2018-04-17 00:42:34270#if DCHECK_IS_CONFIGURABLE
271const char kDcheckIsFatalName[] = "DCHECKs are fatal";
272const char kDcheckIsFatalDescription[] =
273 "By default Chrome will evaluate in this build, but only log failures, "
274 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
275#endif // DCHECK_IS_CONFIGURABLE
276
Brett Wilsonf27ff602017-07-07 22:28:47277const char kDebugPackedAppName[] = "Debugging for packed apps";
278const char kDebugPackedAppDescription[] =
279 "Enables debugging context menu options such as Inspect Element for packed "
280 "applications.";
281
282const char kDefaultTileHeightName[] = "Default tile height";
283const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
284const char kDefaultTileHeightShort[] = "128";
285const char kDefaultTileHeightTall[] = "256";
286const char kDefaultTileHeightGrande[] = "512";
287const char kDefaultTileHeightVenti[] = "1024";
288
289const char kDefaultTileWidthName[] = "Default tile width";
290const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
291const char kDefaultTileWidthShort[] = "128";
292const char kDefaultTileWidthTall[] = "256";
293const char kDefaultTileWidthGrande[] = "512";
294const char kDefaultTileWidthVenti[] = "1024";
295
296const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
297const char kDebugShortcutsDescription[] =
298 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
299
300const char kDeviceDiscoveryNotificationsName[] =
301 "Device Discovery Notifications";
302const char kDeviceDiscoveryNotificationsDescription[] =
303 "Device discovery notifications on local network.";
304
305const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
306const char kDevtoolsExperimentsDescription[] =
307 "Enables Developer Tools experiments. Use Settings panel in Developer "
308 "Tools to toggle individual experiments.";
309
310const char kDisableAudioForDesktopShareName[] =
311 "Disable Audio For Desktop Share";
312const char kDisableAudioForDesktopShareDescription[] =
313 "With this flag on, desktop share picker window will not let the user "
314 "choose whether to share audio.";
315
Chris Palmer917bc052018-03-14 19:28:31316const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
317const char kDisablePushStateThrottleDescription[] =
318 "Disables throttling of history.pushState and history.replaceState method "
319 "calls.";
320
Brett Wilsonf27ff602017-07-07 22:28:47321const char kDisableTabForDesktopShareName[] =
322 "Disable Desktop Share with tab source";
323const char kDisableTabForDesktopShareDescription[] =
324 "This flag controls whether users can choose a tab for desktop share.";
325
326const char kDisallowDocWrittenScriptsUiName[] =
327 "Block scripts loaded via document.write";
328const char kDisallowDocWrittenScriptsUiDescription[] =
329 "Disallows fetches for third-party parser-blocking scripts inserted into "
330 "the main frame via document.write.";
331
Christopher Thompson2ffffa2c2018-05-18 23:06:37332const char kDisallowUnsafeHttpDownloadsName[] =
333 "Block unsafe downloads over insecure connections";
334const char kDisallowUnsafeHttpDownloadsNameDescription[] =
335 "Disallows downloads of unsafe files (files that can potentially execute "
336 "code), where the final download origin or any origin in the redirect "
337 "chain is insecure.";
338
Brett Wilsonf27ff602017-07-07 22:28:47339const char kDriveSearchInChromeLauncherName[] =
340 "Drive Search in Chrome App Launcher";
341const char kDriveSearchInChromeLauncherDescription[] =
342 "Files from Drive will show up when searching the Chrome App Launcher.";
343
Brett Wilsonf27ff602017-07-07 22:28:47344const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
345const char kEmbeddedExtensionOptionsDescription[] =
346 "Display extension options as an embedded element in chrome://extensions "
347 "rather than opening a new tab.";
348
Dominic Mazzoni8ac98962018-05-25 05:44:55349const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
350const char kEnableAccessibilityObjectModelDescription[] =
351 "Enables experimental support for Accessibility Object Model APIs "
352 "that are in development.";
353
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36354const char kEnableWebPaymentsSingleAppUiSkipName[] =
355 "Enable Web Payments single app UI skip";
356const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
357 "Enable Web Payments to skip showing its UI if the developer specifies a "
358 "single app.";
359
Florian Uunk8c428ea2018-07-18 11:12:52360const char kEnableAutofillAccountWalletStorageName[] =
361 "Enable the account data storage for autofill";
362const char kEnableAutofillAccountWalletStorageDescription[] =
363 "Enable the ephemeral storage for account data for autofill.";
364
Shanfeng Zhang19c16562017-10-17 02:30:40365const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
366 "Credit card autofill ablation experiment.";
367const char kEnableAutofillCreditCardAblationExperimentDescription[] =
368 "If enabled, credit card autofill suggestions will not display.";
369
Brett Wilsonf27ff602017-07-07 22:28:47370const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
371 "Display the last used date of a credit card in autofill.";
372const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
373 "If enabled, display the last used date of a credit card in autofill.";
374
Sujie Zhu2cf0e5c2018-07-17 18:00:27375const char kEnableAutofillCreditCardLocalCardMigrationName[] =
376 "Enable migrating local cards to Google Pay";
377const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
378 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
379
Jared Saulbc672a072018-06-16 05:22:12380const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
381 "Make cardholder name editable in dialog during credit card upload";
382const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
383 "If enabled, in certain situations when offering credit card upload to "
384 "Google Payments, the cardholder name can be edited within the "
385 "offer-to-save dialog, which is prefilled with the name from the signed-in "
386 "Google Account.";
387
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37388const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
389 "Enable Google Pay branding when offering credit card upload on Android";
390const char
391 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
392 "If enabled, shows the Google Pay logo and a shorter header message "
393 "when credit card upload to Google Payments is offered on Android.";
394
siyua9a4a8872018-10-05 03:46:56395const char kEnableAutofillLocalCardMigrationShowFeedbackName[] =
396 "Show the upload results dialog after local card migration";
397const char kEnableAutofillLocalCardMigrationShowFeedbackDescription[] =
398 "If enabled, the local card migration offer dialog will remain pending "
399 "after the user clicks the save button. Once migration is finished, "
400 "the dialog will be updated with the results of each card.";
401
tmartinocd414732018-02-12 19:01:01402const char kEnableAutofillNativeDropdownViewsName[] =
403 "Display Autofill Dropdown Using Views";
404const char kEnableAutofillNativeDropdownViewsDescription[] =
405 "If enabled, the Autofill Dropdown will be built natively using Views, "
406 "rather than painted directly to a canvas.";
407
Fabio Tirelo87552e02018-07-06 15:43:21408const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
409 "Show unlabeled expiration dates on the save card dialog";
410const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
411 "If enabled, expiration dates on the save card dialog (both local and "
412 "upstream) are shown without an 'Exp:' label.";
413
Manas Verma99541e52018-08-03 20:37:23414const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
415 "Show Sign-In/Sync promo after saving a card locally";
416const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
417 "If enabled, shows a sign in prompt to the user after the user "
418 "saves a card locally. This also introduces a Manage Cards bubble "
419 "which you can access from the card icon after saving a card.";
420
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23421const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
422 "Send experiment flag IDs in calls to Google Payments";
423const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
424 "If enabled, adds the status of certain experiment variations when making "
425 "calls to Google Payments.";
426
Becca Hughes4d896c42018-05-29 16:58:51427const char kEnableAutoplayIgnoreWebAudioName[] =
428 "Autoplay ignores WebAudio playbacks";
429const char kEnableAutoplayIgnoreWebAudioDescription[] =
430 "If enabled, autoplay restrictions will be ignored for WebAudio.";
431
Becca Hughesc62f6a1d2018-08-16 15:59:47432const char kEnableAutoplayUnifiedSoundSettingsName[] =
433 "Autoplay unified sound settings UI";
434const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
435 "If enabled, shows the new unified autoplay sound settings UI.";
436
Brett Wilsonf27ff602017-07-07 22:28:47437const char kEnableBrotliName[] = "Brotli Content-Encoding.";
438const char kEnableBrotliDescription[] =
439 "Enable Brotli Content-Encoding support.";
440
Qiang Xu0f602fe62017-12-22 01:31:20441const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
442const char kEnableCaptivePortalRandomUrlDescription[] =
443 "Enable Captive Portal URL randomization.";
444
Eriko Kurimoto36975992018-08-09 07:15:13445const char kEnableChromevoxDeveloperOptionName[] =
446 "Enable Chromevox developer option";
447const char kEnableChromevoxDeveloperOptionDescription[] =
448 "This option provides tools for developing in chromevox.";
449
sclittle50e4bb92017-07-08 02:23:03450const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
451
452const char kEnableClientLoFiDescription[] =
453 "Enable showing low fidelity images on some pages on slow networks.";
454
Patrick Noland8bc57472018-06-19 21:09:54455const char kEnableCSSFragmentIdentifiersName[] =
456 "Enable CSS Fragment Identifiers";
457const char kEnableCSSFragmentIdentifiersDescription[] =
458 "Enable support for specifying a target element using a css selector in "
459 "the fragment identifier.";
460
David Reveman87b4b692018-03-09 21:22:22461const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
462const char kEnableCursorMotionBlurDescription[] =
463 "Enable motion blur effect for the cursor.";
464
Ramin Halavati6f5d9852018-06-20 09:37:05465const char kEnableEphemeralFlashPermissionName[] =
466 "Enable Ephemeral Flash Permissions";
467const char kEnableEphemeralFlashPermissionDescription[] =
468 "When enabled, Flash plugin permissions are reset at the end of the "
469 "browser session.";
470
Doug Arnett08b4067b2017-10-12 20:14:44471const char kEnableNoScriptPreviewsName[] = "NoScript previews";
472
473const char kEnableNoScriptPreviewsDescription[] =
474 "Enable disabling JavaScript on some pages on slow networks.";
475
Thanh Le2c279fbc2017-11-21 01:25:40476const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
477const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
478const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
479const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
480const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
481const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
482const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
483const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
484const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
485const char kDataReductionProxyServerAlternative10[] =
486 "Use alt. server config 10";
Brett Wilsonf27ff602017-07-07 22:28:47487const char kEnableDataReductionProxyServerExperimentName[] =
488 "Use an alternative Data Saver back end configuration.";
489const char kEnableDataReductionProxyServerExperimentDescription[] =
490 "Enable a different approach to saving data by configuring the back end "
491 "server";
492
493const char kEnableDataReductionProxySavingsPromoName[] =
494 "Data Saver 1 MB Savings Promo";
495const char kEnableDataReductionProxySavingsPromoDescription[] =
496 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
497 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
498 "enabled for the promo to be shown.";
499
Matt Giucad4870432017-11-24 01:04:38500const char kEnableDesktopPWAsName[] = "Desktop PWAs";
501const char kEnableDesktopPWAsDescription[] =
502 "Experimental windowing and install banner treatment for Progressive Web "
503 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17504
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59505const char kEnableDesktopPWAsLinkCapturingName[] =
506 "Desktop PWAs Link Capturing";
507const char kEnableDesktopPWAsLinkCapturingDescription[] =
508 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
509 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
510 "#enable-desktop-pwas.";
511
Christopher Lame66b7812018-09-26 01:49:24512const char kEnableSystemWebAppsName[] = "System Web Apps";
513const char kEnableSystemWebAppsDescription[] =
514 "Experimental system for using the Desktop PWA framework for running System"
515 "Apps (e.g Settings, Discover).";
516
Ahmed Fakhry0037de02018-01-29 19:58:31517const char kEnableDockedMagnifierName[] = "Docked Magnifier";
518const char kEnableDockedMagnifierDescription[] =
519 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
520
Ramya Nagarajan5b41d8d2018-04-02 19:53:02521const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
522const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09523 "Enables the Emoji picker item in context menus for editable text areas, if"
524 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02525
Brett Wilsonf27ff602017-07-07 22:28:47526const char kEnableEnumeratingAudioDevicesName[] =
527 "Experimentally enable enumerating audio devices.";
528const char kEnableEnumeratingAudioDevicesDescription[] =
529 "Experimentally enable the use of enumerating audio devices.";
530
531const char kEnableGenericSensorName[] = "Generic Sensor";
532const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25533 "Enables motion sensor classes based on Generic Sensor API, i.e. "
534 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
535 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
536
537const char kEnableGenericSensorExtraClassesName[] =
538 "Generic Sensor Extra Classes";
539const char kEnableGenericSensorExtraClassesDescription[] =
540 "Enables an extra set of sensor classes based on Generic Sensor API, which "
541 "expose previously unavailable platform features, i.e. AmbientLightSensor "
542 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47543
Brett Wilsonf27ff602017-07-07 22:28:47544const char kEnableHDRName[] = "HDR mode";
545const char kEnableHDRDescription[] =
546 "Enables HDR support on compatible displays.";
547
Ryan Sturm6a850902018-06-09 02:27:34548const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
549const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09550 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25551 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01552 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
553 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34554
Robert Ogden5a63b242018-09-17 21:38:57555const char kEnablePreviewsAndroidOmniboxUIName[] =
556 "Previews Android Omnibox UI";
557const char kEnablePreviewsAndroidOmniboxUIDescription[] =
558 "Enable showing the Previews UI in the Omnibox on Android instead of an "
559 "InfoBar. This has no effect on other platforms.";
560
Brett Wilsonf27ff602017-07-07 22:28:47561const char kEnableHttpFormWarningName[] =
562 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15563 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47564const char kEnableHttpFormWarningDescription[] =
565 "Attaches a warning UI to any password or credit card fields detected when "
566 "the top-level page is not HTTPS";
567
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41568const char kLayeredAPIName[] = "Experimental layered APIs";
569const char kLayeredAPIDescription[] =
570 "Enable layered API infrastructure, as well as several experimental "
571 "layered APIs. The syntax and the APIs exposed are experimental and will "
572 "change over time.";
573
Ian Kilpatricke68ef11a2018-07-04 03:52:10574const char kEnableLayoutNGName[] = "Enable LayoutNG";
575const char kEnableLayoutNGDescription[] =
576 "Enable Blink's next generation layout engine.";
577
Scott Littled0fd2d002018-04-13 03:37:26578const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
579const char kEnableLazyFrameLoadingDescription[] =
580 "Defers the loading of certain cross-origin frames until the page is "
581 "scrolled down near them.";
582
rajendrant793ff512018-08-10 17:07:59583const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
584const char kEnableLazyImageLoadingDescription[] =
585 "Defers the loading of images until the page is scrolled down near them.";
586
Sidney San Martín9375b892017-09-09 00:29:54587const char kEnableMacMaterialDesignDownloadShelfName[] =
588 "Enable Material Design download shelf";
589
590const char kEnableMacMaterialDesignDownloadShelfDescription[] =
591 "If enabled, the download shelf uses Material Design.";
592
Anton Urusov47cd4932017-09-19 14:41:41593const char kEnablePolicyToolName[] = "Enable policy management page";
594const char kEnablePolicyToolDescription[] =
595 "If enabled, the chrome://policy-tool URL loads a page for managing "
596 "policies.";
597
Tsuyoshi Horoea7edb72017-11-12 04:14:00598const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache";
599const char kEnablePWAFullCodeCacheDescription[] =
600 "Generate V8 code cache in Cache Storage while installing Service Worker "
601 "for PWAs.";
602
Weidong Guof1e5a892018-01-06 02:26:39603const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28604 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39605const char kDisableMultiMirroringDescription[] =
606 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28607
Brett Wilsonf27ff602017-07-07 22:28:47608const char kEnableNavigationTracingName[] = "Enable navigation tracing";
609const char kEnableNavigationTracingDescription[] =
610 "This is to be used in conjunction with the trace-upload-url flag. "
611 "WARNING: When enabled, Chrome will record performance data for every "
612 "navigation and upload it to the URL specified by the trace-upload-url "
613 "flag. The trace may include personally identifiable information (PII) "
614 "such as the titles and URLs of websites you visit.";
615
Bernhard Bauer5533f9912017-11-06 17:56:02616const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
617const char kEnableNetworkLoggingToFileDescription[] =
618 "Enables network logging to a file named netlog.json in the user data "
619 "directory. The file can be imported into chrome://net-internals.";
620
Brett Wilsonf27ff602017-07-07 22:28:47621const char kEnableNetworkServiceName[] = "Enable network service";
622const char kEnableNetworkServiceDescription[] =
623 "Enables the network service, which makes network requests through a "
John Abd-El-Malek225b04d2018-09-07 22:41:40624 "separate process.";
Brett Wilsonf27ff602017-07-07 22:28:47625
John Abd-El-Malek8067cc02017-12-04 23:23:20626const char kEnableNetworkServiceInProcessName[] =
627 "Runs network service in-process";
628const char kEnableNetworkServiceInProcessDescription[] =
629 "Runs the network service in the browser process.";
630
dpapaded8349472017-10-25 03:21:27631const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
632const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37633 "If enabled, Print Preview will display a newer UI. This feature is "
634 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27635
Ahmed Fakhry2fd8fc82017-07-28 16:31:12636const char kEnableNightLightName[] = "Enable Night Light";
637const char kEnableNightLightDescription[] =
638 "Enable the Night Light feature which controls the color temperature of "
639 "the screen.";
640
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28641const char kEnableNotificationScrollBarName[] =
642 "Enable notification list scroll bar";
643const char kEnableNotificationScrollBarDescription[] =
644 "Enable the scroll bar of the notification list in Unified System Tray.";
645
Tetsui Ohkubo2aa9d1e2018-10-03 03:43:07646const char kEnableNewMessageListViewName[] = "Enable new message list view";
647const char kEnableNewMessageListViewDescription[] =
648 "Enable new implementation of message list view.";
649
xlou8b56f672018-02-09 23:34:30650const char kEnableNupPrintingName[] = "Enable N-up printing";
651const char kEnableNupPrintingDescription[] =
652 "Enable N-up printing in the print preview panel.";
653
Sophie Chang117a3b22017-10-24 22:25:36654const char kEnableOptimizationHintsName[] = "Optimization Hints";
655const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50656 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36657 "into decisions for what optimizations to perform on some pages on slow "
658 "networks.";
659
Yutaka Hirano98be3272017-08-07 17:55:39660const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
661const char kEnableOutOfBlinkCORSDescription[] =
662 "CORS handling logic is moved out of blink.";
663
Sammie Quon0fbf0782018-05-01 22:11:08664const char kEnableOverviewSwipeToCloseName[] =
665 "Enable overview swipe to close.";
666const char kEnableOverviewSwipeToCloseDescription[] =
667 "Enables closing of items in overview mode by dragging or flinging "
668 "vertically.";
669
kylechar7051c092018-02-05 20:31:39670const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
671const char kVizDisplayCompositorDescription[] =
672 "If enabled, the display compositor runs as part of the viz service in the"
673 "GPU process.";
674
Ria Jiang6a129b982018-03-01 18:30:40675const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
676const char kVizHitTestDrawQuadDescription[] =
677 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
678 "with hit-test data computed from the CompositorFrame.";
679
Erik Chen49bbfa22017-08-18 08:49:56680const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23681 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56682const char kEnableOutOfProcessHeapProfilingDescription[] =
683 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19684 "malloced objects. Heap dumps can be obtained at chrome://tracing "
685 "[category:memory-infra] and chrome://memory-internals. This setting "
686 "controls which processes are profiled. As long as this setting is not "
687 "disabled, users can start profiling any given process in "
688 "chrome://memory-internals.";
689const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
690const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
691const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
692const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
693const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10694const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19695 "None by default. Visit chrome://memory-internals to choose which "
696 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15697const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
698 "Profile a random sampling of renderer processes, ensuring only one is "
699 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19700
Erik Chen8bb76b52017-12-06 19:06:25701const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19702 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25703const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
704 "By default, small allocations are pruned from the heap dump. This reduces "
705 "the size of the compressed trace by 100x. If pruning is disabled, the "
706 "chrome://tracing UI may be unable to take or load the trace. Save the "
707 "trace directly using chrome://memory-internals, and use other mechanisms "
708 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
709 "automatically uploaded traces will always be pruned. This only affects "
710 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56711
erikchen8bc20d82018-02-14 03:21:51712const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
713const char kOutOfProcessHeapProfilingSamplingDescription[] =
714 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22715 "10000. This results in low noise for large and/or frequent allocations ["
716 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
717 "total size of malloc-ed objects] and large and/or frequent allocations "
718 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51719
Erik Chen3303fd0232018-01-11 20:29:05720const char kOOPHPStackModeName[] =
721 "The type of stack to record for memlog heap dumps";
722const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19723 "By default, memlog heap dumps record native stacks, which requires a "
724 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55725 "pointers to work on Android. Native with thread names will add the thread "
726 "name as the first frame of each native stack. It's also possible to "
727 "record a pseudo stack using trace events as identifiers. It's also "
728 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19729const char kOOPHPStackModeMixed[] = "Mixed";
730const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55731const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19732const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05733
François Beaufort2e75f492018-02-08 20:44:46734const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47735const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46736 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47737
F#m59d036e2017-09-13 07:22:17738const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
739const char kEnablePixelCanvasRecordingDescription[] =
740 "Pixel canvas recording allows the compositor to raster contents aligned "
741 "with the pixel and improves text rendering. This should be enabled when a "
742 "device is using fractional scale factor.";
743
Ella Gebee81c92018-08-14 15:51:09744const char kEnableResamplingInputEventsName[] =
745 "Enable resampling input events";
746const char kEnableResamplingInputEventsDescription[] =
747 "Predicts mouse and touch inputs position at rAF time based on previous "
748 "input";
749const char kEnableResamplingScrollEventsName[] =
750 "Enable resampling scroll events";
751const char kEnableResamplingScrollEventsDescription[] =
752 "Predicts the scroll amount at vsync time based on previous input";
753
Doug Arnettaa0bf202018-08-27 19:42:11754const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
755const char kEnableResourceLoadingHintsDescription[] =
756 "Enable using server-provided resource loading hints to provide a preview "
757 "over slow network connections.";
758
Lei Zhang0ca70ea2018-09-07 17:51:01759const char kEnableSyncUserConsentSeparateTypeName[] =
vitaliiid36191b2018-06-11 07:40:49760 "Enable separate sync type for consents";
Lei Zhang0ca70ea2018-09-07 17:51:01761const char kEnableSyncUserConsentSeparateTypeDescription[] =
vitaliiid36191b2018-06-11 07:40:49762 "Emit user consents as a separate sync type instead of user events.";
763
Mohamed Amir Yosef0178fa892018-07-23 17:43:52764const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
765const char kEnableSyncUSSBookmarksDescription[] =
766 "Enables the new, experimental implementation of bookmark sync";
767
Mikel Astiz38837f82018-04-24 22:23:23768const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
769const char kEnableSyncUSSSessionsDescription[] =
770 "Enables the new, experimental implementation of session sync (aka tab "
771 "sync).";
772
Brett Wilsonf27ff602017-07-07 22:28:47773const char kEnableUseZoomForDsfName[] =
774 "Use Blink's zoom for device scale factor.";
775const char kEnableUseZoomForDsfDescription[] =
776 "If enabled, Blink uses its zooming mechanism to scale content for device "
777 "scale factor.";
778const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
779const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
780const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
781
Patrick Noland8ee016e2018-01-24 11:44:53782const char kEnableScrollAnchorSerializationName[] =
783 "Scroll Anchor Serialization";
784const char kEnableScrollAnchorSerializationDescription[] =
785 "Save the scroll anchor and use it to restore the scroll position when "
786 "navigating.";
787
Brad Nelson5cd500e2018-01-04 00:50:19788const char kEnableSharedArrayBufferName[] =
789 "Experimental enabled SharedArrayBuffer support in JavaScript.";
790const char kEnableSharedArrayBufferDescription[] =
791 "Enable SharedArrayBuffer support in JavaScript.";
792
Brett Wilsonf27ff602017-07-07 22:28:47793const char kEnableWasmName[] = "WebAssembly structured cloning support.";
794const char kEnableWasmDescription[] =
795 "Enable web pages to use WebAssembly structured cloning.";
796
Kim Paulhamusae635a32018-06-27 07:30:54797const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
798const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47799 "Enable Web Authentication API support.";
800
Lei Zhang0ca70ea2018-09-07 17:51:01801const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47802 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01803const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47804 "Enable the cloud-assisted pairingless BLE protocol for use with "
805 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54806
Brett Wilsonf27ff602017-07-07 22:28:47807const char kEnableImageCaptureAPIName[] = "Image Capture API";
808const char kEnableImageCaptureAPIDescription[] =
809 "Enables the Web Platform Image Capture API: takePhoto(), "
810 "getPhotoCapabilities(), etc.";
811
812const char kEnableZeroSuggestRedirectToChromeName[] =
813 "Experimental contextual omnibox suggestion";
814const char kEnableZeroSuggestRedirectToChromeDescription[] =
815 "Change omnibox contextual suggestions to an experimental source. Note "
816 "that this is not an on/off switch for contextual omnibox and it only "
817 "applies to suggestions provided before the user starts typing a URL or a "
818 "search query (i.e. zero suggest).";
819
Clemens Hammacher0c8a15a2018-04-27 13:45:32820const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
821const char kEnableWasmBaselineDescription[] =
822 "Enables WebAssembly baseline compilation and tier up.";
823
Ben Smith24c1e5c2018-06-20 01:09:02824const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
825const char kEnableWasmThreadsDescription[] =
826 "Enables support for the WebAssembly Threads proposal. Implies "
827 "#shared-array-buffer and #enable-webassembly.";
828
Brett Wilsonf27ff602017-07-07 22:28:47829const char kExpensiveBackgroundTimerThrottlingName[] =
830 "Throttle expensive background timers";
831const char kExpensiveBackgroundTimerThrottlingDescription[] =
832 "Enables intervention to limit CPU usage of background timers to 1%.";
833
834const char kExperimentalAppBannersName[] = "Experimental app banners";
835const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38836 "Enables a new experimental app banner flow and UI. Implies "
837 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47838
839const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
840const char kExperimentalCanvasFeaturesDescription[] =
841 "Enables the use of experimental canvas features which are still in "
842 "development.";
843
Nicholas Verneccd8259802018-02-22 01:22:04844const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
845const char kExperimentalCrostiniUIDescription[] =
846 "Enables in-development Crostini features.";
847
Brett Wilsonf27ff602017-07-07 22:28:47848const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
849const char kExperimentalExtensionApisDescription[] =
850 "Enables experimental extension APIs. Note that the extension gallery "
851 "doesn't allow you to upload extensions that use experimental APIs.";
852
853const char kExperimentalFullscreenExitUIName[] =
854 "Experimental fullscreen exit UI";
855const char kExperimentalFullscreenExitUIDescription[] =
856 "Displays experimental UI to allow mouse and touch input methods to exit "
857 "fullscreen mode.";
858
Ian Clelland37a985d2018-05-04 02:43:13859const char kExperimentalProductivityFeaturesName[] =
860 "Experimental Productivity Features";
861const char kExperimentalProductivityFeaturesDescription[] =
862 "Enable support for experimental developer productivity features, such as "
863 "Layered APIs and policies for avoiding slow rendering.";
864
Brett Wilsonf27ff602017-07-07 22:28:47865const char kExperimentalSecurityFeaturesName[] =
866 "Potentially annoying security features";
867const char kExperimentalSecurityFeaturesDescription[] =
868 "Enables several security features that will likely break one or more "
869 "pages that you visit on a daily basis. Strict mixed content checking, for "
870 "example. And locking powerful features to secure contexts. This flag will "
871 "probably annoy you.";
872
873const char kExperimentalWebPlatformFeaturesName[] =
874 "Experimental Web Platform features";
875const char kExperimentalWebPlatformFeaturesDescription[] =
876 "Enables experimental Web Platform features that are in development.";
877
878const char kExtensionContentVerificationName[] =
879 "Extension Content Verification";
880const char kExtensionContentVerificationDescription[] =
881 "This flag can be used to turn on verification that the contents of the "
882 "files on disk for extensions from the webstore match what they're "
883 "expected to be. This can be used to turn on this feature if it would not "
884 "otherwise have been turned on, but cannot be used to turn it off (because "
885 "this setting can be tampered with by malware).";
886const char kExtensionContentVerificationBootstrap[] =
887 "Bootstrap (get expected hashes, but do not enforce them)";
888const char kExtensionContentVerificationEnforce[] =
889 "Enforce (try to get hashes, and enforce them if successful)";
890const char kExtensionContentVerificationEnforceStrict[] =
891 "Enforce strict (hard fail if we can't get hashes)";
892
893const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
894const char kExtensionsOnChromeUrlsDescription[] =
895 "Enables running extensions on chrome:// URLs, where extensions explicitly "
896 "request this permission.";
galinapae72e152017-05-12 13:12:28897
Brett Wilsonecb80982017-07-12 20:34:51898const char kFastUnloadName[] = "Fast tab/window close";
899const char kFastUnloadDescription[] =
900 "Enables fast tab/window closing - runs a tab's onunload js handler "
901 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34902
Brett Wilsonecb80982017-07-12 20:34:51903const char kFeaturePolicyName[] = "Feature Policy";
904const char kFeaturePolicyDescription[] =
905 "Enables granting and removing access to features through the "
906 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34907
Brett Wilsonecb80982017-07-12 20:34:51908const char kFontCacheScalingName[] = "FontCache scaling";
909const char kFontCacheScalingDescription[] =
910 "Reuse a cached font in the renderer to serve different sizes of font for "
911 "faster layout.";
912
913const char kForceEffectiveConnectionTypeName[] =
914 "Override effective connection type";
915const char kForceEffectiveConnectionTypeDescription[] =
916 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:30917 "returned by the network quality estimator. Slow 2G on Cellular returns "
918 "Slow 2G when connected to a cellular network, and the actual estimate "
919 "effective connection type when not on a cellular network. Previews are "
920 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:51921const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
922const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
923const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:30924const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
925 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:51926const char kEffectiveConnectionType2GDescription[] = "2G";
927const char kEffectiveConnectionType3GDescription[] = "3G";
928const char kEffectiveConnectionType4GDescription[] = "4G";
929
930const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
931const char kFillOnAccountSelectDescription[] =
932 "Filling of passwords when an account is explicitly selected by the user "
933 "rather than autofilling credentials on page load.";
934
Brett Wilsonecb80982017-07-12 20:34:51935const char kForceTextDirectionName[] = "Force text direction";
936const char kForceTextDirectionDescription[] =
937 "Explicitly force the per-character directionality of UI text to "
938 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
939 "direction of the character language.";
940const char kForceDirectionLtr[] = "Left-to-right";
941const char kForceDirectionRtl[] = "Right-to-left";
942
943const char kForceUiDirectionName[] = "Force UI direction";
944const char kForceUiDirectionDescription[] =
945 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
946 "mode, overriding the default direction of the UI language.";
947
948const char kFramebustingName[] =
949 "Framebusting requires same-origin or a user gesture";
950const char kFramebustingDescription[] =
951 "Don't permit an iframe to navigate the top level browsing context unless "
952 "they are same-origin or the iframe is processing a user gesture.";
953
954const char kGamepadExtensionsName[] = "Gamepad Extensions";
955const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:22956 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynoldsa8f2f692018-07-16 17:12:06957const char kGamepadPollingRateName[] = "Override Gamepad Polling Rate";
Matt Reynolds660a47752018-06-28 19:42:48958const char kGamepadPollingRateDescription[] =
Matt Reynoldsa8f2f692018-07-16 17:12:06959 "Overrides the rate at which gamepad input devices are polled. Increasing "
Matt Reynolds660a47752018-06-28 19:42:48960 "the polling rate improves the average latency of button and axis inputs "
961 "but may negatively affect performance.";
Matt Reynolds043469f2018-05-01 22:56:58962const char kGamepadVibrationName[] = "Gamepad Vibration";
963const char kGamepadVibrationDescription[] =
964 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:51965
Brett Wilsonecb80982017-07-12 20:34:51966const char kGpuRasterizationMsaaSampleCountName[] =
967 "GPU rasterization MSAA sample count.";
968const char kGpuRasterizationMsaaSampleCountDescription[] =
969 "Specify the number of MSAA samples for GPU rasterization.";
970const char kGpuRasterizationMsaaSampleCountZero[] = "0";
971const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
972const char kGpuRasterizationMsaaSampleCountFour[] = "4";
973const char kGpuRasterizationMsaaSampleCountEight[] = "8";
974const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
975
976const char kGpuRasterizationName[] = "GPU rasterization";
977const char kGpuRasterizationDescription[] =
978 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28979const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51980
981const char kGoogleProfileInfoName[] = "Google profile name and icon";
982const char kGoogleProfileInfoDescription[] =
983 "Enables using Google information to populate the profile name and icon in "
984 "the avatar menu.";
985
Takumi Fujimotofb71e332018-03-31 14:04:08986const char kViewsCastDialogName[] = "Views Cast dialog";
987const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:31988 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:53989 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:54990 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:08991
Manu Cornet4a908de2018-04-09 04:32:27992const char kHideActiveAppsFromShelfName[] =
993 "Hide running apps (that are not pinned) from the shelf";
994const char kHideActiveAppsFromShelfDescription[] =
995 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:25996
Brett Wilsonecb80982017-07-12 20:34:51997const char kHistoryRequiresUserGestureName[] =
998 "New history entries require a user gesture.";
999const char kHistoryRequiresUserGestureDescription[] =
1000 "Require a user gesture to add a history entry.";
1001const char kHyperlinkAuditingName[] = "Hyperlink auditing";
1002const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
1003
Ryan Landay4242dbc22018-04-04 01:47:331004const char kHorizontalTabSwitcherAndroidName[] =
1005 "Enable horizontal tab switcher";
1006const char kHorizontalTabSwitcherAndroidDescription[] =
1007 "Changes the layout of the Android tab switcher so tabs scroll "
1008 "horizontally instead of vertically.";
1009
Brett Wilsonecb80982017-07-12 20:34:511010const char kHostedAppQuitNotificationName[] =
1011 "Quit notification for hosted apps";
1012const char kHostedAppQuitNotificationDescription[] =
1013 "Display a notification when quitting Chrome if hosted apps are currently "
1014 "running.";
1015
1016const char kHostedAppShimCreationName[] =
1017 "Creation of app shims for hosted apps on Mac";
1018const char kHostedAppShimCreationDescription[] =
1019 "Create app shims on Mac when creating a hosted app.";
1020
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481021const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1022const char kHtmlBasedUsernameDetectorDescription[] =
1023 "Use HTML-based username detector for the password manager.";
1024
Brett Wilsonecb80982017-07-12 20:34:511025const char kIconNtpName[] = "Large icons on the New Tab page";
1026const char kIconNtpDescription[] =
1027 "Enable the experimental New Tab page using large icons.";
1028
1029const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1030const char kIgnoreGpuBlacklistDescription[] =
1031 "Overrides the built-in software rendering list and enables "
1032 "GPU-acceleration on unsupported system configurations.";
1033
Ryan Sturm8c3dbc92018-06-26 19:22:371034const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441035const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371036 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441037
Claudio Magni61c210922017-12-28 00:29:511038const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1039const char kImprovedLanguageSettingsDescription[] =
1040 "Set of changes for Language Settings. These changes are intended to fix "
1041 "the major bugs related to Language Settings.";
1042
Brett Wilsonecb80982017-07-12 20:34:511043const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1044const char kInProductHelpDemoModeChoiceDescription[] =
1045 "Selects the In-Product Help demo mode.";
1046
1047const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1048const char kJavascriptHarmonyDescription[] =
1049 "Enable web pages to use experimental JavaScript features.";
1050
1051const char kJavascriptHarmonyShippingName[] =
1052 "Latest stable JavaScript features";
1053const char kJavascriptHarmonyShippingDescription[] =
1054 "Some web pages use legacy or non-standard JavaScript extensions that may "
1055 "conflict with the latest JavaScript features. This flag allows disabling "
1056 "support of those features for compatibility with such pages.";
1057
gogeraldfd7675d2018-06-19 22:57:351058const char kJustInTimeServiceWorkerPaymentAppName[] =
1059 "Just-in-time service worker payment app";
1060const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1061 "Allow crawling just-in-time service worker payment app when there is no "
1062 "installed service worker payment app for a payment request.";
1063
Yutaka Hiranof7f2f632017-09-06 10:40:081064const char kKeepAliveRendererForKeepaliveRequestsName[] =
1065 "Keep a renderer alive for keepalive fetch requests";
1066const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1067 "Keep a render process alive when the process has a pending fetch request "
1068 "with `keepalive' specified.";
1069
Joe Downing095fd6d2018-02-01 18:40:361070const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1071const char kKeyboardLockApiDescription[] =
1072 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1073 "specific key events and have them routed directly to the webpage when in "
1074 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1075
Brett Wilsonecb80982017-07-12 20:34:511076const char kLcdTextName[] = "LCD text antialiasing";
1077const char kLcdTextDescription[] =
1078 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1079 "(subpixel) when doing accelerated compositing.";
1080
Matt Giucac399982f2017-10-06 07:51:291081const char kLeftToRightUrlsName[] =
1082 "Render bidirectional URLs from left to right";
1083const char kLeftToRightUrlsDescription[] =
1084 "An experimental Bidi URL rendering algorithm where the URL components are "
1085 "always shown in order from left to right, regardless of any RTL "
1086 "characters. (The contents of each component are still rendered with the "
1087 "normal Bidi algorithm.)";
1088
Brett Wilsonecb80982017-07-12 20:34:511089const char kLoadMediaRouterComponentExtensionName[] =
1090 "Load Media Router Component Extension";
1091const char kLoadMediaRouterComponentExtensionDescription[] =
1092 "Loads the Media Router component extension at startup.";
1093
Mustafa Emre Acer137dc8b2018-08-29 20:38:131094const char kLookalikeUrlNavigationSuggestionsName[] =
1095 "Navigation suggestions for lookalike URLs";
1096const char kLookalikeUrlNavigationSuggestionsDescription[] =
1097 "Enable navigation suggestions for URLs that are visually similar to "
1098 "popular domains or to domains with a site engagement score.";
1099
Brett Wilsonecb80982017-07-12 20:34:511100const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1101const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511102
Lei Zhang2eca9082017-10-17 20:42:501103const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1104const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511105 "If enabled, the Incognito New Tab page uses the new material design with "
1106 "a better readable text.";
1107
spqchanb87755692018-04-05 00:46:091108const char kMediaRouterCastAllowAllIPsName[] =
1109 "Connect to Cast devices on all IP addresses";
1110const char kMediaRouterCastAllowAllIPsDescription[] =
1111 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311112 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091113
Brett Wilsonecb80982017-07-12 20:34:511114const char kMemoryCoordinatorName[] = "Memory coordinator";
1115const char kMemoryCoordinatorDescription[] =
1116 "Enable memory coordinator instead of memory pressure listeners.";
1117
1118const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1119const char kMessageCenterNewStyleNotificationDescription[] =
1120 "Enables the experiment style of material-design notification";
1121
Brett Wilsonecb80982017-07-12 20:34:511122const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1123const char kMhtmlGeneratorOptionDescription[] =
1124 "Provides experimental options for MHTML file generator.";
1125const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1126const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1127
Kouhei Ueno08445c22017-09-05 03:58:301128const char kModuleScriptsDynamicImportName[] =
1129 "Enable ECMAScript 6 modules dynamic import";
1130const char kModuleScriptsDynamicImportDescription[] =
1131 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
1132 "Blink.";
1133
Hiroshige Hayashizaki15c2eb92017-10-20 04:57:051134const char kModuleScriptsImportMetaUrlName[] =
1135 "Enable ECMAScript 6 modules import.meta.url";
1136const char kModuleScriptsImportMetaUrlDescription[] =
1137 "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and "
1138 "Blink.";
1139
Brett Wilsonecb80982017-07-12 20:34:511140const char kNewAudioRenderingMixingStrategyName[] =
1141 "New audio rendering mixing strategy";
1142const char kNewAudioRenderingMixingStrategyDescription[] =
1143 "Use the new audio rendering mixing strategy.";
1144
1145const char kNewBookmarkAppsName[] = "The new bookmark app system";
1146const char kNewBookmarkAppsDescription[] =
1147 "Enables the new system for creating bookmark apps.";
1148
Vadym Doroshenkocd4ff782018-07-24 13:41:021149const char kNewPasswordFormParsingName[] =
1150 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241151const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021152 "Replaces existing form parsing for filling in password manager with a new "
1153 "version, currently under development. WARNING: when enabled, Password "
1154 "Manager might stop working";
1155
1156const char kNewPasswordFormParsingForSavingName[] =
1157 "New password form parsing for saving passwords";
1158const char kNewPasswordFormParsingForSavingDescription[] =
1159 "Replaces existing form parsing for saving in password manager with a new "
1160 "version, currently under development. WARNING: when enabled, Password "
1161 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241162
Brett Wilsonecb80982017-07-12 20:34:511163const char kNewRemotePlaybackPipelineName[] =
1164 "Enable the new remote playback pipeline.";
1165const char kNewRemotePlaybackPipelineDescription[] =
1166 "Enable the new pipeline for playing media element remotely via "
1167 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501168const char kUseSurfaceLayerForVideoName[] =
1169 "Enable the use of SurfaceLayer objects for videos.";
1170const char kUseSurfaceLayerForVideoDescription[] =
1171 "Enable compositing onto a Surface instead of a VideoLayer "
1172 "for videos.";
CJ DiMeglioe6e258a2018-08-10 21:41:571173const char kUseSurfaceLayerForVideoMSName[] =
1174 "Enable the use of SurfaceLayer objects for media stream videos.";
1175const char kUseSurfaceLayerForVideoMSDescription[] =
1176 "Enable compositing onto a Surface instead of a VideoLayer "
1177 "for media stream videos.";
Brett Wilsonecb80982017-07-12 20:34:511178
1179const char kNewUsbBackendName[] = "Enable new USB backend";
1180const char kNewUsbBackendDescription[] =
1181 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341182
Sonny Sasaka2d200432018-03-22 17:43:161183const char kNewblueName[] = "Newblue";
1184const char kNewblueDescription[] =
1185 "Enables the use of newblue Bluetooth daemon.";
1186
Peter Kasting63097912018-06-30 02:09:031187const char kNewTabButtonPosition[] = "New tab button position";
1188const char kNewTabButtonPositionDescription[] =
1189 "Controls placement of the new tab button within the tabstrip.";
1190const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1191const char kNewTabButtonPositionLeading[] = "Leading";
1192const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1193const char kNewTabButtonPositionTrailing[] = "Trailing";
1194
Egor Pasko6fed3822018-05-30 10:33:141195const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341196const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141197 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341198
Alex Newcomerd7b0cc42018-05-25 22:58:481199const char kNotificationIndicatorName[] = "Notification Indicators";
1200const char kNotificationIndicatorDescription[] =
1201 "Enable notification indicators, which appear on app icons when a "
1202 "notification is active. This will also enable notifications in context "
1203 "menus.";
1204
Brett Wilsonecb80982017-07-12 20:34:511205const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1206const char kNotificationsNativeFlagDescription[] =
1207 "Enable support for using the native notification toasts and notification "
1208 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341209
Valeriya Sinevich972ac122018-09-05 07:33:191210const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1211const char kUseMultiloginEndpointDescription[] =
1212 "Use Gaia OAuth multilogin for identity consistency.";
1213
Zentaro Kavanaghbad511c2017-10-18 22:29:001214#if defined(OS_POSIX)
1215const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1216const char kNtlmV2EnabledDescription[] =
1217 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1218#endif
1219
Ramya Nagarajane9f16b82018-05-03 01:05:341220const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1221const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301222 "Allow selection of a custom background image on the New Tab Page. "
1223 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341224
kristipark037abce12018-07-13 19:49:301225const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1226const char kNtpCustomLinksDescription[] =
1227 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1228 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1229
1230const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341231const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301232 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1233 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341234
Kyle Milkad1420ce2018-10-05 18:33:411235const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1236const char kNtpUIMdDescription[] =
1237 "Updates the New Tab Page with Material Design elements.";
1238
Brett Wilsonecb80982017-07-12 20:34:511239const char kNumRasterThreadsName[] = "Number of raster threads";
1240const char kNumRasterThreadsDescription[] =
1241 "Specify the number of raster threads.";
1242const char kNumRasterThreadsOne[] = "1";
1243const char kNumRasterThreadsTwo[] = "2";
1244const char kNumRasterThreadsThree[] = "3";
1245const char kNumRasterThreadsFour[] = "4";
1246
1247const char kOfferStoreUnmaskedWalletCardsName[] =
1248 "Google Payments card saving checkbox";
1249const char kOfferStoreUnmaskedWalletCardsDescription[] =
1250 "Show the checkbox to offer local saving of a credit card downloaded from "
1251 "the server.";
1252
1253const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1254const char kOfflineAutoReloadDescription[] =
1255 "Pages that fail to load while the browser is offline will be "
1256 "auto-reloaded when the browser is online again.";
1257
1258const char kOfflineAutoReloadVisibleOnlyName[] =
1259 "Only Auto-Reload Visible Tabs";
1260const char kOfflineAutoReloadVisibleOnlyDescription[] =
1261 "Pages that fail to load while the browser is offline will only be "
1262 "auto-reloaded if their tab is visible.";
1263
Brett Wilsonecb80982017-07-12 20:34:511264const char kOmniboxDisplayTitleForCurrentUrlName[] =
1265 "Include title for the current URL in the omnibox";
1266const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1267 "In the event that the omnibox provides suggestions on-focus, the URL of "
1268 "the current page is provided as the first suggestion without a title. "
1269 "Enabling this flag causes the title to be displayed.";
1270
Benoit Lizeab08362c2017-07-19 14:50:541271const char kOmniboxSpareRendererName[] =
1272 "Start spare renderer on omnibox focus";
1273const char kOmniboxSpareRendererDescription[] =
1274 "When the omnibox is focused, start an empty spare renderer. This can "
1275 "speed up the load of the navigation from the omnibox.";
1276
Tommy C. Li8875a442017-08-23 00:10:591277const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1278 "Omnibox UI Elide Suggestion URL After Host";
1279const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1280 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1281 "dropdown.";
1282
Tommy C. Lie4194b732018-09-28 22:21:511283const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1284 "Omnibox UI Hide Steady-State URL Scheme";
1285const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1286 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
1287 "restored during editing. For Mac, this flag will have no effect unless "
1288 "MacViews is enabled.";
1289
1290const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1291 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1292const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1293 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
1294 "Hidden portions are restored during editing. For Mac, this flag will have "
1295 "no effect unless MacViews is enabled.";
Tommy C. Lid79d4402017-12-22 22:49:121296
Tommy C. Licc5e53022018-07-27 16:30:351297const char kOmniboxUIJogTextfieldOnPopupName[] =
1298 "Omnibox UI Jog Textfield on Popup";
1299const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1300 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1301 "text when the popup is opened. When this feature is disabled, the "
1302 "textfield is always aligned with the suggestions text, and a separator "
1303 "fills the gap. If Material Refresh is disabled, this has no effect.";
1304
Brett Wilsonecb80982017-07-12 20:34:511305const char kOmniboxUIMaxAutocompleteMatchesName[] =
1306 "Omnibox UI Max Autocomplete Matches";
1307
1308const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1309 "Changes the maximum number of autocomplete matches displayed in the "
1310 "Omnibox UI.";
1311
Justin Donnelly65c9e8b2017-10-01 05:15:011312const char kOmniboxUIShowSuggestionFaviconsName[] =
1313 "Omnibox UI Show Suggestion Favicons";
1314const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1315 "Shows favicons instead of generic vector icons for URL suggestions in the "
1316 "Omnibox dropdown.";
1317
1318const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1319const char kOmniboxUISwapTitleAndUrlDescription[] =
1320 "In the omnibox dropdown, shows titles before URLs when both are "
1321 "available.";
1322
Brett Wilsonecb80982017-07-12 20:34:511323const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1324const char kOmniboxUIVerticalMarginDescription[] =
1325 "Changes the vertical margin in the Omnibox UI.";
1326
Troy Hildebrandtb32637ca2018-02-21 23:25:091327const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1328 "Omnibox Voice Search Always Visible";
1329const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1330 "Always displays voice search icon in focused omnibox as long as voice "
1331 "search is possible";
1332
Adrienne Walkerc87477e2018-06-06 22:28:211333const char kOopRasterizationName[] = "Out of process rasterization";
1334const char kOopRasterizationDescription[] =
1335 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1336 "Must also enable GPU rasterization";
1337
Brett Wilsonecb80982017-07-12 20:34:511338const char kOriginTrialsName[] = "Origin Trials";
1339const char kOriginTrialsDescription[] =
1340 "Enables origin trials for controlling access to feature/API experiments.";
1341
Becca Hughes930d8cd2017-10-02 11:09:121342const char kOverflowIconsForMediaControlsName[] =
1343 "Icons on Media Controls Overflow Menu";
1344const char kOverflowIconsForMediaControlsDescription[] =
1345 "Displays icons on the overflow menu of the native media controls";
1346
Brett Wilsonecb80982017-07-12 20:34:511347const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1348const char kOverlayScrollbarsDescription[] =
1349 "Enable the experimental overlay scrollbars implementation. You must also "
1350 "enable threaded compositing to have the scrollbars animate.";
1351
chaopenge8aa016b2017-08-24 15:20:191352const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1353 "Flash Overlay Scrollbars After Any Scroll Update";
1354const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1355 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1356 " must also enable Overlay Scrollbars.";
1357
chaopeng343678022017-08-24 18:45:001358const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1359 "Flash Overlay Scrollbars When Mouse Enter";
1360const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1361 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1362 " enable Overlay Scrollbars.";
1363
Daniele Castagna74ddb9c2018-06-21 22:59:021364const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1365const char kOverlayStrategiesDescription[] =
1366 "Select strategies used to promote quads to HW overlays.";
1367const char kOverlayStrategiesDefault[] = "Default";
1368const char kOverlayStrategiesNone[] = "None";
1369const char kOverlayStrategiesUnoccludedFullscreen[] =
1370 "Unoccluded fullscreen buffers (single-fullscreen)";
1371const char kOverlayStrategiesUnoccluded[] =
1372 "Unoccluded buffers (single-fullscreen,single-on-top)";
1373const char kOverlayStrategiesOccludedAndUnoccluded[] =
1374 "Occluded and unoccluded buffers "
1375 "(single-fullscreen,single-on-top,underlay)";
1376
Claudio Magni81326f92017-09-01 05:21:181377const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1378const char kUseNewAcceptLanguageHeaderDescription[] =
1379 "Adds the base language code after other corresponding language+region "
1380 "codes. This ensures that users receive content in their preferred "
1381 "language.";
1382
Brett Wilsonecb80982017-07-12 20:34:511383const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1384const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481385 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511386const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
Mohsen Izadi88b392a2018-02-15 06:57:481387const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax";
Brett Wilsonecb80982017-07-12 20:34:511388
1389const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1390const char kOverscrollStartThresholdDescription[] =
1391 "Changes overscroll start threshold relative to the default value.";
1392const char kOverscrollStartThreshold133Percent[] = "133%";
1393const char kOverscrollStartThreshold166Percent[] = "166%";
1394const char kOverscrollStartThreshold200Percent[] = "200%";
1395
chaopenge2b6e5f2018-05-08 16:40:451396const char kTouchpadOverscrollHistoryNavigationName[] =
1397 "Overscroll history navigation on Touchpad";
1398const char kTouchpadOverscrollHistoryNavigationDescription[] =
1399 "Allows swipe left/right from touchpad change browser navigation.";
1400
Xing Liu5400a002017-09-15 21:48:291401const char kParallelDownloadingName[] = "Parallel downloading";
1402const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061403 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291404
Brett Wilsonecb80982017-07-12 20:34:511405const char kPassiveEventListenerDefaultName[] =
1406 "Passive Event Listener Override";
1407const char kPassiveEventListenerDefaultDescription[] =
1408 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1409 "haven't requested otherwise) to be treated as passive. This will break "
1410 "touch/wheel behavior on some websites but is useful for demonstrating the "
1411 "potential performance benefits of adopting passive event listeners.";
1412const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1413const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1414
1415const char kPassiveEventListenersDueToFlingName[] =
1416 "Touch Event Listeners Passive Default During Fling";
1417const char kPassiveEventListenersDueToFlingDescription[] =
1418 "Forces touchstart, and first touchmove per scroll event listeners during "
1419 "fling to be treated as passive.";
1420
1421const char kPassiveDocumentEventListenersName[] =
1422 "Document Level Event Listeners Passive Default";
1423const char kPassiveDocumentEventListenersDescription[] =
1424 "Forces touchstart, and touchmove event listeners on document level "
1425 "targets (which haven't requested otherwise) to be treated as passive.";
1426
Sahel Sharify7400e882018-08-13 17:13:211427const char kPassiveDocumentWheelEventListenersName[] =
1428 "Document Level Wheel Event Listeners Passive Default";
1429const char kPassiveDocumentWheelEventListenersDescription[] =
1430 "Forces wheel, and mousewheel event listeners on document level targets "
1431 "(which haven't requested otherwise) to be treated as passive.";
1432
Vaclav Brozekd8a3f542017-11-16 14:21:131433const char kPasswordImportName[] = "Password import";
1434const char kPasswordImportDescription[] =
1435 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511436
Friedrich Horschig03c91982018-01-25 14:21:281437const char kPasswordSearchMobileName[] = "Password search";
1438const char kPasswordSearchMobileDescription[] =
1439 "Search functionality in password settings.";
1440
Friedrich Horschige6c27742018-04-23 17:13:411441const char kPasswordsKeyboardAccessoryName[] =
1442 "Add password-related functions to keyboard accessory";
1443const char kPasswordsKeyboardAccessoryDescription[] =
1444 "Adds password generation button and toggle for the passwords bottom sheet "
1445 "to the keyboard accessory. Replaces password generation popups.";
1446
Christos Froussios6e060c42018-07-31 16:17:191447const char kPasswordsMigrateLinuxToLoginDBName[] =
1448 "Migrate passwords to \"Login Data\"";
1449const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591450 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191451 "gnome-keyring or kwallet into the profile directory.";
1452
Tom Sepez92a2cd242018-03-13 19:23:091453const char kPdfIsolationName[] = "PDF Isolation";
1454const char kPdfIsolationDescription[] =
1455 "Render PDF files from different origins in different plugin processes.";
1456
Brett Wilsonecb80982017-07-12 20:34:511457const char kPinchScaleName[] = "Pinch scale";
1458const char kPinchScaleDescription[] =
1459 "Enables experimental support for scale using pinch.";
1460
Doug Arnett620ff542018-02-06 17:54:221461const char kPreviewsAllowedName[] = "Previews Allowed";
1462const char kPreviewsAllowedDescription[] =
1463 "Allows previews to be shown subject to specific preview types being "
1464 "enabled and the client experiencing specific triggering conditions. "
1465 "May be used as a kill-switch to turn off all potential preview types.";
1466
Brett Wilsonecb80982017-07-12 20:34:511467const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1468const char kPrintPdfAsImageDescription[] =
1469 "If enabled, an option to print PDF files as images will be available in "
1470 "print preview.";
1471
1472const char kPrintPreviewRegisterPromosName[] =
1473 "Print Preview Registration Promos";
1474const char kPrintPreviewRegisterPromosDescription[] =
1475 "Enable registering unregistered cloud printers from print preview.";
1476
1477const char kProtectSyncCredentialName[] = "Autofill sync credential";
1478const char kProtectSyncCredentialDescription[] =
1479 "How the password manager handles autofill for the sync credential.";
1480
1481const char kProtectSyncCredentialOnReauthName[] =
1482 "Autofill sync credential only for transactional reauth pages";
1483const char kProtectSyncCredentialOnReauthDescription[] =
1484 "How the password manager handles autofill for the sync credential only "
1485 "for transactional reauth pages.";
1486
Mohsen Izadi93faac12017-07-29 04:45:151487const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1488const char kPullToRefreshDescription[] =
1489 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011490const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151491
Troy Hildebrandt7228ad12018-02-23 21:18:241492const char kQueryInOmniboxName[] = "Query in Omnibox";
1493const char kQueryInOmniboxDescription[] =
1494 "Only display query terms in the omnibox when viewing a search results "
1495 "page.";
1496
Brett Wilsonecb80982017-07-12 20:34:511497const char kQuicName[] = "Experimental QUIC protocol";
1498const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1499
Emily Starke8878d52018-05-11 21:27:261500const char kRecurrentInterstitialName[] =
1501 "Show a message when the same SSL error recurs";
1502const char kRecurrentInterstitialDescription[] =
1503 "Enable a special message on the SSL certificate error page when the same "
1504 "SSL error occurs repeatedly.";
1505
Brett Wilsonecb80982017-07-12 20:34:511506const char kReducedReferrerGranularityName[] =
1507 "Reduce default 'referer' header granularity.";
1508const char kReducedReferrerGranularityDescription[] =
1509 "If a page hasn't set an explicit referrer policy, setting this flag will "
1510 "reduce the amount of information in the 'referer' header for cross-origin "
1511 "requests.";
1512
Lei Zhang0ca70ea2018-09-07 17:51:011513const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581514 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011515const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581516 "This flag allows regional locales to be selected as display UI by the "
1517 "user in Language Settings. The actual locale of the system is derived "
1518 "from the user selection based on some simple fallback logic.";
1519
Christian Dullweber1af31e62018-02-22 11:49:481520const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141521 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481522const char kRemoveNavigationHistoryDescription[] =
1523 "Remove a navigation entry when the corresponding history entry has been "
1524 "deleted.";
1525
Christian Dullweber3cc579a22018-09-11 10:54:441526const char kRewriteLevelDBOnDeletionName[] =
1527 "Rewrite LevelDB instances after full deletions";
1528const char kRewriteLevelDBOnDeletionDescription[] =
1529 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1530
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351531const char kRendererSideResourceSchedulerName[] =
1532 "Renderer side ResourceScheduler";
1533const char kRendererSideResourceSchedulerDescription[] =
1534 "Migrate some ResourceScheduler functionalities to renderer";
1535
Brett Wilsonecb80982017-07-12 20:34:511536const char kRequestTabletSiteName[] =
1537 "Request tablet site option in the settings menu";
1538const char kRequestTabletSiteDescription[] =
1539 "Allows the user to request tablet site. Web content is often optimized "
1540 "for tablet devices. When this option is selected the user agent string is "
1541 "changed to indicate a tablet device. Web content optimized for tablets is "
1542 "received there after for the current tab.";
1543
1544const char kResetAppListInstallStateName[] =
1545 "Reset the App Launcher install state on every restart.";
1546const char kResetAppListInstallStateDescription[] =
1547 "Reset the App Launcher install state on every restart. While this flag is "
1548 "set, Chrome will forget the launcher has been installed each time it "
1549 "starts. This is used for testing the App Launcher install flow.";
1550
Kinuko Yasuda33955082018-06-19 10:14:591551const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511552const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591553 "Uses the resource load scheduler in blink to throttle resource load "
1554 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511555
Brett Wilsonecb80982017-07-12 20:34:511556const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1557const char kSafeSearchUrlReportingDescription[] =
1558 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1559
Alexei Filippov98772752018-01-27 08:26:521560const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1561const char kSamplingHeapProfilerDescription[] =
1562 "Enables native memory sampling profiler with specified rate in KiB. "
1563 "If sampling rate is not provided the default value of 128 KiB is used.";
1564
Brett Wilsonecb80982017-07-12 20:34:511565const char kSaveasMenuLabelExperimentName[] =
1566 "Switch 'Save as' menu labels to 'Download'";
1567const char kSaveasMenuLabelExperimentDescription[] =
1568 "Enables an experiment to switch menu labels that use 'Save as...' to "
1569 "'Download'.";
1570
1571const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1572const char kSavePageAsMhtmlDescription[] =
1573 "Enables saving pages as MHTML: a single text file containing HTML and all "
1574 "sub-resources.";
1575
Nate Chapin9638e7102017-09-20 22:11:011576const char kSavePreviousDocumentResourcesName[] =
1577 "Save Previous Document Resources";
1578const char kSavePreviousDocumentResourcesDescription[] =
1579 "Saves an old document's cached resources until the specified point in the "
1580 "next document's lifecycle.";
1581const char kSavePreviousDocumentResourcesNever[] =
1582 "Don't explicitly save resources";
1583const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1584 "Save resources until onDOMContentLoaded completes";
1585const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1586 "Save resources until onload completes";
1587
gogeraldd5061b592017-09-06 23:39:551588const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1589const char kServiceWorkerPaymentAppsDescription[] =
1590 "Enable Service Worker applications to integrate as payment apps";
1591
momohattfc352292018-08-29 05:12:361592const char kServiceWorkerImportedScriptUpdateCheckName[] =
1593 "Enable update check for service worker importScripts() resources";
1594const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1595 "Extend byte-for-byte update check for scripts that are imported by the "
1596 "service worker script via importScripts().";
1597
Lei Zhang0ca70ea2018-09-07 17:51:011598const char kServiceWorkerServicificationName[] = "Servicified service workers";
1599const char kServiceWorkerServicificationDescription[] =
Makoto Shimazu22078cc2018-02-21 03:01:441600 "Enable the servicified service workers. A servicified service worker can "
1601 "have direct connection from its clients, so that fetch events can be "
1602 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171603
Tsuyoshi Horobcb1c642017-11-24 16:32:141604const char kServiceWorkerScriptFullCodeCacheName[] =
1605 "Service worker script full code cache.";
1606const char kServiceWorkerScriptFullCodeCacheDescription[] =
1607 "Generate V8 full code cache of Service Worker scripts while installing.";
1608
Azeem Arshad3b1ef73122018-08-30 02:04:151609const char kServiceWorkerLongRunningMessageName[] =
1610 "Service worker long running message dispatch.";
1611const char kServiceWorkerLongRunningMessageDescription[] =
1612 "Enables long running message dispatch method for service workers. "
1613 "Messages sent with this method do not timeout, allowing the service "
1614 "worker to run indefinitely.";
1615
Brett Wilsonecb80982017-07-12 20:34:511616const char kSettingsWindowName[] = "Show settings in a window";
1617const char kSettingsWindowDescription[] =
1618 "Settings will be shown in a dedicated window instead of as a browser tab.";
1619
Manu Cornetd7ef7c52018-05-01 22:08:231620const char kShelfHoverPreviewsName[] =
1621 "Show previews of running apps when hovering over the shelf.";
1622const char kShelfHoverPreviewsDescription[] =
1623 "Shows previews of the open windows for a given running app when hovering "
1624 "over the shelf.";
1625
Manu Cornet683e14b2018-07-16 17:39:431626const char kShelfNewUiName[] = "Newest shelf redesign.";
1627const char kShelfNewUiDescription[] = "Enables the newest shelf appearance.";
1628
Naoki Fukino008a0022018-05-23 18:33:001629const char kShowAndroidFilesInFilesAppName[] =
1630 "Show Android files in Files app";
1631const char kShowAndroidFilesInFilesAppDescription[] =
1632 "Show Android files in Files app if Android is enabled on the device.";
1633
Luciano Pachecoa0e2753f2018-07-16 07:41:101634const char kFilesAppDisableMyFilesNavigationName[] =
1635 "Disable the My Files on the navigation in the Files app";
1636const char kFilesAppDisableMyFilesNavigationDescription[] =
1637 "Disables the My Files on the navigation in the Files app, which displays "
Luciano Pachecof1beaa82018-05-30 04:48:511638 R"("My Files" root for Downloads, Linux and Play files)";
1639
Brett Wilsonecb80982017-07-12 20:34:511640const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1641const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381642 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1643 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511644
1645const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1646const char kShowAutofillTypePredictionsDescription[] =
1647 "Annotates web forms with Autofill field type predictions as placeholder "
1648 "text.";
1649
1650const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1651const char kShowOverdrawFeedbackDescription[] =
1652 "Visualize overdraw by color-coding elements based on if they have other "
1653 "elements drawn underneath.";
1654
Carlos IL89128732018-04-03 17:00:251655const char kSupervisedUserCommittedInterstitialsName[] =
1656 "Enable Supervised User Committed Interstitials";
1657const char kSupervisedUserCommittedInterstitialsDescription[] =
1658 "Use committed error pages instead of transient navigation entries for "
1659 "supervised user interstitials";
1660
yiyixbdfa9a0b2017-10-23 22:21:471661const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1662const char kEnableDrawOcclusionDescription[] =
1663 "Enable the system to use draw occlusion to skip draw quads when they are "
1664 "not shown on the screen.";
1665
Brett Wilsonecb80982017-07-12 20:34:511666const char kShowSavedCopyName[] = "Show Saved Copy Button";
1667const char kShowSavedCopyDescription[] =
1668 "When a page fails to load, if a stale copy of the page exists in the "
1669 "browser cache, a button will be presented to allow the user to load that "
1670 "stale copy. The primary enabling choice puts the button in the most "
1671 "salient position on the error page; the secondary enabling choice puts it "
1672 "secondary to the reload button.";
1673const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1674const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1675const char kDisableShowSavedCopy[] = "Disable";
1676
Brett Wilsonecb80982017-07-12 20:34:511677const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1678const char kSilentDebuggerExtensionApiDescription[] =
1679 "Do not show the infobar when an extension attaches to a page via "
1680 "chrome.debugger API. This is required to debug extension background "
1681 "pages.";
1682
Tsuyoshi Horo53895ba92018-03-14 04:06:481683const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1684const char kSignedHTTPExchangeDescription[] =
1685 "Enables Origin-Signed HTTP Exchanges support which is still in "
1686 "development. Warning: Enabling this may pose a security risk.";
1687
Brett Wilsonecb80982017-07-12 20:34:511688const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1689const char kSimpleCacheBackendDescription[] =
1690 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1691 "disk space allocation.";
1692
Christopher Thompson75ff845d2018-02-01 20:12:461693const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1694const char kSimplifyHttpsIndicatorDescription[] =
1695 "Change the UI treatment for HTTPS pages.";
1696
Brett Wilsonecb80982017-07-12 20:34:511697const char kSingleClickAutofillName[] = "Single-click autofill";
1698const char kSingleClickAutofillDescription[] =
1699 "Make autofill suggestions on initial mouse click on a form element.";
1700
Bret Sepulveda4f891da2018-07-16 19:10:301701const char kSingleTabMode[] = "Single-tab mode";
1702const char kSingleTabModeDescription[] =
1703 "Windows with a single tab receive a special, minimal visual treatment.";
1704
Nick Carter855bc492018-03-10 00:44:571705const char kStrictSiteIsolationName[] = "Strict site isolation";
1706const char kStrictSiteIsolationDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471707 "Security mode that enables site isolation for all sites (SitePerProcess). "
1708 "In this mode, each renderer process will contain pages from at most one "
1709 "site, using out-of-process iframes when needed. NOTE: Site isolation is "
1710 "enabled by default on desktop platforms regardless of how this flag is "
1711 "set; see chrome://process-internals for whether it is currently enabled. "
1712 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
1713 "default. Here, 'Disabled' is a legacy value that actually means "
1714 "'Default,' in which case site isolation may be already enabled based on "
1715 "platform, enterprise policy, or field trial. See also "
Charlie Reis30e39032018-09-04 18:58:181716 "#site-isolation-trial-opt-out for how to disable site isolation for "
Charlie Reisf44fe292018-08-31 18:38:471717 "testing.";
Nick Carter855bc492018-03-10 00:44:571718
1719const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out";
1720const char kSiteIsolationTrialOptOutDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471721 "Opts out of field trials and defaults that enable site isolation modes "
Nick Carter855bc492018-03-10 00:44:571722 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1723 "may be due to out-of-process iframes. Opt-out has no effect if site "
1724 "isolation is force-enabled via #enable-site-per-process or enterprise "
1725 "policy. Caution: this disables important mitigations for the Spectre CPU "
1726 "vulnerability affecting most computers.";
Lei Zhang0ca70ea2018-09-07 17:51:011727const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default";
1728const char kSiteIsolationTrialOptOutChoiceOptOut[] =
Nick Carter855bc492018-03-10 00:44:571729 "Opt-out (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511730
Pattideade7972018-04-27 02:59:401731const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511732const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401733 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511734
Brett Wilsonecb80982017-07-12 20:34:511735const char kSmoothScrollingName[] = "Smooth Scrolling";
1736const char kSmoothScrollingDescription[] =
1737 "Animate smoothly when scrolling page content.";
1738
1739const char kSoftwareRasterizerName[] = "3D software rasterizer";
1740const char kSoftwareRasterizerDescription[] =
1741 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1742
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201743const char kSoleIntegrationName[] = "Sole integration";
1744const char kSoleIntegrationDescription[] =
1745 "Enable Sole integration for browser customization. You must restart "
1746 "the browser twice for changes to take effect.";
1747
Tommy Steimel77704be2017-08-28 22:14:401748const char kSoundContentSettingName[] = "Sound content setting";
1749const char kSoundContentSettingDescription[] =
1750 "Enable site-wide muting in content settings and tab strip context menu.";
1751
Justin Donnelly4e448cb2017-07-07 21:32:131752const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1753 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131754const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1755 "If enabled, when the user enters text in the omnibox that looks like a "
1756 "a query, any service worker associated with the search engine the query "
1757 "will be sent to is started early.";
1758
Brett Wilsonecb80982017-07-12 20:34:511759const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1760const char kSpellingFeedbackFieldTrialDescription[] =
1761 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401762
Carlos ILe5fa0a12018-08-03 16:08:321763const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1764const char kSSLCommittedInterstitialsDescription[] =
1765 "Use committed error pages instead of transient navigation entries "
1766 "for SSL interstitial error pages (i.e. certificate errors).";
1767
Shubhie Panickerfaf082ed2018-01-03 04:49:151768const char kStopInBackgroundName[] = "Stop in background";
1769const char kStopInBackgroundDescription[] =
1770 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281771 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151772
Shubhie Panicker56c99a22018-03-21 00:22:281773const char kStopNonTimersInBackgroundName[] =
1774 "Stop non-timer task queues background";
1775const char kStopNonTimersInBackgroundDescription[] =
1776 "Stop non-timer task queues, in the background, "
1777 "after a grace period.";
1778
Brett Wilsonecb80982017-07-12 20:34:511779const char kSuggestionsWithSubStringMatchName[] =
1780 "Substring matching for Autofill suggestions";
1781const char kSuggestionsWithSubStringMatchDescription[] =
1782 "Match Autofill suggestions based on substrings (token prefixes) rather "
1783 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341784
Marc Treibf65fb002018-08-03 11:17:161785const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1786const char kSyncStandaloneTransportDescription[] =
1787 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1788 "this mode, the Sync machinery can start without user opt-in, but only a "
1789 "subset of data types are supported.";
1790
Marc Treib4bd95e72018-08-30 06:30:581791const char kSyncSupportSecondaryAccountName[] =
1792 "Support secondary accounts for Sync standalone transport";
1793const char kSyncSupportSecondaryAccountDescription[] =
1794 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1795 "a signed-in account that has not been chosen as Chrome's primary account. "
1796 "This only has an effect if sync-standalone-transport is also enabled.";
1797
Jan Krcal2ff23f7c2018-09-04 16:16:131798const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1799const char kSyncUSSAutofillProfileDescription[] =
1800 "Enables the new implementation of autofill profile sync";
1801
Jan Krcale3641b92018-08-10 17:53:311802const char kSyncUSSAutofillWalletDataName[] =
1803 "Enable USS for autofill wallet data";
1804const char kSyncUSSAutofillWalletDataDescription[] =
1805 "Enables the new implementation of autofill walet data sync";
1806
Brett Wilsonecb80982017-07-12 20:34:511807const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1808const char kSyncSandboxDescription[] =
1809 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341810
Joe Downing8cbbc192018-05-14 17:37:071811const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1812const char kSystemKeyboardLockDescription[] =
1813 "Enables websites to use the keyboard.lock() API to intercept system "
1814 "keyboard shortcuts and have the events routed directly to the website "
1815 "when in fullscreen mode.";
1816
Christian Dullweberd0d96f02017-09-13 09:22:511817const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1818const char kTabsInCbdDescription[] =
1819 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1820
Becky Zhou99c22802017-10-19 05:09:271821const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1822const char kTabModalJsDialogDescription[] =
1823 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1824 " tab.";
1825
Brett Wilsonecb80982017-07-12 20:34:511826const char kTcpFastOpenName[] = "TCP Fast Open";
1827const char kTcpFastOpenDescription[] =
1828 "Enable the option to send extra authentication information in the initial "
1829 "SYN packet for a previously connected client, allowing faster data send "
1830 "start.";
vabr0215a8e2017-03-28 12:47:341831
Daniele Castagna0fead93e2018-01-10 20:40:291832const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1833const char kTintGlCompositedContentDescription[] =
1834 "Tint contents composited using GL with a shade of red to help debug and "
1835 "study overlay support.";
1836
Brett Wilsonecb80982017-07-12 20:34:511837const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1838const char kTopChromeMdDescription[] =
Ahmed Fakhryb2552be92018-03-02 00:56:581839 "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously "
Peter Boström85fa2e12018-03-16 20:43:401840 "touch) - middle point for devices with a touch screen, 3) Touchable "
Peter Boström756745dd2018-05-14 22:59:431841 "- new unified interface for touch and convertibles (Chrome OS), 4) "
Robert Liao0e09b5a8b2018-06-04 21:58:341842 "Material Design refresh and 5) Touchable Material Design refresh. "
Robert Liao3ecf97c2018-06-05 01:24:541843 "Enabling #upcoming-ui-features forces the Material Design refresh option.";
Brett Wilsonecb80982017-07-12 20:34:511844const char kTopChromeMdMaterial[] = "Normal";
Eugene Girard42dedf722017-10-12 21:07:531845const char kTopChromeMdMaterialAuto[] = "Auto";
Trent Aptedd3e5f022018-03-01 07:25:461846const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Ahmed Fakhryb2552be92018-03-02 00:56:581847const char kTopChromeMdMaterialTouchOptimized[] = "Touchable";
Peter Boström85fa2e12018-03-16 20:43:401848const char kTopChromeMdMaterialRefresh[] = "Refresh";
Peter Boström756745dd2018-05-14 22:59:431849const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh";
Tom Anderson083e6142018-09-25 01:12:061850const char kTopChromeMdMaterialRefreshDynamic[] = "Dynamic Refresh";
vabr0215a8e2017-03-28 12:47:341851
Brett Wilsonecb80982017-07-12 20:34:511852const char kThreadedScrollingName[] = "Threaded scrolling";
1853const char kThreadedScrollingDescription[] =
1854 "Threaded handling of scroll-related input events. Disabling this will "
1855 "force all such scroll events to be handled on the main thread. Note that "
1856 "this can dramatically hurt scrolling performance of most websites and is "
1857 "intended for testing purposes only.";
1858
Steven Valdez4584b2482017-07-14 01:11:571859const char kTLS13VariantName[] = "TLS 1.3";
1860const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1861const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111862const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041863const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
Steven Valdezf27cb7f2018-08-21 18:34:331864const char kTLS13VariantFinal[] = "Enabled (Final)";
Steven Valdez4584b2482017-07-14 01:11:571865
Dominick Ng8896b1cd2017-10-17 23:24:361866const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1867const char kTopSitesFromSiteEngagementDescription[] =
1868 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1869 "engagement.";
1870
Brett Wilsonecb80982017-07-12 20:34:511871const char kTouchAdjustmentName[] = "Touch adjustment";
1872const char kTouchAdjustmentDescription[] =
1873 "Refine the position of a touch gesture in order to compensate for touches "
1874 "having poor resolution compared to a mouse.";
1875
Alex Newcomerb3d3c972018-05-03 14:59:401876const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1877const char kTouchableAppContextMenuDescription[] =
1878 "Enable the touchable app context menu, which enlarges app context menus "
1879 "in the Launcher and Shelf to make room for new features.";
1880
Brett Wilsonecb80982017-07-12 20:34:511881const char kTouchDragDropName[] = "Touch initiated drag and drop";
1882const char kTouchDragDropDescription[] =
1883 "Touch drag and drop can be initiated through long press on a draggable "
1884 "element.";
1885
1886const char kTouchEventsName[] = "Touch Events API";
1887const char kTouchEventsDescription[] =
1888 "Force Touch Events API feature detection to always be enabled or "
1889 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291890 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511891
1892const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1893const char kTouchSelectionStrategyDescription[] =
1894 "Controls how text selection granularity changes when touch text selection "
1895 "handles are dragged. Non-default behavior is experimental.";
1896const char kTouchSelectionStrategyCharacter[] = "Character";
1897const char kTouchSelectionStrategyDirection[] = "Direction";
1898
1899const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1900const char kTraceUploadUrlDescription[] =
1901 "This is to be used in conjunction with the enable-navigation-tracing "
1902 "flag. Please select the label that best describes the recorded traces. "
1903 "This will choose the destination the traces are uploaded to. If you are "
1904 "not sure, select other. If left empty, no traces will be uploaded.";
1905const char kTraceUploadUrlChoiceOther[] = "Other";
1906const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1907const char kTraceUploadUrlChoiceQa[] = "QA";
1908const char kTraceUploadUrlChoiceTesting[] = "Testing";
1909
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561910const char kTranslateExplicitLanguageAskName[] =
1911 "Explicitly ask for language preferences";
1912const char kTranslateExplicitLanguageAskDescription[] =
1913 "Explicitly ask the user which languages they can read on Chrome startup, "
1914 "on the first run that doesn't already have a promo.";
1915
Anthony Vallee-Dubois265c5692018-06-01 15:57:141916const char kTranslateForceTriggerOnEnglishName[] =
1917 "Select which language model to use to trigger translate on English "
1918 "content";
1919const char kTranslateForceTriggerOnEnglishDescription[] =
1920 "Force the Translate Triggering on English pages experiment to be enabled "
1921 "with the selected language model active.";
1922
Philippe Hamel7fdaa452017-09-29 17:22:491923const char kTranslateRankerEnforcementName[] =
1924 "Enforce TranslateRanker decisions";
1925const char kTranslateRankerEnforcementDescription[] =
1926 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1927 "or not Translate UI should be triggered in a given context.";
1928
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161929const char kTranslateUIName[] = "Enable Translate";
1930const char kTranslateUIDescription[] =
1931 "Enable the Translate popup when visiting webpages in other languages.";
1932
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051933const char kTreatInsecureOriginAsSecureName[] =
1934 "Insecure origins treated as secure";
1935const char kTreatInsecureOriginAsSecureDescription[] =
1936 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1937 "supplied as a comma-separated list. For the definition of secure "
1938 "contexts, "
1939 "see https://w3c.github.io/webappsec-secure-contexts/";
1940
Brett Wilsonecb80982017-07-12 20:34:511941const char kTrySupportedChannelLayoutsName[] =
1942 "Causes audio output streams to check if channel layouts other than the "
1943 "default hardware layout are available.";
1944const char kTrySupportedChannelLayoutsDescription[] =
1945 "Causes audio output streams to check if channel layouts other than the "
1946 "default hardware layout are available. Turning this on will allow the OS "
1947 "to do stereo to surround expansion if supported. May expose third party "
1948 "driver bugs, use with caution.";
1949
David Roger6762a092018-01-31 15:55:071950const char kUnifiedConsentName[] = "Unified Consent";
1951const char kUnifiedConsentDescription[] =
1952 "Enables a unified management of user consent for privacy-related "
1953 "features. This includes new confirmation screens and improved settings "
1954 "pages.";
1955
Jérôme Lebelfe1b2e02018-08-03 12:26:201956const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
1957const char kForceUnifiedConsentBumpDescription[] =
1958 "Force the unified consent bump UI to be shown on every start-up. This "
1959 "flag is for debug purpose, to test the UI.";
1960
Brett Wilsonecb80982017-07-12 20:34:511961const char kUiPartialSwapName[] = "Partial swap";
1962const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1963
Chris Pickel3a227ae62017-08-24 10:47:261964const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1965const char kUseDdljsonApiDescription[] =
1966 "Enables the new ddljson API to fetch Doodles for the NTP.";
1967
Becca Hughes59c05b42017-11-03 13:11:581968const char kUseModernMediaControlsName[] = "New Media Controls";
1969const char kUseModernMediaControlsDescription[] =
1970 "Enables the new style native media controls.";
1971
Wei Li790e7a8572018-03-23 01:31:551972const char kUsePdfCompositorServiceName[] =
1973 "Use PDF compositor service for printing";
1974const char kUsePdfCompositorServiceDescription[] =
1975 "When enabled, use PDF compositor service to composite and generate PDF "
1976 "files for printing. When site isolation is enabled, disabling this will "
1977 "not stop using PDF compositor service since the service is required for "
1978 "printing out-of-process iframes correctly.";
1979
Mustaq Ahmedc646c0a2017-10-20 20:08:301980const char kUserActivationV2Name[] = "User Activation v2";
1981const char kUserActivationV2Description[] =
1982 "Enable simple user activation for APIs that are otherwise controlled by "
1983 "user gesture tokens.";
1984
Brett Wilsonecb80982017-07-12 20:34:511985const char kUserConsentForExtensionScriptsName[] =
1986 "User consent for extension scripts";
1987const char kUserConsentForExtensionScriptsDescription[] =
1988 "Require user consent for an extension running a script on the page, if "
1989 "the extension requested permission to run on all urls.";
1990
1991const char kUseSuggestionsEvenIfFewFeatureName[] =
1992 "Disable minimum for server-side tile suggestions on NTP.";
1993const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1994 "Request server-side suggestions even if there are only very few of them "
1995 "and use them for tiles on the New Tab Page.";
1996
1997const char kV8CacheOptionsName[] = "V8 caching mode.";
1998const char kV8CacheOptionsDescription[] =
1999 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512000const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2001
Hitoshi Yoshida3e5db562017-09-11 02:31:082002const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
2003const char kV8ContextSnapshotDescription[] =
2004 "Sets to use a snapshot to create V8 contexts in frame creation.";
2005
Michael Hablich896d52662017-10-23 15:59:572006const char kV8VmFutureName[] = "Future V8 VM features";
2007const char kV8VmFutureDescription[] =
2008 "This enables upcoming and experimental V8 VM features. "
2009 "This flag does not enable experimental JavaScript features.";
2010
Hannes Payer1130d5672018-06-05 07:37:312011const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2012const char kV8OrinocoDescription[] =
2013 "This enables the V8 Orinoco garbage collection features.";
2014
Brett Wilsonecb80982017-07-12 20:34:512015const char kVideoFullscreenOrientationLockName[] =
2016 "Lock screen orientation when playing a video fullscreen.";
2017const char kVideoFullscreenOrientationLockDescription[] =
2018 "Lock the screen orientation of the device to match video orientation when "
2019 "a video goes fullscreen. Only on phones.";
2020
2021const char kVideoRotateToFullscreenName[] =
2022 "Rotate-to-fullscreen gesture for videos.";
2023const char kVideoRotateToFullscreenDescription[] =
2024 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2025 "the video. Only on phones.";
2026
2027const char kWalletServiceUseSandboxName[] =
2028 "Use Google Payments sandbox servers";
2029const char kWalletServiceUseSandboxDescription[] =
2030 "For developers: use the sandbox service for Google Payments API calls.";
2031
Brett Wilsonecb80982017-07-12 20:34:512032const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2033const char kWebglDraftExtensionsDescription[] =
2034 "Enabling this option allows web applications to access the WebGL "
2035 "Extensions that are still in draft status.";
2036
2037const char kWebMidiName[] = "Web MIDI API";
2038const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2039
2040const char kWebPaymentsName[] = "Web Payments";
2041const char kWebPaymentsDescription[] =
2042 "Enable Web Payments API integration, a JavaScript API for merchants.";
2043
Mathieu Perreault51339b82017-07-20 17:06:052044const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2045const char kWebPaymentsModifiersDescription[] =
2046 "If the website provides modifiers in the payment request, show the custom "
2047 "total for each payment instrument, update the shopping cart when "
2048 "instruments are switched, and send modified payment method specific data "
2049 "to the payment app.";
2050
Brett Wilsonecb80982017-07-12 20:34:512051const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2052const char kWebrtcEchoCanceller3Description[] =
2053 "Experimental WebRTC echo canceller (AEC3).";
2054
Alex Loikob5fb1282018-08-14 10:04:402055const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2056const char kWebrtcHybridAgcDescription[] =
2057 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2058
Brett Wilsonecb80982017-07-12 20:34:512059const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2060const char kWebrtcHwDecodingDescription[] =
2061 "Support in WebRTC for decoding video streams using platform hardware.";
2062
2063const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2064const char kWebrtcHwEncodingDescription[] =
2065 "Support in WebRTC for encoding video streams using platform hardware.";
2066
2067const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2068const char kWebrtcHwH264EncodingDescription[] =
2069 "Support in WebRTC for encoding h264 video streams using platform "
2070 "hardware.";
2071
2072const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2073const char kWebrtcHwVP8EncodingDescription[] =
2074 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2075
Niels Möller090866a2018-02-13 10:55:032076const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2077 "WebRTC new encode cpu load estimator";
2078const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2079 "Enable new estimator for the encoder cpu load, for evaluation and "
2080 "testing. Intended to improve accuracy when screen casting.";
2081
Elad Alon85e0d0be2018-06-26 10:38:372082const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2083const char kWebRtcRemoteEventLogDescription[] =
2084 "Allow collecting WebRTC event logs and uploading them to Crash. "
2085 "Please note that, even if enabled, this will still require "
2086 "a policy to be set, for it to have an effect.";
2087
Brett Wilsonecb80982017-07-12 20:34:512088const char kWebrtcSrtpAesGcmName[] =
2089 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2090const char kWebrtcSrtpAesGcmDescription[] =
2091 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2092
Joachim Bauch4a41d7512017-08-23 14:24:232093const char kWebrtcSrtpEncryptedHeadersName[] =
2094 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2095const char kWebrtcSrtpEncryptedHeadersDescription[] =
2096 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2097 "for SRTP.";
2098
Brett Wilsonecb80982017-07-12 20:34:512099const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2100const char kWebrtcStunOriginDescription[] =
2101 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2102 "header.";
2103
Adam Riceed63fc02018-06-20 05:57:462104const char kWebSocketHandshakeReuseConnectionName[] =
2105 "Enable WebSocket connection reuse for authentication";
2106const char kWebSocketHandshakeReuseConnectionDescription[] =
2107 "Permits the WebSocket handshake to keep the connection open after an "
2108 "authentication failure. The connection may be used for further requests "
2109 "to send credentials. This is sometimes needed for Windows authentication.";
2110
Brett Wilsonecb80982017-07-12 20:34:512111const char kWebvrName[] = "WebVR";
2112const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012113 "Enables access to experimental Virtual Reality functionality via the "
2114 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2115 "Device API. Warning: Enabling this will also allow WebVR content on "
2116 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222117 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512118
Brandon Jonese9d9b2b2017-12-11 22:20:112119const char kWebXrName[] = "WebXR Device API";
2120const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012121 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2122 "and Augmented Reality (AR) devices.";
2123
2124const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2125const char kWebXrGamepadSupportDescription[] =
2126 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222127 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2128 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432129
2130const char kWebXrHitTestName[] = "WebXR Hit Test";
2131const char kWebXrHitTestDescription[] =
2132 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112133
Anna Maria57ecf7592018-01-12 03:10:402134const char kWebXrOrientationSensorDeviceName[] =
2135 "WebXR orientation sensor device";
2136const char kWebXrOrientationSensorDeviceDescription[] =
2137 "When no VR platform device is available, expose a non-presenting device "
2138 "based on the device's orientation sensors, if available.";
2139
Brett Wilsonecb80982017-07-12 20:34:512140const char kWifiCredentialSyncName[] = "WiFi credential sync";
2141const char kWifiCredentialSyncDescription[] =
2142 "Enables synchronizing WiFi network settings across devices. When enabled, "
2143 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2144 "credentials are synchronized subject to user preferences. (See also, "
2145 "chrome://settings/syncSetup.)";
2146
2147const char kZeroCopyName[] = "Zero-copy rasterizer";
2148const char kZeroCopyDescription[] =
2149 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342150
Brett Wilsonff596952017-07-14 01:06:552151// Android ---------------------------------------------------------------------
2152
2153#if defined(OS_ANDROID)
2154
2155const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2156const char kAiaFetchingDescription[] =
2157 "Enable intermediate certificate fetching when a server does not provide "
2158 "sufficient certificates to build a chain to a trusted root.";
2159
2160const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2161const char kAccessibilityTabSwitcherDescription[] =
2162 "Enable the accessibility tab switcher for Android.";
2163
2164const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2165const char kAndroidAutofillAccessibilityDescription[] =
2166 "Enable accessibility for autofill popup.";
2167
Khushalbb1963a2018-10-02 21:02:352168const char kAndroidSurfaceControl[] = "Use Android SurfaceControl";
2169const char kAndroidSurfaceControlDescription[] =
2170 "Use the SurfaceControl API for supporting overlays on Android";
2171
Anita Woodruffbfcd1e52018-07-16 12:00:512172const char kAppNotificationStatusMessagingName[] =
2173 "App notification status messaging";
2174const char kAppNotificationStatusMessagingDescription[] =
2175 "Enables messaging in site permissions UI informing user when "
2176 "notifications are disabled for the entire app.";
2177
Brett Wilsonff596952017-07-14 01:06:552178const char kAndroidPaymentAppsName[] = "Android payment apps";
2179const char kAndroidPaymentAppsDescription[] =
2180 "Enable third party Android apps to integrate as payment apps";
2181
Miriam Gershenson8cf1397222018-01-23 22:48:292182const char kAsyncDnsName[] = "Async DNS resolver";
2183const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2184
Dan Harrington01229f82018-09-12 21:01:212185const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2186const char kAutoFetchOnNetErrorPageDescription[] =
2187 "When enabled, and navigation fails with an offline error, schedule a "
2188 "fetch of the page when online again.";
2189
Brett Wilsonff596952017-07-14 01:06:552190const char kAutofillAccessoryViewName[] =
2191 "Autofill suggestions as keyboard accessory view";
2192const char kAutofillAccessoryViewDescription[] =
2193 "Shows Autofill suggestions on top of the keyboard rather than in a "
2194 "dropdown.";
2195
2196const char kBackgroundLoaderForDownloadsName[] =
2197 "Enables background downloading of pages.";
2198const char kBackgroundLoaderForDownloadsDescription[] =
2199 "Enables downloading pages in the background in case page is not yet "
2200 "loaded in current tab.";
2201
Tibor Goldschwendt11b3cf22018-07-04 15:32:442202const char kBackgroundTaskComponentUpdateName[] =
2203 "Background Task Component Updates";
2204const char kBackgroundTaskComponentUpdateDescription[] =
2205 "Schedule component updates with BackgroundTaskScheduler";
2206
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002207const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2208const char kCCTModuleDescription[] =
2209 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2210
Matthew Jones1abcb132018-07-09 17:59:462211const char kChromeDuetName[] = "Chrome Duet";
2212const char kChromeDuetDescription[] =
2213 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052214
Brett Wilsonff596952017-07-14 01:06:552215const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
2216const char kChromeHomeSwipeLogicDescription[] =
2217 "Various swipe logic options for Chrome Home for sheet expansion.";
2218const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
Matthew Jonesbe384ee42017-10-31 19:57:152219const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model";
Brett Wilsonff596952017-07-14 01:06:552220
Donn Denman3e78c8d2018-06-28 22:51:422221const char kChromeModernFullRollName[] = "Chrome Modern Full-Roll";
2222const char kChromeModernFullRollDescription[] =
2223 "Enable modern full-roll animation for Chrome.";
2224
Megan Jablonskic61eb1b82017-10-02 18:03:062225const char kChromeMemexName[] = "Chrome Memex";
2226const char kChromeMemexDescription[] =
2227 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2228 "Googlers.";
2229
Sarath Singapati83aef1c2017-11-16 15:54:522230const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2231const char kClearOldBrowsingDataDescription[] =
2232 "Enables clearing of browsing data which is older than a given time "
2233 "period.";
2234
Brett Wilsonff596952017-07-14 01:06:552235const char kContentSuggestionsCategoryOrderName[] =
2236 "Default content suggestions category order (e.g. on NTP)";
2237const char kContentSuggestionsCategoryOrderDescription[] =
2238 "Set default order of content suggestion categories (e.g. on the NTP).";
2239
2240const char kContentSuggestionsCategoryRankerName[] =
2241 "Content suggestions category ranker (e.g. on NTP)";
2242const char kContentSuggestionsCategoryRankerDescription[] =
2243 "Set category ranker to order categories of content suggestions (e.g. on "
2244 "the NTP).";
2245
Vitalii Iarkof52ff802017-09-14 12:34:242246const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2247const char kContentSuggestionsDebugLogDescription[] =
2248 "Enable content suggestions debug log accessible through "
2249 "snippets-internals.";
2250
Donn Denman8e58ead2017-11-04 01:44:012251const char kContextualSearchMlTapSuppressionName[] =
2252 "Contextual Search ML tap suppression";
2253const char kContextualSearchMlTapSuppressionDescription[] =
2254 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022255 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2256 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552257
2258const char kContextualSearchName[] = "Contextual Search";
2259const char kContextualSearchDescription[] =
2260 "Whether or not Contextual Search is enabled.";
2261
Donn Denman59729812018-01-09 01:27:022262const char kContextualSearchRankerQueryName[] =
2263 "Contextual Search Ranker prediction";
2264const char kContextualSearchRankerQueryDescription[] =
2265 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2266
2267const char kContextualSearchSecondTapName[] =
2268 "Contextual Search second tap triggering";
2269const char kContextualSearchSecondTapDescription[] =
2270 "Enables triggering on a second tap gesture even when Ranker would "
2271 "normally suppress that tap.";
2272
Donn Denmane9b5b7fb2018-07-24 22:19:492273const char kContextualSearchUnityIntegrationName[] =
2274 "Contextual Search integration with Unified Consent";
2275const char kContextualSearchUnityIntegrationDescription[] =
2276 "Enables integration of Tap to Search with Unified Consent.";
2277
Cathy Li2fb32bf82018-06-06 18:55:402278const char kExploreSitesName[] = "Explore websites";
2279const char kExploreSitesDescription[] =
2280 "Enables portal from new tab page to explore websites.";
2281
Dmitry Skiba9c3efa72017-07-20 22:01:142282const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2283const char kDontPrefetchLibrariesDescription[] =
2284 "Don't prefetch libraries after loading.";
2285
Joy Ming5fd29ca62017-10-02 22:51:222286const char kDownloadsForegroundName[] = "Enable downloads foreground";
2287const char kDownloadsForegroundDescription[] =
2288 "Enable downloads as a foreground service for all versions of Android.";
2289
Joy Ming189b0cc2017-12-08 19:42:432290const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2291const char kDownloadsLocationChangeDescription[] =
2292 "Enable changing default downloads storage location on Android.";
2293
Shakti Sahu32b2ee102018-05-17 00:04:462294const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2295const char kDownloadProgressInfoBarDescription[] =
2296 "Enables an infobar notifying users about status of current downloads.";
2297
Shakti Sahu9ec8cfd2018-07-17 13:29:292298const char kDownloadHomeV2Name[] = "Enable download home v2";
2299const char kDownloadHomeV2Description[] =
2300 "Enables the new UI for download home";
2301
Brett Wilsonff596952017-07-14 01:06:552302const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2303const char kEnableAndroidPayIntegrationV1Description[] =
2304 "Enable integration with Android Pay using the first version of the API";
2305
2306const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2307const char kEnableAndroidPayIntegrationV2Description[] =
2308 "Enable integration with Android Pay using the second version of the API";
2309
Fabio Tirelo315e65922018-09-05 03:35:492310const char kEnableAutofillRefreshStyleName[] =
2311 "Enable Autofill refresh style (Android)";
2312const char kEnableAutofillRefreshStyleDescription[] =
2313 "Enable modernized style for Autofill on Android";
2314
Vitalii Iarkof4ed32d2017-09-26 13:15:532315const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552316const char kEnableAndroidSpellcheckerDescription[] =
2317 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552318
Lei Tianbd5a3bf2018-02-28 19:01:162319const char kEnableCommandLineOnNonRootedName[] =
2320 "Enable command line on non-rooted devices";
2321const char kEnableCommandLineOnNoRootedDescription[] =
2322 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2323
Vitalii Iarkof4ed32d2017-09-26 13:15:532324const char kEnableContentSuggestionsNewFaviconServerName[] =
2325 "Get favicons for content suggestions from a new server.";
2326const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2327 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2328 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552329
Vitalii Iarkof4ed32d2017-09-26 13:15:532330const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2331 "Use content suggestions thumbnail dominant color.";
2332const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2333 "Use content suggestions thumbnail dominant color as a placeholder before "
2334 "the real thumbnail is fetched (requires Chrome Home).";
2335
Brett Wilsonff596952017-07-14 01:06:552336const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2337const char kEnableCustomContextMenuDescription[] =
2338 "Enables a new context menu when a link, image, or video is pressed within "
2339 "Chrome.";
2340
2341const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2342const char kEnableCustomFeedbackUiDescription[] =
2343 "Enables a custom feedback UI when submitting feedback through Google "
2344 "Feedback. Works with Google Play Services v10.2+";
2345
2346const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472347 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552348const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472349 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552350
Becca Hughes6d73bac542018-06-18 20:38:502351const char kEnableMediaControlsExpandGestureName[] =
2352 "Enable Media Controls Expand Gesture";
2353const char kEnableMediaControlsExpandGestureDescription[] =
2354 "Enables a gesture to be used on the media controls to extend the video "
2355 "into the Display Cutout area.";
2356
Brett Wilsonff596952017-07-14 01:06:552357const char kEnableOmniboxClipboardProviderName[] =
2358 "Omnibox clipboard URL suggestions";
2359const char kEnableOmniboxClipboardProviderDescription[] =
2360 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2361 "focus in the omnibox.";
2362
Brett Wilsonff596952017-07-14 01:06:552363const char kEnableNtpAssetDownloadSuggestionsName[] =
2364 "Show asset downloads on the New Tab page";
2365const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2366 "If enabled, the list of content suggestions on the New Tab page will "
2367 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2368 "later use.";
2369
2370const char kEnableNtpBookmarkSuggestionsName[] =
2371 "Show recently visited bookmarks on the New Tab page";
2372const char kEnableNtpBookmarkSuggestionsDescription[] =
2373 "If enabled, the list of content suggestions on the New Tab page will "
2374 "contain recently visited bookmarks.";
2375
2376const char kEnableNtpForeignSessionsSuggestionsName[] =
2377 "Show recent foreign tabs on the New Tab page";
2378const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2379 "If enabled, the list of content suggestions on the New Tab page will "
2380 "contain recent foreign tabs.";
2381
Brett Wilsonff596952017-07-14 01:06:552382const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2383 "Show offline page downloads on the New Tab page";
2384const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2385 "If enabled, the list of content suggestions on the New Tab page will "
2386 "contain pages that the user downloaded for later use.";
2387
2388const char kEnableNtpRemoteSuggestionsName[] =
2389 "Show server-side suggestions on the New Tab page";
2390const char kEnableNtpRemoteSuggestionsDescription[] =
2391 "If enabled, the list of content suggestions on the New Tab page will "
2392 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2393 "allows to override the source used to retrieve these server-side "
2394 "suggestions.";
2395
2396const char kEnableNtpSnippetsVisibilityName[] =
2397 "Make New Tab Page Snippets more visible.";
2398const char kEnableNtpSnippetsVisibilityDescription[] =
2399 "If enabled, the NTP snippets will become more discoverable with a larger "
2400 "portion of the first card above the fold.";
2401
2402const char kEnableNtpSuggestionsNotificationsName[] =
2403 "Notify about new content suggestions available at the New Tab page";
2404const char kEnableNtpSuggestionsNotificationsDescription[] =
2405 "If enabled, notifications will inform about new content suggestions on "
2406 "the New Tab page.";
2407
Brett Wilsonff596952017-07-14 01:06:552408const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2409const char kEnableOfflinePreviewsDescription[] =
2410 "Enable showing offline page previews on slow networks.";
2411
2412const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2413const char kEnableOskOverscrollDescription[] =
2414 "Enable OSK overscroll support. With this flag on, the OSK will only "
2415 "resize the visual viewport.";
2416
2417const char kEnableSpecialLocaleName[] =
2418 "Enable custom logic for special locales.";
2419const char kEnableSpecialLocaleDescription[] =
2420 "Enable custom logic for special locales. In this mode, Chrome might "
2421 "behave differently in some locales.";
2422
Brett Wilsonff596952017-07-14 01:06:552423const char kEnableWebNfcName[] = "WebNFC";
2424const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2425
gogeraldf3cbb422017-07-26 14:37:122426const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2427 "Enable Web Payments method section order V2.";
2428const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2429 "Enable this option to display payment method section above address "
2430 "section instead of below it.";
2431
Raymes Khoury582b43132017-12-12 23:54:302432const char kGrantNotificationsToDSEName[] =
2433 "Grant notifications to the Default Search Engine";
2434const char kGrantNotificationsToDSENameDescription[] =
2435 "Automatically grant the notifications permission to the Default Search "
2436 "Engine";
2437
Daniel Parke74fcf862018-03-27 18:05:452438const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512439const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452440
Yafei Duanbb7663f32018-07-17 01:33:152441const char kHomepageTileName[] =
2442 "Enable Homepage tile shown in Suggested Tiles";
2443const char kHomepageTileDescription[] =
2444 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2445 "used for homepage. It will not have an effect when NTPButton is disabled.";
2446
Jian Li4b252642018-07-23 19:49:072447const char kIncognitoStringsName[] = "Alternate incognito strings";
2448const char kIncognitoStringsDescription[] =
2449 "Show alternate incognito strings if enabled.";
2450
Theresa920e0ed2018-03-07 18:12:442451const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152452 "Use the interest feed to render content suggestions. Currently "
2453 "content "
Theresa920e0ed2018-03-07 18:12:442454 "suggestions are shown on the New Tab Page.";
2455const char kInterestFeedContentSuggestionsName[] =
2456 "Interest Feed Content Suggestions";
2457
Brett Wilsonff596952017-07-14 01:06:552458const char kKeepPrefetchedContentSuggestionsName[] =
2459 "Keep prefetched content suggestions";
2460const char kKeepPrefetchedContentSuggestionsDescription[] =
2461 "If enabled, some of prefetched content suggestions are not replaced by "
2462 "the new fetched suggestions.";
2463
Leo Zhang051b75482017-12-20 03:28:302464const char kLanguagesPreferenceName[] = "Language Settings";
2465const char kLanguagesPreferenceDescription[] =
2466 "Enable this option for Language Settings feature on Android.";
2467
Charlie Ma8c2846e2018-07-27 18:44:392468const char kLongPressBackForHistoryName[] =
2469 "Long Press Back Button for History";
2470const char kLongPressBackForHistoryDescription[] =
2471 "Long press system back button to show navigation history if enabled";
2472
Brett Wilsonff596952017-07-14 01:06:552473const char kLsdPermissionPromptName[] =
2474 "Location Settings Dialog Permission Prompt";
2475const char kLsdPermissionPromptDescription[] =
2476 "Whether to use the Google Play Services Location Settings Dialog "
2477 "permission dialog.";
2478
Amirhossein Simjour97b4154f2018-02-20 03:49:592479const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2480const char kModalPermissionDialogViewDescription[] =
2481 "Enable this option to use ModalDialogManager for permission Dialogs.";
2482
Brett Wilsonff596952017-07-14 01:06:552483const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2484const char kMediaScreenCaptureDescription[] =
2485 "Enable this option for experimental ScreenCapture feature on Android.";
2486
2487const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2488const char kModalPermissionPromptsDescription[] =
2489 "Whether to use permission dialogs in place of permission infobars.";
2490
Finnur Thorarinssonc1488fc62018-07-09 19:21:572491const char kNewContactsPickerName[] = "Enable new contacts picker";
2492const char kNewContactsPickerDescription[] =
2493 "Activates the new picker for selecting contacts.";
2494
Dan Harrington541db9e2018-07-30 18:36:302495const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2496const char kNewNetErrorPageUIDescription[] =
2497 "Selects which new UI experience to show on the net-error (Dino) page";
2498
Brett Wilsonff596952017-07-14 01:06:552499const char kNewPhotoPickerName[] = "Enable new Photopicker";
2500const char kNewPhotoPickerDescription[] =
2501 "Activates the new picker for selecting photos.";
2502
2503const char kNoCreditCardAbort[] = "No Credit Card Abort";
2504const char kNoCreditCardAbortDescription[] =
2505 "Whether or not the No Credit Card Abort is enabled.";
2506
Daniel Park990d0992018-05-18 22:12:512507const char kNtpButtonName[] = "Enable NTP Button";
2508const char kNtpButtonDescription[] =
2509 "Displays a New Tab Page button in the toolbar if enabled.";
2510
Brett Wilsonff596952017-07-14 01:06:552511const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2512const char kOfflineBookmarksDescription[] =
2513 "Enable saving bookmarked pages for offline viewing.";
2514
Jian Liade82832018-09-06 22:31:412515const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2516const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2517 "Always do http probe to detect network connectivity for offline indicator "
2518 "as opposed to just taking the connection state from the system."
2519 "Used for testing.";
2520
2521const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2522const char kOfflineIndicatorChoiceDescription[] =
2523 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322524
Brett Wilsonff596952017-07-14 01:06:552525const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2526const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2527
2528const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2529const char kOfflinePagesCtV2Description[] =
2530 "V2 features include attributing pages to the app that initiated the "
2531 "custom tabs, and being able to query for pages by page attribution.";
2532
Cathy Li7311d792018-04-05 00:34:162533const char kOfflinePagesCTSuppressNotificationsName[] =
2534 "Disable download complete notification for whitelisted CCT apps.";
2535const char kOfflinePagesCTSuppressNotificationsDescription[] =
2536 "Disable download complete notification for page downloads originating "
2537 "from a CCT app whitelisted to show their own download complete "
2538 "notification.";
2539
Candice Sy74fa7a352018-03-30 23:46:492540const char kOfflinePagesDescriptiveFailStatusName[] =
2541 "Enables descriptive failed download status text.";
2542const char kOfflinePagesDescriptiveFailStatusDescription[] =
2543 "Enables failed download status text in notifications and Downloads Home "
2544 "to state the reason the request failed if the failure is actionable.";
2545
2546const char kOfflinePagesDescriptivePendingStatusName[] =
2547 "Enables descriptive pending download status text.";
2548const char kOfflinePagesDescriptivePendingStatusDescription[] =
2549 "Enables pending download status text in notifications and Downloads Home "
2550 "to state the reason the request is pending.";
2551
2552const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2553 "Enables offline pages in the downloads home to be opened in CCT.";
2554const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2555 "When enabled offline pages launched from the Downloads Home will be "
2556 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2557
Carlos Knippschild09272ecd2017-12-09 03:29:362558const char kOfflinePagesLimitlessPrefetchingName[] =
2559 "Removes resource usage limits for the prefetching of offline pages.";
2560const char kOfflinePagesLimitlessPrefetchingDescription[] =
2561 "Allows the prefetching of suggested offline pages to ignore resource "
2562 "usage limits. This allows it to completely ignore data usage limitations "
2563 "and allows downloads to happen with any kind of connection.";
2564
Brett Wilsonff596952017-07-14 01:06:552565const char kOfflinePagesLoadSignalCollectingName[] =
2566 "Enables collecting load timing data for offline page snapshots.";
2567const char kOfflinePagesLoadSignalCollectingDescription[] =
2568 "Enables loading completeness data collection while writing an offline "
2569 "page. This data is collected in the snapshotted offline page to allow "
2570 "data analysis to improve deciding when to make the offline snapshot.";
2571
2572const char kOfflinePagesPrefetchingName[] =
2573 "Enables suggested offline pages to be prefetched.";
2574const char kOfflinePagesPrefetchingDescription[] =
2575 "Enables suggested offline pages to be prefetched, so useful content is "
2576 "available while offline.";
2577
Pete Williamson7845dff2017-09-20 11:06:192578const char kOfflinePagesResourceBasedSnapshotName[] =
2579 "Enables offline page snapshots to be based on percentage of page loaded.";
2580const char kOfflinePagesResourceBasedSnapshotDescription[] =
2581 "Enables offline page snapshots to use a resource percentage based "
2582 "approach for determining when the page is loaded as opposed to a time "
2583 "based approach";
2584
Collin Baker17f92a52017-07-19 21:41:252585const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2586const char kOfflinePagesRenovationsDescription[] =
2587 "Enables offline page renovations which correct issues with dynamic "
2588 "content that occur when offlining pages that use JavaScript.";
2589
Brett Wilsonff596952017-07-14 01:06:552590const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2591const char kOfflinePagesSharingDescription[] =
2592 "Enables the saved offline pages to be shared via other applications.";
2593
Yafei Duan36b4b5b2018-08-07 00:40:032594const char kOfflinePagesLivePageSharingName[] =
2595 "Enables live page sharing of offline pages";
2596const char kOfflinePagesLivePageSharingDescription[] =
2597 "Enables to share current loaded page as offline page by saving as MHTML "
2598 "first.";
2599
Cathy Lie0d88762018-04-12 08:03:012600const char kOfflinePagesShowAlternateDinoPageName[] =
2601 "Enable alternate dino page with more user capabilities.";
2602const char kOfflinePagesShowAlternateDinoPageDescription[] =
2603 "Enables the dino page to show more buttons and offer existing offline "
2604 "content.";
2605
Brett Wilsonff596952017-07-14 01:06:552606const char kOfflinePagesSvelteConcurrentLoadingName[] =
2607 "Enables concurrent background loading on svelte.";
2608const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2609 "Enables concurrent background loading (or downloading) of pages on "
2610 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2611 "happen when the svelte device is idle.";
2612
2613const char kOffliningRecentPagesName[] =
2614 "Enable offlining of recently visited pages";
2615const char kOffliningRecentPagesDescription[] =
2616 "Enable storing recently visited pages locally for offline use. Requires "
2617 "Offline Pages to be enabled.";
2618
Lei Zhang2eca9082017-10-17 20:42:502619const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2620const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552621 "Enable Pay with Google integration into Web Payments with API version "
2622 "'1'.";
2623
Matthew Jonesa88b95852017-11-08 23:13:502624const char kProgressBarThrottleName[] = "Android progress update throttling.";
2625const char kProgressBarThrottleDescription[] =
2626 "Limit the maximum progress update to make progress appear smoother.";
2627
Brett Wilsonff596952017-07-14 01:06:552628const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2629const char kPullToRefreshEffectDescription[] =
2630 "Page reloads triggered by vertically overscrolling content.";
2631
Piotr Swigon7c296ef2017-08-29 04:32:002632const char kPwaImprovedSplashScreenName[] =
2633 "Improved Splash Screen for standalone PWAs";
2634const char kPwaImprovedSplashScreenDescription[] =
2635 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2636 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492637const char kPwaPersistentNotificationName[] =
2638 "Persistent notification in standalone PWA";
2639const char kPwaPersistentNotificationDescription[] =
2640 "Enables a persistent Android notification for standalone PWAs";
2641
Brett Wilsonff596952017-07-14 01:06:552642const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2643const char kReaderModeHeuristicsDescription[] =
2644 "Determines what pages the Reader Mode infobar is shown on.";
2645const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2646const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2647const char kReaderModeHeuristicsAllArticles[] = "All articles";
2648const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2649const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2650
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182651const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2652const char kReaderModeInCCTDescription[] =
2653 "Open Reader Mode in Chrome Custom Tabs.";
2654
Brett Wilsonff596952017-07-14 01:06:552655const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2656const char kSetMarketUrlForTestingDescription[] =
2657 "When enabled, sets the market URL for use in testing the update menu "
2658 "item.";
2659
2660const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2661const char kSpannableInlineAutocompleteDescription[] =
2662 "A new type of inline autocomplete for the omnibox that works with "
2663 "keyboards that compose text.";
2664
Theresaeea05a12018-05-09 21:01:592665const char kSimplifiedNtpName[] = "Simplified NTP";
2666const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2667
2668const char kSiteExplorationUiName[] = "Site Exploration UI";
2669const char kSiteExplorationUiDescription[] =
2670 "Show site suggestions in the Exploration UI";
2671
Brett Wilsonff596952017-07-14 01:06:552672const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2673const char kUpdateMenuBadgeDescription[] =
2674 "When enabled, an update badge will be shown on the app menu button.";
2675
2676const char kUpdateMenuItemCustomSummaryDescription[] =
2677 "When this flag and the force show update menu item flag are enabled, a "
2678 "custom summary string will be displayed below the update menu item.";
2679const char kUpdateMenuItemCustomSummaryName[] =
2680 "Update menu item custom summary";
2681
2682const char kUpdateMenuItemName[] = "Force show update menu item";
2683const char kUpdateMenuItemDescription[] =
2684 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2685 R"*(menu.)*";
2686
Amirhossein Simjourd78bbcf2018-02-02 16:23:392687const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui";
2688const char kVrBrowsingNativeAndroidUiDescription[] =
2689 "Enable Android UI elements in VR.";
2690
Tibor Goldschwendt4cdea8d2018-05-10 15:46:462691const char kVrBrowsingTabsViewName[] = "VR browsing tabs view";
2692const char kVrBrowsingTabsViewDescription[] =
2693 "Enable tab overview (tab switcher) in VR.";
2694
Marc Treib93af46a2017-08-23 13:30:002695const char kThirdPartyDoodlesName[] =
2696 "Enable Doodles for third-party search engines";
2697const char kThirdPartyDoodlesDescription[] =
2698 "Enables fetching and displaying Doodles on the NTP for third-party search "
2699 "engines.";
2700
Klaus Weidneraaf697f2018-01-18 20:07:362701const char kWebXrRenderPathName[] = "WebXR presentation render path";
2702const char kWebXrRenderPathDescription[] =
2703 "Render path to use for WebXR presentation (including WebVR)";
2704const char kWebXrRenderPathChoiceClientWaitDescription[] =
2705 "ClientWait (Baseline)";
2706const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2707 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072708const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2709 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362710
Brett Wilson7b44537e2017-08-18 01:38:282711// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552712
Brett Wilson7b44537e2017-08-18 01:38:282713#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482714
Brett Wilson7b44537e2017-08-18 01:38:282715const char kAccountConsistencyName[] =
2716 "Identity consistency between browser and cookie jar";
2717const char kAccountConsistencyDescription[] =
2718 "When enabled, the browser manages signing in and out of Google accounts.";
2719const char kAccountConsistencyChoiceMirror[] = "Mirror";
2720const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342721
Tommy Martino3fa3df52018-08-20 21:45:442722const char kAutofillDropdownLayoutName[] =
2723 "Autofill Dropdown Layout Experiment";
2724const char kAutofillDropdownLayoutDescription[] =
2725 "Alternate visual designs for the Autofill dropdown.";
2726
Fabio Tirelo3773dea2018-09-11 15:21:522727const char kAutofillPrimaryInfoStyleExperimentName[] =
2728 "Autofill experiment with primary info style";
2729const char kAutofillPrimaryInfoStyleExperimentDescription[] =
2730 "Allow experimentation with different typefaces for primary info on the "
2731 "Autofill dropdown (addresses and payment methods)";
2732
Chris Pickel3a227ae62017-08-24 10:47:262733const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2734const char kDoodlesOnLocalNtpDescription[] =
2735 "Show doodles on the local New Tab page if Google is the default search "
2736 "engine.";
2737
mlamouriff56c092017-05-11 15:31:392738const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392739const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342740 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392741const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392742const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392743const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342744 "Enabled (Flash lowers volume when interrupted by other sound, "
2745 "experimental)";
Becca Hughes87b17ae2018-10-04 00:35:422746const char kEnableAudioFocusEnabledNoEnforce[] =
2747 "Enabled (without enforcement of a single active media session)";
vabr0215a8e2017-03-28 12:47:342748
Sebastien Marchandd33f7dc2018-06-22 22:07:062749const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2750const char kInfiniteSessionRestoreDescription[] =
2751 "Reduces the number of tabs being loaded simultaneously during session "
2752 "restore, to improve responsiveness of the foreground tab. This requires "
2753 "#enable-page-almost-idle.";
2754
Brett Wilson7b44537e2017-08-18 01:38:282755const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2756const char kEnableNewAppMenuIconDescription[] =
2757 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342758
Sebastien Marchandd33f7dc2018-06-22 22:07:062759const char kEnableWebAuthenticationCtap2SupportName[] =
2760 "Enable Web Authentication API support for CTAP2 security keys";
2761const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472762 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062763
2764const char kEnableWebAuthenticationTestingAPIName[] =
2765 "Web Authentication Testing API";
2766const char kEnableWebAuthenticationTestingAPIDescription[] =
2767 "Enable Web Authentication Testing API support, which disconnects the API "
2768 "implementation from the real world, and allows configuring virtual "
2769 "authenticator devices for testing";
2770
Jeffrey Cohenf04130a42018-08-29 00:22:272771const char kHappinessTrackingSurveysForDesktopName[] =
2772 "Happiness Tracking Surveys";
2773const char kHappinessTrackingSurveysForDesktopDescription[] =
2774 "Enable showing Happiness Tracking Surveys to users on Desktop";
2775
Dave Schuyler598a4a42018-01-04 02:15:102776const char kOmniboxRichEntitySuggestionsName[] =
2777 "Omnibox rich entity suggestions";
2778const char kOmniboxRichEntitySuggestionsDescription[] =
2779 "Display entity suggestions using images and an enhanced layout; showing "
Justin Donnellye7926092018-06-18 14:57:212780 "more context and descriptive text about the entity. Has no effect unless "
2781 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2782 "flag is set to Refresh or Touchable Refresh.";
Dave Schuyler598a4a42018-01-04 02:15:102783
Travis Skarebcdb5ed32018-08-17 01:49:402784const char kOmniboxDriveSuggestionsName[] =
2785 "Omnibox Google Drive Document suggestions";
2786const char kOmniboxDriveSuggestionsDescriptions[] =
2787 "Display suggestions for Google Drive documents in the omnibox when Google "
2788 "is the default search engine.";
2789
Dave Schuyler616273d2018-04-19 03:12:522790const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2791const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212792 "Display answers using an enhanced layout with larger images. Has no "
2793 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2794 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522795
Orin Jaworski04c08b42018-07-11 02:39:562796const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2797const char kOmniboxReverseAnswersDescription[] =
2798 "Display answers with rows reversed (swapped); except definitions. Has no "
2799 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2800 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2801
Kevin Bailey898669972017-11-06 15:34:492802const char kOmniboxTabSwitchSuggestionsName[] =
2803 "Omnibox tab switch suggestions";
2804const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212805 "Enable suggestions for switching to open tabs within the Omnibox. "
2806 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2807 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492808
Orin Jaworskiae2df652018-09-26 01:11:062809const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2810const char kOmniboxPedalSuggestionsDescription[] =
2811 "Enable omnibox Pedal suggestions using either a side button in suggestion "
2812 "or a dedicated suggestion item beneath the triggering line item. Omnibox "
2813 "Pedals accelerate actions within Chrome by detecting user intent and "
2814 "offering direct access to the end goal.";
2815
krbcc621412017-06-01 19:40:282816const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2817const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192818 "Enable receiving tail suggestions, a type of search suggestion based on "
2819 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342820
Sebastien Marchandd33f7dc2018-06-22 22:07:062821const char kPageAlmostIdleName[] = "Page Almost Idle";
2822const char kPageAlmostIdleDescription[] =
2823 "Make session restore use a definition of loading that waits for CPU and "
2824 "network quiescence.";
2825
2826const char kProactiveTabFreezeAndDiscardName[] =
2827 "Proactive Tab Freeze and Discard";
2828const char kProactiveTabFreezeAndDiscardDescription[] =
2829 "Enables proactive tab freezing and discarding. This requires "
2830 "#enable-page-almost-idle.";
2831
2832const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2833const char kSiteCharacteristicsDatabaseDescription[] =
2834 "Records usage of some features in a database while a tab is in background "
2835 "(title/favicon update, audio playback or usage of non-persistent "
2836 "notifications).";
2837
Brett Wilson7b44537e2017-08-18 01:38:282838const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2839const char kUseGoogleLocalNtpDescription[] =
2840 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322841
Brett Wilson7b44537e2017-08-18 01:38:282842#if defined(GOOGLE_CHROME_BUILD)
2843
2844const char kGoogleBrandedContextMenuName[] =
2845 "Google branding in the context menu";
2846const char kGoogleBrandedContextMenuDescription[] =
2847 "Shows a Google icon next to context menu items powered by Google "
2848 "services.";
2849
2850#endif // !defined(GOOGLE_CHROME_BUILD)
2851
2852#endif // !defined(OS_ANDROID)
2853
2854// Windows ---------------------------------------------------------------------
2855
2856#if defined(OS_WIN)
2857
2858const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2859const char kCloudPrintXpsDescription[] =
2860 "XPS enables advanced options for classic printers connected to the Cloud "
2861 "Print with Chrome. Printers must be re-connected after changing this "
2862 "flag.";
2863
2864const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2865const char kDisablePostscriptPrintingDescription[] =
2866 "Disables PostScript generation when printing to PostScript capable "
2867 "printers, and uses EMF generation in its place.";
2868
2869const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2870const char kEnableAppcontainerDescription[] =
2871 "Enables the use of an AppContainer on sandboxed processes to improve "
2872 "security.";
2873
Brett Wilson7b44537e2017-08-18 01:38:282874const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2875const char kEnableDesktopIosPromotionsDescription[] =
2876 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2877 "eligible.";
2878
James Forshawfd0ce342018-02-14 09:55:392879const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2880const char kEnableGpuAppcontainerDescription[] =
2881 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2882 "improve security.";
2883
Brett Wilson7b44537e2017-08-18 01:38:282884const char kGdiTextPrinting[] = "GDI Text Printing";
2885const char kGdiTextPrintingDescription[] =
2886 "Use GDI to print text as simply text";
2887
Henrik Grunell67e56ef2018-04-10 14:04:092888const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2889const char kIncreaseInputAudioBufferSizeDescription[] =
2890 "Increases the input audio endpoint buffer to 100 ms.";
2891
Brett Wilson7b44537e2017-08-18 01:38:282892const char kTraceExportEventsToEtwName[] =
2893 "Enable exporting of tracing events to ETW.";
2894const char kTraceExportEventsToEtwDesription[] =
2895 "If enabled, trace events will be exported to the Event Tracing for "
2896 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2897 "Xperf.";
2898
Olli Etuaho122321192018-09-07 10:15:292899const char kUseAngleName[] = "Choose ANGLE graphics backend";
2900const char kUseAngleDescription[] =
2901 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2902 "computers by default. Using the OpenGL driver as the graphics backend may "
2903 "result in higher performance in some graphics-heavy applications, "
2904 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2905 "video playback.";
2906
2907const char kUseAngleDefault[] = "Default";
2908const char kUseAngleGL[] = "OpenGL";
2909const char kUseAngleD3D11[] = "D3D11";
2910const char kUseAngleD3D9[] = "D3D9";
2911
Brett Wilson7b44537e2017-08-18 01:38:282912const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2913const char kUseWinrtMidiApiDescription[] =
2914 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2915 "later).";
2916
2917const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2918const char kWindows10CustomTitlebarDescription[] =
2919 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2920 "deferring to Windows.";
2921
2922#endif // defined(OS_WIN)
2923
2924// Mac -------------------------------------------------------------------------
2925
2926#if defined(OS_MACOSX)
2927
Brett Wilson7b44537e2017-08-18 01:38:282928const char kFullscreenToolbarRevealName[] =
2929 "Enables the toolbar in fullscreen to reveal itself.";
2930const char kFullscreenToolbarRevealDescription[] =
2931 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2932 "has changed.";
2933
2934const char kContentFullscreenName[] = "Improved Content Fullscreen";
2935const char kContentFullscreenDescription[] =
2936 "Fullscreen content window detaches from main browser window and goes to "
2937 "a new space without moving or changing the original browser window.";
2938
Martin Kreichgauer1ca416d2018-07-11 00:43:192939const char kEnableWebAuthenticationTouchIdName[] =
2940 "Web Authentication API Touch ID support";
2941const char kEnableWebAuthenticationTouchIdDescription[] =
2942 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
2943
Brett Wilson7b44537e2017-08-18 01:38:282944const char kHostedAppsInWindowsName[] =
2945 "Allow hosted apps to be opened in windows";
2946const char kHostedAppsInWindowsDescription[] =
2947 "Allows hosted apps to be opened in windows instead of being limited to "
2948 "tabs.";
2949
Christopher Cameron57dee5a42018-09-25 01:20:082950const char kCreateAppWindowsInAppShimProcessName[] =
2951 "Create native windows in the app process";
2952const char kCreateAppWindowsInAppShimProcessDescription[] =
2953 "Create native windows the app shim process, instead of of the browser "
2954 "process.";
2955
Lei Zhang2eca9082017-10-17 20:42:502956const char kMacRTLName[] = "Enable RTL";
2957const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:282958
Lei Zhang2eca9082017-10-17 20:42:502959const char kMacTouchBarName[] = "Hardware Touch Bar";
2960const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282961
Takashi Sakamoto4f7c8b02018-10-05 06:19:042962const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2963const char kMacV2SandboxDescription[] =
2964 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2965 "entire life cycle.";
2966
Brett Wilson7b44537e2017-08-18 01:38:282967const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2968const char kMacViewsNativeAppWindowsDescription[] =
2969 "Controls whether to use Toolkit-Views based Chrome App windows.";
2970
2971const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2972const char kMacViewsTaskManagerDescription[] =
2973 "Controls whether to use the Toolkit-Views based Task Manager.";
2974
2975const char kTabDetachingInFullscreenName[] =
2976 "Allow tab detaching in fullscreen";
2977const char kTabDetachingInFullscreenDescription[] =
2978 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2979
2980const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2981const char kTabStripKeyboardFocusDescription[] =
2982 "Enable keyboard focus for the tabs in the tab strip.";
2983
Tessa Nijssen4db9799e2018-08-06 21:04:382984const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
2985const char kTextSuggestionsTouchBarDescription[] =
2986 "Enable text suggestions touch bar for textfields.";
2987
Brett Wilson7b44537e2017-08-18 01:38:282988#endif
2989
2990// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342991
2992#if defined(OS_CHROMEOS)
2993
Brett Wilson7b44537e2017-08-18 01:38:282994const char kAcceleratedMjpegDecodeName[] =
2995 "Hardware-accelerated mjpeg decode for captured frame";
2996const char kAcceleratedMjpegDecodeDescription[] =
2997 "Enable hardware-accelerated mjpeg decode for captured frame where "
2998 "available.";
vabr0215a8e2017-03-28 12:47:342999
Brett Wilson7b44537e2017-08-18 01:38:283000const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
3001const char kAllowTouchpadThreeFingerClickDescription[] =
3002 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:343003
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:523004const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
3005const char kArcAvailableForChildDescription[] =
3006 "Allow child accounts to start Android apps.";
3007
Brett Wilson7b44537e2017-08-18 01:38:283008const char kArcBootCompleted[] = "Load Android apps automatically";
3009const char kArcBootCompletedDescription[] =
3010 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343011
Luum Habtemariamdaa8fd22018-06-25 22:39:433012const char kArcCupsApiName[] = "ARC CUPS API";
3013const char kArcCupsApiDescription[] =
3014 "Enables support of libcups APIs from ARC";
3015
Yuichiro Hanada0b63f062018-07-12 02:18:333016const char kArcInputMethodName[] = "Enable ARC input methods.";
3017const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3018
Lev Rumyantsev7a8544312017-08-18 19:26:513019const char kArcNativeBridgeExperimentName[] =
3020 "Enable native bridge experiment for ARC";
3021const char kArcNativeBridgeExperimentDescription[] =
3022 "Enables experimental native bridge feature.";
3023
lgchengecd1c1a62018-01-09 02:59:463024const char kArcUsbHostName[] = "Enable ARC USB host integration";
3025const char kArcUsbHostDescription[] =
3026 "Allow Android apps to use USB host feature on ChromeOS devices.";
3027
Kevin Cernekeeb7f96a52017-10-25 17:40:183028const char kArcVpnName[] = "Enable ARC VPN integration";
3029const char kArcVpnDescription[] =
3030 "Allow Android VPN clients to tunnel Chrome traffic.";
3031
Qiang Xu045aff222018-05-21 23:21:013032const char kAshDisableLoginDimAndBlurName[] =
3033 "Disable dimming and blur on login screen.";
3034const char kAshDisableLoginDimAndBlurDescription[] =
3035 "Disable dimming and blur on login screen.";
3036
3037const char kAshDisableSmoothScreenRotationName[] =
3038 "Disable smooth rotation animations.";
3039const char kAshDisableSmoothScreenRotationDescription[] =
3040 "Disable smooth rotation animations.";
3041
3042const char kAshEnableDisplayMoveWindowAccelsName[] =
3043 "Enable shortcuts for moving window between displays.";
3044const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3045 "Enable shortcuts for moving window between displays.";
3046
3047const char kAshEnableKeyboardShortcutViewerName[] =
3048 "Enable keyboard shortcut viewer.";
3049const char kAshEnableKeyboardShortcutViewerDescription[] =
3050 "Enable keyboard shortcut viewer.";
3051
3052const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3053const char kAshEnableMirroredScreenDescription[] =
3054 "Enable the mirrored screen mode. This mode flips the screen image "
3055 "horizontally.";
3056
Qiang Xu045aff222018-05-21 23:21:013057const char kAshEnablePersistentWindowBoundsName[] =
3058 "Enable persistent window bounds in multi-displays scenario.";
3059const char kAshEnablePersistentWindowBoundsDescription[] =
3060 "Enable persistent window bounds in multi-displays scenario.";
3061
3062const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3063const char kAshEnableTrilinearFilteringDescription[] =
3064 "Enable trilinear filtering.";
3065
Brett Wilson7b44537e2017-08-18 01:38:283066const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3067const char kAshEnableUnifiedDesktopDescription[] =
3068 "Enable unified desktop mode which allows a window to span multiple "
3069 "displays.";
vabr0215a8e2017-03-28 12:47:343070
Mike Wassermanfcc47e42018-06-14 21:24:423071const char kAshKeyboardShortcutViewerAppName[] =
3072 "Keyboard Shortcut Viewer mojo app";
3073const char kAshKeyboardShortcutViewerAppDescription[] =
3074 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3075
Qiang Xu045aff222018-05-21 23:21:013076const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3077const char kAshShelfColorDescription[] =
3078 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3079 "--ash-shelf-color-scheme flag defines how that color is derived.";
3080
3081const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3082const char kAshShelfColorSchemeDescription[] =
3083 "Specify how the color is derived from the wallpaper. This flag is only "
3084 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3085const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3086const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3087const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3088const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3089const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3090const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3091
Sean Kau5e956192017-10-06 22:25:173092const char kBulkPrintersName[] = "Bulk Printers Policy";
3093const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3094
Brett Wilson7b44537e2017-08-18 01:38:283095const char kCaptivePortalBypassProxyName[] =
3096 "Bypass proxy for Captive Portal Authorization";
3097const char kCaptivePortalBypassProxyDescription[] =
3098 "If proxy is configured, it usually prevents from authorization on "
3099 "different captive portals. This enables opening captive portal "
3100 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343101
Yuki Awanob51d3252018-07-11 23:45:553102const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3103const char kChromeVoxArcSupportDescription[] =
3104 "Use ChromeVox screen reader features in ARC";
3105
Brett Wilson7b44537e2017-08-18 01:38:283106const char kCrOSComponentName[] = "Chrome OS Component";
3107const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083108 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343109
Xiaochu Liu51d03fd2017-09-08 23:51:023110const char kCrOSContainerName[] = "Chrome OS Container";
3111const char kCrOSContainerDescription[] =
3112 "Enable the use of Chrome OS Container utility.";
3113
Brett Wilson7b44537e2017-08-18 01:38:283114const char kCrosRegionsModeName[] = "Cros-regions load mode";
3115const char kCrosRegionsModeDescription[] =
3116 "This flag controls cros-regions load mode";
3117const char kCrosRegionsModeDefault[] = "Default";
3118const char kCrosRegionsModeOverride[] = "Override VPD values.";
3119const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343120
Joel Hockeyad5b9762018-09-01 12:06:083121const char kCrostiniFilesName[] = "Crostini Files";
3122const char kCrostiniFilesDescription[] =
3123 "Enable Crostini file sharing in Files app.";
3124
Jacob Dufault2becbc482017-08-25 00:36:353125const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3126const char kDisableLockScreenAppsDescription[] =
3127 "Disable new-note action handler apps on the lock screen. The user will "
3128 "not be able to launch the preferred note-taking action from the lock "
3129 "screen, provided that the app supports lock screen note taking.";
3130
Qiang Xu045aff222018-05-21 23:21:013131const char kDisableSystemTimezoneAutomaticDetectionName[] =
3132 "SystemTimezoneAutomaticDetection policy support";
3133const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3134 "Disable system timezone automatic detection device policy.";
3135
Sammie Quonef6b4882017-09-14 16:50:053136const char kDisableTabletAutohideTitlebarsName[] =
3137 "Disable autohide titlebars in tablet mode";
3138const char kDisableTabletAutohideTitlebarsDescription[] =
3139 "Disable tablet mode autohide titlebars functionality. The user will be "
3140 "able to see the titlebar in tablet mode.";
3141
Xiaoqian Dai24b33eb2018-04-10 21:01:573142const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3143const char kDisableTabletSplitViewDescription[] =
3144 "Disable split view for Chrome OS tablet mode.";
3145
Daniel Zhang01399072018-08-16 22:28:203146const char kEnableAppListSearchAutocompleteName[] =
3147 "App List Search Autocomplete";
3148const char kEnableAppListSearchAutocompleteDescription[] =
3149 "Allow App List search box to autocomplete queries for Google searches and "
3150 "apps.";
3151
Qiang Xu53d1a5832018-05-24 18:44:193152const char kEnableAppShortcutSearchName[] =
3153 "Enable app shortcut search in launcher";
3154const char kEnableAppShortcutSearchDescription[] =
3155 "Enables app shortcut search in launcher";
3156
Weidong Guo00d0b2b2018-06-07 00:39:303157const char kEnableAppsGridGapFeatureName[] =
3158 "Enable apps grid gap feature in launcher.";
3159const char kEnableAppsGridGapFeatureDescription[] =
3160 "Enables gaps at the end of each page and enables dragging an item to an "
3161 "empty page in launcher.";
3162
Becca Hughes34415e82018-10-05 18:47:373163extern const char kEnableArcUnifiedAudioFocusName[] =
3164 "Enable unified audio focus on ARC";
3165extern const char kEnableArcUnifiedAudioFocusDescription[] =
3166 "If audio focus is enabled in Chrome then this will delegate audio focus "
3167 "control in Android apps to Chrome.";
3168
Lei Zhang2eca9082017-10-17 20:42:503169const char kEnableBackgroundBlurName[] = "Enable background blur.";
3170const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423171 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393172
Lei Zhang0ca70ea2018-09-07 17:51:013173const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3174const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493175 "Enables the Chrome OS Account Manager";
3176
Lei Zhang0ca70ea2018-09-07 17:51:013177const char kEnableContinueReadingName[] = "Enable continue reading";
3178const char kEnableContinueReadingDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013179 "Enable continue reading feature in Launcher, which allows users to "
3180 "seamlessly continue reading a web page when they switch devices from "
3181 "phones or tablets to Chromebooks.";
3182
Min Chenc2ec7282018-06-29 21:38:463183const char kEnableDragAppsInTabletModeName[] =
3184 "Enable dragging apps in tablet mode";
3185const char kEnableDragAppsInTabletModeDescription[] =
3186 "If enabled, swiping down from the top of the screen when an app is opened "
3187 "in tablet mode can drag the app.";
3188
Xiaoqian Dai82d99192018-05-25 18:51:353189const char kEnableDragTabsInTabletModeName[] =
3190 "Enable dragging tabs in tablet mode";
3191const char kEnableDragTabsInTabletModeDescription[] =
3192 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3193
Sam McNally201fbf94e2018-07-04 03:15:203194const char kEnableDriveFsName[] = "Enable DriveFS";
3195const char kEnableDriveFsDescription[] =
3196 "Enables use of the new DriveFS-based Drive sync client.";
3197
Brett Wilson7b44537e2017-08-18 01:38:283198const char kEnableEhvInputName[] =
3199 "Emoji, handwriting and voice input on opt-in IME menu";
3200const char kEnableEhvInputDescription[] =
3201 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343202
Brett Wilson7b44537e2017-08-18 01:38:283203const char kEnableEncryptionMigrationName[] =
3204 "Enable encryption migration of user data";
3205const char kEnableEncryptionMigrationDescription[] =
3206 "If enabled and the device supports ARC, the user will be asked to update "
3207 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343208
Blake O'Hare9e9317b22017-10-24 02:49:353209const char kEnableFloatingVirtualKeyboardName[] =
3210 "Enable floating virtual keyboard";
3211const char kEnableFloatingVirtualKeyboardDescription[] =
3212 "If enabled, the keyboard will use floating behavior by default.";
3213
Qiang Xu045aff222018-05-21 23:21:013214const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3215 "Enable full screen handwriting virtual keyboard";
3216const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3217 "If enabled, the handwriting virtual keyboard will allow user to write "
3218 "anywhere on the screen";
3219
3220const char kEnableHomeLauncherName[] = "Enable home launcher";
3221const char kEnableHomeLauncherDescription[] =
3222 "Enable home launcher in tablet mode.";
3223
Lei Zhang0ca70ea2018-09-07 17:51:013224const char kEnableHomeLauncherGesturesName[] = "Enable home launcher gestures";
3225const char kEnableHomeLauncherGesturesDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013226 "Enables using gestures to hide or show the home launcher.";
3227
Brett Wilson7b44537e2017-08-18 01:38:283228const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3229const char kEnableImeMenuDescription[] =
3230 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343231
Weidong Guo45836d1b2018-06-27 23:51:163232const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3233const char kEnableNewStyleLauncherDescription[] =
3234 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3235 "in app launcher.";
3236
Qiang Xu045aff222018-05-21 23:21:013237const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker";
3238const char kEnableNewWallpaperPickerDescription[] =
3239 "Enable the redesigned wallpaper picker with new wallpaper collections.";
3240
Sammie Quon248ccef2018-08-28 23:00:013241const char kEnableOobeRecommendAppsScreenName[] =
3242 "Enable OOBE Recommend Apps Screen";
3243const char kEnableOobeRecommendAppsScreenDescription[] =
3244 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3245 "from other devices";
3246
Qiang Xu045aff222018-05-21 23:21:013247const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3248const char kEnablePerUserTimezoneDescription[] =
3249 "Chrome OS system timezone preference is stored and handled for each user "
3250 "individually.";
3251
3252const char kEnableSettingsShortcutSearchName[] =
3253 "Enable Settings shortcut search";
3254const char kEnableSettingsShortcutSearchDescription[] =
3255 "Enable Settings shortcut search in launcher.";
3256
Darren Shen3e49c63d2018-03-28 04:45:503257const char kEnableStylusVirtualKeyboardName[] =
3258 "Enable stylus virtual keyboard";
3259const char kEnableStylusVirtualKeyboardDescription[] =
3260 "If enabled, tapping with a stylus will show the handwriting virtual "
3261 "keyboard.";
3262
Jordy Greenblatt2f23df22018-02-22 19:49:193263const char kEnableUnifiedMultiDeviceSettingsName[] =
3264 "Enable unified MultiDevice settings";
3265const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3266 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3267 "MultiDevice settings.";
3268
3269const char kEnableUnifiedMultiDeviceSetupName[] =
3270 "Enable unified MultiDevice setup";
3271const char kEnableUnifiedMultiDeviceSetupDescription[] =
3272 "Enable the device to setup all MultiDevice services in a single workflow.";
3273
Darren Shen11c770f312018-06-13 07:36:393274const char kEnableVirtualKeyboardMdUiName[] =
3275 "Enable Material Design virtual keyboard";
3276const char kEnableVirtualKeyboardMdUiDescription[] =
3277 "If enabled, loads the Material Design UI for the virtual keyboard.";
3278
Darren Shen0b4e5802018-07-10 03:12:263279const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3280const char kEnableVirtualKeyboardUkmDescription[] =
3281 "Enables UKM for virtual keyboard";
3282
Lei Zhang0ca70ea2018-09-07 17:51:013283const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3284const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013285 "Enable Zero State Suggestions feature in Launcher, which will show "
3286 "suggetions when launcher search box is active with an empty query";
3287
Brett Wilson7b44537e2017-08-18 01:38:283288const char kEolNotificationName[] = "Disable Device End of Life notification.";
3289const char kEolNotificationDescription[] =
3290 "Disable Notifcation when Device is End of Life.";
3291
3292const char kExperimentalAccessibilityFeaturesName[] =
3293 "Experimental accessibility features";
3294const char kExperimentalAccessibilityFeaturesDescription[] =
3295 "Enable additional accessibility features in the Settings page.";
3296
Brett Wilson7b44537e2017-08-18 01:38:283297const char kFileManagerTouchModeName[] = "Files App. touch mode";
3298const char kFileManagerTouchModeDescription[] =
3299 "Touchscreen-specific interactions of the Files app.";
3300
3301const char kFirstRunUiTransitionsName[] =
3302 "Animated transitions in the first-run tutorial";
3303const char kFirstRunUiTransitionsDescription[] =
3304 "Transitions during first-run tutorial are animated.";
3305
Brett Wilson7b44537e2017-08-18 01:38:283306const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3307const char kForceEnableStylusToolsDescription[] =
3308 "Forces display of the stylus tools menu in the shelf and the stylus "
3309 "section in settings, even if there is no attached stylus device.";
3310
3311const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3312const char kGestureEditingDescription[] =
3313 "Enable/Disable gesture editing option in the settings page for the "
3314 "virtual keyboard.";
3315
3316const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3317const char kGestureTypingDescription[] =
3318 "Enable/Disable gesture typing option in the settings page for the virtual "
3319 "keyboard.";
3320
3321const char kInputViewName[] = "Input views";
3322const char kInputViewDescription[] =
3323 "Enable IME extensions to supply custom views for user input such as "
3324 "virtual keyboards.";
3325
Megumi Hattori5a0d4182018-03-06 11:09:503326const char kLockScreenNotificationName[] = "Lock screen notification";
3327const char kLockScreenNotificationDescription[] =
3328 "Enable notifications on the lock screen.";
3329
Qiang Xu045aff222018-05-21 23:21:013330const char kMaterialDesignInkDropAnimationSpeedName[] =
3331 "Material design ink drop animation speed";
3332const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3333 "Sets the speed of the experimental visual feedback animations for "
3334 "material design.";
3335const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3336const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3337
Brett Wilson7b44537e2017-08-18 01:38:283338const char kMemoryPressureThresholdName[] =
3339 "Memory discard strategy for advanced pressure handling";
3340const char kMemoryPressureThresholdDescription[] =
3341 "Memory discarding strategy to use";
3342const char kConservativeThresholds[] =
3343 "Conservative memory pressure release strategy";
3344const char kAggressiveCacheDiscardThresholds[] =
3345 "Aggressive cache release strategy";
3346const char kAggressiveTabDiscardThresholds[] =
3347 "Aggressive tab release strategy";
3348const char kAggressiveThresholds[] =
3349 "Aggressive tab and cache release strategy";
3350
3351const char kMtpWriteSupportName[] = "MTP write support";
3352const char kMtpWriteSupportDescription[] =
3353 "MTP write support in File System API (and file manager). In-place editing "
3354 "operations are not supported.";
3355
Kyle Horimoto027590fb2018-02-13 22:19:483356const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3357const char kMultiDeviceApiDescription[] =
3358 "Enable Mojo-based API which provides synced device metadata and the "
3359 "ability to connect to other devices associated the logged-in Google "
3360 "account.";
3361
Bailey Berrodca8eeca02017-11-18 00:49:123362const char kNativeSmbName[] = "Native Smb Client";
3363const char kNativeSmbDescription[] =
3364 "If enabled, allows connections to an smb filesystem via Files app";
Bailey Berrofc0da1b2017-11-02 11:02:303365
vabr0215a8e2017-03-28 12:47:343366const char kNetworkPortalNotificationName[] =
3367 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343368const char kNetworkPortalNotificationDescription[] =
3369 "If enabled, notification is displayed when device is connected to a "
3370 "network behind captive portal.";
3371
Brett Wilson7b44537e2017-08-18 01:38:283372const char kNewKoreanImeName[] = "New Korean IME";
3373const char kNewKoreanImeDescription[] =
3374 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343375
Anand K. Mistrydb5e0102018-10-04 04:24:003376const char kNewZipUnpackerName[] = "ZIP Archiver (unpacking)";
Brett Wilson7b44537e2017-08-18 01:38:283377const char kNewZipUnpackerDescription[] =
Anand K. Mistrydb5e0102018-10-04 04:24:003378 "Use the ZIP Archiver for mounting/unpacking ZIP files";
vabr0215a8e2017-03-28 12:47:343379
Qiang Xu045aff222018-05-21 23:21:013380const char kOfficeEditingComponentAppName[] =
3381 "Office Editing for Docs, Sheets & Slides";
3382const char kOfficeEditingComponentAppDescription[] =
3383 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3384
Brett Wilson7b44537e2017-08-18 01:38:283385const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3386const char kPhysicalKeyboardAutocorrectDescription[] =
3387 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3388 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343389
3390const char kPrinterProviderSearchAppName[] =
3391 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343392const char kPrinterProviderSearchAppDescription[] =
3393 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193394 "searches Chrome Web Store for extensions that support printing to a USB "
3395 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343396
Brett Wilson7b44537e2017-08-18 01:38:283397const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3398const char kQuickUnlockPinDescription[] =
3399 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3400 "device on the lock screen after you have signed into your device.";
3401const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3402const char kQuickUnlockPinSigninDescription[] =
3403 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3404 "device. After changing this flag PIN needs to be set up again.";
3405const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3406const char kQuickUnlockFingerprintDescription[] =
3407 "Enabling fingerprint quick unlock allows you to setup and use a "
3408 "fingerprint to unlock your Chromebook on the lock screen after you have "
3409 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343410
James Cook0ba192bf2017-12-01 20:53:113411const char kShowTapsName[] = "Show taps";
3412const char kShowTapsDescription[] =
3413 "Draws a circle at each touch point, which makes touch points more obvious "
3414 "when projecting or mirroring the display. Similar to the Android OS "
3415 "developer option.";
3416
3417const char kShowTouchHudName[] = "Show HUD for touch points";
3418const char kShowTouchHudDescription[] =
3419 "Shows a trail of colored dots for the last few touch points. Pressing "
3420 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3421 "debug hardware issues that generate spurious touch events.";
3422
James Cook28d7c482018-09-07 21:00:543423const char kSingleProcessMashName[] =
3424 "In-process window service (SingleProcessMash)";
3425const char kSingleProcessMashDescription[] =
3426 "Runs the system UI (ash) as a mojo service, but inside the browser "
3427 "process. The browser uses the mojo window service (ws) APIs.";
3428
Ahmed Fakhry58e6ef542018-09-04 18:05:383429const char kSlideTopChromeWithPageScrollsName[] =
3430 "Slide top-chrome with page scrolls";
3431const char kSlideTopChromeWithPageScrollsDescription[] =
3432 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3433 " UI.";
3434
Jorge Gil5a8ccde2018-07-10 01:46:213435const char kSmartTextSelectionName[] = "Smart Text Selection";
3436const char kSmartTextSelectionDescription[] =
3437 "Shows quick actions for text "
3438 "selections in the context menu.";
3439
Chung-Sheng Wu468b0b32017-09-01 14:41:573440const char kSysInternalsName[] = "Enable Sys-Internals";
3441const char kSysInternalsDescription[] =
3442 "If enabled, user can monitor system information at "
3443 "chrome://sys-internals.";
3444
Brett Wilson7b44537e2017-08-18 01:38:283445const char kTetherName[] = "Instant Tethering";
3446const char kTetherDescription[] =
3447 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3448 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373449
Brett Wilson7b44537e2017-08-18 01:38:283450const char kTouchscreenCalibrationName[] =
3451 "Enable/disable touchscreen calibration option in material design settings";
3452const char kTouchscreenCalibrationDescription[] =
3453 "If enabled, the user can calibrate the touch screen displays in "
3454 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093455
Qiang Xu045aff222018-05-21 23:21:013456const char kUiDevToolsName[] = "Enable native UI inspection";
3457const char kUiDevToolsDescription[] =
3458 "Enables inspection of native UI elements. For local inspection use "
3459 "chrome://inspect#other";
3460
3461const char kUiShowCompositedLayerBordersName[] =
3462 "Show UI composited layer borders";
3463const char kUiShowCompositedLayerBordersDescription[] =
3464 "Show border around composited layers created by UI.";
3465const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3466const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3467const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3468const char kUiShowCompositedLayerBordersAll[] = "All";
3469
3470const char kUiSlowAnimationsName[] = "Slow UI animations";
3471const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3472
Mitsuru Oshima63d3f2a2017-08-23 00:12:113473// Force UI Mode
3474const char kUiModeName[] = "Force Ui Mode";
3475const char kUiModeDescription[] =
3476 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3477 R"*(despite its current orientation. "Tablet" means that the )*"
3478 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3479 R"*(means that the chromebook will act as if it were in clamshell )*"
3480 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3481 R"*(the two, based on its orientation.)*";
3482const char kUiModeTablet[] = "TouchView";
3483const char kUiModeClamshell[] = "Clamshell";
3484const char kUiModeAuto[] = "Auto (default)";
3485
Sonny Sasaka7fecfeda2018-07-11 23:47:553486const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3487const char kUnfilteredBluetoothDevicesDescription[] =
3488 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3489
Allen Webbcdc8e69d2018-09-12 20:36:003490const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3491const char kUsbguardDescription[] =
3492 "Prevents newly connected USB devices from operating at the lock screen"
3493 " until Chrome OS is unlocked to protect against malicious USB devices."
3494 " Already connected USB devices will continue to function.";
3495
Micah Morton79a7b522018-09-27 15:15:303496const char kShillSandboxingName[] =
3497 "Run shill, the ChromeOS network manager, in a sandbox.";
3498const char kShillSandboxingDescription[] =
3499 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3500
James Cooka1bcfa9a2018-01-30 00:18:403501const char kUseMashName[] = "Out-of-process system UI (mash)";
3502const char kUseMashDescription[] =
3503 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3504 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283505
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343506// TODO(mcasas): remove after https://crbug.com/771345.
3507const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3508const char kUseMonitorColorSpaceDescription[] =
3509 "Enables Chrome to use the color space information provided by the monitor"
3510 " instead of the default sRGB color space.";
3511
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233512const char kVaapiJpegImageDecodeAccelerationName[] =
3513 "VA-API JPEG decode acceleration for images";
3514const char kVaapiJpegImageDecodeAccelerationDescription[] =
3515 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3516 " captures) using the VA-API.";
3517
Brett Wilson7b44537e2017-08-18 01:38:283518const char kVideoPlayerChromecastSupportName[] =
3519 "Experimental Chromecast support for Video Player";
3520const char kVideoPlayerChromecastSupportDescription[] =
3521 "This option enables experimental Chromecast support for Video Player app "
3522 "on ChromeOS.";
3523
3524const char kVirtualKeyboardName[] = "Virtual Keyboard";
3525const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3526
3527const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3528const char kVirtualKeyboardOverscrollDescription[] =
3529 "Enables virtual keyboard overscroll support.";
3530
3531const char kVoiceInputName[] = "Voice input on virtual keyboard";
3532const char kVoiceInputDescription[] =
3533 "Enables voice input on virtual keyboard.";
3534
3535const char kWakeOnPacketsName[] = "Wake On Packets";
3536const char kWakeOnPacketsDescription[] =
3537 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203538
yhanadac5bff5b2017-05-18 06:37:093539#endif // defined(OS_CHROMEOS)
3540
Brett Wilson7b44537e2017-08-18 01:38:283541// Random platform combinations -----------------------------------------------
3542
3543#if defined(OS_WIN) || defined(OS_LINUX)
3544
3545const char kEnableInputImeApiName[] = "Enable Input IME API";
3546const char kEnableInputImeApiDescription[] =
3547 "Enable the use of chrome.input.ime API.";
3548
3549#endif // defined(OS_WIN) || defined(OS_LINUX)
3550
3551#if defined(OS_WIN) || defined(OS_MACOSX)
3552
3553const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3554const char kAutomaticTabDiscardingDescription[] =
3555 "If enabled, tabs get automatically discarded from memory when the system "
3556 "memory is low. Discarded tabs are still visible on the tab strip and get "
3557 "reloaded when clicked on. Info about discarded tabs can be found at "
3558 "chrome://discards.";
3559
3560#endif // defined(OS_WIN) || defined(OS_MACOSX)
3561
lanwei83f54452018-06-21 23:51:043562#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3563
3564const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3565const char kDirectManipulationStylusDescription[] =
3566 "If enabled, Chrome will scroll web pages on stylus drag.";
3567
3568#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3569
Justin Donnelly110e40c2018-06-01 21:48:433570const char kExperimentalUiName[] = "Use all upcoming UI features";
3571const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483572
Brett Wilson7b44537e2017-08-18 01:38:283573// Feature flags --------------------------------------------------------------
3574
3575#if BUILDFLAG(ENABLE_VR)
3576
David Dorwin5a496c32017-11-17 01:45:053577const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3578const char kWebVrVsyncAlignDescription[] =
3579 "Align WebVR application rendering with VSync for smoother animations.";
3580
Bill Orr103ed272018-02-14 21:23:053581#if BUILDFLAG(ENABLE_OCULUS_VR)
3582const char kOculusVRName[] = "Oculus hardware support";
3583const char kOculusVRDescription[] =
3584 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3585 "Windows 10 or later).";
3586#endif // ENABLE_OCULUS_VR
3587
Bill Orr49527562017-11-22 16:58:483588#if BUILDFLAG(ENABLE_OPENVR)
3589const char kOpenVRName[] = "OpenVR hardware support";
3590const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073591 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3592 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483593#endif // ENABLE_OPENVR
3594
Bill Orrecfb9fe2018-10-02 00:11:103595#if BUILDFLAG(ENABLE_ISOLATED_XR_SERVICE)
3596const char kXRSandboxName[] = "XR device sandboxing";
3597const char kXRSandboxDescription[] =
3598 "If enabled, Chrome will host VR APIs in a restricted process on desktop.";
3599#endif // ENABLE_ISOLATED_XR_SERVICE
3600
Brett Wilson7b44537e2017-08-18 01:38:283601#endif // ENABLE_VR
3602
Nico Weberaf3b00b2017-09-11 17:58:173603#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283604
3605const char kNaclDebugMaskName[] =
3606 "Restrict Native Client GDB-based debugging by pattern";
3607const char kNaclDebugMaskDescription[] =
3608 "Restricts Native Client application GDB-based debugging by URL of "
3609 "manifest file. Native Client GDB-based debugging must be enabled for this "
3610 "option to work.";
3611const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3612const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3613 "Debug everything except secure shell and the PNaCl translator.";
3614const char kNaclDebugMaskChoiceIncludeDebug[] =
3615 "Debug only if manifest URL ends with debug.nmf.";
3616
3617const char kNaclDebugName[] = "Native Client GDB-based debugging";
3618const char kNaclDebugDescription[] =
3619 "Enable GDB debug stub. This will stop a Native Client application on "
3620 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3621
3622const char kNaclName[] = "Native Client";
3623const char kNaclDescription[] =
3624 "Support Native Client for all web applications, even those that were not "
3625 "installed from the Chrome Web Store.";
3626
3627const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3628const char kPnaclSubzeroDescription[] =
3629 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3630
Nico Weberaf3b00b2017-09-11 17:58:173631#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283632
Brett Wilson7b44537e2017-08-18 01:38:283633const char kWebrtcH264WithOpenh264FfmpegName[] =
3634 "WebRTC H.264 software video encoder/decoder";
3635const char kWebrtcH264WithOpenh264FfmpegDescription[] =
3636 "When enabled, an H.264 software video encoder/decoder pair is included. "
3637 "If a hardware encoder/decoder is also available it may be used instead of "
3638 "this encoder/decoder.";
3639
Henrik Boström386afc6d62018-10-08 07:47:153640const char kWebrtcUnifiedPlanByDefaultName[] =
3641 "WebRTC: Use Unified Plan SDP Semantics by default";
3642const char kWebrtcUnifiedPlanByDefaultDescription[] =
3643 "RTCPeerConnections generate and expect the standards compliant SDP format "
3644 "called \"Unified Plan\", unless \"Plan B\" is explicitly specified by "
3645 "passing {sdpSemantics:'plan-b'} to the RTCPeerConnection constructor. "
3646 "RTCRtpTransceiver support is also enabled in Unified Plan.";
3647
Brett Wilson7b44537e2017-08-18 01:38:283648#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3649
3650const char kAutofillCreditCardUploadName[] =
3651 "Enable offering upload of Autofilled credit cards";
3652const char kAutofillCreditCardUploadDescription[] =
3653 "Enables a new option to upload credit cards to Google Payments for sync "
3654 "to all Chrome devices.";
3655
3656#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3657
Becca Hughesdc96e842018-05-04 22:48:283658#if defined(OS_ANDROID)
3659
3660const char kDisplayCutoutAPIName[] =
3661 "Enable support for the Display Cutout API";
3662const char kDisplayCutoutAPIDescription[] =
3663 "Enables developers to support devices that have a display cutout.";
3664
3665#endif // defined(OS_ANDROID)
3666
Brett Wilson7b44537e2017-08-18 01:38:283667// ============================================================================
3668// Don't just add flags to the end, put them in the right section in
3669// alphabetical order just like the header file.
3670// ============================================================================
3671
vabr0215a8e2017-03-28 12:47:343672} // namespace flag_descriptions