blob: ed58d0f7e3b10674a834b56cf45df39117bbf3b9 [file] [log] [blame]
vabr0215a8e2017-03-28 12:47:341// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/flag_descriptions.h"
6
Brett Wilson7b44537e2017-08-18 01:38:287// Keep in identical order as the header file, see the comment at the top
8// for formatting rules.
9
vabr0215a8e2017-03-28 12:47:3410namespace flag_descriptions {
11
Brett Wilsonf27ff602017-07-07 22:28:4712const char kAccelerated2dCanvasName[] = "Accelerated 2D canvas";
13const char kAccelerated2dCanvasDescription[] =
14 "Enables the use of the GPU to perform 2d canvas rendering instead of "
15 "using software rendering.";
horodb71a5a2017-06-09 16:08:2416
Brett Wilsonf27ff602017-07-07 22:28:4717const char kAcceleratedVideoDecodeName[] = "Hardware-accelerated video decode";
18const char kAcceleratedVideoDecodeDescription[] =
19 "Hardware-accelerated video decode where available.";
20
21const char kAffiliationBasedMatchingName[] =
22 "Affiliation based matching in password manager";
23const char kAffiliationBasedMatchingDescription[] =
24 "Allow credentials stored for Android applications to be filled into "
25 "corresponding websites.";
26
27const char kAllowInsecureLocalhostName[] =
28 "Allow invalid certificates for resources loaded from localhost.";
29const char kAllowInsecureLocalhostDescription[] =
30 "Allows requests to localhost over HTTPS even when an invalid certificate "
31 "is presented.";
32
33const char kAllowNaclSocketApiName[] = "NaCl Socket API.";
34const char kAllowNaclSocketApiDescription[] =
35 "Allows applications to use NaCl Socket API. Use only to test NaCl "
36 "plugins.";
37
Kunihiko Sakamoto4d407982018-07-10 04:56:2938const char kAllowSignedHTTPExchangeCertsWithoutExtensionName[] =
39 "Allow Signed HTTP Exchange certificates without extension";
40const char kAllowSignedHTTPExchangeCertsWithoutExtensionDescription[] =
41 "Accepts Origin-Signed HTTP Exchanges to be signed with certificates "
42 "that do not have CanSignHttpExchangesDraft extension. Requires "
43 "#enable-signed-http-exchange. Warning: Enabling this may pose a security "
44 "risk.";
45
Jeremy Klein586b4ccc2018-06-09 21:05:4846const char kAndroidMessagesIntegrationName[] = "Android Messages integration";
47const char kAndroidMessagesIntegrationDescription[] =
48 "Enables Chrome OS integration with Android messages.";
49
Brett Wilsonf27ff602017-07-07 22:28:4750const char kAppBannersName[] = "App Banners";
51const char kAppBannersDescription[] =
52 "Enable the display of Progressive Web App banners, which prompt a user to "
53 "add a web app to their shelf, or other platform-specific equivalent.";
54
Ioana Pandelef9689a062018-06-22 15:35:5155const char kAutomaticPasswordGenerationName[] = "Automatic password generation";
56const char kAutomaticPasswordGenerationDescription[] =
57 "Allow Chrome to offer to generate passwords when it detects account "
58 "creation pages.";
59
Michael Lippautzebbc5a82018-05-30 10:41:4260const char kEnableBlinkHeapIncrementalMarkingName[] =
61 "Blink Heap Incremental Marking";
62const char kEnableBlinkHeapIncrementalMarkingDescription[] =
63 "Enable incremental marking in Blink";
64
Ulan Degenbaevb5466a92018-07-19 12:35:3465const char kEnableBloatedRendererDetectionName[] = "Bloated renderer detection";
66const char kEnableBloatedRendererDetectionDescription[] =
67 "Enable bloated renderer detection";
68
Tetsui Ohkubo2852b952018-02-23 04:12:0169const char kSystemTrayUnifiedName[] = "New system menu";
70const char kSystemTrayUnifiedDescription[] =
Tetsui Ohkubof860b8e2018-02-16 03:50:5571 "Enable the experimental system menu.";
72
Khushalba202212017-07-12 19:53:4973const char kAsyncImageDecodingName[] = "AsyncImageDecoding";
74const char kAsyncImageDecodingDescription[] =
75 "Enables asynchronous decoding of images from raster for web content";
76
Roger McFarlane2eceba982018-05-18 01:37:1177const char kAutofillCacheQueryResponsesName[] =
78 "Cache Autofill Query Responses";
79const char kAutofillCacheQueryResponsesDescription[] =
80 "When enabled, autofill will cache the responses it receives from the "
81 "crowd-sourced field type prediction server.";
82
Jeffrey Cohen05cdafa392018-08-15 20:49:1783const char kAutofillEnableCompanyNameName[] =
84 "Enable Autofill Company Name field";
85const char kAutofillEnableCompanyNameDescription[] =
86 "When enabled, Company Name fields will be auto filled";
87
sebsge35b762c2018-03-29 20:33:2788const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
89const char kAutofillDynamicFormsDescription[] =
90 "Allows autofill to fill dynamically changing forms";
91
Anne Lime625362e2018-08-29 03:13:2592const char kAutofillNoLocalSaveOnUploadSuccessName[] =
93 "Disable locally saving card when credit card upload succeeds";
94const char kAutofillNoLocalSaveOnUploadSuccessDescription[] =
95 "When enabled, no local copy of server card will be saved when credit card "
96 "upload succeeds.";
97
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:3998const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
99const char kAutofillPrefilledFieldsDescription[] =
100 "Allows autofill to fill fields previously filled by the website";
101
Fabio Tirelo9b423c7b2018-08-15 14:32:18102extern const char kAutofillPreviewStyleExperimentName[] =
103 "Autofill Preview Style Experiment";
104extern const char kAutofillPreviewStyleExperimentDescription[] =
105 "Allows experimentation with the Autofill field preview's style.";
106
Parastoo Geranmayeh071d725c2018-06-26 17:35:22107const char kAutofillRationalizeRepeatedServerPredictionsName[] =
108 "Autofill Rationalization of Repeated Server Field Type Predictions";
109const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
110 "Allows autofill to rationalize repeated server field type predictions.";
111
Roger McFarlane1a37d7b2018-04-20 22:45:19112const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
113 "Autofill Enforce Min Required Fields For Heuristics";
114const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
115 "When enabled, autofill will generally require a form to have at least 3 "
116 "fields before allowing heuristic field-type prediction to occur.";
117
118const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
119 "Autofill Enforce Min Required Fields For Query";
120const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
121 "When enabled, autofill will generally require a form to have at least 3 "
122 "fields before querying the autofill server for field-type predictions.";
123
124const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
125 "Autofill Enforce Min Required Fields For Upload";
126const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
127 "When enabled, autofill will generally require a form to have at least 3 "
128 "fillable fields before uploading field-type votes for that form.";
129
Moe Ahmadid3ddfcb2018-04-20 19:51:08130const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
131 "Restrict formless form extraction";
132const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
133 "Restrict extraction of formless forms to checkout flows";
134
Brett Wilsonf27ff602017-07-07 22:28:47135const char kAutoplayPolicyName[] = "Autoplay policy";
136const char kAutoplayPolicyDescription[] =
137 "Policy used when deciding if audio or video is allowed to autoplay.";
138
139const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
140 "User gesture is required for cross-origin iframes.";
141const char kAutoplayPolicyNoUserGestureRequired[] =
142 "No user gesture is required.";
143const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
144const char kAutoplayPolicyDocumentUserActivation[] =
145 "Document user activation is required.";
146
Johanne0cc6902017-11-16 00:23:50147extern const char kAv1DecoderName[] = "Enable AV1 video decoding.";
148extern const char kAv1DecoderDescription[] =
149 "Allow decoding of files with the AV1 video codec.";
150
Brett Wilsonf27ff602017-07-07 22:28:47151const char kBackgroundVideoTrackOptimizationName[] =
152 "Optimize background video playback.";
153const char kBackgroundVideoTrackOptimizationDescription[] =
154 "Disable video tracks when the video is played in the background to "
155 "optimize performance.";
156
157const 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
Peter Kastingb78046182018-06-29 20:15:13206const char kCloseButtonsInactiveTabs[] = "Close buttons on inactive tabs";
207const char kCloseButtonsInactiveTabsDescription[] =
208 "Shows close buttons on inactive tabs in non-touch mode.";
209
Brett Wilsonf27ff602017-07-07 22:28:47210const char kCloudImportName[] = "Cloud Import";
211const char kCloudImportDescription[] = "Allows the cloud-import feature.";
212
rbpotter9990eb42018-07-12 05:34:59213const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
214const char kCloudPrinterHandlerDescription[] =
215 "Use the new cloud printer handler for communicating with the cloud "
216 "print server, instead of the cloud print interface in the Print "
217 "Preview WebUI.";
218
Christopher Cameronceb8727d2017-09-07 23:53:16219const char kForceColorProfileSRGB[] = "sRGB";
220const char kForceColorProfileP3[] = "Display P3 D65";
221const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
222const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
223
224const char kForceColorProfileName[] = "Force color profile";
225const char kForceColorProfileDescription[] =
226 "Forces Chrome to use a specific color profile instead of the color "
227 "of the window's current monitor, as specified by the operating system.";
228
Brett Wilsonf27ff602017-07-07 22:28:47229const char kCompositedLayerBordersName[] = "Composited render layer borders";
230const char kCompositedLayerBordersDescription[] =
231 "Renders a border around composited Render Layers to help debug and study "
232 "layer compositing.";
233
Theresacd5aaec2018-08-27 20:32:13234const char kContextualSuggestionsAlternateCardLayoutName[] =
235 "Contextual Suggestions Alternate Card Layout";
236const char kContextualSuggestionsAlternateCardLayoutDescription[] =
237 "If enabled, use an alternate card layout for contextual suggestions.";
238
Theresaf39c1882018-03-21 18:18:07239const char kContextualSuggestionsBottomSheetName[] =
Theresa818d3452018-05-22 00:08:07240 "Contextual Suggestions Bottom Sheet";
Theresaf39c1882018-03-21 18:18:07241const char kContextualSuggestionsBottomSheetDescription[] =
242 "If enabled, shows contextual suggestions in the bottom sheet.";
Brett Wilsonf27ff602017-07-07 22:28:47243
Theresac34db2d2018-06-28 00:03:11244const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
245const char kContextualSuggestionsButtonDescription[] =
246 "If enabled, shows a button to trigger contextual suggestions.";
247
Theresa818d3452018-05-22 00:08:07248const char kContextualSuggestionsSlimPeekUIName[] =
249 "Contextual Suggestions Slim Peek UI";
250const char kContextualSuggestionsSlimPeekUIDescription[] =
251 "Use a slimmer peek UI for the contextual suggestions bottom sheet.";
252
Theresa0f2947b92018-07-02 21:27:58253const char kContextualSuggestionsOptOutName[] =
254 "Contextual Suggestions Opt-out";
255const char kContextualSuggestionsOptOutDescription[] =
256 "If enabled, allows the user to opt out of contextual suggestions.";
257
Brett Wilsonf27ff602017-07-07 22:28:47258const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
259const char kCreditCardAssistDescription[] =
260 "Enable assisted credit card filling on certain sites.";
261
262const char kCrossProcessGuestViewIsolationName[] =
263 "Cross process frames for guests";
264const char kCrossProcessGuestViewIsolationDescription[] =
265 "Highly experimental where guests such as <webview> are implemented on "
266 "the out-of-process iframe infrastructure.";
267
Thanh Le659cb102017-12-20 22:00:19268const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
269const char kDataSaverServerPreviewsDescription[] =
270 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47271
272const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
273const char kDatasaverPromptDescription[] =
274 "Enables a prompt, which appears when a cellular network connection is "
275 "detected, to take the user to the Data Saver extension page on Chrome Web "
276 "Store.";
277const char kDatasaverPromptDemoMode[] = "Demo mode";
278
Wez54dc71b2018-04-17 00:42:34279#if DCHECK_IS_CONFIGURABLE
280const char kDcheckIsFatalName[] = "DCHECKs are fatal";
281const char kDcheckIsFatalDescription[] =
282 "By default Chrome will evaluate in this build, but only log failures, "
283 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
284#endif // DCHECK_IS_CONFIGURABLE
285
Brett Wilsonf27ff602017-07-07 22:28:47286const char kDebugPackedAppName[] = "Debugging for packed apps";
287const char kDebugPackedAppDescription[] =
288 "Enables debugging context menu options such as Inspect Element for packed "
289 "applications.";
290
291const char kDefaultTileHeightName[] = "Default tile height";
292const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
293const char kDefaultTileHeightShort[] = "128";
294const char kDefaultTileHeightTall[] = "256";
295const char kDefaultTileHeightGrande[] = "512";
296const char kDefaultTileHeightVenti[] = "1024";
297
298const char kDefaultTileWidthName[] = "Default tile width";
299const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
300const char kDefaultTileWidthShort[] = "128";
301const char kDefaultTileWidthTall[] = "256";
302const char kDefaultTileWidthGrande[] = "512";
303const char kDefaultTileWidthVenti[] = "1024";
304
305const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
306const char kDebugShortcutsDescription[] =
307 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
308
309const char kDeviceDiscoveryNotificationsName[] =
310 "Device Discovery Notifications";
311const char kDeviceDiscoveryNotificationsDescription[] =
312 "Device discovery notifications on local network.";
313
314const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
315const char kDevtoolsExperimentsDescription[] =
316 "Enables Developer Tools experiments. Use Settings panel in Developer "
317 "Tools to toggle individual experiments.";
318
319const char kDisableAudioForDesktopShareName[] =
320 "Disable Audio For Desktop Share";
321const char kDisableAudioForDesktopShareDescription[] =
322 "With this flag on, desktop share picker window will not let the user "
323 "choose whether to share audio.";
324
Chris Palmer917bc052018-03-14 19:28:31325const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
326const char kDisablePushStateThrottleDescription[] =
327 "Disables throttling of history.pushState and history.replaceState method "
328 "calls.";
329
Brett Wilsonf27ff602017-07-07 22:28:47330const char kDisableTabForDesktopShareName[] =
331 "Disable Desktop Share with tab source";
332const char kDisableTabForDesktopShareDescription[] =
333 "This flag controls whether users can choose a tab for desktop share.";
334
335const char kDisallowDocWrittenScriptsUiName[] =
336 "Block scripts loaded via document.write";
337const char kDisallowDocWrittenScriptsUiDescription[] =
338 "Disallows fetches for third-party parser-blocking scripts inserted into "
339 "the main frame via document.write.";
340
Christopher Thompson2ffffa2c2018-05-18 23:06:37341const char kDisallowUnsafeHttpDownloadsName[] =
342 "Block unsafe downloads over insecure connections";
343const char kDisallowUnsafeHttpDownloadsNameDescription[] =
344 "Disallows downloads of unsafe files (files that can potentially execute "
345 "code), where the final download origin or any origin in the redirect "
346 "chain is insecure.";
347
Brett Wilsonf27ff602017-07-07 22:28:47348const char kDriveSearchInChromeLauncherName[] =
349 "Drive Search in Chrome App Launcher";
350const char kDriveSearchInChromeLauncherDescription[] =
351 "Files from Drive will show up when searching the Chrome App Launcher.";
352
Brett Wilsonf27ff602017-07-07 22:28:47353const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
354const char kEmbeddedExtensionOptionsDescription[] =
355 "Display extension options as an embedded element in chrome://extensions "
356 "rather than opening a new tab.";
357
Dominic Mazzoni8ac98962018-05-25 05:44:55358const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
359const char kEnableAccessibilityObjectModelDescription[] =
360 "Enables experimental support for Accessibility Object Model APIs "
361 "that are in development.";
362
Brett Wilsonf27ff602017-07-07 22:28:47363const char kEnableAsmWasmName[] =
364 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
365const char kEnableAsmWasmDescription[] =
366 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
367 R"*(WebAssembly.)*";
368
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36369const char kEnableWebPaymentsSingleAppUiSkipName[] =
370 "Enable Web Payments single app UI skip";
371const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
372 "Enable Web Payments to skip showing its UI if the developer specifies a "
373 "single app.";
374
Florian Uunk8c428ea2018-07-18 11:12:52375const char kEnableAutofillAccountWalletStorageName[] =
376 "Enable the account data storage for autofill";
377const char kEnableAutofillAccountWalletStorageDescription[] =
378 "Enable the ephemeral storage for account data for autofill.";
379
Shanfeng Zhang19c16562017-10-17 02:30:40380const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
381 "Credit card autofill ablation experiment.";
382const char kEnableAutofillCreditCardAblationExperimentDescription[] =
383 "If enabled, credit card autofill suggestions will not display.";
384
Brett Wilsonf27ff602017-07-07 22:28:47385const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
386 "Display the last used date of a credit card in autofill.";
387const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
388 "If enabled, display the last used date of a credit card in autofill.";
389
Sujie Zhu2cf0e5c2018-07-17 18:00:27390const char kEnableAutofillCreditCardLocalCardMigrationName[] =
391 "Enable migrating local cards to Google Pay";
392const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
393 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
394
Jared Saulbc672a072018-06-16 05:22:12395const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
396 "Make cardholder name editable in dialog during credit card upload";
397const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
398 "If enabled, in certain situations when offering credit card upload to "
399 "Google Payments, the cardholder name can be edited within the "
400 "offer-to-save dialog, which is prefilled with the name from the signed-in "
401 "Google Account.";
402
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37403const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
404 "Enable Google Pay branding when offering credit card upload on Android";
405const char
406 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
407 "If enabled, shows the Google Pay logo and a shorter header message "
408 "when credit card upload to Google Payments is offered on Android.";
409
siyua7c4e97b42018-04-24 02:49:42410const char kEnableAutofillCreditCardUploadUpdatePromptExplanationName[] =
411 "Enable updated prompt explanation when offering credit card upload";
412const char kEnableAutofillCreditCardUploadUpdatePromptExplanationDescription[] =
413 "If enabled, changes the server save card prompt's explanation to mention "
414 "the saving of the billing address.";
415
tmartinocd414732018-02-12 19:01:01416const char kEnableAutofillNativeDropdownViewsName[] =
417 "Display Autofill Dropdown Using Views";
418const char kEnableAutofillNativeDropdownViewsDescription[] =
419 "If enabled, the Autofill Dropdown will be built natively using Views, "
420 "rather than painted directly to a canvas.";
421
Fabio Tirelo87552e02018-07-06 15:43:21422const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
423 "Show unlabeled expiration dates on the save card dialog";
424const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
425 "If enabled, expiration dates on the save card dialog (both local and "
426 "upstream) are shown without an 'Exp:' label.";
427
Manas Verma99541e52018-08-03 20:37:23428const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
429 "Show Sign-In/Sync promo after saving a card locally";
430const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
431 "If enabled, shows a sign in prompt to the user after the user "
432 "saves a card locally. This also introduces a Manage Cards bubble "
433 "which you can access from the card icon after saving a card.";
434
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23435const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
436 "Send experiment flag IDs in calls to Google Payments";
437const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
438 "If enabled, adds the status of certain experiment variations when making "
439 "calls to Google Payments.";
440
Becca Hughes4d896c42018-05-29 16:58:51441const char kEnableAutoplayIgnoreWebAudioName[] =
442 "Autoplay ignores WebAudio playbacks";
443const char kEnableAutoplayIgnoreWebAudioDescription[] =
444 "If enabled, autoplay restrictions will be ignored for WebAudio.";
445
Becca Hughesc62f6a1d2018-08-16 15:59:47446const char kEnableAutoplayUnifiedSoundSettingsName[] =
447 "Autoplay unified sound settings UI";
448const char kEnableAutoplayUnifiedSoundSettingsDescription[] =
449 "If enabled, shows the new unified autoplay sound settings UI.";
450
Vitalii Iarko4f9834ce2017-08-04 07:05:19451const char kEnableBreakingNewsPushName[] = "Breaking News Push";
452const char kEnableBreakingNewsPushDescription[] =
453 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
454 "through Google Cloud Messaging.";
455
Brett Wilsonf27ff602017-07-07 22:28:47456const char kEnableBrotliName[] = "Brotli Content-Encoding.";
457const char kEnableBrotliDescription[] =
458 "Enable Brotli Content-Encoding support.";
459
Qiang Xu0f602fe62017-12-22 01:31:20460const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
461const char kEnableCaptivePortalRandomUrlDescription[] =
462 "Enable Captive Portal URL randomization.";
463
Eriko Kurimoto36975992018-08-09 07:15:13464const char kEnableChromevoxDeveloperOptionName[] =
465 "Enable Chromevox developer option";
466const char kEnableChromevoxDeveloperOptionDescription[] =
467 "This option provides tools for developing in chromevox.";
468
sclittle50e4bb92017-07-08 02:23:03469const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
470
471const char kEnableClientLoFiDescription[] =
472 "Enable showing low fidelity images on some pages on slow networks.";
473
Patrick Noland8bc57472018-06-19 21:09:54474const char kEnableCSSFragmentIdentifiersName[] =
475 "Enable CSS Fragment Identifiers";
476const char kEnableCSSFragmentIdentifiersDescription[] =
477 "Enable support for specifying a target element using a css selector in "
478 "the fragment identifier.";
479
David Reveman87b4b692018-03-09 21:22:22480const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
481const char kEnableCursorMotionBlurDescription[] =
482 "Enable motion blur effect for the cursor.";
483
Ramin Halavati6f5d9852018-06-20 09:37:05484const char kEnableEphemeralFlashPermissionName[] =
485 "Enable Ephemeral Flash Permissions";
486const char kEnableEphemeralFlashPermissionDescription[] =
487 "When enabled, Flash plugin permissions are reset at the end of the "
488 "browser session.";
489
Doug Arnett08b4067b2017-10-12 20:14:44490const char kEnableNoScriptPreviewsName[] = "NoScript previews";
491
492const char kEnableNoScriptPreviewsDescription[] =
493 "Enable disabling JavaScript on some pages on slow networks.";
494
Thanh Le2c279fbc2017-11-21 01:25:40495const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
496const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
497const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
498const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
499const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
500const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
501const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
502const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
503const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
504const char kDataReductionProxyServerAlternative10[] =
505 "Use alt. server config 10";
Brett Wilsonf27ff602017-07-07 22:28:47506const char kEnableDataReductionProxyServerExperimentName[] =
507 "Use an alternative Data Saver back end configuration.";
508const char kEnableDataReductionProxyServerExperimentDescription[] =
509 "Enable a different approach to saving data by configuring the back end "
510 "server";
511
512const char kEnableDataReductionProxySavingsPromoName[] =
513 "Data Saver 1 MB Savings Promo";
514const char kEnableDataReductionProxySavingsPromoDescription[] =
515 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
516 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
517 "enabled for the promo to be shown.";
518
Matt Giucad4870432017-11-24 01:04:38519const char kEnableDesktopPWAsName[] = "Desktop PWAs";
520const char kEnableDesktopPWAsDescription[] =
521 "Experimental windowing and install banner treatment for Progressive Web "
522 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17523
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59524const char kEnableDesktopPWAsLinkCapturingName[] =
525 "Desktop PWAs Link Capturing";
526const char kEnableDesktopPWAsLinkCapturingDescription[] =
527 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
528 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
529 "#enable-desktop-pwas.";
530
Ahmed Fakhry0037de02018-01-29 19:58:31531const char kEnableDockedMagnifierName[] = "Docked Magnifier";
532const char kEnableDockedMagnifierDescription[] =
533 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
534
Ramya Nagarajan5b41d8d2018-04-02 19:53:02535const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
536const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09537 "Enables the Emoji picker item in context menus for editable text areas, if"
538 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02539
Brett Wilsonf27ff602017-07-07 22:28:47540const char kEnableEnumeratingAudioDevicesName[] =
541 "Experimentally enable enumerating audio devices.";
542const char kEnableEnumeratingAudioDevicesDescription[] =
543 "Experimentally enable the use of enumerating audio devices.";
544
545const char kEnableGenericSensorName[] = "Generic Sensor";
546const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25547 "Enables motion sensor classes based on Generic Sensor API, i.e. "
548 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
549 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
550
551const char kEnableGenericSensorExtraClassesName[] =
552 "Generic Sensor Extra Classes";
553const char kEnableGenericSensorExtraClassesDescription[] =
554 "Enables an extra set of sensor classes based on Generic Sensor API, which "
555 "expose previously unavailable platform features, i.e. AmbientLightSensor "
556 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47557
Brett Wilsonf27ff602017-07-07 22:28:47558const char kEnableHDRName[] = "HDR mode";
559const char kEnableHDRDescription[] =
560 "Enables HDR support on compatible displays.";
561
Ryan Sturm6a850902018-06-09 02:27:34562const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
563const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09564 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25565 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01566 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
567 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34568
Brett Wilsonf27ff602017-07-07 22:28:47569const char kEnableHttpFormWarningName[] =
570 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15571 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47572const char kEnableHttpFormWarningDescription[] =
573 "Attaches a warning UI to any password or credit card fields detected when "
574 "the top-level page is not HTTPS";
575
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41576const char kLayeredAPIName[] = "Experimental layered APIs";
577const char kLayeredAPIDescription[] =
578 "Enable layered API infrastructure, as well as several experimental "
579 "layered APIs. The syntax and the APIs exposed are experimental and will "
580 "change over time.";
581
Ian Kilpatricke68ef11a2018-07-04 03:52:10582const char kEnableLayoutNGName[] = "Enable LayoutNG";
583const char kEnableLayoutNGDescription[] =
584 "Enable Blink's next generation layout engine.";
585
Scott Littled0fd2d002018-04-13 03:37:26586const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
587const char kEnableLazyFrameLoadingDescription[] =
588 "Defers the loading of certain cross-origin frames until the page is "
589 "scrolled down near them.";
590
rajendrant793ff512018-08-10 17:07:59591const char kEnableLazyImageLoadingName[] = "Enable lazy image loading";
592const char kEnableLazyImageLoadingDescription[] =
593 "Defers the loading of images until the page is scrolled down near them.";
594
Sidney San Martín9375b892017-09-09 00:29:54595const char kEnableMacMaterialDesignDownloadShelfName[] =
596 "Enable Material Design download shelf";
597
598const char kEnableMacMaterialDesignDownloadShelfDescription[] =
599 "If enabled, the download shelf uses Material Design.";
600
Anton Urusov47cd4932017-09-19 14:41:41601const char kEnablePolicyToolName[] = "Enable policy management page";
602const char kEnablePolicyToolDescription[] =
603 "If enabled, the chrome://policy-tool URL loads a page for managing "
604 "policies.";
605
Tsuyoshi Horoea7edb72017-11-12 04:14:00606const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache";
607const char kEnablePWAFullCodeCacheDescription[] =
608 "Generate V8 code cache in Cache Storage while installing Service Worker "
609 "for PWAs.";
610
Weidong Guof1e5a892018-01-06 02:26:39611const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28612 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39613const char kDisableMultiMirroringDescription[] =
614 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28615
Brett Wilsonf27ff602017-07-07 22:28:47616const char kEnableNavigationTracingName[] = "Enable navigation tracing";
617const char kEnableNavigationTracingDescription[] =
618 "This is to be used in conjunction with the trace-upload-url flag. "
619 "WARNING: When enabled, Chrome will record performance data for every "
620 "navigation and upload it to the URL specified by the trace-upload-url "
621 "flag. The trace may include personally identifiable information (PII) "
622 "such as the titles and URLs of websites you visit.";
623
Bernhard Bauer5533f9912017-11-06 17:56:02624const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
625const char kEnableNetworkLoggingToFileDescription[] =
626 "Enables network logging to a file named netlog.json in the user data "
627 "directory. The file can be imported into chrome://net-internals.";
628
Brett Wilsonf27ff602017-07-07 22:28:47629const char kEnableNetworkServiceName[] = "Enable network service";
630const char kEnableNetworkServiceDescription[] =
631 "Enables the network service, which makes network requests through a "
632 "separate service. Note: most features don't work with this yet.";
633
John Abd-El-Malek8067cc02017-12-04 23:23:20634const char kEnableNetworkServiceInProcessName[] =
635 "Runs network service in-process";
636const char kEnableNetworkServiceInProcessDescription[] =
637 "Runs the network service in the browser process.";
638
dpapaded8349472017-10-25 03:21:27639const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
640const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37641 "If enabled, Print Preview will display a newer UI. This feature is "
642 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27643
Ahmed Fakhry2fd8fc82017-07-28 16:31:12644const char kEnableNightLightName[] = "Enable Night Light";
645const char kEnableNightLightDescription[] =
646 "Enable the Night Light feature which controls the color temperature of "
647 "the screen.";
648
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28649const char kEnableNotificationScrollBarName[] =
650 "Enable notification list scroll bar";
651const char kEnableNotificationScrollBarDescription[] =
652 "Enable the scroll bar of the notification list in Unified System Tray.";
653
xlou8b56f672018-02-09 23:34:30654const char kEnableNupPrintingName[] = "Enable N-up printing";
655const char kEnableNupPrintingDescription[] =
656 "Enable N-up printing in the print preview panel.";
657
Sophie Chang117a3b22017-10-24 22:25:36658const char kEnableOptimizationHintsName[] = "Optimization Hints";
659const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50660 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36661 "into decisions for what optimizations to perform on some pages on slow "
662 "networks.";
663
Yutaka Hirano98be3272017-08-07 17:55:39664const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
665const char kEnableOutOfBlinkCORSDescription[] =
666 "CORS handling logic is moved out of blink.";
667
Sammie Quon0fbf0782018-05-01 22:11:08668const char kEnableOverviewSwipeToCloseName[] =
669 "Enable overview swipe to close.";
670const char kEnableOverviewSwipeToCloseDescription[] =
671 "Enables closing of items in overview mode by dragging or flinging "
672 "vertically.";
673
kylechar7051c092018-02-05 20:31:39674const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
675const char kVizDisplayCompositorDescription[] =
676 "If enabled, the display compositor runs as part of the viz service in the"
677 "GPU process.";
678
Ria Jiang6a129b982018-03-01 18:30:40679const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
680const char kVizHitTestDrawQuadDescription[] =
681 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
682 "with hit-test data computed from the CompositorFrame.";
683
Erik Chen49bbfa22017-08-18 08:49:56684const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23685 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56686const char kEnableOutOfProcessHeapProfilingDescription[] =
687 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19688 "malloced objects. Heap dumps can be obtained at chrome://tracing "
689 "[category:memory-infra] and chrome://memory-internals. This setting "
690 "controls which processes are profiled. As long as this setting is not "
691 "disabled, users can start profiling any given process in "
692 "chrome://memory-internals.";
693const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
694const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
695const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
696const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
697const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10698const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19699 "None by default. Visit chrome://memory-internals to choose which "
700 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15701const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
702 "Profile a random sampling of renderer processes, ensuring only one is "
703 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19704
Erik Chen8bb76b52017-12-06 19:06:25705const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19706 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25707const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
708 "By default, small allocations are pruned from the heap dump. This reduces "
709 "the size of the compressed trace by 100x. If pruning is disabled, the "
710 "chrome://tracing UI may be unable to take or load the trace. Save the "
711 "trace directly using chrome://memory-internals, and use other mechanisms "
712 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
713 "automatically uploaded traces will always be pruned. This only affects "
714 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56715
erikchen8bc20d82018-02-14 03:21:51716const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
717const char kOutOfProcessHeapProfilingSamplingDescription[] =
718 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22719 "10000. This results in low noise for large and/or frequent allocations ["
720 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
721 "total size of malloc-ed objects] and large and/or frequent allocations "
722 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51723
Erik Chen3303fd0232018-01-11 20:29:05724const char kOOPHPStackModeName[] =
725 "The type of stack to record for memlog heap dumps";
726const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19727 "By default, memlog heap dumps record native stacks, which requires a "
728 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55729 "pointers to work on Android. Native with thread names will add the thread "
730 "name as the first frame of each native stack. It's also possible to "
731 "record a pseudo stack using trace events as identifiers. It's also "
732 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19733const char kOOPHPStackModeMixed[] = "Mixed";
734const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55735const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19736const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05737
François Beaufort2e75f492018-02-08 20:44:46738const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47739const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46740 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47741
F#m59d036e2017-09-13 07:22:17742const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
743const char kEnablePixelCanvasRecordingDescription[] =
744 "Pixel canvas recording allows the compositor to raster contents aligned "
745 "with the pixel and improves text rendering. This should be enabled when a "
746 "device is using fractional scale factor.";
747
Ella Gebee81c92018-08-14 15:51:09748const char kEnableResamplingInputEventsName[] =
749 "Enable resampling input events";
750const char kEnableResamplingInputEventsDescription[] =
751 "Predicts mouse and touch inputs position at rAF time based on previous "
752 "input";
753const char kEnableResamplingScrollEventsName[] =
754 "Enable resampling scroll events";
755const char kEnableResamplingScrollEventsDescription[] =
756 "Predicts the scroll amount at vsync time based on previous input";
757
Doug Arnettaa0bf202018-08-27 19:42:11758const char kEnableResourceLoadingHintsName[] = "Enable resource loading hints";
759const char kEnableResourceLoadingHintsDescription[] =
760 "Enable using server-provided resource loading hints to provide a preview "
761 "over slow network connections.";
762
vitaliiid36191b2018-06-11 07:40:49763extern const char kEnableSyncUserConsentSeparateTypeName[] =
764 "Enable separate sync type for consents";
765extern const char kEnableSyncUserConsentSeparateTypeDescription[] =
766 "Emit user consents as a separate sync type instead of user events.";
767
Mohamed Amir Yosef0178fa892018-07-23 17:43:52768const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
769const char kEnableSyncUSSBookmarksDescription[] =
770 "Enables the new, experimental implementation of bookmark sync";
771
Mikel Astiz38837f82018-04-24 22:23:23772const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
773const char kEnableSyncUSSSessionsDescription[] =
774 "Enables the new, experimental implementation of session sync (aka tab "
775 "sync).";
776
Brett Wilsonf27ff602017-07-07 22:28:47777const char kEnableUseZoomForDsfName[] =
778 "Use Blink's zoom for device scale factor.";
779const char kEnableUseZoomForDsfDescription[] =
780 "If enabled, Blink uses its zooming mechanism to scale content for device "
781 "scale factor.";
782const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
783const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
784const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
785
Patrick Noland8ee016e2018-01-24 11:44:53786const char kEnableScrollAnchorSerializationName[] =
787 "Scroll Anchor Serialization";
788const char kEnableScrollAnchorSerializationDescription[] =
789 "Save the scroll anchor and use it to restore the scroll position when "
790 "navigating.";
791
Brad Nelson5cd500e2018-01-04 00:50:19792const char kEnableSharedArrayBufferName[] =
793 "Experimental enabled SharedArrayBuffer support in JavaScript.";
794const char kEnableSharedArrayBufferDescription[] =
795 "Enable SharedArrayBuffer support in JavaScript.";
796
Brett Wilsonf27ff602017-07-07 22:28:47797const char kEnableWasmName[] = "WebAssembly structured cloning support.";
798const char kEnableWasmDescription[] =
799 "Enable web pages to use WebAssembly structured cloning.";
800
Kim Paulhamusae635a32018-06-27 07:30:54801const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
802const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47803 "Enable Web Authentication API support.";
804
805extern const char kEnableWebAuthenticationCableSupportName[] =
806 "Web Authentication caBLE support";
807extern const char kEnableWebAuthenticationCableSupportDescription[] =
808 "Enable the cloud-assisted pairingless BLE protocol for use with "
809 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54810
Brett Wilsonf27ff602017-07-07 22:28:47811const char kEnableImageCaptureAPIName[] = "Image Capture API";
812const char kEnableImageCaptureAPIDescription[] =
813 "Enables the Web Platform Image Capture API: takePhoto(), "
814 "getPhotoCapabilities(), etc.";
815
816const char kEnableZeroSuggestRedirectToChromeName[] =
817 "Experimental contextual omnibox suggestion";
818const char kEnableZeroSuggestRedirectToChromeDescription[] =
819 "Change omnibox contextual suggestions to an experimental source. Note "
820 "that this is not an on/off switch for contextual omnibox and it only "
821 "applies to suggestions provided before the user starts typing a URL or a "
822 "search query (i.e. zero suggest).";
823
824const char kEnableWasmStreamingName[] =
825 "WebAssembly streaming compile/instantiate support.";
826const char kEnableWasmStreamingDescription[] =
827 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
828
Clemens Hammacher0c8a15a2018-04-27 13:45:32829const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
830const char kEnableWasmBaselineDescription[] =
831 "Enables WebAssembly baseline compilation and tier up.";
832
Ben Smith24c1e5c2018-06-20 01:09:02833const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
834const char kEnableWasmThreadsDescription[] =
835 "Enables support for the WebAssembly Threads proposal. Implies "
836 "#shared-array-buffer and #enable-webassembly.";
837
Brett Wilsonf27ff602017-07-07 22:28:47838const char kExpensiveBackgroundTimerThrottlingName[] =
839 "Throttle expensive background timers";
840const char kExpensiveBackgroundTimerThrottlingDescription[] =
841 "Enables intervention to limit CPU usage of background timers to 1%.";
842
843const char kExperimentalAppBannersName[] = "Experimental app banners";
844const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38845 "Enables a new experimental app banner flow and UI. Implies "
846 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47847
848const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
849const char kExperimentalCanvasFeaturesDescription[] =
850 "Enables the use of experimental canvas features which are still in "
851 "development.";
852
Nicholas Verneccd8259802018-02-22 01:22:04853const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
854const char kExperimentalCrostiniUIDescription[] =
855 "Enables in-development Crostini features.";
856
Brett Wilsonf27ff602017-07-07 22:28:47857const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
858const char kExperimentalExtensionApisDescription[] =
859 "Enables experimental extension APIs. Note that the extension gallery "
860 "doesn't allow you to upload extensions that use experimental APIs.";
861
862const char kExperimentalFullscreenExitUIName[] =
863 "Experimental fullscreen exit UI";
864const char kExperimentalFullscreenExitUIDescription[] =
865 "Displays experimental UI to allow mouse and touch input methods to exit "
866 "fullscreen mode.";
867
Ian Clelland37a985d2018-05-04 02:43:13868const char kExperimentalProductivityFeaturesName[] =
869 "Experimental Productivity Features";
870const char kExperimentalProductivityFeaturesDescription[] =
871 "Enable support for experimental developer productivity features, such as "
872 "Layered APIs and policies for avoiding slow rendering.";
873
Brett Wilsonf27ff602017-07-07 22:28:47874const char kExperimentalSecurityFeaturesName[] =
875 "Potentially annoying security features";
876const char kExperimentalSecurityFeaturesDescription[] =
877 "Enables several security features that will likely break one or more "
878 "pages that you visit on a daily basis. Strict mixed content checking, for "
879 "example. And locking powerful features to secure contexts. This flag will "
880 "probably annoy you.";
881
882const char kExperimentalWebPlatformFeaturesName[] =
883 "Experimental Web Platform features";
884const char kExperimentalWebPlatformFeaturesDescription[] =
885 "Enables experimental Web Platform features that are in development.";
886
887const char kExtensionContentVerificationName[] =
888 "Extension Content Verification";
889const char kExtensionContentVerificationDescription[] =
890 "This flag can be used to turn on verification that the contents of the "
891 "files on disk for extensions from the webstore match what they're "
892 "expected to be. This can be used to turn on this feature if it would not "
893 "otherwise have been turned on, but cannot be used to turn it off (because "
894 "this setting can be tampered with by malware).";
895const char kExtensionContentVerificationBootstrap[] =
896 "Bootstrap (get expected hashes, but do not enforce them)";
897const char kExtensionContentVerificationEnforce[] =
898 "Enforce (try to get hashes, and enforce them if successful)";
899const char kExtensionContentVerificationEnforceStrict[] =
900 "Enforce strict (hard fail if we can't get hashes)";
901
902const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
903const char kExtensionsOnChromeUrlsDescription[] =
904 "Enables running extensions on chrome:// URLs, where extensions explicitly "
905 "request this permission.";
galinapae72e152017-05-12 13:12:28906
Brett Wilsonecb80982017-07-12 20:34:51907const char kFastUnloadName[] = "Fast tab/window close";
908const char kFastUnloadDescription[] =
909 "Enables fast tab/window closing - runs a tab's onunload js handler "
910 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34911
Brett Wilsonecb80982017-07-12 20:34:51912const char kFeaturePolicyName[] = "Feature Policy";
913const char kFeaturePolicyDescription[] =
914 "Enables granting and removing access to features through the "
915 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34916
Brett Wilsonecb80982017-07-12 20:34:51917const char kFontCacheScalingName[] = "FontCache scaling";
918const char kFontCacheScalingDescription[] =
919 "Reuse a cached font in the renderer to serve different sizes of font for "
920 "faster layout.";
921
922const char kForceEffectiveConnectionTypeName[] =
923 "Override effective connection type";
924const char kForceEffectiveConnectionTypeDescription[] =
925 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:30926 "returned by the network quality estimator. Slow 2G on Cellular returns "
927 "Slow 2G when connected to a cellular network, and the actual estimate "
928 "effective connection type when not on a cellular network. Previews are "
929 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:51930const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
931const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
932const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:30933const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
934 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:51935const char kEffectiveConnectionType2GDescription[] = "2G";
936const char kEffectiveConnectionType3GDescription[] = "3G";
937const char kEffectiveConnectionType4GDescription[] = "4G";
938
939const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
940const char kFillOnAccountSelectDescription[] =
941 "Filling of passwords when an account is explicitly selected by the user "
942 "rather than autofilling credentials on page load.";
943
Brett Wilsonecb80982017-07-12 20:34:51944const char kForceTextDirectionName[] = "Force text direction";
945const char kForceTextDirectionDescription[] =
946 "Explicitly force the per-character directionality of UI text to "
947 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
948 "direction of the character language.";
949const char kForceDirectionLtr[] = "Left-to-right";
950const char kForceDirectionRtl[] = "Right-to-left";
951
952const char kForceUiDirectionName[] = "Force UI direction";
953const char kForceUiDirectionDescription[] =
954 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
955 "mode, overriding the default direction of the UI language.";
956
957const char kFramebustingName[] =
958 "Framebusting requires same-origin or a user gesture";
959const char kFramebustingDescription[] =
960 "Don't permit an iframe to navigate the top level browsing context unless "
961 "they are same-origin or the iframe is processing a user gesture.";
962
963const char kGamepadExtensionsName[] = "Gamepad Extensions";
964const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:22965 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynoldsa8f2f692018-07-16 17:12:06966const char kGamepadPollingRateName[] = "Override Gamepad Polling Rate";
Matt Reynolds660a47752018-06-28 19:42:48967const char kGamepadPollingRateDescription[] =
Matt Reynoldsa8f2f692018-07-16 17:12:06968 "Overrides the rate at which gamepad input devices are polled. Increasing "
Matt Reynolds660a47752018-06-28 19:42:48969 "the polling rate improves the average latency of button and axis inputs "
970 "but may negatively affect performance.";
Matt Reynolds043469f2018-05-01 22:56:58971const char kGamepadVibrationName[] = "Gamepad Vibration";
972const char kGamepadVibrationDescription[] =
973 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:51974
Brett Wilsonecb80982017-07-12 20:34:51975const char kGpuRasterizationMsaaSampleCountName[] =
976 "GPU rasterization MSAA sample count.";
977const char kGpuRasterizationMsaaSampleCountDescription[] =
978 "Specify the number of MSAA samples for GPU rasterization.";
979const char kGpuRasterizationMsaaSampleCountZero[] = "0";
980const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
981const char kGpuRasterizationMsaaSampleCountFour[] = "4";
982const char kGpuRasterizationMsaaSampleCountEight[] = "8";
983const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
984
985const char kGpuRasterizationName[] = "GPU rasterization";
986const char kGpuRasterizationDescription[] =
987 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28988const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51989
990const char kGoogleProfileInfoName[] = "Google profile name and icon";
991const char kGoogleProfileInfoDescription[] =
992 "Enables using Google information to populate the profile name and icon in "
993 "the avatar menu.";
994
995const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
996const char kHarfbuzzRendertextDescription[] =
997 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
998 "web content.";
999
Takumi Fujimotofb71e332018-03-31 14:04:081000const char kViewsCastDialogName[] = "Views Cast dialog";
1001const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:311002 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:531003 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:541004 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:081005
Manu Cornet4a908de2018-04-09 04:32:271006const char kHideActiveAppsFromShelfName[] =
1007 "Hide running apps (that are not pinned) from the shelf";
1008const char kHideActiveAppsFromShelfDescription[] =
1009 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:251010
Brett Wilsonecb80982017-07-12 20:34:511011const char kHistoryRequiresUserGestureName[] =
1012 "New history entries require a user gesture.";
1013const char kHistoryRequiresUserGestureDescription[] =
1014 "Require a user gesture to add a history entry.";
1015const char kHyperlinkAuditingName[] = "Hyperlink auditing";
1016const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
1017
Ryan Landay4242dbc22018-04-04 01:47:331018const char kHorizontalTabSwitcherAndroidName[] =
1019 "Enable horizontal tab switcher";
1020const char kHorizontalTabSwitcherAndroidDescription[] =
1021 "Changes the layout of the Android tab switcher so tabs scroll "
1022 "horizontally instead of vertically.";
1023
Brett Wilsonecb80982017-07-12 20:34:511024const char kHostedAppQuitNotificationName[] =
1025 "Quit notification for hosted apps";
1026const char kHostedAppQuitNotificationDescription[] =
1027 "Display a notification when quitting Chrome if hosted apps are currently "
1028 "running.";
1029
1030const char kHostedAppShimCreationName[] =
1031 "Creation of app shims for hosted apps on Mac";
1032const char kHostedAppShimCreationDescription[] =
1033 "Create app shims on Mac when creating a hosted app.";
1034
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481035const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1036const char kHtmlBasedUsernameDetectorDescription[] =
1037 "Use HTML-based username detector for the password manager.";
1038
Brett Wilsonecb80982017-07-12 20:34:511039const char kIconNtpName[] = "Large icons on the New Tab page";
1040const char kIconNtpDescription[] =
1041 "Enable the experimental New Tab page using large icons.";
1042
1043const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1044const char kIgnoreGpuBlacklistDescription[] =
1045 "Overrides the built-in software rendering list and enables "
1046 "GPU-acceleration on unsupported system configurations.";
1047
Ryan Sturm8c3dbc92018-06-26 19:22:371048const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441049const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371050 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441051
Claudio Magni61c210922017-12-28 00:29:511052const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1053const char kImprovedLanguageSettingsDescription[] =
1054 "Set of changes for Language Settings. These changes are intended to fix "
1055 "the major bugs related to Language Settings.";
1056
Brett Wilsonecb80982017-07-12 20:34:511057const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1058const char kInProductHelpDemoModeChoiceDescription[] =
1059 "Selects the In-Product Help demo mode.";
1060
1061const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1062const char kJavascriptHarmonyDescription[] =
1063 "Enable web pages to use experimental JavaScript features.";
1064
1065const char kJavascriptHarmonyShippingName[] =
1066 "Latest stable JavaScript features";
1067const char kJavascriptHarmonyShippingDescription[] =
1068 "Some web pages use legacy or non-standard JavaScript extensions that may "
1069 "conflict with the latest JavaScript features. This flag allows disabling "
1070 "support of those features for compatibility with such pages.";
1071
gogeraldfd7675d2018-06-19 22:57:351072const char kJustInTimeServiceWorkerPaymentAppName[] =
1073 "Just-in-time service worker payment app";
1074const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1075 "Allow crawling just-in-time service worker payment app when there is no "
1076 "installed service worker payment app for a payment request.";
1077
Yutaka Hiranof7f2f632017-09-06 10:40:081078const char kKeepAliveRendererForKeepaliveRequestsName[] =
1079 "Keep a renderer alive for keepalive fetch requests";
1080const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1081 "Keep a render process alive when the process has a pending fetch request "
1082 "with `keepalive' specified.";
1083
Joe Downing095fd6d2018-02-01 18:40:361084const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1085const char kKeyboardLockApiDescription[] =
1086 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1087 "specific key events and have them routed directly to the webpage when in "
1088 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1089
Brett Wilsonecb80982017-07-12 20:34:511090const char kLcdTextName[] = "LCD text antialiasing";
1091const char kLcdTextDescription[] =
1092 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1093 "(subpixel) when doing accelerated compositing.";
1094
Matt Giucac399982f2017-10-06 07:51:291095const char kLeftToRightUrlsName[] =
1096 "Render bidirectional URLs from left to right";
1097const char kLeftToRightUrlsDescription[] =
1098 "An experimental Bidi URL rendering algorithm where the URL components are "
1099 "always shown in order from left to right, regardless of any RTL "
1100 "characters. (The contents of each component are still rendered with the "
1101 "normal Bidi algorithm.)";
1102
Brett Wilsonecb80982017-07-12 20:34:511103const char kLoadMediaRouterComponentExtensionName[] =
1104 "Load Media Router Component Extension";
1105const char kLoadMediaRouterComponentExtensionDescription[] =
1106 "Loads the Media Router component extension at startup.";
1107
Mustafa Emre Acer137dc8b2018-08-29 20:38:131108const char kLookalikeUrlNavigationSuggestionsName[] =
1109 "Navigation suggestions for lookalike URLs";
1110const char kLookalikeUrlNavigationSuggestionsDescription[] =
1111 "Enable navigation suggestions for URLs that are visually similar to "
1112 "popular domains or to domains with a site engagement score.";
1113
spqchanb87755692018-04-05 00:46:091114const char kMacViewsAutofillPopupName[] =
1115 "Uses the Views Autofill Popup on Mac";
1116const char kMacViewsAutofillPopupDescription[] =
1117 "Autofill popup will be shown using the Views toolkit rather than Cocoa.";
Derek Chengd24c68c2018-03-12 19:09:321118
Brett Wilsonecb80982017-07-12 20:34:511119const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1120const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511121
Lei Zhang2eca9082017-10-17 20:42:501122const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1123const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511124 "If enabled, the Incognito New Tab page uses the new material design with "
1125 "a better readable text.";
1126
spqchanb87755692018-04-05 00:46:091127const char kMediaRouterCastAllowAllIPsName[] =
1128 "Connect to Cast devices on all IP addresses";
1129const char kMediaRouterCastAllowAllIPsDescription[] =
1130 "Have the Media Router connect to Cast devices on all IP addresses, not "
Nick Harperd30507ca2018-08-16 20:24:311131 "just RFC1918/RFC4193 private addresses.";
spqchanb87755692018-04-05 00:46:091132
Brett Wilsonecb80982017-07-12 20:34:511133const char kMemoryCoordinatorName[] = "Memory coordinator";
1134const char kMemoryCoordinatorDescription[] =
1135 "Enable memory coordinator instead of memory pressure listeners.";
1136
1137const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1138const char kMessageCenterNewStyleNotificationDescription[] =
1139 "Enables the experiment style of material-design notification";
1140
Brett Wilsonecb80982017-07-12 20:34:511141const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1142const char kMhtmlGeneratorOptionDescription[] =
1143 "Provides experimental options for MHTML file generator.";
1144const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1145const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1146
Kouhei Ueno08445c22017-09-05 03:58:301147const char kModuleScriptsDynamicImportName[] =
1148 "Enable ECMAScript 6 modules dynamic import";
1149const char kModuleScriptsDynamicImportDescription[] =
1150 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
1151 "Blink.";
1152
Hiroshige Hayashizaki15c2eb92017-10-20 04:57:051153const char kModuleScriptsImportMetaUrlName[] =
1154 "Enable ECMAScript 6 modules import.meta.url";
1155const char kModuleScriptsImportMetaUrlDescription[] =
1156 "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and "
1157 "Blink.";
1158
Brett Wilsonecb80982017-07-12 20:34:511159const char kNewAudioRenderingMixingStrategyName[] =
1160 "New audio rendering mixing strategy";
1161const char kNewAudioRenderingMixingStrategyDescription[] =
1162 "Use the new audio rendering mixing strategy.";
1163
1164const char kNewBookmarkAppsName[] = "The new bookmark app system";
1165const char kNewBookmarkAppsDescription[] =
1166 "Enables the new system for creating bookmark apps.";
1167
Vadym Doroshenkocd4ff782018-07-24 13:41:021168const char kNewPasswordFormParsingName[] =
1169 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241170const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021171 "Replaces existing form parsing for filling in password manager with a new "
1172 "version, currently under development. WARNING: when enabled, Password "
1173 "Manager might stop working";
1174
1175const char kNewPasswordFormParsingForSavingName[] =
1176 "New password form parsing for saving passwords";
1177const char kNewPasswordFormParsingForSavingDescription[] =
1178 "Replaces existing form parsing for saving in password manager with a new "
1179 "version, currently under development. WARNING: when enabled, Password "
1180 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241181
Brett Wilsonecb80982017-07-12 20:34:511182const char kNewRemotePlaybackPipelineName[] =
1183 "Enable the new remote playback pipeline.";
1184const char kNewRemotePlaybackPipelineDescription[] =
1185 "Enable the new pipeline for playing media element remotely via "
1186 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501187const char kUseSurfaceLayerForVideoName[] =
1188 "Enable the use of SurfaceLayer objects for videos.";
1189const char kUseSurfaceLayerForVideoDescription[] =
1190 "Enable compositing onto a Surface instead of a VideoLayer "
1191 "for videos.";
CJ DiMeglioe6e258a2018-08-10 21:41:571192const char kUseSurfaceLayerForVideoMSName[] =
1193 "Enable the use of SurfaceLayer objects for media stream videos.";
1194const char kUseSurfaceLayerForVideoMSDescription[] =
1195 "Enable compositing onto a Surface instead of a VideoLayer "
1196 "for media stream videos.";
Brett Wilsonecb80982017-07-12 20:34:511197
1198const char kNewUsbBackendName[] = "Enable new USB backend";
1199const char kNewUsbBackendDescription[] =
1200 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341201
Sonny Sasaka2d200432018-03-22 17:43:161202const char kNewblueName[] = "Newblue";
1203const char kNewblueDescription[] =
1204 "Enables the use of newblue Bluetooth daemon.";
1205
Peter Kasting63097912018-06-30 02:09:031206const char kNewTabButtonPosition[] = "New tab button position";
1207const char kNewTabButtonPositionDescription[] =
1208 "Controls placement of the new tab button within the tabstrip.";
1209const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1210const char kNewTabButtonPositionLeading[] = "Leading";
1211const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1212const char kNewTabButtonPositionTrailing[] = "Trailing";
1213
Egor Pasko6fed3822018-05-30 10:33:141214const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341215const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141216 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341217
Alex Newcomerd7b0cc42018-05-25 22:58:481218const char kNotificationIndicatorName[] = "Notification Indicators";
1219const char kNotificationIndicatorDescription[] =
1220 "Enable notification indicators, which appear on app icons when a "
1221 "notification is active. This will also enable notifications in context "
1222 "menus.";
1223
Brett Wilsonecb80982017-07-12 20:34:511224const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1225const char kNotificationsNativeFlagDescription[] =
1226 "Enable support for using the native notification toasts and notification "
1227 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341228
Zentaro Kavanaghbad511c2017-10-18 22:29:001229#if defined(OS_POSIX)
1230const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1231const char kNtlmV2EnabledDescription[] =
1232 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1233#endif
1234
Ramya Nagarajane9f16b82018-05-03 01:05:341235const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1236const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301237 "Allow selection of a custom background image on the New Tab Page. "
1238 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341239
kristipark037abce12018-07-13 19:49:301240const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1241const char kNtpCustomLinksDescription[] =
1242 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1243 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1244
1245const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341246const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301247 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1248 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341249
1250const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1251const char kNtpUIMdDescription[] =
1252 "Updates the New Tab Page with Material Design elements.";
1253
Brett Wilsonecb80982017-07-12 20:34:511254const char kNumRasterThreadsName[] = "Number of raster threads";
1255const char kNumRasterThreadsDescription[] =
1256 "Specify the number of raster threads.";
1257const char kNumRasterThreadsOne[] = "1";
1258const char kNumRasterThreadsTwo[] = "2";
1259const char kNumRasterThreadsThree[] = "3";
1260const char kNumRasterThreadsFour[] = "4";
1261
1262const char kOfferStoreUnmaskedWalletCardsName[] =
1263 "Google Payments card saving checkbox";
1264const char kOfferStoreUnmaskedWalletCardsDescription[] =
1265 "Show the checkbox to offer local saving of a credit card downloaded from "
1266 "the server.";
1267
1268const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1269const char kOfflineAutoReloadDescription[] =
1270 "Pages that fail to load while the browser is offline will be "
1271 "auto-reloaded when the browser is online again.";
1272
1273const char kOfflineAutoReloadVisibleOnlyName[] =
1274 "Only Auto-Reload Visible Tabs";
1275const char kOfflineAutoReloadVisibleOnlyDescription[] =
1276 "Pages that fail to load while the browser is offline will only be "
1277 "auto-reloaded if their tab is visible.";
1278
Brett Wilsonecb80982017-07-12 20:34:511279const char kOmniboxDisplayTitleForCurrentUrlName[] =
1280 "Include title for the current URL in the omnibox";
1281const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1282 "In the event that the omnibox provides suggestions on-focus, the URL of "
1283 "the current page is provided as the first suggestion without a title. "
1284 "Enabling this flag causes the title to be displayed.";
1285
Benoit Lizeab08362c2017-07-19 14:50:541286const char kOmniboxSpareRendererName[] =
1287 "Start spare renderer on omnibox focus";
1288const char kOmniboxSpareRendererDescription[] =
1289 "When the omnibox is focused, start an empty spare renderer. This can "
1290 "speed up the load of the navigation from the omnibox.";
1291
Tommy C. Li8875a442017-08-23 00:10:591292const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1293 "Omnibox UI Elide Suggestion URL After Host";
1294const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1295 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1296 "dropdown.";
1297
Tommy C. Lid79d4402017-12-22 22:49:121298const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsName[] =
1299 "Omnibox UI Hide Steady-State URL Scheme and Trivial Subdomains";
1300const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsDescription[] =
1301 "In the Omnibox, hide the scheme and trivial subdomains from steady state "
Tommy C. Li06aafc92018-06-12 18:06:221302 "displayed URLs. Hidden portions are restored during editing. For Mac, "
1303 "this flag will have no effect unless MacViews is enabled.";
Tommy C. Lid79d4402017-12-22 22:49:121304
Tommy C. Licc5e53022018-07-27 16:30:351305const char kOmniboxUIJogTextfieldOnPopupName[] =
1306 "Omnibox UI Jog Textfield on Popup";
1307const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1308 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1309 "text when the popup is opened. When this feature is disabled, the "
1310 "textfield is always aligned with the suggestions text, and a separator "
1311 "fills the gap. If Material Refresh is disabled, this has no effect.";
1312
Brett Wilsonecb80982017-07-12 20:34:511313const char kOmniboxUIMaxAutocompleteMatchesName[] =
1314 "Omnibox UI Max Autocomplete Matches";
1315
1316const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1317 "Changes the maximum number of autocomplete matches displayed in the "
1318 "Omnibox UI.";
1319
Justin Donnelly65c9e8b2017-10-01 05:15:011320const char kOmniboxUIShowSuggestionFaviconsName[] =
1321 "Omnibox UI Show Suggestion Favicons";
1322const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1323 "Shows favicons instead of generic vector icons for URL suggestions in the "
1324 "Omnibox dropdown.";
1325
1326const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1327const char kOmniboxUISwapTitleAndUrlDescription[] =
1328 "In the omnibox dropdown, shows titles before URLs when both are "
1329 "available.";
1330
Brett Wilsonecb80982017-07-12 20:34:511331const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1332const char kOmniboxUIVerticalMarginDescription[] =
1333 "Changes the vertical margin in the Omnibox UI.";
1334
Troy Hildebrandtb32637ca2018-02-21 23:25:091335const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1336 "Omnibox Voice Search Always Visible";
1337const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1338 "Always displays voice search icon in focused omnibox as long as voice "
1339 "search is possible";
1340
Adrienne Walkerc87477e2018-06-06 22:28:211341const char kOopRasterizationName[] = "Out of process rasterization";
1342const char kOopRasterizationDescription[] =
1343 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1344 "Must also enable GPU rasterization";
1345
Brett Wilsonecb80982017-07-12 20:34:511346const char kOriginTrialsName[] = "Origin Trials";
1347const char kOriginTrialsDescription[] =
1348 "Enables origin trials for controlling access to feature/API experiments.";
1349
Becca Hughes930d8cd2017-10-02 11:09:121350const char kOverflowIconsForMediaControlsName[] =
1351 "Icons on Media Controls Overflow Menu";
1352const char kOverflowIconsForMediaControlsDescription[] =
1353 "Displays icons on the overflow menu of the native media controls";
1354
Brett Wilsonecb80982017-07-12 20:34:511355const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1356const char kOverlayScrollbarsDescription[] =
1357 "Enable the experimental overlay scrollbars implementation. You must also "
1358 "enable threaded compositing to have the scrollbars animate.";
1359
chaopenge8aa016b2017-08-24 15:20:191360const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1361 "Flash Overlay Scrollbars After Any Scroll Update";
1362const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1363 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1364 " must also enable Overlay Scrollbars.";
1365
chaopeng343678022017-08-24 18:45:001366const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1367 "Flash Overlay Scrollbars When Mouse Enter";
1368const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1369 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1370 " enable Overlay Scrollbars.";
1371
Daniele Castagna74ddb9c2018-06-21 22:59:021372const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1373const char kOverlayStrategiesDescription[] =
1374 "Select strategies used to promote quads to HW overlays.";
1375const char kOverlayStrategiesDefault[] = "Default";
1376const char kOverlayStrategiesNone[] = "None";
1377const char kOverlayStrategiesUnoccludedFullscreen[] =
1378 "Unoccluded fullscreen buffers (single-fullscreen)";
1379const char kOverlayStrategiesUnoccluded[] =
1380 "Unoccluded buffers (single-fullscreen,single-on-top)";
1381const char kOverlayStrategiesOccludedAndUnoccluded[] =
1382 "Occluded and unoccluded buffers "
1383 "(single-fullscreen,single-on-top,underlay)";
1384
Claudio Magni81326f92017-09-01 05:21:181385const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1386const char kUseNewAcceptLanguageHeaderDescription[] =
1387 "Adds the base language code after other corresponding language+region "
1388 "codes. This ensures that users receive content in their preferred "
1389 "language.";
1390
Brett Wilsonecb80982017-07-12 20:34:511391const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1392const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481393 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511394const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
Mohsen Izadi88b392a2018-02-15 06:57:481395const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax";
Brett Wilsonecb80982017-07-12 20:34:511396
1397const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1398const char kOverscrollStartThresholdDescription[] =
1399 "Changes overscroll start threshold relative to the default value.";
1400const char kOverscrollStartThreshold133Percent[] = "133%";
1401const char kOverscrollStartThreshold166Percent[] = "166%";
1402const char kOverscrollStartThreshold200Percent[] = "200%";
1403
chaopenge2b6e5f2018-05-08 16:40:451404const char kTouchpadOverscrollHistoryNavigationName[] =
1405 "Overscroll history navigation on Touchpad";
1406const char kTouchpadOverscrollHistoryNavigationDescription[] =
1407 "Allows swipe left/right from touchpad change browser navigation.";
1408
Xing Liu5400a002017-09-15 21:48:291409const char kParallelDownloadingName[] = "Parallel downloading";
1410const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061411 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291412
Brett Wilsonecb80982017-07-12 20:34:511413const char kPassiveEventListenerDefaultName[] =
1414 "Passive Event Listener Override";
1415const char kPassiveEventListenerDefaultDescription[] =
1416 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1417 "haven't requested otherwise) to be treated as passive. This will break "
1418 "touch/wheel behavior on some websites but is useful for demonstrating the "
1419 "potential performance benefits of adopting passive event listeners.";
1420const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1421const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1422
1423const char kPassiveEventListenersDueToFlingName[] =
1424 "Touch Event Listeners Passive Default During Fling";
1425const char kPassiveEventListenersDueToFlingDescription[] =
1426 "Forces touchstart, and first touchmove per scroll event listeners during "
1427 "fling to be treated as passive.";
1428
1429const char kPassiveDocumentEventListenersName[] =
1430 "Document Level Event Listeners Passive Default";
1431const char kPassiveDocumentEventListenersDescription[] =
1432 "Forces touchstart, and touchmove event listeners on document level "
1433 "targets (which haven't requested otherwise) to be treated as passive.";
1434
Sahel Sharify7400e882018-08-13 17:13:211435const char kPassiveDocumentWheelEventListenersName[] =
1436 "Document Level Wheel Event Listeners Passive Default";
1437const char kPassiveDocumentWheelEventListenersDescription[] =
1438 "Forces wheel, and mousewheel event listeners on document level targets "
1439 "(which haven't requested otherwise) to be treated as passive.";
1440
Vaclav Brozekd8a3f542017-11-16 14:21:131441const char kPasswordImportName[] = "Password import";
1442const char kPasswordImportDescription[] =
1443 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511444
Friedrich Horschig03c91982018-01-25 14:21:281445const char kPasswordSearchMobileName[] = "Password search";
1446const char kPasswordSearchMobileDescription[] =
1447 "Search functionality in password settings.";
1448
Friedrich Horschige6c27742018-04-23 17:13:411449const char kPasswordsKeyboardAccessoryName[] =
1450 "Add password-related functions to keyboard accessory";
1451const char kPasswordsKeyboardAccessoryDescription[] =
1452 "Adds password generation button and toggle for the passwords bottom sheet "
1453 "to the keyboard accessory. Replaces password generation popups.";
1454
Christos Froussios6e060c42018-07-31 16:17:191455const char kPasswordsMigrateLinuxToLoginDBName[] =
1456 "Migrate passwords to \"Login Data\"";
1457const char kPasswordsMigrateLinuxToLoginDBDescription[] =
Christos Froussiose34c38a2018-09-04 14:27:591458 "Performs a one-off irreversible migration of passwords from the "
Christos Froussios6e060c42018-07-31 16:17:191459 "gnome-keyring or kwallet into the profile directory.";
1460
Tom Sepez92a2cd242018-03-13 19:23:091461const char kPdfIsolationName[] = "PDF Isolation";
1462const char kPdfIsolationDescription[] =
1463 "Render PDF files from different origins in different plugin processes.";
1464
Brett Wilsonecb80982017-07-12 20:34:511465const char kPinchScaleName[] = "Pinch scale";
1466const char kPinchScaleDescription[] =
1467 "Enables experimental support for scale using pinch.";
1468
Doug Arnett620ff542018-02-06 17:54:221469const char kPreviewsAllowedName[] = "Previews Allowed";
1470const char kPreviewsAllowedDescription[] =
1471 "Allows previews to be shown subject to specific preview types being "
1472 "enabled and the client experiencing specific triggering conditions. "
1473 "May be used as a kill-switch to turn off all potential preview types.";
1474
Brett Wilsonecb80982017-07-12 20:34:511475const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1476const char kPrintPdfAsImageDescription[] =
1477 "If enabled, an option to print PDF files as images will be available in "
1478 "print preview.";
1479
1480const char kPrintPreviewRegisterPromosName[] =
1481 "Print Preview Registration Promos";
1482const char kPrintPreviewRegisterPromosDescription[] =
1483 "Enable registering unregistered cloud printers from print preview.";
1484
1485const char kProtectSyncCredentialName[] = "Autofill sync credential";
1486const char kProtectSyncCredentialDescription[] =
1487 "How the password manager handles autofill for the sync credential.";
1488
1489const char kProtectSyncCredentialOnReauthName[] =
1490 "Autofill sync credential only for transactional reauth pages";
1491const char kProtectSyncCredentialOnReauthDescription[] =
1492 "How the password manager handles autofill for the sync credential only "
1493 "for transactional reauth pages.";
1494
Mohsen Izadi93faac12017-07-29 04:45:151495const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1496const char kPullToRefreshDescription[] =
1497 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011498const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151499
Troy Hildebrandt7228ad12018-02-23 21:18:241500const char kQueryInOmniboxName[] = "Query in Omnibox";
1501const char kQueryInOmniboxDescription[] =
1502 "Only display query terms in the omnibox when viewing a search results "
1503 "page.";
1504
Brett Wilsonecb80982017-07-12 20:34:511505const char kQuicName[] = "Experimental QUIC protocol";
1506const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1507
Emily Starke8878d52018-05-11 21:27:261508const char kRecurrentInterstitialName[] =
1509 "Show a message when the same SSL error recurs";
1510const char kRecurrentInterstitialDescription[] =
1511 "Enable a special message on the SSL certificate error page when the same "
1512 "SSL error occurs repeatedly.";
1513
Brett Wilsonecb80982017-07-12 20:34:511514const char kReducedReferrerGranularityName[] =
1515 "Reduce default 'referer' header granularity.";
1516const char kReducedReferrerGranularityDescription[] =
1517 "If a page hasn't set an explicit referrer policy, setting this flag will "
1518 "reduce the amount of information in the 'referer' header for cross-origin "
1519 "requests.";
1520
Claudio Magnie0a80bb2018-01-31 02:52:581521extern const char kRegionalLocalesAsDisplayUIName[] =
1522 "Allow regional locales as display UI";
1523extern const char kRegionalLocalesAsDisplayUIDescription[] =
1524 "This flag allows regional locales to be selected as display UI by the "
1525 "user in Language Settings. The actual locale of the system is derived "
1526 "from the user selection based on some simple fallback logic.";
1527
Christian Dullweber1af31e62018-02-22 11:49:481528const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141529 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481530const char kRemoveNavigationHistoryDescription[] =
1531 "Remove a navigation entry when the corresponding history entry has been "
1532 "deleted.";
1533
Mihai Sardarescu6d0f5b72017-10-30 11:24:381534const char kRemoveUsageOfDeprecatedGaiaSigninEndpointName[] =
1535 "Remove usage of the deprecated GAIA sign-in endpoint";
1536const char kRemoveUsageOfDeprecatedGaiaSigninEndpointDescription[] =
1537 "The Gaia sign-in endpoint used for full-tab sign-in page is deprecated. "
1538 "This flags controls wheter it should no longer be used during a sign-in "
1539 " flow.";
1540
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351541const char kRendererSideResourceSchedulerName[] =
1542 "Renderer side ResourceScheduler";
1543const char kRendererSideResourceSchedulerDescription[] =
1544 "Migrate some ResourceScheduler functionalities to renderer";
1545
Brett Wilsonecb80982017-07-12 20:34:511546const char kRequestTabletSiteName[] =
1547 "Request tablet site option in the settings menu";
1548const char kRequestTabletSiteDescription[] =
1549 "Allows the user to request tablet site. Web content is often optimized "
1550 "for tablet devices. When this option is selected the user agent string is "
1551 "changed to indicate a tablet device. Web content optimized for tablets is "
1552 "received there after for the current tab.";
1553
1554const char kResetAppListInstallStateName[] =
1555 "Reset the App Launcher install state on every restart.";
1556const char kResetAppListInstallStateDescription[] =
1557 "Reset the App Launcher install state on every restart. While this flag is "
1558 "set, Chrome will forget the launcher has been installed each time it "
1559 "starts. This is used for testing the App Launcher install flow.";
1560
Kinuko Yasuda33955082018-06-19 10:14:591561const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511562const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591563 "Uses the resource load scheduler in blink to throttle resource load "
1564 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511565
Brett Wilsonecb80982017-07-12 20:34:511566const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1567const char kSafeSearchUrlReportingDescription[] =
1568 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1569
Alexei Filippov98772752018-01-27 08:26:521570const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1571const char kSamplingHeapProfilerDescription[] =
1572 "Enables native memory sampling profiler with specified rate in KiB. "
1573 "If sampling rate is not provided the default value of 128 KiB is used.";
1574
Brett Wilsonecb80982017-07-12 20:34:511575const char kSaveasMenuLabelExperimentName[] =
1576 "Switch 'Save as' menu labels to 'Download'";
1577const char kSaveasMenuLabelExperimentDescription[] =
1578 "Enables an experiment to switch menu labels that use 'Save as...' to "
1579 "'Download'.";
1580
1581const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1582const char kSavePageAsMhtmlDescription[] =
1583 "Enables saving pages as MHTML: a single text file containing HTML and all "
1584 "sub-resources.";
1585
Nate Chapin9638e7102017-09-20 22:11:011586const char kSavePreviousDocumentResourcesName[] =
1587 "Save Previous Document Resources";
1588const char kSavePreviousDocumentResourcesDescription[] =
1589 "Saves an old document's cached resources until the specified point in the "
1590 "next document's lifecycle.";
1591const char kSavePreviousDocumentResourcesNever[] =
1592 "Don't explicitly save resources";
1593const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1594 "Save resources until onDOMContentLoaded completes";
1595const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1596 "Save resources until onload completes";
1597
gogeraldd5061b592017-09-06 23:39:551598const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1599const char kServiceWorkerPaymentAppsDescription[] =
1600 "Enable Service Worker applications to integrate as payment apps";
1601
momohattfc352292018-08-29 05:12:361602const char kServiceWorkerImportedScriptUpdateCheckName[] =
1603 "Enable update check for service worker importScripts() resources";
1604const char kServiceWorkerImportedScriptUpdateCheckDescription[] =
1605 "Extend byte-for-byte update check for scripts that are imported by the "
1606 "service worker script via importScripts().";
1607
Makoto Shimazu22078cc2018-02-21 03:01:441608extern const char kServiceWorkerServicificationName[] =
1609 "Servicified service workers";
1610extern const char kServiceWorkerServicificationDescription[] =
1611 "Enable the servicified service workers. A servicified service worker can "
1612 "have direct connection from its clients, so that fetch events can be "
1613 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171614
Tsuyoshi Horobcb1c642017-11-24 16:32:141615const char kServiceWorkerScriptFullCodeCacheName[] =
1616 "Service worker script full code cache.";
1617const char kServiceWorkerScriptFullCodeCacheDescription[] =
1618 "Generate V8 full code cache of Service Worker scripts while installing.";
1619
Azeem Arshad3b1ef73122018-08-30 02:04:151620const char kServiceWorkerLongRunningMessageName[] =
1621 "Service worker long running message dispatch.";
1622const char kServiceWorkerLongRunningMessageDescription[] =
1623 "Enables long running message dispatch method for service workers. "
1624 "Messages sent with this method do not timeout, allowing the service "
1625 "worker to run indefinitely.";
1626
Brett Wilsonecb80982017-07-12 20:34:511627const char kSettingsWindowName[] = "Show settings in a window";
1628const char kSettingsWindowDescription[] =
1629 "Settings will be shown in a dedicated window instead of as a browser tab.";
1630
Manu Cornetd7ef7c52018-05-01 22:08:231631const char kShelfHoverPreviewsName[] =
1632 "Show previews of running apps when hovering over the shelf.";
1633const char kShelfHoverPreviewsDescription[] =
1634 "Shows previews of the open windows for a given running app when hovering "
1635 "over the shelf.";
1636
Manu Cornet683e14b2018-07-16 17:39:431637const char kShelfNewUiName[] = "Newest shelf redesign.";
1638const char kShelfNewUiDescription[] = "Enables the newest shelf appearance.";
1639
Trent Apted750ba7022017-10-23 13:36:251640const char kShowAllDialogsWithViewsToolkitName[] =
1641 "Show all dialogs with Views toolkit";
1642const char kShowAllDialogsWithViewsToolkitDescription[] =
1643 "All browser dialogs will be shown using the Views toolkit rather than "
1644 "Cocoa. This requires <a href=\"#secondary-ui-md\">#secondary-ui-md</a>.";
1645
Naoki Fukino008a0022018-05-23 18:33:001646const char kShowAndroidFilesInFilesAppName[] =
1647 "Show Android files in Files app";
1648const char kShowAndroidFilesInFilesAppDescription[] =
1649 "Show Android files in Files app if Android is enabled on the device.";
1650
Luciano Pachecoa0e2753f2018-07-16 07:41:101651const char kFilesAppDisableMyFilesNavigationName[] =
1652 "Disable the My Files on the navigation in the Files app";
1653const char kFilesAppDisableMyFilesNavigationDescription[] =
1654 "Disables the My Files on the navigation in the Files app, which displays "
Luciano Pachecof1beaa82018-05-30 04:48:511655 R"("My Files" root for Downloads, Linux and Play files)";
1656
Brett Wilsonecb80982017-07-12 20:34:511657const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1658const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381659 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1660 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511661
1662const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1663const char kShowAutofillTypePredictionsDescription[] =
1664 "Annotates web forms with Autofill field type predictions as placeholder "
1665 "text.";
1666
1667const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1668const char kShowOverdrawFeedbackDescription[] =
1669 "Visualize overdraw by color-coding elements based on if they have other "
1670 "elements drawn underneath.";
1671
Carlos IL89128732018-04-03 17:00:251672const char kSupervisedUserCommittedInterstitialsName[] =
1673 "Enable Supervised User Committed Interstitials";
1674const char kSupervisedUserCommittedInterstitialsDescription[] =
1675 "Use committed error pages instead of transient navigation entries for "
1676 "supervised user interstitials";
1677
yiyixbdfa9a0b2017-10-23 22:21:471678const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1679const char kEnableDrawOcclusionDescription[] =
1680 "Enable the system to use draw occlusion to skip draw quads when they are "
1681 "not shown on the screen.";
1682
Brett Wilsonecb80982017-07-12 20:34:511683const char kShowSavedCopyName[] = "Show Saved Copy Button";
1684const char kShowSavedCopyDescription[] =
1685 "When a page fails to load, if a stale copy of the page exists in the "
1686 "browser cache, a button will be presented to allow the user to load that "
1687 "stale copy. The primary enabling choice puts the button in the most "
1688 "salient position on the error page; the secondary enabling choice puts it "
1689 "secondary to the reload button.";
1690const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1691const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1692const char kDisableShowSavedCopy[] = "Disable";
1693
Brett Wilsonecb80982017-07-12 20:34:511694const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1695const char kSilentDebuggerExtensionApiDescription[] =
1696 "Do not show the infobar when an extension attaches to a page via "
1697 "chrome.debugger API. This is required to debug extension background "
1698 "pages.";
1699
Tsuyoshi Horo53895ba92018-03-14 04:06:481700const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1701const char kSignedHTTPExchangeDescription[] =
1702 "Enables Origin-Signed HTTP Exchanges support which is still in "
1703 "development. Warning: Enabling this may pose a security risk.";
1704
Brett Wilsonecb80982017-07-12 20:34:511705const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1706const char kSimpleCacheBackendDescription[] =
1707 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1708 "disk space allocation.";
1709
Christopher Thompson75ff845d2018-02-01 20:12:461710const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1711const char kSimplifyHttpsIndicatorDescription[] =
1712 "Change the UI treatment for HTTPS pages.";
1713
Brett Wilsonecb80982017-07-12 20:34:511714const char kSingleClickAutofillName[] = "Single-click autofill";
1715const char kSingleClickAutofillDescription[] =
1716 "Make autofill suggestions on initial mouse click on a form element.";
1717
Bret Sepulveda4f891da2018-07-16 19:10:301718const char kSingleTabMode[] = "Single-tab mode";
1719const char kSingleTabModeDescription[] =
1720 "Windows with a single tab receive a special, minimal visual treatment.";
1721
Nick Carter855bc492018-03-10 00:44:571722const char kStrictSiteIsolationName[] = "Strict site isolation";
1723const char kStrictSiteIsolationDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471724 "Security mode that enables site isolation for all sites (SitePerProcess). "
1725 "In this mode, each renderer process will contain pages from at most one "
1726 "site, using out-of-process iframes when needed. NOTE: Site isolation is "
1727 "enabled by default on desktop platforms regardless of how this flag is "
1728 "set; see chrome://process-internals for whether it is currently enabled. "
1729 "Setting this flag to 'Enabled' turns on site isolation regardless of the "
1730 "default. Here, 'Disabled' is a legacy value that actually means "
1731 "'Default,' in which case site isolation may be already enabled based on "
1732 "platform, enterprise policy, or field trial. See also "
1733 "#site-isolation-trial-opt-outfor how to disable site isolation for "
1734 "testing.";
Nick Carter855bc492018-03-10 00:44:571735
1736const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out";
1737const char kSiteIsolationTrialOptOutDescription[] =
Charlie Reisf44fe292018-08-31 18:38:471738 "Opts out of field trials and defaults that enable site isolation modes "
Nick Carter855bc492018-03-10 00:44:571739 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1740 "may be due to out-of-process iframes. Opt-out has no effect if site "
1741 "isolation is force-enabled via #enable-site-per-process or enterprise "
1742 "policy. Caution: this disables important mitigations for the Spectre CPU "
1743 "vulnerability affecting most computers.";
1744extern const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default";
1745extern const char kSiteIsolationTrialOptOutChoiceOptOut[] =
1746 "Opt-out (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511747
Pattideade7972018-04-27 02:59:401748const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511749const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401750 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511751
Brett Wilsonecb80982017-07-12 20:34:511752const char kSmoothScrollingName[] = "Smooth Scrolling";
1753const char kSmoothScrollingDescription[] =
1754 "Animate smoothly when scrolling page content.";
1755
1756const char kSoftwareRasterizerName[] = "3D software rasterizer";
1757const char kSoftwareRasterizerDescription[] =
1758 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1759
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201760const char kSoleIntegrationName[] = "Sole integration";
1761const char kSoleIntegrationDescription[] =
1762 "Enable Sole integration for browser customization. You must restart "
1763 "the browser twice for changes to take effect.";
1764
Tommy Steimel77704be2017-08-28 22:14:401765const char kSoundContentSettingName[] = "Sound content setting";
1766const char kSoundContentSettingDescription[] =
1767 "Enable site-wide muting in content settings and tab strip context menu.";
1768
Alexandr Ilinf0500ed32017-09-27 21:12:361769const char kSpeculativePreconnectName[] = "Enable new preconnect predictor";
1770const char kSpeculativePreconnectDescription[] =
1771 "Enable the new implementation of preconnect and DNS preresolve. "
1772 "\"Learning\" means that only database construction is enabled, "
1773 "\"Preconnect\" enables both learning and preconnect and disables the "
1774 "existing implementation. \"No preconnect\" disables both implementations.";
1775
Brett Wilsonecb80982017-07-12 20:34:511776const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341777const char kSpeculativePrefetchDescription[] =
1778 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1779 R"*(load times, based on a local database (see chrome://predictors). )*"
1780 R"*("Learning" means that only the database construction is enabled, )*"
1781 R"*("Prefetching" that learning and prefetching are enabled.)*";
1782
Justin Donnelly4e448cb2017-07-07 21:32:131783const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1784 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131785const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1786 "If enabled, when the user enters text in the omnibox that looks like a "
1787 "a query, any service worker associated with the search engine the query "
1788 "will be sent to is started early.";
1789
Brett Wilsonecb80982017-07-12 20:34:511790const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1791const char kSpellingFeedbackFieldTrialDescription[] =
1792 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401793
Carlos ILe5fa0a12018-08-03 16:08:321794const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1795const char kSSLCommittedInterstitialsDescription[] =
1796 "Use committed error pages instead of transient navigation entries "
1797 "for SSL interstitial error pages (i.e. certificate errors).";
1798
Shubhie Panickerfaf082ed2018-01-03 04:49:151799const char kStopInBackgroundName[] = "Stop in background";
1800const char kStopInBackgroundDescription[] =
1801 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281802 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151803
Shubhie Panicker56c99a22018-03-21 00:22:281804const char kStopNonTimersInBackgroundName[] =
1805 "Stop non-timer task queues background";
1806const char kStopNonTimersInBackgroundDescription[] =
1807 "Stop non-timer task queues, in the background, "
1808 "after a grace period.";
1809
Brett Wilsonecb80982017-07-12 20:34:511810const char kSuggestionsWithSubStringMatchName[] =
1811 "Substring matching for Autofill suggestions";
1812const char kSuggestionsWithSubStringMatchDescription[] =
1813 "Match Autofill suggestions based on substrings (token prefixes) rather "
1814 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341815
Marc Treibf65fb002018-08-03 11:17:161816const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1817const char kSyncStandaloneTransportDescription[] =
1818 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1819 "this mode, the Sync machinery can start without user opt-in, but only a "
1820 "subset of data types are supported.";
1821
Marc Treib4bd95e72018-08-30 06:30:581822const char kSyncSupportSecondaryAccountName[] =
1823 "Support secondary accounts for Sync standalone transport";
1824const char kSyncSupportSecondaryAccountDescription[] =
1825 "If enabled, allows Chrome Sync to start in standalone transport mode for "
1826 "a signed-in account that has not been chosen as Chrome's primary account. "
1827 "This only has an effect if sync-standalone-transport is also enabled.";
1828
Jan Krcal2ff23f7c2018-09-04 16:16:131829const char kSyncUSSAutofillProfileName[] = "Enable USS for autofill profile";
1830const char kSyncUSSAutofillProfileDescription[] =
1831 "Enables the new implementation of autofill profile sync";
1832
Jan Krcale3641b92018-08-10 17:53:311833const char kSyncUSSAutofillWalletDataName[] =
1834 "Enable USS for autofill wallet data";
1835const char kSyncUSSAutofillWalletDataDescription[] =
1836 "Enables the new implementation of autofill walet data sync";
1837
Brett Wilsonecb80982017-07-12 20:34:511838const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1839const char kSyncSandboxDescription[] =
1840 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341841
Joe Downing8cbbc192018-05-14 17:37:071842const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1843const char kSystemKeyboardLockDescription[] =
1844 "Enables websites to use the keyboard.lock() API to intercept system "
1845 "keyboard shortcuts and have the events routed directly to the website "
1846 "when in fullscreen mode.";
1847
Brett Wilsonecb80982017-07-12 20:34:511848const char kTabAudioMutingName[] = "Tab audio muting UI control";
1849const char kTabAudioMutingDescription[] =
1850 "When enabled, the audio indicators in the tab strip double as tab audio "
1851 "mute controls. This also adds commands in the tab context menu for "
1852 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341853
Christian Dullweberd0d96f02017-09-13 09:22:511854const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1855const char kTabsInCbdDescription[] =
1856 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1857
Becky Zhou99c22802017-10-19 05:09:271858const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1859const char kTabModalJsDialogDescription[] =
1860 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1861 " tab.";
1862
Brett Wilsonecb80982017-07-12 20:34:511863const char kTcpFastOpenName[] = "TCP Fast Open";
1864const char kTcpFastOpenDescription[] =
1865 "Enable the option to send extra authentication information in the initial "
1866 "SYN packet for a previously connected client, allowing faster data send "
1867 "start.";
vabr0215a8e2017-03-28 12:47:341868
Daniele Castagna0fead93e2018-01-10 20:40:291869const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1870const char kTintGlCompositedContentDescription[] =
1871 "Tint contents composited using GL with a shade of red to help debug and "
1872 "study overlay support.";
1873
Brett Wilsonecb80982017-07-12 20:34:511874const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1875const char kTopChromeMdDescription[] =
Ahmed Fakhryb2552be92018-03-02 00:56:581876 "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously "
Peter Boström85fa2e12018-03-16 20:43:401877 "touch) - middle point for devices with a touch screen, 3) Touchable "
Peter Boström756745dd2018-05-14 22:59:431878 "- new unified interface for touch and convertibles (Chrome OS), 4) "
Robert Liao0e09b5a8b2018-06-04 21:58:341879 "Material Design refresh and 5) Touchable Material Design refresh. "
Robert Liao3ecf97c2018-06-05 01:24:541880 "Enabling #upcoming-ui-features forces the Material Design refresh option.";
Brett Wilsonecb80982017-07-12 20:34:511881const char kTopChromeMdMaterial[] = "Normal";
Eugene Girard42dedf722017-10-12 21:07:531882const char kTopChromeMdMaterialAuto[] = "Auto";
Trent Aptedd3e5f022018-03-01 07:25:461883const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Ahmed Fakhryb2552be92018-03-02 00:56:581884const char kTopChromeMdMaterialTouchOptimized[] = "Touchable";
Peter Boström85fa2e12018-03-16 20:43:401885const char kTopChromeMdMaterialRefresh[] = "Refresh";
Peter Boström756745dd2018-05-14 22:59:431886const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh";
vabr0215a8e2017-03-28 12:47:341887
Brett Wilsonecb80982017-07-12 20:34:511888const char kThreadedScrollingName[] = "Threaded scrolling";
1889const char kThreadedScrollingDescription[] =
1890 "Threaded handling of scroll-related input events. Disabling this will "
1891 "force all such scroll events to be handled on the main thread. Note that "
1892 "this can dramatically hurt scrolling performance of most websites and is "
1893 "intended for testing purposes only.";
1894
Steven Valdez4584b2482017-07-14 01:11:571895const char kTLS13VariantName[] = "TLS 1.3";
1896const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1897const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111898const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041899const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
David Benjamin27ac5b62018-05-22 15:28:381900const char kTLS13VariantDraft28[] = "Enabled (Draft 28)";
Steven Valdezf27cb7f2018-08-21 18:34:331901const char kTLS13VariantFinal[] = "Enabled (Final)";
Steven Valdez4584b2482017-07-14 01:11:571902
Brett Wilsonecb80982017-07-12 20:34:511903const char kTopDocumentIsolationName[] = "Top document isolation";
1904const char kTopDocumentIsolationDescription[] =
1905 "Highly experimental performance mode where cross-site iframes are kept in "
1906 "a separate process from the top document. In this mode, iframes from "
1907 "different third-party sites will be allowed to share a process.";
1908
Dominick Ng8896b1cd2017-10-17 23:24:361909const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1910const char kTopSitesFromSiteEngagementDescription[] =
1911 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1912 "engagement.";
1913
Brett Wilsonecb80982017-07-12 20:34:511914const char kTouchAdjustmentName[] = "Touch adjustment";
1915const char kTouchAdjustmentDescription[] =
1916 "Refine the position of a touch gesture in order to compensate for touches "
1917 "having poor resolution compared to a mouse.";
1918
Alex Newcomerb3d3c972018-05-03 14:59:401919const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1920const char kTouchableAppContextMenuDescription[] =
1921 "Enable the touchable app context menu, which enlarges app context menus "
1922 "in the Launcher and Shelf to make room for new features.";
1923
Brett Wilsonecb80982017-07-12 20:34:511924const char kTouchDragDropName[] = "Touch initiated drag and drop";
1925const char kTouchDragDropDescription[] =
1926 "Touch drag and drop can be initiated through long press on a draggable "
1927 "element.";
1928
1929const char kTouchEventsName[] = "Touch Events API";
1930const char kTouchEventsDescription[] =
1931 "Force Touch Events API feature detection to always be enabled or "
1932 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291933 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511934
1935const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1936const char kTouchSelectionStrategyDescription[] =
1937 "Controls how text selection granularity changes when touch text selection "
1938 "handles are dragged. Non-default behavior is experimental.";
1939const char kTouchSelectionStrategyCharacter[] = "Character";
1940const char kTouchSelectionStrategyDirection[] = "Direction";
1941
1942const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1943const char kTraceUploadUrlDescription[] =
1944 "This is to be used in conjunction with the enable-navigation-tracing "
1945 "flag. Please select the label that best describes the recorded traces. "
1946 "This will choose the destination the traces are uploaded to. If you are "
1947 "not sure, select other. If left empty, no traces will be uploaded.";
1948const char kTraceUploadUrlChoiceOther[] = "Other";
1949const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1950const char kTraceUploadUrlChoiceQa[] = "QA";
1951const char kTraceUploadUrlChoiceTesting[] = "Testing";
1952
Anthony Vallee-Duboisc0a027d72018-08-30 17:11:561953const char kTranslateExplicitLanguageAskName[] =
1954 "Explicitly ask for language preferences";
1955const char kTranslateExplicitLanguageAskDescription[] =
1956 "Explicitly ask the user which languages they can read on Chrome startup, "
1957 "on the first run that doesn't already have a promo.";
1958
Anthony Vallee-Dubois265c5692018-06-01 15:57:141959const char kTranslateForceTriggerOnEnglishName[] =
1960 "Select which language model to use to trigger translate on English "
1961 "content";
1962const char kTranslateForceTriggerOnEnglishDescription[] =
1963 "Force the Translate Triggering on English pages experiment to be enabled "
1964 "with the selected language model active.";
1965
Philippe Hamel7fdaa452017-09-29 17:22:491966const char kTranslateRankerEnforcementName[] =
1967 "Enforce TranslateRanker decisions";
1968const char kTranslateRankerEnforcementDescription[] =
1969 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1970 "or not Translate UI should be triggered in a given context.";
1971
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161972const char kTranslateUIName[] = "Enable Translate";
1973const char kTranslateUIDescription[] =
1974 "Enable the Translate popup when visiting webpages in other languages.";
1975
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051976const char kTreatInsecureOriginAsSecureName[] =
1977 "Insecure origins treated as secure";
1978const char kTreatInsecureOriginAsSecureDescription[] =
1979 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1980 "supplied as a comma-separated list. For the definition of secure "
1981 "contexts, "
1982 "see https://w3c.github.io/webappsec-secure-contexts/";
1983
Brett Wilsonecb80982017-07-12 20:34:511984const char kTrySupportedChannelLayoutsName[] =
1985 "Causes audio output streams to check if channel layouts other than the "
1986 "default hardware layout are available.";
1987const char kTrySupportedChannelLayoutsDescription[] =
1988 "Causes audio output streams to check if channel layouts other than the "
1989 "default hardware layout are available. Turning this on will allow the OS "
1990 "to do stereo to surround expansion if supported. May expose third party "
1991 "driver bugs, use with caution.";
1992
David Roger6762a092018-01-31 15:55:071993const char kUnifiedConsentName[] = "Unified Consent";
1994const char kUnifiedConsentDescription[] =
1995 "Enables a unified management of user consent for privacy-related "
1996 "features. This includes new confirmation screens and improved settings "
1997 "pages.";
1998
Jérôme Lebelfe1b2e02018-08-03 12:26:201999const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
2000const char kForceUnifiedConsentBumpDescription[] =
2001 "Force the unified consent bump UI to be shown on every start-up. This "
2002 "flag is for debug purpose, to test the UI.";
2003
Brett Wilsonecb80982017-07-12 20:34:512004const char kUiPartialSwapName[] = "Partial swap";
2005const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
2006
Chris Pickel3a227ae62017-08-24 10:47:262007const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
2008const char kUseDdljsonApiDescription[] =
2009 "Enables the new ddljson API to fetch Doodles for the NTP.";
2010
Becca Hughes59c05b42017-11-03 13:11:582011const char kUseModernMediaControlsName[] = "New Media Controls";
2012const char kUseModernMediaControlsDescription[] =
2013 "Enables the new style native media controls.";
2014
Wei Li790e7a8572018-03-23 01:31:552015const char kUsePdfCompositorServiceName[] =
2016 "Use PDF compositor service for printing";
2017const char kUsePdfCompositorServiceDescription[] =
2018 "When enabled, use PDF compositor service to composite and generate PDF "
2019 "files for printing. When site isolation is enabled, disabling this will "
2020 "not stop using PDF compositor service since the service is required for "
2021 "printing out-of-process iframes correctly.";
2022
Mustaq Ahmedc646c0a2017-10-20 20:08:302023const char kUserActivationV2Name[] = "User Activation v2";
2024const char kUserActivationV2Description[] =
2025 "Enable simple user activation for APIs that are otherwise controlled by "
2026 "user gesture tokens.";
2027
Brett Wilsonecb80982017-07-12 20:34:512028const char kUserConsentForExtensionScriptsName[] =
2029 "User consent for extension scripts";
2030const char kUserConsentForExtensionScriptsDescription[] =
2031 "Require user consent for an extension running a script on the page, if "
2032 "the extension requested permission to run on all urls.";
2033
2034const char kUseSuggestionsEvenIfFewFeatureName[] =
2035 "Disable minimum for server-side tile suggestions on NTP.";
2036const char kUseSuggestionsEvenIfFewFeatureDescription[] =
2037 "Request server-side suggestions even if there are only very few of them "
2038 "and use them for tiles on the New Tab Page.";
2039
2040const char kV8CacheOptionsName[] = "V8 caching mode.";
2041const char kV8CacheOptionsDescription[] =
2042 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:512043const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
2044
Hitoshi Yoshida3e5db562017-09-11 02:31:082045const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
2046const char kV8ContextSnapshotDescription[] =
2047 "Sets to use a snapshot to create V8 contexts in frame creation.";
2048
Michael Hablich896d52662017-10-23 15:59:572049const char kV8VmFutureName[] = "Future V8 VM features";
2050const char kV8VmFutureDescription[] =
2051 "This enables upcoming and experimental V8 VM features. "
2052 "This flag does not enable experimental JavaScript features.";
2053
Hannes Payer1130d5672018-06-05 07:37:312054const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
2055const char kV8OrinocoDescription[] =
2056 "This enables the V8 Orinoco garbage collection features.";
2057
Brett Wilsonecb80982017-07-12 20:34:512058const char kVideoFullscreenOrientationLockName[] =
2059 "Lock screen orientation when playing a video fullscreen.";
2060const char kVideoFullscreenOrientationLockDescription[] =
2061 "Lock the screen orientation of the device to match video orientation when "
2062 "a video goes fullscreen. Only on phones.";
2063
2064const char kVideoRotateToFullscreenName[] =
2065 "Rotate-to-fullscreen gesture for videos.";
2066const char kVideoRotateToFullscreenDescription[] =
2067 "Enter/exit fullscreen when device is rotated to/from the orientation of "
2068 "the video. Only on phones.";
2069
Elly Fong-Jonesf4c79502018-03-23 19:21:532070const char kViewsBrowserWindowsName[] =
2071 "Use Views browser windows instead of Cocoa.";
2072const char kViewsBrowserWindowsDescription[] =
2073 "Use Views browser windows instead of Cocoa, aka MacViews-Browser.";
2074
Brett Wilsonecb80982017-07-12 20:34:512075const char kWalletServiceUseSandboxName[] =
2076 "Use Google Payments sandbox servers";
2077const char kWalletServiceUseSandboxDescription[] =
2078 "For developers: use the sandbox service for Google Payments API calls.";
2079
Brett Wilsonecb80982017-07-12 20:34:512080const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2081const char kWebglDraftExtensionsDescription[] =
2082 "Enabling this option allows web applications to access the WebGL "
2083 "Extensions that are still in draft status.";
2084
2085const char kWebMidiName[] = "Web MIDI API";
2086const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2087
2088const char kWebPaymentsName[] = "Web Payments";
2089const char kWebPaymentsDescription[] =
2090 "Enable Web Payments API integration, a JavaScript API for merchants.";
2091
Mathieu Perreault51339b82017-07-20 17:06:052092const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2093const char kWebPaymentsModifiersDescription[] =
2094 "If the website provides modifiers in the payment request, show the custom "
2095 "total for each payment instrument, update the shopping cart when "
2096 "instruments are switched, and send modified payment method specific data "
2097 "to the payment app.";
2098
Brett Wilsonecb80982017-07-12 20:34:512099const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2100const char kWebrtcEchoCanceller3Description[] =
2101 "Experimental WebRTC echo canceller (AEC3).";
2102
Alex Loikob5fb1282018-08-14 10:04:402103const char kWebrtcHybridAgcName[] = "WebRTC hybrid Agc2/Agc1.";
2104const char kWebrtcHybridAgcDescription[] =
2105 "WebRTC Agc2 digital adaptation with Agc1 analog adaptation.";
2106
Brett Wilsonecb80982017-07-12 20:34:512107const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2108const char kWebrtcHwDecodingDescription[] =
2109 "Support in WebRTC for decoding video streams using platform hardware.";
2110
2111const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2112const char kWebrtcHwEncodingDescription[] =
2113 "Support in WebRTC for encoding video streams using platform hardware.";
2114
2115const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2116const char kWebrtcHwH264EncodingDescription[] =
2117 "Support in WebRTC for encoding h264 video streams using platform "
2118 "hardware.";
2119
2120const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2121const char kWebrtcHwVP8EncodingDescription[] =
2122 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2123
Niels Möller090866a2018-02-13 10:55:032124const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2125 "WebRTC new encode cpu load estimator";
2126const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2127 "Enable new estimator for the encoder cpu load, for evaluation and "
2128 "testing. Intended to improve accuracy when screen casting.";
2129
Elad Alon85e0d0be2018-06-26 10:38:372130const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2131const char kWebRtcRemoteEventLogDescription[] =
2132 "Allow collecting WebRTC event logs and uploading them to Crash. "
2133 "Please note that, even if enabled, this will still require "
2134 "a policy to be set, for it to have an effect.";
2135
Brett Wilsonecb80982017-07-12 20:34:512136const char kWebrtcSrtpAesGcmName[] =
2137 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2138const char kWebrtcSrtpAesGcmDescription[] =
2139 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2140
Joachim Bauch4a41d7512017-08-23 14:24:232141const char kWebrtcSrtpEncryptedHeadersName[] =
2142 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2143const char kWebrtcSrtpEncryptedHeadersDescription[] =
2144 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2145 "for SRTP.";
2146
Brett Wilsonecb80982017-07-12 20:34:512147const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2148const char kWebrtcStunOriginDescription[] =
2149 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2150 "header.";
2151
Adam Riceed63fc02018-06-20 05:57:462152const char kWebSocketHandshakeReuseConnectionName[] =
2153 "Enable WebSocket connection reuse for authentication";
2154const char kWebSocketHandshakeReuseConnectionDescription[] =
2155 "Permits the WebSocket handshake to keep the connection open after an "
2156 "authentication failure. The connection may be used for further requests "
2157 "to send credentials. This is sometimes needed for Windows authentication.";
2158
Brett Wilsonecb80982017-07-12 20:34:512159const char kWebvrName[] = "WebVR";
2160const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012161 "Enables access to experimental Virtual Reality functionality via the "
2162 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2163 "Device API. Warning: Enabling this will also allow WebVR content on "
2164 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222165 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512166
Brandon Jonese9d9b2b2017-12-11 22:20:112167const char kWebXrName[] = "WebXR Device API";
2168const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012169 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2170 "and Augmented Reality (AR) devices.";
2171
2172const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2173const char kWebXrGamepadSupportDescription[] =
2174 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222175 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2176 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432177
2178const char kWebXrHitTestName[] = "WebXR Hit Test";
2179const char kWebXrHitTestDescription[] =
2180 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112181
Anna Maria57ecf7592018-01-12 03:10:402182const char kWebXrOrientationSensorDeviceName[] =
2183 "WebXR orientation sensor device";
2184const char kWebXrOrientationSensorDeviceDescription[] =
2185 "When no VR platform device is available, expose a non-presenting device "
2186 "based on the device's orientation sensors, if available.";
2187
Brett Wilsonecb80982017-07-12 20:34:512188const char kWifiCredentialSyncName[] = "WiFi credential sync";
2189const char kWifiCredentialSyncDescription[] =
2190 "Enables synchronizing WiFi network settings across devices. When enabled, "
2191 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2192 "credentials are synchronized subject to user preferences. (See also, "
2193 "chrome://settings/syncSetup.)";
2194
2195const char kZeroCopyName[] = "Zero-copy rasterizer";
2196const char kZeroCopyDescription[] =
2197 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342198
Brett Wilsonff596952017-07-14 01:06:552199// Android ---------------------------------------------------------------------
2200
2201#if defined(OS_ANDROID)
2202
2203const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2204const char kAiaFetchingDescription[] =
2205 "Enable intermediate certificate fetching when a server does not provide "
2206 "sufficient certificates to build a chain to a trusted root.";
2207
2208const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2209const char kAccessibilityTabSwitcherDescription[] =
2210 "Enable the accessibility tab switcher for Android.";
2211
2212const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2213const char kAndroidAutofillAccessibilityDescription[] =
2214 "Enable accessibility for autofill popup.";
2215
Anita Woodruffbfcd1e52018-07-16 12:00:512216const char kAppNotificationStatusMessagingName[] =
2217 "App notification status messaging";
2218const char kAppNotificationStatusMessagingDescription[] =
2219 "Enables messaging in site permissions UI informing user when "
2220 "notifications are disabled for the entire app.";
2221
Brett Wilsonff596952017-07-14 01:06:552222const char kAndroidPaymentAppsName[] = "Android payment apps";
2223const char kAndroidPaymentAppsDescription[] =
2224 "Enable third party Android apps to integrate as payment apps";
2225
Miriam Gershenson8cf1397222018-01-23 22:48:292226const char kAsyncDnsName[] = "Async DNS resolver";
2227const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2228
Brett Wilsonff596952017-07-14 01:06:552229const char kAutofillAccessoryViewName[] =
2230 "Autofill suggestions as keyboard accessory view";
2231const char kAutofillAccessoryViewDescription[] =
2232 "Shows Autofill suggestions on top of the keyboard rather than in a "
2233 "dropdown.";
2234
2235const char kBackgroundLoaderForDownloadsName[] =
2236 "Enables background downloading of pages.";
2237const char kBackgroundLoaderForDownloadsDescription[] =
2238 "Enables downloading pages in the background in case page is not yet "
2239 "loaded in current tab.";
2240
Tibor Goldschwendt11b3cf22018-07-04 15:32:442241const char kBackgroundTaskComponentUpdateName[] =
2242 "Background Task Component Updates";
2243const char kBackgroundTaskComponentUpdateDescription[] =
2244 "Schedule component updates with BackgroundTaskScheduler";
2245
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002246const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2247const char kCCTModuleDescription[] =
2248 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2249
Matthew Jones1abcb132018-07-09 17:59:462250const char kChromeDuetName[] = "Chrome Duet";
2251const char kChromeDuetDescription[] =
2252 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052253
Brett Wilsonff596952017-07-14 01:06:552254const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
2255const char kChromeHomeSwipeLogicDescription[] =
2256 "Various swipe logic options for Chrome Home for sheet expansion.";
2257const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
Matthew Jonesbe384ee42017-10-31 19:57:152258const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model";
Brett Wilsonff596952017-07-14 01:06:552259
Theresa8e44a7132018-06-15 17:40:592260const char kChromeModernAlternateCardLayoutName[] =
2261 "Chrome Modern Alternate Card Layout";
2262const char kChromeModernAlternateCardLayoutDescription[] =
2263 "Enable the alternate card layout for Chrome Modern Design.";
2264
Donn Denman3e78c8d2018-06-28 22:51:422265const char kChromeModernFullRollName[] = "Chrome Modern Full-Roll";
2266const char kChromeModernFullRollDescription[] =
2267 "Enable modern full-roll animation for Chrome.";
2268
Megan Jablonskic61eb1b82017-10-02 18:03:062269const char kChromeMemexName[] = "Chrome Memex";
2270const char kChromeMemexDescription[] =
2271 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2272 "Googlers.";
2273
Sarath Singapati83aef1c2017-11-16 15:54:522274const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2275const char kClearOldBrowsingDataDescription[] =
2276 "Enables clearing of browsing data which is older than a given time "
2277 "period.";
2278
Brett Wilsonff596952017-07-14 01:06:552279const char kContentSuggestionsCategoryOrderName[] =
2280 "Default content suggestions category order (e.g. on NTP)";
2281const char kContentSuggestionsCategoryOrderDescription[] =
2282 "Set default order of content suggestion categories (e.g. on the NTP).";
2283
2284const char kContentSuggestionsCategoryRankerName[] =
2285 "Content suggestions category ranker (e.g. on NTP)";
2286const char kContentSuggestionsCategoryRankerDescription[] =
2287 "Set category ranker to order categories of content suggestions (e.g. on "
2288 "the NTP).";
2289
Vitalii Iarkof52ff802017-09-14 12:34:242290const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2291const char kContentSuggestionsDebugLogDescription[] =
2292 "Enable content suggestions debug log accessible through "
2293 "snippets-internals.";
2294
Donn Denman8e58ead2017-11-04 01:44:012295const char kContextualSearchMlTapSuppressionName[] =
2296 "Contextual Search ML tap suppression";
2297const char kContextualSearchMlTapSuppressionDescription[] =
2298 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022299 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2300 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552301
2302const char kContextualSearchName[] = "Contextual Search";
2303const char kContextualSearchDescription[] =
2304 "Whether or not Contextual Search is enabled.";
2305
Donn Denman59729812018-01-09 01:27:022306const char kContextualSearchRankerQueryName[] =
2307 "Contextual Search Ranker prediction";
2308const char kContextualSearchRankerQueryDescription[] =
2309 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2310
2311const char kContextualSearchSecondTapName[] =
2312 "Contextual Search second tap triggering";
2313const char kContextualSearchSecondTapDescription[] =
2314 "Enables triggering on a second tap gesture even when Ranker would "
2315 "normally suppress that tap.";
2316
Donn Denmane9b5b7fb2018-07-24 22:19:492317const char kContextualSearchUnityIntegrationName[] =
2318 "Contextual Search integration with Unified Consent";
2319const char kContextualSearchUnityIntegrationDescription[] =
2320 "Enables integration of Tap to Search with Unified Consent.";
2321
Cathy Li2fb32bf82018-06-06 18:55:402322const char kExploreSitesName[] = "Explore websites";
2323const char kExploreSitesDescription[] =
2324 "Enables portal from new tab page to explore websites.";
2325
Dmitry Skiba9c3efa72017-07-20 22:01:142326const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2327const char kDontPrefetchLibrariesDescription[] =
2328 "Don't prefetch libraries after loading.";
2329
Joy Ming5fd29ca62017-10-02 22:51:222330const char kDownloadsForegroundName[] = "Enable downloads foreground";
2331const char kDownloadsForegroundDescription[] =
2332 "Enable downloads as a foreground service for all versions of Android.";
2333
Joy Ming189b0cc2017-12-08 19:42:432334const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2335const char kDownloadsLocationChangeDescription[] =
2336 "Enable changing default downloads storage location on Android.";
2337
Shakti Sahu32b2ee102018-05-17 00:04:462338const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2339const char kDownloadProgressInfoBarDescription[] =
2340 "Enables an infobar notifying users about status of current downloads.";
2341
Shakti Sahu9ec8cfd2018-07-17 13:29:292342const char kDownloadHomeV2Name[] = "Enable download home v2";
2343const char kDownloadHomeV2Description[] =
2344 "Enables the new UI for download home";
2345
Brett Wilsonff596952017-07-14 01:06:552346const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2347const char kEnableAndroidPayIntegrationV1Description[] =
2348 "Enable integration with Android Pay using the first version of the API";
2349
2350const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2351const char kEnableAndroidPayIntegrationV2Description[] =
2352 "Enable integration with Android Pay using the second version of the API";
2353
Vitalii Iarkof4ed32d2017-09-26 13:15:532354const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552355const char kEnableAndroidSpellcheckerDescription[] =
2356 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552357
Lei Tianbd5a3bf2018-02-28 19:01:162358const char kEnableCommandLineOnNonRootedName[] =
2359 "Enable command line on non-rooted devices";
2360const char kEnableCommandLineOnNoRootedDescription[] =
2361 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2362
Vitalii Iarkof4ed32d2017-09-26 13:15:532363const char kEnableContentSuggestionsNewFaviconServerName[] =
2364 "Get favicons for content suggestions from a new server.";
2365const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2366 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2367 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552368
2369const char kEnableContentSuggestionsSettingsName[] =
2370 "Show content suggestions settings.";
2371const char kEnableContentSuggestionsSettingsDescription[] =
2372 "If enabled, the content suggestions settings will be available from the "
2373 "main settings menu.";
2374
Vitalii Iarkof4ed32d2017-09-26 13:15:532375const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2376 "Use content suggestions thumbnail dominant color.";
2377const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2378 "Use content suggestions thumbnail dominant color as a placeholder before "
2379 "the real thumbnail is fetched (requires Chrome Home).";
2380
Brett Wilsonff596952017-07-14 01:06:552381const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2382const char kEnableCustomContextMenuDescription[] =
2383 "Enables a new context menu when a link, image, or video is pressed within "
2384 "Chrome.";
2385
2386const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2387const char kEnableCustomFeedbackUiDescription[] =
2388 "Enables a custom feedback UI when submitting feedback through Google "
2389 "Feedback. Works with Google Play Services v10.2+";
2390
2391const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472392 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552393const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472394 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552395
Becca Hughes6d73bac542018-06-18 20:38:502396const char kEnableMediaControlsExpandGestureName[] =
2397 "Enable Media Controls Expand Gesture";
2398const char kEnableMediaControlsExpandGestureDescription[] =
2399 "Enables a gesture to be used on the media controls to extend the video "
2400 "into the Display Cutout area.";
2401
Brett Wilsonff596952017-07-14 01:06:552402const char kEnableOmniboxClipboardProviderName[] =
2403 "Omnibox clipboard URL suggestions";
2404const char kEnableOmniboxClipboardProviderDescription[] =
2405 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2406 "focus in the omnibox.";
2407
Becky Zhoua7f11d62018-02-01 16:02:532408const char kEnableNtpArticleSuggestionsExpandableHeaderName[] =
2409 "Show article suggestions expandable header on New Tab Page";
2410const char kEnableNtpArticleSuggestionsExpandableHeaderDescription[] =
2411 "If enabled, the article suggestions content on New Tab Page can be "
2412 "toggled shown or hidden by clicking the expandable header.";
2413
Brett Wilsonff596952017-07-14 01:06:552414const char kEnableNtpAssetDownloadSuggestionsName[] =
2415 "Show asset downloads on the New Tab page";
2416const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2417 "If enabled, the list of content suggestions on the New Tab page will "
2418 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2419 "later use.";
2420
2421const char kEnableNtpBookmarkSuggestionsName[] =
2422 "Show recently visited bookmarks on the New Tab page";
2423const char kEnableNtpBookmarkSuggestionsDescription[] =
2424 "If enabled, the list of content suggestions on the New Tab page will "
2425 "contain recently visited bookmarks.";
2426
2427const char kEnableNtpForeignSessionsSuggestionsName[] =
2428 "Show recent foreign tabs on the New Tab page";
2429const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2430 "If enabled, the list of content suggestions on the New Tab page will "
2431 "contain recent foreign tabs.";
2432
Brett Wilsonff596952017-07-14 01:06:552433const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2434 "Show offline page downloads on the New Tab page";
2435const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2436 "If enabled, the list of content suggestions on the New Tab page will "
2437 "contain pages that the user downloaded for later use.";
2438
2439const char kEnableNtpRemoteSuggestionsName[] =
2440 "Show server-side suggestions on the New Tab page";
2441const char kEnableNtpRemoteSuggestionsDescription[] =
2442 "If enabled, the list of content suggestions on the New Tab page will "
2443 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2444 "allows to override the source used to retrieve these server-side "
2445 "suggestions.";
2446
2447const char kEnableNtpSnippetsVisibilityName[] =
2448 "Make New Tab Page Snippets more visible.";
2449const char kEnableNtpSnippetsVisibilityDescription[] =
2450 "If enabled, the NTP snippets will become more discoverable with a larger "
2451 "portion of the first card above the fold.";
2452
2453const char kEnableNtpSuggestionsNotificationsName[] =
2454 "Notify about new content suggestions available at the New Tab page";
2455const char kEnableNtpSuggestionsNotificationsDescription[] =
2456 "If enabled, notifications will inform about new content suggestions on "
2457 "the New Tab page.";
2458
Brett Wilsonff596952017-07-14 01:06:552459const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2460const char kEnableOfflinePreviewsDescription[] =
2461 "Enable showing offline page previews on slow networks.";
2462
2463const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2464const char kEnableOskOverscrollDescription[] =
2465 "Enable OSK overscroll support. With this flag on, the OSK will only "
2466 "resize the visual viewport.";
2467
2468const char kEnableSpecialLocaleName[] =
2469 "Enable custom logic for special locales.";
2470const char kEnableSpecialLocaleDescription[] =
2471 "Enable custom logic for special locales. In this mode, Chrome might "
2472 "behave differently in some locales.";
2473
Brett Wilsonff596952017-07-14 01:06:552474const char kEnableWebNfcName[] = "WebNFC";
2475const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2476
gogeraldf3cbb422017-07-26 14:37:122477const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2478 "Enable Web Payments method section order V2.";
2479const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2480 "Enable this option to display payment method section above address "
2481 "section instead of below it.";
2482
Raymes Khoury582b43132017-12-12 23:54:302483const char kGrantNotificationsToDSEName[] =
2484 "Grant notifications to the Default Search Engine";
2485const char kGrantNotificationsToDSENameDescription[] =
2486 "Automatically grant the notifications permission to the Default Search "
2487 "Engine";
2488
Daniel Parke74fcf862018-03-27 18:05:452489const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512490const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452491
Yafei Duanbb7663f32018-07-17 01:33:152492const char kHomepageTileName[] =
2493 "Enable Homepage tile shown in Suggested Tiles";
2494const char kHomepageTileDescription[] =
2495 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2496 "used for homepage. It will not have an effect when NTPButton is disabled.";
2497
Jian Li4b252642018-07-23 19:49:072498const char kIncognitoStringsName[] = "Alternate incognito strings";
2499const char kIncognitoStringsDescription[] =
2500 "Show alternate incognito strings if enabled.";
2501
Theresa920e0ed2018-03-07 18:12:442502const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152503 "Use the interest feed to render content suggestions. Currently "
2504 "content "
Theresa920e0ed2018-03-07 18:12:442505 "suggestions are shown on the New Tab Page.";
2506const char kInterestFeedContentSuggestionsName[] =
2507 "Interest Feed Content Suggestions";
2508
Brett Wilsonff596952017-07-14 01:06:552509const char kKeepPrefetchedContentSuggestionsName[] =
2510 "Keep prefetched content suggestions";
2511const char kKeepPrefetchedContentSuggestionsDescription[] =
2512 "If enabled, some of prefetched content suggestions are not replaced by "
2513 "the new fetched suggestions.";
2514
Leo Zhang051b75482017-12-20 03:28:302515const char kLanguagesPreferenceName[] = "Language Settings";
2516const char kLanguagesPreferenceDescription[] =
2517 "Enable this option for Language Settings feature on Android.";
2518
Charlie Ma8c2846e2018-07-27 18:44:392519const char kLongPressBackForHistoryName[] =
2520 "Long Press Back Button for History";
2521const char kLongPressBackForHistoryDescription[] =
2522 "Long press system back button to show navigation history if enabled";
2523
Charlie Ma85b22bdb2018-08-01 03:50:452524const char kLongPressBackNewDesignName[] = "Long Press Back New Design";
2525const char kLongPressBackNewDesignDescription[] =
2526 "Long press system back button to show material design refreshed navigation"
2527 " popup if enabled";
2528
Brett Wilsonff596952017-07-14 01:06:552529const char kLsdPermissionPromptName[] =
2530 "Location Settings Dialog Permission Prompt";
2531const char kLsdPermissionPromptDescription[] =
2532 "Whether to use the Google Play Services Location Settings Dialog "
2533 "permission dialog.";
2534
Amirhossein Simjour97b4154f2018-02-20 03:49:592535const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2536const char kModalPermissionDialogViewDescription[] =
2537 "Enable this option to use ModalDialogManager for permission Dialogs.";
2538
Brett Wilsonff596952017-07-14 01:06:552539const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2540const char kMediaScreenCaptureDescription[] =
2541 "Enable this option for experimental ScreenCapture feature on Android.";
2542
2543const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2544const char kModalPermissionPromptsDescription[] =
2545 "Whether to use permission dialogs in place of permission infobars.";
2546
Finnur Thorarinssonc1488fc62018-07-09 19:21:572547const char kNewContactsPickerName[] = "Enable new contacts picker";
2548const char kNewContactsPickerDescription[] =
2549 "Activates the new picker for selecting contacts.";
2550
Dan Harrington541db9e2018-07-30 18:36:302551const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2552const char kNewNetErrorPageUIDescription[] =
2553 "Selects which new UI experience to show on the net-error (Dino) page";
2554
Brett Wilsonff596952017-07-14 01:06:552555const char kNewPhotoPickerName[] = "Enable new Photopicker";
2556const char kNewPhotoPickerDescription[] =
2557 "Activates the new picker for selecting photos.";
2558
2559const char kNoCreditCardAbort[] = "No Credit Card Abort";
2560const char kNoCreditCardAbortDescription[] =
2561 "Whether or not the No Credit Card Abort is enabled.";
2562
Daniel Park990d0992018-05-18 22:12:512563const char kNtpButtonName[] = "Enable NTP Button";
2564const char kNtpButtonDescription[] =
2565 "Displays a New Tab Page button in the toolbar if enabled.";
2566
Michael van Ouwerkerkcdbbe332017-11-24 15:07:062567const char kNtpModernLayoutName[] = "Modern NTP layout";
2568const char kNtpModernLayoutDescription[] =
2569 "Show a modern layout on the New Tab Page.";
2570
Brett Wilsonff596952017-07-14 01:06:552571const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
2572const char kNtpGoogleGInOmniboxDescription[] =
2573 "Show a Google G in the omnibox on the New Tab Page.";
2574
Brett Wilsonff596952017-07-14 01:06:552575const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2576const char kOfflineBookmarksDescription[] =
2577 "Enable saving bookmarked pages for offline viewing.";
2578
Jian Li1413ebf2018-06-14 20:46:322579const char kOfflineIndicatorName[] = "Enable offline indicator";
2580const char kOfflineIndicatorDescription[] =
2581 "Enable showing offline indicator while offline.";
2582
Brett Wilsonff596952017-07-14 01:06:552583const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2584const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2585
2586const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2587const char kOfflinePagesCtV2Description[] =
2588 "V2 features include attributing pages to the app that initiated the "
2589 "custom tabs, and being able to query for pages by page attribution.";
2590
Cathy Li7311d792018-04-05 00:34:162591const char kOfflinePagesCTSuppressNotificationsName[] =
2592 "Disable download complete notification for whitelisted CCT apps.";
2593const char kOfflinePagesCTSuppressNotificationsDescription[] =
2594 "Disable download complete notification for page downloads originating "
2595 "from a CCT app whitelisted to show their own download complete "
2596 "notification.";
2597
Candice Sy74fa7a352018-03-30 23:46:492598const char kOfflinePagesDescriptiveFailStatusName[] =
2599 "Enables descriptive failed download status text.";
2600const char kOfflinePagesDescriptiveFailStatusDescription[] =
2601 "Enables failed download status text in notifications and Downloads Home "
2602 "to state the reason the request failed if the failure is actionable.";
2603
2604const char kOfflinePagesDescriptivePendingStatusName[] =
2605 "Enables descriptive pending download status text.";
2606const char kOfflinePagesDescriptivePendingStatusDescription[] =
2607 "Enables pending download status text in notifications and Downloads Home "
2608 "to state the reason the request is pending.";
2609
2610const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2611 "Enables offline pages in the downloads home to be opened in CCT.";
2612const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2613 "When enabled offline pages launched from the Downloads Home will be "
2614 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2615
Carlos Knippschild09272ecd2017-12-09 03:29:362616const char kOfflinePagesLimitlessPrefetchingName[] =
2617 "Removes resource usage limits for the prefetching of offline pages.";
2618const char kOfflinePagesLimitlessPrefetchingDescription[] =
2619 "Allows the prefetching of suggested offline pages to ignore resource "
2620 "usage limits. This allows it to completely ignore data usage limitations "
2621 "and allows downloads to happen with any kind of connection.";
2622
Brett Wilsonff596952017-07-14 01:06:552623const char kOfflinePagesLoadSignalCollectingName[] =
2624 "Enables collecting load timing data for offline page snapshots.";
2625const char kOfflinePagesLoadSignalCollectingDescription[] =
2626 "Enables loading completeness data collection while writing an offline "
2627 "page. This data is collected in the snapshotted offline page to allow "
2628 "data analysis to improve deciding when to make the offline snapshot.";
2629
2630const char kOfflinePagesPrefetchingName[] =
2631 "Enables suggested offline pages to be prefetched.";
2632const char kOfflinePagesPrefetchingDescription[] =
2633 "Enables suggested offline pages to be prefetched, so useful content is "
2634 "available while offline.";
2635
Pete Williamson7845dff2017-09-20 11:06:192636const char kOfflinePagesResourceBasedSnapshotName[] =
2637 "Enables offline page snapshots to be based on percentage of page loaded.";
2638const char kOfflinePagesResourceBasedSnapshotDescription[] =
2639 "Enables offline page snapshots to use a resource percentage based "
2640 "approach for determining when the page is loaded as opposed to a time "
2641 "based approach";
2642
Collin Baker17f92a52017-07-19 21:41:252643const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2644const char kOfflinePagesRenovationsDescription[] =
2645 "Enables offline page renovations which correct issues with dynamic "
2646 "content that occur when offlining pages that use JavaScript.";
2647
Brett Wilsonff596952017-07-14 01:06:552648const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2649const char kOfflinePagesSharingDescription[] =
2650 "Enables the saved offline pages to be shared via other applications.";
2651
Yafei Duan36b4b5b2018-08-07 00:40:032652const char kOfflinePagesLivePageSharingName[] =
2653 "Enables live page sharing of offline pages";
2654const char kOfflinePagesLivePageSharingDescription[] =
2655 "Enables to share current loaded page as offline page by saving as MHTML "
2656 "first.";
2657
Cathy Lie0d88762018-04-12 08:03:012658const char kOfflinePagesShowAlternateDinoPageName[] =
2659 "Enable alternate dino page with more user capabilities.";
2660const char kOfflinePagesShowAlternateDinoPageDescription[] =
2661 "Enables the dino page to show more buttons and offer existing offline "
2662 "content.";
2663
Brett Wilsonff596952017-07-14 01:06:552664const char kOfflinePagesSvelteConcurrentLoadingName[] =
2665 "Enables concurrent background loading on svelte.";
2666const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2667 "Enables concurrent background loading (or downloading) of pages on "
2668 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2669 "happen when the svelte device is idle.";
2670
2671const char kOffliningRecentPagesName[] =
2672 "Enable offlining of recently visited pages";
2673const char kOffliningRecentPagesDescription[] =
2674 "Enable storing recently visited pages locally for offline use. Requires "
2675 "Offline Pages to be enabled.";
2676
Lei Zhang2eca9082017-10-17 20:42:502677const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2678const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552679 "Enable Pay with Google integration into Web Payments with API version "
2680 "'1'.";
2681
Matthew Jonesa88b95852017-11-08 23:13:502682const char kProgressBarThrottleName[] = "Android progress update throttling.";
2683const char kProgressBarThrottleDescription[] =
2684 "Limit the maximum progress update to make progress appear smoother.";
2685
Brett Wilsonff596952017-07-14 01:06:552686const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2687const char kPullToRefreshEffectDescription[] =
2688 "Page reloads triggered by vertically overscrolling content.";
2689
Piotr Swigon7c296ef2017-08-29 04:32:002690const char kPwaImprovedSplashScreenName[] =
2691 "Improved Splash Screen for standalone PWAs";
2692const char kPwaImprovedSplashScreenDescription[] =
2693 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2694 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492695const char kPwaPersistentNotificationName[] =
2696 "Persistent notification in standalone PWA";
2697const char kPwaPersistentNotificationDescription[] =
2698 "Enables a persistent Android notification for standalone PWAs";
2699
Brett Wilsonff596952017-07-14 01:06:552700const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2701const char kReaderModeHeuristicsDescription[] =
2702 "Determines what pages the Reader Mode infobar is shown on.";
2703const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2704const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2705const char kReaderModeHeuristicsAllArticles[] = "All articles";
2706const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2707const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2708
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182709const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2710const char kReaderModeInCCTDescription[] =
2711 "Open Reader Mode in Chrome Custom Tabs.";
2712
Brett Wilsonff596952017-07-14 01:06:552713const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2714const char kSetMarketUrlForTestingDescription[] =
2715 "When enabled, sets the market URL for use in testing the update menu "
2716 "item.";
2717
2718const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2719const char kSpannableInlineAutocompleteDescription[] =
2720 "A new type of inline autocomplete for the omnibox that works with "
2721 "keyboards that compose text.";
2722
Theresaeea05a12018-05-09 21:01:592723const char kSimplifiedNtpName[] = "Simplified NTP";
2724const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2725
2726const char kSiteExplorationUiName[] = "Site Exploration UI";
2727const char kSiteExplorationUiDescription[] =
2728 "Show site suggestions in the Exploration UI";
2729
Brett Wilsonff596952017-07-14 01:06:552730const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2731const char kUpdateMenuBadgeDescription[] =
2732 "When enabled, an update badge will be shown on the app menu button.";
2733
2734const char kUpdateMenuItemCustomSummaryDescription[] =
2735 "When this flag and the force show update menu item flag are enabled, a "
2736 "custom summary string will be displayed below the update menu item.";
2737const char kUpdateMenuItemCustomSummaryName[] =
2738 "Update menu item custom summary";
2739
2740const char kUpdateMenuItemName[] = "Force show update menu item";
2741const char kUpdateMenuItemDescription[] =
2742 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2743 R"*(menu.)*";
2744
Amirhossein Simjourd78bbcf2018-02-02 16:23:392745const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui";
2746const char kVrBrowsingNativeAndroidUiDescription[] =
2747 "Enable Android UI elements in VR.";
2748
Tibor Goldschwendt4cdea8d2018-05-10 15:46:462749const char kVrBrowsingTabsViewName[] = "VR browsing tabs view";
2750const char kVrBrowsingTabsViewDescription[] =
2751 "Enable tab overview (tab switcher) in VR.";
2752
Marc Treib93af46a2017-08-23 13:30:002753const char kThirdPartyDoodlesName[] =
2754 "Enable Doodles for third-party search engines";
2755const char kThirdPartyDoodlesDescription[] =
2756 "Enables fetching and displaying Doodles on the NTP for third-party search "
2757 "engines.";
2758
Klaus Weidneraaf697f2018-01-18 20:07:362759const char kWebXrRenderPathName[] = "WebXR presentation render path";
2760const char kWebXrRenderPathDescription[] =
2761 "Render path to use for WebXR presentation (including WebVR)";
2762const char kWebXrRenderPathChoiceClientWaitDescription[] =
2763 "ClientWait (Baseline)";
2764const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2765 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072766const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2767 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362768
Brett Wilson7b44537e2017-08-18 01:38:282769// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552770
Brett Wilson7b44537e2017-08-18 01:38:282771#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482772
Brett Wilson7b44537e2017-08-18 01:38:282773const char kAccountConsistencyName[] =
2774 "Identity consistency between browser and cookie jar";
2775const char kAccountConsistencyDescription[] =
2776 "When enabled, the browser manages signing in and out of Google accounts.";
2777const char kAccountConsistencyChoiceMirror[] = "Mirror";
2778const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342779
Tommy Martino3fa3df52018-08-20 21:45:442780const char kAutofillDropdownLayoutName[] =
2781 "Autofill Dropdown Layout Experiment";
2782const char kAutofillDropdownLayoutDescription[] =
2783 "Alternate visual designs for the Autofill dropdown.";
2784
Chris Pickel3a227ae62017-08-24 10:47:262785const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2786const char kDoodlesOnLocalNtpDescription[] =
2787 "Show doodles on the local New Tab page if Google is the default search "
2788 "engine.";
2789
mlamouriff56c092017-05-11 15:31:392790const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392791const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342792 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392793const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392794const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392795const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342796 "Enabled (Flash lowers volume when interrupted by other sound, "
2797 "experimental)";
2798
Sebastien Marchandd33f7dc2018-06-22 22:07:062799const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2800const char kInfiniteSessionRestoreDescription[] =
2801 "Reduces the number of tabs being loaded simultaneously during session "
2802 "restore, to improve responsiveness of the foreground tab. This requires "
2803 "#enable-page-almost-idle.";
2804
Brett Wilson7b44537e2017-08-18 01:38:282805const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2806const char kEnableNewAppMenuIconDescription[] =
2807 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342808
Sebastien Marchandd33f7dc2018-06-22 22:07:062809const char kEnableWebAuthenticationCtap2SupportName[] =
2810 "Enable Web Authentication API support for CTAP2 security keys";
2811const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472812 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062813
2814const char kEnableWebAuthenticationTestingAPIName[] =
2815 "Web Authentication Testing API";
2816const char kEnableWebAuthenticationTestingAPIDescription[] =
2817 "Enable Web Authentication Testing API support, which disconnects the API "
2818 "implementation from the real world, and allows configuring virtual "
2819 "authenticator devices for testing";
2820
Jeffrey Cohenf04130a42018-08-29 00:22:272821const char kHappinessTrackingSurveysForDesktopName[] =
2822 "Happiness Tracking Surveys";
2823const char kHappinessTrackingSurveysForDesktopDescription[] =
2824 "Enable showing Happiness Tracking Surveys to users on Desktop";
2825
Dave Schuyler598a4a42018-01-04 02:15:102826const char kOmniboxRichEntitySuggestionsName[] =
2827 "Omnibox rich entity suggestions";
2828const char kOmniboxRichEntitySuggestionsDescription[] =
2829 "Display entity suggestions using images and an enhanced layout; showing "
Justin Donnellye7926092018-06-18 14:57:212830 "more context and descriptive text about the entity. Has no effect unless "
2831 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2832 "flag is set to Refresh or Touchable Refresh.";
Dave Schuyler598a4a42018-01-04 02:15:102833
Travis Skarebcdb5ed32018-08-17 01:49:402834const char kOmniboxDriveSuggestionsName[] =
2835 "Omnibox Google Drive Document suggestions";
2836const char kOmniboxDriveSuggestionsDescriptions[] =
2837 "Display suggestions for Google Drive documents in the omnibox when Google "
2838 "is the default search engine.";
2839
Dave Schuyler616273d2018-04-19 03:12:522840const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2841const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212842 "Display answers using an enhanced layout with larger images. Has no "
2843 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2844 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522845
Orin Jaworski04c08b42018-07-11 02:39:562846const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2847const char kOmniboxReverseAnswersDescription[] =
2848 "Display answers with rows reversed (swapped); except definitions. Has no "
2849 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2850 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2851
Kevin Bailey898669972017-11-06 15:34:492852const char kOmniboxTabSwitchSuggestionsName[] =
2853 "Omnibox tab switch suggestions";
2854const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212855 "Enable suggestions for switching to open tabs within the Omnibox. "
2856 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2857 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492858
krbcc621412017-06-01 19:40:282859const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2860const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192861 "Enable receiving tail suggestions, a type of search suggestion based on "
2862 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342863
Sebastien Marchandd33f7dc2018-06-22 22:07:062864const char kPageAlmostIdleName[] = "Page Almost Idle";
2865const char kPageAlmostIdleDescription[] =
2866 "Make session restore use a definition of loading that waits for CPU and "
2867 "network quiescence.";
2868
2869const char kProactiveTabFreezeAndDiscardName[] =
2870 "Proactive Tab Freeze and Discard";
2871const char kProactiveTabFreezeAndDiscardDescription[] =
2872 "Enables proactive tab freezing and discarding. This requires "
2873 "#enable-page-almost-idle.";
2874
2875const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2876const char kSiteCharacteristicsDatabaseDescription[] =
2877 "Records usage of some features in a database while a tab is in background "
2878 "(title/favicon update, audio playback or usage of non-persistent "
2879 "notifications).";
2880
Brett Wilson7b44537e2017-08-18 01:38:282881const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2882const char kUseGoogleLocalNtpDescription[] =
2883 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322884
Brett Wilson7b44537e2017-08-18 01:38:282885const char kVoiceSearchOnLocalNtpName[] =
2886 "Enable Voice Search on the local NTP";
2887const char kVoiceSearchOnLocalNtpDescription[] =
2888 "Show a microphone for voice search on the local New Tab page "
2889 "if Google is the default search engine.";
2890
2891#if defined(GOOGLE_CHROME_BUILD)
2892
2893const char kGoogleBrandedContextMenuName[] =
2894 "Google branding in the context menu";
2895const char kGoogleBrandedContextMenuDescription[] =
2896 "Shows a Google icon next to context menu items powered by Google "
2897 "services.";
2898
2899#endif // !defined(GOOGLE_CHROME_BUILD)
2900
2901#endif // !defined(OS_ANDROID)
2902
2903// Windows ---------------------------------------------------------------------
2904
2905#if defined(OS_WIN)
2906
2907const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2908const char kCloudPrintXpsDescription[] =
2909 "XPS enables advanced options for classic printers connected to the Cloud "
2910 "Print with Chrome. Printers must be re-connected after changing this "
2911 "flag.";
2912
2913const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2914const char kDisablePostscriptPrintingDescription[] =
2915 "Disables PostScript generation when printing to PostScript capable "
2916 "printers, and uses EMF generation in its place.";
2917
2918const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2919const char kEnableAppcontainerDescription[] =
2920 "Enables the use of an AppContainer on sandboxed processes to improve "
2921 "security.";
2922
Brett Wilson7b44537e2017-08-18 01:38:282923const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2924const char kEnableDesktopIosPromotionsDescription[] =
2925 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2926 "eligible.";
2927
James Forshawfd0ce342018-02-14 09:55:392928const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2929const char kEnableGpuAppcontainerDescription[] =
2930 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2931 "improve security.";
2932
Brett Wilson7b44537e2017-08-18 01:38:282933const char kGdiTextPrinting[] = "GDI Text Printing";
2934const char kGdiTextPrintingDescription[] =
2935 "Use GDI to print text as simply text";
2936
Henrik Grunell67e56ef2018-04-10 14:04:092937const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2938const char kIncreaseInputAudioBufferSizeDescription[] =
2939 "Increases the input audio endpoint buffer to 100 ms.";
2940
Brett Wilson7b44537e2017-08-18 01:38:282941const char kTraceExportEventsToEtwName[] =
2942 "Enable exporting of tracing events to ETW.";
2943const char kTraceExportEventsToEtwDesription[] =
2944 "If enabled, trace events will be exported to the Event Tracing for "
2945 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2946 "Xperf.";
2947
2948const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2949const char kUseWinrtMidiApiDescription[] =
2950 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2951 "later).";
2952
2953const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2954const char kWindows10CustomTitlebarDescription[] =
2955 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2956 "deferring to Windows.";
2957
2958#endif // defined(OS_WIN)
2959
2960// Mac -------------------------------------------------------------------------
2961
2962#if defined(OS_MACOSX)
2963
Brett Wilson7b44537e2017-08-18 01:38:282964const char kFullscreenToolbarRevealName[] =
2965 "Enables the toolbar in fullscreen to reveal itself.";
2966const char kFullscreenToolbarRevealDescription[] =
2967 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2968 "has changed.";
2969
2970const char kContentFullscreenName[] = "Improved Content Fullscreen";
2971const char kContentFullscreenDescription[] =
2972 "Fullscreen content window detaches from main browser window and goes to "
2973 "a new space without moving or changing the original browser window.";
2974
Lei Zhang2eca9082017-10-17 20:42:502975const char kDialogTouchBarName[] = "Dialog Touch Bar";
2976const char kDialogTouchBarDescription[] =
Brett Wilson7b44537e2017-08-18 01:38:282977 "Shows Dialog buttons on the Touch Bar.";
2978
Martin Kreichgauer1ca416d2018-07-11 00:43:192979const char kEnableWebAuthenticationTouchIdName[] =
2980 "Web Authentication API Touch ID support";
2981const char kEnableWebAuthenticationTouchIdDescription[] =
2982 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
2983
Brett Wilson7b44537e2017-08-18 01:38:282984const char kHostedAppsInWindowsName[] =
2985 "Allow hosted apps to be opened in windows";
2986const char kHostedAppsInWindowsDescription[] =
2987 "Allows hosted apps to be opened in windows instead of being limited to "
2988 "tabs.";
2989
Lei Zhang2eca9082017-10-17 20:42:502990const char kMacRTLName[] = "Enable RTL";
2991const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:282992
Lei Zhang2eca9082017-10-17 20:42:502993const char kMacTouchBarName[] = "Hardware Touch Bar";
2994const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282995
2996const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2997const char kMacV2SandboxDescription[] =
2998 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2999 "entire life cycle.";
3000
3001const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
3002const char kMacViewsNativeAppWindowsDescription[] =
3003 "Controls whether to use Toolkit-Views based Chrome App windows.";
3004
3005const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
3006const char kMacViewsTaskManagerDescription[] =
3007 "Controls whether to use the Toolkit-Views based Task Manager.";
3008
3009const char kTabDetachingInFullscreenName[] =
3010 "Allow tab detaching in fullscreen";
3011const char kTabDetachingInFullscreenDescription[] =
3012 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
3013
3014const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
3015const char kTabStripKeyboardFocusDescription[] =
3016 "Enable keyboard focus for the tabs in the tab strip.";
3017
Tessa Nijssen4db9799e2018-08-06 21:04:383018const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
3019const char kTextSuggestionsTouchBarDescription[] =
3020 "Enable text suggestions touch bar for textfields.";
3021
Brett Wilson7b44537e2017-08-18 01:38:283022#endif
3023
3024// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:343025
3026#if defined(OS_CHROMEOS)
3027
Brett Wilson7b44537e2017-08-18 01:38:283028const char kAcceleratedMjpegDecodeName[] =
3029 "Hardware-accelerated mjpeg decode for captured frame";
3030const char kAcceleratedMjpegDecodeDescription[] =
3031 "Enable hardware-accelerated mjpeg decode for captured frame where "
3032 "available.";
vabr0215a8e2017-03-28 12:47:343033
Brett Wilson7b44537e2017-08-18 01:38:283034const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
3035const char kAllowTouchpadThreeFingerClickDescription[] =
3036 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:343037
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:523038const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
3039const char kArcAvailableForChildDescription[] =
3040 "Allow child accounts to start Android apps.";
3041
Brett Wilson7b44537e2017-08-18 01:38:283042const char kArcBootCompleted[] = "Load Android apps automatically";
3043const char kArcBootCompletedDescription[] =
3044 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:343045
Luum Habtemariamdaa8fd22018-06-25 22:39:433046const char kArcCupsApiName[] = "ARC CUPS API";
3047const char kArcCupsApiDescription[] =
3048 "Enables support of libcups APIs from ARC";
3049
Yuichiro Hanada0b63f062018-07-12 02:18:333050const char kArcInputMethodName[] = "Enable ARC input methods.";
3051const char kArcInputMethodDescription[] = "Enable ARC input methods.";
3052
Lev Rumyantsev7a8544312017-08-18 19:26:513053const char kArcNativeBridgeExperimentName[] =
3054 "Enable native bridge experiment for ARC";
3055const char kArcNativeBridgeExperimentDescription[] =
3056 "Enables experimental native bridge feature.";
3057
lgchengecd1c1a62018-01-09 02:59:463058const char kArcUsbHostName[] = "Enable ARC USB host integration";
3059const char kArcUsbHostDescription[] =
3060 "Allow Android apps to use USB host feature on ChromeOS devices.";
3061
Kevin Cernekeeb7f96a52017-10-25 17:40:183062const char kArcVpnName[] = "Enable ARC VPN integration";
3063const char kArcVpnDescription[] =
3064 "Allow Android VPN clients to tunnel Chrome traffic.";
3065
Qiang Xu045aff222018-05-21 23:21:013066const char kAshDisableLoginDimAndBlurName[] =
3067 "Disable dimming and blur on login screen.";
3068const char kAshDisableLoginDimAndBlurDescription[] =
3069 "Disable dimming and blur on login screen.";
3070
3071const char kAshDisableSmoothScreenRotationName[] =
3072 "Disable smooth rotation animations.";
3073const char kAshDisableSmoothScreenRotationDescription[] =
3074 "Disable smooth rotation animations.";
3075
3076const char kAshEnableDisplayMoveWindowAccelsName[] =
3077 "Enable shortcuts for moving window between displays.";
3078const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3079 "Enable shortcuts for moving window between displays.";
3080
3081const char kAshEnableKeyboardShortcutViewerName[] =
3082 "Enable keyboard shortcut viewer.";
3083const char kAshEnableKeyboardShortcutViewerDescription[] =
3084 "Enable keyboard shortcut viewer.";
3085
3086const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3087const char kAshEnableMirroredScreenDescription[] =
3088 "Enable the mirrored screen mode. This mode flips the screen image "
3089 "horizontally.";
3090
Qiang Xu045aff222018-05-21 23:21:013091const char kAshEnablePersistentWindowBoundsName[] =
3092 "Enable persistent window bounds in multi-displays scenario.";
3093const char kAshEnablePersistentWindowBoundsDescription[] =
3094 "Enable persistent window bounds in multi-displays scenario.";
3095
3096const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3097const char kAshEnableTrilinearFilteringDescription[] =
3098 "Enable trilinear filtering.";
3099
Brett Wilson7b44537e2017-08-18 01:38:283100const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3101const char kAshEnableUnifiedDesktopDescription[] =
3102 "Enable unified desktop mode which allows a window to span multiple "
3103 "displays.";
vabr0215a8e2017-03-28 12:47:343104
Mike Wassermanfcc47e42018-06-14 21:24:423105const char kAshKeyboardShortcutViewerAppName[] =
3106 "Keyboard Shortcut Viewer mojo app";
3107const char kAshKeyboardShortcutViewerAppDescription[] =
3108 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3109
Qiang Xu045aff222018-05-21 23:21:013110const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3111const char kAshShelfColorDescription[] =
3112 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3113 "--ash-shelf-color-scheme flag defines how that color is derived.";
3114
3115const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3116const char kAshShelfColorSchemeDescription[] =
3117 "Specify how the color is derived from the wallpaper. This flag is only "
3118 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3119const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3120const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3121const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3122const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3123const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3124const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3125
Sean Kau5e956192017-10-06 22:25:173126const char kBulkPrintersName[] = "Bulk Printers Policy";
3127const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3128
Brett Wilson7b44537e2017-08-18 01:38:283129const char kCaptivePortalBypassProxyName[] =
3130 "Bypass proxy for Captive Portal Authorization";
3131const char kCaptivePortalBypassProxyDescription[] =
3132 "If proxy is configured, it usually prevents from authorization on "
3133 "different captive portals. This enables opening captive portal "
3134 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343135
Yuki Awanob51d3252018-07-11 23:45:553136const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3137const char kChromeVoxArcSupportDescription[] =
3138 "Use ChromeVox screen reader features in ARC";
3139
Brett Wilson7b44537e2017-08-18 01:38:283140const char kCrOSComponentName[] = "Chrome OS Component";
3141const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083142 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343143
Xiaochu Liu51d03fd2017-09-08 23:51:023144const char kCrOSContainerName[] = "Chrome OS Container";
3145const char kCrOSContainerDescription[] =
3146 "Enable the use of Chrome OS Container utility.";
3147
Brett Wilson7b44537e2017-08-18 01:38:283148const char kCrosRegionsModeName[] = "Cros-regions load mode";
3149const char kCrosRegionsModeDescription[] =
3150 "This flag controls cros-regions load mode";
3151const char kCrosRegionsModeDefault[] = "Default";
3152const char kCrosRegionsModeOverride[] = "Override VPD values.";
3153const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343154
Joel Hockeyad5b9762018-09-01 12:06:083155const char kCrostiniFilesName[] = "Crostini Files";
3156const char kCrostiniFilesDescription[] =
3157 "Enable Crostini file sharing in Files app.";
3158
Jacob Dufault2becbc482017-08-25 00:36:353159const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3160const char kDisableLockScreenAppsDescription[] =
3161 "Disable new-note action handler apps on the lock screen. The user will "
3162 "not be able to launch the preferred note-taking action from the lock "
3163 "screen, provided that the app supports lock screen note taking.";
3164
Qiang Xu045aff222018-05-21 23:21:013165const char kDisableSystemTimezoneAutomaticDetectionName[] =
3166 "SystemTimezoneAutomaticDetection policy support";
3167const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3168 "Disable system timezone automatic detection device policy.";
3169
Sammie Quonef6b4882017-09-14 16:50:053170const char kDisableTabletAutohideTitlebarsName[] =
3171 "Disable autohide titlebars in tablet mode";
3172const char kDisableTabletAutohideTitlebarsDescription[] =
3173 "Disable tablet mode autohide titlebars functionality. The user will be "
3174 "able to see the titlebar in tablet mode.";
3175
Xiaoqian Dai24b33eb2018-04-10 21:01:573176const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3177const char kDisableTabletSplitViewDescription[] =
3178 "Disable split view for Chrome OS tablet mode.";
3179
Daniel Zhang01399072018-08-16 22:28:203180const char kEnableAppListSearchAutocompleteName[] =
3181 "App List Search Autocomplete";
3182const char kEnableAppListSearchAutocompleteDescription[] =
3183 "Allow App List search box to autocomplete queries for Google searches and "
3184 "apps.";
3185
Qiang Xu53d1a5832018-05-24 18:44:193186const char kEnableAppShortcutSearchName[] =
3187 "Enable app shortcut search in launcher";
3188const char kEnableAppShortcutSearchDescription[] =
3189 "Enables app shortcut search in launcher";
3190
Weidong Guo00d0b2b2018-06-07 00:39:303191const char kEnableAppsGridGapFeatureName[] =
3192 "Enable apps grid gap feature in launcher.";
3193const char kEnableAppsGridGapFeatureDescription[] =
3194 "Enables gaps at the end of each page and enables dragging an item to an "
3195 "empty page in launcher.";
3196
Lei Zhang2eca9082017-10-17 20:42:503197const char kEnableBackgroundBlurName[] = "Enable background blur.";
3198const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423199 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393200
Kushagra Sinha8a181fc2018-08-20 17:15:493201extern const char kEnableChromeOsAccountManagerName[] =
3202 "Enable Account Manager";
3203extern const char kEnableChromeOsAccountManagerDescription[] =
3204 "Enables the Chrome OS Account Manager";
3205
Sammie Quon248ccef2018-08-28 23:00:013206extern const char kEnableContinueReadingName[] = "Enable continue reading";
3207extern const char kEnableContinueReadingDescription[] =
3208 "Enable continue reading feature in Launcher, which allows users to "
3209 "seamlessly continue reading a web page when they switch devices from "
3210 "phones or tablets to Chromebooks.";
3211
Min Chenc2ec7282018-06-29 21:38:463212const char kEnableDragAppsInTabletModeName[] =
3213 "Enable dragging apps in tablet mode";
3214const char kEnableDragAppsInTabletModeDescription[] =
3215 "If enabled, swiping down from the top of the screen when an app is opened "
3216 "in tablet mode can drag the app.";
3217
Xiaoqian Dai82d99192018-05-25 18:51:353218const char kEnableDragTabsInTabletModeName[] =
3219 "Enable dragging tabs in tablet mode";
3220const char kEnableDragTabsInTabletModeDescription[] =
3221 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3222
Sam McNally201fbf94e2018-07-04 03:15:203223const char kEnableDriveFsName[] = "Enable DriveFS";
3224const char kEnableDriveFsDescription[] =
3225 "Enables use of the new DriveFS-based Drive sync client.";
3226
Brett Wilson7b44537e2017-08-18 01:38:283227const char kEnableEhvInputName[] =
3228 "Emoji, handwriting and voice input on opt-in IME menu";
3229const char kEnableEhvInputDescription[] =
3230 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343231
Brett Wilson7b44537e2017-08-18 01:38:283232const char kEnableEncryptionMigrationName[] =
3233 "Enable encryption migration of user data";
3234const char kEnableEncryptionMigrationDescription[] =
3235 "If enabled and the device supports ARC, the user will be asked to update "
3236 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343237
Blake O'Hare9e9317b22017-10-24 02:49:353238const char kEnableFloatingVirtualKeyboardName[] =
3239 "Enable floating virtual keyboard";
3240const char kEnableFloatingVirtualKeyboardDescription[] =
3241 "If enabled, the keyboard will use floating behavior by default.";
3242
Qiang Xu045aff222018-05-21 23:21:013243const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3244 "Enable full screen handwriting virtual keyboard";
3245const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3246 "If enabled, the handwriting virtual keyboard will allow user to write "
3247 "anywhere on the screen";
3248
3249const char kEnableHomeLauncherName[] = "Enable home launcher";
3250const char kEnableHomeLauncherDescription[] =
3251 "Enable home launcher in tablet mode.";
3252
Sammie Quon248ccef2018-08-28 23:00:013253extern const char kEnableHomeLauncherGesturesName[] =
3254 "Enable home launcher gestures";
3255extern const char kEnableHomeLauncherGesturesDescription[] =
3256 "Enables using gestures to hide or show the home launcher.";
3257
Brett Wilson7b44537e2017-08-18 01:38:283258const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3259const char kEnableImeMenuDescription[] =
3260 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343261
Weidong Guo45836d1b2018-06-27 23:51:163262const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3263const char kEnableNewStyleLauncherDescription[] =
3264 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3265 "in app launcher.";
3266
Qiang Xu045aff222018-05-21 23:21:013267const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker";
3268const char kEnableNewWallpaperPickerDescription[] =
3269 "Enable the redesigned wallpaper picker with new wallpaper collections.";
3270
Sammie Quon248ccef2018-08-28 23:00:013271const char kEnableOobeRecommendAppsScreenName[] =
3272 "Enable OOBE Recommend Apps Screen";
3273const char kEnableOobeRecommendAppsScreenDescription[] =
3274 "Enable the Recommend Apps Screen in OOBE which allows user to install apps"
3275 "from other devices";
3276
Qiang Xu045aff222018-05-21 23:21:013277const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3278const char kEnablePerUserTimezoneDescription[] =
3279 "Chrome OS system timezone preference is stored and handled for each user "
3280 "individually.";
3281
3282const char kEnableSettingsShortcutSearchName[] =
3283 "Enable Settings shortcut search";
3284const char kEnableSettingsShortcutSearchDescription[] =
3285 "Enable Settings shortcut search in launcher.";
3286
Darren Shen3e49c63d2018-03-28 04:45:503287const char kEnableStylusVirtualKeyboardName[] =
3288 "Enable stylus virtual keyboard";
3289const char kEnableStylusVirtualKeyboardDescription[] =
3290 "If enabled, tapping with a stylus will show the handwriting virtual "
3291 "keyboard.";
3292
Jordy Greenblatt2f23df22018-02-22 19:49:193293const char kEnableUnifiedMultiDeviceSettingsName[] =
3294 "Enable unified MultiDevice settings";
3295const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3296 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3297 "MultiDevice settings.";
3298
3299const char kEnableUnifiedMultiDeviceSetupName[] =
3300 "Enable unified MultiDevice setup";
3301const char kEnableUnifiedMultiDeviceSetupDescription[] =
3302 "Enable the device to setup all MultiDevice services in a single workflow.";
3303
Darren Shen11c770f312018-06-13 07:36:393304const char kEnableVirtualKeyboardMdUiName[] =
3305 "Enable Material Design virtual keyboard";
3306const char kEnableVirtualKeyboardMdUiDescription[] =
3307 "If enabled, loads the Material Design UI for the virtual keyboard.";
3308
Darren Shen0b4e5802018-07-10 03:12:263309const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3310const char kEnableVirtualKeyboardUkmDescription[] =
3311 "Enables UKM for virtual keyboard";
3312
Sammie Quon248ccef2018-08-28 23:00:013313extern const char kEnableZeroStateSuggestionsName[] =
3314 "Enable Zero State Suggetions";
3315extern const char kEnableZeroStateSuggestionsDescription[] =
3316 "Enable Zero State Suggestions feature in Launcher, which will show "
3317 "suggetions when launcher search box is active with an empty query";
3318
Klemen Kozjek05fc4512017-10-18 12:51:103319const char kEnableZipArchiverPackerName[] = "ZIP archiver - Packer";
3320const char kEnableZipArchiverPackerDescription[] =
3321 "Enable the ability to archive files on Drive in the Files app";
3322
Brett Wilson7b44537e2017-08-18 01:38:283323const char kEolNotificationName[] = "Disable Device End of Life notification.";
3324const char kEolNotificationDescription[] =
3325 "Disable Notifcation when Device is End of Life.";
3326
3327const char kExperimentalAccessibilityFeaturesName[] =
3328 "Experimental accessibility features";
3329const char kExperimentalAccessibilityFeaturesDescription[] =
3330 "Enable additional accessibility features in the Settings page.";
3331
3332const char kExperimentalInputViewFeaturesName[] =
3333 "Experimental input view features";
3334const char kExperimentalInputViewFeaturesDescription[] =
3335 "Enable experimental features for IME input views.";
3336
3337const char kFileManagerTouchModeName[] = "Files App. touch mode";
3338const char kFileManagerTouchModeDescription[] =
3339 "Touchscreen-specific interactions of the Files app.";
3340
3341const char kFirstRunUiTransitionsName[] =
3342 "Animated transitions in the first-run tutorial";
3343const char kFirstRunUiTransitionsDescription[] =
3344 "Transitions during first-run tutorial are animated.";
3345
Brett Wilson7b44537e2017-08-18 01:38:283346const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3347const char kForceEnableStylusToolsDescription[] =
3348 "Forces display of the stylus tools menu in the shelf and the stylus "
3349 "section in settings, even if there is no attached stylus device.";
3350
3351const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3352const char kGestureEditingDescription[] =
3353 "Enable/Disable gesture editing option in the settings page for the "
3354 "virtual keyboard.";
3355
3356const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3357const char kGestureTypingDescription[] =
3358 "Enable/Disable gesture typing option in the settings page for the virtual "
3359 "keyboard.";
3360
3361const char kInputViewName[] = "Input views";
3362const char kInputViewDescription[] =
3363 "Enable IME extensions to supply custom views for user input such as "
3364 "virtual keyboards.";
3365
Megumi Hattori5a0d4182018-03-06 11:09:503366const char kLockScreenNotificationName[] = "Lock screen notification";
3367const char kLockScreenNotificationDescription[] =
3368 "Enable notifications on the lock screen.";
3369
Qiang Xu045aff222018-05-21 23:21:013370const char kMaterialDesignInkDropAnimationSpeedName[] =
3371 "Material design ink drop animation speed";
3372const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3373 "Sets the speed of the experimental visual feedback animations for "
3374 "material design.";
3375const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3376const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3377
Brett Wilson7b44537e2017-08-18 01:38:283378const char kMemoryPressureThresholdName[] =
3379 "Memory discard strategy for advanced pressure handling";
3380const char kMemoryPressureThresholdDescription[] =
3381 "Memory discarding strategy to use";
3382const char kConservativeThresholds[] =
3383 "Conservative memory pressure release strategy";
3384const char kAggressiveCacheDiscardThresholds[] =
3385 "Aggressive cache release strategy";
3386const char kAggressiveTabDiscardThresholds[] =
3387 "Aggressive tab release strategy";
3388const char kAggressiveThresholds[] =
3389 "Aggressive tab and cache release strategy";
3390
3391const char kMtpWriteSupportName[] = "MTP write support";
3392const char kMtpWriteSupportDescription[] =
3393 "MTP write support in File System API (and file manager). In-place editing "
3394 "operations are not supported.";
3395
Kyle Horimoto027590fb2018-02-13 22:19:483396const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3397const char kMultiDeviceApiDescription[] =
3398 "Enable Mojo-based API which provides synced device metadata and the "
3399 "ability to connect to other devices associated the logged-in Google "
3400 "account.";
3401
Bailey Berrodca8eeca02017-11-18 00:49:123402const char kNativeSmbName[] = "Native Smb Client";
3403const char kNativeSmbDescription[] =
3404 "If enabled, allows connections to an smb filesystem via Files app";
Bailey Berrofc0da1b2017-11-02 11:02:303405
vabr0215a8e2017-03-28 12:47:343406const char kNetworkPortalNotificationName[] =
3407 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343408const char kNetworkPortalNotificationDescription[] =
3409 "If enabled, notification is displayed when device is connected to a "
3410 "network behind captive portal.";
3411
Brett Wilson7b44537e2017-08-18 01:38:283412const char kNewKoreanImeName[] = "New Korean IME";
3413const char kNewKoreanImeDescription[] =
3414 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343415
Brett Wilson7b44537e2017-08-18 01:38:283416const char kNewZipUnpackerName[] = "New ZIP unpacker";
3417const char kNewZipUnpackerDescription[] =
3418 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:343419
Qiang Xu045aff222018-05-21 23:21:013420const char kOfficeEditingComponentAppName[] =
3421 "Office Editing for Docs, Sheets & Slides";
3422const char kOfficeEditingComponentAppDescription[] =
3423 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3424
Brett Wilson7b44537e2017-08-18 01:38:283425const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3426const char kPhysicalKeyboardAutocorrectDescription[] =
3427 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3428 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343429
3430const char kPrinterProviderSearchAppName[] =
3431 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343432const char kPrinterProviderSearchAppDescription[] =
3433 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193434 "searches Chrome Web Store for extensions that support printing to a USB "
3435 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343436
Brett Wilson7b44537e2017-08-18 01:38:283437const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3438const char kQuickUnlockPinDescription[] =
3439 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3440 "device on the lock screen after you have signed into your device.";
3441const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3442const char kQuickUnlockPinSigninDescription[] =
3443 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3444 "device. After changing this flag PIN needs to be set up again.";
3445const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3446const char kQuickUnlockFingerprintDescription[] =
3447 "Enabling fingerprint quick unlock allows you to setup and use a "
3448 "fingerprint to unlock your Chromebook on the lock screen after you have "
3449 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343450
James Cook0ba192bf2017-12-01 20:53:113451const char kShowTapsName[] = "Show taps";
3452const char kShowTapsDescription[] =
3453 "Draws a circle at each touch point, which makes touch points more obvious "
3454 "when projecting or mirroring the display. Similar to the Android OS "
3455 "developer option.";
3456
3457const char kShowTouchHudName[] = "Show HUD for touch points";
3458const char kShowTouchHudDescription[] =
3459 "Shows a trail of colored dots for the last few touch points. Pressing "
3460 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3461 "debug hardware issues that generate spurious touch events.";
3462
Jorge Gil5a8ccde2018-07-10 01:46:213463const char kSmartTextSelectionName[] = "Smart Text Selection";
3464const char kSmartTextSelectionDescription[] =
3465 "Shows quick actions for text "
3466 "selections in the context menu.";
3467
Chung-Sheng Wu468b0b32017-09-01 14:41:573468const char kSysInternalsName[] = "Enable Sys-Internals";
3469const char kSysInternalsDescription[] =
3470 "If enabled, user can monitor system information at "
3471 "chrome://sys-internals.";
3472
Stuart Langleyc981ac62018-06-21 14:38:253473const char kDisableTeamDrivesName[] = "Disable Team Drives Integration";
3474const char kDisableTeamDrivesDescription[] =
3475 "If disabled, files under Team Drives will no longer appear in the Files "
3476 "app.";
vabr0215a8e2017-03-28 12:47:343477
Brett Wilson7b44537e2017-08-18 01:38:283478const char kTetherName[] = "Instant Tethering";
3479const char kTetherDescription[] =
3480 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3481 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373482
Brett Wilson7b44537e2017-08-18 01:38:283483const char kTouchscreenCalibrationName[] =
3484 "Enable/disable touchscreen calibration option in material design settings";
3485const char kTouchscreenCalibrationDescription[] =
3486 "If enabled, the user can calibrate the touch screen displays in "
3487 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093488
Qiang Xu045aff222018-05-21 23:21:013489const char kUiDevToolsName[] = "Enable native UI inspection";
3490const char kUiDevToolsDescription[] =
3491 "Enables inspection of native UI elements. For local inspection use "
3492 "chrome://inspect#other";
3493
3494const char kUiShowCompositedLayerBordersName[] =
3495 "Show UI composited layer borders";
3496const char kUiShowCompositedLayerBordersDescription[] =
3497 "Show border around composited layers created by UI.";
3498const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3499const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3500const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3501const char kUiShowCompositedLayerBordersAll[] = "All";
3502
3503const char kUiSlowAnimationsName[] = "Slow UI animations";
3504const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3505
Mitsuru Oshima63d3f2a2017-08-23 00:12:113506// Force UI Mode
3507const char kUiModeName[] = "Force Ui Mode";
3508const char kUiModeDescription[] =
3509 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3510 R"*(despite its current orientation. "Tablet" means that the )*"
3511 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3512 R"*(means that the chromebook will act as if it were in clamshell )*"
3513 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3514 R"*(the two, based on its orientation.)*";
3515const char kUiModeTablet[] = "TouchView";
3516const char kUiModeClamshell[] = "Clamshell";
3517const char kUiModeAuto[] = "Auto (default)";
3518
Sonny Sasaka7fecfeda2018-07-11 23:47:553519const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3520const char kUnfilteredBluetoothDevicesDescription[] =
3521 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3522
James Cooka1bcfa9a2018-01-30 00:18:403523const char kUseMashName[] = "Out-of-process system UI (mash)";
3524const char kUseMashDescription[] =
3525 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3526 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283527
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343528// TODO(mcasas): remove after https://crbug.com/771345.
3529const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3530const char kUseMonitorColorSpaceDescription[] =
3531 "Enables Chrome to use the color space information provided by the monitor"
3532 " instead of the default sRGB color space.";
3533
Andres Calderon Jaramillo43c0e8a2018-08-21 02:46:233534const char kVaapiJpegImageDecodeAccelerationName[] =
3535 "VA-API JPEG decode acceleration for images";
3536const char kVaapiJpegImageDecodeAccelerationDescription[] =
3537 "Enable or disable decode acceleration of JPEG images (as opposed to camera"
3538 " captures) using the VA-API.";
3539
Brett Wilson7b44537e2017-08-18 01:38:283540const char kVideoPlayerChromecastSupportName[] =
3541 "Experimental Chromecast support for Video Player";
3542const char kVideoPlayerChromecastSupportDescription[] =
3543 "This option enables experimental Chromecast support for Video Player app "
3544 "on ChromeOS.";
3545
3546const char kVirtualKeyboardName[] = "Virtual Keyboard";
3547const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3548
3549const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3550const char kVirtualKeyboardOverscrollDescription[] =
3551 "Enables virtual keyboard overscroll support.";
3552
3553const char kVoiceInputName[] = "Voice input on virtual keyboard";
3554const char kVoiceInputDescription[] =
3555 "Enables voice input on virtual keyboard.";
3556
3557const char kWakeOnPacketsName[] = "Wake On Packets";
3558const char kWakeOnPacketsDescription[] =
3559 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203560
Qiang Xu53d1a5832018-05-24 18:44:193561const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker";
3562const char kZipArchiverUnpackerDescription[] =
3563 "Enable or disable the ability to unpack archives in incognito mode";
3564
yhanadac5bff5b2017-05-18 06:37:093565#endif // defined(OS_CHROMEOS)
3566
Brett Wilson7b44537e2017-08-18 01:38:283567// Random platform combinations -----------------------------------------------
3568
3569#if defined(OS_WIN) || defined(OS_LINUX)
3570
3571const char kEnableInputImeApiName[] = "Enable Input IME API";
3572const char kEnableInputImeApiDescription[] =
3573 "Enable the use of chrome.input.ime API.";
3574
3575#endif // defined(OS_WIN) || defined(OS_LINUX)
3576
3577#if defined(OS_WIN) || defined(OS_MACOSX)
3578
3579const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3580const char kAutomaticTabDiscardingDescription[] =
3581 "If enabled, tabs get automatically discarded from memory when the system "
3582 "memory is low. Discarded tabs are still visible on the tab strip and get "
3583 "reloaded when clicked on. Info about discarded tabs can be found at "
3584 "chrome://discards.";
3585
3586#endif // defined(OS_WIN) || defined(OS_MACOSX)
3587
lanwei83f54452018-06-21 23:51:043588#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3589
3590const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3591const char kDirectManipulationStylusDescription[] =
3592 "If enabled, Chrome will scroll web pages on stylus drag.";
3593
3594#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3595
Justin Donnelly110e40c2018-06-01 21:48:433596const char kExperimentalUiName[] = "Use all upcoming UI features";
3597const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483598
Brett Wilson7b44537e2017-08-18 01:38:283599// Feature flags --------------------------------------------------------------
3600
3601#if BUILDFLAG(ENABLE_VR)
3602
David Dorwin5a496c32017-11-17 01:45:053603const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3604const char kWebVrVsyncAlignDescription[] =
3605 "Align WebVR application rendering with VSync for smoother animations.";
3606
Bill Orr103ed272018-02-14 21:23:053607#if BUILDFLAG(ENABLE_OCULUS_VR)
3608const char kOculusVRName[] = "Oculus hardware support";
3609const char kOculusVRDescription[] =
3610 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3611 "Windows 10 or later).";
3612#endif // ENABLE_OCULUS_VR
3613
Bill Orr49527562017-11-22 16:58:483614#if BUILDFLAG(ENABLE_OPENVR)
3615const char kOpenVRName[] = "OpenVR hardware support";
3616const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073617 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3618 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483619#endif // ENABLE_OPENVR
3620
Brett Wilson7b44537e2017-08-18 01:38:283621#endif // ENABLE_VR
3622
Nico Weberaf3b00b2017-09-11 17:58:173623#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283624
3625const char kNaclDebugMaskName[] =
3626 "Restrict Native Client GDB-based debugging by pattern";
3627const char kNaclDebugMaskDescription[] =
3628 "Restricts Native Client application GDB-based debugging by URL of "
3629 "manifest file. Native Client GDB-based debugging must be enabled for this "
3630 "option to work.";
3631const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3632const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3633 "Debug everything except secure shell and the PNaCl translator.";
3634const char kNaclDebugMaskChoiceIncludeDebug[] =
3635 "Debug only if manifest URL ends with debug.nmf.";
3636
3637const char kNaclDebugName[] = "Native Client GDB-based debugging";
3638const char kNaclDebugDescription[] =
3639 "Enable GDB debug stub. This will stop a Native Client application on "
3640 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3641
3642const char kNaclName[] = "Native Client";
3643const char kNaclDescription[] =
3644 "Support Native Client for all web applications, even those that were not "
3645 "installed from the Chrome Web Store.";
3646
3647const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3648const char kPnaclSubzeroDescription[] =
3649 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3650
Nico Weberaf3b00b2017-09-11 17:58:173651#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283652
Brett Wilson7b44537e2017-08-18 01:38:283653const char kWebrtcH264WithOpenh264FfmpegName[] =
3654 "WebRTC H.264 software video encoder/decoder";
3655const char kWebrtcH264WithOpenh264FfmpegDescription[] =
3656 "When enabled, an H.264 software video encoder/decoder pair is included. "
3657 "If a hardware encoder/decoder is also available it may be used instead of "
3658 "this encoder/decoder.";
3659
Brett Wilson7b44537e2017-08-18 01:38:283660#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3661
3662const char kAutofillCreditCardUploadName[] =
3663 "Enable offering upload of Autofilled credit cards";
3664const char kAutofillCreditCardUploadDescription[] =
3665 "Enables a new option to upload credit cards to Google Payments for sync "
3666 "to all Chrome devices.";
3667
3668#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3669
Becca Hughesdc96e842018-05-04 22:48:283670#if defined(OS_ANDROID)
3671
3672const char kDisplayCutoutAPIName[] =
3673 "Enable support for the Display Cutout API";
3674const char kDisplayCutoutAPIDescription[] =
3675 "Enables developers to support devices that have a display cutout.";
3676
3677#endif // defined(OS_ANDROID)
3678
Brett Wilson7b44537e2017-08-18 01:38:283679// ============================================================================
3680// Don't just add flags to the end, put them in the right section in
3681// alphabetical order just like the header file.
3682// ============================================================================
3683
vabr0215a8e2017-03-28 12:47:343684} // namespace flag_descriptions