blob: ea91e97ecfd83dbd413841c378cd515cd5383421 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
33const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
34const char kAllowNaclSocketApiDescription[] =
35 "Allows applications to use NaCl Socket API. Use only to test NaCl "
36 "plugins.";
37
Kunihiko Sakamoto4d407982018-07-10 04:56:2938const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
39 "Allow Signed HTTP Exchange certificates without extension";
40const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
41 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
42 "that do not have CanSignHttpExchangesDraft extension. Requires "
43 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
44 "risk.";
45
Jeremy Klein586b4ccc2018-06-09 21:05:4846const char kAndroidMessagesIntegrationName[] = "Android Messages integration";
47const char kAndroidMessagesIntegrationDescription[] =
48 "Enables Chrome OS integration with Android messages.";
49
Jeremy Klein8d8f9b2e2018-09-13 21:48:5750const char kAndroidMessagesProdEndpointName[] =
51 "Use Android Messages prod endpoint";
52const char kAndroidMessagesProdEndpointDescription[] =
53 "For Android Messages integration, point to the prod endpoint instead of "
54 "sandbox.";
55
Brett Wilsonf27ff602017-07-07 22:28:4756const char kAppBannersName[] = "App Banners";
57const char kAppBannersDescription[] =
58 "Enable the display of Progressive Web App banners, which prompt a user to "
59 "add a web app to their shelf, or other platform-specific equivalent.";
60
Ioana Pandelef9689a062018-06-22 15:35:5161const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
62const char kAutomaticPasswordGenerationDescription[] =
63 "Allow Chrome to offer to generate passwords when it detects account "
64 "creation pages.";
65
Michael Lippautzebbc5a82018-05-30 10:41:4266const char kEnableBlinkHeapIncrementalMarkingName[] =
67 "Blink Heap Incremental Marking";
68const char kEnableBlinkHeapIncrementalMarkingDescription[] =
69 "Enable incremental marking in Blink";
70
Ulan Degenbaevb5466a92018-07-19 12:35:3471const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
72const char kEnableBloatedRendererDetectionDescription[] =
73 "Enable bloated renderer detection";
74
Tetsui Ohkubo2852b952018-02-23 04:12:0175const char kSystemTrayUnifiedName[] = "New system menu";
76const char kSystemTrayUnifiedDescription[] =
Tetsui Ohkubof860b8e2018-02-16 03:50:5577 "Enable the experimental system menu.";
78
Khushalba202212017-07-12 19:53:4979const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
80const char kAsyncImageDecodingDescription[] =
81 "Enables asynchronous decoding of images from raster for web content";
82
Roger McFarlane2eceba982018-05-18 01:37:1183const char kAutofillCacheQueryResponsesName[] =
84 "Cache Autofill Query Responses";
85const char kAutofillCacheQueryResponsesDescription[] =
86 "When enabled, autofill will cache the responses it receives from the "
87 "crowd-sourced field type prediction server.";
88
Jeffrey Cohen05cdafa392018-08-15 20:49:1789const char kAutofillEnableCompanyNameName[] =
90 "Enable Autofill Company Name field";
91const char kAutofillEnableCompanyNameDescription[] =
92 "When enabled, Company Name fields will be auto filled";
93
sebsge35b762c2018-03-29 20:33:2794const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
95const char kAutofillDynamicFormsDescription[] =
96 "Allows autofill to fill dynamically changing forms";
97
Anne Lime625362e2018-08-29 03:13:2598const char kAutofillNoLocalSaveOnUploadSuccessName[] =
99 "Disable locally saving card when credit card upload succeeds";
100const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
101 "When enabled, no local copy of server card will be saved when credit card "
102 "upload succeeds.";
103
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:39104const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
105const char kAutofillPrefilledFieldsDescription[] =
106 "Allows autofill to fill fields previously filled by the website";
107
Lei Zhang0ca70ea2018-09-07 17:51:01108const char kAutofillPreviewStyleExperimentName[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18109 "Autofill Preview Style Experiment";
Lei Zhang0ca70ea2018-09-07 17:51:01110const char kAutofillPreviewStyleExperimentDescription[] =
Fabio Tirelo9b423c7b2018-08-15 14:32:18111 "Allows experimentation with the Autofill field preview's style.";
112
Parastoo Geranmayeh071d725c2018-06-26 17:35:22113const char kAutofillRationalizeRepeatedServerPredictionsName[] =
114 "Autofill Rationalization of Repeated Server Field Type Predictions";
115const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
116 "Allows autofill to rationalize repeated server field type predictions.";
117
Roger McFarlane1a37d7b2018-04-20 22:45:19118const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
119 "Autofill Enforce Min Required Fields For Heuristics";
120const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
121 "When enabled, autofill will generally require a form to have at least 3 "
122 "fields before allowing heuristic field-type prediction to occur.";
123
124const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
125 "Autofill Enforce Min Required Fields For Query";
126const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
127 "When enabled, autofill will generally require a form to have at least 3 "
128 "fields before querying the autofill server for field-type predictions.";
129
130const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
131 "Autofill Enforce Min Required Fields For Upload";
132const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
133 "When enabled, autofill will generally require a form to have at least 3 "
134 "fillable fields before uploading field-type votes for that form.";
135
Moe Ahmadid3ddfcb2018-04-20 19:51:08136const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
137 "Restrict formless form extraction";
138const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
139 "Restrict extraction of formless forms to checkout flows";
140
Brett Wilsonf27ff602017-07-07 22:28:47141const char kAutoplayPolicyName[] = "Autoplay policy";
142const char kAutoplayPolicyDescription[] =
143 "Policy used when deciding if audio or video is allowed to autoplay.";
144
145const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
146 "User gesture is required for cross-origin iframes.";
147const char kAutoplayPolicyNoUserGestureRequired[] =
148 "No user gesture is required.";
149const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
150const char kAutoplayPolicyDocumentUserActivation[] =
151 "Document user activation is required.";
152
Lei Zhang0ca70ea2018-09-07 17:51:01153const char kAv1DecoderName[] = "Enable AV1 video decoding.";
154const char kAv1DecoderDescription[] =
Johanne0cc6902017-11-16 00:23:50155 "Allow decoding of files with the AV1 video codec.";
156
Brett Wilsonf27ff602017-07-07 22:28:47157const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
158const char kBleAdvertisingInExtensionsDescription[] =
159 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
160 "with regular use of Bluetooth Low Energy features.";
161
Charles Harrisond629cc62017-10-05 01:39:54162const char kBlockTabUndersName[] = "Block tab-unders";
163const char kBlockTabUndersDescription[] =
164 "Blocks tab-unders in Chrome with some native UI to allow the user to "
165 "proceed.";
166
Brett Wilsonf27ff602017-07-07 22:28:47167const char kBrowserTaskSchedulerName[] = "Task Scheduler";
168const char kBrowserTaskSchedulerDescription[] =
169 "Enables redirection of some task posting APIs to the task scheduler.";
170
Carlos IL766fbc882018-02-16 02:34:52171const char kBundledConnectionHelpName[] = "Bundled Connection Help";
172const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37173 "Enables or disables redirection to local help content for users who get "
174 "an interstitial after clicking the 'Learn More' link on a previous "
175 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52176
Brett Wilsonf27ff602017-07-07 22:28:47177const char kBypassAppBannerEngagementChecksName[] =
178 "Bypass user engagement checks";
179const char kBypassAppBannerEngagementChecksDescription[] =
180 "Bypasses user engagement checks for displaying app banners, such as "
181 "requiring that users have visited the site before and that the banner "
182 "hasn't been shown recently. This allows developers to test that other "
183 "eligibility requirements for showing app banners, such as having a "
184 "manifest, are met.";
185
Miguel Casas454d9cf2018-06-28 16:25:00186const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
187const char kCanvas2DImageChromiumDescription[] =
188 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
189
Brett Wilsonf27ff602017-07-07 22:28:47190const char kCastStreamingHwEncodingName[] =
191 "Cast Streaming hardware video encoding";
192const char kCastStreamingHwEncodingDescription[] =
193 "This option enables support in Cast Streaming for encoding video streams "
194 "using platform hardware.";
195
Amber Won478561d2017-08-19 01:02:59196const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
197const char kClickToOpenPDFDescription[] =
198 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
199 "embedded PDFs.";
200
Gary Kacmarcikfb69b212017-11-14 03:41:08201const char kClipboardContentSettingName[] = "Clipboard content setting";
202const char kClipboardContentSettingDescription[] =
203 "Enables a site-wide permission in the UI which controls access to the "
204 "asynchronous clipboard web API";
205
Brett Wilsonf27ff602017-07-07 22:28:47206const char kCloudImportName[] = "Cloud Import";
207const char kCloudImportDescription[] = "Allows the cloud-import feature.";
208
rbpotter9990eb42018-07-12 05:34:59209const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
210const char kCloudPrinterHandlerDescription[] =
211 "Use the new cloud printer handler for communicating with the cloud "
212 "print server, instead of the cloud print interface in the Print "
213 "Preview WebUI.";
214
Christopher Cameronceb8727d2017-09-07 23:53:16215const char kForceColorProfileSRGB[] = "sRGB";
216const char kForceColorProfileP3[] = "Display P3 D65";
217const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
218const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
219
220const char kForceColorProfileName[] = "Force color profile";
221const char kForceColorProfileDescription[] =
222 "Forces Chrome to use a specific color profile instead of the color "
223 "of the window's current monitor, as specified by the operating system.";
224
Brett Wilsonf27ff602017-07-07 22:28:47225const char kCompositedLayerBordersName[] = "Composited render layer borders";
226const char kCompositedLayerBordersDescription[] =
227 "Renders a border around composited Render Layers to help debug and study "
228 "layer compositing.";
229
Theresacd5aaec2018-08-27 20:32:13230const char kContextualSuggestionsAlternateCardLayoutName[] =
231 "Contextual Suggestions Alternate Card Layout";
232const char kContextualSuggestionsAlternateCardLayoutDescription[] =
233 "If enabled, use an alternate card layout for contextual suggestions.";
234
Theresac34db2d2018-06-28 00:03:11235const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
236const char kContextualSuggestionsButtonDescription[] =
237 "If enabled, shows a button to trigger contextual suggestions.";
238
Theresa0f2947b92018-07-02 21:27:58239const char kContextualSuggestionsOptOutName[] =
240 "Contextual Suggestions Opt-out";
241const char kContextualSuggestionsOptOutDescription[] =
242 "If enabled, allows the user to opt out of contextual suggestions.";
243
Brett Wilsonf27ff602017-07-07 22:28:47244const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
245const char kCreditCardAssistDescription[] =
246 "Enable assisted credit card filling on certain sites.";
247
248const char kCrossProcessGuestViewIsolationName[] =
249 "Cross process frames for guests";
250const char kCrossProcessGuestViewIsolationDescription[] =
251 "Highly experimental where guests such as <webview> are implemented on "
252 "the out-of-process iframe infrastructure.";
253
Thanh Le659cb102017-12-20 22:00:19254const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
255const char kDataSaverServerPreviewsDescription[] =
256 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47257
258const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
259const char kDatasaverPromptDescription[] =
260 "Enables a prompt, which appears when a cellular network connection is "
261 "detected, to take the user to the Data Saver extension page on Chrome Web "
262 "Store.";
263const char kDatasaverPromptDemoMode[] = "Demo mode";
264
Wez54dc71b2018-04-17 00:42:34265#if DCHECK_IS_CONFIGURABLE
266const char kDcheckIsFatalName[] = "DCHECKs are fatal";
267const char kDcheckIsFatalDescription[] =
268 "By default Chrome will evaluate in this build, but only log failures, "
269 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
270#endif // DCHECK_IS_CONFIGURABLE
271
Brett Wilsonf27ff602017-07-07 22:28:47272const char kDebugPackedAppName[] = "Debugging for packed apps";
273const char kDebugPackedAppDescription[] =
274 "Enables debugging context menu options such as Inspect Element for packed "
275 "applications.";
276
277const char kDefaultTileHeightName[] = "Default tile height";
278const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
279const char kDefaultTileHeightShort[] = "128";
280const char kDefaultTileHeightTall[] = "256";
281const char kDefaultTileHeightGrande[] = "512";
282const char kDefaultTileHeightVenti[] = "1024";
283
284const char kDefaultTileWidthName[] = "Default tile width";
285const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
286const char kDefaultTileWidthShort[] = "128";
287const char kDefaultTileWidthTall[] = "256";
288const char kDefaultTileWidthGrande[] = "512";
289const char kDefaultTileWidthVenti[] = "1024";
290
291const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
292const char kDebugShortcutsDescription[] =
293 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
294
295const char kDeviceDiscoveryNotificationsName[] =
296 "Device Discovery Notifications";
297const char kDeviceDiscoveryNotificationsDescription[] =
298 "Device discovery notifications on local network.";
299
300const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
301const char kDevtoolsExperimentsDescription[] =
302 "Enables Developer Tools experiments. Use Settings panel in Developer "
303 "Tools to toggle individual experiments.";
304
305const char kDisableAudioForDesktopShareName[] =
306 "Disable Audio For Desktop Share";
307const char kDisableAudioForDesktopShareDescription[] =
308 "With this flag on, desktop share picker window will not let the user "
309 "choose whether to share audio.";
310
Chris Palmer917bc052018-03-14 19:28:31311const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
312const char kDisablePushStateThrottleDescription[] =
313 "Disables throttling of history.pushState and history.replaceState method "
314 "calls.";
315
Brett Wilsonf27ff602017-07-07 22:28:47316const char kDisableTabForDesktopShareName[] =
317 "Disable Desktop Share with tab source";
318const char kDisableTabForDesktopShareDescription[] =
319 "This flag controls whether users can choose a tab for desktop share.";
320
321const char kDisallowDocWrittenScriptsUiName[] =
322 "Block scripts loaded via document.write";
323const char kDisallowDocWrittenScriptsUiDescription[] =
324 "Disallows fetches for third-party parser-blocking scripts inserted into "
325 "the main frame via document.write.";
326
Christopher Thompson2ffffa2c2018-05-18 23:06:37327const char kDisallowUnsafeHttpDownloadsName[] =
328 "Block unsafe downloads over insecure connections";
329const char kDisallowUnsafeHttpDownloadsNameDescription[] =
330 "Disallows downloads of unsafe files (files that can potentially execute "
331 "code), where the final download origin or any origin in the redirect "
332 "chain is insecure.";
333
Brett Wilsonf27ff602017-07-07 22:28:47334const char kDriveSearchInChromeLauncherName[] =
335 "Drive Search in Chrome App Launcher";
336const char kDriveSearchInChromeLauncherDescription[] =
337 "Files from Drive will show up when searching the Chrome App Launcher.";
338
Brett Wilsonf27ff602017-07-07 22:28:47339const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
340const char kEmbeddedExtensionOptionsDescription[] =
341 "Display extension options as an embedded element in chrome://extensions "
342 "rather than opening a new tab.";
343
Dominic Mazzoni8ac98962018-05-25 05:44:55344const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
345const char kEnableAccessibilityObjectModelDescription[] =
346 "Enables experimental support for Accessibility Object Model APIs "
347 "that are in development.";
348
Brett Wilsonf27ff602017-07-07 22:28:47349const char kEnableAsmWasmName[] =
350 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
351const char kEnableAsmWasmDescription[] =
352 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
353 R"*(WebAssembly.)*";
354
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36355const char kEnableWebPaymentsSingleAppUiSkipName[] =
356 "Enable Web Payments single app UI skip";
357const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
358 "Enable Web Payments to skip showing its UI if the developer specifies a "
359 "single app.";
360
Florian Uunk8c428ea2018-07-18 11:12:52361const char kEnableAutofillAccountWalletStorageName[] =
362 "Enable the account data storage for autofill";
363const char kEnableAutofillAccountWalletStorageDescription[] =
364 "Enable the ephemeral storage for account data for autofill.";
365
Shanfeng Zhang19c16562017-10-17 02:30:40366const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
367 "Credit card autofill ablation experiment.";
368const char kEnableAutofillCreditCardAblationExperimentDescription[] =
369 "If enabled, credit card autofill suggestions will not display.";
370
Brett Wilsonf27ff602017-07-07 22:28:47371const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
372 "Display the last used date of a credit card in autofill.";
373const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
374 "If enabled, display the last used date of a credit card in autofill.";
375
Sujie Zhu2cf0e5c2018-07-17 18:00:27376const char kEnableAutofillCreditCardLocalCardMigrationName[] =
377 "Enable migrating local cards to Google Pay";
378const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
379 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
380
Jared Saulbc672a072018-06-16 05:22:12381const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
382 "Make cardholder name editable in dialog during credit card upload";
383const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
384 "If enabled, in certain situations when offering credit card upload to "
385 "Google Payments, the cardholder name can be edited within the "
386 "offer-to-save dialog, which is prefilled with the name from the signed-in "
387 "Google Account.";
388
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37389const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
390 "Enable Google Pay branding when offering credit card upload on Android";
391const char
392 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
393 "If enabled, shows the Google Pay logo and a shorter header message "
394 "when credit card upload to Google Payments is offered on Android.";
395
siyua7c4e97b42018-04-24 02:49:42396const char kEnableAutofillCreditCardUploadUpdatePromptExplanationName[] =
397 "Enable updated prompt explanation when offering credit card upload";
398const char kEnableAutofillCreditCardUploadUpdatePromptExplanationDescription[] =
399 "If enabled, changes the server save card prompt's explanation to mention "
400 "the saving of the billing address.";
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
xlou8b56f672018-02-09 23:34:30646const char kEnableNupPrintingName[] = "Enable N-up printing";
647const char kEnableNupPrintingDescription[] =
648 "Enable N-up printing in the print preview panel.";
649
Sophie Chang117a3b22017-10-24 22:25:36650const char kEnableOptimizationHintsName[] = "Optimization Hints";
651const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50652 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36653 "into decisions for what optimizations to perform on some pages on slow "
654 "networks.";
655
Yutaka Hirano98be3272017-08-07 17:55:39656const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
657const char kEnableOutOfBlinkCORSDescription[] =
658 "CORS handling logic is moved out of blink.";
659
Sammie Quon0fbf0782018-05-01 22:11:08660const char kEnableOverviewSwipeToCloseName[] =
661 "Enable overview swipe to close.";
662const char kEnableOverviewSwipeToCloseDescription[] =
663 "Enables closing of items in overview mode by dragging or flinging "
664 "vertically.";
665
kylechar7051c092018-02-05 20:31:39666const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
667const char kVizDisplayCompositorDescription[] =
668 "If enabled, the display compositor runs as part of the viz service in the"
669 "GPU process.";
670
Ria Jiang6a129b982018-03-01 18:30:40671const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
672const char kVizHitTestDrawQuadDescription[] =
673 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
674 "with hit-test data computed from the CompositorFrame.";
675
Erik Chen49bbfa22017-08-18 08:49:56676const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23677 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56678const char kEnableOutOfProcessHeapProfilingDescription[] =
679 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19680 "malloced objects. Heap dumps can be obtained at chrome://tracing "
681 "[category:memory-infra] and chrome://memory-internals. This setting "
682 "controls which processes are profiled. As long as this setting is not "
683 "disabled, users can start profiling any given process in "
684 "chrome://memory-internals.";
685const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
686const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
687const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
688const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
689const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10690const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19691 "None by default. Visit chrome://memory-internals to choose which "
692 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15693const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
694 "Profile a random sampling of renderer processes, ensuring only one is "
695 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19696
Erik Chen8bb76b52017-12-06 19:06:25697const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19698 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25699const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
700 "By default, small allocations are pruned from the heap dump. This reduces "
701 "the size of the compressed trace by 100x. If pruning is disabled, the "
702 "chrome://tracing UI may be unable to take or load the trace. Save the "
703 "trace directly using chrome://memory-internals, and use other mechanisms "
704 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
705 "automatically uploaded traces will always be pruned. This only affects "
706 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56707
erikchen8bc20d82018-02-14 03:21:51708const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
709const char kOutOfProcessHeapProfilingSamplingDescription[] =
710 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22711 "10000. This results in low noise for large and/or frequent allocations ["
712 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
713 "total size of malloc-ed objects] and large and/or frequent allocations "
714 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51715
Erik Chen3303fd0232018-01-11 20:29:05716const char kOOPHPStackModeName[] =
717 "The type of stack to record for memlog heap dumps";
718const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19719 "By default, memlog heap dumps record native stacks, which requires a "
720 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55721 "pointers to work on Android. Native with thread names will add the thread "
722 "name as the first frame of each native stack. It's also possible to "
723 "record a pseudo stack using trace events as identifiers. It's also "
724 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19725const char kOOPHPStackModeMixed[] = "Mixed";
726const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55727const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19728const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05729
François Beaufort2e75f492018-02-08 20:44:46730const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47731const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46732 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47733
F#m59d036e2017-09-13 07:22:17734const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
735const char kEnablePixelCanvasRecordingDescription[] =
736 "Pixel canvas recording allows the compositor to raster contents aligned "
737 "with the pixel and improves text rendering. This should be enabled when a "
738 "device is using fractional scale factor.";
739
Ella Gebee81c92018-08-14 15:51:09740const char kEnableResamplingInputEventsName[] =
741 "Enable resampling input events";
742const char kEnableResamplingInputEventsDescription[] =
743 "Predicts mouse and touch inputs position at rAF time based on previous "
744 "input";
745const char kEnableResamplingScrollEventsName[] =
746 "Enable resampling scroll events";
747const char kEnableResamplingScrollEventsDescription[] =
748 "Predicts the scroll amount at vsync time based on previous input";
749
Doug Arnettaa0bf202018-08-27 19:42:11750const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
751const char kEnableResourceLoadingHintsDescription[] =
752 "Enable using server-provided resource loading hints to provide a preview "
753 "over slow network connections.";
754
Lei Zhang0ca70ea2018-09-07 17:51:01755const char kEnableSyncUserConsentSeparateTypeName[] =
vitaliiid36191b2018-06-11 07:40:49756 "Enable separate sync type for consents";
Lei Zhang0ca70ea2018-09-07 17:51:01757const char kEnableSyncUserConsentSeparateTypeDescription[] =
vitaliiid36191b2018-06-11 07:40:49758 "Emit user consents as a separate sync type instead of user events.";
759
Mohamed Amir Yosef0178fa892018-07-23 17:43:52760const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
761const char kEnableSyncUSSBookmarksDescription[] =
762 "Enables the new, experimental implementation of bookmark sync";
763
Mikel Astiz38837f82018-04-24 22:23:23764const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
765const char kEnableSyncUSSSessionsDescription[] =
766 "Enables the new, experimental implementation of session sync (aka tab "
767 "sync).";
768
Brett Wilsonf27ff602017-07-07 22:28:47769const char kEnableUseZoomForDsfName[] =
770 "Use Blink's zoom for device scale factor.";
771const char kEnableUseZoomForDsfDescription[] =
772 "If enabled, Blink uses its zooming mechanism to scale content for device "
773 "scale factor.";
774const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
775const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
776const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
777
Patrick Noland8ee016e2018-01-24 11:44:53778const char kEnableScrollAnchorSerializationName[] =
779 "Scroll Anchor Serialization";
780const char kEnableScrollAnchorSerializationDescription[] =
781 "Save the scroll anchor and use it to restore the scroll position when "
782 "navigating.";
783
Brad Nelson5cd500e2018-01-04 00:50:19784const char kEnableSharedArrayBufferName[] =
785 "Experimental enabled SharedArrayBuffer support in JavaScript.";
786const char kEnableSharedArrayBufferDescription[] =
787 "Enable SharedArrayBuffer support in JavaScript.";
788
Brett Wilsonf27ff602017-07-07 22:28:47789const char kEnableWasmName[] = "WebAssembly structured cloning support.";
790const char kEnableWasmDescription[] =
791 "Enable web pages to use WebAssembly structured cloning.";
792
Kim Paulhamusae635a32018-06-27 07:30:54793const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
794const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47795 "Enable Web Authentication API support.";
796
Lei Zhang0ca70ea2018-09-07 17:51:01797const char kEnableWebAuthenticationCableSupportName[] =
Kim Paulhamus92431372018-07-20 02:25:47798 "Web Authentication caBLE support";
Lei Zhang0ca70ea2018-09-07 17:51:01799const char kEnableWebAuthenticationCableSupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47800 "Enable the cloud-assisted pairingless BLE protocol for use with "
801 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54802
Brett Wilsonf27ff602017-07-07 22:28:47803const char kEnableImageCaptureAPIName[] = "Image Capture API";
804const char kEnableImageCaptureAPIDescription[] =
805 "Enables the Web Platform Image Capture API: takePhoto(), "
806 "getPhotoCapabilities(), etc.";
807
808const char kEnableZeroSuggestRedirectToChromeName[] =
809 "Experimental contextual omnibox suggestion";
810const char kEnableZeroSuggestRedirectToChromeDescription[] =
811 "Change omnibox contextual suggestions to an experimental source. Note "
812 "that this is not an on/off switch for contextual omnibox and it only "
813 "applies to suggestions provided before the user starts typing a URL or a "
814 "search query (i.e. zero suggest).";
815
Clemens Hammacher0c8a15a2018-04-27 13:45:32816const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
817const char kEnableWasmBaselineDescription[] =
818 "Enables WebAssembly baseline compilation and tier up.";
819
Ben Smith24c1e5c2018-06-20 01:09:02820const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
821const char kEnableWasmThreadsDescription[] =
822 "Enables support for the WebAssembly Threads proposal. Implies "
823 "#shared-array-buffer and #enable-webassembly.";
824
Brett Wilsonf27ff602017-07-07 22:28:47825const char kExpensiveBackgroundTimerThrottlingName[] =
826 "Throttle expensive background timers";
827const char kExpensiveBackgroundTimerThrottlingDescription[] =
828 "Enables intervention to limit CPU usage of background timers to 1%.";
829
830const char kExperimentalAppBannersName[] = "Experimental app banners";
831const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38832 "Enables a new experimental app banner flow and UI. Implies "
833 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47834
835const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
836const char kExperimentalCanvasFeaturesDescription[] =
837 "Enables the use of experimental canvas features which are still in "
838 "development.";
839
Nicholas Verneccd8259802018-02-22 01:22:04840const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
841const char kExperimentalCrostiniUIDescription[] =
842 "Enables in-development Crostini features.";
843
Brett Wilsonf27ff602017-07-07 22:28:47844const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
845const char kExperimentalExtensionApisDescription[] =
846 "Enables experimental extension APIs. Note that the extension gallery "
847 "doesn't allow you to upload extensions that use experimental APIs.";
848
849const char kExperimentalFullscreenExitUIName[] =
850 "Experimental fullscreen exit UI";
851const char kExperimentalFullscreenExitUIDescription[] =
852 "Displays experimental UI to allow mouse and touch input methods to exit "
853 "fullscreen mode.";
854
Ian Clelland37a985d2018-05-04 02:43:13855const char kExperimentalProductivityFeaturesName[] =
856 "Experimental Productivity Features";
857const char kExperimentalProductivityFeaturesDescription[] =
858 "Enable support for experimental developer productivity features, such as "
859 "Layered APIs and policies for avoiding slow rendering.";
860
Brett Wilsonf27ff602017-07-07 22:28:47861const char kExperimentalSecurityFeaturesName[] =
862 "Potentially annoying security features";
863const char kExperimentalSecurityFeaturesDescription[] =
864 "Enables several security features that will likely break one or more "
865 "pages that you visit on a daily basis. Strict mixed content checking, for "
866 "example. And locking powerful features to secure contexts. This flag will "
867 "probably annoy you.";
868
869const char kExperimentalWebPlatformFeaturesName[] =
870 "Experimental Web Platform features";
871const char kExperimentalWebPlatformFeaturesDescription[] =
872 "Enables experimental Web Platform features that are in development.";
873
874const char kExtensionContentVerificationName[] =
875 "Extension Content Verification";
876const char kExtensionContentVerificationDescription[] =
877 "This flag can be used to turn on verification that the contents of the "
878 "files on disk for extensions from the webstore match what they're "
879 "expected to be. This can be used to turn on this feature if it would not "
880 "otherwise have been turned on, but cannot be used to turn it off (because "
881 "this setting can be tampered with by malware).";
882const char kExtensionContentVerificationBootstrap[] =
883 "Bootstrap (get expected hashes, but do not enforce them)";
884const char kExtensionContentVerificationEnforce[] =
885 "Enforce (try to get hashes, and enforce them if successful)";
886const char kExtensionContentVerificationEnforceStrict[] =
887 "Enforce strict (hard fail if we can't get hashes)";
888
889const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
890const char kExtensionsOnChromeUrlsDescription[] =
891 "Enables running extensions on chrome:// URLs, where extensions explicitly "
892 "request this permission.";
galinapae72e152017-05-12 13:12:28893
Brett Wilsonecb80982017-07-12 20:34:51894const char kFastUnloadName[] = "Fast tab/window close";
895const char kFastUnloadDescription[] =
896 "Enables fast tab/window closing - runs a tab's onunload js handler "
897 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34898
Brett Wilsonecb80982017-07-12 20:34:51899const char kFeaturePolicyName[] = "Feature Policy";
900const char kFeaturePolicyDescription[] =
901 "Enables granting and removing access to features through the "
902 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34903
Brett Wilsonecb80982017-07-12 20:34:51904const char kFontCacheScalingName[] = "FontCache scaling";
905const char kFontCacheScalingDescription[] =
906 "Reuse a cached font in the renderer to serve different sizes of font for "
907 "faster layout.";
908
909const char kForceEffectiveConnectionTypeName[] =
910 "Override effective connection type";
911const char kForceEffectiveConnectionTypeDescription[] =
912 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:30913 "returned by the network quality estimator. Slow 2G on Cellular returns "
914 "Slow 2G when connected to a cellular network, and the actual estimate "
915 "effective connection type when not on a cellular network. Previews are "
916 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:51917const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
918const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
919const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:30920const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
921 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:51922const char kEffectiveConnectionType2GDescription[] = "2G";
923const char kEffectiveConnectionType3GDescription[] = "3G";
924const char kEffectiveConnectionType4GDescription[] = "4G";
925
926const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
927const char kFillOnAccountSelectDescription[] =
928 "Filling of passwords when an account is explicitly selected by the user "
929 "rather than autofilling credentials on page load.";
930
Brett Wilsonecb80982017-07-12 20:34:51931const char kForceTextDirectionName[] = "Force text direction";
932const char kForceTextDirectionDescription[] =
933 "Explicitly force the per-character directionality of UI text to "
934 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
935 "direction of the character language.";
936const char kForceDirectionLtr[] = "Left-to-right";
937const char kForceDirectionRtl[] = "Right-to-left";
938
939const char kForceUiDirectionName[] = "Force UI direction";
940const char kForceUiDirectionDescription[] =
941 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
942 "mode, overriding the default direction of the UI language.";
943
944const char kFramebustingName[] =
945 "Framebusting requires same-origin or a user gesture";
946const char kFramebustingDescription[] =
947 "Don't permit an iframe to navigate the top level browsing context unless "
948 "they are same-origin or the iframe is processing a user gesture.";
949
950const char kGamepadExtensionsName[] = "Gamepad Extensions";
951const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:22952 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynoldsa8f2f692018-07-16 17:12:06953const char kGamepadPollingRateName[] = "Override Gamepad Polling Rate";
Matt Reynolds660a47752018-06-28 19:42:48954const char kGamepadPollingRateDescription[] =
Matt Reynoldsa8f2f692018-07-16 17:12:06955 "Overrides the rate at which gamepad input devices are polled. Increasing "
Matt Reynolds660a47752018-06-28 19:42:48956 "the polling rate improves the average latency of button and axis inputs "
957 "but may negatively affect performance.";
Matt Reynolds043469f2018-05-01 22:56:58958const char kGamepadVibrationName[] = "Gamepad Vibration";
959const char kGamepadVibrationDescription[] =
960 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:51961
Brett Wilsonecb80982017-07-12 20:34:51962const char kGpuRasterizationMsaaSampleCountName[] =
963 "GPU rasterization MSAA sample count.";
964const char kGpuRasterizationMsaaSampleCountDescription[] =
965 "Specify the number of MSAA samples for GPU rasterization.";
966const char kGpuRasterizationMsaaSampleCountZero[] = "0";
967const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
968const char kGpuRasterizationMsaaSampleCountFour[] = "4";
969const char kGpuRasterizationMsaaSampleCountEight[] = "8";
970const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
971
972const char kGpuRasterizationName[] = "GPU rasterization";
973const char kGpuRasterizationDescription[] =
974 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28975const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51976
977const char kGoogleProfileInfoName[] = "Google profile name and icon";
978const char kGoogleProfileInfoDescription[] =
979 "Enables using Google information to populate the profile name and icon in "
980 "the avatar menu.";
981
Takumi Fujimotofb71e332018-03-31 14:04:08982const char kViewsCastDialogName[] = "Views Cast dialog";
983const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:31984 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:53985 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:54986 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:08987
Manu Cornet4a908de2018-04-09 04:32:27988const char kHideActiveAppsFromShelfName[] =
989 "Hide running apps (that are not pinned) from the shelf";
990const char kHideActiveAppsFromShelfDescription[] =
991 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:25992
Brett Wilsonecb80982017-07-12 20:34:51993const char kHistoryRequiresUserGestureName[] =
994 "New history entries require a user gesture.";
995const char kHistoryRequiresUserGestureDescription[] =
996 "Require a user gesture to add a history entry.";
997const char kHyperlinkAuditingName[] = "Hyperlink auditing";
998const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
999
Ryan Landay4242dbc22018-04-04 01:47:331000const char kHorizontalTabSwitcherAndroidName[] =
1001 "Enable horizontal tab switcher";
1002const char kHorizontalTabSwitcherAndroidDescription[] =
1003 "Changes the layout of the Android tab switcher so tabs scroll "
1004 "horizontally instead of vertically.";
1005
Brett Wilsonecb80982017-07-12 20:34:511006const char kHostedAppQuitNotificationName[] =
1007 "Quit notification for hosted apps";
1008const char kHostedAppQuitNotificationDescription[] =
1009 "Display a notification when quitting Chrome if hosted apps are currently "
1010 "running.";
1011
1012const char kHostedAppShimCreationName[] =
1013 "Creation of app shims for hosted apps on Mac";
1014const char kHostedAppShimCreationDescription[] =
1015 "Create app shims on Mac when creating a hosted app.";
1016
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481017const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1018const char kHtmlBasedUsernameDetectorDescription[] =
1019 "Use HTML-based username detector for the password manager.";
1020
Brett Wilsonecb80982017-07-12 20:34:511021const char kIconNtpName[] = "Large icons on the New Tab page";
1022const char kIconNtpDescription[] =
1023 "Enable the experimental New Tab page using large icons.";
1024
1025const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1026const char kIgnoreGpuBlacklistDescription[] =
1027 "Overrides the built-in software rendering list and enables "
1028 "GPU-acceleration on unsupported system configurations.";
1029
Ryan Sturm8c3dbc92018-06-26 19:22:371030const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441031const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371032 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441033
Claudio Magni61c210922017-12-28 00:29:511034const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1035const char kImprovedLanguageSettingsDescription[] =
1036 "Set of changes for Language Settings. These changes are intended to fix "
1037 "the major bugs related to Language Settings.";
1038
Brett Wilsonecb80982017-07-12 20:34:511039const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1040const char kInProductHelpDemoModeChoiceDescription[] =
1041 "Selects the In-Product Help demo mode.";
1042
1043const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1044const char kJavascriptHarmonyDescription[] =
1045 "Enable web pages to use experimental JavaScript features.";
1046
1047const char kJavascriptHarmonyShippingName[] =
1048 "Latest stable JavaScript features";
1049const char kJavascriptHarmonyShippingDescription[] =
1050 "Some web pages use legacy or non-standard JavaScript extensions that may "
1051 "conflict with the latest JavaScript features. This flag allows disabling "
1052 "support of those features for compatibility with such pages.";
1053
gogeraldfd7675d2018-06-19 22:57:351054const char kJustInTimeServiceWorkerPaymentAppName[] =
1055 "Just-in-time service worker payment app";
1056const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1057 "Allow crawling just-in-time service worker payment app when there is no "
1058 "installed service worker payment app for a payment request.";
1059
Yutaka Hiranof7f2f632017-09-06 10:40:081060const char kKeepAliveRendererForKeepaliveRequestsName[] =
1061 "Keep a renderer alive for keepalive fetch requests";
1062const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1063 "Keep a render process alive when the process has a pending fetch request "
1064 "with `keepalive' specified.";
1065
Joe Downing095fd6d2018-02-01 18:40:361066const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1067const char kKeyboardLockApiDescription[] =
1068 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1069 "specific key events and have them routed directly to the webpage when in "
1070 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1071
Brett Wilsonecb80982017-07-12 20:34:511072const char kLcdTextName[] = "LCD text antialiasing";
1073const char kLcdTextDescription[] =
1074 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1075 "(subpixel) when doing accelerated compositing.";
1076
Matt Giucac399982f2017-10-06 07:51:291077const char kLeftToRightUrlsName[] =
1078 "Render bidirectional URLs from left to right";
1079const char kLeftToRightUrlsDescription[] =
1080 "An experimental Bidi URL rendering algorithm where the URL components are "
1081 "always shown in order from left to right, regardless of any RTL "
1082 "characters. (The contents of each component are still rendered with the "
1083 "normal Bidi algorithm.)";
1084
Brett Wilsonecb80982017-07-12 20:34:511085const char kLoadMediaRouterComponentExtensionName[] =
1086 "Load Media Router Component Extension";
1087const char kLoadMediaRouterComponentExtensionDescription[] =
1088 "Loads the Media Router component extension at startup.";
1089
Mustafa Emre Acer137dc8b2018-08-29 20:38:131090const char kLookalikeUrlNavigationSuggestionsName[] =
1091 "Navigation suggestions for lookalike URLs";
1092const char kLookalikeUrlNavigationSuggestionsDescription[] =
1093 "Enable navigation suggestions for URLs that are visually similar to "
1094 "popular domains or to domains with a site engagement score.";
1095
Brett Wilsonecb80982017-07-12 20:34:511096const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1097const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511098
Lei Zhang2eca9082017-10-17 20:42:501099const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1100const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511101 "If enabled, the Incognito New Tab page uses the new material design with "
1102 "a better readable text.";
1103
spqchanb87755692018-04-05 00:46:091104const char kMediaRouterCastAllowAllIPsName[] =
1105 "Connect to Cast devices on all IP addresses";
1106const char kMediaRouterCastAllowAllIPsDescription[] =
1107 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311108 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091109
Brett Wilsonecb80982017-07-12 20:34:511110const char kMemoryCoordinatorName[] = "Memory coordinator";
1111const char kMemoryCoordinatorDescription[] =
1112 "Enable memory coordinator instead of memory pressure listeners.";
1113
1114const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1115const char kMessageCenterNewStyleNotificationDescription[] =
1116 "Enables the experiment style of material-design notification";
1117
Brett Wilsonecb80982017-07-12 20:34:511118const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1119const char kMhtmlGeneratorOptionDescription[] =
1120 "Provides experimental options for MHTML file generator.";
1121const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1122const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1123
Kouhei Ueno08445c22017-09-05 03:58:301124const char kModuleScriptsDynamicImportName[] =
1125 "Enable ECMAScript 6 modules dynamic import";
1126const char kModuleScriptsDynamicImportDescription[] =
1127 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
1128 "Blink.";
1129
Hiroshige Hayashizaki15c2eb92017-10-20 04:57:051130const char kModuleScriptsImportMetaUrlName[] =
1131 "Enable ECMAScript 6 modules import.meta.url";
1132const char kModuleScriptsImportMetaUrlDescription[] =
1133 "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and "
1134 "Blink.";
1135
Brett Wilsonecb80982017-07-12 20:34:511136const char kNewAudioRenderingMixingStrategyName[] =
1137 "New audio rendering mixing strategy";
1138const char kNewAudioRenderingMixingStrategyDescription[] =
1139 "Use the new audio rendering mixing strategy.";
1140
1141const char kNewBookmarkAppsName[] = "The new bookmark app system";
1142const char kNewBookmarkAppsDescription[] =
1143 "Enables the new system for creating bookmark apps.";
1144
Vadym Doroshenkocd4ff782018-07-24 13:41:021145const char kNewPasswordFormParsingName[] =
1146 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241147const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021148 "Replaces existing form parsing for filling in password manager with a new "
1149 "version, currently under development. WARNING: when enabled, Password "
1150 "Manager might stop working";
1151
1152const char kNewPasswordFormParsingForSavingName[] =
1153 "New password form parsing for saving passwords";
1154const char kNewPasswordFormParsingForSavingDescription[] =
1155 "Replaces existing form parsing for saving in password manager with a new "
1156 "version, currently under development. WARNING: when enabled, Password "
1157 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241158
Brett Wilsonecb80982017-07-12 20:34:511159const char kNewRemotePlaybackPipelineName[] =
1160 "Enable the new remote playback pipeline.";
1161const char kNewRemotePlaybackPipelineDescription[] =
1162 "Enable the new pipeline for playing media element remotely via "
1163 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501164const char kUseSurfaceLayerForVideoName[] =
1165 "Enable the use of SurfaceLayer objects for videos.";
1166const char kUseSurfaceLayerForVideoDescription[] =
1167 "Enable compositing onto a Surface instead of a VideoLayer "
1168 "for videos.";
CJ DiMeglioe6e258a2018-08-10 21:41:571169const char kUseSurfaceLayerForVideoMSName[] =
1170 "Enable the use of SurfaceLayer objects for media stream videos.";
1171const char kUseSurfaceLayerForVideoMSDescription[] =
1172 "Enable compositing onto a Surface instead of a VideoLayer "
1173 "for media stream videos.";
Brett Wilsonecb80982017-07-12 20:34:511174
1175const char kNewUsbBackendName[] = "Enable new USB backend";
1176const char kNewUsbBackendDescription[] =
1177 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341178
Sonny Sasaka2d200432018-03-22 17:43:161179const char kNewblueName[] = "Newblue";
1180const char kNewblueDescription[] =
1181 "Enables the use of newblue Bluetooth daemon.";
1182
Peter Kasting63097912018-06-30 02:09:031183const char kNewTabButtonPosition[] = "New tab button position";
1184const char kNewTabButtonPositionDescription[] =
1185 "Controls placement of the new tab button within the tabstrip.";
1186const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1187const char kNewTabButtonPositionLeading[] = "Leading";
1188const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1189const char kNewTabButtonPositionTrailing[] = "Trailing";
1190
Egor Pasko6fed3822018-05-30 10:33:141191const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341192const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141193 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341194
Alex Newcomerd7b0cc42018-05-25 22:58:481195const char kNotificationIndicatorName[] = "Notification Indicators";
1196const char kNotificationIndicatorDescription[] =
1197 "Enable notification indicators, which appear on app icons when a "
1198 "notification is active. This will also enable notifications in context "
1199 "menus.";
1200
Brett Wilsonecb80982017-07-12 20:34:511201const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1202const char kNotificationsNativeFlagDescription[] =
1203 "Enable support for using the native notification toasts and notification "
1204 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341205
Valeriya Sinevich972ac122018-09-05 07:33:191206const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint.";
1207const char kUseMultiloginEndpointDescription[] =
1208 "Use Gaia OAuth multilogin for identity consistency.";
1209
Zentaro Kavanaghbad511c2017-10-18 22:29:001210#if defined(OS_POSIX)
1211const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1212const char kNtlmV2EnabledDescription[] =
1213 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1214#endif
1215
Ramya Nagarajane9f16b82018-05-03 01:05:341216const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1217const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301218 "Allow selection of a custom background image on the New Tab Page. "
1219 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341220
kristipark037abce12018-07-13 19:49:301221const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1222const char kNtpCustomLinksDescription[] =
1223 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1224 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1225
1226const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341227const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301228 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1229 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341230
1231const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1232const char kNtpUIMdDescription[] =
1233 "Updates the New Tab Page with Material Design elements.";
1234
Brett Wilsonecb80982017-07-12 20:34:511235const char kNumRasterThreadsName[] = "Number of raster threads";
1236const char kNumRasterThreadsDescription[] =
1237 "Specify the number of raster threads.";
1238const char kNumRasterThreadsOne[] = "1";
1239const char kNumRasterThreadsTwo[] = "2";
1240const char kNumRasterThreadsThree[] = "3";
1241const char kNumRasterThreadsFour[] = "4";
1242
1243const char kOfferStoreUnmaskedWalletCardsName[] =
1244 "Google Payments card saving checkbox";
1245const char kOfferStoreUnmaskedWalletCardsDescription[] =
1246 "Show the checkbox to offer local saving of a credit card downloaded from "
1247 "the server.";
1248
1249const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1250const char kOfflineAutoReloadDescription[] =
1251 "Pages that fail to load while the browser is offline will be "
1252 "auto-reloaded when the browser is online again.";
1253
1254const char kOfflineAutoReloadVisibleOnlyName[] =
1255 "Only Auto-Reload Visible Tabs";
1256const char kOfflineAutoReloadVisibleOnlyDescription[] =
1257 "Pages that fail to load while the browser is offline will only be "
1258 "auto-reloaded if their tab is visible.";
1259
Brett Wilsonecb80982017-07-12 20:34:511260const char kOmniboxDisplayTitleForCurrentUrlName[] =
1261 "Include title for the current URL in the omnibox";
1262const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1263 "In the event that the omnibox provides suggestions on-focus, the URL of "
1264 "the current page is provided as the first suggestion without a title. "
1265 "Enabling this flag causes the title to be displayed.";
1266
Benoit Lizeab08362c2017-07-19 14:50:541267const char kOmniboxSpareRendererName[] =
1268 "Start spare renderer on omnibox focus";
1269const char kOmniboxSpareRendererDescription[] =
1270 "When the omnibox is focused, start an empty spare renderer. This can "
1271 "speed up the load of the navigation from the omnibox.";
1272
Tommy C. Li8875a442017-08-23 00:10:591273const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1274 "Omnibox UI Elide Suggestion URL After Host";
1275const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1276 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1277 "dropdown.";
1278
Tommy C. Lie4194b732018-09-28 22:21:511279const char kOmniboxUIHideSteadyStateUrlSchemeName[] =
1280 "Omnibox UI Hide Steady-State URL Scheme";
1281const char kOmniboxUIHideSteadyStateUrlSchemeDescription[] =
1282 "In the omnibox, hide the scheme from steady state displayed URLs. It is "
1283 "restored during editing. For Mac, this flag will have no effect unless "
1284 "MacViews is enabled.";
1285
1286const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsName[] =
1287 "Omnibox UI Hide Steady-State URL Trivial Subdomains";
1288const char kOmniboxUIHideSteadyStateUrlTrivialSubdomainsDescription[] =
1289 "In the omnibox, hide trivial subdomains from steady state displayed URLs. "
1290 "Hidden portions are restored during editing. For Mac, this flag will have "
1291 "no effect unless MacViews is enabled.";
Tommy C. Lid79d4402017-12-22 22:49:121292
Tommy C. Licc5e53022018-07-27 16:30:351293const char kOmniboxUIJogTextfieldOnPopupName[] =
1294 "Omnibox UI Jog Textfield on Popup";
1295const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1296 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1297 "text when the popup is opened. When this feature is disabled, the "
1298 "textfield is always aligned with the suggestions text, and a separator "
1299 "fills the gap. If Material Refresh is disabled, this has no effect.";
1300
Brett Wilsonecb80982017-07-12 20:34:511301const char kOmniboxUIMaxAutocompleteMatchesName[] =
1302 "Omnibox UI Max Autocomplete Matches";
1303
1304const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1305 "Changes the maximum number of autocomplete matches displayed in the "
1306 "Omnibox UI.";
1307
Justin Donnelly65c9e8b2017-10-01 05:15:011308const char kOmniboxUIShowSuggestionFaviconsName[] =
1309 "Omnibox UI Show Suggestion Favicons";
1310const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1311 "Shows favicons instead of generic vector icons for URL suggestions in the "
1312 "Omnibox dropdown.";
1313
1314const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1315const char kOmniboxUISwapTitleAndUrlDescription[] =
1316 "In the omnibox dropdown, shows titles before URLs when both are "
1317 "available.";
1318
Brett Wilsonecb80982017-07-12 20:34:511319const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1320const char kOmniboxUIVerticalMarginDescription[] =
1321 "Changes the vertical margin in the Omnibox UI.";
1322
Troy Hildebrandtb32637ca2018-02-21 23:25:091323const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1324 "Omnibox Voice Search Always Visible";
1325const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1326 "Always displays voice search icon in focused omnibox as long as voice "
1327 "search is possible";
1328
Adrienne Walkerc87477e2018-06-06 22:28:211329const char kOopRasterizationName[] = "Out of process rasterization";
1330const char kOopRasterizationDescription[] =
1331 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1332 "Must also enable GPU rasterization";
1333
Brett Wilsonecb80982017-07-12 20:34:511334const char kOriginTrialsName[] = "Origin Trials";
1335const char kOriginTrialsDescription[] =
1336 "Enables origin trials for controlling access to feature/API experiments.";
1337
Becca Hughes930d8cd2017-10-02 11:09:121338const char kOverflowIconsForMediaControlsName[] =
1339 "Icons on Media Controls Overflow Menu";
1340const char kOverflowIconsForMediaControlsDescription[] =
1341 "Displays icons on the overflow menu of the native media controls";
1342
Brett Wilsonecb80982017-07-12 20:34:511343const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1344const char kOverlayScrollbarsDescription[] =
1345 "Enable the experimental overlay scrollbars implementation. You must also "
1346 "enable threaded compositing to have the scrollbars animate.";
1347
chaopenge8aa016b2017-08-24 15:20:191348const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1349 "Flash Overlay Scrollbars After Any Scroll Update";
1350const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1351 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1352 " must also enable Overlay Scrollbars.";
1353
chaopeng343678022017-08-24 18:45:001354const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1355 "Flash Overlay Scrollbars When Mouse Enter";
1356const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1357 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1358 " enable Overlay Scrollbars.";
1359
Daniele Castagna74ddb9c2018-06-21 22:59:021360const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1361const char kOverlayStrategiesDescription[] =
1362 "Select strategies used to promote quads to HW overlays.";
1363const char kOverlayStrategiesDefault[] = "Default";
1364const char kOverlayStrategiesNone[] = "None";
1365const char kOverlayStrategiesUnoccludedFullscreen[] =
1366 "Unoccluded fullscreen buffers (single-fullscreen)";
1367const char kOverlayStrategiesUnoccluded[] =
1368 "Unoccluded buffers (single-fullscreen,single-on-top)";
1369const char kOverlayStrategiesOccludedAndUnoccluded[] =
1370 "Occluded and unoccluded buffers "
1371 "(single-fullscreen,single-on-top,underlay)";
1372
Claudio Magni81326f92017-09-01 05:21:181373const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1374const char kUseNewAcceptLanguageHeaderDescription[] =
1375 "Adds the base language code after other corresponding language+region "
1376 "codes. This ensures that users receive content in their preferred "
1377 "language.";
1378
Brett Wilsonecb80982017-07-12 20:34:511379const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1380const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481381 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511382const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
Mohsen Izadi88b392a2018-02-15 06:57:481383const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax";
Brett Wilsonecb80982017-07-12 20:34:511384
1385const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1386const char kOverscrollStartThresholdDescription[] =
1387 "Changes overscroll start threshold relative to the default value.";
1388const char kOverscrollStartThreshold133Percent[] = "133%";
1389const char kOverscrollStartThreshold166Percent[] = "166%";
1390const char kOverscrollStartThreshold200Percent[] = "200%";
1391
chaopenge2b6e5f2018-05-08 16:40:451392const char kTouchpadOverscrollHistoryNavigationName[] =
1393 "Overscroll history navigation on Touchpad";
1394const char kTouchpadOverscrollHistoryNavigationDescription[] =
1395 "Allows swipe left/right from touchpad change browser navigation.";
1396
Xing Liu5400a002017-09-15 21:48:291397const char kParallelDownloadingName[] = "Parallel downloading";
1398const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061399 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291400
Brett Wilsonecb80982017-07-12 20:34:511401const char kPassiveEventListenerDefaultName[] =
1402 "Passive Event Listener Override";
1403const char kPassiveEventListenerDefaultDescription[] =
1404 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1405 "haven't requested otherwise) to be treated as passive. This will break "
1406 "touch/wheel behavior on some websites but is useful for demonstrating the "
1407 "potential performance benefits of adopting passive event listeners.";
1408const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1409const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1410
1411const char kPassiveEventListenersDueToFlingName[] =
1412 "Touch Event Listeners Passive Default During Fling";
1413const char kPassiveEventListenersDueToFlingDescription[] =
1414 "Forces touchstart, and first touchmove per scroll event listeners during "
1415 "fling to be treated as passive.";
1416
1417const char kPassiveDocumentEventListenersName[] =
1418 "Document Level Event Listeners Passive Default";
1419const char kPassiveDocumentEventListenersDescription[] =
1420 "Forces touchstart, and touchmove event listeners on document level "
1421 "targets (which haven't requested otherwise) to be treated as passive.";
1422
Sahel Sharify7400e882018-08-13 17:13:211423const char kPassiveDocumentWheelEventListenersName[] =
1424 "Document Level Wheel Event Listeners Passive Default";
1425const char kPassiveDocumentWheelEventListenersDescription[] =
1426 "Forces wheel, and mousewheel event listeners on document level targets "
1427 "(which haven't requested otherwise) to be treated as passive.";
1428
Vaclav Brozekd8a3f542017-11-16 14:21:131429const char kPasswordImportName[] = "Password import";
1430const char kPasswordImportDescription[] =
1431 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511432
Friedrich Horschig03c91982018-01-25 14:21:281433const char kPasswordSearchMobileName[] = "Password search";
1434const char kPasswordSearchMobileDescription[] =
1435 "Search functionality in password settings.";
1436
Friedrich Horschige6c27742018-04-23 17:13:411437const char kPasswordsKeyboardAccessoryName[] =
1438 "Add password-related functions to keyboard accessory";
1439const char kPasswordsKeyboardAccessoryDescription[] =
1440 "Adds password generation button and toggle for the passwords bottom sheet "
1441 "to the keyboard accessory. Replaces password generation popups.";
1442
Christos Froussios6e060c42018-07-31 16:17:191443const char kPasswordsMigrateLinuxToLoginDBName[] =
1444 "Migrate passwords to \"Login Data\"";
1445const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591446 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191447 "gnome-keyring or kwallet into the profile directory.";
1448
Tom Sepez92a2cd242018-03-13 19:23:091449const char kPdfIsolationName[] = "PDF Isolation";
1450const char kPdfIsolationDescription[] =
1451 "Render PDF files from different origins in different plugin processes.";
1452
Brett Wilsonecb80982017-07-12 20:34:511453const char kPinchScaleName[] = "Pinch scale";
1454const char kPinchScaleDescription[] =
1455 "Enables experimental support for scale using pinch.";
1456
Doug Arnett620ff542018-02-06 17:54:221457const char kPreviewsAllowedName[] = "Previews Allowed";
1458const char kPreviewsAllowedDescription[] =
1459 "Allows previews to be shown subject to specific preview types being "
1460 "enabled and the client experiencing specific triggering conditions. "
1461 "May be used as a kill-switch to turn off all potential preview types.";
1462
Brett Wilsonecb80982017-07-12 20:34:511463const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1464const char kPrintPdfAsImageDescription[] =
1465 "If enabled, an option to print PDF files as images will be available in "
1466 "print preview.";
1467
1468const char kPrintPreviewRegisterPromosName[] =
1469 "Print Preview Registration Promos";
1470const char kPrintPreviewRegisterPromosDescription[] =
1471 "Enable registering unregistered cloud printers from print preview.";
1472
1473const char kProtectSyncCredentialName[] = "Autofill sync credential";
1474const char kProtectSyncCredentialDescription[] =
1475 "How the password manager handles autofill for the sync credential.";
1476
1477const char kProtectSyncCredentialOnReauthName[] =
1478 "Autofill sync credential only for transactional reauth pages";
1479const char kProtectSyncCredentialOnReauthDescription[] =
1480 "How the password manager handles autofill for the sync credential only "
1481 "for transactional reauth pages.";
1482
Mohsen Izadi93faac12017-07-29 04:45:151483const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1484const char kPullToRefreshDescription[] =
1485 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011486const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151487
Troy Hildebrandt7228ad12018-02-23 21:18:241488const char kQueryInOmniboxName[] = "Query in Omnibox";
1489const char kQueryInOmniboxDescription[] =
1490 "Only display query terms in the omnibox when viewing a search results "
1491 "page.";
1492
Brett Wilsonecb80982017-07-12 20:34:511493const char kQuicName[] = "Experimental QUIC protocol";
1494const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1495
Emily Starke8878d52018-05-11 21:27:261496const char kRecurrentInterstitialName[] =
1497 "Show a message when the same SSL error recurs";
1498const char kRecurrentInterstitialDescription[] =
1499 "Enable a special message on the SSL certificate error page when the same "
1500 "SSL error occurs repeatedly.";
1501
Brett Wilsonecb80982017-07-12 20:34:511502const char kReducedReferrerGranularityName[] =
1503 "Reduce default 'referer' header granularity.";
1504const char kReducedReferrerGranularityDescription[] =
1505 "If a page hasn't set an explicit referrer policy, setting this flag will "
1506 "reduce the amount of information in the 'referer' header for cross-origin "
1507 "requests.";
1508
Lei Zhang0ca70ea2018-09-07 17:51:011509const char kRegionalLocalesAsDisplayUIName[] =
Claudio Magnie0a80bb2018-01-31 02:52:581510 "Allow regional locales as display UI";
Lei Zhang0ca70ea2018-09-07 17:51:011511const char kRegionalLocalesAsDisplayUIDescription[] =
Claudio Magnie0a80bb2018-01-31 02:52:581512 "This flag allows regional locales to be selected as display UI by the "
1513 "user in Language Settings. The actual locale of the system is derived "
1514 "from the user selection based on some simple fallback logic.";
1515
Christian Dullweber1af31e62018-02-22 11:49:481516const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141517 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481518const char kRemoveNavigationHistoryDescription[] =
1519 "Remove a navigation entry when the corresponding history entry has been "
1520 "deleted.";
1521
Christian Dullweber3cc579a22018-09-11 10:54:441522const char kRewriteLevelDBOnDeletionName[] =
1523 "Rewrite LevelDB instances after full deletions";
1524const char kRewriteLevelDBOnDeletionDescription[] =
1525 "Rewrite LevelDB instances to remove traces of deleted data from disk.";
1526
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351527const char kRendererSideResourceSchedulerName[] =
1528 "Renderer side ResourceScheduler";
1529const char kRendererSideResourceSchedulerDescription[] =
1530 "Migrate some ResourceScheduler functionalities to renderer";
1531
Brett Wilsonecb80982017-07-12 20:34:511532const char kRequestTabletSiteName[] =
1533 "Request tablet site option in the settings menu";
1534const char kRequestTabletSiteDescription[] =
1535 "Allows the user to request tablet site. Web content is often optimized "
1536 "for tablet devices. When this option is selected the user agent string is "
1537 "changed to indicate a tablet device. Web content optimized for tablets is "
1538 "received there after for the current tab.";
1539
1540const char kResetAppListInstallStateName[] =
1541 "Reset the App Launcher install state on every restart.";
1542const char kResetAppListInstallStateDescription[] =
1543 "Reset the App Launcher install state on every restart. While this flag is "
1544 "set, Chrome will forget the launcher has been installed each time it "
1545 "starts. This is used for testing the App Launcher install flow.";
1546
Kinuko Yasuda33955082018-06-19 10:14:591547const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511548const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591549 "Uses the resource load scheduler in blink to throttle resource load "
1550 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511551
Brett Wilsonecb80982017-07-12 20:34:511552const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1553const char kSafeSearchUrlReportingDescription[] =
1554 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1555
Alexei Filippov98772752018-01-27 08:26:521556const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1557const char kSamplingHeapProfilerDescription[] =
1558 "Enables native memory sampling profiler with specified rate in KiB. "
1559 "If sampling rate is not provided the default value of 128 KiB is used.";
1560
Brett Wilsonecb80982017-07-12 20:34:511561const char kSaveasMenuLabelExperimentName[] =
1562 "Switch 'Save as' menu labels to 'Download'";
1563const char kSaveasMenuLabelExperimentDescription[] =
1564 "Enables an experiment to switch menu labels that use 'Save as...' to "
1565 "'Download'.";
1566
1567const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1568const char kSavePageAsMhtmlDescription[] =
1569 "Enables saving pages as MHTML: a single text file containing HTML and all "
1570 "sub-resources.";
1571
Nate Chapin9638e7102017-09-20 22:11:011572const char kSavePreviousDocumentResourcesName[] =
1573 "Save Previous Document Resources";
1574const char kSavePreviousDocumentResourcesDescription[] =
1575 "Saves an old document's cached resources until the specified point in the "
1576 "next document's lifecycle.";
1577const char kSavePreviousDocumentResourcesNever[] =
1578 "Don't explicitly save resources";
1579const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1580 "Save resources until onDOMContentLoaded completes";
1581const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1582 "Save resources until onload completes";
1583
gogeraldd5061b592017-09-06 23:39:551584const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1585const char kServiceWorkerPaymentAppsDescription[] =
1586 "Enable Service Worker applications to integrate as payment apps";
1587
momohattfc352292018-08-29 05:12:361588const char kServiceWorkerImportedScriptUpdateCheckName[] =
1589 "Enable update check for service worker importScripts() resources";
1590const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1591 "Extend byte-for-byte update check for scripts that are imported by the "
1592 "service worker script via importScripts().";
1593
Lei Zhang0ca70ea2018-09-07 17:51:011594const char kServiceWorkerServicificationName[] = "Servicified service workers";
1595const char kServiceWorkerServicificationDescription[] =
Makoto Shimazu22078cc2018-02-21 03:01:441596 "Enable the servicified service workers. A servicified service worker can "
1597 "have direct connection from its clients, so that fetch events can be "
1598 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171599
Tsuyoshi Horobcb1c642017-11-24 16:32:141600const char kServiceWorkerScriptFullCodeCacheName[] =
1601 "Service worker script full code cache.";
1602const char kServiceWorkerScriptFullCodeCacheDescription[] =
1603 "Generate V8 full code cache of Service Worker scripts while installing.";
1604
Azeem Arshad3b1ef73122018-08-30 02:04:151605const char kServiceWorkerLongRunningMessageName[] =
1606 "Service worker long running message dispatch.";
1607const char kServiceWorkerLongRunningMessageDescription[] =
1608 "Enables long running message dispatch method for service workers. "
1609 "Messages sent with this method do not timeout, allowing the service "
1610 "worker to run indefinitely.";
1611
Brett Wilsonecb80982017-07-12 20:34:511612const char kSettingsWindowName[] = "Show settings in a window";
1613const char kSettingsWindowDescription[] =
1614 "Settings will be shown in a dedicated window instead of as a browser tab.";
1615
Manu Cornetd7ef7c52018-05-01 22:08:231616const char kShelfHoverPreviewsName[] =
1617 "Show previews of running apps when hovering over the shelf.";
1618const char kShelfHoverPreviewsDescription[] =
1619 "Shows previews of the open windows for a given running app when hovering "
1620 "over the shelf.";
1621
Manu Cornet683e14b2018-07-16 17:39:431622const char kShelfNewUiName[] = "Newest shelf redesign.";
1623const char kShelfNewUiDescription[] = "Enables the newest shelf appearance.";
1624
Naoki Fukino008a0022018-05-23 18:33:001625const char kShowAndroidFilesInFilesAppName[] =
1626 "Show Android files in Files app";
1627const char kShowAndroidFilesInFilesAppDescription[] =
1628 "Show Android files in Files app if Android is enabled on the device.";
1629
Luciano Pachecoa0e2753f2018-07-16 07:41:101630const char kFilesAppDisableMyFilesNavigationName[] =
1631 "Disable the My Files on the navigation in the Files app";
1632const char kFilesAppDisableMyFilesNavigationDescription[] =
1633 "Disables the My Files on the navigation in the Files app, which displays "
Luciano Pachecof1beaa82018-05-30 04:48:511634 R"("My Files" root for Downloads, Linux and Play files)";
1635
Brett Wilsonecb80982017-07-12 20:34:511636const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1637const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381638 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1639 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511640
1641const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1642const char kShowAutofillTypePredictionsDescription[] =
1643 "Annotates web forms with Autofill field type predictions as placeholder "
1644 "text.";
1645
1646const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1647const char kShowOverdrawFeedbackDescription[] =
1648 "Visualize overdraw by color-coding elements based on if they have other "
1649 "elements drawn underneath.";
1650
Carlos IL89128732018-04-03 17:00:251651const char kSupervisedUserCommittedInterstitialsName[] =
1652 "Enable Supervised User Committed Interstitials";
1653const char kSupervisedUserCommittedInterstitialsDescription[] =
1654 "Use committed error pages instead of transient navigation entries for "
1655 "supervised user interstitials";
1656
yiyixbdfa9a0b2017-10-23 22:21:471657const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1658const char kEnableDrawOcclusionDescription[] =
1659 "Enable the system to use draw occlusion to skip draw quads when they are "
1660 "not shown on the screen.";
1661
Brett Wilsonecb80982017-07-12 20:34:511662const char kShowSavedCopyName[] = "Show Saved Copy Button";
1663const char kShowSavedCopyDescription[] =
1664 "When a page fails to load, if a stale copy of the page exists in the "
1665 "browser cache, a button will be presented to allow the user to load that "
1666 "stale copy. The primary enabling choice puts the button in the most "
1667 "salient position on the error page; the secondary enabling choice puts it "
1668 "secondary to the reload button.";
1669const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1670const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1671const char kDisableShowSavedCopy[] = "Disable";
1672
Brett Wilsonecb80982017-07-12 20:34:511673const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1674const char kSilentDebuggerExtensionApiDescription[] =
1675 "Do not show the infobar when an extension attaches to a page via "
1676 "chrome.debugger API. This is required to debug extension background "
1677 "pages.";
1678
Tsuyoshi Horo53895ba92018-03-14 04:06:481679const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1680const char kSignedHTTPExchangeDescription[] =
1681 "Enables Origin-Signed HTTP Exchanges support which is still in "
1682 "development. Warning: Enabling this may pose a security risk.";
1683
Brett Wilsonecb80982017-07-12 20:34:511684const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1685const char kSimpleCacheBackendDescription[] =
1686 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1687 "disk space allocation.";
1688
Christopher Thompson75ff845d2018-02-01 20:12:461689const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1690const char kSimplifyHttpsIndicatorDescription[] =
1691 "Change the UI treatment for HTTPS pages.";
1692
Brett Wilsonecb80982017-07-12 20:34:511693const char kSingleClickAutofillName[] = "Single-click autofill";
1694const char kSingleClickAutofillDescription[] =
1695 "Make autofill suggestions on initial mouse click on a form element.";
1696
Bret Sepulveda4f891da2018-07-16 19:10:301697const char kSingleTabMode[] = "Single-tab mode";
1698const char kSingleTabModeDescription[] =
1699 "Windows with a single tab receive a special, minimal visual treatment.";
1700
Nick Carter855bc492018-03-10 00:44:571701const char kStrictSiteIsolationName[] = "Strict site isolation";
1702const char kStrictSiteIsolationDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471703 "Security mode that enables site isolation for all sites (SitePerProcess). "
1704 "In this mode, each renderer process will contain pages from at most one "
1705 "site, using out-of-process iframes when needed. NOTE: Site isolation is "
1706 "enabled by default on desktop platforms regardless of how this flag is "
1707 "set; see chrome://process-internals for whether it is currently enabled. "
1708 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
1709 "default. Here, 'Disabled' is a legacy value that actually means "
1710 "'Default,' in which case site isolation may be already enabled based on "
1711 "platform, enterprise policy, or field trial. See also "
Charlie Reis30e39032018-09-04 18:58:181712 "#site-isolation-trial-opt-out for how to disable site isolation for "
Charlie Reisf44fe292018-08-31 18:38:471713 "testing.";
Nick Carter855bc492018-03-10 00:44:571714
1715const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out";
1716const char kSiteIsolationTrialOptOutDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471717 "Opts out of field trials and defaults that enable site isolation modes "
Nick Carter855bc492018-03-10 00:44:571718 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1719 "may be due to out-of-process iframes. Opt-out has no effect if site "
1720 "isolation is force-enabled via #enable-site-per-process or enterprise "
1721 "policy. Caution: this disables important mitigations for the Spectre CPU "
1722 "vulnerability affecting most computers.";
Lei Zhang0ca70ea2018-09-07 17:51:011723const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default";
1724const char kSiteIsolationTrialOptOutChoiceOptOut[] =
Nick Carter855bc492018-03-10 00:44:571725 "Opt-out (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511726
Pattideade7972018-04-27 02:59:401727const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511728const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401729 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511730
Brett Wilsonecb80982017-07-12 20:34:511731const char kSmoothScrollingName[] = "Smooth Scrolling";
1732const char kSmoothScrollingDescription[] =
1733 "Animate smoothly when scrolling page content.";
1734
1735const char kSoftwareRasterizerName[] = "3D software rasterizer";
1736const char kSoftwareRasterizerDescription[] =
1737 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1738
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201739const char kSoleIntegrationName[] = "Sole integration";
1740const char kSoleIntegrationDescription[] =
1741 "Enable Sole integration for browser customization. You must restart "
1742 "the browser twice for changes to take effect.";
1743
Tommy Steimel77704be2017-08-28 22:14:401744const char kSoundContentSettingName[] = "Sound content setting";
1745const char kSoundContentSettingDescription[] =
1746 "Enable site-wide muting in content settings and tab strip context menu.";
1747
Justin Donnelly4e448cb2017-07-07 21:32:131748const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1749 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131750const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1751 "If enabled, when the user enters text in the omnibox that looks like a "
1752 "a query, any service worker associated with the search engine the query "
1753 "will be sent to is started early.";
1754
Brett Wilsonecb80982017-07-12 20:34:511755const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1756const char kSpellingFeedbackFieldTrialDescription[] =
1757 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401758
Carlos ILe5fa0a12018-08-03 16:08:321759const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1760const char kSSLCommittedInterstitialsDescription[] =
1761 "Use committed error pages instead of transient navigation entries "
1762 "for SSL interstitial error pages (i.e. certificate errors).";
1763
Shubhie Panickerfaf082ed2018-01-03 04:49:151764const char kStopInBackgroundName[] = "Stop in background";
1765const char kStopInBackgroundDescription[] =
1766 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281767 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151768
Shubhie Panicker56c99a22018-03-21 00:22:281769const char kStopNonTimersInBackgroundName[] =
1770 "Stop non-timer task queues background";
1771const char kStopNonTimersInBackgroundDescription[] =
1772 "Stop non-timer task queues, in the background, "
1773 "after a grace period.";
1774
Brett Wilsonecb80982017-07-12 20:34:511775const char kSuggestionsWithSubStringMatchName[] =
1776 "Substring matching for Autofill suggestions";
1777const char kSuggestionsWithSubStringMatchDescription[] =
1778 "Match Autofill suggestions based on substrings (token prefixes) rather "
1779 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341780
Marc Treibf65fb002018-08-03 11:17:161781const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1782const char kSyncStandaloneTransportDescription[] =
1783 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1784 "this mode, the Sync machinery can start without user opt-in, but only a "
1785 "subset of data types are supported.";
1786
Marc Treib4bd95e72018-08-30 06:30:581787const char kSyncSupportSecondaryAccountName[] =
1788 "Support secondary accounts for Sync standalone transport";
1789const char kSyncSupportSecondaryAccountDescription[] =
1790 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1791 "a signed-in account that has not been chosen as Chrome's primary account. "
1792 "This only has an effect if sync-standalone-transport is also enabled.";
1793
Jan Krcal2ff23f7c2018-09-04 16:16:131794const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1795const char kSyncUSSAutofillProfileDescription[] =
1796 "Enables the new implementation of autofill profile sync";
1797
Jan Krcale3641b92018-08-10 17:53:311798const char kSyncUSSAutofillWalletDataName[] =
1799 "Enable USS for autofill wallet data";
1800const char kSyncUSSAutofillWalletDataDescription[] =
1801 "Enables the new implementation of autofill walet data sync";
1802
Brett Wilsonecb80982017-07-12 20:34:511803const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1804const char kSyncSandboxDescription[] =
1805 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341806
Joe Downing8cbbc192018-05-14 17:37:071807const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1808const char kSystemKeyboardLockDescription[] =
1809 "Enables websites to use the keyboard.lock() API to intercept system "
1810 "keyboard shortcuts and have the events routed directly to the website "
1811 "when in fullscreen mode.";
1812
Brett Wilsonecb80982017-07-12 20:34:511813const char kTabAudioMutingName[] = "Tab audio muting UI control";
1814const char kTabAudioMutingDescription[] =
1815 "When enabled, the audio indicators in the tab strip double as tab audio "
1816 "mute controls. This also adds commands in the tab context menu for "
1817 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341818
Christian Dullweberd0d96f02017-09-13 09:22:511819const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1820const char kTabsInCbdDescription[] =
1821 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1822
Becky Zhou99c22802017-10-19 05:09:271823const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1824const char kTabModalJsDialogDescription[] =
1825 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1826 " tab.";
1827
Brett Wilsonecb80982017-07-12 20:34:511828const char kTcpFastOpenName[] = "TCP Fast Open";
1829const char kTcpFastOpenDescription[] =
1830 "Enable the option to send extra authentication information in the initial "
1831 "SYN packet for a previously connected client, allowing faster data send "
1832 "start.";
vabr0215a8e2017-03-28 12:47:341833
Daniele Castagna0fead93e2018-01-10 20:40:291834const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1835const char kTintGlCompositedContentDescription[] =
1836 "Tint contents composited using GL with a shade of red to help debug and "
1837 "study overlay support.";
1838
Brett Wilsonecb80982017-07-12 20:34:511839const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1840const char kTopChromeMdDescription[] =
Ahmed Fakhryb2552be92018-03-02 00:56:581841 "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously "
Peter Boström85fa2e12018-03-16 20:43:401842 "touch) - middle point for devices with a touch screen, 3) Touchable "
Peter Boström756745dd2018-05-14 22:59:431843 "- new unified interface for touch and convertibles (Chrome OS), 4) "
Robert Liao0e09b5a8b2018-06-04 21:58:341844 "Material Design refresh and 5) Touchable Material Design refresh. "
Robert Liao3ecf97c2018-06-05 01:24:541845 "Enabling #upcoming-ui-features forces the Material Design refresh option.";
Brett Wilsonecb80982017-07-12 20:34:511846const char kTopChromeMdMaterial[] = "Normal";
Eugene Girard42dedf722017-10-12 21:07:531847const char kTopChromeMdMaterialAuto[] = "Auto";
Trent Aptedd3e5f022018-03-01 07:25:461848const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Ahmed Fakhryb2552be92018-03-02 00:56:581849const char kTopChromeMdMaterialTouchOptimized[] = "Touchable";
Peter Boström85fa2e12018-03-16 20:43:401850const char kTopChromeMdMaterialRefresh[] = "Refresh";
Peter Boström756745dd2018-05-14 22:59:431851const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh";
Tom Anderson083e6142018-09-25 01:12:061852const char kTopChromeMdMaterialRefreshDynamic[] = "Dynamic Refresh";
vabr0215a8e2017-03-28 12:47:341853
Brett Wilsonecb80982017-07-12 20:34:511854const char kThreadedScrollingName[] = "Threaded scrolling";
1855const char kThreadedScrollingDescription[] =
1856 "Threaded handling of scroll-related input events. Disabling this will "
1857 "force all such scroll events to be handled on the main thread. Note that "
1858 "this can dramatically hurt scrolling performance of most websites and is "
1859 "intended for testing purposes only.";
1860
Steven Valdez4584b2482017-07-14 01:11:571861const char kTLS13VariantName[] = "TLS 1.3";
1862const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1863const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111864const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041865const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
Steven Valdezf27cb7f2018-08-21 18:34:331866const char kTLS13VariantFinal[] = "Enabled (Final)";
Steven Valdez4584b2482017-07-14 01:11:571867
Brett Wilsonecb80982017-07-12 20:34:511868const char kTopDocumentIsolationName[] = "Top document isolation";
1869const char kTopDocumentIsolationDescription[] =
1870 "Highly experimental performance mode where cross-site iframes are kept in "
1871 "a separate process from the top document. In this mode, iframes from "
1872 "different third-party sites will be allowed to share a process.";
1873
Dominick Ng8896b1cd2017-10-17 23:24:361874const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1875const char kTopSitesFromSiteEngagementDescription[] =
1876 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1877 "engagement.";
1878
Brett Wilsonecb80982017-07-12 20:34:511879const char kTouchAdjustmentName[] = "Touch adjustment";
1880const char kTouchAdjustmentDescription[] =
1881 "Refine the position of a touch gesture in order to compensate for touches "
1882 "having poor resolution compared to a mouse.";
1883
Alex Newcomerb3d3c972018-05-03 14:59:401884const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1885const char kTouchableAppContextMenuDescription[] =
1886 "Enable the touchable app context menu, which enlarges app context menus "
1887 "in the Launcher and Shelf to make room for new features.";
1888
Brett Wilsonecb80982017-07-12 20:34:511889const char kTouchDragDropName[] = "Touch initiated drag and drop";
1890const char kTouchDragDropDescription[] =
1891 "Touch drag and drop can be initiated through long press on a draggable "
1892 "element.";
1893
1894const char kTouchEventsName[] = "Touch Events API";
1895const char kTouchEventsDescription[] =
1896 "Force Touch Events API feature detection to always be enabled or "
1897 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291898 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511899
1900const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1901const char kTouchSelectionStrategyDescription[] =
1902 "Controls how text selection granularity changes when touch text selection "
1903 "handles are dragged. Non-default behavior is experimental.";
1904const char kTouchSelectionStrategyCharacter[] = "Character";
1905const char kTouchSelectionStrategyDirection[] = "Direction";
1906
1907const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1908const char kTraceUploadUrlDescription[] =
1909 "This is to be used in conjunction with the enable-navigation-tracing "
1910 "flag. Please select the label that best describes the recorded traces. "
1911 "This will choose the destination the traces are uploaded to. If you are "
1912 "not sure, select other. If left empty, no traces will be uploaded.";
1913const char kTraceUploadUrlChoiceOther[] = "Other";
1914const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1915const char kTraceUploadUrlChoiceQa[] = "QA";
1916const char kTraceUploadUrlChoiceTesting[] = "Testing";
1917
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561918const char kTranslateExplicitLanguageAskName[] =
1919 "Explicitly ask for language preferences";
1920const char kTranslateExplicitLanguageAskDescription[] =
1921 "Explicitly ask the user which languages they can read on Chrome startup, "
1922 "on the first run that doesn't already have a promo.";
1923
Anthony Vallee-Dubois265c5692018-06-01 15:57:141924const char kTranslateForceTriggerOnEnglishName[] =
1925 "Select which language model to use to trigger translate on English "
1926 "content";
1927const char kTranslateForceTriggerOnEnglishDescription[] =
1928 "Force the Translate Triggering on English pages experiment to be enabled "
1929 "with the selected language model active.";
1930
Philippe Hamel7fdaa452017-09-29 17:22:491931const char kTranslateRankerEnforcementName[] =
1932 "Enforce TranslateRanker decisions";
1933const char kTranslateRankerEnforcementDescription[] =
1934 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1935 "or not Translate UI should be triggered in a given context.";
1936
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161937const char kTranslateUIName[] = "Enable Translate";
1938const char kTranslateUIDescription[] =
1939 "Enable the Translate popup when visiting webpages in other languages.";
1940
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051941const char kTreatInsecureOriginAsSecureName[] =
1942 "Insecure origins treated as secure";
1943const char kTreatInsecureOriginAsSecureDescription[] =
1944 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1945 "supplied as a comma-separated list. For the definition of secure "
1946 "contexts, "
1947 "see https://w3c.github.io/webappsec-secure-contexts/";
1948
Brett Wilsonecb80982017-07-12 20:34:511949const char kTrySupportedChannelLayoutsName[] =
1950 "Causes audio output streams to check if channel layouts other than the "
1951 "default hardware layout are available.";
1952const char kTrySupportedChannelLayoutsDescription[] =
1953 "Causes audio output streams to check if channel layouts other than the "
1954 "default hardware layout are available. Turning this on will allow the OS "
1955 "to do stereo to surround expansion if supported. May expose third party "
1956 "driver bugs, use with caution.";
1957
David Roger6762a092018-01-31 15:55:071958const char kUnifiedConsentName[] = "Unified Consent";
1959const char kUnifiedConsentDescription[] =
1960 "Enables a unified management of user consent for privacy-related "
1961 "features. This includes new confirmation screens and improved settings "
1962 "pages.";
1963
Jérôme Lebelfe1b2e02018-08-03 12:26:201964const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
1965const char kForceUnifiedConsentBumpDescription[] =
1966 "Force the unified consent bump UI to be shown on every start-up. This "
1967 "flag is for debug purpose, to test the UI.";
1968
Brett Wilsonecb80982017-07-12 20:34:511969const char kUiPartialSwapName[] = "Partial swap";
1970const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1971
Chris Pickel3a227ae62017-08-24 10:47:261972const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1973const char kUseDdljsonApiDescription[] =
1974 "Enables the new ddljson API to fetch Doodles for the NTP.";
1975
Becca Hughes59c05b42017-11-03 13:11:581976const char kUseModernMediaControlsName[] = "New Media Controls";
1977const char kUseModernMediaControlsDescription[] =
1978 "Enables the new style native media controls.";
1979
Wei Li790e7a8572018-03-23 01:31:551980const char kUsePdfCompositorServiceName[] =
1981 "Use PDF compositor service for printing";
1982const char kUsePdfCompositorServiceDescription[] =
1983 "When enabled, use PDF compositor service to composite and generate PDF "
1984 "files for printing. When site isolation is enabled, disabling this will "
1985 "not stop using PDF compositor service since the service is required for "
1986 "printing out-of-process iframes correctly.";
1987
Mustaq Ahmedc646c0a2017-10-20 20:08:301988const char kUserActivationV2Name[] = "User Activation v2";
1989const char kUserActivationV2Description[] =
1990 "Enable simple user activation for APIs that are otherwise controlled by "
1991 "user gesture tokens.";
1992
Brett Wilsonecb80982017-07-12 20:34:511993const char kUserConsentForExtensionScriptsName[] =
1994 "User consent for extension scripts";
1995const char kUserConsentForExtensionScriptsDescription[] =
1996 "Require user consent for an extension running a script on the page, if "
1997 "the extension requested permission to run on all urls.";
1998
1999const char kUseSuggestionsEvenIfFewFeatureName[] =
2000 "Disable minimum for server-side tile suggestions on NTP.";
2001const char kUseSuggestionsEvenIfFewFeatureDescription[] =
2002 "Request server-side suggestions even if there are only very few of them "
2003 "and use them for tiles on the New Tab Page.";
2004
2005const char kV8CacheOptionsName[] = "V8 caching mode.";
2006const char kV8CacheOptionsDescription[] =
2007 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512008const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2009
Hitoshi Yoshida3e5db562017-09-11 02:31:082010const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
2011const char kV8ContextSnapshotDescription[] =
2012 "Sets to use a snapshot to create V8 contexts in frame creation.";
2013
Michael Hablich896d52662017-10-23 15:59:572014const char kV8VmFutureName[] = "Future V8 VM features";
2015const char kV8VmFutureDescription[] =
2016 "This enables upcoming and experimental V8 VM features. "
2017 "This flag does not enable experimental JavaScript features.";
2018
Hannes Payer1130d5672018-06-05 07:37:312019const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2020const char kV8OrinocoDescription[] =
2021 "This enables the V8 Orinoco garbage collection features.";
2022
Brett Wilsonecb80982017-07-12 20:34:512023const char kVideoFullscreenOrientationLockName[] =
2024 "Lock screen orientation when playing a video fullscreen.";
2025const char kVideoFullscreenOrientationLockDescription[] =
2026 "Lock the screen orientation of the device to match video orientation when "
2027 "a video goes fullscreen. Only on phones.";
2028
2029const char kVideoRotateToFullscreenName[] =
2030 "Rotate-to-fullscreen gesture for videos.";
2031const char kVideoRotateToFullscreenDescription[] =
2032 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2033 "the video. Only on phones.";
2034
2035const char kWalletServiceUseSandboxName[] =
2036 "Use Google Payments sandbox servers";
2037const char kWalletServiceUseSandboxDescription[] =
2038 "For developers: use the sandbox service for Google Payments API calls.";
2039
Brett Wilsonecb80982017-07-12 20:34:512040const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2041const char kWebglDraftExtensionsDescription[] =
2042 "Enabling this option allows web applications to access the WebGL "
2043 "Extensions that are still in draft status.";
2044
2045const char kWebMidiName[] = "Web MIDI API";
2046const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2047
2048const char kWebPaymentsName[] = "Web Payments";
2049const char kWebPaymentsDescription[] =
2050 "Enable Web Payments API integration, a JavaScript API for merchants.";
2051
Mathieu Perreault51339b82017-07-20 17:06:052052const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2053const char kWebPaymentsModifiersDescription[] =
2054 "If the website provides modifiers in the payment request, show the custom "
2055 "total for each payment instrument, update the shopping cart when "
2056 "instruments are switched, and send modified payment method specific data "
2057 "to the payment app.";
2058
Brett Wilsonecb80982017-07-12 20:34:512059const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2060const char kWebrtcEchoCanceller3Description[] =
2061 "Experimental WebRTC echo canceller (AEC3).";
2062
Alex Loikob5fb1282018-08-14 10:04:402063const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2064const char kWebrtcHybridAgcDescription[] =
2065 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2066
Brett Wilsonecb80982017-07-12 20:34:512067const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2068const char kWebrtcHwDecodingDescription[] =
2069 "Support in WebRTC for decoding video streams using platform hardware.";
2070
2071const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2072const char kWebrtcHwEncodingDescription[] =
2073 "Support in WebRTC for encoding video streams using platform hardware.";
2074
2075const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2076const char kWebrtcHwH264EncodingDescription[] =
2077 "Support in WebRTC for encoding h264 video streams using platform "
2078 "hardware.";
2079
2080const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2081const char kWebrtcHwVP8EncodingDescription[] =
2082 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2083
Niels Möller090866a2018-02-13 10:55:032084const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2085 "WebRTC new encode cpu load estimator";
2086const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2087 "Enable new estimator for the encoder cpu load, for evaluation and "
2088 "testing. Intended to improve accuracy when screen casting.";
2089
Elad Alon85e0d0be2018-06-26 10:38:372090const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2091const char kWebRtcRemoteEventLogDescription[] =
2092 "Allow collecting WebRTC event logs and uploading them to Crash. "
2093 "Please note that, even if enabled, this will still require "
2094 "a policy to be set, for it to have an effect.";
2095
Brett Wilsonecb80982017-07-12 20:34:512096const char kWebrtcSrtpAesGcmName[] =
2097 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2098const char kWebrtcSrtpAesGcmDescription[] =
2099 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2100
Joachim Bauch4a41d7512017-08-23 14:24:232101const char kWebrtcSrtpEncryptedHeadersName[] =
2102 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2103const char kWebrtcSrtpEncryptedHeadersDescription[] =
2104 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2105 "for SRTP.";
2106
Brett Wilsonecb80982017-07-12 20:34:512107const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2108const char kWebrtcStunOriginDescription[] =
2109 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2110 "header.";
2111
Adam Riceed63fc02018-06-20 05:57:462112const char kWebSocketHandshakeReuseConnectionName[] =
2113 "Enable WebSocket connection reuse for authentication";
2114const char kWebSocketHandshakeReuseConnectionDescription[] =
2115 "Permits the WebSocket handshake to keep the connection open after an "
2116 "authentication failure. The connection may be used for further requests "
2117 "to send credentials. This is sometimes needed for Windows authentication.";
2118
Brett Wilsonecb80982017-07-12 20:34:512119const char kWebvrName[] = "WebVR";
2120const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012121 "Enables access to experimental Virtual Reality functionality via the "
2122 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2123 "Device API. Warning: Enabling this will also allow WebVR content on "
2124 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222125 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512126
Brandon Jonese9d9b2b2017-12-11 22:20:112127const char kWebXrName[] = "WebXR Device API";
2128const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012129 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2130 "and Augmented Reality (AR) devices.";
2131
2132const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2133const char kWebXrGamepadSupportDescription[] =
2134 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222135 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2136 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432137
2138const char kWebXrHitTestName[] = "WebXR Hit Test";
2139const char kWebXrHitTestDescription[] =
2140 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112141
Anna Maria57ecf7592018-01-12 03:10:402142const char kWebXrOrientationSensorDeviceName[] =
2143 "WebXR orientation sensor device";
2144const char kWebXrOrientationSensorDeviceDescription[] =
2145 "When no VR platform device is available, expose a non-presenting device "
2146 "based on the device's orientation sensors, if available.";
2147
Brett Wilsonecb80982017-07-12 20:34:512148const char kWifiCredentialSyncName[] = "WiFi credential sync";
2149const char kWifiCredentialSyncDescription[] =
2150 "Enables synchronizing WiFi network settings across devices. When enabled, "
2151 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2152 "credentials are synchronized subject to user preferences. (See also, "
2153 "chrome://settings/syncSetup.)";
2154
2155const char kZeroCopyName[] = "Zero-copy rasterizer";
2156const char kZeroCopyDescription[] =
2157 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342158
Brett Wilsonff596952017-07-14 01:06:552159// Android ---------------------------------------------------------------------
2160
2161#if defined(OS_ANDROID)
2162
2163const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2164const char kAiaFetchingDescription[] =
2165 "Enable intermediate certificate fetching when a server does not provide "
2166 "sufficient certificates to build a chain to a trusted root.";
2167
2168const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2169const char kAccessibilityTabSwitcherDescription[] =
2170 "Enable the accessibility tab switcher for Android.";
2171
2172const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2173const char kAndroidAutofillAccessibilityDescription[] =
2174 "Enable accessibility for autofill popup.";
2175
Anita Woodruffbfcd1e52018-07-16 12:00:512176const char kAppNotificationStatusMessagingName[] =
2177 "App notification status messaging";
2178const char kAppNotificationStatusMessagingDescription[] =
2179 "Enables messaging in site permissions UI informing user when "
2180 "notifications are disabled for the entire app.";
2181
Brett Wilsonff596952017-07-14 01:06:552182const char kAndroidPaymentAppsName[] = "Android payment apps";
2183const char kAndroidPaymentAppsDescription[] =
2184 "Enable third party Android apps to integrate as payment apps";
2185
Miriam Gershenson8cf1397222018-01-23 22:48:292186const char kAsyncDnsName[] = "Async DNS resolver";
2187const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2188
Dan Harrington01229f82018-09-12 21:01:212189const char kAutoFetchOnNetErrorPageName[] = "AutoFetchOnNetErrorPage";
2190const char kAutoFetchOnNetErrorPageDescription[] =
2191 "When enabled, and navigation fails with an offline error, schedule a "
2192 "fetch of the page when online again.";
2193
Brett Wilsonff596952017-07-14 01:06:552194const char kAutofillAccessoryViewName[] =
2195 "Autofill suggestions as keyboard accessory view";
2196const char kAutofillAccessoryViewDescription[] =
2197 "Shows Autofill suggestions on top of the keyboard rather than in a "
2198 "dropdown.";
2199
2200const char kBackgroundLoaderForDownloadsName[] =
2201 "Enables background downloading of pages.";
2202const char kBackgroundLoaderForDownloadsDescription[] =
2203 "Enables downloading pages in the background in case page is not yet "
2204 "loaded in current tab.";
2205
Tibor Goldschwendt11b3cf22018-07-04 15:32:442206const char kBackgroundTaskComponentUpdateName[] =
2207 "Background Task Component Updates";
2208const char kBackgroundTaskComponentUpdateDescription[] =
2209 "Schedule component updates with BackgroundTaskScheduler";
2210
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002211const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2212const char kCCTModuleDescription[] =
2213 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2214
Matthew Jones1abcb132018-07-09 17:59:462215const char kChromeDuetName[] = "Chrome Duet";
2216const char kChromeDuetDescription[] =
2217 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052218
Brett Wilsonff596952017-07-14 01:06:552219const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
2220const char kChromeHomeSwipeLogicDescription[] =
2221 "Various swipe logic options for Chrome Home for sheet expansion.";
2222const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
Matthew Jonesbe384ee42017-10-31 19:57:152223const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model";
Brett Wilsonff596952017-07-14 01:06:552224
Donn Denman3e78c8d2018-06-28 22:51:422225const char kChromeModernFullRollName[] = "Chrome Modern Full-Roll";
2226const char kChromeModernFullRollDescription[] =
2227 "Enable modern full-roll animation for Chrome.";
2228
Megan Jablonskic61eb1b82017-10-02 18:03:062229const char kChromeMemexName[] = "Chrome Memex";
2230const char kChromeMemexDescription[] =
2231 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2232 "Googlers.";
2233
Sarath Singapati83aef1c2017-11-16 15:54:522234const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2235const char kClearOldBrowsingDataDescription[] =
2236 "Enables clearing of browsing data which is older than a given time "
2237 "period.";
2238
Brett Wilsonff596952017-07-14 01:06:552239const char kContentSuggestionsCategoryOrderName[] =
2240 "Default content suggestions category order (e.g. on NTP)";
2241const char kContentSuggestionsCategoryOrderDescription[] =
2242 "Set default order of content suggestion categories (e.g. on the NTP).";
2243
2244const char kContentSuggestionsCategoryRankerName[] =
2245 "Content suggestions category ranker (e.g. on NTP)";
2246const char kContentSuggestionsCategoryRankerDescription[] =
2247 "Set category ranker to order categories of content suggestions (e.g. on "
2248 "the NTP).";
2249
Vitalii Iarkof52ff802017-09-14 12:34:242250const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2251const char kContentSuggestionsDebugLogDescription[] =
2252 "Enable content suggestions debug log accessible through "
2253 "snippets-internals.";
2254
Donn Denman8e58ead2017-11-04 01:44:012255const char kContextualSearchMlTapSuppressionName[] =
2256 "Contextual Search ML tap suppression";
2257const char kContextualSearchMlTapSuppressionDescription[] =
2258 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022259 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2260 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552261
2262const char kContextualSearchName[] = "Contextual Search";
2263const char kContextualSearchDescription[] =
2264 "Whether or not Contextual Search is enabled.";
2265
Donn Denman59729812018-01-09 01:27:022266const char kContextualSearchRankerQueryName[] =
2267 "Contextual Search Ranker prediction";
2268const char kContextualSearchRankerQueryDescription[] =
2269 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2270
2271const char kContextualSearchSecondTapName[] =
2272 "Contextual Search second tap triggering";
2273const char kContextualSearchSecondTapDescription[] =
2274 "Enables triggering on a second tap gesture even when Ranker would "
2275 "normally suppress that tap.";
2276
Donn Denmane9b5b7fb2018-07-24 22:19:492277const char kContextualSearchUnityIntegrationName[] =
2278 "Contextual Search integration with Unified Consent";
2279const char kContextualSearchUnityIntegrationDescription[] =
2280 "Enables integration of Tap to Search with Unified Consent.";
2281
Cathy Li2fb32bf82018-06-06 18:55:402282const char kExploreSitesName[] = "Explore websites";
2283const char kExploreSitesDescription[] =
2284 "Enables portal from new tab page to explore websites.";
2285
Dmitry Skiba9c3efa72017-07-20 22:01:142286const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2287const char kDontPrefetchLibrariesDescription[] =
2288 "Don't prefetch libraries after loading.";
2289
Joy Ming5fd29ca62017-10-02 22:51:222290const char kDownloadsForegroundName[] = "Enable downloads foreground";
2291const char kDownloadsForegroundDescription[] =
2292 "Enable downloads as a foreground service for all versions of Android.";
2293
Joy Ming189b0cc2017-12-08 19:42:432294const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2295const char kDownloadsLocationChangeDescription[] =
2296 "Enable changing default downloads storage location on Android.";
2297
Shakti Sahu32b2ee102018-05-17 00:04:462298const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2299const char kDownloadProgressInfoBarDescription[] =
2300 "Enables an infobar notifying users about status of current downloads.";
2301
Shakti Sahu9ec8cfd2018-07-17 13:29:292302const char kDownloadHomeV2Name[] = "Enable download home v2";
2303const char kDownloadHomeV2Description[] =
2304 "Enables the new UI for download home";
2305
Brett Wilsonff596952017-07-14 01:06:552306const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2307const char kEnableAndroidPayIntegrationV1Description[] =
2308 "Enable integration with Android Pay using the first version of the API";
2309
2310const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2311const char kEnableAndroidPayIntegrationV2Description[] =
2312 "Enable integration with Android Pay using the second version of the API";
2313
Fabio Tirelo315e65922018-09-05 03:35:492314const char kEnableAutofillRefreshStyleName[] =
2315 "Enable Autofill refresh style (Android)";
2316const char kEnableAutofillRefreshStyleDescription[] =
2317 "Enable modernized style for Autofill on Android";
2318
Vitalii Iarkof4ed32d2017-09-26 13:15:532319const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552320const char kEnableAndroidSpellcheckerDescription[] =
2321 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552322
Lei Tianbd5a3bf2018-02-28 19:01:162323const char kEnableCommandLineOnNonRootedName[] =
2324 "Enable command line on non-rooted devices";
2325const char kEnableCommandLineOnNoRootedDescription[] =
2326 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2327
Vitalii Iarkof4ed32d2017-09-26 13:15:532328const char kEnableContentSuggestionsNewFaviconServerName[] =
2329 "Get favicons for content suggestions from a new server.";
2330const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2331 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2332 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552333
Vitalii Iarkof4ed32d2017-09-26 13:15:532334const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2335 "Use content suggestions thumbnail dominant color.";
2336const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2337 "Use content suggestions thumbnail dominant color as a placeholder before "
2338 "the real thumbnail is fetched (requires Chrome Home).";
2339
Brett Wilsonff596952017-07-14 01:06:552340const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2341const char kEnableCustomContextMenuDescription[] =
2342 "Enables a new context menu when a link, image, or video is pressed within "
2343 "Chrome.";
2344
2345const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2346const char kEnableCustomFeedbackUiDescription[] =
2347 "Enables a custom feedback UI when submitting feedback through Google "
2348 "Feedback. Works with Google Play Services v10.2+";
2349
2350const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472351 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552352const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472353 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552354
Becca Hughes6d73bac542018-06-18 20:38:502355const char kEnableMediaControlsExpandGestureName[] =
2356 "Enable Media Controls Expand Gesture";
2357const char kEnableMediaControlsExpandGestureDescription[] =
2358 "Enables a gesture to be used on the media controls to extend the video "
2359 "into the Display Cutout area.";
2360
Brett Wilsonff596952017-07-14 01:06:552361const char kEnableOmniboxClipboardProviderName[] =
2362 "Omnibox clipboard URL suggestions";
2363const char kEnableOmniboxClipboardProviderDescription[] =
2364 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2365 "focus in the omnibox.";
2366
Brett Wilsonff596952017-07-14 01:06:552367const char kEnableNtpAssetDownloadSuggestionsName[] =
2368 "Show asset downloads on the New Tab page";
2369const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2370 "If enabled, the list of content suggestions on the New Tab page will "
2371 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2372 "later use.";
2373
2374const char kEnableNtpBookmarkSuggestionsName[] =
2375 "Show recently visited bookmarks on the New Tab page";
2376const char kEnableNtpBookmarkSuggestionsDescription[] =
2377 "If enabled, the list of content suggestions on the New Tab page will "
2378 "contain recently visited bookmarks.";
2379
2380const char kEnableNtpForeignSessionsSuggestionsName[] =
2381 "Show recent foreign tabs on the New Tab page";
2382const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2383 "If enabled, the list of content suggestions on the New Tab page will "
2384 "contain recent foreign tabs.";
2385
Brett Wilsonff596952017-07-14 01:06:552386const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2387 "Show offline page downloads on the New Tab page";
2388const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2389 "If enabled, the list of content suggestions on the New Tab page will "
2390 "contain pages that the user downloaded for later use.";
2391
2392const char kEnableNtpRemoteSuggestionsName[] =
2393 "Show server-side suggestions on the New Tab page";
2394const char kEnableNtpRemoteSuggestionsDescription[] =
2395 "If enabled, the list of content suggestions on the New Tab page will "
2396 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2397 "allows to override the source used to retrieve these server-side "
2398 "suggestions.";
2399
2400const char kEnableNtpSnippetsVisibilityName[] =
2401 "Make New Tab Page Snippets more visible.";
2402const char kEnableNtpSnippetsVisibilityDescription[] =
2403 "If enabled, the NTP snippets will become more discoverable with a larger "
2404 "portion of the first card above the fold.";
2405
2406const char kEnableNtpSuggestionsNotificationsName[] =
2407 "Notify about new content suggestions available at the New Tab page";
2408const char kEnableNtpSuggestionsNotificationsDescription[] =
2409 "If enabled, notifications will inform about new content suggestions on "
2410 "the New Tab page.";
2411
Brett Wilsonff596952017-07-14 01:06:552412const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2413const char kEnableOfflinePreviewsDescription[] =
2414 "Enable showing offline page previews on slow networks.";
2415
2416const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2417const char kEnableOskOverscrollDescription[] =
2418 "Enable OSK overscroll support. With this flag on, the OSK will only "
2419 "resize the visual viewport.";
2420
2421const char kEnableSpecialLocaleName[] =
2422 "Enable custom logic for special locales.";
2423const char kEnableSpecialLocaleDescription[] =
2424 "Enable custom logic for special locales. In this mode, Chrome might "
2425 "behave differently in some locales.";
2426
Brett Wilsonff596952017-07-14 01:06:552427const char kEnableWebNfcName[] = "WebNFC";
2428const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2429
gogeraldf3cbb422017-07-26 14:37:122430const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2431 "Enable Web Payments method section order V2.";
2432const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2433 "Enable this option to display payment method section above address "
2434 "section instead of below it.";
2435
Raymes Khoury582b43132017-12-12 23:54:302436const char kGrantNotificationsToDSEName[] =
2437 "Grant notifications to the Default Search Engine";
2438const char kGrantNotificationsToDSENameDescription[] =
2439 "Automatically grant the notifications permission to the Default Search "
2440 "Engine";
2441
Daniel Parke74fcf862018-03-27 18:05:452442const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512443const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452444
Yafei Duanbb7663f32018-07-17 01:33:152445const char kHomepageTileName[] =
2446 "Enable Homepage tile shown in Suggested Tiles";
2447const char kHomepageTileDescription[] =
2448 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2449 "used for homepage. It will not have an effect when NTPButton is disabled.";
2450
Jian Li4b252642018-07-23 19:49:072451const char kIncognitoStringsName[] = "Alternate incognito strings";
2452const char kIncognitoStringsDescription[] =
2453 "Show alternate incognito strings if enabled.";
2454
Theresa920e0ed2018-03-07 18:12:442455const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152456 "Use the interest feed to render content suggestions. Currently "
2457 "content "
Theresa920e0ed2018-03-07 18:12:442458 "suggestions are shown on the New Tab Page.";
2459const char kInterestFeedContentSuggestionsName[] =
2460 "Interest Feed Content Suggestions";
2461
Brett Wilsonff596952017-07-14 01:06:552462const char kKeepPrefetchedContentSuggestionsName[] =
2463 "Keep prefetched content suggestions";
2464const char kKeepPrefetchedContentSuggestionsDescription[] =
2465 "If enabled, some of prefetched content suggestions are not replaced by "
2466 "the new fetched suggestions.";
2467
Leo Zhang051b75482017-12-20 03:28:302468const char kLanguagesPreferenceName[] = "Language Settings";
2469const char kLanguagesPreferenceDescription[] =
2470 "Enable this option for Language Settings feature on Android.";
2471
Charlie Ma8c2846e2018-07-27 18:44:392472const char kLongPressBackForHistoryName[] =
2473 "Long Press Back Button for History";
2474const char kLongPressBackForHistoryDescription[] =
2475 "Long press system back button to show navigation history if enabled";
2476
Brett Wilsonff596952017-07-14 01:06:552477const char kLsdPermissionPromptName[] =
2478 "Location Settings Dialog Permission Prompt";
2479const char kLsdPermissionPromptDescription[] =
2480 "Whether to use the Google Play Services Location Settings Dialog "
2481 "permission dialog.";
2482
Amirhossein Simjour97b4154f2018-02-20 03:49:592483const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2484const char kModalPermissionDialogViewDescription[] =
2485 "Enable this option to use ModalDialogManager for permission Dialogs.";
2486
Brett Wilsonff596952017-07-14 01:06:552487const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2488const char kMediaScreenCaptureDescription[] =
2489 "Enable this option for experimental ScreenCapture feature on Android.";
2490
2491const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2492const char kModalPermissionPromptsDescription[] =
2493 "Whether to use permission dialogs in place of permission infobars.";
2494
Finnur Thorarinssonc1488fc62018-07-09 19:21:572495const char kNewContactsPickerName[] = "Enable new contacts picker";
2496const char kNewContactsPickerDescription[] =
2497 "Activates the new picker for selecting contacts.";
2498
Dan Harrington541db9e2018-07-30 18:36:302499const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2500const char kNewNetErrorPageUIDescription[] =
2501 "Selects which new UI experience to show on the net-error (Dino) page";
2502
Brett Wilsonff596952017-07-14 01:06:552503const char kNewPhotoPickerName[] = "Enable new Photopicker";
2504const char kNewPhotoPickerDescription[] =
2505 "Activates the new picker for selecting photos.";
2506
2507const char kNoCreditCardAbort[] = "No Credit Card Abort";
2508const char kNoCreditCardAbortDescription[] =
2509 "Whether or not the No Credit Card Abort is enabled.";
2510
Daniel Park990d0992018-05-18 22:12:512511const char kNtpButtonName[] = "Enable NTP Button";
2512const char kNtpButtonDescription[] =
2513 "Displays a New Tab Page button in the toolbar if enabled.";
2514
Brett Wilsonff596952017-07-14 01:06:552515const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2516const char kOfflineBookmarksDescription[] =
2517 "Enable saving bookmarked pages for offline viewing.";
2518
Jian Liade82832018-09-06 22:31:412519const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
2520const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
2521 "Always do http probe to detect network connectivity for offline indicator "
2522 "as opposed to just taking the connection state from the system."
2523 "Used for testing.";
2524
2525const char kOfflineIndicatorChoiceName[] = "Offline indicator choices";
2526const char kOfflineIndicatorChoiceDescription[] =
2527 "Show an offline indicator while offline.";
Jian Li1413ebf2018-06-14 20:46:322528
Brett Wilsonff596952017-07-14 01:06:552529const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2530const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2531
2532const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2533const char kOfflinePagesCtV2Description[] =
2534 "V2 features include attributing pages to the app that initiated the "
2535 "custom tabs, and being able to query for pages by page attribution.";
2536
Cathy Li7311d792018-04-05 00:34:162537const char kOfflinePagesCTSuppressNotificationsName[] =
2538 "Disable download complete notification for whitelisted CCT apps.";
2539const char kOfflinePagesCTSuppressNotificationsDescription[] =
2540 "Disable download complete notification for page downloads originating "
2541 "from a CCT app whitelisted to show their own download complete "
2542 "notification.";
2543
Candice Sy74fa7a352018-03-30 23:46:492544const char kOfflinePagesDescriptiveFailStatusName[] =
2545 "Enables descriptive failed download status text.";
2546const char kOfflinePagesDescriptiveFailStatusDescription[] =
2547 "Enables failed download status text in notifications and Downloads Home "
2548 "to state the reason the request failed if the failure is actionable.";
2549
2550const char kOfflinePagesDescriptivePendingStatusName[] =
2551 "Enables descriptive pending download status text.";
2552const char kOfflinePagesDescriptivePendingStatusDescription[] =
2553 "Enables pending download status text in notifications and Downloads Home "
2554 "to state the reason the request is pending.";
2555
2556const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2557 "Enables offline pages in the downloads home to be opened in CCT.";
2558const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2559 "When enabled offline pages launched from the Downloads Home will be "
2560 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2561
Carlos Knippschild09272ecd2017-12-09 03:29:362562const char kOfflinePagesLimitlessPrefetchingName[] =
2563 "Removes resource usage limits for the prefetching of offline pages.";
2564const char kOfflinePagesLimitlessPrefetchingDescription[] =
2565 "Allows the prefetching of suggested offline pages to ignore resource "
2566 "usage limits. This allows it to completely ignore data usage limitations "
2567 "and allows downloads to happen with any kind of connection.";
2568
Brett Wilsonff596952017-07-14 01:06:552569const char kOfflinePagesLoadSignalCollectingName[] =
2570 "Enables collecting load timing data for offline page snapshots.";
2571const char kOfflinePagesLoadSignalCollectingDescription[] =
2572 "Enables loading completeness data collection while writing an offline "
2573 "page. This data is collected in the snapshotted offline page to allow "
2574 "data analysis to improve deciding when to make the offline snapshot.";
2575
2576const char kOfflinePagesPrefetchingName[] =
2577 "Enables suggested offline pages to be prefetched.";
2578const char kOfflinePagesPrefetchingDescription[] =
2579 "Enables suggested offline pages to be prefetched, so useful content is "
2580 "available while offline.";
2581
Pete Williamson7845dff2017-09-20 11:06:192582const char kOfflinePagesResourceBasedSnapshotName[] =
2583 "Enables offline page snapshots to be based on percentage of page loaded.";
2584const char kOfflinePagesResourceBasedSnapshotDescription[] =
2585 "Enables offline page snapshots to use a resource percentage based "
2586 "approach for determining when the page is loaded as opposed to a time "
2587 "based approach";
2588
Collin Baker17f92a52017-07-19 21:41:252589const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2590const char kOfflinePagesRenovationsDescription[] =
2591 "Enables offline page renovations which correct issues with dynamic "
2592 "content that occur when offlining pages that use JavaScript.";
2593
Brett Wilsonff596952017-07-14 01:06:552594const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2595const char kOfflinePagesSharingDescription[] =
2596 "Enables the saved offline pages to be shared via other applications.";
2597
Yafei Duan36b4b5b2018-08-07 00:40:032598const char kOfflinePagesLivePageSharingName[] =
2599 "Enables live page sharing of offline pages";
2600const char kOfflinePagesLivePageSharingDescription[] =
2601 "Enables to share current loaded page as offline page by saving as MHTML "
2602 "first.";
2603
Cathy Lie0d88762018-04-12 08:03:012604const char kOfflinePagesShowAlternateDinoPageName[] =
2605 "Enable alternate dino page with more user capabilities.";
2606const char kOfflinePagesShowAlternateDinoPageDescription[] =
2607 "Enables the dino page to show more buttons and offer existing offline "
2608 "content.";
2609
Brett Wilsonff596952017-07-14 01:06:552610const char kOfflinePagesSvelteConcurrentLoadingName[] =
2611 "Enables concurrent background loading on svelte.";
2612const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2613 "Enables concurrent background loading (or downloading) of pages on "
2614 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2615 "happen when the svelte device is idle.";
2616
2617const char kOffliningRecentPagesName[] =
2618 "Enable offlining of recently visited pages";
2619const char kOffliningRecentPagesDescription[] =
2620 "Enable storing recently visited pages locally for offline use. Requires "
2621 "Offline Pages to be enabled.";
2622
Lei Zhang2eca9082017-10-17 20:42:502623const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2624const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552625 "Enable Pay with Google integration into Web Payments with API version "
2626 "'1'.";
2627
Matthew Jonesa88b95852017-11-08 23:13:502628const char kProgressBarThrottleName[] = "Android progress update throttling.";
2629const char kProgressBarThrottleDescription[] =
2630 "Limit the maximum progress update to make progress appear smoother.";
2631
Brett Wilsonff596952017-07-14 01:06:552632const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2633const char kPullToRefreshEffectDescription[] =
2634 "Page reloads triggered by vertically overscrolling content.";
2635
Piotr Swigon7c296ef2017-08-29 04:32:002636const char kPwaImprovedSplashScreenName[] =
2637 "Improved Splash Screen for standalone PWAs";
2638const char kPwaImprovedSplashScreenDescription[] =
2639 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2640 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492641const char kPwaPersistentNotificationName[] =
2642 "Persistent notification in standalone PWA";
2643const char kPwaPersistentNotificationDescription[] =
2644 "Enables a persistent Android notification for standalone PWAs";
2645
Brett Wilsonff596952017-07-14 01:06:552646const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2647const char kReaderModeHeuristicsDescription[] =
2648 "Determines what pages the Reader Mode infobar is shown on.";
2649const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2650const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2651const char kReaderModeHeuristicsAllArticles[] = "All articles";
2652const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2653const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2654
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182655const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2656const char kReaderModeInCCTDescription[] =
2657 "Open Reader Mode in Chrome Custom Tabs.";
2658
Brett Wilsonff596952017-07-14 01:06:552659const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2660const char kSetMarketUrlForTestingDescription[] =
2661 "When enabled, sets the market URL for use in testing the update menu "
2662 "item.";
2663
2664const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2665const char kSpannableInlineAutocompleteDescription[] =
2666 "A new type of inline autocomplete for the omnibox that works with "
2667 "keyboards that compose text.";
2668
Theresaeea05a12018-05-09 21:01:592669const char kSimplifiedNtpName[] = "Simplified NTP";
2670const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2671
2672const char kSiteExplorationUiName[] = "Site Exploration UI";
2673const char kSiteExplorationUiDescription[] =
2674 "Show site suggestions in the Exploration UI";
2675
Brett Wilsonff596952017-07-14 01:06:552676const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2677const char kUpdateMenuBadgeDescription[] =
2678 "When enabled, an update badge will be shown on the app menu button.";
2679
2680const char kUpdateMenuItemCustomSummaryDescription[] =
2681 "When this flag and the force show update menu item flag are enabled, a "
2682 "custom summary string will be displayed below the update menu item.";
2683const char kUpdateMenuItemCustomSummaryName[] =
2684 "Update menu item custom summary";
2685
2686const char kUpdateMenuItemName[] = "Force show update menu item";
2687const char kUpdateMenuItemDescription[] =
2688 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2689 R"*(menu.)*";
2690
Amirhossein Simjourd78bbcf2018-02-02 16:23:392691const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui";
2692const char kVrBrowsingNativeAndroidUiDescription[] =
2693 "Enable Android UI elements in VR.";
2694
Tibor Goldschwendt4cdea8d2018-05-10 15:46:462695const char kVrBrowsingTabsViewName[] = "VR browsing tabs view";
2696const char kVrBrowsingTabsViewDescription[] =
2697 "Enable tab overview (tab switcher) in VR.";
2698
Marc Treib93af46a2017-08-23 13:30:002699const char kThirdPartyDoodlesName[] =
2700 "Enable Doodles for third-party search engines";
2701const char kThirdPartyDoodlesDescription[] =
2702 "Enables fetching and displaying Doodles on the NTP for third-party search "
2703 "engines.";
2704
Klaus Weidneraaf697f2018-01-18 20:07:362705const char kWebXrRenderPathName[] = "WebXR presentation render path";
2706const char kWebXrRenderPathDescription[] =
2707 "Render path to use for WebXR presentation (including WebVR)";
2708const char kWebXrRenderPathChoiceClientWaitDescription[] =
2709 "ClientWait (Baseline)";
2710const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2711 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072712const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2713 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362714
Brett Wilson7b44537e2017-08-18 01:38:282715// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552716
Brett Wilson7b44537e2017-08-18 01:38:282717#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482718
Brett Wilson7b44537e2017-08-18 01:38:282719const char kAccountConsistencyName[] =
2720 "Identity consistency between browser and cookie jar";
2721const char kAccountConsistencyDescription[] =
2722 "When enabled, the browser manages signing in and out of Google accounts.";
2723const char kAccountConsistencyChoiceMirror[] = "Mirror";
2724const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342725
Tommy Martino3fa3df52018-08-20 21:45:442726const char kAutofillDropdownLayoutName[] =
2727 "Autofill Dropdown Layout Experiment";
2728const char kAutofillDropdownLayoutDescription[] =
2729 "Alternate visual designs for the Autofill dropdown.";
2730
Fabio Tirelo3773dea2018-09-11 15:21:522731const char kAutofillPrimaryInfoStyleExperimentName[] =
2732 "Autofill experiment with primary info style";
2733const char kAutofillPrimaryInfoStyleExperimentDescription[] =
2734 "Allow experimentation with different typefaces for primary info on the "
2735 "Autofill dropdown (addresses and payment methods)";
2736
Chris Pickel3a227ae62017-08-24 10:47:262737const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2738const char kDoodlesOnLocalNtpDescription[] =
2739 "Show doodles on the local New Tab page if Google is the default search "
2740 "engine.";
2741
mlamouriff56c092017-05-11 15:31:392742const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392743const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342744 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392745const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392746const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392747const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342748 "Enabled (Flash lowers volume when interrupted by other sound, "
2749 "experimental)";
2750
Sebastien Marchandd33f7dc2018-06-22 22:07:062751const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2752const char kInfiniteSessionRestoreDescription[] =
2753 "Reduces the number of tabs being loaded simultaneously during session "
2754 "restore, to improve responsiveness of the foreground tab. This requires "
2755 "#enable-page-almost-idle.";
2756
Brett Wilson7b44537e2017-08-18 01:38:282757const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2758const char kEnableNewAppMenuIconDescription[] =
2759 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342760
Sebastien Marchandd33f7dc2018-06-22 22:07:062761const char kEnableWebAuthenticationCtap2SupportName[] =
2762 "Enable Web Authentication API support for CTAP2 security keys";
2763const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472764 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062765
2766const char kEnableWebAuthenticationTestingAPIName[] =
2767 "Web Authentication Testing API";
2768const char kEnableWebAuthenticationTestingAPIDescription[] =
2769 "Enable Web Authentication Testing API support, which disconnects the API "
2770 "implementation from the real world, and allows configuring virtual "
2771 "authenticator devices for testing";
2772
Jeffrey Cohenf04130a42018-08-29 00:22:272773const char kHappinessTrackingSurveysForDesktopName[] =
2774 "Happiness Tracking Surveys";
2775const char kHappinessTrackingSurveysForDesktopDescription[] =
2776 "Enable showing Happiness Tracking Surveys to users on Desktop";
2777
Dave Schuyler598a4a42018-01-04 02:15:102778const char kOmniboxRichEntitySuggestionsName[] =
2779 "Omnibox rich entity suggestions";
2780const char kOmniboxRichEntitySuggestionsDescription[] =
2781 "Display entity suggestions using images and an enhanced layout; showing "
Justin Donnellye7926092018-06-18 14:57:212782 "more context and descriptive text about the entity. Has no effect unless "
2783 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2784 "flag is set to Refresh or Touchable Refresh.";
Dave Schuyler598a4a42018-01-04 02:15:102785
Travis Skarebcdb5ed32018-08-17 01:49:402786const char kOmniboxDriveSuggestionsName[] =
2787 "Omnibox Google Drive Document suggestions";
2788const char kOmniboxDriveSuggestionsDescriptions[] =
2789 "Display suggestions for Google Drive documents in the omnibox when Google "
2790 "is the default search engine.";
2791
Dave Schuyler616273d2018-04-19 03:12:522792const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2793const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212794 "Display answers using an enhanced layout with larger images. Has no "
2795 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2796 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522797
Orin Jaworski04c08b42018-07-11 02:39:562798const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2799const char kOmniboxReverseAnswersDescription[] =
2800 "Display answers with rows reversed (swapped); except definitions. Has no "
2801 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2802 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2803
Kevin Bailey898669972017-11-06 15:34:492804const char kOmniboxTabSwitchSuggestionsName[] =
2805 "Omnibox tab switch suggestions";
2806const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212807 "Enable suggestions for switching to open tabs within the Omnibox. "
2808 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2809 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492810
Orin Jaworskiae2df652018-09-26 01:11:062811const char kOmniboxPedalSuggestionsName[] = "Omnibox Pedal suggestions";
2812const char kOmniboxPedalSuggestionsDescription[] =
2813 "Enable omnibox Pedal suggestions using either a side button in suggestion "
2814 "or a dedicated suggestion item beneath the triggering line item. Omnibox "
2815 "Pedals accelerate actions within Chrome by detecting user intent and "
2816 "offering direct access to the end goal.";
2817
krbcc621412017-06-01 19:40:282818const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2819const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192820 "Enable receiving tail suggestions, a type of search suggestion based on "
2821 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342822
Sebastien Marchandd33f7dc2018-06-22 22:07:062823const char kPageAlmostIdleName[] = "Page Almost Idle";
2824const char kPageAlmostIdleDescription[] =
2825 "Make session restore use a definition of loading that waits for CPU and "
2826 "network quiescence.";
2827
2828const char kProactiveTabFreezeAndDiscardName[] =
2829 "Proactive Tab Freeze and Discard";
2830const char kProactiveTabFreezeAndDiscardDescription[] =
2831 "Enables proactive tab freezing and discarding. This requires "
2832 "#enable-page-almost-idle.";
2833
2834const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2835const char kSiteCharacteristicsDatabaseDescription[] =
2836 "Records usage of some features in a database while a tab is in background "
2837 "(title/favicon update, audio playback or usage of non-persistent "
2838 "notifications).";
2839
Brett Wilson7b44537e2017-08-18 01:38:282840const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2841const char kUseGoogleLocalNtpDescription[] =
2842 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322843
Brett Wilson7b44537e2017-08-18 01:38:282844#if defined(GOOGLE_CHROME_BUILD)
2845
2846const char kGoogleBrandedContextMenuName[] =
2847 "Google branding in the context menu";
2848const char kGoogleBrandedContextMenuDescription[] =
2849 "Shows a Google icon next to context menu items powered by Google "
2850 "services.";
2851
2852#endif // !defined(GOOGLE_CHROME_BUILD)
2853
2854#endif // !defined(OS_ANDROID)
2855
2856// Windows ---------------------------------------------------------------------
2857
2858#if defined(OS_WIN)
2859
2860const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2861const char kCloudPrintXpsDescription[] =
2862 "XPS enables advanced options for classic printers connected to the Cloud "
2863 "Print with Chrome. Printers must be re-connected after changing this "
2864 "flag.";
2865
2866const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2867const char kDisablePostscriptPrintingDescription[] =
2868 "Disables PostScript generation when printing to PostScript capable "
2869 "printers, and uses EMF generation in its place.";
2870
2871const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2872const char kEnableAppcontainerDescription[] =
2873 "Enables the use of an AppContainer on sandboxed processes to improve "
2874 "security.";
2875
Brett Wilson7b44537e2017-08-18 01:38:282876const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2877const char kEnableDesktopIosPromotionsDescription[] =
2878 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2879 "eligible.";
2880
James Forshawfd0ce342018-02-14 09:55:392881const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2882const char kEnableGpuAppcontainerDescription[] =
2883 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2884 "improve security.";
2885
Brett Wilson7b44537e2017-08-18 01:38:282886const char kGdiTextPrinting[] = "GDI Text Printing";
2887const char kGdiTextPrintingDescription[] =
2888 "Use GDI to print text as simply text";
2889
Henrik Grunell67e56ef2018-04-10 14:04:092890const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2891const char kIncreaseInputAudioBufferSizeDescription[] =
2892 "Increases the input audio endpoint buffer to 100 ms.";
2893
Brett Wilson7b44537e2017-08-18 01:38:282894const char kTraceExportEventsToEtwName[] =
2895 "Enable exporting of tracing events to ETW.";
2896const char kTraceExportEventsToEtwDesription[] =
2897 "If enabled, trace events will be exported to the Event Tracing for "
2898 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2899 "Xperf.";
2900
Olli Etuaho122321192018-09-07 10:15:292901const char kUseAngleName[] = "Choose ANGLE graphics backend";
2902const char kUseAngleDescription[] =
2903 "Choose the graphics backend for ANGLE. D3D11 is used on most Windows "
2904 "computers by default. Using the OpenGL driver as the graphics backend may "
2905 "result in higher performance in some graphics-heavy applications, "
2906 "particularly on NVIDIA GPUs. It can increase battery and memory usage of "
2907 "video playback.";
2908
2909const char kUseAngleDefault[] = "Default";
2910const char kUseAngleGL[] = "OpenGL";
2911const char kUseAngleD3D11[] = "D3D11";
2912const char kUseAngleD3D9[] = "D3D9";
2913
Brett Wilson7b44537e2017-08-18 01:38:282914const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2915const char kUseWinrtMidiApiDescription[] =
2916 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2917 "later).";
2918
2919const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2920const char kWindows10CustomTitlebarDescription[] =
2921 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2922 "deferring to Windows.";
2923
2924#endif // defined(OS_WIN)
2925
2926// Mac -------------------------------------------------------------------------
2927
2928#if defined(OS_MACOSX)
2929
Brett Wilson7b44537e2017-08-18 01:38:282930const char kFullscreenToolbarRevealName[] =
2931 "Enables the toolbar in fullscreen to reveal itself.";
2932const char kFullscreenToolbarRevealDescription[] =
2933 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2934 "has changed.";
2935
2936const char kContentFullscreenName[] = "Improved Content Fullscreen";
2937const char kContentFullscreenDescription[] =
2938 "Fullscreen content window detaches from main browser window and goes to "
2939 "a new space without moving or changing the original browser window.";
2940
Martin Kreichgauer1ca416d2018-07-11 00:43:192941const char kEnableWebAuthenticationTouchIdName[] =
2942 "Web Authentication API Touch ID support";
2943const char kEnableWebAuthenticationTouchIdDescription[] =
2944 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
2945
Brett Wilson7b44537e2017-08-18 01:38:282946const char kHostedAppsInWindowsName[] =
2947 "Allow hosted apps to be opened in windows";
2948const char kHostedAppsInWindowsDescription[] =
2949 "Allows hosted apps to be opened in windows instead of being limited to "
2950 "tabs.";
2951
Christopher Cameron57dee5a42018-09-25 01:20:082952const char kCreateAppWindowsInAppShimProcessName[] =
2953 "Create native windows in the app process";
2954const char kCreateAppWindowsInAppShimProcessDescription[] =
2955 "Create native windows the app shim process, instead of of the browser "
2956 "process.";
2957
Lei Zhang2eca9082017-10-17 20:42:502958const char kMacRTLName[] = "Enable RTL";
2959const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:282960
Lei Zhang2eca9082017-10-17 20:42:502961const char kMacTouchBarName[] = "Hardware Touch Bar";
2962const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282963
2964const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2965const char kMacV2SandboxDescription[] =
2966 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2967 "entire life cycle.";
2968
2969const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2970const char kMacViewsNativeAppWindowsDescription[] =
2971 "Controls whether to use Toolkit-Views based Chrome App windows.";
2972
2973const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2974const char kMacViewsTaskManagerDescription[] =
2975 "Controls whether to use the Toolkit-Views based Task Manager.";
2976
2977const char kTabDetachingInFullscreenName[] =
2978 "Allow tab detaching in fullscreen";
2979const char kTabDetachingInFullscreenDescription[] =
2980 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2981
2982const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2983const char kTabStripKeyboardFocusDescription[] =
2984 "Enable keyboard focus for the tabs in the tab strip.";
2985
Tessa Nijssen4db9799e2018-08-06 21:04:382986const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
2987const char kTextSuggestionsTouchBarDescription[] =
2988 "Enable text suggestions touch bar for textfields.";
2989
Brett Wilson7b44537e2017-08-18 01:38:282990#endif
2991
2992// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342993
2994#if defined(OS_CHROMEOS)
2995
Brett Wilson7b44537e2017-08-18 01:38:282996const char kAcceleratedMjpegDecodeName[] =
2997 "Hardware-accelerated mjpeg decode for captured frame";
2998const char kAcceleratedMjpegDecodeDescription[] =
2999 "Enable hardware-accelerated mjpeg decode for captured frame where "
3000 "available.";
vabr0215a8e2017-03-28 12:47:343001
Brett Wilson7b44537e2017-08-18 01:38:283002const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
3003const char kAllowTouchpadThreeFingerClickDescription[] =
3004 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:343005
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:523006const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
3007const char kArcAvailableForChildDescription[] =
3008 "Allow child accounts to start Android apps.";
3009
Brett Wilson7b44537e2017-08-18 01:38:283010const char kArcBootCompleted[] = "Load Android apps automatically";
3011const char kArcBootCompletedDescription[] =
3012 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343013
Luum Habtemariamdaa8fd22018-06-25 22:39:433014const char kArcCupsApiName[] = "ARC CUPS API";
3015const char kArcCupsApiDescription[] =
3016 "Enables support of libcups APIs from ARC";
3017
Yuichiro Hanada0b63f062018-07-12 02:18:333018const char kArcInputMethodName[] = "Enable ARC input methods.";
3019const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3020
Lev Rumyantsev7a8544312017-08-18 19:26:513021const char kArcNativeBridgeExperimentName[] =
3022 "Enable native bridge experiment for ARC";
3023const char kArcNativeBridgeExperimentDescription[] =
3024 "Enables experimental native bridge feature.";
3025
lgchengecd1c1a62018-01-09 02:59:463026const char kArcUsbHostName[] = "Enable ARC USB host integration";
3027const char kArcUsbHostDescription[] =
3028 "Allow Android apps to use USB host feature on ChromeOS devices.";
3029
Kevin Cernekeeb7f96a52017-10-25 17:40:183030const char kArcVpnName[] = "Enable ARC VPN integration";
3031const char kArcVpnDescription[] =
3032 "Allow Android VPN clients to tunnel Chrome traffic.";
3033
Qiang Xu045aff222018-05-21 23:21:013034const char kAshDisableLoginDimAndBlurName[] =
3035 "Disable dimming and blur on login screen.";
3036const char kAshDisableLoginDimAndBlurDescription[] =
3037 "Disable dimming and blur on login screen.";
3038
3039const char kAshDisableSmoothScreenRotationName[] =
3040 "Disable smooth rotation animations.";
3041const char kAshDisableSmoothScreenRotationDescription[] =
3042 "Disable smooth rotation animations.";
3043
3044const char kAshEnableDisplayMoveWindowAccelsName[] =
3045 "Enable shortcuts for moving window between displays.";
3046const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3047 "Enable shortcuts for moving window between displays.";
3048
3049const char kAshEnableKeyboardShortcutViewerName[] =
3050 "Enable keyboard shortcut viewer.";
3051const char kAshEnableKeyboardShortcutViewerDescription[] =
3052 "Enable keyboard shortcut viewer.";
3053
3054const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3055const char kAshEnableMirroredScreenDescription[] =
3056 "Enable the mirrored screen mode. This mode flips the screen image "
3057 "horizontally.";
3058
Qiang Xu045aff222018-05-21 23:21:013059const char kAshEnablePersistentWindowBoundsName[] =
3060 "Enable persistent window bounds in multi-displays scenario.";
3061const char kAshEnablePersistentWindowBoundsDescription[] =
3062 "Enable persistent window bounds in multi-displays scenario.";
3063
3064const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3065const char kAshEnableTrilinearFilteringDescription[] =
3066 "Enable trilinear filtering.";
3067
Brett Wilson7b44537e2017-08-18 01:38:283068const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3069const char kAshEnableUnifiedDesktopDescription[] =
3070 "Enable unified desktop mode which allows a window to span multiple "
3071 "displays.";
vabr0215a8e2017-03-28 12:47:343072
Mike Wassermanfcc47e42018-06-14 21:24:423073const char kAshKeyboardShortcutViewerAppName[] =
3074 "Keyboard Shortcut Viewer mojo app";
3075const char kAshKeyboardShortcutViewerAppDescription[] =
3076 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3077
Qiang Xu045aff222018-05-21 23:21:013078const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3079const char kAshShelfColorDescription[] =
3080 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3081 "--ash-shelf-color-scheme flag defines how that color is derived.";
3082
3083const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3084const char kAshShelfColorSchemeDescription[] =
3085 "Specify how the color is derived from the wallpaper. This flag is only "
3086 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3087const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3088const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3089const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3090const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3091const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3092const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3093
Sean Kau5e956192017-10-06 22:25:173094const char kBulkPrintersName[] = "Bulk Printers Policy";
3095const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3096
Brett Wilson7b44537e2017-08-18 01:38:283097const char kCaptivePortalBypassProxyName[] =
3098 "Bypass proxy for Captive Portal Authorization";
3099const char kCaptivePortalBypassProxyDescription[] =
3100 "If proxy is configured, it usually prevents from authorization on "
3101 "different captive portals. This enables opening captive portal "
3102 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343103
Yuki Awanob51d3252018-07-11 23:45:553104const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3105const char kChromeVoxArcSupportDescription[] =
3106 "Use ChromeVox screen reader features in ARC";
3107
Brett Wilson7b44537e2017-08-18 01:38:283108const char kCrOSComponentName[] = "Chrome OS Component";
3109const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083110 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343111
Xiaochu Liu51d03fd2017-09-08 23:51:023112const char kCrOSContainerName[] = "Chrome OS Container";
3113const char kCrOSContainerDescription[] =
3114 "Enable the use of Chrome OS Container utility.";
3115
Brett Wilson7b44537e2017-08-18 01:38:283116const char kCrosRegionsModeName[] = "Cros-regions load mode";
3117const char kCrosRegionsModeDescription[] =
3118 "This flag controls cros-regions load mode";
3119const char kCrosRegionsModeDefault[] = "Default";
3120const char kCrosRegionsModeOverride[] = "Override VPD values.";
3121const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343122
Joel Hockeyad5b9762018-09-01 12:06:083123const char kCrostiniFilesName[] = "Crostini Files";
3124const char kCrostiniFilesDescription[] =
3125 "Enable Crostini file sharing in Files app.";
3126
Jacob Dufault2becbc482017-08-25 00:36:353127const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3128const char kDisableLockScreenAppsDescription[] =
3129 "Disable new-note action handler apps on the lock screen. The user will "
3130 "not be able to launch the preferred note-taking action from the lock "
3131 "screen, provided that the app supports lock screen note taking.";
3132
Qiang Xu045aff222018-05-21 23:21:013133const char kDisableSystemTimezoneAutomaticDetectionName[] =
3134 "SystemTimezoneAutomaticDetection policy support";
3135const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3136 "Disable system timezone automatic detection device policy.";
3137
Sammie Quonef6b4882017-09-14 16:50:053138const char kDisableTabletAutohideTitlebarsName[] =
3139 "Disable autohide titlebars in tablet mode";
3140const char kDisableTabletAutohideTitlebarsDescription[] =
3141 "Disable tablet mode autohide titlebars functionality. The user will be "
3142 "able to see the titlebar in tablet mode.";
3143
Xiaoqian Dai24b33eb2018-04-10 21:01:573144const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3145const char kDisableTabletSplitViewDescription[] =
3146 "Disable split view for Chrome OS tablet mode.";
3147
Daniel Zhang01399072018-08-16 22:28:203148const char kEnableAppListSearchAutocompleteName[] =
3149 "App List Search Autocomplete";
3150const char kEnableAppListSearchAutocompleteDescription[] =
3151 "Allow App List search box to autocomplete queries for Google searches and "
3152 "apps.";
3153
Qiang Xu53d1a5832018-05-24 18:44:193154const char kEnableAppShortcutSearchName[] =
3155 "Enable app shortcut search in launcher";
3156const char kEnableAppShortcutSearchDescription[] =
3157 "Enables app shortcut search in launcher";
3158
Weidong Guo00d0b2b2018-06-07 00:39:303159const char kEnableAppsGridGapFeatureName[] =
3160 "Enable apps grid gap feature in launcher.";
3161const char kEnableAppsGridGapFeatureDescription[] =
3162 "Enables gaps at the end of each page and enables dragging an item to an "
3163 "empty page in launcher.";
3164
Lei Zhang2eca9082017-10-17 20:42:503165const char kEnableBackgroundBlurName[] = "Enable background blur.";
3166const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423167 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393168
Lei Zhang0ca70ea2018-09-07 17:51:013169const char kEnableChromeOsAccountManagerName[] = "Enable Account Manager";
3170const char kEnableChromeOsAccountManagerDescription[] =
Kushagra Sinha8a181fc2018-08-20 17:15:493171 "Enables the Chrome OS Account Manager";
3172
Lei Zhang0ca70ea2018-09-07 17:51:013173const char kEnableContinueReadingName[] = "Enable continue reading";
3174const char kEnableContinueReadingDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013175 "Enable continue reading feature in Launcher, which allows users to "
3176 "seamlessly continue reading a web page when they switch devices from "
3177 "phones or tablets to Chromebooks.";
3178
Min Chenc2ec7282018-06-29 21:38:463179const char kEnableDragAppsInTabletModeName[] =
3180 "Enable dragging apps in tablet mode";
3181const char kEnableDragAppsInTabletModeDescription[] =
3182 "If enabled, swiping down from the top of the screen when an app is opened "
3183 "in tablet mode can drag the app.";
3184
Xiaoqian Dai82d99192018-05-25 18:51:353185const char kEnableDragTabsInTabletModeName[] =
3186 "Enable dragging tabs in tablet mode";
3187const char kEnableDragTabsInTabletModeDescription[] =
3188 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3189
Sam McNally201fbf94e2018-07-04 03:15:203190const char kEnableDriveFsName[] = "Enable DriveFS";
3191const char kEnableDriveFsDescription[] =
3192 "Enables use of the new DriveFS-based Drive sync client.";
3193
Brett Wilson7b44537e2017-08-18 01:38:283194const char kEnableEhvInputName[] =
3195 "Emoji, handwriting and voice input on opt-in IME menu";
3196const char kEnableEhvInputDescription[] =
3197 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343198
Brett Wilson7b44537e2017-08-18 01:38:283199const char kEnableEncryptionMigrationName[] =
3200 "Enable encryption migration of user data";
3201const char kEnableEncryptionMigrationDescription[] =
3202 "If enabled and the device supports ARC, the user will be asked to update "
3203 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343204
Blake O'Hare9e9317b22017-10-24 02:49:353205const char kEnableFloatingVirtualKeyboardName[] =
3206 "Enable floating virtual keyboard";
3207const char kEnableFloatingVirtualKeyboardDescription[] =
3208 "If enabled, the keyboard will use floating behavior by default.";
3209
Qiang Xu045aff222018-05-21 23:21:013210const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3211 "Enable full screen handwriting virtual keyboard";
3212const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3213 "If enabled, the handwriting virtual keyboard will allow user to write "
3214 "anywhere on the screen";
3215
3216const char kEnableHomeLauncherName[] = "Enable home launcher";
3217const char kEnableHomeLauncherDescription[] =
3218 "Enable home launcher in tablet mode.";
3219
Lei Zhang0ca70ea2018-09-07 17:51:013220const char kEnableHomeLauncherGesturesName[] = "Enable home launcher gestures";
3221const char kEnableHomeLauncherGesturesDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013222 "Enables using gestures to hide or show the home launcher.";
3223
Brett Wilson7b44537e2017-08-18 01:38:283224const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3225const char kEnableImeMenuDescription[] =
3226 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343227
Weidong Guo45836d1b2018-06-27 23:51:163228const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3229const char kEnableNewStyleLauncherDescription[] =
3230 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3231 "in app launcher.";
3232
Qiang Xu045aff222018-05-21 23:21:013233const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker";
3234const char kEnableNewWallpaperPickerDescription[] =
3235 "Enable the redesigned wallpaper picker with new wallpaper collections.";
3236
Sammie Quon248ccef2018-08-28 23:00:013237const char kEnableOobeRecommendAppsScreenName[] =
3238 "Enable OOBE Recommend Apps Screen";
3239const char kEnableOobeRecommendAppsScreenDescription[] =
3240 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3241 "from other devices";
3242
Qiang Xu045aff222018-05-21 23:21:013243const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3244const char kEnablePerUserTimezoneDescription[] =
3245 "Chrome OS system timezone preference is stored and handled for each user "
3246 "individually.";
3247
3248const char kEnableSettingsShortcutSearchName[] =
3249 "Enable Settings shortcut search";
3250const char kEnableSettingsShortcutSearchDescription[] =
3251 "Enable Settings shortcut search in launcher.";
3252
Darren Shen3e49c63d2018-03-28 04:45:503253const char kEnableStylusVirtualKeyboardName[] =
3254 "Enable stylus virtual keyboard";
3255const char kEnableStylusVirtualKeyboardDescription[] =
3256 "If enabled, tapping with a stylus will show the handwriting virtual "
3257 "keyboard.";
3258
Jordy Greenblatt2f23df22018-02-22 19:49:193259const char kEnableUnifiedMultiDeviceSettingsName[] =
3260 "Enable unified MultiDevice settings";
3261const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3262 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3263 "MultiDevice settings.";
3264
3265const char kEnableUnifiedMultiDeviceSetupName[] =
3266 "Enable unified MultiDevice setup";
3267const char kEnableUnifiedMultiDeviceSetupDescription[] =
3268 "Enable the device to setup all MultiDevice services in a single workflow.";
3269
Darren Shen11c770f312018-06-13 07:36:393270const char kEnableVirtualKeyboardMdUiName[] =
3271 "Enable Material Design virtual keyboard";
3272const char kEnableVirtualKeyboardMdUiDescription[] =
3273 "If enabled, loads the Material Design UI for the virtual keyboard.";
3274
Darren Shen0b4e5802018-07-10 03:12:263275const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3276const char kEnableVirtualKeyboardUkmDescription[] =
3277 "Enables UKM for virtual keyboard";
3278
Lei Zhang0ca70ea2018-09-07 17:51:013279const char kEnableZeroStateSuggestionsName[] = "Enable Zero State Suggetions";
3280const char kEnableZeroStateSuggestionsDescription[] =
Sammie Quon248ccef2018-08-28 23:00:013281 "Enable Zero State Suggestions feature in Launcher, which will show "
3282 "suggetions when launcher search box is active with an empty query";
3283
Brett Wilson7b44537e2017-08-18 01:38:283284const char kEolNotificationName[] = "Disable Device End of Life notification.";
3285const char kEolNotificationDescription[] =
3286 "Disable Notifcation when Device is End of Life.";
3287
3288const char kExperimentalAccessibilityFeaturesName[] =
3289 "Experimental accessibility features";
3290const char kExperimentalAccessibilityFeaturesDescription[] =
3291 "Enable additional accessibility features in the Settings page.";
3292
Brett Wilson7b44537e2017-08-18 01:38:283293const char kFileManagerTouchModeName[] = "Files App. touch mode";
3294const char kFileManagerTouchModeDescription[] =
3295 "Touchscreen-specific interactions of the Files app.";
3296
3297const char kFirstRunUiTransitionsName[] =
3298 "Animated transitions in the first-run tutorial";
3299const char kFirstRunUiTransitionsDescription[] =
3300 "Transitions during first-run tutorial are animated.";
3301
Brett Wilson7b44537e2017-08-18 01:38:283302const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3303const char kForceEnableStylusToolsDescription[] =
3304 "Forces display of the stylus tools menu in the shelf and the stylus "
3305 "section in settings, even if there is no attached stylus device.";
3306
3307const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3308const char kGestureEditingDescription[] =
3309 "Enable/Disable gesture editing option in the settings page for the "
3310 "virtual keyboard.";
3311
3312const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3313const char kGestureTypingDescription[] =
3314 "Enable/Disable gesture typing option in the settings page for the virtual "
3315 "keyboard.";
3316
3317const char kInputViewName[] = "Input views";
3318const char kInputViewDescription[] =
3319 "Enable IME extensions to supply custom views for user input such as "
3320 "virtual keyboards.";
3321
Megumi Hattori5a0d4182018-03-06 11:09:503322const char kLockScreenNotificationName[] = "Lock screen notification";
3323const char kLockScreenNotificationDescription[] =
3324 "Enable notifications on the lock screen.";
3325
Qiang Xu045aff222018-05-21 23:21:013326const char kMaterialDesignInkDropAnimationSpeedName[] =
3327 "Material design ink drop animation speed";
3328const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3329 "Sets the speed of the experimental visual feedback animations for "
3330 "material design.";
3331const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3332const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3333
Brett Wilson7b44537e2017-08-18 01:38:283334const char kMemoryPressureThresholdName[] =
3335 "Memory discard strategy for advanced pressure handling";
3336const char kMemoryPressureThresholdDescription[] =
3337 "Memory discarding strategy to use";
3338const char kConservativeThresholds[] =
3339 "Conservative memory pressure release strategy";
3340const char kAggressiveCacheDiscardThresholds[] =
3341 "Aggressive cache release strategy";
3342const char kAggressiveTabDiscardThresholds[] =
3343 "Aggressive tab release strategy";
3344const char kAggressiveThresholds[] =
3345 "Aggressive tab and cache release strategy";
3346
3347const char kMtpWriteSupportName[] = "MTP write support";
3348const char kMtpWriteSupportDescription[] =
3349 "MTP write support in File System API (and file manager). In-place editing "
3350 "operations are not supported.";
3351
Kyle Horimoto027590fb2018-02-13 22:19:483352const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3353const char kMultiDeviceApiDescription[] =
3354 "Enable Mojo-based API which provides synced device metadata and the "
3355 "ability to connect to other devices associated the logged-in Google "
3356 "account.";
3357
Bailey Berrodca8eeca02017-11-18 00:49:123358const char kNativeSmbName[] = "Native Smb Client";
3359const char kNativeSmbDescription[] =
3360 "If enabled, allows connections to an smb filesystem via Files app";
Bailey Berrofc0da1b2017-11-02 11:02:303361
vabr0215a8e2017-03-28 12:47:343362const char kNetworkPortalNotificationName[] =
3363 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343364const char kNetworkPortalNotificationDescription[] =
3365 "If enabled, notification is displayed when device is connected to a "
3366 "network behind captive portal.";
3367
Brett Wilson7b44537e2017-08-18 01:38:283368const char kNewKoreanImeName[] = "New Korean IME";
3369const char kNewKoreanImeDescription[] =
3370 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343371
Brett Wilson7b44537e2017-08-18 01:38:283372const char kNewZipUnpackerName[] = "New ZIP unpacker";
3373const char kNewZipUnpackerDescription[] =
3374 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:343375
Qiang Xu045aff222018-05-21 23:21:013376const char kOfficeEditingComponentAppName[] =
3377 "Office Editing for Docs, Sheets & Slides";
3378const char kOfficeEditingComponentAppDescription[] =
3379 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3380
Brett Wilson7b44537e2017-08-18 01:38:283381const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3382const char kPhysicalKeyboardAutocorrectDescription[] =
3383 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3384 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343385
3386const char kPrinterProviderSearchAppName[] =
3387 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343388const char kPrinterProviderSearchAppDescription[] =
3389 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193390 "searches Chrome Web Store for extensions that support printing to a USB "
3391 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343392
Brett Wilson7b44537e2017-08-18 01:38:283393const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3394const char kQuickUnlockPinDescription[] =
3395 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3396 "device on the lock screen after you have signed into your device.";
3397const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3398const char kQuickUnlockPinSigninDescription[] =
3399 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3400 "device. After changing this flag PIN needs to be set up again.";
3401const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3402const char kQuickUnlockFingerprintDescription[] =
3403 "Enabling fingerprint quick unlock allows you to setup and use a "
3404 "fingerprint to unlock your Chromebook on the lock screen after you have "
3405 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343406
James Cook0ba192bf2017-12-01 20:53:113407const char kShowTapsName[] = "Show taps";
3408const char kShowTapsDescription[] =
3409 "Draws a circle at each touch point, which makes touch points more obvious "
3410 "when projecting or mirroring the display. Similar to the Android OS "
3411 "developer option.";
3412
3413const char kShowTouchHudName[] = "Show HUD for touch points";
3414const char kShowTouchHudDescription[] =
3415 "Shows a trail of colored dots for the last few touch points. Pressing "
3416 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3417 "debug hardware issues that generate spurious touch events.";
3418
James Cook28d7c482018-09-07 21:00:543419const char kSingleProcessMashName[] =
3420 "In-process window service (SingleProcessMash)";
3421const char kSingleProcessMashDescription[] =
3422 "Runs the system UI (ash) as a mojo service, but inside the browser "
3423 "process. The browser uses the mojo window service (ws) APIs.";
3424
Ahmed Fakhry58e6ef542018-09-04 18:05:383425const char kSlideTopChromeWithPageScrollsName[] =
3426 "Slide top-chrome with page scrolls";
3427const char kSlideTopChromeWithPageScrollsDescription[] =
3428 "If enabled, page scrolls in tablet mode will also scroll the top-chrome"
3429 " UI.";
3430
Jorge Gil5a8ccde2018-07-10 01:46:213431const char kSmartTextSelectionName[] = "Smart Text Selection";
3432const char kSmartTextSelectionDescription[] =
3433 "Shows quick actions for text "
3434 "selections in the context menu.";
3435
Chung-Sheng Wu468b0b32017-09-01 14:41:573436const char kSysInternalsName[] = "Enable Sys-Internals";
3437const char kSysInternalsDescription[] =
3438 "If enabled, user can monitor system information at "
3439 "chrome://sys-internals.";
3440
Brett Wilson7b44537e2017-08-18 01:38:283441const char kTetherName[] = "Instant Tethering";
3442const char kTetherDescription[] =
3443 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3444 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373445
Brett Wilson7b44537e2017-08-18 01:38:283446const char kTouchscreenCalibrationName[] =
3447 "Enable/disable touchscreen calibration option in material design settings";
3448const char kTouchscreenCalibrationDescription[] =
3449 "If enabled, the user can calibrate the touch screen displays in "
3450 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093451
Qiang Xu045aff222018-05-21 23:21:013452const char kUiDevToolsName[] = "Enable native UI inspection";
3453const char kUiDevToolsDescription[] =
3454 "Enables inspection of native UI elements. For local inspection use "
3455 "chrome://inspect#other";
3456
3457const char kUiShowCompositedLayerBordersName[] =
3458 "Show UI composited layer borders";
3459const char kUiShowCompositedLayerBordersDescription[] =
3460 "Show border around composited layers created by UI.";
3461const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3462const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3463const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3464const char kUiShowCompositedLayerBordersAll[] = "All";
3465
3466const char kUiSlowAnimationsName[] = "Slow UI animations";
3467const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3468
Mitsuru Oshima63d3f2a2017-08-23 00:12:113469// Force UI Mode
3470const char kUiModeName[] = "Force Ui Mode";
3471const char kUiModeDescription[] =
3472 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3473 R"*(despite its current orientation. "Tablet" means that the )*"
3474 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3475 R"*(means that the chromebook will act as if it were in clamshell )*"
3476 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3477 R"*(the two, based on its orientation.)*";
3478const char kUiModeTablet[] = "TouchView";
3479const char kUiModeClamshell[] = "Clamshell";
3480const char kUiModeAuto[] = "Auto (default)";
3481
Sonny Sasaka7fecfeda2018-07-11 23:47:553482const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3483const char kUnfilteredBluetoothDevicesDescription[] =
3484 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3485
Allen Webbcdc8e69d2018-09-12 20:36:003486const char kUsbguardName[] = "Block new USB devices at the lock screen.";
3487const char kUsbguardDescription[] =
3488 "Prevents newly connected USB devices from operating at the lock screen"
3489 " until Chrome OS is unlocked to protect against malicious USB devices."
3490 " Already connected USB devices will continue to function.";
3491
Micah Morton79a7b522018-09-27 15:15:303492const char kShillSandboxingName[] =
3493 "Run shill, the ChromeOS network manager, in a sandbox.";
3494const char kShillSandboxingDescription[] =
3495 "Causes shill to be run as user/group 'shill', instead of 'root'.";
3496
James Cooka1bcfa9a2018-01-30 00:18:403497const char kUseMashName[] = "Out-of-process system UI (mash)";
3498const char kUseMashDescription[] =
3499 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3500 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283501
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343502// TODO(mcasas): remove after https://crbug.com/771345.
3503const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3504const char kUseMonitorColorSpaceDescription[] =
3505 "Enables Chrome to use the color space information provided by the monitor"
3506 " instead of the default sRGB color space.";
3507
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233508const char kVaapiJpegImageDecodeAccelerationName[] =
3509 "VA-API JPEG decode acceleration for images";
3510const char kVaapiJpegImageDecodeAccelerationDescription[] =
3511 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3512 " captures) using the VA-API.";
3513
Brett Wilson7b44537e2017-08-18 01:38:283514const char kVideoPlayerChromecastSupportName[] =
3515 "Experimental Chromecast support for Video Player";
3516const char kVideoPlayerChromecastSupportDescription[] =
3517 "This option enables experimental Chromecast support for Video Player app "
3518 "on ChromeOS.";
3519
3520const char kVirtualKeyboardName[] = "Virtual Keyboard";
3521const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3522
3523const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3524const char kVirtualKeyboardOverscrollDescription[] =
3525 "Enables virtual keyboard overscroll support.";
3526
3527const char kVoiceInputName[] = "Voice input on virtual keyboard";
3528const char kVoiceInputDescription[] =
3529 "Enables voice input on virtual keyboard.";
3530
3531const char kWakeOnPacketsName[] = "Wake On Packets";
3532const char kWakeOnPacketsDescription[] =
3533 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203534
Qiang Xu53d1a5832018-05-24 18:44:193535const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker";
3536const char kZipArchiverUnpackerDescription[] =
3537 "Enable or disable the ability to unpack archives in incognito mode";
3538
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
Brett Wilson7b44537e2017-08-18 01:38:283595#endif // ENABLE_VR
3596
Nico Weberaf3b00b2017-09-11 17:58:173597#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283598
3599const char kNaclDebugMaskName[] =
3600 "Restrict Native Client GDB-based debugging by pattern";
3601const char kNaclDebugMaskDescription[] =
3602 "Restricts Native Client application GDB-based debugging by URL of "
3603 "manifest file. Native Client GDB-based debugging must be enabled for this "
3604 "option to work.";
3605const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3606const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3607 "Debug everything except secure shell and the PNaCl translator.";
3608const char kNaclDebugMaskChoiceIncludeDebug[] =
3609 "Debug only if manifest URL ends with debug.nmf.";
3610
3611const char kNaclDebugName[] = "Native Client GDB-based debugging";
3612const char kNaclDebugDescription[] =
3613 "Enable GDB debug stub. This will stop a Native Client application on "
3614 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3615
3616const char kNaclName[] = "Native Client";
3617const char kNaclDescription[] =
3618 "Support Native Client for all web applications, even those that were not "
3619 "installed from the Chrome Web Store.";
3620
3621const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3622const char kPnaclSubzeroDescription[] =
3623 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3624
Nico Weberaf3b00b2017-09-11 17:58:173625#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283626
Brett Wilson7b44537e2017-08-18 01:38:283627const char kWebrtcH264WithOpenh264FfmpegName[] =
3628 "WebRTC H.264 software video encoder/decoder";
3629const char kWebrtcH264WithOpenh264FfmpegDescription[] =
3630 "When enabled, an H.264 software video encoder/decoder pair is included. "
3631 "If a hardware encoder/decoder is also available it may be used instead of "
3632 "this encoder/decoder.";
3633
Brett Wilson7b44537e2017-08-18 01:38:283634#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3635
3636const char kAutofillCreditCardUploadName[] =
3637 "Enable offering upload of Autofilled credit cards";
3638const char kAutofillCreditCardUploadDescription[] =
3639 "Enables a new option to upload credit cards to Google Payments for sync "
3640 "to all Chrome devices.";
3641
3642#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3643
Becca Hughesdc96e842018-05-04 22:48:283644#if defined(OS_ANDROID)
3645
3646const char kDisplayCutoutAPIName[] =
3647 "Enable support for the Display Cutout API";
3648const char kDisplayCutoutAPIDescription[] =
3649 "Enables developers to support devices that have a display cutout.";
3650
3651#endif // defined(OS_ANDROID)
3652
Brett Wilson7b44537e2017-08-18 01:38:283653// ============================================================================
3654// Don't just add flags to the end, put them in the right section in
3655// alphabetical order just like the header file.
3656// ============================================================================
3657
vabr0215a8e2017-03-28 12:47:343658} // namespace flag_descriptions