blob: 7dd201cdac0f8529d098d238edd4f9a7633241a9 [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
sebsge35b762c2018-03-29 20:33:2783const char kAutofillDynamicFormsName[] = "Autofill Dynamic Forms";
84const char kAutofillDynamicFormsDescription[] =
85 "Allows autofill to fill dynamically changing forms";
86
Parastoo Geranmayeh2dcd14f92018-06-01 17:08:3987const char kAutofillPrefilledFieldsName[] = "Autofill Prefilled Fields";
88const char kAutofillPrefilledFieldsDescription[] =
89 "Allows autofill to fill fields previously filled by the website";
90
Parastoo Geranmayeh071d725c2018-06-26 17:35:2291const char kAutofillRationalizeRepeatedServerPredictionsName[] =
92 "Autofill Rationalization of Repeated Server Field Type Predictions";
93const char kAutofillRationalizeRepeatedServerPredictionsDescription[] =
94 "Allows autofill to rationalize repeated server field type predictions.";
95
Roger McFarlane1a37d7b2018-04-20 22:45:1996const char kAutofillEnforceMinRequiredFieldsForHeuristicsName[] =
97 "Autofill Enforce Min Required Fields For Heuristics";
98const char kAutofillEnforceMinRequiredFieldsForHeuristicsDescription[] =
99 "When enabled, autofill will generally require a form to have at least 3 "
100 "fields before allowing heuristic field-type prediction to occur.";
101
102const char kAutofillEnforceMinRequiredFieldsForQueryName[] =
103 "Autofill Enforce Min Required Fields For Query";
104const char kAutofillEnforceMinRequiredFieldsForQueryDescription[] =
105 "When enabled, autofill will generally require a form to have at least 3 "
106 "fields before querying the autofill server for field-type predictions.";
107
108const char kAutofillEnforceMinRequiredFieldsForUploadName[] =
109 "Autofill Enforce Min Required Fields For Upload";
110const char kAutofillEnforceMinRequiredFieldsForUploadDescription[] =
111 "When enabled, autofill will generally require a form to have at least 3 "
112 "fillable fields before uploading field-type votes for that form.";
113
Moe Ahmadid3ddfcb2018-04-20 19:51:08114const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[] =
115 "Restrict formless form extraction";
116const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[] =
117 "Restrict extraction of formless forms to checkout flows";
118
Brett Wilsonf27ff602017-07-07 22:28:47119const char kAutoplayPolicyName[] = "Autoplay policy";
120const char kAutoplayPolicyDescription[] =
121 "Policy used when deciding if audio or video is allowed to autoplay.";
122
123const char kAutoplayPolicyUserGestureRequiredForCrossOrigin[] =
124 "User gesture is required for cross-origin iframes.";
125const char kAutoplayPolicyNoUserGestureRequired[] =
126 "No user gesture is required.";
127const char kAutoplayPolicyUserGestureRequired[] = "User gesture is required.";
128const char kAutoplayPolicyDocumentUserActivation[] =
129 "Document user activation is required.";
130
Johanne0cc6902017-11-16 00:23:50131extern const char kAv1DecoderName[] = "Enable AV1 video decoding.";
132extern const char kAv1DecoderDescription[] =
133 "Allow decoding of files with the AV1 video codec.";
134
Brett Wilsonf27ff602017-07-07 22:28:47135const char kBackgroundVideoTrackOptimizationName[] =
136 "Optimize background video playback.";
137const char kBackgroundVideoTrackOptimizationDescription[] =
138 "Disable video tracks when the video is played in the background to "
139 "optimize performance.";
140
141const char kBleAdvertisingInExtensionsName[] = "BLE Advertising in Chrome Apps";
142const char kBleAdvertisingInExtensionsDescription[] =
143 "Enables BLE Advertising in Chrome Apps. BLE Advertising might interfere "
144 "with regular use of Bluetooth Low Energy features.";
145
Charles Harrisond629cc62017-10-05 01:39:54146const char kBlockTabUndersName[] = "Block tab-unders";
147const char kBlockTabUndersDescription[] =
148 "Blocks tab-unders in Chrome with some native UI to allow the user to "
149 "proceed.";
150
Brett Wilsonf27ff602017-07-07 22:28:47151const char kBrowserTaskSchedulerName[] = "Task Scheduler";
152const char kBrowserTaskSchedulerDescription[] =
153 "Enables redirection of some task posting APIs to the task scheduler.";
154
Carlos IL766fbc882018-02-16 02:34:52155const char kBundledConnectionHelpName[] = "Bundled Connection Help";
156const char kBundledConnectionHelpDescription[] =
Carlos ILaafcd73a2018-07-10 20:08:37157 "Enables or disables redirection to local help content for users who get "
158 "an interstitial after clicking the 'Learn More' link on a previous "
159 "interstitial.";
Carlos IL766fbc882018-02-16 02:34:52160
Brett Wilsonf27ff602017-07-07 22:28:47161const char kBypassAppBannerEngagementChecksName[] =
162 "Bypass user engagement checks";
163const char kBypassAppBannerEngagementChecksDescription[] =
164 "Bypasses user engagement checks for displaying app banners, such as "
165 "requiring that users have visited the site before and that the banner "
166 "hasn't been shown recently. This allows developers to test that other "
167 "eligibility requirements for showing app banners, such as having a "
168 "manifest, are met.";
169
Miguel Casas454d9cf2018-06-28 16:25:00170const char kCanvas2DImageChromiumName[] = "Canvas 2D Image Chromium";
171const char kCanvas2DImageChromiumDescription[] =
172 "Allows for using CHROMIUM_image GLES2 extension for HTML Canvas Contexts";
173
Brett Wilsonf27ff602017-07-07 22:28:47174const char kCastStreamingHwEncodingName[] =
175 "Cast Streaming hardware video encoding";
176const char kCastStreamingHwEncodingDescription[] =
177 "This option enables support in Cast Streaming for encoding video streams "
178 "using platform hardware.";
179
Amber Won478561d2017-08-19 01:02:59180const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
181const char kClickToOpenPDFDescription[] =
182 "When the PDF plugin is unavailable, show a click-to-open placeholder for "
183 "embedded PDFs.";
184
Gary Kacmarcikfb69b212017-11-14 03:41:08185const char kClipboardContentSettingName[] = "Clipboard content setting";
186const char kClipboardContentSettingDescription[] =
187 "Enables a site-wide permission in the UI which controls access to the "
188 "asynchronous clipboard web API";
189
Peter Kastingb78046182018-06-29 20:15:13190const char kCloseButtonsInactiveTabs[] = "Close buttons on inactive tabs";
191const char kCloseButtonsInactiveTabsDescription[] =
192 "Shows close buttons on inactive tabs in non-touch mode.";
193
Brett Wilsonf27ff602017-07-07 22:28:47194const char kCloudImportName[] = "Cloud Import";
195const char kCloudImportDescription[] = "Allows the cloud-import feature.";
196
rbpotter9990eb42018-07-12 05:34:59197const char kCloudPrinterHandlerName[] = "Enable Cloud Printer Handler";
198const char kCloudPrinterHandlerDescription[] =
199 "Use the new cloud printer handler for communicating with the cloud "
200 "print server, instead of the cloud print interface in the Print "
201 "Preview WebUI.";
202
Christopher Cameronceb8727d2017-09-07 23:53:16203const char kForceColorProfileSRGB[] = "sRGB";
204const char kForceColorProfileP3[] = "Display P3 D65";
205const char kForceColorProfileColorSpin[] = "Color spin with gamma 2.4";
206const char kForceColorProfileHdr[] = "scRGB linear (HDR where available)";
207
208const char kForceColorProfileName[] = "Force color profile";
209const char kForceColorProfileDescription[] =
210 "Forces Chrome to use a specific color profile instead of the color "
211 "of the window's current monitor, as specified by the operating system.";
212
Brett Wilsonf27ff602017-07-07 22:28:47213const char kCompositedLayerBordersName[] = "Composited render layer borders";
214const char kCompositedLayerBordersDescription[] =
215 "Renders a border around composited Render Layers to help debug and study "
216 "layer compositing.";
217
Theresaf39c1882018-03-21 18:18:07218const char kContextualSuggestionsBottomSheetName[] =
Theresa818d3452018-05-22 00:08:07219 "Contextual Suggestions Bottom Sheet";
Theresaf39c1882018-03-21 18:18:07220const char kContextualSuggestionsBottomSheetDescription[] =
221 "If enabled, shows contextual suggestions in the bottom sheet.";
Brett Wilsonf27ff602017-07-07 22:28:47222
Theresac34db2d2018-06-28 00:03:11223const char kContextualSuggestionsButtonName[] = "Contextual Suggestions Button";
224const char kContextualSuggestionsButtonDescription[] =
225 "If enabled, shows a button to trigger contextual suggestions.";
226
Theresa818d3452018-05-22 00:08:07227const char kContextualSuggestionsSlimPeekUIName[] =
228 "Contextual Suggestions Slim Peek UI";
229const char kContextualSuggestionsSlimPeekUIDescription[] =
230 "Use a slimmer peek UI for the contextual suggestions bottom sheet.";
231
Theresa0f2947b92018-07-02 21:27:58232const char kContextualSuggestionsOptOutName[] =
233 "Contextual Suggestions Opt-out";
234const char kContextualSuggestionsOptOutDescription[] =
235 "If enabled, allows the user to opt out of contextual suggestions.";
236
Brett Wilsonf27ff602017-07-07 22:28:47237const char kCreditCardAssistName[] = "Credit Card Assisted Filling";
238const char kCreditCardAssistDescription[] =
239 "Enable assisted credit card filling on certain sites.";
240
241const char kCrossProcessGuestViewIsolationName[] =
242 "Cross process frames for guests";
243const char kCrossProcessGuestViewIsolationDescription[] =
244 "Highly experimental where guests such as <webview> are implemented on "
245 "the out-of-process iframe infrastructure.";
246
Thanh Le659cb102017-12-20 22:00:19247const char kDataSaverServerPreviewsName[] = "Data Saver Server Previews";
248const char kDataSaverServerPreviewsDescription[] =
249 "Allow the Data Reduction Proxy to serve previews.";
Brett Wilsonf27ff602017-07-07 22:28:47250
251const char kDatasaverPromptName[] = "Cellular Data Saver Prompt";
252const char kDatasaverPromptDescription[] =
253 "Enables a prompt, which appears when a cellular network connection is "
254 "detected, to take the user to the Data Saver extension page on Chrome Web "
255 "Store.";
256const char kDatasaverPromptDemoMode[] = "Demo mode";
257
Wez54dc71b2018-04-17 00:42:34258#if DCHECK_IS_CONFIGURABLE
259const char kDcheckIsFatalName[] = "DCHECKs are fatal";
260const char kDcheckIsFatalDescription[] =
261 "By default Chrome will evaluate in this build, but only log failures, "
262 "rather than crashing. If enabled, DCHECKs will crash the calling process.";
263#endif // DCHECK_IS_CONFIGURABLE
264
Brett Wilsonf27ff602017-07-07 22:28:47265const char kDebugPackedAppName[] = "Debugging for packed apps";
266const char kDebugPackedAppDescription[] =
267 "Enables debugging context menu options such as Inspect Element for packed "
268 "applications.";
269
270const char kDefaultTileHeightName[] = "Default tile height";
271const char kDefaultTileHeightDescription[] = "Specify the default tile height.";
272const char kDefaultTileHeightShort[] = "128";
273const char kDefaultTileHeightTall[] = "256";
274const char kDefaultTileHeightGrande[] = "512";
275const char kDefaultTileHeightVenti[] = "1024";
276
277const char kDefaultTileWidthName[] = "Default tile width";
278const char kDefaultTileWidthDescription[] = "Specify the default tile width.";
279const char kDefaultTileWidthShort[] = "128";
280const char kDefaultTileWidthTall[] = "256";
281const char kDefaultTileWidthGrande[] = "512";
282const char kDefaultTileWidthVenti[] = "1024";
283
284const char kDebugShortcutsName[] = "Debugging keyboard shortcuts";
285const char kDebugShortcutsDescription[] =
286 "Enables additional keyboard shortcuts that are useful for debugging Ash.";
287
288const char kDeviceDiscoveryNotificationsName[] =
289 "Device Discovery Notifications";
290const char kDeviceDiscoveryNotificationsDescription[] =
291 "Device discovery notifications on local network.";
292
293const char kDevtoolsExperimentsName[] = "Developer Tools experiments";
294const char kDevtoolsExperimentsDescription[] =
295 "Enables Developer Tools experiments. Use Settings panel in Developer "
296 "Tools to toggle individual experiments.";
297
298const char kDisableAudioForDesktopShareName[] =
299 "Disable Audio For Desktop Share";
300const char kDisableAudioForDesktopShareDescription[] =
301 "With this flag on, desktop share picker window will not let the user "
302 "choose whether to share audio.";
303
Chris Palmer917bc052018-03-14 19:28:31304const char kDisablePushStateThrottleName[] = "Disable pushState throttling";
305const char kDisablePushStateThrottleDescription[] =
306 "Disables throttling of history.pushState and history.replaceState method "
307 "calls.";
308
Brett Wilsonf27ff602017-07-07 22:28:47309const char kDisableTabForDesktopShareName[] =
310 "Disable Desktop Share with tab source";
311const char kDisableTabForDesktopShareDescription[] =
312 "This flag controls whether users can choose a tab for desktop share.";
313
314const char kDisallowDocWrittenScriptsUiName[] =
315 "Block scripts loaded via document.write";
316const char kDisallowDocWrittenScriptsUiDescription[] =
317 "Disallows fetches for third-party parser-blocking scripts inserted into "
318 "the main frame via document.write.";
319
Christopher Thompson2ffffa2c2018-05-18 23:06:37320const char kDisallowUnsafeHttpDownloadsName[] =
321 "Block unsafe downloads over insecure connections";
322const char kDisallowUnsafeHttpDownloadsNameDescription[] =
323 "Disallows downloads of unsafe files (files that can potentially execute "
324 "code), where the final download origin or any origin in the redirect "
325 "chain is insecure.";
326
Brett Wilsonf27ff602017-07-07 22:28:47327const char kDriveSearchInChromeLauncherName[] =
328 "Drive Search in Chrome App Launcher";
329const char kDriveSearchInChromeLauncherDescription[] =
330 "Files from Drive will show up when searching the Chrome App Launcher.";
331
Brett Wilsonf27ff602017-07-07 22:28:47332const char kEmbeddedExtensionOptionsName[] = "Embedded extension options";
333const char kEmbeddedExtensionOptionsDescription[] =
334 "Display extension options as an embedded element in chrome://extensions "
335 "rather than opening a new tab.";
336
Dominic Mazzoni8ac98962018-05-25 05:44:55337const char kEnableAccessibilityObjectModelName[] = "Accessibility Object Model";
338const char kEnableAccessibilityObjectModelDescription[] =
339 "Enables experimental support for Accessibility Object Model APIs "
340 "that are in development.";
341
Brett Wilsonf27ff602017-07-07 22:28:47342const char kEnableAsmWasmName[] =
343 "Experimental Validate Asm.js and convert to WebAssembly when valid.";
344const char kEnableAsmWasmDescription[] =
345 R"*(Validate Asm.js when "use asm" is present and then convert to )*"
346 R"*(WebAssembly.)*";
347
Anthony Vallee-Dubois968ae4d2018-03-15 16:56:36348const char kEnableWebPaymentsSingleAppUiSkipName[] =
349 "Enable Web Payments single app UI skip";
350const char kEnableWebPaymentsSingleAppUiSkipDescription[] =
351 "Enable Web Payments to skip showing its UI if the developer specifies a "
352 "single app.";
353
Florian Uunk8c428ea2018-07-18 11:12:52354const char kEnableAutofillAccountWalletStorageName[] =
355 "Enable the account data storage for autofill";
356const char kEnableAutofillAccountWalletStorageDescription[] =
357 "Enable the ephemeral storage for account data for autofill.";
358
Shanfeng Zhang19c16562017-10-17 02:30:40359const char kEnableAutofillCreditCardAblationExperimentDisplayName[] =
360 "Credit card autofill ablation experiment.";
361const char kEnableAutofillCreditCardAblationExperimentDescription[] =
362 "If enabled, credit card autofill suggestions will not display.";
363
Brett Wilsonf27ff602017-07-07 22:28:47364const char kEnableAutofillCreditCardLastUsedDateDisplayName[] =
365 "Display the last used date of a credit card in autofill.";
366const char kEnableAutofillCreditCardLastUsedDateDisplayDescription[] =
367 "If enabled, display the last used date of a credit card in autofill.";
368
Sujie Zhu2cf0e5c2018-07-17 18:00:27369const char kEnableAutofillCreditCardLocalCardMigrationName[] =
370 "Enable migrating local cards to Google Pay";
371const char kEnableAutofillCreditCardLocalCardMigrationDescription[] =
372 "If enabled, prompt migration of locally-saved credit cards to Google Pay.";
373
Jared Saulbc672a072018-06-16 05:22:12374const char kEnableAutofillCreditCardUploadEditableCardholderNameName[] =
375 "Make cardholder name editable in dialog during credit card upload";
376const char kEnableAutofillCreditCardUploadEditableCardholderNameDescription[] =
377 "If enabled, in certain situations when offering credit card upload to "
378 "Google Payments, the cardholder name can be edited within the "
379 "offer-to-save dialog, which is prefilled with the name from the signed-in "
380 "Google Account.";
381
Lakshmi Kumar Dabbiru51f1c202018-03-29 22:23:37382const char kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingName[] =
383 "Enable Google Pay branding when offering credit card upload on Android";
384const char
385 kEnableAutofillCreditCardUploadGooglePayOnAndroidBrandingDescription[] =
386 "If enabled, shows the Google Pay logo and a shorter header message "
387 "when credit card upload to Google Payments is offered on Android.";
388
Jared Saul5c2a1482017-12-09 00:24:31389const char kEnableAutofillCreditCardUploadSendPanFirstSixName[] =
390 "Send first six digits of PAN when deciding whether to offer Autofill "
391 "credit card upload";
392const char kEnableAutofillCreditCardUploadSendPanFirstSixDescription[] =
393 "If enabled, when deciding whether to offer credit card upload to Google "
394 "Payments, sends the first six digits of the card number to avoid cases "
395 "where card upload is likely to fail.";
396
siyua7c4e97b42018-04-24 02:49:42397const char kEnableAutofillCreditCardUploadUpdatePromptExplanationName[] =
398 "Enable updated prompt explanation when offering credit card upload";
399const char kEnableAutofillCreditCardUploadUpdatePromptExplanationDescription[] =
400 "If enabled, changes the server save card prompt's explanation to mention "
401 "the saving of the billing address.";
402
tmartinocd414732018-02-12 19:01:01403const char kEnableAutofillNativeDropdownViewsName[] =
404 "Display Autofill Dropdown Using Views";
405const char kEnableAutofillNativeDropdownViewsDescription[] =
406 "If enabled, the Autofill Dropdown will be built natively using Views, "
407 "rather than painted directly to a canvas.";
408
Fabio Tirelo87552e02018-07-06 15:43:21409const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateName[] =
410 "Show unlabeled expiration dates on the save card dialog";
411const char kEnableAutofillSaveCardDialogUnlabeledExpirationDateDescription[] =
412 "If enabled, expiration dates on the save card dialog (both local and "
413 "upstream) are shown without an 'Exp:' label.";
414
Manas Verma99541e52018-08-03 20:37:23415const char kEnableAutofillSaveCardSignInAfterLocalSaveName[] =
416 "Show Sign-In/Sync promo after saving a card locally";
417const char kEnableAutofillSaveCardSignInAfterLocalSaveDescription[] =
418 "If enabled, shows a sign in prompt to the user after the user "
419 "saves a card locally. This also introduces a Manage Cards bubble "
420 "which you can access from the card icon after saving a card.";
421
Lakshmi Kumar Dabbirua3d0805f2018-05-22 22:04:23422const char kEnableAutofillSendExperimentIdsInPaymentsRPCsName[] =
423 "Send experiment flag IDs in calls to Google Payments";
424const char kEnableAutofillSendExperimentIdsInPaymentsRPCsDescription[] =
425 "If enabled, adds the status of certain experiment variations when making "
426 "calls to Google Payments.";
427
Becca Hughes4d896c42018-05-29 16:58:51428const char kEnableAutoplayIgnoreWebAudioName[] =
429 "Autoplay ignores WebAudio playbacks";
430const char kEnableAutoplayIgnoreWebAudioDescription[] =
431 "If enabled, autoplay restrictions will be ignored for WebAudio.";
432
Vitalii Iarko4f9834ce2017-08-04 07:05:19433const char kEnableBreakingNewsPushName[] = "Breaking News Push";
434const char kEnableBreakingNewsPushDescription[] =
435 "Listen for breaking news content suggestions (e.g. for New Tab Page) "
436 "through Google Cloud Messaging.";
437
Brett Wilsonf27ff602017-07-07 22:28:47438const char kEnableBrotliName[] = "Brotli Content-Encoding.";
439const char kEnableBrotliDescription[] =
440 "Enable Brotli Content-Encoding support.";
441
Qiang Xu0f602fe62017-12-22 01:31:20442const char kEnableCaptivePortalRandomUrl[] = "Captive Portal url Randomization";
443const char kEnableCaptivePortalRandomUrlDescription[] =
444 "Enable Captive Portal URL randomization.";
445
Eriko Kurimoto36975992018-08-09 07:15:13446const char kEnableChromevoxDeveloperOptionName[] =
447 "Enable Chromevox developer option";
448const char kEnableChromevoxDeveloperOptionDescription[] =
449 "This option provides tools for developing in chromevox.";
450
sclittle50e4bb92017-07-08 02:23:03451const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
452
453const char kEnableClientLoFiDescription[] =
454 "Enable showing low fidelity images on some pages on slow networks.";
455
Patrick Noland8bc57472018-06-19 21:09:54456const char kEnableCSSFragmentIdentifiersName[] =
457 "Enable CSS Fragment Identifiers";
458const char kEnableCSSFragmentIdentifiersDescription[] =
459 "Enable support for specifying a target element using a css selector in "
460 "the fragment identifier.";
461
David Reveman87b4b692018-03-09 21:22:22462const char kEnableCursorMotionBlurName[] = "Enable Cursor Motion Blur";
463const char kEnableCursorMotionBlurDescription[] =
464 "Enable motion blur effect for the cursor.";
465
Ramin Halavati6f5d9852018-06-20 09:37:05466const char kEnableEphemeralFlashPermissionName[] =
467 "Enable Ephemeral Flash Permissions";
468const char kEnableEphemeralFlashPermissionDescription[] =
469 "When enabled, Flash plugin permissions are reset at the end of the "
470 "browser session.";
471
Doug Arnett08b4067b2017-10-12 20:14:44472const char kEnableNoScriptPreviewsName[] = "NoScript previews";
473
474const char kEnableNoScriptPreviewsDescription[] =
475 "Enable disabling JavaScript on some pages on slow networks.";
476
Thanh Le2c279fbc2017-11-21 01:25:40477const char kDataReductionProxyServerAlternative1[] = "Use alt. server config 1";
478const char kDataReductionProxyServerAlternative2[] = "Use alt. server config 2";
479const char kDataReductionProxyServerAlternative3[] = "Use alt. server config 3";
480const char kDataReductionProxyServerAlternative4[] = "Use alt. server config 4";
481const char kDataReductionProxyServerAlternative5[] = "Use alt. server config 5";
482const char kDataReductionProxyServerAlternative6[] = "Use alt. server config 6";
483const char kDataReductionProxyServerAlternative7[] = "Use alt. server config 7";
484const char kDataReductionProxyServerAlternative8[] = "Use alt. server config 8";
485const char kDataReductionProxyServerAlternative9[] = "Use alt. server config 9";
486const char kDataReductionProxyServerAlternative10[] =
487 "Use alt. server config 10";
Brett Wilsonf27ff602017-07-07 22:28:47488const char kEnableDataReductionProxyServerExperimentName[] =
489 "Use an alternative Data Saver back end configuration.";
490const char kEnableDataReductionProxyServerExperimentDescription[] =
491 "Enable a different approach to saving data by configuring the back end "
492 "server";
493
494const char kEnableDataReductionProxySavingsPromoName[] =
495 "Data Saver 1 MB Savings Promo";
496const char kEnableDataReductionProxySavingsPromoDescription[] =
497 "Enable a Data Saver promo for 1 MB of savings. If Data Saver has already "
498 "saved 1 MB of data, then the promo will not be shown. Data Saver must be "
499 "enabled for the promo to be shown.";
500
Matt Giucad4870432017-11-24 01:04:38501const char kEnableDesktopPWAsName[] = "Desktop PWAs";
502const char kEnableDesktopPWAsDescription[] =
503 "Experimental windowing and install banner treatment for Progressive Web "
504 "Apps on desktop platforms. Implies #enable-experimental-app-banners.";
Giovanni Ortuño Urquidi45020e232017-07-12 06:10:17505
Giovanni Ortuño Urquidi40c8e792018-02-28 04:18:59506const char kEnableDesktopPWAsLinkCapturingName[] =
507 "Desktop PWAs Link Capturing";
508const char kEnableDesktopPWAsLinkCapturingDescription[] =
509 "Experimentally enable link capturing for Desktop PWAs. Navigations to "
510 "URLs that are in-scope of Desktop PWAs will open in a window. Requires "
511 "#enable-desktop-pwas.";
512
Ahmed Fakhry0037de02018-01-29 19:58:31513const char kEnableDockedMagnifierName[] = "Docked Magnifier";
514const char kEnableDockedMagnifierDescription[] =
515 "Enables the Docked Magnifier (a.k.a. picture-in-picture magnifier).";
516
Ramya Nagarajan5b41d8d2018-04-02 19:53:02517const char kEnableEmojiContextMenuName[] = "Emoji Context Menu";
518const char kEnableEmojiContextMenuDescription[] =
Mathieu Perreault608546ee2018-05-09 00:35:09519 "Enables the Emoji picker item in context menus for editable text areas, if"
520 " supported by the operating system.";
Ramya Nagarajan5b41d8d2018-04-02 19:53:02521
Brett Wilsonf27ff602017-07-07 22:28:47522const char kEnableEnumeratingAudioDevicesName[] =
523 "Experimentally enable enumerating audio devices.";
524const char kEnableEnumeratingAudioDevicesDescription[] =
525 "Experimentally enable the use of enumerating audio devices.";
526
527const char kEnableGenericSensorName[] = "Generic Sensor";
528const char kEnableGenericSensorDescription[] =
Mikhail Pozdnyakov73373a62017-08-24 17:31:25529 "Enables motion sensor classes based on Generic Sensor API, i.e. "
530 "Accelerometer, LinearAccelerationSensor, Gyroscope, "
531 "AbsoluteOrientationSensor and RelativeOrientationSensor interfaces.";
532
533const char kEnableGenericSensorExtraClassesName[] =
534 "Generic Sensor Extra Classes";
535const char kEnableGenericSensorExtraClassesDescription[] =
536 "Enables an extra set of sensor classes based on Generic Sensor API, which "
537 "expose previously unavailable platform features, i.e. AmbientLightSensor "
538 "and Magnetometer interfaces.";
Brett Wilsonf27ff602017-07-07 22:28:47539
Brett Wilsonf27ff602017-07-07 22:28:47540const char kEnableHDRName[] = "HDR mode";
541const char kEnableHDRDescription[] =
542 "Enables HDR support on compatible displays.";
543
Ryan Sturm6a850902018-06-09 02:27:34544const char kEnableHeavyPageCappingName[] = "Heavy Page Capping";
545const char kEnableHeavyPageCappingDescription[] =
Ryan Sturm1550abeb2018-06-18 20:05:09546 "Enable showing an InfoBar on data heavy pages that allows the user to "
Ryan Sturma2cd49f2018-06-20 17:09:25547 "pause sub-resource request loading on the page. Using the 'Low' option "
Ryan Sturm2a2f11e2018-07-17 23:01:01548 "will reduce the triggering threshold to 1MB. Data saver must be enabled "
549 "in order to see the InfoBar.";
Ryan Sturm6a850902018-06-09 02:27:34550
Brett Wilsonf27ff602017-07-07 22:28:47551const char kEnableHttpFormWarningName[] =
552 "Show in-form warnings for sensitive fields when the top-level page is not "
Eric Lawrenceed8fccf2017-09-08 21:27:15553 "HTTPS";
Brett Wilsonf27ff602017-07-07 22:28:47554const char kEnableHttpFormWarningDescription[] =
555 "Attaches a warning UI to any password or credit card fields detected when "
556 "the top-level page is not HTTPS";
557
Hiroshige Hayashizaki99d5821e2018-05-02 04:25:41558const char kLayeredAPIName[] = "Experimental layered APIs";
559const char kLayeredAPIDescription[] =
560 "Enable layered API infrastructure, as well as several experimental "
561 "layered APIs. The syntax and the APIs exposed are experimental and will "
562 "change over time.";
563
Ian Kilpatricke68ef11a2018-07-04 03:52:10564const char kEnableLayoutNGName[] = "Enable LayoutNG";
565const char kEnableLayoutNGDescription[] =
566 "Enable Blink's next generation layout engine.";
567
Scott Littled0fd2d002018-04-13 03:37:26568const char kEnableLazyFrameLoadingName[] = "Enable lazy frame loading";
569const char kEnableLazyFrameLoadingDescription[] =
570 "Defers the loading of certain cross-origin frames until the page is "
571 "scrolled down near them.";
572
Sidney San Martín9375b892017-09-09 00:29:54573const char kEnableMacMaterialDesignDownloadShelfName[] =
574 "Enable Material Design download shelf";
575
576const char kEnableMacMaterialDesignDownloadShelfDescription[] =
577 "If enabled, the download shelf uses Material Design.";
578
Anton Urusov47cd4932017-09-19 14:41:41579const char kEnablePolicyToolName[] = "Enable policy management page";
580const char kEnablePolicyToolDescription[] =
581 "If enabled, the chrome://policy-tool URL loads a page for managing "
582 "policies.";
583
Tsuyoshi Horoea7edb72017-11-12 04:14:00584const char kEnablePWAFullCodeCacheName[] = "Enable PWA full code cache";
585const char kEnablePWAFullCodeCacheDescription[] =
586 "Generate V8 code cache in Cache Storage while installing Service Worker "
587 "for PWAs.";
588
Weidong Guof1e5a892018-01-06 02:26:39589const char kDisableMultiMirroringName[] =
Weidong Guo7dfd1482017-11-08 05:56:28590 "Display mirroring across multiple displays.";
Weidong Guof1e5a892018-01-06 02:26:39591const char kDisableMultiMirroringDescription[] =
592 "Disable Display mirroring across multiple displays.";
Weidong Guo7dfd1482017-11-08 05:56:28593
Brett Wilsonf27ff602017-07-07 22:28:47594const char kEnableNavigationTracingName[] = "Enable navigation tracing";
595const char kEnableNavigationTracingDescription[] =
596 "This is to be used in conjunction with the trace-upload-url flag. "
597 "WARNING: When enabled, Chrome will record performance data for every "
598 "navigation and upload it to the URL specified by the trace-upload-url "
599 "flag. The trace may include personally identifiable information (PII) "
600 "such as the titles and URLs of websites you visit.";
601
Bernhard Bauer5533f9912017-11-06 17:56:02602const char kEnableNetworkLoggingToFileName[] = "Enable network logging to file";
603const char kEnableNetworkLoggingToFileDescription[] =
604 "Enables network logging to a file named netlog.json in the user data "
605 "directory. The file can be imported into chrome://net-internals.";
606
Brett Wilsonf27ff602017-07-07 22:28:47607const char kEnableNetworkServiceName[] = "Enable network service";
608const char kEnableNetworkServiceDescription[] =
609 "Enables the network service, which makes network requests through a "
610 "separate service. Note: most features don't work with this yet.";
611
John Abd-El-Malek8067cc02017-12-04 23:23:20612const char kEnableNetworkServiceInProcessName[] =
613 "Runs network service in-process";
614const char kEnableNetworkServiceInProcessDescription[] =
615 "Runs the network service in the browser process.";
616
dpapaded8349472017-10-25 03:21:27617const char kEnableNewPrintPreview[] = "Enable new Print Preview UI";
618const char kEnableNewPrintPreviewDescription[] =
rbpotter29690042018-06-18 19:28:37619 "If enabled, Print Preview will display a newer UI. This feature is "
620 "activated if either this flag or #upcoming-ui-features is enabled.";
dpapaded8349472017-10-25 03:21:27621
Ahmed Fakhry2fd8fc82017-07-28 16:31:12622const char kEnableNightLightName[] = "Enable Night Light";
623const char kEnableNightLightDescription[] =
624 "Enable the Night Light feature which controls the color temperature of "
625 "the screen.";
626
Tetsui Ohkuboc3eb87f72018-07-20 02:22:28627const char kEnableNotificationScrollBarName[] =
628 "Enable notification list scroll bar";
629const char kEnableNotificationScrollBarDescription[] =
630 "Enable the scroll bar of the notification list in Unified System Tray.";
631
xlou8b56f672018-02-09 23:34:30632const char kEnableNupPrintingName[] = "Enable N-up printing";
633const char kEnableNupPrintingDescription[] =
634 "Enable N-up printing in the print preview panel.";
635
Sophie Chang117a3b22017-10-24 22:25:36636const char kEnableOptimizationHintsName[] = "Optimization Hints";
637const char kEnableOptimizationHintsDescription[] =
Sophie Chang5454ce82018-07-16 17:44:50638 "Enable the Optimization Hints feature which incorporates server hints "
Sophie Chang117a3b22017-10-24 22:25:36639 "into decisions for what optimizations to perform on some pages on slow "
640 "networks.";
641
Yutaka Hirano98be3272017-08-07 17:55:39642const char kEnableOutOfBlinkCORSName[] = "Out of blink CORS";
643const char kEnableOutOfBlinkCORSDescription[] =
644 "CORS handling logic is moved out of blink.";
645
Sammie Quon0fbf0782018-05-01 22:11:08646const char kEnableOverviewSwipeToCloseName[] =
647 "Enable overview swipe to close.";
648const char kEnableOverviewSwipeToCloseDescription[] =
649 "Enables closing of items in overview mode by dragging or flinging "
650 "vertically.";
651
kylechar7051c092018-02-05 20:31:39652const char kVizDisplayCompositorName[] = "Viz Display Compositor (OOP-D)";
653const char kVizDisplayCompositorDescription[] =
654 "If enabled, the display compositor runs as part of the viz service in the"
655 "GPU process.";
656
Ria Jiang6a129b982018-03-01 18:30:40657const char kVizHitTestDrawQuadName[] = "Viz Hit-test Draw-quad version";
658const char kVizHitTestDrawQuadDescription[] =
659 "If enabled, event targeting uses the new viz-assisted hit-testing logic, "
660 "with hit-test data computed from the CompositorFrame.";
661
Erik Chen49bbfa22017-08-18 08:49:56662const char kEnableOutOfProcessHeapProfilingName[] =
Albert J. Wong174174762018-01-18 23:50:23663 "Out of process heap profiling start mode.";
Erik Chen49bbfa22017-08-18 08:49:56664const char kEnableOutOfProcessHeapProfilingDescription[] =
665 "Creates a profiling service that records stacktraces for all live, "
erikchen94aca892018-01-18 00:21:19666 "malloced objects. Heap dumps can be obtained at chrome://tracing "
667 "[category:memory-infra] and chrome://memory-internals. This setting "
668 "controls which processes are profiled. As long as this setting is not "
669 "disabled, users can start profiling any given process in "
670 "chrome://memory-internals.";
671const char kEnableOutOfProcessHeapProfilingModeMinimal[] = "Browser and GPU";
672const char kEnableOutOfProcessHeapProfilingModeAll[] = "All processes";
673const char kEnableOutOfProcessHeapProfilingModeAllRenderers[] = "All renderers";
674const char kEnableOutOfProcessHeapProfilingModeBrowser[] = "Only browser";
675const char kEnableOutOfProcessHeapProfilingModeGpu[] = "Only GPU.";
erikchen0a5dd692017-12-12 00:53:10676const char kEnableOutOfProcessHeapProfilingModeManual[] =
erikchen94aca892018-01-18 00:21:19677 "None by default. Visit chrome://memory-internals to choose which "
678 "processes to profile.";
Albert J. Wongbd5bd902017-11-09 19:56:15679const char kEnableOutOfProcessHeapProfilingModeRendererSampling[] =
680 "Profile a random sampling of renderer processes, ensuring only one is "
681 "ever profiled at a time.";
erikchen94aca892018-01-18 00:21:19682
Erik Chen8bb76b52017-12-06 19:06:25683const char kOutOfProcessHeapProfilingKeepSmallAllocations[] =
erikchen94aca892018-01-18 00:21:19684 "Emit small allocations in memlog heap dumps.";
Erik Chen8bb76b52017-12-06 19:06:25685const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[] =
686 "By default, small allocations are pruned from the heap dump. This reduces "
687 "the size of the compressed trace by 100x. If pruning is disabled, the "
688 "chrome://tracing UI may be unable to take or load the trace. Save the "
689 "trace directly using chrome://memory-internals, and use other mechanisms "
690 "[e.g. diff_heap_profiler.py] to examine the trace. Note that "
691 "automatically uploaded traces will always be pruned. This only affects "
692 "manually taken memory-infra traces.";
Erik Chen49bbfa22017-08-18 08:49:56693
erikchen8bc20d82018-02-14 03:21:51694const char kOutOfProcessHeapProfilingSampling[] = "Sample memlog allocations";
695const char kOutOfProcessHeapProfilingSamplingDescription[] =
696 "Use a poisson process to sample allocations. Defaults to a sample rate of "
erikchen99bfce02018-02-14 20:29:22697 "10000. This results in low noise for large and/or frequent allocations ["
698 "[size * frequency >> 10000]. This means that aggregate numbers [e.g. "
699 "total size of malloc-ed objects] and large and/or frequent allocations "
700 "can be trusted with high fidelity.";
erikchen8bc20d82018-02-14 03:21:51701
Erik Chen3303fd0232018-01-11 20:29:05702const char kOOPHPStackModeName[] =
703 "The type of stack to record for memlog heap dumps";
704const char kOOPHPStackModeDescription[] =
erikchen94aca892018-01-18 00:21:19705 "By default, memlog heap dumps record native stacks, which requires a "
706 "post-processing step to symbolize. Requires a custom build with frame "
erikchen011ad3f2018-01-26 17:54:55707 "pointers to work on Android. Native with thread names will add the thread "
708 "name as the first frame of each native stack. It's also possible to "
709 "record a pseudo stack using trace events as identifiers. It's also "
710 "possible to do a mix of both.";
erikchen94aca892018-01-18 00:21:19711const char kOOPHPStackModeMixed[] = "Mixed";
712const char kOOPHPStackModeNative[] = "Native";
erikchen011ad3f2018-01-26 17:54:55713const char kOOPHPStackModeNativeWithThreadNames[] = "Native with thread names";
erikchen94aca892018-01-18 00:21:19714const char kOOPHPStackModePseudo[] = "Trace events";
Erik Chen3303fd0232018-01-11 20:29:05715
François Beaufort2e75f492018-02-08 20:44:46716const char kEnablePictureInPictureName[] = "Enable Picture-in-Picture.";
Brett Wilsonf27ff602017-07-07 22:28:47717const char kEnablePictureInPictureDescription[] =
François Beaufort2e75f492018-02-08 20:44:46718 "Enable the Picture-in-Picture feature for videos.";
Brett Wilsonf27ff602017-07-07 22:28:47719
F#m59d036e2017-09-13 07:22:17720const char kEnablePixelCanvasRecordingName[] = "Enable pixel canvas recording";
721const char kEnablePixelCanvasRecordingDescription[] =
722 "Pixel canvas recording allows the compositor to raster contents aligned "
723 "with the pixel and improves text rendering. This should be enabled when a "
724 "device is using fractional scale factor.";
725
vitaliiid36191b2018-06-11 07:40:49726extern const char kEnableSyncUserConsentSeparateTypeName[] =
727 "Enable separate sync type for consents";
728extern const char kEnableSyncUserConsentSeparateTypeDescription[] =
729 "Emit user consents as a separate sync type instead of user events.";
730
Mohamed Amir Yosef0178fa892018-07-23 17:43:52731const char kEnableSyncUSSBookmarksName[] = "Enable USS for bookmarks sync";
732const char kEnableSyncUSSBookmarksDescription[] =
733 "Enables the new, experimental implementation of bookmark sync";
734
Mikel Astiz38837f82018-04-24 22:23:23735const char kEnableSyncUSSSessionsName[] = "Enable USS for sessions sync";
736const char kEnableSyncUSSSessionsDescription[] =
737 "Enables the new, experimental implementation of session sync (aka tab "
738 "sync).";
739
Brett Wilsonf27ff602017-07-07 22:28:47740const char kEnableTokenBindingName[] = "Token Binding.";
741const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
742
743const char kEnableUseZoomForDsfName[] =
744 "Use Blink's zoom for device scale factor.";
745const char kEnableUseZoomForDsfDescription[] =
746 "If enabled, Blink uses its zooming mechanism to scale content for device "
747 "scale factor.";
748const char kEnableUseZoomForDsfChoiceDefault[] = "Default";
749const char kEnableUseZoomForDsfChoiceEnabled[] = "Enabled";
750const char kEnableUseZoomForDsfChoiceDisabled[] = "Disabled";
751
Patrick Noland8ee016e2018-01-24 11:44:53752const char kEnableScrollAnchorSerializationName[] =
753 "Scroll Anchor Serialization";
754const char kEnableScrollAnchorSerializationDescription[] =
755 "Save the scroll anchor and use it to restore the scroll position when "
756 "navigating.";
757
Brad Nelson5cd500e2018-01-04 00:50:19758const char kEnableSharedArrayBufferName[] =
759 "Experimental enabled SharedArrayBuffer support in JavaScript.";
760const char kEnableSharedArrayBufferDescription[] =
761 "Enable SharedArrayBuffer support in JavaScript.";
762
Brett Wilsonf27ff602017-07-07 22:28:47763const char kEnableWasmName[] = "WebAssembly structured cloning support.";
764const char kEnableWasmDescription[] =
765 "Enable web pages to use WebAssembly structured cloning.";
766
Kim Paulhamusae635a32018-06-27 07:30:54767const char kEnableWebAuthenticationAPIName[] = "Web Authentication API";
768const char kEnableWebAuthenticationAPIDescription[] =
Kim Paulhamus92431372018-07-20 02:25:47769 "Enable Web Authentication API support.";
770
771extern const char kEnableWebAuthenticationCableSupportName[] =
772 "Web Authentication caBLE support";
773extern const char kEnableWebAuthenticationCableSupportDescription[] =
774 "Enable the cloud-assisted pairingless BLE protocol for use with "
775 "the Web Authentication API.";
Kim Paulhamusae635a32018-06-27 07:30:54776
Brett Wilsonf27ff602017-07-07 22:28:47777const char kEnableImageCaptureAPIName[] = "Image Capture API";
778const char kEnableImageCaptureAPIDescription[] =
779 "Enables the Web Platform Image Capture API: takePhoto(), "
780 "getPhotoCapabilities(), etc.";
781
782const char kEnableZeroSuggestRedirectToChromeName[] =
783 "Experimental contextual omnibox suggestion";
784const char kEnableZeroSuggestRedirectToChromeDescription[] =
785 "Change omnibox contextual suggestions to an experimental source. Note "
786 "that this is not an on/off switch for contextual omnibox and it only "
787 "applies to suggestions provided before the user starts typing a URL or a "
788 "search query (i.e. zero suggest).";
789
790const char kEnableWasmStreamingName[] =
791 "WebAssembly streaming compile/instantiate support.";
792const char kEnableWasmStreamingDescription[] =
793 "WebAssembly.{compile|instantiate} taking a Response as parameter.";
794
Clemens Hammacher0c8a15a2018-04-27 13:45:32795const char kEnableWasmBaselineName[] = "WebAssembly baseline compiler";
796const char kEnableWasmBaselineDescription[] =
797 "Enables WebAssembly baseline compilation and tier up.";
798
Ben Smith24c1e5c2018-06-20 01:09:02799const char kEnableWasmThreadsName[] = "WebAssembly threads support.";
800const char kEnableWasmThreadsDescription[] =
801 "Enables support for the WebAssembly Threads proposal. Implies "
802 "#shared-array-buffer and #enable-webassembly.";
803
Brett Wilsonf27ff602017-07-07 22:28:47804const char kExpensiveBackgroundTimerThrottlingName[] =
805 "Throttle expensive background timers";
806const char kExpensiveBackgroundTimerThrottlingDescription[] =
807 "Enables intervention to limit CPU usage of background timers to 1%.";
808
809const char kExperimentalAppBannersName[] = "Experimental app banners";
810const char kExperimentalAppBannersDescription[] =
Matt Giucad4870432017-11-24 01:04:38811 "Enables a new experimental app banner flow and UI. Implies "
812 "#enable-app-banners.";
Brett Wilsonf27ff602017-07-07 22:28:47813
814const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
815const char kExperimentalCanvasFeaturesDescription[] =
816 "Enables the use of experimental canvas features which are still in "
817 "development.";
818
Nicholas Verneccd8259802018-02-22 01:22:04819const char kExperimentalCrostiniUIName[] = "Experimental Crostini";
820const char kExperimentalCrostiniUIDescription[] =
821 "Enables in-development Crostini features.";
822
Brett Wilsonf27ff602017-07-07 22:28:47823const char kExperimentalExtensionApisName[] = "Experimental Extension APIs";
824const char kExperimentalExtensionApisDescription[] =
825 "Enables experimental extension APIs. Note that the extension gallery "
826 "doesn't allow you to upload extensions that use experimental APIs.";
827
828const char kExperimentalFullscreenExitUIName[] =
829 "Experimental fullscreen exit UI";
830const char kExperimentalFullscreenExitUIDescription[] =
831 "Displays experimental UI to allow mouse and touch input methods to exit "
832 "fullscreen mode.";
833
Ian Clelland37a985d2018-05-04 02:43:13834const char kExperimentalProductivityFeaturesName[] =
835 "Experimental Productivity Features";
836const char kExperimentalProductivityFeaturesDescription[] =
837 "Enable support for experimental developer productivity features, such as "
838 "Layered APIs and policies for avoiding slow rendering.";
839
Brett Wilsonf27ff602017-07-07 22:28:47840const char kExperimentalSecurityFeaturesName[] =
841 "Potentially annoying security features";
842const char kExperimentalSecurityFeaturesDescription[] =
843 "Enables several security features that will likely break one or more "
844 "pages that you visit on a daily basis. Strict mixed content checking, for "
845 "example. And locking powerful features to secure contexts. This flag will "
846 "probably annoy you.";
847
848const char kExperimentalWebPlatformFeaturesName[] =
849 "Experimental Web Platform features";
850const char kExperimentalWebPlatformFeaturesDescription[] =
851 "Enables experimental Web Platform features that are in development.";
852
853const char kExtensionContentVerificationName[] =
854 "Extension Content Verification";
855const char kExtensionContentVerificationDescription[] =
856 "This flag can be used to turn on verification that the contents of the "
857 "files on disk for extensions from the webstore match what they're "
858 "expected to be. This can be used to turn on this feature if it would not "
859 "otherwise have been turned on, but cannot be used to turn it off (because "
860 "this setting can be tampered with by malware).";
861const char kExtensionContentVerificationBootstrap[] =
862 "Bootstrap (get expected hashes, but do not enforce them)";
863const char kExtensionContentVerificationEnforce[] =
864 "Enforce (try to get hashes, and enforce them if successful)";
865const char kExtensionContentVerificationEnforceStrict[] =
866 "Enforce strict (hard fail if we can't get hashes)";
867
868const char kExtensionsOnChromeUrlsName[] = "Extensions on chrome:// URLs";
869const char kExtensionsOnChromeUrlsDescription[] =
870 "Enables running extensions on chrome:// URLs, where extensions explicitly "
871 "request this permission.";
galinapae72e152017-05-12 13:12:28872
Brett Wilsonecb80982017-07-12 20:34:51873const char kFastUnloadName[] = "Fast tab/window close";
874const char kFastUnloadDescription[] =
875 "Enables fast tab/window closing - runs a tab's onunload js handler "
876 "independently of the GUI.";
vabr0215a8e2017-03-28 12:47:34877
Brett Wilsonecb80982017-07-12 20:34:51878const char kFeaturePolicyName[] = "Feature Policy";
879const char kFeaturePolicyDescription[] =
880 "Enables granting and removing access to features through the "
881 "Feature-Policy HTTP header.";
vabr0215a8e2017-03-28 12:47:34882
Brett Wilsonecb80982017-07-12 20:34:51883const char kFontCacheScalingName[] = "FontCache scaling";
884const char kFontCacheScalingDescription[] =
885 "Reuse a cached font in the renderer to serve different sizes of font for "
886 "faster layout.";
887
888const char kForceEffectiveConnectionTypeName[] =
889 "Override effective connection type";
890const char kForceEffectiveConnectionTypeDescription[] =
891 "Overrides the effective connection type of the current connection "
Thanh Lea98f12f2017-12-18 19:35:30892 "returned by the network quality estimator. Slow 2G on Cellular returns "
893 "Slow 2G when connected to a cellular network, and the actual estimate "
894 "effective connection type when not on a cellular network. Previews are "
895 "usually served on 2G networks.";
Brett Wilsonecb80982017-07-12 20:34:51896const char kEffectiveConnectionTypeUnknownDescription[] = "Unknown";
897const char kEffectiveConnectionTypeOfflineDescription[] = "Offline";
898const char kEffectiveConnectionTypeSlow2GDescription[] = "Slow 2G";
Thanh Lea98f12f2017-12-18 19:35:30899const char kEffectiveConnectionTypeSlow2GOnCellularDescription[] =
900 "Slow 2G On Cellular";
Brett Wilsonecb80982017-07-12 20:34:51901const char kEffectiveConnectionType2GDescription[] = "2G";
902const char kEffectiveConnectionType3GDescription[] = "3G";
903const char kEffectiveConnectionType4GDescription[] = "4G";
904
905const char kFillOnAccountSelectName[] = "Fill passwords on account selection";
906const char kFillOnAccountSelectDescription[] =
907 "Filling of passwords when an account is explicitly selected by the user "
908 "rather than autofilling credentials on page load.";
909
Brett Wilsonecb80982017-07-12 20:34:51910const char kForceTextDirectionName[] = "Force text direction";
911const char kForceTextDirectionDescription[] =
912 "Explicitly force the per-character directionality of UI text to "
913 "left-to-right (LTR) or right-to-left (RTL) mode, overriding the default "
914 "direction of the character language.";
915const char kForceDirectionLtr[] = "Left-to-right";
916const char kForceDirectionRtl[] = "Right-to-left";
917
918const char kForceUiDirectionName[] = "Force UI direction";
919const char kForceUiDirectionDescription[] =
920 "Explicitly force the UI to left-to-right (LTR) or right-to-left (RTL) "
921 "mode, overriding the default direction of the UI language.";
922
923const char kFramebustingName[] =
924 "Framebusting requires same-origin or a user gesture";
925const char kFramebustingDescription[] =
926 "Don't permit an iframe to navigate the top level browsing context unless "
927 "they are same-origin or the iframe is processing a user gesture.";
928
929const char kGamepadExtensionsName[] = "Gamepad Extensions";
930const char kGamepadExtensionsDescription[] =
Anna Offenwanger06dc6062018-04-12 07:56:22931 "Enables experimental extensions to the Gamepad APIs.";
Matt Reynoldsa8f2f692018-07-16 17:12:06932const char kGamepadPollingRateName[] = "Override Gamepad Polling Rate";
Matt Reynolds660a47752018-06-28 19:42:48933const char kGamepadPollingRateDescription[] =
Matt Reynoldsa8f2f692018-07-16 17:12:06934 "Overrides the rate at which gamepad input devices are polled. Increasing "
Matt Reynolds660a47752018-06-28 19:42:48935 "the polling rate improves the average latency of button and axis inputs "
936 "but may negatively affect performance.";
Matt Reynolds043469f2018-05-01 22:56:58937const char kGamepadVibrationName[] = "Gamepad Vibration";
938const char kGamepadVibrationDescription[] =
939 "Enables haptic vibration effects on supported gamepads.";
Brett Wilsonecb80982017-07-12 20:34:51940
Brett Wilsonecb80982017-07-12 20:34:51941const char kGpuRasterizationMsaaSampleCountName[] =
942 "GPU rasterization MSAA sample count.";
943const char kGpuRasterizationMsaaSampleCountDescription[] =
944 "Specify the number of MSAA samples for GPU rasterization.";
945const char kGpuRasterizationMsaaSampleCountZero[] = "0";
946const char kGpuRasterizationMsaaSampleCountTwo[] = "2";
947const char kGpuRasterizationMsaaSampleCountFour[] = "4";
948const char kGpuRasterizationMsaaSampleCountEight[] = "8";
949const char kGpuRasterizationMsaaSampleCountSixteen[] = "16";
950
951const char kGpuRasterizationName[] = "GPU rasterization";
952const char kGpuRasterizationDescription[] =
953 "Use GPU to rasterize web content. Requires impl-side painting.";
Brett Wilson7b44537e2017-08-18 01:38:28954const char kForceGpuRasterization[] = "Force-enabled for all layers";
Brett Wilsonecb80982017-07-12 20:34:51955
956const char kGoogleProfileInfoName[] = "Google profile name and icon";
957const char kGoogleProfileInfoDescription[] =
958 "Enables using Google information to populate the profile name and icon in "
959 "the avatar menu.";
960
961const char kHarfbuzzRendertextName[] = "HarfBuzz for UI text";
962const char kHarfbuzzRendertextDescription[] =
963 "Enable cross-platform HarfBuzz layout engine for UI text. Doesn't affect "
964 "web content.";
965
Takumi Fujimotofb71e332018-03-31 14:04:08966const char kViewsCastDialogName[] = "Views Cast dialog";
967const char kViewsCastDialogDescription[] =
Takumi Fujimoto541e5e22018-05-30 00:46:31968 "Replace the WebUI Cast dialog with a Views toolkit dialog. This requires "
Takumi Fujimoto28351acc2018-05-31 17:19:53969 "#views-browser-windows on Mac. This feature is activated if either this "
Robert Liao3ecf97c2018-06-05 01:24:54970 "flag or #upcoming-ui-features is enabled";
Takumi Fujimotofb71e332018-03-31 14:04:08971
Manu Cornet4a908de2018-04-09 04:32:27972const char kHideActiveAppsFromShelfName[] =
973 "Hide running apps (that are not pinned) from the shelf";
974const char kHideActiveAppsFromShelfDescription[] =
975 "Save space in the shelf by hiding running apps (that are not pinned).";
Manu Cornete5f855b2018-03-13 03:35:25976
Brett Wilsonecb80982017-07-12 20:34:51977const char kHistoryRequiresUserGestureName[] =
978 "New history entries require a user gesture.";
979const char kHistoryRequiresUserGestureDescription[] =
980 "Require a user gesture to add a history entry.";
981const char kHyperlinkAuditingName[] = "Hyperlink auditing";
982const char kHyperlinkAuditingDescription[] = "Sends hyperlink auditing pings.";
983
Ryan Landay4242dbc22018-04-04 01:47:33984const char kHorizontalTabSwitcherAndroidName[] =
985 "Enable horizontal tab switcher";
986const char kHorizontalTabSwitcherAndroidDescription[] =
987 "Changes the layout of the Android tab switcher so tabs scroll "
988 "horizontally instead of vertically.";
989
Brett Wilsonecb80982017-07-12 20:34:51990const char kHostedAppQuitNotificationName[] =
991 "Quit notification for hosted apps";
992const char kHostedAppQuitNotificationDescription[] =
993 "Display a notification when quitting Chrome if hosted apps are currently "
994 "running.";
995
996const char kHostedAppShimCreationName[] =
997 "Creation of app shims for hosted apps on Mac";
998const char kHostedAppShimCreationDescription[] =
999 "Create app shims on Mac when creating a hosted app.";
1000
Ana-Cosmina Popescuda3bcbe2017-09-22 18:24:481001const char kHtmlBasedUsernameDetectorName[] = "HTML-based username detector";
1002const char kHtmlBasedUsernameDetectorDescription[] =
1003 "Use HTML-based username detector for the password manager.";
1004
Brett Wilsonecb80982017-07-12 20:34:511005const char kIconNtpName[] = "Large icons on the New Tab page";
1006const char kIconNtpDescription[] =
1007 "Enable the experimental New Tab page using large icons.";
1008
Mustafa Emre Acer9f169912018-07-23 22:40:131009const char kIdnNavigationSuggestionsName[] =
1010 "Navigation suggestions for internationalized domain names";
1011const char kIdnNavigationSuggestionsDescription[] =
1012 "Enable navigation suggestions for internationalized domain names that are "
1013 "visually similar to popular domains.";
1014
Brett Wilsonecb80982017-07-12 20:34:511015const char kIgnoreGpuBlacklistName[] = "Override software rendering list";
1016const char kIgnoreGpuBlacklistDescription[] =
1017 "Overrides the built-in software rendering list and enables "
1018 "GPU-acceleration on unsupported system configurations.";
1019
Ryan Sturm8c3dbc92018-06-26 19:22:371020const char kIgnorePreviewsBlacklistName[] = "Ignore Previews Blocklist";
Thanh Le5f090efa52017-12-27 22:39:441021const char kIgnorePreviewsBlacklistDescription[] =
Ryan Sturm8c3dbc92018-06-26 19:22:371022 "Ignore decisions made by the PreviewsBlockList";
Thanh Le5f090efa52017-12-27 22:39:441023
Claudio Magni61c210922017-12-28 00:29:511024const char kImprovedLanguageSettingsName[] = "Improved Language Settings";
1025const char kImprovedLanguageSettingsDescription[] =
1026 "Set of changes for Language Settings. These changes are intended to fix "
1027 "the major bugs related to Language Settings.";
1028
Brett Wilsonecb80982017-07-12 20:34:511029const char kInProductHelpDemoModeChoiceName[] = "In-Product Help Demo Mode";
1030const char kInProductHelpDemoModeChoiceDescription[] =
1031 "Selects the In-Product Help demo mode.";
1032
1033const char kJavascriptHarmonyName[] = "Experimental JavaScript";
1034const char kJavascriptHarmonyDescription[] =
1035 "Enable web pages to use experimental JavaScript features.";
1036
1037const char kJavascriptHarmonyShippingName[] =
1038 "Latest stable JavaScript features";
1039const char kJavascriptHarmonyShippingDescription[] =
1040 "Some web pages use legacy or non-standard JavaScript extensions that may "
1041 "conflict with the latest JavaScript features. This flag allows disabling "
1042 "support of those features for compatibility with such pages.";
1043
gogeraldfd7675d2018-06-19 22:57:351044const char kJustInTimeServiceWorkerPaymentAppName[] =
1045 "Just-in-time service worker payment app";
1046const char kJustInTimeServiceWorkerPaymentAppDescription[] =
1047 "Allow crawling just-in-time service worker payment app when there is no "
1048 "installed service worker payment app for a payment request.";
1049
Yutaka Hiranof7f2f632017-09-06 10:40:081050const char kKeepAliveRendererForKeepaliveRequestsName[] =
1051 "Keep a renderer alive for keepalive fetch requests";
1052const char kKeepAliveRendererForKeepaliveRequestsDescription[] =
1053 "Keep a render process alive when the process has a pending fetch request "
1054 "with `keepalive' specified.";
1055
Joe Downing095fd6d2018-02-01 18:40:361056const char kKeyboardLockApiName[] = "Experimental keyboard lock API.";
1057const char kKeyboardLockApiDescription[] =
1058 "Enables websites to use the new keyboard{Lock|Unlock} API to intercept "
1059 "specific key events and have them routed directly to the webpage when in "
1060 "fullscreen mode. Implies #experimental-keyboard-lock-ui.";
1061
Brett Wilsonecb80982017-07-12 20:34:511062const char kLcdTextName[] = "LCD text antialiasing";
1063const char kLcdTextDescription[] =
1064 "If disabled, text is rendered with grayscale antialiasing instead of LCD "
1065 "(subpixel) when doing accelerated compositing.";
1066
Matt Giucac399982f2017-10-06 07:51:291067const char kLeftToRightUrlsName[] =
1068 "Render bidirectional URLs from left to right";
1069const char kLeftToRightUrlsDescription[] =
1070 "An experimental Bidi URL rendering algorithm where the URL components are "
1071 "always shown in order from left to right, regardless of any RTL "
1072 "characters. (The contents of each component are still rendered with the "
1073 "normal Bidi algorithm.)";
1074
Brett Wilsonecb80982017-07-12 20:34:511075const char kLoadMediaRouterComponentExtensionName[] =
1076 "Load Media Router Component Extension";
1077const char kLoadMediaRouterComponentExtensionDescription[] =
1078 "Loads the Media Router component extension at startup.";
1079
spqchanb87755692018-04-05 00:46:091080const char kMacViewsAutofillPopupName[] =
1081 "Uses the Views Autofill Popup on Mac";
1082const char kMacViewsAutofillPopupDescription[] =
1083 "Autofill popup will be shown using the Views toolkit rather than Cocoa.";
Derek Chengd24c68c2018-03-12 19:09:321084
Brett Wilsonecb80982017-07-12 20:34:511085const char kMarkHttpAsName[] = "Mark non-secure origins as non-secure";
1086const char kMarkHttpAsDescription[] = "Change the UI treatment for HTTP pages";
Brett Wilsonecb80982017-07-12 20:34:511087
Lei Zhang2eca9082017-10-17 20:42:501088const char kMaterialDesignIncognitoNTPName[] = "Material Design Incognito NTP.";
1089const char kMaterialDesignIncognitoNTPDescription[] =
Brett Wilsonecb80982017-07-12 20:34:511090 "If enabled, the Incognito New Tab page uses the new material design with "
1091 "a better readable text.";
1092
spqchanb87755692018-04-05 00:46:091093const char kMediaRouterCastAllowAllIPsName[] =
1094 "Connect to Cast devices on all IP addresses";
1095const char kMediaRouterCastAllowAllIPsDescription[] =
1096 "Have the Media Router connect to Cast devices on all IP addresses, not "
1097 "just RFC1918/RFC4913 private addresses.";
1098
Brett Wilsonecb80982017-07-12 20:34:511099const char kMemoryCoordinatorName[] = "Memory coordinator";
1100const char kMemoryCoordinatorDescription[] =
1101 "Enable memory coordinator instead of memory pressure listeners.";
1102
1103const char kMessageCenterNewStyleNotificationName[] = "New style notification";
1104const char kMessageCenterNewStyleNotificationDescription[] =
1105 "Enables the experiment style of material-design notification";
1106
Brett Wilsonecb80982017-07-12 20:34:511107const char kMhtmlGeneratorOptionName[] = "MHTML Generation Option";
1108const char kMhtmlGeneratorOptionDescription[] =
1109 "Provides experimental options for MHTML file generator.";
1110const char kMhtmlSkipNostoreMain[] = "Skips no-store main frame.";
1111const char kMhtmlSkipNostoreAll[] = "Skips all no-store resources.";
1112
Kouhei Ueno08445c22017-09-05 03:58:301113const char kModuleScriptsDynamicImportName[] =
1114 "Enable ECMAScript 6 modules dynamic import";
1115const char kModuleScriptsDynamicImportDescription[] =
1116 "Enables ECMAScript 6 modules dynamic \"import\" syntax support in V8 and "
1117 "Blink.";
1118
Hiroshige Hayashizaki15c2eb92017-10-20 04:57:051119const char kModuleScriptsImportMetaUrlName[] =
1120 "Enable ECMAScript 6 modules import.meta.url";
1121const char kModuleScriptsImportMetaUrlDescription[] =
1122 "Enables ECMAScript 6 modules import.meta.url syntax support in V8 and "
1123 "Blink.";
1124
Brett Wilsonecb80982017-07-12 20:34:511125const char kNewAudioRenderingMixingStrategyName[] =
1126 "New audio rendering mixing strategy";
1127const char kNewAudioRenderingMixingStrategyDescription[] =
1128 "Use the new audio rendering mixing strategy.";
1129
1130const char kNewBookmarkAppsName[] = "The new bookmark app system";
1131const char kNewBookmarkAppsDescription[] =
1132 "Enables the new system for creating bookmark apps.";
1133
Vadym Doroshenkocd4ff782018-07-24 13:41:021134const char kNewPasswordFormParsingName[] =
1135 "New password form parsing for filling passwords";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241136const char kNewPasswordFormParsingDescription[] =
Vadym Doroshenkocd4ff782018-07-24 13:41:021137 "Replaces existing form parsing for filling in password manager with a new "
1138 "version, currently under development. WARNING: when enabled, Password "
1139 "Manager might stop working";
1140
1141const char kNewPasswordFormParsingForSavingName[] =
1142 "New password form parsing for saving passwords";
1143const char kNewPasswordFormParsingForSavingDescription[] =
1144 "Replaces existing form parsing for saving in password manager with a new "
1145 "version, currently under development. WARNING: when enabled, Password "
1146 "Manager might stop working";
Vadym Doroshenkof81e8bb2018-04-18 14:35:241147
Brett Wilsonecb80982017-07-12 20:34:511148const char kNewRemotePlaybackPipelineName[] =
1149 "Enable the new remote playback pipeline.";
1150const char kNewRemotePlaybackPipelineDescription[] =
1151 "Enable the new pipeline for playing media element remotely via "
1152 "RemotePlayback API or native controls.";
CJ DiMeglio7b4a199f2017-11-30 01:26:501153const char kUseSurfaceLayerForVideoName[] =
1154 "Enable the use of SurfaceLayer objects for videos.";
1155const char kUseSurfaceLayerForVideoDescription[] =
1156 "Enable compositing onto a Surface instead of a VideoLayer "
1157 "for videos.";
Brett Wilsonecb80982017-07-12 20:34:511158
1159const char kNewUsbBackendName[] = "Enable new USB backend";
1160const char kNewUsbBackendDescription[] =
1161 "Enables the new experimental USB backend for Windows.";
vabr0215a8e2017-03-28 12:47:341162
Sonny Sasaka2d200432018-03-22 17:43:161163const char kNewblueName[] = "Newblue";
1164const char kNewblueDescription[] =
1165 "Enables the use of newblue Bluetooth daemon.";
1166
Peter Kasting63097912018-06-30 02:09:031167const char kNewTabButtonPosition[] = "New tab button position";
1168const char kNewTabButtonPositionDescription[] =
1169 "Controls placement of the new tab button within the tabstrip.";
1170const char kNewTabButtonPositionOppositeCaption[] = "Opposite caption buttons";
1171const char kNewTabButtonPositionLeading[] = "Leading";
1172const char kNewTabButtonPositionAfterTabs[] = "After tabs";
1173const char kNewTabButtonPositionTrailing[] = "Trailing";
1174
Egor Pasko6fed3822018-05-30 10:33:141175const char kNostatePrefetchName[] = "NoState Prefetch";
vabr0215a8e2017-03-28 12:47:341176const char kNostatePrefetchDescription[] =
Egor Pasko6fed3822018-05-30 10:33:141177 R"*(If enabled, pre-downloads resources to improve page load speed.)*";
vabr0215a8e2017-03-28 12:47:341178
Alex Newcomerd7b0cc42018-05-25 22:58:481179const char kNotificationIndicatorName[] = "Notification Indicators";
1180const char kNotificationIndicatorDescription[] =
1181 "Enable notification indicators, which appear on app icons when a "
1182 "notification is active. This will also enable notifications in context "
1183 "menus.";
1184
Brett Wilsonecb80982017-07-12 20:34:511185const char kNotificationsNativeFlagName[] = "Enable native notifications.";
1186const char kNotificationsNativeFlagDescription[] =
1187 "Enable support for using the native notification toasts and notification "
1188 "center on platforms where these are available.";
vabr0215a8e2017-03-28 12:47:341189
Zentaro Kavanaghbad511c2017-10-18 22:29:001190#if defined(OS_POSIX)
1191const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication";
1192const char kNtlmV2EnabledDescription[] =
1193 "Enable NTLMv2 HTTP Authentication. This disables NTLMv1 support.";
1194#endif
1195
Ramya Nagarajane9f16b82018-05-03 01:05:341196const char kNtpBackgroundsName[] = "New Tab Page Background Selection";
1197const char kNtpBackgroundsDescription[] =
kristipark037abce12018-07-13 19:49:301198 "Allow selection of a custom background image on the New Tab Page. "
1199 "Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341200
kristipark037abce12018-07-13 19:49:301201const char kNtpCustomLinksName[] = "New Tab Page Custom Links";
1202const char kNtpCustomLinksDescription[] =
1203 "Enable customization of shortcuts on the New Tab Page and replaces Most "
1204 "Visited. Implicitly enables 'ntp-ui-md' and 'ntp-icons'.";
1205
1206const char kNtpIconsName[] = "New Tab Page Material Design Icons";
Ramya Nagarajane9f16b82018-05-03 01:05:341207const char kNtpIconsDescription[] =
kristipark037abce12018-07-13 19:49:301208 "Show Material Design icons on the New Tab Page, instead of Most Visited "
1209 "tiles. Implicitly enables 'ntp-ui-md'.";
Ramya Nagarajane9f16b82018-05-03 01:05:341210
1211const char kNtpUIMdName[] = "New Tab Page Material Design UI";
1212const char kNtpUIMdDescription[] =
1213 "Updates the New Tab Page with Material Design elements.";
1214
Brett Wilsonecb80982017-07-12 20:34:511215const char kNumRasterThreadsName[] = "Number of raster threads";
1216const char kNumRasterThreadsDescription[] =
1217 "Specify the number of raster threads.";
1218const char kNumRasterThreadsOne[] = "1";
1219const char kNumRasterThreadsTwo[] = "2";
1220const char kNumRasterThreadsThree[] = "3";
1221const char kNumRasterThreadsFour[] = "4";
1222
1223const char kOfferStoreUnmaskedWalletCardsName[] =
1224 "Google Payments card saving checkbox";
1225const char kOfferStoreUnmaskedWalletCardsDescription[] =
1226 "Show the checkbox to offer local saving of a credit card downloaded from "
1227 "the server.";
1228
1229const char kOfflineAutoReloadName[] = "Offline Auto-Reload Mode";
1230const char kOfflineAutoReloadDescription[] =
1231 "Pages that fail to load while the browser is offline will be "
1232 "auto-reloaded when the browser is online again.";
1233
1234const char kOfflineAutoReloadVisibleOnlyName[] =
1235 "Only Auto-Reload Visible Tabs";
1236const char kOfflineAutoReloadVisibleOnlyDescription[] =
1237 "Pages that fail to load while the browser is offline will only be "
1238 "auto-reloaded if their tab is visible.";
1239
Brett Wilsonecb80982017-07-12 20:34:511240const char kOmniboxDisplayTitleForCurrentUrlName[] =
1241 "Include title for the current URL in the omnibox";
1242const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
1243 "In the event that the omnibox provides suggestions on-focus, the URL of "
1244 "the current page is provided as the first suggestion without a title. "
1245 "Enabling this flag causes the title to be displayed.";
1246
Benoit Lizeab08362c2017-07-19 14:50:541247const char kOmniboxSpareRendererName[] =
1248 "Start spare renderer on omnibox focus";
1249const char kOmniboxSpareRendererDescription[] =
1250 "When the omnibox is focused, start an empty spare renderer. This can "
1251 "speed up the load of the navigation from the omnibox.";
1252
Tommy C. Li8875a442017-08-23 00:10:591253const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
1254 "Omnibox UI Elide Suggestion URL After Host";
1255const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
1256 "Elides the path, query, and ref of suggested URLs in the Omnibox "
1257 "dropdown.";
1258
Tommy C. Lid79d4402017-12-22 22:49:121259const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsName[] =
1260 "Omnibox UI Hide Steady-State URL Scheme and Trivial Subdomains";
1261const char kOmniboxUIHideSteadyStateUrlSchemeAndSubdomainsDescription[] =
1262 "In the Omnibox, hide the scheme and trivial subdomains from steady state "
Tommy C. Li06aafc92018-06-12 18:06:221263 "displayed URLs. Hidden portions are restored during editing. For Mac, "
1264 "this flag will have no effect unless MacViews is enabled.";
Tommy C. Lid79d4402017-12-22 22:49:121265
Tommy C. Licc5e53022018-07-27 16:30:351266const char kOmniboxUIJogTextfieldOnPopupName[] =
1267 "Omnibox UI Jog Textfield on Popup";
1268const char kOmniboxUIJogTextfieldOnPopupDescription[] =
1269 "In the Omnibox, jog the textfield to align with the dropdown suggestions "
1270 "text when the popup is opened. When this feature is disabled, the "
1271 "textfield is always aligned with the suggestions text, and a separator "
1272 "fills the gap. If Material Refresh is disabled, this has no effect.";
1273
Brett Wilsonecb80982017-07-12 20:34:511274const char kOmniboxUIMaxAutocompleteMatchesName[] =
1275 "Omnibox UI Max Autocomplete Matches";
1276
1277const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
1278 "Changes the maximum number of autocomplete matches displayed in the "
1279 "Omnibox UI.";
1280
Justin Donnelly65c9e8b2017-10-01 05:15:011281const char kOmniboxUIShowSuggestionFaviconsName[] =
1282 "Omnibox UI Show Suggestion Favicons";
1283const char kOmniboxUIShowSuggestionFaviconsDescription[] =
1284 "Shows favicons instead of generic vector icons for URL suggestions in the "
1285 "Omnibox dropdown.";
1286
1287const char kOmniboxUISwapTitleAndUrlName[] = "Omnibox UI Swap Title and URL";
1288const char kOmniboxUISwapTitleAndUrlDescription[] =
1289 "In the omnibox dropdown, shows titles before URLs when both are "
1290 "available.";
1291
Brett Wilsonecb80982017-07-12 20:34:511292const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
1293const char kOmniboxUIVerticalMarginDescription[] =
1294 "Changes the vertical margin in the Omnibox UI.";
1295
Troy Hildebrandtb32637ca2018-02-21 23:25:091296const char kOmniboxVoiceSearchAlwaysVisibleName[] =
1297 "Omnibox Voice Search Always Visible";
1298const char kOmniboxVoiceSearchAlwaysVisibleDescription[] =
1299 "Always displays voice search icon in focused omnibox as long as voice "
1300 "search is possible";
1301
Adrienne Walkerc87477e2018-06-06 22:28:211302const char kOopRasterizationName[] = "Out of process rasterization";
1303const char kOopRasterizationDescription[] =
1304 "Perform Ganesh raster in the GPU Process instead of the renderer. "
1305 "Must also enable GPU rasterization";
1306
Brett Wilsonecb80982017-07-12 20:34:511307const char kOriginTrialsName[] = "Origin Trials";
1308const char kOriginTrialsDescription[] =
1309 "Enables origin trials for controlling access to feature/API experiments.";
1310
Becca Hughes930d8cd2017-10-02 11:09:121311const char kOverflowIconsForMediaControlsName[] =
1312 "Icons on Media Controls Overflow Menu";
1313const char kOverflowIconsForMediaControlsDescription[] =
1314 "Displays icons on the overflow menu of the native media controls";
1315
Brett Wilsonecb80982017-07-12 20:34:511316const char kOverlayScrollbarsName[] = "Overlay Scrollbars";
1317const char kOverlayScrollbarsDescription[] =
1318 "Enable the experimental overlay scrollbars implementation. You must also "
1319 "enable threaded compositing to have the scrollbars animate.";
1320
chaopenge8aa016b2017-08-24 15:20:191321const char kOverlayScrollbarsFlashAfterAnyScrollUpdateName[] =
1322 "Flash Overlay Scrollbars After Any Scroll Update";
1323const char kOverlayScrollbarsFlashAfterAnyScrollUpdateDescription[] =
1324 "Flash Overlay Scrollbars After any scroll update happends in page. You"
1325 " must also enable Overlay Scrollbars.";
1326
chaopeng343678022017-08-24 18:45:001327const char kOverlayScrollbarsFlashWhenMouseEnterName[] =
1328 "Flash Overlay Scrollbars When Mouse Enter";
1329const char kOverlayScrollbarsFlashWhenMouseEnterDescription[] =
1330 "Flash Overlay Scrollbars When Mouse Enter a scrollable area. You must also"
1331 " enable Overlay Scrollbars.";
1332
Daniele Castagna74ddb9c2018-06-21 22:59:021333const char kOverlayStrategiesName[] = "Select HW overlay strategies";
1334const char kOverlayStrategiesDescription[] =
1335 "Select strategies used to promote quads to HW overlays.";
1336const char kOverlayStrategiesDefault[] = "Default";
1337const char kOverlayStrategiesNone[] = "None";
1338const char kOverlayStrategiesUnoccludedFullscreen[] =
1339 "Unoccluded fullscreen buffers (single-fullscreen)";
1340const char kOverlayStrategiesUnoccluded[] =
1341 "Unoccluded buffers (single-fullscreen,single-on-top)";
1342const char kOverlayStrategiesOccludedAndUnoccluded[] =
1343 "Occluded and unoccluded buffers "
1344 "(single-fullscreen,single-on-top,underlay)";
1345
Claudio Magni81326f92017-09-01 05:21:181346const char kUseNewAcceptLanguageHeaderName[] = "Use new Accept-Language header";
1347const char kUseNewAcceptLanguageHeaderDescription[] =
1348 "Adds the base language code after other corresponding language+region "
1349 "codes. This ensures that users receive content in their preferred "
1350 "language.";
1351
Brett Wilsonecb80982017-07-12 20:34:511352const char kOverscrollHistoryNavigationName[] = "Overscroll history navigation";
1353const char kOverscrollHistoryNavigationDescription[] =
Mohsen Izadi88b392a2018-02-15 06:57:481354 "History navigation in response to horizontal overscroll.";
Brett Wilsonecb80982017-07-12 20:34:511355const char kOverscrollHistoryNavigationSimpleUi[] = "Simple";
Mohsen Izadi88b392a2018-02-15 06:57:481356const char kOverscrollHistoryNavigationParallaxUi[] = "Parallax";
Brett Wilsonecb80982017-07-12 20:34:511357
1358const char kOverscrollStartThresholdName[] = "Overscroll start threshold";
1359const char kOverscrollStartThresholdDescription[] =
1360 "Changes overscroll start threshold relative to the default value.";
1361const char kOverscrollStartThreshold133Percent[] = "133%";
1362const char kOverscrollStartThreshold166Percent[] = "166%";
1363const char kOverscrollStartThreshold200Percent[] = "200%";
1364
chaopenge2b6e5f2018-05-08 16:40:451365const char kTouchpadOverscrollHistoryNavigationName[] =
1366 "Overscroll history navigation on Touchpad";
1367const char kTouchpadOverscrollHistoryNavigationDescription[] =
1368 "Allows swipe left/right from touchpad change browser navigation.";
1369
Xing Liu5400a002017-09-15 21:48:291370const char kParallelDownloadingName[] = "Parallel downloading";
1371const char kParallelDownloadingDescription[] =
Yannic Bonenbergera32f9902017-11-20 18:47:061372 "Enable parallel downloading to accelerate download speed.";
Xing Liu5400a002017-09-15 21:48:291373
Brett Wilsonecb80982017-07-12 20:34:511374const char kPassiveEventListenerDefaultName[] =
1375 "Passive Event Listener Override";
1376const char kPassiveEventListenerDefaultDescription[] =
1377 "Forces touchstart, touchmove, mousewheel and wheel event listeners (which "
1378 "haven't requested otherwise) to be treated as passive. This will break "
1379 "touch/wheel behavior on some websites but is useful for demonstrating the "
1380 "potential performance benefits of adopting passive event listeners.";
1381const char kPassiveEventListenerTrue[] = "True (when unspecified)";
1382const char kPassiveEventListenerForceAllTrue[] = "Force All True";
1383
1384const char kPassiveEventListenersDueToFlingName[] =
1385 "Touch Event Listeners Passive Default During Fling";
1386const char kPassiveEventListenersDueToFlingDescription[] =
1387 "Forces touchstart, and first touchmove per scroll event listeners during "
1388 "fling to be treated as passive.";
1389
1390const char kPassiveDocumentEventListenersName[] =
1391 "Document Level Event Listeners Passive Default";
1392const char kPassiveDocumentEventListenersDescription[] =
1393 "Forces touchstart, and touchmove event listeners on document level "
1394 "targets (which haven't requested otherwise) to be treated as passive.";
1395
1396const char kPasswordForceSavingName[] = "Force-saving of passwords";
1397const char kPasswordForceSavingDescription[] =
1398 "Allow the user to manually enforce password saving instead of relying on "
1399 "password manager's heuristics.";
1400
Vaclav Brozekd8a3f542017-11-16 14:21:131401const char kPasswordExportName[] = "Password export";
1402const char kPasswordExportDescription[] =
1403 "Export functionality in password settings.";
1404
1405const char kPasswordImportName[] = "Password import";
1406const char kPasswordImportDescription[] =
1407 "Import functionality in password settings.";
Brett Wilsonecb80982017-07-12 20:34:511408
Friedrich Horschig03c91982018-01-25 14:21:281409const char kPasswordSearchMobileName[] = "Password search";
1410const char kPasswordSearchMobileDescription[] =
1411 "Search functionality in password settings.";
1412
Friedrich Horschige6c27742018-04-23 17:13:411413const char kPasswordsKeyboardAccessoryName[] =
1414 "Add password-related functions to keyboard accessory";
1415const char kPasswordsKeyboardAccessoryDescription[] =
1416 "Adds password generation button and toggle for the passwords bottom sheet "
1417 "to the keyboard accessory. Replaces password generation popups.";
1418
Christos Froussios6e060c42018-07-31 16:17:191419const char kPasswordsMigrateLinuxToLoginDBName[] =
1420 "Migrate passwords to \"Login Data\"";
1421const char kPasswordsMigrateLinuxToLoginDBDescription[] =
1422 "Performs a one-off migration (with retries) of passwords from the "
1423 "gnome-keyring or kwallet into the profile directory.";
1424
Tom Sepez92a2cd242018-03-13 19:23:091425const char kPdfIsolationName[] = "PDF Isolation";
1426const char kPdfIsolationDescription[] =
1427 "Render PDF files from different origins in different plugin processes.";
1428
Brett Wilsonecb80982017-07-12 20:34:511429const char kPinchScaleName[] = "Pinch scale";
1430const char kPinchScaleDescription[] =
1431 "Enables experimental support for scale using pinch.";
1432
Doug Arnett620ff542018-02-06 17:54:221433const char kPreviewsAllowedName[] = "Previews Allowed";
1434const char kPreviewsAllowedDescription[] =
1435 "Allows previews to be shown subject to specific preview types being "
1436 "enabled and the client experiencing specific triggering conditions. "
1437 "May be used as a kill-switch to turn off all potential preview types.";
1438
Brett Wilsonecb80982017-07-12 20:34:511439const char kPrintPdfAsImageName[] = "Print Pdf as Image";
1440const char kPrintPdfAsImageDescription[] =
1441 "If enabled, an option to print PDF files as images will be available in "
1442 "print preview.";
1443
1444const char kPrintPreviewRegisterPromosName[] =
1445 "Print Preview Registration Promos";
1446const char kPrintPreviewRegisterPromosDescription[] =
1447 "Enable registering unregistered cloud printers from print preview.";
1448
1449const char kProtectSyncCredentialName[] = "Autofill sync credential";
1450const char kProtectSyncCredentialDescription[] =
1451 "How the password manager handles autofill for the sync credential.";
1452
1453const char kProtectSyncCredentialOnReauthName[] =
1454 "Autofill sync credential only for transactional reauth pages";
1455const char kProtectSyncCredentialOnReauthDescription[] =
1456 "How the password manager handles autofill for the sync credential only "
1457 "for transactional reauth pages.";
1458
Mohsen Izadi93faac12017-07-29 04:45:151459const char kPullToRefreshName[] = "Pull-to-refresh gesture";
1460const char kPullToRefreshDescription[] =
1461 "Pull-to-refresh gesture in response to vertical overscroll.";
Mohsen Izadi8c59ba52018-04-12 18:52:011462const char kPullToRefreshEnabledTouchscreen[] = "Enabled for touchscreen only";
Mohsen Izadi93faac12017-07-29 04:45:151463
Troy Hildebrandt7228ad12018-02-23 21:18:241464const char kQueryInOmniboxName[] = "Query in Omnibox";
1465const char kQueryInOmniboxDescription[] =
1466 "Only display query terms in the omnibox when viewing a search results "
1467 "page.";
1468
Brett Wilsonecb80982017-07-12 20:34:511469const char kQuicName[] = "Experimental QUIC protocol";
1470const char kQuicDescription[] = "Enable experimental QUIC protocol support.";
1471
Emily Starke8878d52018-05-11 21:27:261472const char kRecurrentInterstitialName[] =
1473 "Show a message when the same SSL error recurs";
1474const char kRecurrentInterstitialDescription[] =
1475 "Enable a special message on the SSL certificate error page when the same "
1476 "SSL error occurs repeatedly.";
1477
Brett Wilsonecb80982017-07-12 20:34:511478const char kReducedReferrerGranularityName[] =
1479 "Reduce default 'referer' header granularity.";
1480const char kReducedReferrerGranularityDescription[] =
1481 "If a page hasn't set an explicit referrer policy, setting this flag will "
1482 "reduce the amount of information in the 'referer' header for cross-origin "
1483 "requests.";
1484
Claudio Magnie0a80bb2018-01-31 02:52:581485extern const char kRegionalLocalesAsDisplayUIName[] =
1486 "Allow regional locales as display UI";
1487extern const char kRegionalLocalesAsDisplayUIDescription[] =
1488 "This flag allows regional locales to be selected as display UI by the "
1489 "user in Language Settings. The actual locale of the system is derived "
1490 "from the user selection based on some simple fallback logic.";
1491
Christian Dullweber1af31e62018-02-22 11:49:481492const char kRemoveNavigationHistoryName[] =
Christian Dullweberb13ffda2018-02-23 11:42:141493 "Remove navigation entry on history deletion";
Christian Dullweber1af31e62018-02-22 11:49:481494const char kRemoveNavigationHistoryDescription[] =
1495 "Remove a navigation entry when the corresponding history entry has been "
1496 "deleted.";
1497
Mihai Sardarescu6d0f5b72017-10-30 11:24:381498const char kRemoveUsageOfDeprecatedGaiaSigninEndpointName[] =
1499 "Remove usage of the deprecated GAIA sign-in endpoint";
1500const char kRemoveUsageOfDeprecatedGaiaSigninEndpointDescription[] =
1501 "The Gaia sign-in endpoint used for full-tab sign-in page is deprecated. "
1502 "This flags controls wheter it should no longer be used during a sign-in "
1503 " flow.";
1504
Yutaka Hirano4c0f2f5d452017-11-17 04:24:351505const char kRendererSideResourceSchedulerName[] =
1506 "Renderer side ResourceScheduler";
1507const char kRendererSideResourceSchedulerDescription[] =
1508 "Migrate some ResourceScheduler functionalities to renderer";
1509
Brett Wilsonecb80982017-07-12 20:34:511510const char kRequestTabletSiteName[] =
1511 "Request tablet site option in the settings menu";
1512const char kRequestTabletSiteDescription[] =
1513 "Allows the user to request tablet site. Web content is often optimized "
1514 "for tablet devices. When this option is selected the user agent string is "
1515 "changed to indicate a tablet device. Web content optimized for tablets is "
1516 "received there after for the current tab.";
1517
1518const char kResetAppListInstallStateName[] =
1519 "Reset the App Launcher install state on every restart.";
1520const char kResetAppListInstallStateDescription[] =
1521 "Reset the App Launcher install state on every restart. While this flag is "
1522 "set, Chrome will forget the launcher has been installed each time it "
1523 "starts. This is used for testing the App Launcher install flow.";
1524
Kinuko Yasuda33955082018-06-19 10:14:591525const char kResourceLoadSchedulerName[] = "Enable resource load throttling";
Brett Wilsonecb80982017-07-12 20:34:511526const char kResourceLoadSchedulerDescription[] =
Kinuko Yasuda33955082018-06-19 10:14:591527 "Uses the resource load scheduler in blink to throttle resource load "
1528 "requests.";
Brett Wilsonecb80982017-07-12 20:34:511529
Brett Wilsonecb80982017-07-12 20:34:511530const char kSafeSearchUrlReportingName[] = "SafeSearch URLs reporting.";
1531const char kSafeSearchUrlReportingDescription[] =
1532 "If enabled, inappropriate URLs can be reported back to SafeSearch.";
1533
Alexei Filippov98772752018-01-27 08:26:521534const char kSamplingHeapProfilerName[] = "Native memory sampling profiler.";
1535const char kSamplingHeapProfilerDescription[] =
1536 "Enables native memory sampling profiler with specified rate in KiB. "
1537 "If sampling rate is not provided the default value of 128 KiB is used.";
1538
Brett Wilsonecb80982017-07-12 20:34:511539const char kSaveasMenuLabelExperimentName[] =
1540 "Switch 'Save as' menu labels to 'Download'";
1541const char kSaveasMenuLabelExperimentDescription[] =
1542 "Enables an experiment to switch menu labels that use 'Save as...' to "
1543 "'Download'.";
1544
1545const char kSavePageAsMhtmlName[] = "Save Page as MHTML";
1546const char kSavePageAsMhtmlDescription[] =
1547 "Enables saving pages as MHTML: a single text file containing HTML and all "
1548 "sub-resources.";
1549
Nate Chapin9638e7102017-09-20 22:11:011550const char kSavePreviousDocumentResourcesName[] =
1551 "Save Previous Document Resources";
1552const char kSavePreviousDocumentResourcesDescription[] =
1553 "Saves an old document's cached resources until the specified point in the "
1554 "next document's lifecycle.";
1555const char kSavePreviousDocumentResourcesNever[] =
1556 "Don't explicitly save resources";
1557const char kSavePreviousDocumentResourcesUntilOnDOMContentLoaded[] =
1558 "Save resources until onDOMContentLoaded completes";
1559const char kSavePreviousDocumentResourcesUntilOnLoad[] =
1560 "Save resources until onload completes";
1561
Brett Wilsonecb80982017-07-12 20:34:511562const char kScrollPredictionName[] = "Scroll prediction";
1563const char kScrollPredictionDescription[] =
1564 "Predicts the finger's future position during scrolls allowing time to "
1565 "render the frame before the finger is there.";
1566
gogeraldd5061b592017-09-06 23:39:551567const char kServiceWorkerPaymentAppsName[] = "Service Worker payment apps";
1568const char kServiceWorkerPaymentAppsDescription[] =
1569 "Enable Service Worker applications to integrate as payment apps";
1570
Makoto Shimazu22078cc2018-02-21 03:01:441571extern const char kServiceWorkerServicificationName[] =
1572 "Servicified service workers";
1573extern const char kServiceWorkerServicificationDescription[] =
1574 "Enable the servicified service workers. A servicified service worker can "
1575 "have direct connection from its clients, so that fetch events can be "
1576 "dispatched through the connection without hopping to the browser process.";
Makoto Shimazud9f333c2017-08-08 07:23:171577
Tsuyoshi Horobcb1c642017-11-24 16:32:141578const char kServiceWorkerScriptFullCodeCacheName[] =
1579 "Service worker script full code cache.";
1580const char kServiceWorkerScriptFullCodeCacheDescription[] =
1581 "Generate V8 full code cache of Service Worker scripts while installing.";
1582
Brett Wilsonecb80982017-07-12 20:34:511583const char kSettingsWindowName[] = "Show settings in a window";
1584const char kSettingsWindowDescription[] =
1585 "Settings will be shown in a dedicated window instead of as a browser tab.";
1586
Manu Cornetd7ef7c52018-05-01 22:08:231587const char kShelfHoverPreviewsName[] =
1588 "Show previews of running apps when hovering over the shelf.";
1589const char kShelfHoverPreviewsDescription[] =
1590 "Shows previews of the open windows for a given running app when hovering "
1591 "over the shelf.";
1592
Manu Cornet683e14b2018-07-16 17:39:431593const char kShelfNewUiName[] = "Newest shelf redesign.";
1594const char kShelfNewUiDescription[] = "Enables the newest shelf appearance.";
1595
Trent Apted750ba7022017-10-23 13:36:251596const char kShowAllDialogsWithViewsToolkitName[] =
1597 "Show all dialogs with Views toolkit";
1598const char kShowAllDialogsWithViewsToolkitDescription[] =
1599 "All browser dialogs will be shown using the Views toolkit rather than "
1600 "Cocoa. This requires <a href=\"#secondary-ui-md\">#secondary-ui-md</a>.";
1601
Naoki Fukino008a0022018-05-23 18:33:001602const char kShowAndroidFilesInFilesAppName[] =
1603 "Show Android files in Files app";
1604const char kShowAndroidFilesInFilesAppDescription[] =
1605 "Show Android files in Files app if Android is enabled on the device.";
1606
Luciano Pachecoa0e2753f2018-07-16 07:41:101607const char kFilesAppDisableMyFilesNavigationName[] =
1608 "Disable the My Files on the navigation in the Files app";
1609const char kFilesAppDisableMyFilesNavigationDescription[] =
1610 "Disables the My Files on the navigation in the Files app, which displays "
Luciano Pachecof1beaa82018-05-30 04:48:511611 R"("My Files" root for Downloads, Linux and Play files)";
1612
Brett Wilsonecb80982017-07-12 20:34:511613const char kShowAutofillSignaturesName[] = "Show autofill signatures.";
1614const char kShowAutofillSignaturesDescription[] =
Maxim Kolosovskiye66f8cb2018-03-23 10:25:381615 "Annotates web forms with Autofill signatures as HTML attributes. Also "
1616 "marks password fields suitable for password generation.";
Brett Wilsonecb80982017-07-12 20:34:511617
1618const char kShowAutofillTypePredictionsName[] = "Show Autofill predictions";
1619const char kShowAutofillTypePredictionsDescription[] =
1620 "Annotates web forms with Autofill field type predictions as placeholder "
1621 "text.";
1622
1623const char kShowOverdrawFeedbackName[] = "Show overdraw feedback";
1624const char kShowOverdrawFeedbackDescription[] =
1625 "Visualize overdraw by color-coding elements based on if they have other "
1626 "elements drawn underneath.";
1627
Carlos IL89128732018-04-03 17:00:251628const char kSupervisedUserCommittedInterstitialsName[] =
1629 "Enable Supervised User Committed Interstitials";
1630const char kSupervisedUserCommittedInterstitialsDescription[] =
1631 "Use committed error pages instead of transient navigation entries for "
1632 "supervised user interstitials";
1633
yiyixbdfa9a0b2017-10-23 22:21:471634const char kEnableDrawOcclusionName[] = "Enable draw occlusion";
1635const char kEnableDrawOcclusionDescription[] =
1636 "Enable the system to use draw occlusion to skip draw quads when they are "
1637 "not shown on the screen.";
1638
Brett Wilsonecb80982017-07-12 20:34:511639const char kShowSavedCopyName[] = "Show Saved Copy Button";
1640const char kShowSavedCopyDescription[] =
1641 "When a page fails to load, if a stale copy of the page exists in the "
1642 "browser cache, a button will be presented to allow the user to load that "
1643 "stale copy. The primary enabling choice puts the button in the most "
1644 "salient position on the error page; the secondary enabling choice puts it "
1645 "secondary to the reload button.";
1646const char kEnableShowSavedCopyPrimary[] = "Enable: Primary";
1647const char kEnableShowSavedCopySecondary[] = "Enable: Secondary";
1648const char kDisableShowSavedCopy[] = "Disable";
1649
Brett Wilsonecb80982017-07-12 20:34:511650const char kSilentDebuggerExtensionApiName[] = "Silent Debugging";
1651const char kSilentDebuggerExtensionApiDescription[] =
1652 "Do not show the infobar when an extension attaches to a page via "
1653 "chrome.debugger API. This is required to debug extension background "
1654 "pages.";
1655
Tsuyoshi Horo53895ba92018-03-14 04:06:481656const char kSignedHTTPExchangeName[] = "Signed HTTP Exchange";
1657const char kSignedHTTPExchangeDescription[] =
1658 "Enables Origin-Signed HTTP Exchanges support which is still in "
1659 "development. Warning: Enabling this may pose a security risk.";
1660
Brett Wilsonecb80982017-07-12 20:34:511661const char kSimpleCacheBackendName[] = "Simple Cache for HTTP";
1662const char kSimpleCacheBackendDescription[] =
1663 "The Simple Cache for HTTP is a new cache. It relies on the filesystem for "
1664 "disk space allocation.";
1665
Christopher Thompson75ff845d2018-02-01 20:12:461666const char kSimplifyHttpsIndicatorName[] = "Simplify HTTPS indicator UI";
1667const char kSimplifyHttpsIndicatorDescription[] =
1668 "Change the UI treatment for HTTPS pages.";
1669
Brett Wilsonecb80982017-07-12 20:34:511670const char kSingleClickAutofillName[] = "Single-click autofill";
1671const char kSingleClickAutofillDescription[] =
1672 "Make autofill suggestions on initial mouse click on a form element.";
1673
Bret Sepulveda4f891da2018-07-16 19:10:301674const char kSingleTabMode[] = "Single-tab mode";
1675const char kSingleTabModeDescription[] =
1676 "Windows with a single tab receive a special, minimal visual treatment.";
1677
Nick Carter855bc492018-03-10 00:44:571678const char kStrictSiteIsolationName[] = "Strict site isolation";
1679const char kStrictSiteIsolationDescription[] =
1680 "Security mode that enables site isolation for all sites. When enabled, "
1681 "each renderer process will contain pages from at most one site, using "
1682 "out-of-process iframes when needed. When enabled, this flag forces the "
1683 "strictest site isolation mode (SitePerProcess). When disabled, the site "
1684 "isolation mode will be determined by enterprise policy or field trial.";
1685
1686const char kSiteIsolationTrialOptOutName[] = "Site isolation trial opt-out";
1687const char kSiteIsolationTrialOptOutDescription[] =
1688 "Opts out of field trials that enable site isolation modes "
1689 "(SitePerProcess, IsolateOrigins, etc). Intended for diagnosing bugs that "
1690 "may be due to out-of-process iframes. Opt-out has no effect if site "
1691 "isolation is force-enabled via #enable-site-per-process or enterprise "
1692 "policy. Caution: this disables important mitigations for the Spectre CPU "
1693 "vulnerability affecting most computers.";
1694extern const char kSiteIsolationTrialOptOutChoiceDefault[] = "Default";
1695extern const char kSiteIsolationTrialOptOutChoiceOptOut[] =
1696 "Opt-out (not recommended)";
Brett Wilsonecb80982017-07-12 20:34:511697
Pattideade7972018-04-27 02:59:401698const char kSiteSettings[] = "Site settings";
Brett Wilsonecb80982017-07-12 20:34:511699const char kSiteSettingsDescription[] =
Pattideade7972018-04-27 02:59:401700 "Add the All Sites list to Site Settings.";
Brett Wilsonecb80982017-07-12 20:34:511701
Brett Wilsonecb80982017-07-12 20:34:511702const char kSmoothScrollingName[] = "Smooth Scrolling";
1703const char kSmoothScrollingDescription[] =
1704 "Animate smoothly when scrolling page content.";
1705
1706const char kSoftwareRasterizerName[] = "3D software rasterizer";
1707const char kSoftwareRasterizerDescription[] =
1708 "Fall back to a 3D software rasterizer when the GPU cannot be used.";
1709
Wei-Yin Chen (陳威尹)deff0802018-01-19 06:29:201710const char kSoleIntegrationName[] = "Sole integration";
1711const char kSoleIntegrationDescription[] =
1712 "Enable Sole integration for browser customization. You must restart "
1713 "the browser twice for changes to take effect.";
1714
Tommy Steimel77704be2017-08-28 22:14:401715const char kSoundContentSettingName[] = "Sound content setting";
1716const char kSoundContentSettingDescription[] =
1717 "Enable site-wide muting in content settings and tab strip context menu.";
1718
Alexandr Ilinf0500ed32017-09-27 21:12:361719const char kSpeculativePreconnectName[] = "Enable new preconnect predictor";
1720const char kSpeculativePreconnectDescription[] =
1721 "Enable the new implementation of preconnect and DNS preresolve. "
1722 "\"Learning\" means that only database construction is enabled, "
1723 "\"Preconnect\" enables both learning and preconnect and disables the "
1724 "existing implementation. \"No preconnect\" disables both implementations.";
1725
Brett Wilsonecb80982017-07-12 20:34:511726const char kSpeculativePrefetchName[] = "Speculative Prefetch";
vabr0215a8e2017-03-28 12:47:341727const char kSpeculativePrefetchDescription[] =
1728 R"*("Speculative Prefetch" fetches likely resources early to improve )*"
1729 R"*(load times, based on a local database (see chrome://predictors). )*"
1730 R"*("Learning" means that only the database construction is enabled, )*"
1731 R"*("Prefetching" that learning and prefetching are enabled.)*";
1732
Justin Donnelly4e448cb2017-07-07 21:32:131733const char kSpeculativeServiceWorkerStartOnQueryInputName[] =
1734 "Enable speculative start of a service worker when a search is predicted.";
Justin Donnelly4e448cb2017-07-07 21:32:131735const char kSpeculativeServiceWorkerStartOnQueryInputDescription[] =
1736 "If enabled, when the user enters text in the omnibox that looks like a "
1737 "a query, any service worker associated with the search engine the query "
1738 "will be sent to is started early.";
1739
Brett Wilsonecb80982017-07-12 20:34:511740const char kSpellingFeedbackFieldTrialName[] = "Spelling Feedback Field Trial";
1741const char kSpellingFeedbackFieldTrialDescription[] =
1742 "Enable the field trial for sending user feedback to spelling service.";
horo201d49492017-05-19 05:31:401743
Carlos ILe5fa0a12018-08-03 16:08:321744const char kSSLCommittedInterstitialsName[] = "Committed Interstitials";
1745const char kSSLCommittedInterstitialsDescription[] =
1746 "Use committed error pages instead of transient navigation entries "
1747 "for SSL interstitial error pages (i.e. certificate errors).";
1748
Shubhie Panickerfaf082ed2018-01-03 04:49:151749const char kStopInBackgroundName[] = "Stop in background";
1750const char kStopInBackgroundDescription[] =
1751 "Stop scheduler task queues, in the background, "
Shubhie Panicker56c99a22018-03-21 00:22:281752 " after a grace period.";
Shubhie Panickerfaf082ed2018-01-03 04:49:151753
Shubhie Panicker56c99a22018-03-21 00:22:281754const char kStopNonTimersInBackgroundName[] =
1755 "Stop non-timer task queues background";
1756const char kStopNonTimersInBackgroundDescription[] =
1757 "Stop non-timer task queues, in the background, "
1758 "after a grace period.";
1759
Brett Wilsonecb80982017-07-12 20:34:511760const char kSuggestionsWithSubStringMatchName[] =
1761 "Substring matching for Autofill suggestions";
1762const char kSuggestionsWithSubStringMatchDescription[] =
1763 "Match Autofill suggestions based on substrings (token prefixes) rather "
1764 "than just prefixes.";
vabr0215a8e2017-03-28 12:47:341765
Marc Treibf65fb002018-08-03 11:17:161766const char kSyncStandaloneTransportName[] = "Allow Sync standalone transport";
1767const char kSyncStandaloneTransportDescription[] =
1768 "If enabled, allows Chrome Sync to start in standalone transport mode. In "
1769 "this mode, the Sync machinery can start without user opt-in, but only a "
1770 "subset of data types are supported.";
1771
Brett Wilsonecb80982017-07-12 20:34:511772const char kSyncSandboxName[] = "Use Chrome Sync sandbox";
1773const char kSyncSandboxDescription[] =
1774 "Connects to the testing server for Chrome Sync.";
vabr0215a8e2017-03-28 12:47:341775
Joe Downing8cbbc192018-05-14 17:37:071776const char kSystemKeyboardLockName[] = "Experimental system keyboard lock";
1777const char kSystemKeyboardLockDescription[] =
1778 "Enables websites to use the keyboard.lock() API to intercept system "
1779 "keyboard shortcuts and have the events routed directly to the website "
1780 "when in fullscreen mode.";
1781
Brett Wilsonecb80982017-07-12 20:34:511782const char kTabAudioMutingName[] = "Tab audio muting UI control";
1783const char kTabAudioMutingDescription[] =
1784 "When enabled, the audio indicators in the tab strip double as tab audio "
1785 "mute controls. This also adds commands in the tab context menu for "
1786 "quickly muting multiple selected tabs.";
vabr0215a8e2017-03-28 12:47:341787
Christian Dullweberd0d96f02017-09-13 09:22:511788const char kTabsInCbdName[] = "Enable tabs for the Clear Browsing Data dialog.";
1789const char kTabsInCbdDescription[] =
1790 "Enables a basic and an advanced tab for the Clear Browsing Data dialog.";
1791
Becky Zhou99c22802017-10-19 05:09:271792const char kTabModalJsDialogName[] = "Auto-dismissing JavaScript Dialogs";
1793const char kTabModalJsDialogDescription[] =
1794 "If enabled, the JavaScript dialog will be auto dismissable when switching"
1795 " tab.";
1796
Brett Wilsonecb80982017-07-12 20:34:511797const char kTcpFastOpenName[] = "TCP Fast Open";
1798const char kTcpFastOpenDescription[] =
1799 "Enable the option to send extra authentication information in the initial "
1800 "SYN packet for a previously connected client, allowing faster data send "
1801 "start.";
vabr0215a8e2017-03-28 12:47:341802
Daniele Castagna0fead93e2018-01-10 20:40:291803const char kTintGlCompositedContentName[] = "Tint GL-composited content";
1804const char kTintGlCompositedContentDescription[] =
1805 "Tint contents composited using GL with a shade of red to help debug and "
1806 "study overlay support.";
1807
Brett Wilsonecb80982017-07-12 20:34:511808const char kTopChromeMd[] = "UI Layout for the browser's top chrome";
1809const char kTopChromeMdDescription[] =
Ahmed Fakhryb2552be92018-03-02 00:56:581810 "Toggles between 1) Normal - for clamshell devices, 2) Hybrid (previously "
Peter Boström85fa2e12018-03-16 20:43:401811 "touch) - middle point for devices with a touch screen, 3) Touchable "
Peter Boström756745dd2018-05-14 22:59:431812 "- new unified interface for touch and convertibles (Chrome OS), 4) "
Robert Liao0e09b5a8b2018-06-04 21:58:341813 "Material Design refresh and 5) Touchable Material Design refresh. "
Robert Liao3ecf97c2018-06-05 01:24:541814 "Enabling #upcoming-ui-features forces the Material Design refresh option.";
Brett Wilsonecb80982017-07-12 20:34:511815const char kTopChromeMdMaterial[] = "Normal";
Eugene Girard42dedf722017-10-12 21:07:531816const char kTopChromeMdMaterialAuto[] = "Auto";
Trent Aptedd3e5f022018-03-01 07:25:461817const char kTopChromeMdMaterialHybrid[] = "Hybrid";
Ahmed Fakhryb2552be92018-03-02 00:56:581818const char kTopChromeMdMaterialTouchOptimized[] = "Touchable";
Peter Boström85fa2e12018-03-16 20:43:401819const char kTopChromeMdMaterialRefresh[] = "Refresh";
Peter Boström756745dd2018-05-14 22:59:431820const char kTopChromeMdMaterialRefreshTouchOptimized[] = "Touchable Refresh";
vabr0215a8e2017-03-28 12:47:341821
Brett Wilsonecb80982017-07-12 20:34:511822const char kThreadedScrollingName[] = "Threaded scrolling";
1823const char kThreadedScrollingDescription[] =
1824 "Threaded handling of scroll-related input events. Disabling this will "
1825 "force all such scroll events to be handled on the main thread. Note that "
1826 "this can dramatically hurt scrolling performance of most websites and is "
1827 "intended for testing purposes only.";
1828
Steven Valdez4584b2482017-07-14 01:11:571829const char kTLS13VariantName[] = "TLS 1.3";
1830const char kTLS13VariantDescription[] = "Sets the TLS 1.3 variant used.";
1831const char kTLS13VariantDisabled[] = "Disabled";
Steven Valdez57d88652017-10-05 21:05:111832const char kTLS13VariantDeprecated[] = "Disabled (Deprecated Setting)";
Steven Valdez781157b2018-01-11 13:32:041833const char kTLS13VariantDraft23[] = "Enabled (Draft 23)";
David Benjamin27ac5b62018-05-22 15:28:381834const char kTLS13VariantDraft28[] = "Enabled (Draft 28)";
Steven Valdez4584b2482017-07-14 01:11:571835
Brett Wilsonecb80982017-07-12 20:34:511836const char kTopDocumentIsolationName[] = "Top document isolation";
1837const char kTopDocumentIsolationDescription[] =
1838 "Highly experimental performance mode where cross-site iframes are kept in "
1839 "a separate process from the top document. In this mode, iframes from "
1840 "different third-party sites will be allowed to share a process.";
1841
Dominick Ng8896b1cd2017-10-17 23:24:361842const char kTopSitesFromSiteEngagementName[] = "Top Sites from Site Engagement";
1843const char kTopSitesFromSiteEngagementDescription[] =
1844 "Enable Top Sites on the New Tab Page to be sourced and sorted using site "
1845 "engagement.";
1846
Brett Wilsonecb80982017-07-12 20:34:511847const char kTouchAdjustmentName[] = "Touch adjustment";
1848const char kTouchAdjustmentDescription[] =
1849 "Refine the position of a touch gesture in order to compensate for touches "
1850 "having poor resolution compared to a mouse.";
1851
Alex Newcomerb3d3c972018-05-03 14:59:401852const char kTouchableAppContextMenuName[] = "Touchable App Context Menu";
1853const char kTouchableAppContextMenuDescription[] =
1854 "Enable the touchable app context menu, which enlarges app context menus "
1855 "in the Launcher and Shelf to make room for new features.";
1856
Brett Wilsonecb80982017-07-12 20:34:511857const char kTouchDragDropName[] = "Touch initiated drag and drop";
1858const char kTouchDragDropDescription[] =
1859 "Touch drag and drop can be initiated through long press on a draggable "
1860 "element.";
1861
1862const char kTouchEventsName[] = "Touch Events API";
1863const char kTouchEventsDescription[] =
1864 "Force Touch Events API feature detection to always be enabled or "
1865 "disabled, or to be enabled when a touchscreen is detected on startup "
Ella Gea6a203c92017-10-26 19:09:291866 "(Automatic).";
Brett Wilsonecb80982017-07-12 20:34:511867
1868const char kTouchSelectionStrategyName[] = "Touch text selection strategy";
1869const char kTouchSelectionStrategyDescription[] =
1870 "Controls how text selection granularity changes when touch text selection "
1871 "handles are dragged. Non-default behavior is experimental.";
1872const char kTouchSelectionStrategyCharacter[] = "Character";
1873const char kTouchSelectionStrategyDirection[] = "Direction";
1874
1875const char kTraceUploadUrlName[] = "Trace label for navigation tracing";
1876const char kTraceUploadUrlDescription[] =
1877 "This is to be used in conjunction with the enable-navigation-tracing "
1878 "flag. Please select the label that best describes the recorded traces. "
1879 "This will choose the destination the traces are uploaded to. If you are "
1880 "not sure, select other. If left empty, no traces will be uploaded.";
1881const char kTraceUploadUrlChoiceOther[] = "Other";
1882const char kTraceUploadUrlChoiceEmloading[] = "emloading";
1883const char kTraceUploadUrlChoiceQa[] = "QA";
1884const char kTraceUploadUrlChoiceTesting[] = "Testing";
1885
Anthony Vallee-Dubois265c5692018-06-01 15:57:141886const char kTranslateForceTriggerOnEnglishName[] =
1887 "Select which language model to use to trigger translate on English "
1888 "content";
1889const char kTranslateForceTriggerOnEnglishDescription[] =
1890 "Force the Translate Triggering on English pages experiment to be enabled "
1891 "with the selected language model active.";
1892
Philippe Hamel7fdaa452017-09-29 17:22:491893const char kTranslateRankerEnforcementName[] =
1894 "Enforce TranslateRanker decisions";
1895const char kTranslateRankerEnforcementDescription[] =
1896 "Improved Translate UI triggering logic. TranslateRanker decides whether "
1897 "or not Translate UI should be triggered in a given context.";
1898
Nicolas Ouellet-payeur9e5ff3d2018-06-20 16:07:161899const char kTranslateUIName[] = "Enable Translate";
1900const char kTranslateUIDescription[] =
1901 "Enable the Translate popup when visiting webpages in other languages.";
1902
Mustafa Emre Acerb3aa36a82018-05-22 21:44:051903const char kTreatInsecureOriginAsSecureName[] =
1904 "Insecure origins treated as secure";
1905const char kTreatInsecureOriginAsSecureDescription[] =
1906 "Treat given (insecure) origins as secure origins. Multiple origins can be "
1907 "supplied as a comma-separated list. For the definition of secure "
1908 "contexts, "
1909 "see https://w3c.github.io/webappsec-secure-contexts/";
1910
Brett Wilsonecb80982017-07-12 20:34:511911const char kTrySupportedChannelLayoutsName[] =
1912 "Causes audio output streams to check if channel layouts other than the "
1913 "default hardware layout are available.";
1914const char kTrySupportedChannelLayoutsDescription[] =
1915 "Causes audio output streams to check if channel layouts other than the "
1916 "default hardware layout are available. Turning this on will allow the OS "
1917 "to do stereo to surround expansion if supported. May expose third party "
1918 "driver bugs, use with caution.";
1919
David Roger6762a092018-01-31 15:55:071920const char kUnifiedConsentName[] = "Unified Consent";
1921const char kUnifiedConsentDescription[] =
1922 "Enables a unified management of user consent for privacy-related "
1923 "features. This includes new confirmation screens and improved settings "
1924 "pages.";
1925
Jérôme Lebelfe1b2e02018-08-03 12:26:201926const char kForceUnifiedConsentBumpName[] = "Force Unified Consent Bump";
1927const char kForceUnifiedConsentBumpDescription[] =
1928 "Force the unified consent bump UI to be shown on every start-up. This "
1929 "flag is for debug purpose, to test the UI.";
1930
Brett Wilsonecb80982017-07-12 20:34:511931const char kUiPartialSwapName[] = "Partial swap";
1932const char kUiPartialSwapDescription[] = "Sets partial swap behavior.";
1933
Chris Pickel3a227ae62017-08-24 10:47:261934const char kUseDdljsonApiName[] = "Use new ddljson API for Doodles";
1935const char kUseDdljsonApiDescription[] =
1936 "Enables the new ddljson API to fetch Doodles for the NTP.";
1937
Becca Hughes59c05b42017-11-03 13:11:581938const char kUseModernMediaControlsName[] = "New Media Controls";
1939const char kUseModernMediaControlsDescription[] =
1940 "Enables the new style native media controls.";
1941
Wei Li790e7a8572018-03-23 01:31:551942const char kUsePdfCompositorServiceName[] =
1943 "Use PDF compositor service for printing";
1944const char kUsePdfCompositorServiceDescription[] =
1945 "When enabled, use PDF compositor service to composite and generate PDF "
1946 "files for printing. When site isolation is enabled, disabling this will "
1947 "not stop using PDF compositor service since the service is required for "
1948 "printing out-of-process iframes correctly.";
1949
Mustaq Ahmedc646c0a2017-10-20 20:08:301950const char kUserActivationV2Name[] = "User Activation v2";
1951const char kUserActivationV2Description[] =
1952 "Enable simple user activation for APIs that are otherwise controlled by "
1953 "user gesture tokens.";
1954
Brett Wilsonecb80982017-07-12 20:34:511955const char kUserConsentForExtensionScriptsName[] =
1956 "User consent for extension scripts";
1957const char kUserConsentForExtensionScriptsDescription[] =
1958 "Require user consent for an extension running a script on the page, if "
1959 "the extension requested permission to run on all urls.";
1960
1961const char kUseSuggestionsEvenIfFewFeatureName[] =
1962 "Disable minimum for server-side tile suggestions on NTP.";
1963const char kUseSuggestionsEvenIfFewFeatureDescription[] =
1964 "Request server-side suggestions even if there are only very few of them "
1965 "and use them for tiles on the New Tab Page.";
1966
1967const char kV8CacheOptionsName[] = "V8 caching mode.";
1968const char kV8CacheOptionsDescription[] =
1969 "Caching mode for the V8 JavaScript engine.";
Brett Wilsonecb80982017-07-12 20:34:511970const char kV8CacheOptionsCode[] = "Cache V8 compiler data.";
1971
Hitoshi Yoshida3e5db562017-09-11 02:31:081972const char kV8ContextSnapshotName[] = "Use a snapshot to create V8 contexts.";
1973const char kV8ContextSnapshotDescription[] =
1974 "Sets to use a snapshot to create V8 contexts in frame creation.";
1975
Michael Hablich896d52662017-10-23 15:59:571976const char kV8VmFutureName[] = "Future V8 VM features";
1977const char kV8VmFutureDescription[] =
1978 "This enables upcoming and experimental V8 VM features. "
1979 "This flag does not enable experimental JavaScript features.";
1980
Hannes Payer1130d5672018-06-05 07:37:311981const char kV8OrinocoName[] = "V8 Orinoco garbage collection features";
1982const char kV8OrinocoDescription[] =
1983 "This enables the V8 Orinoco garbage collection features.";
1984
Brett Wilsonecb80982017-07-12 20:34:511985const char kVideoFullscreenOrientationLockName[] =
1986 "Lock screen orientation when playing a video fullscreen.";
1987const char kVideoFullscreenOrientationLockDescription[] =
1988 "Lock the screen orientation of the device to match video orientation when "
1989 "a video goes fullscreen. Only on phones.";
1990
1991const char kVideoRotateToFullscreenName[] =
1992 "Rotate-to-fullscreen gesture for videos.";
1993const char kVideoRotateToFullscreenDescription[] =
1994 "Enter/exit fullscreen when device is rotated to/from the orientation of "
1995 "the video. Only on phones.";
1996
Elly Fong-Jonesf4c79502018-03-23 19:21:531997const char kViewsBrowserWindowsName[] =
1998 "Use Views browser windows instead of Cocoa.";
1999const char kViewsBrowserWindowsDescription[] =
2000 "Use Views browser windows instead of Cocoa, aka MacViews-Browser.";
2001
Brett Wilsonecb80982017-07-12 20:34:512002const char kWalletServiceUseSandboxName[] =
2003 "Use Google Payments sandbox servers";
2004const char kWalletServiceUseSandboxDescription[] =
2005 "For developers: use the sandbox service for Google Payments API calls.";
2006
Brett Wilsonecb80982017-07-12 20:34:512007const char kWebglDraftExtensionsName[] = "WebGL Draft Extensions";
2008const char kWebglDraftExtensionsDescription[] =
2009 "Enabling this option allows web applications to access the WebGL "
2010 "Extensions that are still in draft status.";
2011
2012const char kWebMidiName[] = "Web MIDI API";
2013const char kWebMidiDescription[] = "Enable Web MIDI API experimental support.";
2014
2015const char kWebPaymentsName[] = "Web Payments";
2016const char kWebPaymentsDescription[] =
2017 "Enable Web Payments API integration, a JavaScript API for merchants.";
2018
Mathieu Perreault51339b82017-07-20 17:06:052019const char kWebPaymentsModifiersName[] = "Enable web payment modifiers";
2020const char kWebPaymentsModifiersDescription[] =
2021 "If the website provides modifiers in the payment request, show the custom "
2022 "total for each payment instrument, update the shopping cart when "
2023 "instruments are switched, and send modified payment method specific data "
2024 "to the payment app.";
2025
Brett Wilsonecb80982017-07-12 20:34:512026const char kWebrtcEchoCanceller3Name[] = "WebRTC Echo Canceller 3.";
2027const char kWebrtcEchoCanceller3Description[] =
2028 "Experimental WebRTC echo canceller (AEC3).";
2029
2030const char kWebrtcHwDecodingName[] = "WebRTC hardware video decoding";
2031const char kWebrtcHwDecodingDescription[] =
2032 "Support in WebRTC for decoding video streams using platform hardware.";
2033
2034const char kWebrtcHwEncodingName[] = "WebRTC hardware video encoding";
2035const char kWebrtcHwEncodingDescription[] =
2036 "Support in WebRTC for encoding video streams using platform hardware.";
2037
2038const char kWebrtcHwH264EncodingName[] = "WebRTC hardware h264 video encoding";
2039const char kWebrtcHwH264EncodingDescription[] =
2040 "Support in WebRTC for encoding h264 video streams using platform "
2041 "hardware.";
2042
2043const char kWebrtcHwVP8EncodingName[] = "WebRTC hardware vp8 video encoding";
2044const char kWebrtcHwVP8EncodingDescription[] =
2045 "Support in WebRTC for encoding vp8 video streams using platform hardware.";
2046
Niels Möller090866a2018-02-13 10:55:032047const char kWebrtcNewEncodeCpuLoadEstimatorName[] =
2048 "WebRTC new encode cpu load estimator";
2049const char kWebrtcNewEncodeCpuLoadEstimatorDescription[] =
2050 "Enable new estimator for the encoder cpu load, for evaluation and "
2051 "testing. Intended to improve accuracy when screen casting.";
2052
Elad Alon85e0d0be2018-06-26 10:38:372053const char kWebRtcRemoteEventLogName[] = "WebRTC remote-bound event logging";
2054const char kWebRtcRemoteEventLogDescription[] =
2055 "Allow collecting WebRTC event logs and uploading them to Crash. "
2056 "Please note that, even if enabled, this will still require "
2057 "a policy to be set, for it to have an effect.";
2058
Brett Wilsonecb80982017-07-12 20:34:512059const char kWebrtcSrtpAesGcmName[] =
2060 "Negotiation with GCM cipher suites for SRTP in WebRTC";
2061const char kWebrtcSrtpAesGcmDescription[] =
2062 "When enabled, WebRTC will try to negotiate GCM cipher suites for SRTP.";
2063
Joachim Bauch4a41d7512017-08-23 14:24:232064const char kWebrtcSrtpEncryptedHeadersName[] =
2065 "Negotiation with encrypted header extensions for SRTP in WebRTC";
2066const char kWebrtcSrtpEncryptedHeadersDescription[] =
2067 "When enabled, WebRTC will try to negotiate encrypted header extensions "
2068 "for SRTP.";
2069
Brett Wilsonecb80982017-07-12 20:34:512070const char kWebrtcStunOriginName[] = "WebRTC Stun origin header";
2071const char kWebrtcStunOriginDescription[] =
2072 "When enabled, Stun messages generated by WebRTC will contain the Origin "
2073 "header.";
2074
Adam Riceed63fc02018-06-20 05:57:462075const char kWebSocketHandshakeReuseConnectionName[] =
2076 "Enable WebSocket connection reuse for authentication";
2077const char kWebSocketHandshakeReuseConnectionDescription[] =
2078 "Permits the WebSocket handshake to keep the connection open after an "
2079 "authentication failure. The connection may be used for further requests "
2080 "to send credentials. This is sometimes needed for Windows authentication.";
2081
Brett Wilsonecb80982017-07-12 20:34:512082const char kWebvrName[] = "WebVR";
2083const char kWebvrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012084 "Enables access to experimental Virtual Reality functionality via the "
2085 "WebVR 1.1 API. This feature will eventually be replaced by the WebXR "
2086 "Device API. Warning: Enabling this will also allow WebVR content on "
2087 "insecure origins to access these powerful APIs, and may pose a security "
Anna Offenwanger06dc6062018-04-12 07:56:222088 "risk. Controllers are exposed as Gamepads.";
Brett Wilsonecb80982017-07-12 20:34:512089
Brandon Jonese9d9b2b2017-12-11 22:20:112090const char kWebXrName[] = "WebXR Device API";
2091const char kWebXrDescription[] =
Anna Offenwanger00e6dd052018-04-05 02:12:012092 "Enables access to experimental APIs to interact with Virtual Reality (VR) "
2093 "and Augmented Reality (AR) devices.";
2094
2095const char kWebXrGamepadSupportName[] = "WebXR Gamepad Support";
2096const char kWebXrGamepadSupportDescription[] =
2097 "Expose VR controllers as Gamepads for use with the WebXR Device API. Each "
Anna Offenwanger06dc6062018-04-12 07:56:222098 "XRInputSource will have a corresponding Gamepad instance. Requires that "
2099 "WebXR Device API is also enabled.";
Ian Vollick7aaccf92018-04-07 23:10:432100
2101const char kWebXrHitTestName[] = "WebXR Hit Test";
2102const char kWebXrHitTestDescription[] =
2103 "Enables access to raycasting against estimated XR scene geometry.";
Brandon Jonese9d9b2b2017-12-11 22:20:112104
Anna Maria57ecf7592018-01-12 03:10:402105const char kWebXrOrientationSensorDeviceName[] =
2106 "WebXR orientation sensor device";
2107const char kWebXrOrientationSensorDeviceDescription[] =
2108 "When no VR platform device is available, expose a non-presenting device "
2109 "based on the device's orientation sensors, if available.";
2110
Brett Wilsonecb80982017-07-12 20:34:512111const char kWifiCredentialSyncName[] = "WiFi credential sync";
2112const char kWifiCredentialSyncDescription[] =
2113 "Enables synchronizing WiFi network settings across devices. When enabled, "
2114 "the WiFi credential datatype is registered with Chrome Sync, and WiFi "
2115 "credentials are synchronized subject to user preferences. (See also, "
2116 "chrome://settings/syncSetup.)";
2117
2118const char kZeroCopyName[] = "Zero-copy rasterizer";
2119const char kZeroCopyDescription[] =
2120 "Raster threads write directly to GPU memory associated with tiles.";
vabr0215a8e2017-03-28 12:47:342121
Brett Wilsonff596952017-07-14 01:06:552122// Android ---------------------------------------------------------------------
2123
2124#if defined(OS_ANDROID)
2125
2126const char kAiaFetchingName[] = "Intermediate Certificate Fetching";
2127const char kAiaFetchingDescription[] =
2128 "Enable intermediate certificate fetching when a server does not provide "
2129 "sufficient certificates to build a chain to a trusted root.";
2130
2131const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
2132const char kAccessibilityTabSwitcherDescription[] =
2133 "Enable the accessibility tab switcher for Android.";
2134
Wei-Yin Chen (陳威尹)80683452017-10-02 19:08:252135const char kAllowReaderForAccessibilityName[] = "Reader Mode for Accessibility";
2136const char kAllowReaderForAccessibilityDescription[] =
2137 "Allows Reader Mode on any articles, even if the page is mobile-friendly.";
2138
Brett Wilsonff596952017-07-14 01:06:552139const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
2140const char kAndroidAutofillAccessibilityDescription[] =
2141 "Enable accessibility for autofill popup.";
2142
Anita Woodruffbfcd1e52018-07-16 12:00:512143const char kAppNotificationStatusMessagingName[] =
2144 "App notification status messaging";
2145const char kAppNotificationStatusMessagingDescription[] =
2146 "Enables messaging in site permissions UI informing user when "
2147 "notifications are disabled for the entire app.";
2148
Brett Wilsonff596952017-07-14 01:06:552149const char kAndroidPaymentAppsName[] = "Android payment apps";
2150const char kAndroidPaymentAppsDescription[] =
2151 "Enable third party Android apps to integrate as payment apps";
2152
Miriam Gershenson8cf1397222018-01-23 22:48:292153const char kAsyncDnsName[] = "Async DNS resolver";
2154const char kAsyncDnsDescription[] = "Enables the built-in DNS resolver.";
2155
Brett Wilsonff596952017-07-14 01:06:552156const char kAutofillAccessoryViewName[] =
2157 "Autofill suggestions as keyboard accessory view";
2158const char kAutofillAccessoryViewDescription[] =
2159 "Shows Autofill suggestions on top of the keyboard rather than in a "
2160 "dropdown.";
2161
2162const char kBackgroundLoaderForDownloadsName[] =
2163 "Enables background downloading of pages.";
2164const char kBackgroundLoaderForDownloadsDescription[] =
2165 "Enables downloading pages in the background in case page is not yet "
2166 "loaded in current tab.";
2167
Tibor Goldschwendt11b3cf22018-07-04 15:32:442168const char kBackgroundTaskComponentUpdateName[] =
2169 "Background Task Component Updates";
2170const char kBackgroundTaskComponentUpdateDescription[] =
2171 "Schedule component updates with BackgroundTaskScheduler";
2172
Michael van Ouwerkerkbda4ad82018-06-19 14:08:002173const char kCCTModuleName[] = "Chrome Custom Tabs Module";
2174const char kCCTModuleDescription[] =
2175 "Enables a dynamically loaded module in Chrome Custom Tabs, on Android.";
2176
Matthew Jones1abcb132018-07-09 17:59:462177const char kChromeDuetName[] = "Chrome Duet";
2178const char kChromeDuetDescription[] =
2179 "Enables Chrome Duet, split toolbar Chrome Home, on Android.";
Theresa Wellingtonb9243b22017-12-01 16:23:052180
Brett Wilsonff596952017-07-14 01:06:552181const char kChromeHomeSwipeLogicName[] = "Chrome Home Swipe Logic";
2182const char kChromeHomeSwipeLogicDescription[] =
2183 "Various swipe logic options for Chrome Home for sheet expansion.";
2184const char kChromeHomeSwipeLogicRestrictArea[] = "Restrict swipable area";
Matthew Jonesbe384ee42017-10-31 19:57:152185const char kChromeHomeSwipeLogicVelocity[] = "Velocity suppression model";
Brett Wilsonff596952017-07-14 01:06:552186
Theresa8e44a7132018-06-15 17:40:592187const char kChromeModernAlternateCardLayoutName[] =
2188 "Chrome Modern Alternate Card Layout";
2189const char kChromeModernAlternateCardLayoutDescription[] =
2190 "Enable the alternate card layout for Chrome Modern Design.";
2191
Matthew Jones5b7f1d62018-01-23 00:37:252192const char kChromeModernDesignName[] = "Chrome Modern Design";
2193const char kChromeModernDesignDescription[] =
Matthew Jones213a0692018-02-05 20:07:452194 "Enable modern design for Chrome. Chrome must be restarted twice for this "
2195 "flag to take effect.";
Matthew Jones5b7f1d62018-01-23 00:37:252196
Donn Denman3e78c8d2018-06-28 22:51:422197const char kChromeModernFullRollName[] = "Chrome Modern Full-Roll";
2198const char kChromeModernFullRollDescription[] =
2199 "Enable modern full-roll animation for Chrome.";
2200
Megan Jablonskic61eb1b82017-10-02 18:03:062201const char kChromeMemexName[] = "Chrome Memex";
2202const char kChromeMemexDescription[] =
2203 "Enables Chrome Memex homepage on Android. Restricted to opted-in "
2204 "Googlers.";
2205
Sarath Singapati83aef1c2017-11-16 15:54:522206const char kClearOldBrowsingDataName[] = "Clear older browsing data";
2207const char kClearOldBrowsingDataDescription[] =
2208 "Enables clearing of browsing data which is older than a given time "
2209 "period.";
2210
Brett Wilsonff596952017-07-14 01:06:552211const char kContentSuggestionsCategoryOrderName[] =
2212 "Default content suggestions category order (e.g. on NTP)";
2213const char kContentSuggestionsCategoryOrderDescription[] =
2214 "Set default order of content suggestion categories (e.g. on the NTP).";
2215
2216const char kContentSuggestionsCategoryRankerName[] =
2217 "Content suggestions category ranker (e.g. on NTP)";
2218const char kContentSuggestionsCategoryRankerDescription[] =
2219 "Set category ranker to order categories of content suggestions (e.g. on "
2220 "the NTP).";
2221
Vitalii Iarkof52ff802017-09-14 12:34:242222const char kContentSuggestionsDebugLogName[] = "Content suggestions debug log";
2223const char kContentSuggestionsDebugLogDescription[] =
2224 "Enable content suggestions debug log accessible through "
2225 "snippets-internals.";
2226
Donn Denman8e58ead2017-11-04 01:44:012227const char kContextualSearchMlTapSuppressionName[] =
2228 "Contextual Search ML tap suppression";
2229const char kContextualSearchMlTapSuppressionDescription[] =
2230 "Enables tap gestures to be suppressed to improve CTR by applying machine "
Donn Denman59729812018-01-09 01:27:022231 "learning. The \"Contextual Search Ranker prediction\" flag must also be "
2232 "enabled!";
Brett Wilsonff596952017-07-14 01:06:552233
2234const char kContextualSearchName[] = "Contextual Search";
2235const char kContextualSearchDescription[] =
2236 "Whether or not Contextual Search is enabled.";
2237
Donn Denman59729812018-01-09 01:27:022238const char kContextualSearchRankerQueryName[] =
2239 "Contextual Search Ranker prediction";
2240const char kContextualSearchRankerQueryDescription[] =
2241 "Enables prediction of tap gestures using Assist-Ranker machine learning.";
2242
2243const char kContextualSearchSecondTapName[] =
2244 "Contextual Search second tap triggering";
2245const char kContextualSearchSecondTapDescription[] =
2246 "Enables triggering on a second tap gesture even when Ranker would "
2247 "normally suppress that tap.";
2248
Donn Denmane9b5b7fb2018-07-24 22:19:492249const char kContextualSearchUnityIntegrationName[] =
2250 "Contextual Search integration with Unified Consent";
2251const char kContextualSearchUnityIntegrationDescription[] =
2252 "Enables integration of Tap to Search with Unified Consent.";
2253
Cathy Li2fb32bf82018-06-06 18:55:402254const char kExploreSitesName[] = "Explore websites";
2255const char kExploreSitesDescription[] =
2256 "Enables portal from new tab page to explore websites.";
2257
Dmitry Skiba9c3efa72017-07-20 22:01:142258const char kDontPrefetchLibrariesName[] = "Don't Prefetch Libraries";
2259const char kDontPrefetchLibrariesDescription[] =
2260 "Don't prefetch libraries after loading.";
2261
Joy Ming5fd29ca62017-10-02 22:51:222262const char kDownloadsForegroundName[] = "Enable downloads foreground";
2263const char kDownloadsForegroundDescription[] =
2264 "Enable downloads as a foreground service for all versions of Android.";
2265
Joy Ming189b0cc2017-12-08 19:42:432266const char kDownloadsLocationChangeName[] = "Enable downloads location change";
2267const char kDownloadsLocationChangeDescription[] =
2268 "Enable changing default downloads storage location on Android.";
2269
Shakti Sahu32b2ee102018-05-17 00:04:462270const char kDownloadProgressInfoBarName[] = "Enable download progress infobar";
2271const char kDownloadProgressInfoBarDescription[] =
2272 "Enables an infobar notifying users about status of current downloads.";
2273
Shakti Sahu9ec8cfd2018-07-17 13:29:292274const char kDownloadHomeV2Name[] = "Enable download home v2";
2275const char kDownloadHomeV2Description[] =
2276 "Enables the new UI for download home";
2277
Brett Wilsonff596952017-07-14 01:06:552278const char kEnableAndroidPayIntegrationV1Name[] = "Enable Android Pay v1";
2279const char kEnableAndroidPayIntegrationV1Description[] =
2280 "Enable integration with Android Pay using the first version of the API";
2281
2282const char kEnableAndroidPayIntegrationV2Name[] = "Enable Android Pay v2";
2283const char kEnableAndroidPayIntegrationV2Description[] =
2284 "Enable integration with Android Pay using the second version of the API";
2285
Vitalii Iarkof4ed32d2017-09-26 13:15:532286const char kEnableAndroidSpellcheckerName[] = "Enable spell checking";
Brett Wilsonff596952017-07-14 01:06:552287const char kEnableAndroidSpellcheckerDescription[] =
2288 "Enables use of the Android spellchecker.";
Brett Wilsonff596952017-07-14 01:06:552289
Lei Tianbd5a3bf2018-02-28 19:01:162290const char kEnableCommandLineOnNonRootedName[] =
2291 "Enable command line on non-rooted devices";
2292const char kEnableCommandLineOnNoRootedDescription[] =
2293 "Enable reading command line file on non-rooted devices (DANGEROUS).";
2294
Vitalii Iarkof4ed32d2017-09-26 13:15:532295const char kEnableContentSuggestionsNewFaviconServerName[] =
2296 "Get favicons for content suggestions from a new server.";
2297const char kEnableContentSuggestionsNewFaviconServerDescription[] =
2298 "If enabled, the content suggestions (on the NTP) will get favicons from a "
2299 "new favicon server.";
Brett Wilsonff596952017-07-14 01:06:552300
2301const char kEnableContentSuggestionsSettingsName[] =
2302 "Show content suggestions settings.";
2303const char kEnableContentSuggestionsSettingsDescription[] =
2304 "If enabled, the content suggestions settings will be available from the "
2305 "main settings menu.";
2306
Vitalii Iarkof4ed32d2017-09-26 13:15:532307const char kEnableContentSuggestionsThumbnailDominantColorName[] =
2308 "Use content suggestions thumbnail dominant color.";
2309const char kEnableContentSuggestionsThumbnailDominantColorDescription[] =
2310 "Use content suggestions thumbnail dominant color as a placeholder before "
2311 "the real thumbnail is fetched (requires Chrome Home).";
2312
Brett Wilsonff596952017-07-14 01:06:552313const char kEnableCustomContextMenuName[] = "Enable custom context menu";
2314const char kEnableCustomContextMenuDescription[] =
2315 "Enables a new context menu when a link, image, or video is pressed within "
2316 "Chrome.";
2317
2318const char kEnableCustomFeedbackUiName[] = "Enable Custom Feedback UI";
2319const char kEnableCustomFeedbackUiDescription[] =
2320 "Enables a custom feedback UI when submitting feedback through Google "
2321 "Feedback. Works with Google Play Services v10.2+";
2322
2323const char kEnableDataReductionProxyMainMenuName[] =
Theresa Wellington141e4af2017-10-23 20:28:472324 "Enable Data Saver main menu item";
Brett Wilsonff596952017-07-14 01:06:552325const char kEnableDataReductionProxyMainMenuDescription[] =
Theresa Wellington141e4af2017-10-23 20:28:472326 "Enables the Data Saver menu item in the main menu";
Brett Wilsonff596952017-07-14 01:06:552327
Becca Hughes6d73bac542018-06-18 20:38:502328const char kEnableMediaControlsExpandGestureName[] =
2329 "Enable Media Controls Expand Gesture";
2330const char kEnableMediaControlsExpandGestureDescription[] =
2331 "Enables a gesture to be used on the media controls to extend the video "
2332 "into the Display Cutout area.";
2333
Brett Wilsonff596952017-07-14 01:06:552334const char kEnableOmniboxClipboardProviderName[] =
2335 "Omnibox clipboard URL suggestions";
2336const char kEnableOmniboxClipboardProviderDescription[] =
2337 "Provide a suggestion of the URL stored in the clipboard (if any) upon "
2338 "focus in the omnibox.";
2339
Becky Zhoua7f11d62018-02-01 16:02:532340const char kEnableNtpArticleSuggestionsExpandableHeaderName[] =
2341 "Show article suggestions expandable header on New Tab Page";
2342const char kEnableNtpArticleSuggestionsExpandableHeaderDescription[] =
2343 "If enabled, the article suggestions content on New Tab Page can be "
2344 "toggled shown or hidden by clicking the expandable header.";
2345
Brett Wilsonff596952017-07-14 01:06:552346const char kEnableNtpAssetDownloadSuggestionsName[] =
2347 "Show asset downloads on the New Tab page";
2348const char kEnableNtpAssetDownloadSuggestionsDescription[] =
2349 "If enabled, the list of content suggestions on the New Tab page will "
2350 "contain assets (e.g. books, pictures, audio) that the user downloaded for "
2351 "later use.";
2352
2353const char kEnableNtpBookmarkSuggestionsName[] =
2354 "Show recently visited bookmarks on the New Tab page";
2355const char kEnableNtpBookmarkSuggestionsDescription[] =
2356 "If enabled, the list of content suggestions on the New Tab page will "
2357 "contain recently visited bookmarks.";
2358
2359const char kEnableNtpForeignSessionsSuggestionsName[] =
2360 "Show recent foreign tabs on the New Tab page";
2361const char kEnableNtpForeignSessionsSuggestionsDescription[] =
2362 "If enabled, the list of content suggestions on the New Tab page will "
2363 "contain recent foreign tabs.";
2364
Brett Wilsonff596952017-07-14 01:06:552365const char kEnableNtpOfflinePageDownloadSuggestionsName[] =
2366 "Show offline page downloads on the New Tab page";
2367const char kEnableNtpOfflinePageDownloadSuggestionsDescription[] =
2368 "If enabled, the list of content suggestions on the New Tab page will "
2369 "contain pages that the user downloaded for later use.";
2370
2371const char kEnableNtpRemoteSuggestionsName[] =
2372 "Show server-side suggestions on the New Tab page";
2373const char kEnableNtpRemoteSuggestionsDescription[] =
2374 "If enabled, the list of content suggestions on the New Tab page will "
2375 "contain server-side suggestions (e.g., Articles for you). Furthermore, it "
2376 "allows to override the source used to retrieve these server-side "
2377 "suggestions.";
2378
2379const char kEnableNtpSnippetsVisibilityName[] =
2380 "Make New Tab Page Snippets more visible.";
2381const char kEnableNtpSnippetsVisibilityDescription[] =
2382 "If enabled, the NTP snippets will become more discoverable with a larger "
2383 "portion of the first card above the fold.";
2384
2385const char kEnableNtpSuggestionsNotificationsName[] =
2386 "Notify about new content suggestions available at the New Tab page";
2387const char kEnableNtpSuggestionsNotificationsDescription[] =
2388 "If enabled, notifications will inform about new content suggestions on "
2389 "the New Tab page.";
2390
Brett Wilsonff596952017-07-14 01:06:552391const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
2392const char kEnableOfflinePreviewsDescription[] =
2393 "Enable showing offline page previews on slow networks.";
2394
2395const char kEnableOskOverscrollName[] = "Enable OSK Overscroll";
2396const char kEnableOskOverscrollDescription[] =
2397 "Enable OSK overscroll support. With this flag on, the OSK will only "
2398 "resize the visual viewport.";
2399
2400const char kEnableSpecialLocaleName[] =
2401 "Enable custom logic for special locales.";
2402const char kEnableSpecialLocaleDescription[] =
2403 "Enable custom logic for special locales. In this mode, Chrome might "
2404 "behave differently in some locales.";
2405
Brett Wilsonff596952017-07-14 01:06:552406const char kEnableWebNfcName[] = "WebNFC";
2407const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
2408
gogeraldf3cbb422017-07-26 14:37:122409const char kEnableWebPaymentsMethodSectionOrderV2Name[] =
2410 "Enable Web Payments method section order V2.";
2411const char kEnableWebPaymentsMethodSectionOrderV2Description[] =
2412 "Enable this option to display payment method section above address "
2413 "section instead of below it.";
2414
Raymes Khoury582b43132017-12-12 23:54:302415const char kGrantNotificationsToDSEName[] =
2416 "Grant notifications to the Default Search Engine";
2417const char kGrantNotificationsToDSENameDescription[] =
2418 "Automatically grant the notifications permission to the Default Search "
2419 "Engine";
2420
Daniel Parke74fcf862018-03-27 18:05:452421const char kHomePageButtonName[] = "Force Enable Home Page Button";
Daniel Park990d0992018-05-18 22:12:512422const char kHomePageButtonDescription[] = "Displays a home button if enabled.";
Daniel Parke74fcf862018-03-27 18:05:452423
Yafei Duanbb7663f32018-07-17 01:33:152424const char kHomepageTileName[] =
2425 "Enable Homepage tile shown in Suggested Tiles";
2426const char kHomepageTileDescription[] =
2427 "When NTPButton is enabled, the first tile of the Suggested Tiles will be "
2428 "used for homepage. It will not have an effect when NTPButton is disabled.";
2429
Jian Li4b252642018-07-23 19:49:072430const char kIncognitoStringsName[] = "Alternate incognito strings";
2431const char kIncognitoStringsDescription[] =
2432 "Show alternate incognito strings if enabled.";
2433
Theresa920e0ed2018-03-07 18:12:442434const char kInterestFeedContentSuggestionsDescription[] =
Yafei Duanbb7663f32018-07-17 01:33:152435 "Use the interest feed to render content suggestions. Currently "
2436 "content "
Theresa920e0ed2018-03-07 18:12:442437 "suggestions are shown on the New Tab Page.";
2438const char kInterestFeedContentSuggestionsName[] =
2439 "Interest Feed Content Suggestions";
2440
Brett Wilsonff596952017-07-14 01:06:552441const char kKeepPrefetchedContentSuggestionsName[] =
2442 "Keep prefetched content suggestions";
2443const char kKeepPrefetchedContentSuggestionsDescription[] =
2444 "If enabled, some of prefetched content suggestions are not replaced by "
2445 "the new fetched suggestions.";
2446
Leo Zhang051b75482017-12-20 03:28:302447const char kLanguagesPreferenceName[] = "Language Settings";
2448const char kLanguagesPreferenceDescription[] =
2449 "Enable this option for Language Settings feature on Android.";
2450
Charlie Ma8c2846e2018-07-27 18:44:392451const char kLongPressBackForHistoryName[] =
2452 "Long Press Back Button for History";
2453const char kLongPressBackForHistoryDescription[] =
2454 "Long press system back button to show navigation history if enabled";
2455
Charlie Ma85b22bdb2018-08-01 03:50:452456const char kLongPressBackNewDesignName[] = "Long Press Back New Design";
2457const char kLongPressBackNewDesignDescription[] =
2458 "Long press system back button to show material design refreshed navigation"
2459 " popup if enabled";
2460
Brett Wilsonff596952017-07-14 01:06:552461const char kLsdPermissionPromptName[] =
2462 "Location Settings Dialog Permission Prompt";
2463const char kLsdPermissionPromptDescription[] =
2464 "Whether to use the Google Play Services Location Settings Dialog "
2465 "permission dialog.";
2466
Amirhossein Simjour97b4154f2018-02-20 03:49:592467const char kModalPermissionDialogViewName[] = "Modal Permission Dialog";
2468const char kModalPermissionDialogViewDescription[] =
2469 "Enable this option to use ModalDialogManager for permission Dialogs.";
2470
Brett Wilsonff596952017-07-14 01:06:552471const char kMediaScreenCaptureName[] = "Experimental ScreenCapture.";
2472const char kMediaScreenCaptureDescription[] =
2473 "Enable this option for experimental ScreenCapture feature on Android.";
2474
2475const char kModalPermissionPromptsName[] = "Modal Permission Prompts";
2476const char kModalPermissionPromptsDescription[] =
2477 "Whether to use permission dialogs in place of permission infobars.";
2478
Finnur Thorarinssonc1488fc62018-07-09 19:21:572479const char kNewContactsPickerName[] = "Enable new contacts picker";
2480const char kNewContactsPickerDescription[] =
2481 "Activates the new picker for selecting contacts.";
2482
Dan Harrington541db9e2018-07-30 18:36:302483const char kNewNetErrorPageUIName[] = "Enable new UI for net-error page";
2484const char kNewNetErrorPageUIDescription[] =
2485 "Selects which new UI experience to show on the net-error (Dino) page";
2486
Brett Wilsonff596952017-07-14 01:06:552487const char kNewPhotoPickerName[] = "Enable new Photopicker";
2488const char kNewPhotoPickerDescription[] =
2489 "Activates the new picker for selecting photos.";
2490
2491const char kNoCreditCardAbort[] = "No Credit Card Abort";
2492const char kNoCreditCardAbortDescription[] =
2493 "Whether or not the No Credit Card Abort is enabled.";
2494
Daniel Park990d0992018-05-18 22:12:512495const char kNtpButtonName[] = "Enable NTP Button";
2496const char kNtpButtonDescription[] =
2497 "Displays a New Tab Page button in the toolbar if enabled.";
2498
Michael van Ouwerkerkcdbbe332017-11-24 15:07:062499const char kNtpModernLayoutName[] = "Modern NTP layout";
2500const char kNtpModernLayoutDescription[] =
2501 "Show a modern layout on the New Tab Page.";
2502
Brett Wilsonff596952017-07-14 01:06:552503const char kNtpGoogleGInOmniboxName[] = "Google G in New Tab Page omnibox";
2504const char kNtpGoogleGInOmniboxDescription[] =
2505 "Show a Google G in the omnibox on the New Tab Page.";
2506
Brett Wilsonff596952017-07-14 01:06:552507const char kOfflineBookmarksName[] = "Enable offline bookmarks";
2508const char kOfflineBookmarksDescription[] =
2509 "Enable saving bookmarked pages for offline viewing.";
2510
Jian Li1413ebf2018-06-14 20:46:322511const char kOfflineIndicatorName[] = "Enable offline indicator";
2512const char kOfflineIndicatorDescription[] =
2513 "Enable showing offline indicator while offline.";
2514
Brett Wilsonff596952017-07-14 01:06:552515const char kOfflinePagesCtName[] = "Enable Offline Pages CT features.";
2516const char kOfflinePagesCtDescription[] = "Enable Offline Pages CT features.";
2517
2518const char kOfflinePagesCtV2Name[] = "Enable Offline Pages CT V2 features.";
2519const char kOfflinePagesCtV2Description[] =
2520 "V2 features include attributing pages to the app that initiated the "
2521 "custom tabs, and being able to query for pages by page attribution.";
2522
Cathy Li7311d792018-04-05 00:34:162523const char kOfflinePagesCTSuppressNotificationsName[] =
2524 "Disable download complete notification for whitelisted CCT apps.";
2525const char kOfflinePagesCTSuppressNotificationsDescription[] =
2526 "Disable download complete notification for page downloads originating "
2527 "from a CCT app whitelisted to show their own download complete "
2528 "notification.";
2529
Candice Sy74fa7a352018-03-30 23:46:492530const char kOfflinePagesDescriptiveFailStatusName[] =
2531 "Enables descriptive failed download status text.";
2532const char kOfflinePagesDescriptiveFailStatusDescription[] =
2533 "Enables failed download status text in notifications and Downloads Home "
2534 "to state the reason the request failed if the failure is actionable.";
2535
2536const char kOfflinePagesDescriptivePendingStatusName[] =
2537 "Enables descriptive pending download status text.";
2538const char kOfflinePagesDescriptivePendingStatusDescription[] =
2539 "Enables pending download status text in notifications and Downloads Home "
2540 "to state the reason the request is pending.";
2541
2542const char kOfflinePagesInDownloadHomeOpenInCctName[] =
2543 "Enables offline pages in the downloads home to be opened in CCT.";
2544const char kOfflinePagesInDownloadHomeOpenInCctDescription[] =
2545 "When enabled offline pages launched from the Downloads Home will be "
2546 "opened in Chrome Custom Tabs (CCT) instead of regular tabs.";
2547
Carlos Knippschild09272ecd2017-12-09 03:29:362548const char kOfflinePagesLimitlessPrefetchingName[] =
2549 "Removes resource usage limits for the prefetching of offline pages.";
2550const char kOfflinePagesLimitlessPrefetchingDescription[] =
2551 "Allows the prefetching of suggested offline pages to ignore resource "
2552 "usage limits. This allows it to completely ignore data usage limitations "
2553 "and allows downloads to happen with any kind of connection.";
2554
Brett Wilsonff596952017-07-14 01:06:552555const char kOfflinePagesLoadSignalCollectingName[] =
2556 "Enables collecting load timing data for offline page snapshots.";
2557const char kOfflinePagesLoadSignalCollectingDescription[] =
2558 "Enables loading completeness data collection while writing an offline "
2559 "page. This data is collected in the snapshotted offline page to allow "
2560 "data analysis to improve deciding when to make the offline snapshot.";
2561
2562const char kOfflinePagesPrefetchingName[] =
2563 "Enables suggested offline pages to be prefetched.";
2564const char kOfflinePagesPrefetchingDescription[] =
2565 "Enables suggested offline pages to be prefetched, so useful content is "
2566 "available while offline.";
2567
Pete Williamson7845dff2017-09-20 11:06:192568const char kOfflinePagesResourceBasedSnapshotName[] =
2569 "Enables offline page snapshots to be based on percentage of page loaded.";
2570const char kOfflinePagesResourceBasedSnapshotDescription[] =
2571 "Enables offline page snapshots to use a resource percentage based "
2572 "approach for determining when the page is loaded as opposed to a time "
2573 "based approach";
2574
Collin Baker17f92a52017-07-19 21:41:252575const char kOfflinePagesRenovationsName[] = "Enables offline page renovations.";
2576const char kOfflinePagesRenovationsDescription[] =
2577 "Enables offline page renovations which correct issues with dynamic "
2578 "content that occur when offlining pages that use JavaScript.";
2579
Brett Wilsonff596952017-07-14 01:06:552580const char kOfflinePagesSharingName[] = "Enables offline pages to be shared.";
2581const char kOfflinePagesSharingDescription[] =
2582 "Enables the saved offline pages to be shared via other applications.";
2583
Yafei Duan36b4b5b2018-08-07 00:40:032584const char kOfflinePagesLivePageSharingName[] =
2585 "Enables live page sharing of offline pages";
2586const char kOfflinePagesLivePageSharingDescription[] =
2587 "Enables to share current loaded page as offline page by saving as MHTML "
2588 "first.";
2589
Cathy Lie0d88762018-04-12 08:03:012590const char kOfflinePagesShowAlternateDinoPageName[] =
2591 "Enable alternate dino page with more user capabilities.";
2592const char kOfflinePagesShowAlternateDinoPageDescription[] =
2593 "Enables the dino page to show more buttons and offer existing offline "
2594 "content.";
2595
Brett Wilsonff596952017-07-14 01:06:552596const char kOfflinePagesSvelteConcurrentLoadingName[] =
2597 "Enables concurrent background loading on svelte.";
2598const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
2599 "Enables concurrent background loading (or downloading) of pages on "
2600 "Android svelte (512MB RAM) devices. Otherwise, background loading will "
2601 "happen when the svelte device is idle.";
2602
2603const char kOffliningRecentPagesName[] =
2604 "Enable offlining of recently visited pages";
2605const char kOffliningRecentPagesDescription[] =
2606 "Enable storing recently visited pages locally for offline use. Requires "
2607 "Offline Pages to be enabled.";
2608
Lei Zhang2eca9082017-10-17 20:42:502609const char kPayWithGoogleV1Name[] = "Pay with Google v1";
2610const char kPayWithGoogleV1Description[] =
Brett Wilsonff596952017-07-14 01:06:552611 "Enable Pay with Google integration into Web Payments with API version "
2612 "'1'.";
2613
Matthew Jonesa88b95852017-11-08 23:13:502614const char kProgressBarThrottleName[] = "Android progress update throttling.";
2615const char kProgressBarThrottleDescription[] =
2616 "Limit the maximum progress update to make progress appear smoother.";
2617
Brett Wilsonff596952017-07-14 01:06:552618const char kPullToRefreshEffectName[] = "The pull-to-refresh effect";
2619const char kPullToRefreshEffectDescription[] =
2620 "Page reloads triggered by vertically overscrolling content.";
2621
Piotr Swigon7c296ef2017-08-29 04:32:002622const char kPwaImprovedSplashScreenName[] =
2623 "Improved Splash Screen for standalone PWAs";
2624const char kPwaImprovedSplashScreenDescription[] =
2625 "Enables the Improved Splash Screen UX for standalone PWAs based on new "
2626 "Web App Manifest attributes";
Piotr Swigon9f630b32017-07-26 09:42:492627const char kPwaPersistentNotificationName[] =
2628 "Persistent notification in standalone PWA";
2629const char kPwaPersistentNotificationDescription[] =
2630 "Enables a persistent Android notification for standalone PWAs";
2631
Brett Wilsonff596952017-07-14 01:06:552632const char kReaderModeHeuristicsName[] = "Reader Mode triggering";
2633const char kReaderModeHeuristicsDescription[] =
2634 "Determines what pages the Reader Mode infobar is shown on.";
2635const char kReaderModeHeuristicsMarkup[] = "With article structured markup";
2636const char kReaderModeHeuristicsAdaboost[] = "Non-mobile-friendly articles";
2637const char kReaderModeHeuristicsAllArticles[] = "All articles";
2638const char kReaderModeHeuristicsAlwaysOff[] = "Never";
2639const char kReaderModeHeuristicsAlwaysOn[] = "Always";
2640
Wei-Yin Chen (陳威尹)41b22412017-07-21 02:51:182641const char kReaderModeInCCTName[] = "Reader Mode in CCT";
2642const char kReaderModeInCCTDescription[] =
2643 "Open Reader Mode in Chrome Custom Tabs.";
2644
Brett Wilsonff596952017-07-14 01:06:552645const char kSetMarketUrlForTestingName[] = "Set market URL for testing";
2646const char kSetMarketUrlForTestingDescription[] =
2647 "When enabled, sets the market URL for use in testing the update menu "
2648 "item.";
2649
2650const char kSpannableInlineAutocompleteName[] = "Spannable inline autocomplete";
2651const char kSpannableInlineAutocompleteDescription[] =
2652 "A new type of inline autocomplete for the omnibox that works with "
2653 "keyboards that compose text.";
2654
Theresaeea05a12018-05-09 21:01:592655const char kSimplifiedNtpName[] = "Simplified NTP";
2656const char kSimplifiedNtpDescription[] = "Show a simplified New Tab Page.";
2657
2658const char kSiteExplorationUiName[] = "Site Exploration UI";
2659const char kSiteExplorationUiDescription[] =
2660 "Show site suggestions in the Exploration UI";
2661
Brett Wilsonff596952017-07-14 01:06:552662const char kUpdateMenuBadgeName[] = "Force show update menu badge";
2663const char kUpdateMenuBadgeDescription[] =
2664 "When enabled, an update badge will be shown on the app menu button.";
2665
2666const char kUpdateMenuItemCustomSummaryDescription[] =
2667 "When this flag and the force show update menu item flag are enabled, a "
2668 "custom summary string will be displayed below the update menu item.";
2669const char kUpdateMenuItemCustomSummaryName[] =
2670 "Update menu item custom summary";
2671
2672const char kUpdateMenuItemName[] = "Force show update menu item";
2673const char kUpdateMenuItemDescription[] =
2674 R"*(When enabled, an "Update Chrome" item will be shown in the app )*"
2675 R"*(menu.)*";
2676
Amirhossein Simjourd78bbcf2018-02-02 16:23:392677const char kVrBrowsingNativeAndroidUiName[] = "VR browsing native android ui";
2678const char kVrBrowsingNativeAndroidUiDescription[] =
2679 "Enable Android UI elements in VR.";
2680
Tibor Goldschwendt4cdea8d2018-05-10 15:46:462681const char kVrBrowsingTabsViewName[] = "VR browsing tabs view";
2682const char kVrBrowsingTabsViewDescription[] =
2683 "Enable tab overview (tab switcher) in VR.";
2684
Marc Treib93af46a2017-08-23 13:30:002685const char kThirdPartyDoodlesName[] =
2686 "Enable Doodles for third-party search engines";
2687const char kThirdPartyDoodlesDescription[] =
2688 "Enables fetching and displaying Doodles on the NTP for third-party search "
2689 "engines.";
2690
Klaus Weidneraaf697f2018-01-18 20:07:362691const char kWebXrRenderPathName[] = "WebXR presentation render path";
2692const char kWebXrRenderPathDescription[] =
2693 "Render path to use for WebXR presentation (including WebVR)";
2694const char kWebXrRenderPathChoiceClientWaitDescription[] =
2695 "ClientWait (Baseline)";
2696const char kWebXrRenderPathChoiceGpuFenceDescription[] =
2697 "GpuFence (Android N+)";
Klaus Weidnerd25dff42018-04-12 06:56:072698const char kWebXrRenderPathChoiceSharedBufferDescription[] =
2699 "SharedBuffer (Android O+)";
Klaus Weidneraaf697f2018-01-18 20:07:362700
Brett Wilson7b44537e2017-08-18 01:38:282701// Non-Android -----------------------------------------------------------------
Brett Wilsonff596952017-07-14 01:06:552702
Brett Wilson7b44537e2017-08-18 01:38:282703#else // !defined(OS_ANDROID)
brettw5f9c1642017-05-14 17:12:482704
Brett Wilson7b44537e2017-08-18 01:38:282705const char kAccountConsistencyName[] =
2706 "Identity consistency between browser and cookie jar";
2707const char kAccountConsistencyDescription[] =
2708 "When enabled, the browser manages signing in and out of Google accounts.";
2709const char kAccountConsistencyChoiceMirror[] = "Mirror";
2710const char kAccountConsistencyChoiceDice[] = "Dice";
vabr0215a8e2017-03-28 12:47:342711
Chris Pickel3a227ae62017-08-24 10:47:262712const char kDoodlesOnLocalNtpName[] = "Enable doodles on the local NTP";
2713const char kDoodlesOnLocalNtpDescription[] =
2714 "Show doodles on the local New Tab page if Google is the default search "
2715 "engine.";
2716
mlamouriff56c092017-05-11 15:31:392717const char kEnableAudioFocusName[] = "Manage audio focus across tabs";
mlamouriff56c092017-05-11 15:31:392718const char kEnableAudioFocusDescription[] =
vabr0215a8e2017-03-28 12:47:342719 "Manage audio focus across tabs to improve the audio mixing.";
mlamouriff56c092017-05-11 15:31:392720const char kEnableAudioFocusDisabled[] = "Disabled";
mlamouriff56c092017-05-11 15:31:392721const char kEnableAudioFocusEnabled[] = "Enabled";
mlamouriff56c092017-05-11 15:31:392722const char kEnableAudioFocusEnabledDuckFlash[] =
vabr0215a8e2017-03-28 12:47:342723 "Enabled (Flash lowers volume when interrupted by other sound, "
2724 "experimental)";
2725
Sebastien Marchandd33f7dc2018-06-22 22:07:062726const char kInfiniteSessionRestoreName[] = "Infinite Session Restore";
2727const char kInfiniteSessionRestoreDescription[] =
2728 "Reduces the number of tabs being loaded simultaneously during session "
2729 "restore, to improve responsiveness of the foreground tab. This requires "
2730 "#enable-page-almost-idle.";
2731
Brett Wilson7b44537e2017-08-18 01:38:282732const char kEnableNewAppMenuIconName[] = "Enable the New App Menu Icon";
2733const char kEnableNewAppMenuIconDescription[] =
2734 "Use the new app menu icon with update notification animations.";
vabr0215a8e2017-03-28 12:47:342735
Sebastien Marchandd33f7dc2018-06-22 22:07:062736const char kEnableWebAuthenticationCtap2SupportName[] =
2737 "Enable Web Authentication API support for CTAP2 security keys";
2738const char kEnableWebAuthenticationCtap2SupportDescription[] =
Kim Paulhamus92431372018-07-20 02:25:472739 "Enable CTAP2 security keys for the Web Authentication API.";
Sebastien Marchandd33f7dc2018-06-22 22:07:062740
2741const char kEnableWebAuthenticationTestingAPIName[] =
2742 "Web Authentication Testing API";
2743const char kEnableWebAuthenticationTestingAPIDescription[] =
2744 "Enable Web Authentication Testing API support, which disconnects the API "
2745 "implementation from the real world, and allows configuring virtual "
2746 "authenticator devices for testing";
2747
Dave Schuyler598a4a42018-01-04 02:15:102748const char kOmniboxRichEntitySuggestionsName[] =
2749 "Omnibox rich entity suggestions";
2750const char kOmniboxRichEntitySuggestionsDescription[] =
2751 "Display entity suggestions using images and an enhanced layout; showing "
Justin Donnellye7926092018-06-18 14:57:212752 "more context and descriptive text about the entity. Has no effect unless "
2753 "either the #upcoming-ui-features flag is Enabled or the #top-chrome-md "
2754 "flag is set to Refresh or Touchable Refresh.";
Dave Schuyler598a4a42018-01-04 02:15:102755
Dave Schuyler616273d2018-04-19 03:12:522756const char kOmniboxNewAnswerLayoutName[] = "Omnibox new answer layout";
2757const char kOmniboxNewAnswerLayoutDescription[] =
Justin Donnellye7926092018-06-18 14:57:212758 "Display answers using an enhanced layout with larger images. Has no "
2759 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2760 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
Dave Schuyler616273d2018-04-19 03:12:522761
Orin Jaworski04c08b42018-07-11 02:39:562762const char kOmniboxReverseAnswersName[] = "Omnibox reverse answers";
2763const char kOmniboxReverseAnswersDescription[] =
2764 "Display answers with rows reversed (swapped); except definitions. Has no "
2765 "effect unless either the #upcoming-ui-features flag is Enabled or the "
2766 "#top-chrome-md flag is set to Refresh or Touchable Refresh.";
2767
Kevin Bailey898669972017-11-06 15:34:492768const char kOmniboxTabSwitchSuggestionsName[] =
2769 "Omnibox tab switch suggestions";
2770const char kOmniboxTabSwitchSuggestionsDescription[] =
Justin Donnellye7926092018-06-18 14:57:212771 "Enable suggestions for switching to open tabs within the Omnibox. "
2772 "Has no effect unless either the #upcoming-ui-features flag is Enabled or "
2773 "the #top-chrome-md flag is set to Refresh or Touchable Refresh.";
Kevin Bailey898669972017-11-06 15:34:492774
krbcc621412017-06-01 19:40:282775const char kOmniboxTailSuggestionsName[] = "Omnibox tail suggestions";
2776const char kOmniboxTailSuggestionsDescription[] =
Vitalii Iarko7df520142017-07-07 12:53:192777 "Enable receiving tail suggestions, a type of search suggestion based on "
2778 "the last few words in the query, for the Omnibox.";
vabr0215a8e2017-03-28 12:47:342779
Brett Wilson7b44537e2017-08-18 01:38:282780const char kOneGoogleBarOnLocalNtpName[] =
2781 "Enable the OneGoogleBar on the local NTP";
2782const char kOneGoogleBarOnLocalNtpDescription[] =
2783 "Show a OneGoogleBar on the local New Tab page if Google is the default "
2784 "search engine.";
2785
Sebastien Marchandd33f7dc2018-06-22 22:07:062786const char kPageAlmostIdleName[] = "Page Almost Idle";
2787const char kPageAlmostIdleDescription[] =
2788 "Make session restore use a definition of loading that waits for CPU and "
2789 "network quiescence.";
2790
2791const char kProactiveTabFreezeAndDiscardName[] =
2792 "Proactive Tab Freeze and Discard";
2793const char kProactiveTabFreezeAndDiscardDescription[] =
2794 "Enables proactive tab freezing and discarding. This requires "
2795 "#enable-page-almost-idle.";
2796
2797const char kSiteCharacteristicsDatabaseName[] = "Site Characteristics database";
2798const char kSiteCharacteristicsDatabaseDescription[] =
2799 "Records usage of some features in a database while a tab is in background "
2800 "(title/favicon update, audio playback or usage of non-persistent "
2801 "notifications).";
2802
Brett Wilson7b44537e2017-08-18 01:38:282803const char kUseGoogleLocalNtpName[] = "Enable using the Google local NTP";
2804const char kUseGoogleLocalNtpDescription[] =
2805 "Use the local New Tab page if Google is the default search engine.";
spqchan064a8112017-04-18 16:46:322806
Brett Wilson7b44537e2017-08-18 01:38:282807const char kVoiceSearchOnLocalNtpName[] =
2808 "Enable Voice Search on the local NTP";
2809const char kVoiceSearchOnLocalNtpDescription[] =
2810 "Show a microphone for voice search on the local New Tab page "
2811 "if Google is the default search engine.";
2812
2813#if defined(GOOGLE_CHROME_BUILD)
2814
2815const char kGoogleBrandedContextMenuName[] =
2816 "Google branding in the context menu";
2817const char kGoogleBrandedContextMenuDescription[] =
2818 "Shows a Google icon next to context menu items powered by Google "
2819 "services.";
2820
2821#endif // !defined(GOOGLE_CHROME_BUILD)
2822
2823#endif // !defined(OS_ANDROID)
2824
2825// Windows ---------------------------------------------------------------------
2826
2827#if defined(OS_WIN)
2828
2829const char kCloudPrintXpsName[] = "XPS in Google Cloud Print";
2830const char kCloudPrintXpsDescription[] =
2831 "XPS enables advanced options for classic printers connected to the Cloud "
2832 "Print with Chrome. Printers must be re-connected after changing this "
2833 "flag.";
2834
2835const char kDisablePostscriptPrinting[] = "Disable PostScript Printing";
2836const char kDisablePostscriptPrintingDescription[] =
2837 "Disables PostScript generation when printing to PostScript capable "
2838 "printers, and uses EMF generation in its place.";
2839
2840const char kEnableAppcontainerName[] = "Enable AppContainer Lockdown.";
2841const char kEnableAppcontainerDescription[] =
2842 "Enables the use of an AppContainer on sandboxed processes to improve "
2843 "security.";
2844
Brett Wilson7b44537e2017-08-18 01:38:282845const char kEnableDesktopIosPromotionsName[] = "Desktop to iOS promotions.";
2846const char kEnableDesktopIosPromotionsDescription[] =
2847 "Enable Desktop to iOS promotions, and allow users to see them if they are "
2848 "eligible.";
2849
James Forshawfd0ce342018-02-14 09:55:392850const char kEnableGpuAppcontainerName[] = "Enable GPU AppContainer Lockdown.";
2851const char kEnableGpuAppcontainerDescription[] =
2852 "Enables the use of an AppContainer for the GPU sandboxed processes to "
2853 "improve security.";
2854
Brett Wilson7b44537e2017-08-18 01:38:282855const char kGdiTextPrinting[] = "GDI Text Printing";
2856const char kGdiTextPrintingDescription[] =
2857 "Use GDI to print text as simply text";
2858
Henrik Grunell67e56ef2018-04-10 14:04:092859const char kIncreaseInputAudioBufferSize[] = "Increase input audio buffer size";
2860const char kIncreaseInputAudioBufferSizeDescription[] =
2861 "Increases the input audio endpoint buffer to 100 ms.";
2862
Brett Wilson7b44537e2017-08-18 01:38:282863const char kTraceExportEventsToEtwName[] =
2864 "Enable exporting of tracing events to ETW.";
2865const char kTraceExportEventsToEtwDesription[] =
2866 "If enabled, trace events will be exported to the Event Tracing for "
2867 "Windows (ETW) and can then be captured by tools such as UIForETW or "
2868 "Xperf.";
2869
2870const char kUseWinrtMidiApiName[] = "Use Windows Runtime MIDI API";
2871const char kUseWinrtMidiApiDescription[] =
2872 "Use Windows Runtime MIDI API for WebMIDI (effective only on Windows 10 or "
2873 "later).";
2874
2875const char kWindows10CustomTitlebarName[] = "Custom-drawn Windows 10 Titlebar";
2876const char kWindows10CustomTitlebarDescription[] =
2877 "If enabled, Chrome will draw the titlebar and caption buttons instead of "
2878 "deferring to Windows.";
2879
2880#endif // defined(OS_WIN)
2881
2882// Mac -------------------------------------------------------------------------
2883
2884#if defined(OS_MACOSX)
2885
Brett Wilson7b44537e2017-08-18 01:38:282886const char kAppWindowCyclingName[] = "Custom Window Cycling for Chrome Apps.";
2887const char kAppWindowCyclingDescription[] =
2888 "Changes the behavior of Cmd+` when a Chrome App becomes active. When "
2889 "enabled, Chrome Apps will not be cycled when Cmd+` is pressed from a "
2890 "browser window, and browser windows will not be cycled when a Chrome App "
2891 "is active.";
2892
Brett Wilson7b44537e2017-08-18 01:38:282893const char kFullscreenToolbarRevealName[] =
2894 "Enables the toolbar in fullscreen to reveal itself.";
2895const char kFullscreenToolbarRevealDescription[] =
2896 "Reveal the toolbar in fullscreen for a short period when the tab strip "
2897 "has changed.";
2898
2899const char kContentFullscreenName[] = "Improved Content Fullscreen";
2900const char kContentFullscreenDescription[] =
2901 "Fullscreen content window detaches from main browser window and goes to "
2902 "a new space without moving or changing the original browser window.";
2903
Lei Zhang2eca9082017-10-17 20:42:502904const char kDialogTouchBarName[] = "Dialog Touch Bar";
2905const char kDialogTouchBarDescription[] =
Brett Wilson7b44537e2017-08-18 01:38:282906 "Shows Dialog buttons on the Touch Bar.";
2907
Martin Kreichgauer1ca416d2018-07-11 00:43:192908const char kEnableWebAuthenticationTouchIdName[] =
2909 "Web Authentication API Touch ID support";
2910const char kEnableWebAuthenticationTouchIdDescription[] =
2911 "Enables a built-in Touch ID authenticator for the Web Authentication API.";
2912
Brett Wilson7b44537e2017-08-18 01:38:282913const char kHostedAppsInWindowsName[] =
2914 "Allow hosted apps to be opened in windows";
2915const char kHostedAppsInWindowsDescription[] =
2916 "Allows hosted apps to be opened in windows instead of being limited to "
2917 "tabs.";
2918
Lei Zhang2eca9082017-10-17 20:42:502919const char kMacRTLName[] = "Enable RTL";
2920const char kMacRTLDescription[] = "Mirrors the UI for RTL language users";
Brett Wilson7b44537e2017-08-18 01:38:282921
Lei Zhang2eca9082017-10-17 20:42:502922const char kMacTouchBarName[] = "Hardware Touch Bar";
2923const char kMacTouchBarDescription[] = "Control the use of the Touch Bar.";
Brett Wilson7b44537e2017-08-18 01:38:282924
2925const char kMacV2SandboxName[] = "Mac V2 Sandbox";
2926const char kMacV2SandboxDescription[] =
2927 "Eliminates the unsandboxed warmup phase and sandboxes processes for their "
2928 "entire life cycle.";
2929
2930const char kMacViewsNativeAppWindowsName[] = "Toolkit-Views App Windows.";
2931const char kMacViewsNativeAppWindowsDescription[] =
2932 "Controls whether to use Toolkit-Views based Chrome App windows.";
2933
2934const char kMacViewsTaskManagerName[] = "Toolkit-Views Task Manager.";
2935const char kMacViewsTaskManagerDescription[] =
2936 "Controls whether to use the Toolkit-Views based Task Manager.";
2937
2938const char kTabDetachingInFullscreenName[] =
2939 "Allow tab detaching in fullscreen";
2940const char kTabDetachingInFullscreenDescription[] =
2941 "Allow tabs to detach from the tabstrip when in fullscreen mode on Mac.";
2942
2943const char kTabStripKeyboardFocusName[] = "Tab Strip Keyboard Focus";
2944const char kTabStripKeyboardFocusDescription[] =
2945 "Enable keyboard focus for the tabs in the tab strip.";
2946
Tessa Nijssen4db9799e2018-08-06 21:04:382947const char kTextSuggestionsTouchBarName[] = "Text Suggestions Touch Bar";
2948const char kTextSuggestionsTouchBarDescription[] =
2949 "Enable text suggestions touch bar for textfields.";
2950
Brett Wilson7b44537e2017-08-18 01:38:282951#endif
2952
2953// Chrome OS -------------------------------------------------------------------
vabr0215a8e2017-03-28 12:47:342954
2955#if defined(OS_CHROMEOS)
2956
Brett Wilson7b44537e2017-08-18 01:38:282957const char kAcceleratedMjpegDecodeName[] =
2958 "Hardware-accelerated mjpeg decode for captured frame";
2959const char kAcceleratedMjpegDecodeDescription[] =
2960 "Enable hardware-accelerated mjpeg decode for captured frame where "
2961 "available.";
vabr0215a8e2017-03-28 12:47:342962
Brett Wilson7b44537e2017-08-18 01:38:282963const char kAllowTouchpadThreeFingerClickName[] = "Touchpad three-finger-click";
2964const char kAllowTouchpadThreeFingerClickDescription[] =
2965 "Enables touchpad three-finger-click as middle button.";
vabr0215a8e2017-03-28 12:47:342966
Bruno Kim Medeiros Cesarb98fe1d82018-06-06 18:11:522967const char kArcAvailableForChildName[] = "Allow ARC for child accounts";
2968const char kArcAvailableForChildDescription[] =
2969 "Allow child accounts to start Android apps.";
2970
Brett Wilson7b44537e2017-08-18 01:38:282971const char kArcBootCompleted[] = "Load Android apps automatically";
2972const char kArcBootCompletedDescription[] =
2973 "Allow Android apps to start automatically after signing in.";
vabr0215a8e2017-03-28 12:47:342974
Luum Habtemariamdaa8fd22018-06-25 22:39:432975const char kArcCupsApiName[] = "ARC CUPS API";
2976const char kArcCupsApiDescription[] =
2977 "Enables support of libcups APIs from ARC";
2978
Yuichiro Hanada0b63f062018-07-12 02:18:332979const char kArcInputMethodName[] = "Enable ARC input methods.";
2980const char kArcInputMethodDescription[] = "Enable ARC input methods.";
2981
Lev Rumyantsev7a8544312017-08-18 19:26:512982const char kArcNativeBridgeExperimentName[] =
2983 "Enable native bridge experiment for ARC";
2984const char kArcNativeBridgeExperimentDescription[] =
2985 "Enables experimental native bridge feature.";
2986
lgchengecd1c1a62018-01-09 02:59:462987const char kArcUsbHostName[] = "Enable ARC USB host integration";
2988const char kArcUsbHostDescription[] =
2989 "Allow Android apps to use USB host feature on ChromeOS devices.";
2990
Kevin Cernekeeb7f96a52017-10-25 17:40:182991const char kArcVpnName[] = "Enable ARC VPN integration";
2992const char kArcVpnDescription[] =
2993 "Allow Android VPN clients to tunnel Chrome traffic.";
2994
Qiang Xu045aff222018-05-21 23:21:012995const char kAshDisableLoginDimAndBlurName[] =
2996 "Disable dimming and blur on login screen.";
2997const char kAshDisableLoginDimAndBlurDescription[] =
2998 "Disable dimming and blur on login screen.";
2999
3000const char kAshDisableSmoothScreenRotationName[] =
3001 "Disable smooth rotation animations.";
3002const char kAshDisableSmoothScreenRotationDescription[] =
3003 "Disable smooth rotation animations.";
3004
3005const char kAshEnableDisplayMoveWindowAccelsName[] =
3006 "Enable shortcuts for moving window between displays.";
3007const char kAshEnableDisplayMoveWindowAccelsDescription[] =
3008 "Enable shortcuts for moving window between displays.";
3009
3010const char kAshEnableKeyboardShortcutViewerName[] =
3011 "Enable keyboard shortcut viewer.";
3012const char kAshEnableKeyboardShortcutViewerDescription[] =
3013 "Enable keyboard shortcut viewer.";
3014
3015const char kAshEnableMirroredScreenName[] = "Enable mirrored screen mode.";
3016const char kAshEnableMirroredScreenDescription[] =
3017 "Enable the mirrored screen mode. This mode flips the screen image "
3018 "horizontally.";
3019
Qiang Xu045aff222018-05-21 23:21:013020const char kAshEnablePersistentWindowBoundsName[] =
3021 "Enable persistent window bounds in multi-displays scenario.";
3022const char kAshEnablePersistentWindowBoundsDescription[] =
3023 "Enable persistent window bounds in multi-displays scenario.";
3024
3025const char kAshEnableTrilinearFilteringName[] = "Enable trilinear filtering.";
3026const char kAshEnableTrilinearFilteringDescription[] =
3027 "Enable trilinear filtering.";
3028
Brett Wilson7b44537e2017-08-18 01:38:283029const char kAshEnableUnifiedDesktopName[] = "Unified desktop mode";
3030const char kAshEnableUnifiedDesktopDescription[] =
3031 "Enable unified desktop mode which allows a window to span multiple "
3032 "displays.";
vabr0215a8e2017-03-28 12:47:343033
Mike Wassermanfcc47e42018-06-14 21:24:423034const char kAshKeyboardShortcutViewerAppName[] =
3035 "Keyboard Shortcut Viewer mojo app";
3036const char kAshKeyboardShortcutViewerAppDescription[] =
3037 "Use an out-of-process mojo app to show the Keyboard Shortcut Viewer.";
3038
Qiang Xu045aff222018-05-21 23:21:013039const char kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
3040const char kAshShelfColorDescription[] =
3041 "Enables/disables the shelf color to be a derived from the wallpaper. The "
3042 "--ash-shelf-color-scheme flag defines how that color is derived.";
3043
3044const char kAshShelfColorScheme[] = "Shelf color scheme in Chrome OS System UI";
3045const char kAshShelfColorSchemeDescription[] =
3046 "Specify how the color is derived from the wallpaper. This flag is only "
3047 "used when the --ash-shelf-color flag is enabled. Defaults to Dark & Muted";
3048const char kAshShelfColorSchemeLightVibrant[] = "Light & Vibrant";
3049const char kAshShelfColorSchemeNormalVibrant[] = "Normal & Vibrant";
3050const char kAshShelfColorSchemeDarkVibrant[] = "Dark & Vibrant";
3051const char kAshShelfColorSchemeLightMuted[] = "Light & Muted";
3052const char kAshShelfColorSchemeNormalMuted[] = "Normal & Muted";
3053const char kAshShelfColorSchemeDarkMuted[] = "Dark & Muted";
3054
Sean Kau5e956192017-10-06 22:25:173055const char kBulkPrintersName[] = "Bulk Printers Policy";
3056const char kBulkPrintersDescription[] = "Enables the new bulk printers policy";
3057
Brett Wilson7b44537e2017-08-18 01:38:283058const char kCaptivePortalBypassProxyName[] =
3059 "Bypass proxy for Captive Portal Authorization";
3060const char kCaptivePortalBypassProxyDescription[] =
3061 "If proxy is configured, it usually prevents from authorization on "
3062 "different captive portals. This enables opening captive portal "
3063 "authorization dialog in a separate window, which ignores proxy settings.";
vabr0215a8e2017-03-28 12:47:343064
Yuki Awanob51d3252018-07-11 23:45:553065const char kChromeVoxArcSupportName[] = "ChromeVox ARC support";
3066const char kChromeVoxArcSupportDescription[] =
3067 "Use ChromeVox screen reader features in ARC";
3068
Brett Wilson7b44537e2017-08-18 01:38:283069const char kCrOSComponentName[] = "Chrome OS Component";
3070const char kCrOSComponentDescription[] =
Xiaochu Liu4c1b75d2017-12-18 23:52:083071 "Disable the use of componentized escpr CUPS filter.";
vabr0215a8e2017-03-28 12:47:343072
Xiaochu Liu51d03fd2017-09-08 23:51:023073const char kCrOSContainerName[] = "Chrome OS Container";
3074const char kCrOSContainerDescription[] =
3075 "Enable the use of Chrome OS Container utility.";
3076
Brett Wilson7b44537e2017-08-18 01:38:283077const char kCrosRegionsModeName[] = "Cros-regions load mode";
3078const char kCrosRegionsModeDescription[] =
3079 "This flag controls cros-regions load mode";
3080const char kCrosRegionsModeDefault[] = "Default";
3081const char kCrosRegionsModeOverride[] = "Override VPD values.";
3082const char kCrosRegionsModeHide[] = "Hide VPD values.";
vabr0215a8e2017-03-28 12:47:343083
Jacob Dufault2becbc482017-08-25 00:36:353084const char kDisableLockScreenAppsName[] = "Disable lock screen note taking";
3085const char kDisableLockScreenAppsDescription[] =
3086 "Disable new-note action handler apps on the lock screen. The user will "
3087 "not be able to launch the preferred note-taking action from the lock "
3088 "screen, provided that the app supports lock screen note taking.";
3089
Qiang Xu045aff222018-05-21 23:21:013090const char kDisableSystemTimezoneAutomaticDetectionName[] =
3091 "SystemTimezoneAutomaticDetection policy support";
3092const char kDisableSystemTimezoneAutomaticDetectionDescription[] =
3093 "Disable system timezone automatic detection device policy.";
3094
Sammie Quonef6b4882017-09-14 16:50:053095const char kDisableTabletAutohideTitlebarsName[] =
3096 "Disable autohide titlebars in tablet mode";
3097const char kDisableTabletAutohideTitlebarsDescription[] =
3098 "Disable tablet mode autohide titlebars functionality. The user will be "
3099 "able to see the titlebar in tablet mode.";
3100
Xiaoqian Dai24b33eb2018-04-10 21:01:573101const char kDisableTabletSplitViewName[] = "Disable split view in Tablet mode";
3102const char kDisableTabletSplitViewDescription[] =
3103 "Disable split view for Chrome OS tablet mode.";
3104
Qiang Xu53d1a5832018-05-24 18:44:193105const char kEnableAppShortcutSearchName[] =
3106 "Enable app shortcut search in launcher";
3107const char kEnableAppShortcutSearchDescription[] =
3108 "Enables app shortcut search in launcher";
3109
Weidong Guo00d0b2b2018-06-07 00:39:303110const char kEnableAppsGridGapFeatureName[] =
3111 "Enable apps grid gap feature in launcher.";
3112const char kEnableAppsGridGapFeatureDescription[] =
3113 "Enables gaps at the end of each page and enables dragging an item to an "
3114 "empty page in launcher.";
3115
Lei Zhang2eca9082017-10-17 20:42:503116const char kEnableBackgroundBlurName[] = "Enable background blur.";
3117const char kEnableBackgroundBlurDescription[] =
Wenzhao Zang50fb0b22017-11-07 01:38:423118 "Enables background blur for the Peeking Launcher and Tab Switcher.";
Alex Newcomer43cb7f12017-07-28 17:37:393119
F#m75862c92018-01-25 19:10:473120const char kEnableDisplayZoomSettingName[] = "Enable display zoom settings";
3121const char kEnableDisplayZoomSettingDescription[] =
3122 "Allows the user to modify the display size or zoom via the chrome display "
3123 "settings page.";
3124
Min Chenc2ec7282018-06-29 21:38:463125const char kEnableDragAppsInTabletModeName[] =
3126 "Enable dragging apps in tablet mode";
3127const char kEnableDragAppsInTabletModeDescription[] =
3128 "If enabled, swiping down from the top of the screen when an app is opened "
3129 "in tablet mode can drag the app.";
3130
Xiaoqian Dai82d99192018-05-25 18:51:353131const char kEnableDragTabsInTabletModeName[] =
3132 "Enable dragging tabs in tablet mode";
3133const char kEnableDragTabsInTabletModeDescription[] =
3134 "Allows the user to drag the tabs out of a browser window in tablet mode.";
3135
Sam McNally201fbf94e2018-07-04 03:15:203136const char kEnableDriveFsName[] = "Enable DriveFS";
3137const char kEnableDriveFsDescription[] =
3138 "Enables use of the new DriveFS-based Drive sync client.";
3139
Brett Wilson7b44537e2017-08-18 01:38:283140const char kEnableEhvInputName[] =
3141 "Emoji, handwriting and voice input on opt-in IME menu";
3142const char kEnableEhvInputDescription[] =
3143 "Enable access to emoji, handwriting and voice input form opt-in IME menu.";
vabr0215a8e2017-03-28 12:47:343144
Brett Wilson7b44537e2017-08-18 01:38:283145const char kEnableEncryptionMigrationName[] =
3146 "Enable encryption migration of user data";
3147const char kEnableEncryptionMigrationDescription[] =
3148 "If enabled and the device supports ARC, the user will be asked to update "
3149 "the encryption of user data when the user signs in.";
vabr0215a8e2017-03-28 12:47:343150
Blake O'Hare9e9317b22017-10-24 02:49:353151const char kEnableFloatingVirtualKeyboardName[] =
3152 "Enable floating virtual keyboard";
3153const char kEnableFloatingVirtualKeyboardDescription[] =
3154 "If enabled, the keyboard will use floating behavior by default.";
3155
Qiang Xu045aff222018-05-21 23:21:013156const char kEnableFullscreenHandwritingVirtualKeyboardName[] =
3157 "Enable full screen handwriting virtual keyboard";
3158const char kEnableFullscreenHandwritingVirtualKeyboardDescription[] =
3159 "If enabled, the handwriting virtual keyboard will allow user to write "
3160 "anywhere on the screen";
3161
3162const char kEnableHomeLauncherName[] = "Enable home launcher";
3163const char kEnableHomeLauncherDescription[] =
3164 "Enable home launcher in tablet mode.";
3165
Brett Wilson7b44537e2017-08-18 01:38:283166const char kEnableImeMenuName[] = "Enable opt-in IME menu";
3167const char kEnableImeMenuDescription[] =
3168 "Enable access to the new IME menu in the Language Settings page.";
vabr0215a8e2017-03-28 12:47:343169
Weidong Guo45836d1b2018-06-27 23:51:163170const char kEnableNewStyleLauncherName[] = "Enable new style launcher.";
3171const char kEnableNewStyleLauncherDescription[] =
3172 "Enables new style UI such as suggestion chips, resizable apps grid, etc. "
3173 "in app launcher.";
3174
Qiang Xu045aff222018-05-21 23:21:013175const char kEnableNewWallpaperPickerName[] = "Enable new wallpaper picker";
3176const char kEnableNewWallpaperPickerDescription[] =
3177 "Enable the redesigned wallpaper picker with new wallpaper collections.";
3178
3179const char kEnablePerUserTimezoneName[] = "Per-user time zone preferences.";
3180const char kEnablePerUserTimezoneDescription[] =
3181 "Chrome OS system timezone preference is stored and handled for each user "
3182 "individually.";
3183
3184const char kEnableSettingsShortcutSearchName[] =
3185 "Enable Settings shortcut search";
3186const char kEnableSettingsShortcutSearchDescription[] =
3187 "Enable Settings shortcut search in launcher.";
3188
Darren Shen3e49c63d2018-03-28 04:45:503189const char kEnableStylusVirtualKeyboardName[] =
3190 "Enable stylus virtual keyboard";
3191const char kEnableStylusVirtualKeyboardDescription[] =
3192 "If enabled, tapping with a stylus will show the handwriting virtual "
3193 "keyboard.";
3194
Jordy Greenblatt2f23df22018-02-22 19:49:193195const char kEnableUnifiedMultiDeviceSettingsName[] =
3196 "Enable unified MultiDevice settings";
3197const char kEnableUnifiedMultiDeviceSettingsDescription[] =
3198 "If enabled, the Chrome OS Settings UI will include a menu for the unified "
3199 "MultiDevice settings.";
3200
3201const char kEnableUnifiedMultiDeviceSetupName[] =
3202 "Enable unified MultiDevice setup";
3203const char kEnableUnifiedMultiDeviceSetupDescription[] =
3204 "Enable the device to setup all MultiDevice services in a single workflow.";
3205
Darren Shen11c770f312018-06-13 07:36:393206const char kEnableVirtualKeyboardMdUiName[] =
3207 "Enable Material Design virtual keyboard";
3208const char kEnableVirtualKeyboardMdUiDescription[] =
3209 "If enabled, loads the Material Design UI for the virtual keyboard.";
3210
Darren Shen0b4e5802018-07-10 03:12:263211const char kEnableVirtualKeyboardUkmName[] = "Enable UKM for virtual keyboard";
3212const char kEnableVirtualKeyboardUkmDescription[] =
3213 "Enables UKM for virtual keyboard";
3214
Klemen Kozjek05fc4512017-10-18 12:51:103215const char kEnableZipArchiverPackerName[] = "ZIP archiver - Packer";
3216const char kEnableZipArchiverPackerDescription[] =
3217 "Enable the ability to archive files on Drive in the Files app";
3218
Brett Wilson7b44537e2017-08-18 01:38:283219const char kEolNotificationName[] = "Disable Device End of Life notification.";
3220const char kEolNotificationDescription[] =
3221 "Disable Notifcation when Device is End of Life.";
3222
3223const char kExperimentalAccessibilityFeaturesName[] =
3224 "Experimental accessibility features";
3225const char kExperimentalAccessibilityFeaturesDescription[] =
3226 "Enable additional accessibility features in the Settings page.";
3227
3228const char kExperimentalInputViewFeaturesName[] =
3229 "Experimental input view features";
3230const char kExperimentalInputViewFeaturesDescription[] =
3231 "Enable experimental features for IME input views.";
3232
3233const char kFileManagerTouchModeName[] = "Files App. touch mode";
3234const char kFileManagerTouchModeDescription[] =
3235 "Touchscreen-specific interactions of the Files app.";
3236
3237const char kFirstRunUiTransitionsName[] =
3238 "Animated transitions in the first-run tutorial";
3239const char kFirstRunUiTransitionsDescription[] =
3240 "Transitions during first-run tutorial are animated.";
3241
Brett Wilson7b44537e2017-08-18 01:38:283242const char kForceEnableStylusToolsName[] = "Force enable stylus features";
3243const char kForceEnableStylusToolsDescription[] =
3244 "Forces display of the stylus tools menu in the shelf and the stylus "
3245 "section in settings, even if there is no attached stylus device.";
3246
3247const char kGestureEditingName[] = "Gesture editing for the virtual keyboard.";
3248const char kGestureEditingDescription[] =
3249 "Enable/Disable gesture editing option in the settings page for the "
3250 "virtual keyboard.";
3251
3252const char kGestureTypingName[] = "Gesture typing for the virtual keyboard.";
3253const char kGestureTypingDescription[] =
3254 "Enable/Disable gesture typing option in the settings page for the virtual "
3255 "keyboard.";
3256
3257const char kInputViewName[] = "Input views";
3258const char kInputViewDescription[] =
3259 "Enable IME extensions to supply custom views for user input such as "
3260 "virtual keyboards.";
3261
Megumi Hattori5a0d4182018-03-06 11:09:503262const char kLockScreenNotificationName[] = "Lock screen notification";
3263const char kLockScreenNotificationDescription[] =
3264 "Enable notifications on the lock screen.";
3265
Qiang Xu045aff222018-05-21 23:21:013266const char kMaterialDesignInkDropAnimationSpeedName[] =
3267 "Material design ink drop animation speed";
3268const char kMaterialDesignInkDropAnimationSpeedDescription[] =
3269 "Sets the speed of the experimental visual feedback animations for "
3270 "material design.";
3271const char kMaterialDesignInkDropAnimationFast[] = "Fast";
3272const char kMaterialDesignInkDropAnimationSlow[] = "Slow";
3273
Brett Wilson7b44537e2017-08-18 01:38:283274const char kMemoryPressureThresholdName[] =
3275 "Memory discard strategy for advanced pressure handling";
3276const char kMemoryPressureThresholdDescription[] =
3277 "Memory discarding strategy to use";
3278const char kConservativeThresholds[] =
3279 "Conservative memory pressure release strategy";
3280const char kAggressiveCacheDiscardThresholds[] =
3281 "Aggressive cache release strategy";
3282const char kAggressiveTabDiscardThresholds[] =
3283 "Aggressive tab release strategy";
3284const char kAggressiveThresholds[] =
3285 "Aggressive tab and cache release strategy";
3286
3287const char kMtpWriteSupportName[] = "MTP write support";
3288const char kMtpWriteSupportDescription[] =
3289 "MTP write support in File System API (and file manager). In-place editing "
3290 "operations are not supported.";
3291
Kyle Horimoto027590fb2018-02-13 22:19:483292const char kMultiDeviceApiName[] = "Enables the MultiDevice API";
3293const char kMultiDeviceApiDescription[] =
3294 "Enable Mojo-based API which provides synced device metadata and the "
3295 "ability to connect to other devices associated the logged-in Google "
3296 "account.";
3297
Bailey Berrodca8eeca02017-11-18 00:49:123298const char kNativeSmbName[] = "Native Smb Client";
3299const char kNativeSmbDescription[] =
3300 "If enabled, allows connections to an smb filesystem via Files app";
Bailey Berrofc0da1b2017-11-02 11:02:303301
vabr0215a8e2017-03-28 12:47:343302const char kNetworkPortalNotificationName[] =
3303 "Notifications about captive portals";
vabr0215a8e2017-03-28 12:47:343304const char kNetworkPortalNotificationDescription[] =
3305 "If enabled, notification is displayed when device is connected to a "
3306 "network behind captive portal.";
3307
Brett Wilson7b44537e2017-08-18 01:38:283308const char kNewKoreanImeName[] = "New Korean IME";
3309const char kNewKoreanImeDescription[] =
3310 "New Korean IME, which is based on Google Input Tools' HMM engine.";
vabr0215a8e2017-03-28 12:47:343311
Brett Wilson7b44537e2017-08-18 01:38:283312const char kNewZipUnpackerName[] = "New ZIP unpacker";
3313const char kNewZipUnpackerDescription[] =
3314 "New ZIP unpacker flow, based on the File System Provider API.";
vabr0215a8e2017-03-28 12:47:343315
Qiang Xu045aff222018-05-21 23:21:013316const char kOfficeEditingComponentAppName[] =
3317 "Office Editing for Docs, Sheets & Slides";
3318const char kOfficeEditingComponentAppDescription[] =
3319 "Office Editing for Docs, Sheets & Slides for testing purposes.";
3320
Brett Wilson7b44537e2017-08-18 01:38:283321const char kPhysicalKeyboardAutocorrectName[] = "Physical keyboard autocorrect";
3322const char kPhysicalKeyboardAutocorrectDescription[] =
3323 "Enable physical keyboard autocorrect for US keyboard, which can provide "
3324 "suggestions as typing on physical keyboard.";
vabr0215a8e2017-03-28 12:47:343325
3326const char kPrinterProviderSearchAppName[] =
3327 "Chrome Web Store Gallery app for printer drivers";
vabr0215a8e2017-03-28 12:47:343328const char kPrinterProviderSearchAppDescription[] =
3329 "Enables Chrome Web Store Gallery app for printer drivers. The app "
Vitalii Iarko7df520142017-07-07 12:53:193330 "searches Chrome Web Store for extensions that support printing to a USB "
3331 "printer with specific USB ID.";
vabr0215a8e2017-03-28 12:47:343332
Brett Wilson7b44537e2017-08-18 01:38:283333const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
3334const char kQuickUnlockPinDescription[] =
3335 "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
3336 "device on the lock screen after you have signed into your device.";
3337const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
3338const char kQuickUnlockPinSigninDescription[] =
3339 "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
3340 "device. After changing this flag PIN needs to be set up again.";
3341const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
3342const char kQuickUnlockFingerprintDescription[] =
3343 "Enabling fingerprint quick unlock allows you to setup and use a "
3344 "fingerprint to unlock your Chromebook on the lock screen after you have "
3345 "signed into your device.";
vabr0215a8e2017-03-28 12:47:343346
James Cook0ba192bf2017-12-01 20:53:113347const char kShowTapsName[] = "Show taps";
3348const char kShowTapsDescription[] =
3349 "Draws a circle at each touch point, which makes touch points more obvious "
3350 "when projecting or mirroring the display. Similar to the Android OS "
3351 "developer option.";
3352
3353const char kShowTouchHudName[] = "Show HUD for touch points";
3354const char kShowTouchHudDescription[] =
3355 "Shows a trail of colored dots for the last few touch points. Pressing "
3356 "Ctrl-Alt-I shows a heads-up display view in the top-left corner. Helps "
3357 "debug hardware issues that generate spurious touch events.";
3358
Jorge Gil5a8ccde2018-07-10 01:46:213359const char kSmartTextSelectionName[] = "Smart Text Selection";
3360const char kSmartTextSelectionDescription[] =
3361 "Shows quick actions for text "
3362 "selections in the context menu.";
3363
Chung-Sheng Wu468b0b32017-09-01 14:41:573364const char kSysInternalsName[] = "Enable Sys-Internals";
3365const char kSysInternalsDescription[] =
3366 "If enabled, user can monitor system information at "
3367 "chrome://sys-internals.";
3368
Stuart Langleyc981ac62018-06-21 14:38:253369const char kDisableTeamDrivesName[] = "Disable Team Drives Integration";
3370const char kDisableTeamDrivesDescription[] =
3371 "If disabled, files under Team Drives will no longer appear in the Files "
3372 "app.";
vabr0215a8e2017-03-28 12:47:343373
Brett Wilson7b44537e2017-08-18 01:38:283374const char kTetherName[] = "Instant Tethering";
3375const char kTetherDescription[] =
3376 "Enables Instant Tethering. Instant Tethering allows your nearby Google "
3377 "phone to share its Internet connection with this device.";
stanisc14bed0b132017-05-10 17:46:373378
Brett Wilson7b44537e2017-08-18 01:38:283379const char kTouchscreenCalibrationName[] =
3380 "Enable/disable touchscreen calibration option in material design settings";
3381const char kTouchscreenCalibrationDescription[] =
3382 "If enabled, the user can calibrate the touch screen displays in "
3383 "chrome://settings/display.";
yhanadac5bff5b2017-05-18 06:37:093384
Qiang Xu045aff222018-05-21 23:21:013385const char kUiDevToolsName[] = "Enable native UI inspection";
3386const char kUiDevToolsDescription[] =
3387 "Enables inspection of native UI elements. For local inspection use "
3388 "chrome://inspect#other";
3389
3390const char kUiShowCompositedLayerBordersName[] =
3391 "Show UI composited layer borders";
3392const char kUiShowCompositedLayerBordersDescription[] =
3393 "Show border around composited layers created by UI.";
3394const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
3395const char kUiShowCompositedLayerBordersSurface[] = "Surface";
3396const char kUiShowCompositedLayerBordersLayer[] = "Layer";
3397const char kUiShowCompositedLayerBordersAll[] = "All";
3398
3399const char kUiSlowAnimationsName[] = "Slow UI animations";
3400const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
3401
Mitsuru Oshima63d3f2a2017-08-23 00:12:113402// Force UI Mode
3403const char kUiModeName[] = "Force Ui Mode";
3404const char kUiModeDescription[] =
3405 R"*(This flag can be used to force a certain mode on to a chromebook, )*"
3406 R"*(despite its current orientation. "Tablet" means that the )*"
3407 R"*(chromebook will act as if it were in tablet mode. "Clamshell" )*"
3408 R"*(means that the chromebook will act as if it were in clamshell )*"
3409 R"*(mode . "Auto" means that the chromebook will alternate between )*"
3410 R"*(the two, based on its orientation.)*";
3411const char kUiModeTablet[] = "TouchView";
3412const char kUiModeClamshell[] = "Clamshell";
3413const char kUiModeAuto[] = "Auto (default)";
3414
Sonny Sasaka7fecfeda2018-07-11 23:47:553415const char kUnfilteredBluetoothDevicesName[] = "Unfiltered Bluetooth devices";
3416const char kUnfilteredBluetoothDevicesDescription[] =
3417 "Shows all Bluetooth devices in UI (System Tray/Settings Page.)";
3418
James Cooka1bcfa9a2018-01-30 00:18:403419const char kUseMashName[] = "Out-of-process system UI (mash)";
3420const char kUseMashDescription[] =
3421 "Runs the mojo UI service (mus) and the ash window manager and system UI "
3422 "in a separate process.";
Brett Wilson7b44537e2017-08-18 01:38:283423
Miguel Casas-Sanchez8ba32f92017-11-07 05:03:343424// TODO(mcasas): remove after https://crbug.com/771345.
3425const char kUseMonitorColorSpaceName[] = "Use monitor color space";
3426const char kUseMonitorColorSpaceDescription[] =
3427 "Enables Chrome to use the color space information provided by the monitor"
3428 " instead of the default sRGB color space.";
3429
Brett Wilson7b44537e2017-08-18 01:38:283430const char kVideoPlayerChromecastSupportName[] =
3431 "Experimental Chromecast support for Video Player";
3432const char kVideoPlayerChromecastSupportDescription[] =
3433 "This option enables experimental Chromecast support for Video Player app "
3434 "on ChromeOS.";
3435
3436const char kVirtualKeyboardName[] = "Virtual Keyboard";
3437const char kVirtualKeyboardDescription[] = "Enable virtual keyboard support.";
3438
3439const char kVirtualKeyboardOverscrollName[] = "Virtual Keyboard Overscroll";
3440const char kVirtualKeyboardOverscrollDescription[] =
3441 "Enables virtual keyboard overscroll support.";
3442
3443const char kVoiceInputName[] = "Voice input on virtual keyboard";
3444const char kVoiceInputDescription[] =
3445 "Enables voice input on virtual keyboard.";
3446
3447const char kWakeOnPacketsName[] = "Wake On Packets";
3448const char kWakeOnPacketsDescription[] =
3449 "Enables waking the device based on the receipt of some network packets.";
orenb21da031c2017-06-30 21:24:203450
Qiang Xu53d1a5832018-05-24 18:44:193451const char kZipArchiverUnpackerName[] = "ZIP archiver - Unpacker";
3452const char kZipArchiverUnpackerDescription[] =
3453 "Enable or disable the ability to unpack archives in incognito mode";
3454
wutao42ee9daa2018-07-19 00:12:173455extern const char kEnableContinueReadingName[] = "Enable continue reading";
3456extern const char kEnableContinueReadingDescription[] =
3457 "Enable continue reading feature in Launcher, which allows users to "
3458 "seamlessly continue reading a web page when they switch devices from "
3459 "phones or tablets to Chromebooks.";
3460
Jenny Zhang81fc4c52018-07-23 22:12:323461extern const char kEnableZeroStateSuggestionsName[] =
3462 "Enable Zero State Suggetions";
3463extern const char kEnableZeroStateSuggestionsDescription[] =
3464 "Enable Zero State Suggestions feature in Launcher, which will show "
3465 "suggetions when launcher search box is active with an empty query";
3466
yhanadac5bff5b2017-05-18 06:37:093467#endif // defined(OS_CHROMEOS)
3468
Brett Wilson7b44537e2017-08-18 01:38:283469// Random platform combinations -----------------------------------------------
3470
3471#if defined(OS_WIN) || defined(OS_LINUX)
3472
3473const char kEnableInputImeApiName[] = "Enable Input IME API";
3474const char kEnableInputImeApiDescription[] =
3475 "Enable the use of chrome.input.ime API.";
3476
Tom Anderson6cbd5052018-05-03 23:49:543477#if !defined(OS_CHROMEOS)
3478
3479const char kWarnBeforeQuittingFlagName[] = "Warn Before Quitting";
3480const char kWarnBeforeQuittingFlagDescription[] =
3481 "Confirm to quit by either holding the quit shortcut or pressing it twice.";
3482
3483#endif // !defined(OS_CHROMEOS)
3484
Brett Wilson7b44537e2017-08-18 01:38:283485#endif // defined(OS_WIN) || defined(OS_LINUX)
3486
3487#if defined(OS_WIN) || defined(OS_MACOSX)
3488
3489const char kAutomaticTabDiscardingName[] = "Automatic tab discarding";
3490const char kAutomaticTabDiscardingDescription[] =
3491 "If enabled, tabs get automatically discarded from memory when the system "
3492 "memory is low. Discarded tabs are still visible on the tab strip and get "
3493 "reloaded when clicked on. Info about discarded tabs can be found at "
3494 "chrome://discards.";
3495
3496#endif // defined(OS_WIN) || defined(OS_MACOSX)
3497
lanwei83f54452018-06-21 23:51:043498#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3499
3500const char kDirectManipulationStylusName[] = "Direct Manipulation Stylus";
3501const char kDirectManipulationStylusDescription[] =
3502 "If enabled, Chrome will scroll web pages on stylus drag.";
3503
3504#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
3505
Justin Donnelly110e40c2018-06-01 21:48:433506const char kExperimentalUiName[] = "Use all upcoming UI features";
3507const char kExperimentalUiDescription[] = "Use all upcoming UI features.";
Elly Fong-Jonesdfaf8532018-05-29 18:20:483508
Brett Wilson7b44537e2017-08-18 01:38:283509// Feature flags --------------------------------------------------------------
3510
3511#if BUILDFLAG(ENABLE_VR)
3512
David Dorwin5a496c32017-11-17 01:45:053513const char kWebVrVsyncAlignName[] = "WebVR VSync-aligned timing";
3514const char kWebVrVsyncAlignDescription[] =
3515 "Align WebVR application rendering with VSync for smoother animations.";
3516
Bill Orr103ed272018-02-14 21:23:053517#if BUILDFLAG(ENABLE_OCULUS_VR)
3518const char kOculusVRName[] = "Oculus hardware support";
3519const char kOculusVRDescription[] =
3520 "If enabled, Chrome will use Oculus devices for VR (supported only on "
3521 "Windows 10 or later).";
3522#endif // ENABLE_OCULUS_VR
3523
Bill Orr49527562017-11-22 16:58:483524#if BUILDFLAG(ENABLE_OPENVR)
3525const char kOpenVRName[] = "OpenVR hardware support";
3526const char kOpenVRDescription[] =
Bill Orr5056e692018-01-17 02:08:073527 "If enabled, Chrome will use OpenVR devices for VR (supported only on "
3528 "Windows 10 or later).";
Bill Orr49527562017-11-22 16:58:483529#endif // ENABLE_OPENVR
3530
Brett Wilson7b44537e2017-08-18 01:38:283531#endif // ENABLE_VR
3532
Nico Weberaf3b00b2017-09-11 17:58:173533#if BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283534
3535const char kNaclDebugMaskName[] =
3536 "Restrict Native Client GDB-based debugging by pattern";
3537const char kNaclDebugMaskDescription[] =
3538 "Restricts Native Client application GDB-based debugging by URL of "
3539 "manifest file. Native Client GDB-based debugging must be enabled for this "
3540 "option to work.";
3541const char kNaclDebugMaskChoiceDebugAll[] = "Debug everything.";
3542const char kNaclDebugMaskChoiceExcludeUtilsPnacl[] =
3543 "Debug everything except secure shell and the PNaCl translator.";
3544const char kNaclDebugMaskChoiceIncludeDebug[] =
3545 "Debug only if manifest URL ends with debug.nmf.";
3546
3547const char kNaclDebugName[] = "Native Client GDB-based debugging";
3548const char kNaclDebugDescription[] =
3549 "Enable GDB debug stub. This will stop a Native Client application on "
3550 "startup and wait for nacl-gdb (from the NaCl SDK) to attach to it.";
3551
3552const char kNaclName[] = "Native Client";
3553const char kNaclDescription[] =
3554 "Support Native Client for all web applications, even those that were not "
3555 "installed from the Chrome Web Store.";
3556
3557const char kPnaclSubzeroName[] = "Force PNaCl Subzero";
3558const char kPnaclSubzeroDescription[] =
3559 "Force the use of PNaCl's fast Subzero translator for all pexe files.";
3560
Nico Weberaf3b00b2017-09-11 17:58:173561#endif // BUILDFLAG(ENABLE_NACL)
Brett Wilson7b44537e2017-08-18 01:38:283562
Brett Wilson7b44537e2017-08-18 01:38:283563const char kWebrtcH264WithOpenh264FfmpegName[] =
3564 "WebRTC H.264 software video encoder/decoder";
3565const char kWebrtcH264WithOpenh264FfmpegDescription[] =
3566 "When enabled, an H.264 software video encoder/decoder pair is included. "
3567 "If a hardware encoder/decoder is also available it may be used instead of "
3568 "this encoder/decoder.";
3569
Brett Wilson7b44537e2017-08-18 01:38:283570#if defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3571
3572const char kAutofillCreditCardUploadName[] =
3573 "Enable offering upload of Autofilled credit cards";
3574const char kAutofillCreditCardUploadDescription[] =
3575 "Enables a new option to upload credit cards to Google Payments for sync "
3576 "to all Chrome devices.";
3577
3578#endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
3579
Becca Hughesdc96e842018-05-04 22:48:283580#if defined(OS_ANDROID)
3581
3582const char kDisplayCutoutAPIName[] =
3583 "Enable support for the Display Cutout API";
3584const char kDisplayCutoutAPIDescription[] =
3585 "Enables developers to support devices that have a display cutout.";
3586
3587#endif // defined(OS_ANDROID)
3588
Brett Wilson7b44537e2017-08-18 01:38:283589// ============================================================================
3590// Don't just add flags to the end, put them in the right section in
3591// alphabetical order just like the header file.
3592// ============================================================================
3593
vabr0215a8e2017-03-28 12:47:343594} // namespace flag_descriptions